@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
/* color guidelines */
:root, [data-bs-theme=light]{
--bs-primary:#FF4500;
--bs-primary-hover:#c73f04;
--bs-secondary:#2CC7EC;
--bs-secondary-hover:#21abce;
--bs-dark-800:#251E1E;
--bs-dark-900:#082C38;
}

body { font-family: "Poppins", sans-serif; font-weight: 400; }
.btn { border-radius: 0; border: 0; padding: 0.8rem 1.5rem; text-transform: uppercase; }
.btn.btn-info { background-color: #3687e1; border: 0; color: #fff; }
.btn.btn-info:hover { background: #CC7D21 !important; }
.btn.btn-orange { color: #fff; background-color: #CC7D21; }
.btn.btn-orange:hover { background-color: #3687e1; }
.btn.btn-dark{display: inline-flex;align-items: center;justify-content: center;gap: 10px;font-weight: 500;background-color: #292F30;border-radius: 5px; padding: 0.5rem 0.5rem 0.5rem 1rem; color: #fff; }
.btn.btn-dark.red{ background-color: var(--bs-primary);}
.btn.btn-dark.red span{background: var(--bs-dark-900);}
a.btn.btn-dark span {width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;background:var(--bs-secondary);border-radius: 3px;}
.btn.btn-dark.blue:hover{background-color: #010608;}
.btn.btn-dark.red:hover{background: var(--bs-primary-hover);}
h1{font-family: "Poppins", sans-serif;}

/* top strip */
.top-strip { background: #fff;  padding: 1rem 0;transition: .3s; }
.top-contact { display: flex; justify-content: space-between; }
.top-contact ul { display: flex; padding-left: 0; margin-bottom: 0; align-items: center; }
.top-contact ul li { display: flex; }
.top-contact ul li a { color: #000; text-decoration: none; display: flex;}
.top-contact ul li a .img-icon {width: 50px; height: 50px;margin-right: 0.7rem; border-radius: 6px; background-color: var(--bs-secondary);display: flex;justify-content: center;align-items: center;}
.top-contact ul li a strong {font-weight: 500; text-transform: uppercase;}
ul.social-share{display: flex; padding-left: 0; margin-bottom: 0; align-items: center;}
ul.social-share li{display: inline-block; margin: 0 3px;}
ul.social-share li a { font-size: 1rem; color: #082C38;  border: 1px solid #fff; width: 40px; height: 40px; border-radius: 50%; display: flex; justify-content: center; align-items: center; text-decoration: none;background-color: #fff;}
ul.social-share li a:hover{background-color: var(--bs-secondary); color: #fff !important; border-color: var(--bs-secondary);}
.top-contact ul.quick-contact li {padding-right: 1.5rem; }
.top-contact ul.quick-contact li:last-child { padding-right: 0; margin-right: 0; }
.top-contact ul.quick-contact li a:hover{color: var(--bs-primary);}

.right-nav{display: flex;}
.navbar-brand img {  transition: 0.3s;  width: 260px;}
.navbar-expand-lg .navbar-nav .nav-item { margin: 0 1rem; }
.navbar-expand-lg .navbar-nav .nav-link { font-size: 1rem; }
.main-navigation {background: var(--bs-primary);}
.top-contact { margin-bottom: 0; position: relative;}
.site-navigation { padding: 0 !important; }
.site-navbar { margin: auto; z-index: 99; position: relative; top: 0; bottom: auto !important; width: 100% !important; }
.sticky-wrapper { height: auto !important; }
.sticky-wrapper.is-sticky .site-navbar { background: #fff; z-index: 999 !important; width: 100% !important; padding: 0; box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
.sticky-wrapper.is-sticky .site-navbar .navbar { padding: 0; }
.sticky-wrapper.is-sticky .site-navbar .navbar .navbar-brand img { /*width: 210px; transition: 0.3s;*/ }
/* .sticky-wrapper.is-sticky .top-contact { display: none; } */
.sticky-wrapper.is-sticky .top-contact .navbar-brand img{ /*width: 220px; transition: 0.3s;*/ }
.sticky-wrapper.is-sticky .top-strip {/* padding:0.5rem 0;*/ }
.site-navbar .site-navigation .site-menu > li { position: relative; padding: 0;}
.site-navbar .site-navigation .site-menu > li:first-child::before { content: none; }
.site-navbar .site-navigation .site-menu > li:last-child { padding-right: 0; margin-right: 0; }
.site-navbar .site-navigation .site-menu > li > a { position: relative; color: #fff; padding: 0 1.25rem; font-size:1.25rem; font-weight: 500; letter-spacing: 0; text-transform: capitalize; }
/* .sticky-wrapper .site-navbar .site-navigation > ul > li.active > a::before, .sticky-wrapper .site-navbar .site-navigation >  ul > li > a:hover::before, .sticky-wrapper .site-navbar .site-navigation > ul > li.current_page_ancestor > a::before { content: ""; position: absolute; bottom: 0; width: 100%; height: 3px; background-color: #CC7D21; } */
.main-navigation {padding: 10px 0px;}
/* .site-navbar .site-navigation .site-menu > li > a{font-size: 1rem; padding: 6px 0; text-transform: uppercase;} */
.site-navbar .site-navigation .site-menu > li:last-child > a::before { content: none; }
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown-menu, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown-menu, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown-menu { display: block; }
.site-mobile-menu .site-nav-wrap li.active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown-menu a.active { color: #111111; }
.site-navbar .site-navigation .site-menu .has-children .dropdown-menu { border-radius: 8px; border: 0; min-width: 20rem; }
.site-navbar .site-navigation .site-menu .has-children .dropdown-menu > li > a { border-radius: 8px !important; padding: 8px 12px; text-decoration: none; }
.site-navbar .site-navigation .site-menu .has-children .dropdown-menu a { font-size: 1rem; }
.site-navbar .site-navigation .site-menu .has-children .dropdown-menu > li > a:hover, .site-navbar .site-navigation .site-menu .has-children .dropdown-menu > li.current-menu-item > a { color: #fff; background: var(--bs-secondary); border: 0; }
.side-toggle { position: absolute; right: 0; top: 25px; margin: auto; color: #0d6efd; font-size: 1.25rem; }
@keyframes zoomeffect {
  0% { transform: scale(1); transition: transform 20000ms linear 0s; }
  100% { transform: scale(1.4); transition: transform 20000ms linear 0s; }
}

/* .main-banner { } */
.main-banner{position: relative;}
img.banner-logo {max-width: 300px;margin-bottom: 30px;}
.main-banner::before{content: ''; position: absolute; width: 100%; height: calc(100% - 6px); background-color: rgba(44, 199, 236,.4);}
.banner-caption{position: absolute; max-width: 855px; margin: auto; text-align: center; color: #fff;transform: translate(-50%, 0);left: 50%;top: 10%;}
.banner-caption h1{font-size:3.8rem;font-weight: 700;}
.banner-caption a {width: auto;display: inline-flex !important;}
.about-section { padding: 4rem 0; position: relative;background-color: #FFF9EF; }
section.about-section p {margin: 0 0 15px 0;color: var(--bs-dark-800);}
.about-section .about-img { position: relative; }
.about-section .about-img img {border-radius: 15px;}
h2.section-title{ color: var(--bs-dark-900); font-size: 2.2rem; font-family: "Poppins", serif;font-weight: 700;}
h2.section-title span{color: var(--bs-primary);}
span.sub-heading {position: relative; color: #fff; text-transform: uppercase; font-weight: 600; display: inline-block; margin-bottom: 1.5rem; padding:5px 10px;background-color: var(--bs-secondary);border-radius: 5px;}
span.sub-heading i {margin-right: 5px;font-size: 12px;position: relative;top: -1px;}
.about-box {text-align: center;background: var(--bs-primary);padding: 15px 0;border-radius: 15px;}
.about-box span {display: inline-block;text-align: center;width: 100%;margin-top: 10px;color: #fff;}
.about-box img {height: 61px;}


.btn-download{width: 100%;text-align: left;background: #fff;
  color: #292F30;
display: inline-flex;
  gap: 10px;align-items: center;
  font-weight: 500;
  border-radius: 5px;
  padding: 0.5rem 0.5rem 0.5rem 1rem;

}

.btn-download span {width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-secondary);
  border-radius: 3px;
  background: var(--bs-primary);
}

.btn-download strong{font-weight:500; width:96%;}
.btn-download:hover{background: #000;}

.pbSubmitButton{padding:15px!important;}
.error{font-size:12px;}
.service-section { padding: 5rem 0; position: relative;}
.service-box {padding: 15px;background: #fff9ef; border-radius: 20px;transition: 0.3s ease;    border: 1px solid #FFEBCB;margin-bottom: 20px;}
.service-box h3 {font-size: 18px;font-weight: 600;}
.service-box p{color: var(--bs-dark-800);min-height: 96px;}
.service-box:hover {background: var(--bs-primary);color: #fff;transition: 0.3s ease;border-color: var(--bs-primary-hover);}
.service-box:hover p{color: #fff;}
.service-box a.btn.btn-dark span {background: var(--bs-primary);}
.service-box:hover a.btn.btn-dark span{background: var(--bs-secondary);}
.service-box:hover a.btn.btn-dark{background: #fff;color: var(--bs-dark-900);}
.number-count{position: absolute; font-size: 2.5rem; right: 1.5rem; top: 1.5rem; z-index: 9;}
section.model-section .container {position: relative;z-index: 2;}
.model-box {padding: 30px;background: #292F30;border-radius: 20px;border-bottom: 8px solid var(--bs-primary);margin-bottom: 20px;}
.model-box h3 {color: var(--bs-primary);font-weight: 700;margin-bottom: 13px;}
.model-box ul {padding: 0;margin: 0;}
.model-box ul li {list-style: none;padding-bottom: 12px;display: flex;align-items: center;gap: 10px;}
.model-box ul li i {font-size: 25px;color: var(--bs-secondary); text-align: left;}
.model-box p {margin-top: 15px;}
.model-box a.btn.btn-dark.blue span {background: var(--bs-primary);}
.model-section:after {content: '';width: 100%; height: 100%;background: rgb(255 235 203 / 20%);position: absolute;top: 0;}
.model-section{position: relative;padding: 5rem 0; color: #fff;  background:url('../images/feature_model.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover;}
.model-box a.btn.btn-dark {background: #fff;color: #292F30;}
.model-box a.btn.btn-dark:hover {color: #fff;}
section.model-section h2.section-title {text-shadow: 0px 1px 2px #000;}
section.trusted-section{padding: 5rem 0;background: #FFF9EF;}
.trusted-box img { width: 100px;height: 100px;margin-bottom: 20px;}
.trusted-box span {display: inline-block;width: 100%;font-size: 18px;font-weight: 500;}
.trusted-box {padding: 0 20px;}
.trusted-box:after{content: '';background: #222;width: 1px;height: 100px;position: absolute;right: 0;}
.contact-section{position: relative;padding: 5rem 0; color: #fff;  background:url('../images/contact_bg.png'); background-position: center; background-repeat: no-repeat; background-size: cover;}
.contact-section:after {content: '';width: 100%; height: 100%;background: rgb(255 229 188 / 31%);position: absolute;top: 0;}
section.contact-section .container {position: relative;z-index: 2;}
.contact-form input {margin-top: 10px;margin-bottom: 15px;height: 52px;}
.contact-form textarea{margin-top: 10px;}
.contact-form textarea {min-height: 136px;}
.contact-form {padding: 30px;background: #FF4500a8;border-radius: 20px;}
.contact-image {border-radius: 15px;overflow: hidden;}
.contact-image img {height: 232px;object-fit: cover;}
.footer-logo {width: 180px;margin-bottom: 30px;}
.footer-contact a{display: flex;text-decoration: none;color: #fff;}
.footer-contact a .img-icon { width: 50px; height: 50px; margin-right: 0.7rem; border-radius: 50%; background-color: var(--bs-primary); display: flex; justify-content: center; align-items: center; } 
.footer-contact a strong { font-weight: 500; text-transform: uppercase; }
.footer-contact {padding: 15px;border-radius: 15px; background: #232323;}
.footer-contact a span + span {width: 75%;font-size: 15px;min-height: 68px;}
.footer-contact a:hover{color: var(--bs-primary);}
.footer-quote { background: var(--bs-secondary); padding: 20px; border-radius: 20px; }
.footer-quote h2 { font-weight: 600;line-height: 44px; } 
footer h4 { font-size: 20px; font-weight: 600; margin-bottom: 20px; }
.footer-border {width: 100%;height: 10px;background: var(--bs-secondary);padding: 0;margin: 0;}

footer { background: #292F30; padding: 5rem 0 0; color: #fff; }
footer ul.social-share li a{border:1px solid #fff; color: #fff;background: transparent;}
.footer-top{padding-bottom: 1rem; margin-bottom: 3rem; border-bottom: 1px solid rgba(255, 255, 255, 0.7);}
.footer-links{padding-left: 0;}
.footer-links li { display: block; margin-bottom: 0.5rem; }
.footer-links li a { display: block; text-decoration: none; position: relative; color: #fff; }
.footer-address{padding-left: 0;}
.footer-address li { display: block; margin-bottom: 0.7rem; }
.footer-address li a { display: block; text-decoration: none; color: #fff; position: relative; }
footer ul li a:hover { color: #CC7D21; }
.copyright {text-align: center; font-size: 0.9rem; padding:2rem 1rem; margin: 0; color: #fff; }
.copyright a{text-decoration: none; color: #fff;}
.image-group {
      display: flex;
      justify-content: center;
      margin-top: 1.5rem;
    }

    .image-group img {
      width:50px;
      height:50px;
      border-radius: 50%;
      border: 4px solid white;
      object-fit: cover;
      margin-left: -15px; /* overlapping effect */
    }

    .image-group img:first-child {
      margin-left: 0; /* no overlap on first image */
    }


    #lp-form{ scroll-margin-top: 100px;}

@media (min-width:1921px) and (max-width:7000px) {

/*   html, body, header { max-width: 1400px; margin: auto; overflow-x: hidden; } */ }
@media (max-width:1400px) {
  .about-section h4 { font-size: 1.2rem; }
  .about-section h4 img { max-width: 30px; }
  .img-comp-img img{max-width: 1076px;}
  .site-navbar .container { max-width: 90%; }
}
@media (max-width:1280px) {
  .site-navbar .container{max-width: 100%; padding: 0;}
  .top-strip .container{max-width: 96%; padding: 0;}
  .site-navbar .site-navigation .site-menu > li { margin: 0; padding: 0 0.4rem; }
  .site-navbar .site-navigation .site-menu > li:last-child > a { padding-right: 0; }
  nav .navbar-brand img{width: 185px;}
  /* .site-navbar .site-navigation .site-menu > li > a {} */
  .site-navbar .site-navigation .site-menu > li::before { margin-left: -0.3rem; }
  .main-banner .carousel-caption h1 { padding: 0; }
  .img-comp-img img {max-width: 900px;}
  footer .container{max-width: 95%;}
  .main-navigation {padding: 10px;}
  img.banner-logo {max-width: 180px;}
  .about-box img {height: 45px;}
}
@media (max-width:1030px) {
  nav .navbar-brand img{width: 160px;}
  .sticky-wrapper.is-sticky .site-navbar .navbar .navbar-brand img{width: 150px;}
  .site-navbar .site-navigation .site-menu > li{padding: 0 0.3rem;}
  .site-navbar .site-navigation .site-menu > li > a{font-size: 0.8rem;}
  .img-comp-img img {max-width: 900px;}
  ul.quick-contact li:last-child {display: none;}
  .top-contact ul.quick-contact li:nth-child(2) {padding-right: 0;}
}
@media (max-width:990px) {
  .site-menu-toggle { padding: 0.5rem 1rem; background: #2cc7ec; color: #fff; border-radius: 5px; display: block; }
  .site-menu-toggle span { display: block; height: 1px; width: 20px; background: #fff; margin: 6px 0; }
  .site-mobile-menu .site-nav-wrap > li > ul > li > a { text-decoration: none; }
  .top-contact ul.quick-contact li a{text-align: left; font-size: 0.9rem;}
  .site-navbar .container{max-width: 96%;}
  .banner-caption{font-size: 0.9rem;width: 100%;max-width: 100%;}
  img.banner-logo {max-width: 150px;}
  .banner-caption h1{font-size: 2.5rem;}
  .about-section h2, .improve-section h2, .service-section h2, section.trusted-section h2, section.contact-section h2{font-size: 2rem;}
  .about-section h3, .improve-section h3{font-size: 1.5rem;}
  .counter-section{gap: 15px;}
  .img-comp-img img{max-width: 660px;}
  .sticky-wrapper.is-sticky .top-contact{display: block;}
  .about-box {margin-bottom: 20px;}
  section.about-section .btn {margin-top: 15px !important;}
  .model-box img {margin-bottom: 15px;}
  .col-md-3.first-col {width: 100%;margin-bottom: 30px;text-align: center;}
  .col-md-9.second-col {width: 100%;}
  .col-md-3.first-col ul {justify-content: center;}
}
@media (max-width:767px) {
  .top-contact .quick-contact { display: none; }
  .site-navigation{position: inherit;}
  .site-menu-toggle { position: absolute; top: 0.5rem; right: 0.5rem; }
  .navbar-brand img{width: 162px;}
  .btn { padding: 0.5rem 1rem; }
  .btn.btn-brown{padding: 1.25rem 1rem; margin-left: 0;}
  .site-navbar .container{max-width: 100%;}
  .top-strip .container{max-width: 96%;}
  .right-nav{width: 100%; justify-content: space-between;}
  nav .navbar-brand img { width: 150px; margin: auto; }
  .sticky-wrapper { height: auto !important; }
  .sticky-wrapper.is-sticky .site-navbar { position: initial !important; }
  .sticky-wrapper.is-sticky .site-navbar .navbar .navbar-brand img { width: 120px; }
  .top-strip{padding: 0.9rem 0;}
  .about-section .about-img{margin-bottom: 1.4rem; width: 100%;}
  .swiper-arrow{transform: translateY(50px); position: initial; margin-left: auto;}
  .main-banner::before{content: none;}
  .banner-caption{position: initial; width: 100%; color: #222;transform: inherit;margin-bottom: 30px;}
  .service-swiper{padding-top: 2rem;}
  .img-comp-wrapper{height: 255px;}
  .img-comp-img img{width: 313px;}
  .insta-post .insta-item .insta-icon{font-size:1rem; right: 0; bottom: 0;}
  span.sub-heading{margin-bottom: 0.75rem;}
  .insta-section{padding: 2rem 0;}
  .comparision-section{padding: 0;}
  .testimonial-section{padding: 2.5rem 0 2rem; }
  .right-nav {padding: 0 10px;}
  .about-box {margin-bottom: 20px;}
  img.banner-logo {max-width: 180px;margin-top: 30px;}
  .banner-caption h1 br {display: none;}
  .banner-caption h1 {font-size: 32px;padding: 0 15px;}
  section.about-section a.btn {margin-top: 15px !important;}
  section.service-section .section-title {margin-bottom: 30px;}
  .trusted-box, .contact-image {margin-bottom: 30px;}
  footer .row {gap: 30px;}
  .col-md-9.second-col .row .col-md-5 {order: -1;}

}
@media (max-width:500px) {
  .navbar-brand { width: 100%; margin-right: 0; text-align: left; }
  nav .navbar-brand img { width: 230px; }
  
}
