
body{
    font-family: 'Prompt', sans-serif;
    width: 100% !important;


   
}
html {
    scroll-behavior: smooth;
    /* width: 100% !important; */
  }
.navbar{

  background: linear-gradient( #f68b1f,#f68b1f);  /* Standard syntax */
    /* box-shadow: 3px 0px 5px gray; */
  background-image: url("../images/tool/nav.jpg");
  background-repeat:no-repeat !important;
  background-size:cover !important; 
}

.navbar .navbar-brand{
    color: aliceblue;
}

.navbar .navbar-nav li a{
    color: rgb(250, 250, 250) !important ;
}

@media only screen and (max-width: 990px) {
  .navbar .navbar-nav li a{

    color: #333333 !important ;
}
}

.navbar ul li {

    display: inline-block;
    text-align: left;
    list-style-type: none;
    padding-inline-start: 20px; 
    padding-inline-end: 20px; 

    margin-right:10px;
    font-size: 20px;
    /* font-family: 'Sriracha', cursive; */
    transition: .5s;
    
}



@media only screen and (max-width: 1550px) {

  .navbar ul li {
    padding-inline-start: 1px; 
    padding-inline-end: 1px; 
    margin-right:10px;
    font-size: 20px; 
};
}
@media only screen and (max-width: 1250px) {

  .navbar ul li {
    padding-inline-start: 1px; 
    padding-inline-end: 1px; 
    margin-right:10px;
    font-size: 18px; 
};
}


@media only screen and (max-width: 1130px) {

  .navbar ul li {
    padding-inline-start: 1px; 
    padding-inline-end: 1px; 
    margin-right:10px;
    font-size: 14px; 
};
}

@media only screen and (max-width: 1035px) {

  .navbar ul li {
    padding-inline-start: 1px; 
    padding-inline-end: 1px; 
    margin-right:10px;
    font-size: 11px; 
};
}

@media only screen and (max-width: 1015px) {

  .navbar ul li {
    padding-inline-start: 1px; 
    padding-inline-end: 1px; 
    margin-right:10px;
    font-size: 12px; 
};
}



@media only screen and (max-width: 990px) {

.navbar  .navbar-collapse ul li {
  padding-inline-start: 40px; 
  padding-inline-end: 5px;
  padding-bottom: 20px;
  margin-right:10px;
  font-size: 20px; 
};
}

.nav-link {
    display: block;
    padding: 0px;
}

 .navbar ul li:hover{
    background: #f68b1f;
    font-weight: bold;
    color: rgb(255, 255, 255);
   
    margin:1px;
} 



.a100{
width: 100%;
 
}


.zoom {
    transition: transform .2s;
 
}
.zoom:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5);   
}

.zoomN {
  transition: transform .2s;

}
.zoomN:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.2);
  box-shadow: 0px 0px 20px #f3f3f3;
     
}


.navbarH{

    background: linear-gradient( rgb(255, 255, 255),rgb(255, 255, 255));  /* Standard syntax */
}

.navbarH ul li{

    display: inline-block;
    text-align: left;
    list-style-type: none;
    padding-inline-start: 100px; 
    padding-inline-end: 5px; 
    margin-right:10px;
    font-size: 30px;
    font-family: 'Sriracha', cursive;
    transition: .5s;
    
}


.navbar-toggler-iconH {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}





/* Produts Section */
#produts{
	padding: 120px 0;
	/* background: #f6f6f6; */
}
#produts h4 {
	text-transform: uppercase;
}
#produts .fa {
	font-size: 48px;
	margin: 20px 0;
	color: #f68b1f;
}



.section-title {
	margin-bottom: 70px;
}
.section-title p {
	font-size: 18px;
}


.blog-produts-img img {
    width: 100%;
    height: 100%;
}



img {
    border: none;
}

img {
    vertical-align: middle;
}


.blog-produts-title {
    display: inline;
    float: left;
    padding: 20px 15px 15px;
    width: 100%;
}

.blog-produts-details {
    display: inline;
    float: left;
    padding: 0 15px;
    width: 100%;
}


.blog-produts-title h2, .blog-produts-title h2>a {
    color: #f68b1f;
    font-family: "Lato",sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}






.ft {
    background: #333333;
    text-align: center;
    color: white;
    padding: 1rem;
    font-size: 1rem;
    width: 100%;

}

.fimg{
    padding: 0rem;
    height:10%;

}


.ex {
    background: #f5dccd;
    text-align: center;
    color: rgb(236, 114, 44);
    padding: 1rem;
    font-size: 1rem;
    width: 100%;
}




.myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background: linear-gradient(#f1a949bd,#f68b1f);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  .myBtn:hover {
    background-color: #555;
  }


  .h{
    font-family: 'Sriracha', cursive;
    color: rgb(255, 115, 0);
  }

  .secH{
    padding: 10px;
    background: linear-gradient( #333333,#333333);  /* Standard syntax */
    /* box-shadow: 3px 0px 5px gray; */
}

.carousel-inner > .carousel-item > img {
    width:100%;
    height:100%;
  }


  
  .section1{
    background-color: #f68b1f;
  padding: 50px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;

  }

  .section2{
    background-color: #f68b1f;
  padding: 20px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: left;

  }

  .section3{
    background-color: #f68b1f;
    padding: 30px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: left;

  }

  .section3 .content{
     padding: 3px; 
}
@media only screen and (max-width: 1025px) {

  .section3{
      padding: 15px;
  }
  .section3 .content h3{
      font-size: 0.9em;
      padding:none;
      /* vertical-align: middle; */
  }
  .section3 .content p{
    font-size: 0.5em;
    padding: none;
    /* vertical-align: middle; */
}
}

  @media only screen and (max-width: 770px) {

    .section3{
        padding: 15px;
    }
    .section3 .content h3{
        font-size: 0.9em;
        padding:none;
        /* vertical-align: middle; */
    }
    .section3 .content p{
      font-size: 0.5em;
      padding: none;
      /* vertical-align: middle; */
  }


  .navbar  .navbar-collapse ul li {
    padding-inline-start: 40px; 
    padding-inline-end: 5px;
    padding-bottom: 20px;
    margin-right:10px;
    font-size: 20px; 
};
}

  .section4{
    background-color: #c1f0ff;
    padding: 40px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: left;
    

  }


  @media only screen and (max-width: 800px) {
    .section4 {
      padding: 5px; 
      text-align: center;
    }
}
  @media only screen and (max-width: 650px) {
    .section4 {
      padding: 5px; 
      text-align: center;
    }
}

@media only screen and (max-width: 450px) {
  .section4 {
    padding: none; 
    text-align: center;
  }
}

@media only screen and (max-width: 350px) {
  .section4 {
    padding: none; 
    text-align: center;
  }
}

  .section5{
    background-color: #f68b1f;
    padding-top: 30px; 
    padding-bottom: 30px; 
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: left;

  }
  .section5 h3{
    color: #A74500;
  }
  .sec5 h5{
    font-weight: bold;
    color: #A74500;
  }
  .section5 p{
    padding: none;
  }

  .section6{
  /* background-image: url("../img/bg\ \(2\).jpg"); */
  background-repeat:no-repeat !important;
  background-size:cover !important; 
  }

  .section6 .content1 {
    position: absolute; /* Position the background text */
    bottom: 0; /* At the bottom. Use top:0 to append it to the top */
    /* background: rgb(0, 0, 0); 
    background: rgba(0, 0, 0, 0.5);  */    
    color: #f0f0f0; /* Grey text */
    padding: 40px; /* Some padding */
    width:100%;
    height:100%;
    text-align: left;
  }

  .section7{
  /* background-image: url("../img/bg\ \(4\).jpg");  */
  background-repeat:no-repeat !important;
 background-size:cover !important; 
  }

  .section7 .content2 {
    position: absolute; /* Position the background text */
    bottom: 0; /* At the bottom. Use top:0 to append it to the top */
    /* background: rgb(0, 0, 0); 
    background: rgba(0, 0, 0, 0.5);  */
    color: #D95A00; /* Grey text */
    padding: 40px; /* Some padding */
    width:100%;
    height:100%;
    text-align: right;
  }

  @media only screen and (max-width: 1000px) {

    .section6 .content1{
      padding: 30px; 
    }

    .section6 .content1 p{
        display: none; 
    }

    .section6 .content1 h1{
      font-size: 2em !important;
      padding: none;
      vertical-align: middle;
  }


  .section7 .content2{
    padding: 30px; 
  }
  
  .section7 .content2 p{
      display: none; 
  }
  
  .section7 .content2 h1{
    font-size: 2em;
    padding: none;
    vertical-align: middle;
  }

  .section6 .content1 h1{
    font-size: 2em !important;
    padding: none;
    vertical-align: middle;
  }

}


  @media only screen and (max-width: 650px) {

    .section6 .content1{
      padding: 30px; 
    }

    .section6 .content1 p{
        display: none; 
    }

    .section6 .content1 h1{
      font-size: 2em !important;
      padding: none;
      vertical-align: middle;
  }

  .section7 .content2{
    padding: 30px; 
  }
  
  .section7 .content2 p{
      display: none; 
  }
  
  .section7 .content2 h1{
    font-size: 2em;
    padding: none;
    vertical-align: middle;
  }

  .section6 .content1 h1{
    font-size: 2em !important;
    padding: none;
    vertical-align: middle;
  }

}

@media only screen and (max-width: 450px) {

  .section6 .content1{
    padding: 10px; 
  }

  .section6 .content1 p{
      display: none; 
  }

  .section6 .content1 h1{
    font-size: 1.2em !important;
    padding: none;
    vertical-align: middle;
}

.section7 .content2{
  padding: 10px; 
}

.section7 .content2 p{
    display: none; 
}

.section7 .content2 h1{
  font-size: 1.2em;
  padding: none;
  vertical-align: middle;
}

.section6 .content1 h1{
  font-size: 1.2em !important;
  padding: none;
  vertical-align: middle;
}

}

@media only screen and (max-width: 350px) {

  .section6 .content1{
    padding: 10px; 
  }

  .section6 .content1 p{
      display: none; 
  }

  .section6 .content1 h1{
    font-size: 1em !important;
    padding: none;
    vertical-align: middle;
}

.section7 .content2{
  padding: 10px; 
}

.section7 .content2 p{
    display: none; 
}

.section7 .content2 h1{
  font-size: 1em;
  padding: none;
  vertical-align: middle;
}

.section6 .content1 h1{
  font-size: 1em !important;
  padding: none;
  vertical-align: middle;
}
}



  .header-top.dark {
    background-color: #2e3537;
    /* border-bottom: 1px solid #252a2c; */
}


.card-body{
    background-color: #f68b1f;
}

/* -------scroll css---------*/
.scrollTop {
position:sticky;
right: 10%;
bottom: 10px;
/* background-color: #BE3F48; */
/* padding: 20px; */
opacity: 0;
transition: all 0.4s ease-in-out 0s;
}


.scrollTop {
  position:sticky;
  right: 10%;
  bottom: 10px;
  /* background-color: #BE3F48; */
  /* padding: 20px; */
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  }


  .secregis{

padding: 50px;

  }



  .swal2-popup {
    display: none;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border-radius: .3125em;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
    box-sizing: border-box;
}

.pcon2{
  padding-inline-start: 1000px; 
  padding-inline-end: 0px; 
}

.pcon1{
  padding-inline-start: 0px; 
  padding-inline-end: 0px; 
}

@media only screen and (max-width: 1500px) {
  .pcon2{
    padding-inline-start: 800px; 
    padding-inline-end: 0px; 
  }
  .pcon1{
    padding-inline-start: 0px; 
    padding-inline-end: 0px; 
  }
}
@media only screen and (max-width: 1400px) {
  .pcon2{
    padding-inline-start: 700px; 
    padding-inline-end: 0px; 
  }
  .pcon1{
    padding-inline-start: 0px; 
    padding-inline-end: 0px; 
  }
}

@media only screen and (max-width: 1200px) {


  .pcon1 p {
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 20px;
    font-size: 1.2rem;
    margin: 0;
    resize: horizontal;
  }


  .pcon2 p {
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 20px;
    font-size: 1.2rem;
    margin: 0;
    resize: horizontal;
  }
}

.bt{

padding: 8px; 
background-color:#104cbb; 
color: #f0f0f0; 
border-radius: 50px; 
font-size: 1rem;
}


@media only screen and (max-width: 415px) {
  .bt{
display: none;

    }
}





@media only screen and (max-width: 992px) {
  .collapseH:not(.show) {
    display: none; 
 }
}



.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}



@media (min-width: 1024px){
.navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
}




.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f68b1f;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}



.fa {
  padding: 10px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 40px;
}

.fab {
    padding: 10px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 40px;
}

.fa:hover {
    opacity: 0.7;
}
.fab:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-line {
    background: #27f024;
    color: white;
}








