@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
html {
  scroll-behavior: smooth;
  scroll-padding-top: 94px;
}
body{
  font-family: "Roboto", sans-serif;
}
ul, li{
  margin: 0;
  padding: 0!important;
  list-style: none;
}
ul.bullets{
  list-style: disc;
  padding-left: 20px!important;
}
ul.bullets li{
  list-style: disc;
  margin-left: 20px;
}
.top-bar{
  background-color: #fff;
    box-shadow: 0 6px 10px #f1f1f1;
    padding: 5px 0;
    z-index: 9;
    position: fixed;
    width: 100%;
}
nav ul{
  list-style: none;
  display: flex;
  gap: 20px;
}
nav ul li a{
  text-decoration: none;
  color: #000;
  font-weight: 500;
}
.primary-btn{
  background-color: #cba334;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}
.primary-btn a{
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
}
.banner-section{
  position: relative;
  color: #000;
}
.banner-image img{
  width: 100%;
  height: auto;
}
.banner-section .banner-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.banner-caption{
  font-size: 36px;
  max-width: 415px;
  font-weight: 700;
}
.banner-slogan{
  font-size: 18px;
  line-height: 24px;
  max-width: 535px;
  margin-top: 20px;
}
.banner-description{
  font-size: 18px;
  line-height: 24px;
  max-width: 555px;
  margin-top: 20px;
}
a.banner-btn{
  background-color: #cba334;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  margin-top: 30px;
  display: inline-block;
}
.banner-bottom{
  background-color: #cba334;
  height: 94px;
  overflow: hidden;
}
.banner-bottom ul{
  display: flex;
  gap: 20px;
  justify-content: space-between;
  text-align: center;
}
.banner-bottom ul li{
  line-height: 25px;
}
.banner-bottom ul li a{
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
  display: block;
}
.banner-bottom ul li:nth-of-type(odd){
  background-color: #c3962c;
  height: 215px;
  min-width: 300px;
  text-align: center;
  margin-top: -62px;
  transform: rotate(15deg);
  line-height: 25px;
}
.banner-bottom ul li:nth-of-type(odd) a{
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  transform: rotate(-15deg) !important;
  display: inline-block;
  margin-top: 82px;
}

/* Footer */
.site-footer{
  font-family: "Roboto", sans-serif;
}
.site-footer h4{
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
}
.site-footer span.icon{
  width: 40px;
  color: #fff;
}
.site-footer span.icon i{
  font-size: 20px;
}
.site-footer span.icon + div{
  width:calc(100% - 40px);
  color: #fff;
}
.site-footer span.icon + div h4{
  margin-bottom: 0;
}
.site-footer span.icon + div p{
  font-size: 18px;
  line-height: 24px;
}
.site-footer span.icon + div a{
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.site-footer-top{
  background-color: #cba334;
  padding: 70px 0 60px 0;
}
.site-footer-top ul li{
  margin-bottom: 20px;
}
.site-footer-top ul li a{
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
}
.site-footer-top a.btn{
  background-color: #29a71a;
  color: #fff;
  padding: 13px 20px;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  width: 175px;
  font-size: 18px;
  font-weight: 500;
}
.site-footer-top form .form-control{
  background-color: #ae8617;
  border: 0;
  padding: 10px 15px;
  border-radius: 0px;
  font-size: 18px;
  color: #fff;
}
.site-footer-top form textarea.form-control{
  background-color: #ae8617;
  border: 0;
  padding: 10px 15px;
  border-radius: 0px;
  font-size: 18px;
  color: #fff;
  height: 115px;
}
select.form-controls{
  background-color: #ae8617;
  border: 0;
  padding: 10px 15px;
  border-radius: 0px;
  font-size: 18px;
  color: #fff;
  width: 100%;
}
.wpcf7-response-output{
  color: #fff;
}
.site-footer-top form .form-control::placeholder{
  color: #fff;
}
.site-footer-top form input[type="submit"].btn-primary{
  background-color: #ae8617;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0px;
  text-decoration: none;
  border: 0;
  font-size: 18px;
  font-weight: 500;
  width: 165px;
  text-transform: uppercase;
}
.site-info{
  background-color: #bf9726;
  padding: 40px 0;
}
.site-info p{
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}
.powered-by{
  background-color: #85b84a;
  padding: 20px 0;
}
.powered-by p{
  font-size: 14px;
}

/* Home */
.sp-testimonial-title{
  display: none;
}
.sp-testimonial-content p{
  text-align: center;
   font-family: "Roboto", sans-serif;
   font-size: 18px!important;
   line-height: 30px!important;
}
h4.sp-testimonial-client-name{
  font-size: 24px!important;
  line-height: 36px!important;
  color: #cba334!important;
  font-weight: 500!important;
}
.sp-testimonial-client-designation{
  font-size: 18px!important;
  line-height: 36px!important;
  color: #000!important;
}
#sp-testimonial-free-wrapper-154 .sp-testimonial-free-section .testimonial-nav-arrow{
  background-color: #ae8617!important;
  color: #fff;
  border-radius: 6px;
  border: none!important;
}
.e-n-accordion-item{
  margin-bottom: 10px!important;
}
.e-n-accordion-item > div{
  border-color: #cba334!important;
}
.e-n-accordion-item-title{
  border-color: #cba334!important;
}
.e-n-accordion-item-title{
  justify-content: space-between!important;
}
figure.elementor-image-box-img{
  background: #fff;
    border-radius: 50%;
    border: 2px solid #e1e0e0;
    width: 115px!important;
    height: 115px!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    margin: 0 auto!important;
    margin-top: -80px!important;
}

figure.elementor-image-box-img img{
  height: auto!important;
}

/* Hamburgr */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger span {
  height: 3px;
  width: 25px;
  background: #302c2c;
  margin: 4px 0;
  display: block;
}
.btn-close{
    display: none;
  }
  #myChat .btn-close{
    display: block;
  }
button.iti__selected-country{
  border-right: 1px solid #cba12e !important;
    background-color: #ae8617 !important;
    padding: 0 6px 0 0 !important;
}
button.iti__selected-country .iti__selected-dial-code{
  color: #fff !important;
  margin-left: 0px !important;
}



  
/* Media Query */
@media(min-width: 768px){
  .hamburger-menu{
    display: none;
  }
}
@media (max-width: 767px) {
  .banner-image img{
    min-height: 480px;
    object-fit: cover;
  }
  #menu-primary_menu{
    /* display: none; */
  }
  .contact-now{
    display: none;
  }
  .banner-caption{
    font-size: 28px;
    max-width: 100%;
  }
  .banner-bottom{
    height: auto;
    overflow: auto;
  }
  .banner-bottom ul{
    display: block;
  }
  .banner-bottom ul li:nth-of-type(odd){
    height: auto;
    min-width: auto;
    margin-top: 12px!important;
    transform: none;
    padding: 10px 0 !important;
  }
  .banner-bottom ul li a{
    margin-top: 10px!important;
  }
  .banner-bottom ul li:nth-of-type(odd) a{
    transform: none!important;
    margin-top: 0!important;
  }
  /* .banner-section .banner-content{
    padding: 0 20px;
    text-align: center;
  }

  .banner-slogan{
    font-size: 16px;
    line-height: 22px;
    max-width: 100%;
    margin-top: 15px;
  }
  .banner-description{
    font-size: 16px;
    line-height: 22px;
    max-width: 100%;
    margin-top: 15px;
  } */
   .site-footer-top{
    padding: 30px 0;
   }
  .site-footer-top .col-lg-3{
  margin: 30px 0;
  }
   .site-info{
    padding: 30px 0;
   }
   .site-info p {
    font-size: 20px;
    line-height: 26px;
   }
   .hamburger {
    display: flex;
  }
   nav{
    top: 0;
    left: 0;
    width: auto;
    border-right:;
    transform: translateX(-100%);
    visibility: hidden;
    position: fixed;
    bottom: 0;
    
    transition: transform 0.3s ease, visibility 0.3s ease;
     /* background-color: #fff;
     padding: 20px;
      z-index: 9999; */
   }
    nav ul#menu-primary_menu{
      display: flex;
      flex-direction: column;
      padding: 20px!important;
      background-color: #fff;
    }
    nav.show{
    transform: none;
    visibility: visible;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    background-color: #fff;
    width: 400px;
  }
  .hamburger-menu{
    display: inline-block;
  }
  nav.show ul#menu-primary_menu{
    display: flex;
    flex-direction: column;
    padding: 20px!important;

  }
  nav.show .btn-close{
    display: block;
    position: absolute;
    top: 10px;
    right: 50px;
  }
}