*{
    padding: 0;
    box-sizing: border-box;
  }
  .site-header {
      padding: 15px 0;
      background: #000000de;
  }
  .logo-img{
    width: 80%;
  }
  .navbar-brand{
    width: 23%;
  }
  .nav-wrap{
      width: 60%;
      justify-content: center;
  }
  .banner-wrap{
    padding: 100px 0;
    /* background: #436072; */
    color: #fff;
    background: url('./images/slide1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
    position: relative;
    
  }
  
  .banner-wrap h1{
  /* color:#d7a227; */
  color: #fff;
  /* font-family: "Manrope", sans-serif; */
  font-family: "Rubik", sans-serif;
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;

  }
  .banner-wrap::before{
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: #121212;
    opacity: 0.8;
    z-index: 9;
}
.banner-wrap , .right-forms{
  z-index: 999;
  position: relative;
}
.right-forms {
  background: rgb(255 255 255 / 25%);
  padding: 45px 35px;
  backdrop-filter: blur(10px);
  border-radius: 15px;
  width: 80%;
  margin-left: auto;
}
.right-forms button{
  background: #5b8aad;
    padding: 14px 30px;
    border-radius: 50px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 5px;

}
.right-forms button:hover{
  background: #000;
  color: #fff;
}
.right-forms .form-group {
  margin-bottom: 15px;
}
.right-forms label {
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}
.right-forms input , .right-forms select{
  padding: 11px 20px;
  border-radius: 30px;
}
  .content-box{
   z-index: 999;
   position: relative;
}
  .banner-wrap .image-box{
    padding-left: 60px;
  }
  .banner-wrap .image-box img{
   width: 100%;
    border:10px solid #d7a227;
  }
  .site-header  .nav-link{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding: 0px 25px!important;

  }
  .site-header  .nav-link.active{
    color: #5b8aad;
  }
  .banner-wrap p{
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    list-style: 31px;
    font-weight: 400;
    margin-top: 15px;
  }
  .we-care{
    text-transform: uppercase;
    font-weight: 500!important;
    color: #5b8aad;;
  }
  .btn-get{
    margin-top: 40px;
  }
  .btn-get a, .button-wrap a{
    background: #5b8aad;
    padding: 14px 30px;
    border-radius: 50px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 30px;

  }
  .btn-get a:hover, .button-wrap a:hover{
    background: #fff;
    color: #000;
  }
  .button-wrap a{
    color:#fff;
    background: #5b8aad;
  }
  
  /* .banner-wrap .ban-col{
    width: 80%;
    margin: auto;
  } */

  /* about  */
  .about-wrap{
    padding: 80px 0 100px;
  }
  .about-wrap .image-box img{
    width: 100%;
    border: 6px solid #d7a227;
  }
  .about-wrap h2, .why-choose .heading h2, .our-product h2, .cta h2{
  
    /* font-family: "Manrope", sans-serif; */
    font-family: "Rubik", sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
  }
 
  .about-wrap .content{
    padding-left: 40px;
  }
  .about-wrap p{
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    list-style: 32px;
    font-weight: 300;
    margin-top: 15px;
    color: #000;

  }
  .about-wrap .image-box{
    position: relative;
  }
  .about-wrap .image-box::before{
    position:absolute;
    content: "";
    /* background-color: #121212; */
    width: 95%;
    height: 100%;
    left: -30px;
    border: 10px solid #5b8aad;
    z-index: -1;
    top: 30px;
}
.about-row{
  align-items: center;
}
.about-wrap  h4, .heading h4{
  font-family: "Rubik", sans-serif;
  font-size: 25px;
  list-style: 32px;
  font-weight: 500;
  color: #5b8aad;
  text-transform: capitalize;
}
/* why choose */
.why-choose{
  padding: 80px 0;
  background: url('./images/bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0;
    position: relative;
    color: #fff;
    
    
}
.thumb-icon{
  padding: 50px 0 80px;
}
.thumb-icon .thumb-iconn-box{
  text-align: center!important;

}
.thumb-icon .thumb-iconn-box img{
  width: 130px!important;
}
.thumb-iconn-box h3{
  font-family: "Rubik", sans-serif;
  font-size: 25px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;

}

.why-choose::before{
  background: rgba(0, 0, 0, 0.9) ;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 9;
}
.why-choose .heading{
  text-align: center;
}
.why-choose .row{
  position: relative;
  z-index: 999;
}
.box-item-row{
  padding-top: 60px;
}
.why-box{
  padding: 30px;
  border: 1px solid rgb(215 162 39 / 50%);
  
}
.why-box {
  margin-right: 20px;
}
.why-box  h3{
  font-family: "Rubik", sans-serif;
  font-size: 25px;
  list-style: 32px;
  font-weight: 500;
}
.why-box p{
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  list-style: 32px;
  font-weight: 300;
  margin-top: 15px;
}
.icon-box{
  margin-bottom: 20px;
}
/* our product */
.our-product{
  padding: 80px 0;
}
.our-product .heading {
  text-align: center;
}
.pro-img-box img{
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
.pro-row{
  padding-top: 60px;
}
.product-box h3{
  font-family: "Rubik", sans-serif;
  font-size: 23px;
  line-height: 32px;
  font-weight: 500;
}
.product-box .pro-content{
  padding-top: 30px;
  border-radius: 0px 0px 10px 10px;
  background: #5b8aad;
  color: #fff;
  padding: 30px
}
.product-box .pro-content p{
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  margin-top: 15px;

}
.cta{
  padding: 80px 0;
  background: #f7f7f7;
}
.cta .heading{
  text-align: center;
}
.cta .button-wrap{
  margin-top: 40px;
}
.cta .heading{
  width: 80%;
  margin: auto;
}
.cta p{
  margin-top: 20px;
}
.cta h2{
  font-size: 38px;
}
.cta .button-wrap a:hover{
 background: #000;
 color: #fff;
}
.testimonial{
  padding: 80px 0;
  background: url('./images/map-bg-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.testimonial .heading{
  text-align: center;
}
.testimonial h3{
  font-family: "Rubik", sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
}
.testimonial::before{
  background: rgb(255 255 255 / 95%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.testimonial .row{
  position: relative;
  z-index: 999;
}
.testi-slider {
  padding-top: 60px;

}
.testi-slider{
  text-align: center;
}
.slide-item{
  position: relative;
  background: #fff;
  margin: 0 15px;
  padding: 50px 50px;
  border-radius: 10px;
}
.slide-img-box{
  margin-bottom: 20px;
}
.slide-img-box img{
  width: 100px;
  border-radius: 50% !important;
  border: 2px solid #5b8aad!important;
  margin: 0 auto;
}
.testi-slider i.fa-quote-right{    
  font-size: 40px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  opacity: 0.2;
}
.testi-slider i.fa-quote-right{ 
  color: #5b8aad;
}
.testi-bottom ul li i {
  color: #f2b01e;
  font-weight: 600;
  font-size: 18px;
}
.testi-bottom {
  margin-top: 25px;
}
.testi-bottom h4{
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #5b8aad;
}
.client-info span {
  font-size: 14px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #444444;
}
.testi-slider .testi-content p{
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  margin-top: 15px;
  color: #444444; 
}
.slick-prev:before {
 
  content: '←';
}
.slick-next:before {
content: '→';
}
.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 15px;
  font-size: 0;
  font-size: 0;
  right: 0;
  position: absolute;
  top: 45%;
}
.slick-prev{
  left: 15px;
  font-size: 0;
  left: 0;
  position: absolute;
  top: 45%;
}
.slick-arrow{
  background: #5b8aad;
  padding: 10px;
  border-radius: 50px;
  width: 47px;
  height: 47px;
  border: none;
}
.slick-next:before, .slick-prev:before{
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 10px;
}
/* .list-inline-item:not(:last-child){
  margin-right: 5px;
} */

/* footer */
 /* footer*/
 .footer{
  padding: 80px 0 20px;
  background: #000;
}
.footer .logo-img {
  width: 40%;
}
.footer .heading{
  text-align: center;
}
.address {
  color: rgb(255 255 255 / 60%);
  /* border: 1px solid rgb(255 255 255 / 20%);; */
  /* padding: 30px 30px 15px; */
  border-radius:10px;
  margin-bottom: 20px;
}
.address .cont{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.address , .footer-about {
padding: 0 100px;
}
.address h3, .footer-about h4{
  color: #fff;
  margin-bottom: 20px;
  font-size: 23px;
}
.footer-about p{
  width: 100%;
}
.footer .logo-img{
  width: 20%;
  margin-top: 10px;
}
.address p{
  font-family: "Lato", sans-serif;
}
.footer .heading h3{
  color: rgb(255 255 255 / 100%);;
}
.address a{
  color: rgb(255 255 255 / 70%);
  text-decoration: none;
}
.address-content h4{
  color: #5b8aad;
  font-weight: 600;
  margin-bottom: 15px;
}
.address-content{
  text-align: center;
}
.address h4{
  font-size: 18px;
  font-family: "Alexandria", sans-serif;

}
.copy-ryt{
}
.copy-ryt p{
  color: rgb(255 255 255 / 50%); 
  text-align: center;
  padding-top: 40px;
  font-size: 14px;
}
.footer .info{
  padding-top: 60px;
}
.footer-about p{
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  margin-top: 15px;

}
.right-forms select option::placeholder, .right-forms select::placeholder {
  color: #a0a2a4;
}
@media only screen and (max-width: 1399px) {
.banner-wrap{
  padding: 150px 0;
}
.site-header .nav-link{
  padding: 0px 15px!important;
}
}
@media only screen and (max-width: 1199px) {
.button-wrap a , .site-header .nav-link{
  font-size: 13px;
}
}
@media only screen and (max-width: 1024px) {
  .button-wrap a , .site-header .nav-link{
    font-size: 16px;
  }
.navbar-toggler {
  background-color: #5b8aad;
}
.site-header .button-wrap{
  display: none;
}
.banner-wrap{
  padding:70px 0;
}
.navbar-nav {
  padding: 30px 0;
}
.site-header .nav-item {
  padding: 4px 8px;
}
.site-header .nav-link{
  padding: 8px 10px!important;
}
.about-wrap .image-box::before{
  display: none;
}
.about-row{
  flex-direction: column-reverse;
}
.about-wrap .content{
  padding-left: 0px;
}
.why-box{
  margin-right: 0px;
  margin-bottom: 30px;
}
.about-wrap .image-box{
  margin-top: 30px;
}
.product-box{
  margin-bottom: 30px;
}
.address .cont{
  flex-direction: column;
  gap: 15px;
}
.address, .footer-about{
  padding: 0px 20px;
}
.about-row .col-lg-6{
  width: 100%;
}
.right-forms{
  margin-top: 60px!important;
  width: 100%;
  padding: 30px 20px;
}
}
@media only screen and (max-width:767px) {
  .banner-wrap, .about-wrap, .why-choose, .our-product, .cta, .testimonial{
    padding:50px 0;
  }
  .thumb-icon{
    padding: 0px 0 50px;
  }
  .thumb-icon .thumb-iconn-box{
    text-align: center!important;
    margin-bottom: 20px;
  }
  .thumb-icon .thumb-iconn-box img{
    width: 100px!important;
  }
  .thumb-iconn-box h3{
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    text-transform: capitalize;
  
  }
  .navbar-brand {
    width: 40%;
}
.logo-img{
  width: 100%;
}
.banner-wrap h1{
  font-size: 32px;
}
.banner-wrap .ban-col{
  width: 100%;
}
.banner-wrap, .about-wrap, .why-choose, .our-product, .cta, .testimonial, .footer, .site-header{
  padding-left: 10px;
  padding-right: 10px;
}
.about-wrap .image-box::before{
  display: none;
}
.about-row{
  flex-direction: column-reverse;
}
.about-wrap .content{
  padding-left: 0px;
}
.about-wrap h2, .why-choose .heading h2, .our-product h2, .cta h2, .testimonial h3{
  font-size: 25px ;
}
.about-wrap .image-box{
  margin-top: 15px;
}
.about-wrap h4, .heading h4{
  font-size: 22px;
}
.why-choose .row, .pro-row, .testi-slider, .footer .info{
  padding-top: 35px;
}
.why-box{
  margin-right: 0px;
  margin-bottom: 20px;
}
.why-box{
  padding: 30px 20px;
}
.why-box p{
  margin-bottom: 0px;
}
.why-choose .row{
  padding-top: 0px;
}
.why-choose .box-item-row{
  padding-top: 35px;
}
.why-box h3{
  font-size: 21px;
}
.product-box h3{
  font-size: 20px;
  line-height: 27px;
}
.product-box .pro-content{
  padding: 30px 20px 15px;

}
.product-box{
  margin-bottom: 25px;
}
.cta .heading{
  width: 100%;
}
.slick-next:before, .slick-prev:before{
  align-items: center;
  justify-content: center;
  /* vertical-align: middle; */
  display: flex;
  margin-top: -4px;
}
 .slick-arrow{
  width: 35px;
  height: 35px;
}
 .slick-prev{
  left: 15px;
}
.slick-next{
  right: 15px;
}
.slide-item{
  padding: 50px 50px;
}
.footer .logo-img{
  width:60%;
}
.address .cont{
  flex-direction: column;
  gap: 15px;
}
.address, .footer-about{
  padding: 0px;
}
.copy-ryt p{
  padding-top: 0px;
}
.footer{
  padding: 50px 0px 15px;
}
.navbar-toggler {
  padding: 5px 6px;
}
.site-header {
  padding: 7px 0;
}
.right-forms{
  margin-top: 40px;
  width: 100%;
  padding: 30px 20px;
}
}