@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:#7A7A7A;
--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, .pbSubmitButton 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);}
.btn-download {width: 100%;text-align: left;background: #fff;color: #292F30;display: inline-flex;gap: 10px;
align-items: center;font-weight: 500 !important;border-radius: 5px;padding: 0.5rem 0.5rem 0.5rem 1rem;justify-content: space-between !important;}
.btn-download:hover {background: #000;}
h1{font-family: "Poppins", sans-serif;}

/* top strip */
.top-strip { background: #fff;  padding: 1rem 0;transition: 0.3s ease; }
.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:hover{color: var(--bs-primary);}
.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; }
.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; padding-top: 0; 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: 4px; border: 0; min-width: 20rem; }
.site-navbar .site-navigation .site-menu .has-children .dropdown-menu > li > a { border-radius: 0px !important; padding: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; }
.sticky-wrapper .site-navbar ul li.active a:before, .sticky-wrapper .site-navbar .site-navigation ul li a:hover:before {
    content: '';
    position: absolute;
    right: 36%;
    top: -17px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #fff;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown-menu > li > a:before, .site-navbar .site-navigation .site-menu .has-children .dropdown-menu > li > a:hover:before {
  content: '';
  position: inherit;
  border: none;
}
@keyframes zoomeffect {
  0% { transform: scale(1); transition: transform 20000ms linear 0s; }
  100% { transform: scale(1.4); transition: transform 20000ms linear 0s; }
}
ul.social-share select {min-height: 54px;border-radius: 5px;border: none;padding: 10px;background: #ffffffb5;color: #292f30;}
/* .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: 4.063rem;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: 1.5rem 0 0 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.5rem; 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;}


.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;height:100%;}
.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: 10px;}
.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);}
.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: #dd4603a8;border-radius: 20px;}
.contact-image {border-radius: 15px;overflow: hidden;}
.contact-image img {height: 334px;object-fit: cover;}
.footer-logo {width: 180px;margin-bottom: 30px;}

/* Inner pages */
.inner-banner { background-size: cover; position: relative; }  
.banner-content { text-align: center; }  
.banner-content ul { padding: 0; margin: 0; color: #fff; }  
.banner-content ul li { list-style: none; display: inline-flex; padding: 0 15px; color: #fff;font-size: 18px; }  
.banner-content ul li a {padding-right: 20px;position: relative;color: #fff;}
.banner-content ul li a:after {content: '/';position: absolute;right: 5px;color: #fff;}
li.breadcrumb-item {color: var(--bs-primary) !important;}
.banner-content h1 { font-size: 4.063rem; font-weight: 700; color: #fff; }  
.banner-content ul li a { text-decoration: none; }  
.inner-banner { padding: 8rem 0; }  
.inner-banner:after { content: ''; position: absolute; width: 100%; height: 100%; background: #0000007a; top: 0; }  
.inner-banner .container { position: relative; z-index: 2; }
div#service-detail { padding: 5rem 0; }  
.service-media { border-radius: 20px; margin-bottom: 20px; }  
.services-content h2 { font-weight: 700; color: #292F30; }  
.services-content p { color: #7A7A7A; }  
.services-content hr { margin: 30px 0; color: #D0DDE8; opacity: 1; }  
.services-content h3 { font-weight: 700; color: var(--bs-primary); margin-bottom: 20px; }  
ul.pills-order { padding: 0; margin: 0; }  
ul.pills-order li { list-style: none; display: inline-flex; background: var(--bs-secondary); padding: 10px 10px; color: #fff; border-radius: 25px; font-size: 16px; align-items: center; gap: 5px; margin-bottom: 15px; margin-right: 10px; }  
.service-g-img { background: #CCF2FB; border-radius: 15px; padding: 15px; margin-bottom: 24px; }  
.service-g-img img { object-fit: cover; width: 100%; background: #fff; border-radius: 15px; }  
.link-widget { background: var(--bs-primary); padding: 25px; border-radius: 20px; }  
.link-widget h3 { font-weight: 600; color: #fff; }  
.link-widget ul { padding: 0; margin: 0; margin-top: 25px; }  
.link-widget ul li { list-style: none; margin-bottom: 15px; }  
.link-widget ul li a { text-decoration: none; font-size: 18px; font-weight: 500; color: #292F30; padding: 16px 20px; display: flex; background: #fff; border-radius: 8px; transition: 0.3s ease; position: relative; }  
.link-widget ul li a:hover, .link-widget ul li.active a { background: #292F30; color: #fff; transition: 0.3s ease; }  
.link-widget ul li a:after { content: ''; background: url(../images/menu-arrow.svg) no-repeat; width: 23px; height: 17px; position: absolute; right: 20px; top: 20px; }  
.link-widget ul li a:hover:after, .link-widget ul li.active a:after { content: ''; background: url(../images/menu-arrow-active.svg) no-repeat; width: 23px; height: 17px; position: absolute; right: 20px; top: 20px; }  
.cta-widget { padding: 25px 30px; background: #292F30; border-radius: 20px; border-bottom: 8px solid var(--bs-primary); margin-top: 20px; color: #fff; }  
.stars-group i { color: #FCC100; }  
.cta-widget h3 { font-size: 32px; font-weight: 700; margin: 15px 0px 20px; }  
.cta-widget .btn.btn-dark { background: #fff; color: #292F30; }  
.cta-widget .btn.btn-dark:hover { background: #f2f2f2; }  
.cta-widget .btn.btn-dark span { background: var(--bs-primary); }  
ul.pills-order li i { font-size: 14px; }

/* Inner page css */
ul.pills-order.red li {background: var(--bs-primary);}
.inner-page .about-section p {margin-bottom: 15px;}
section.our-partner {padding: 5rem 0;}
.proud-main {background: #292f30;padding: 60px 40px;border-radius: 30px;position: relative;color: #fff;}
.proud-main figure {position: absolute;bottom: -16px;right: 40px;}
.proud-main h2 {font-size: 40px;font-weight: 600;}
section.proud {margin-bottom: 6rem;}
div#about-page section.trusted-section {display: none;}

/*************************
Gallery Section
 ************************/

 @keyframes zoomin { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } } 
div#lightboxCarousel .carousel-item { background: #fff; } 
.gallery-item img { transition: box-shadow 0.2s; } 
.gallery-item { display: block; background: #CCF2FB; padding: 12px; border-radius: 15px; height: 216px; } 
a.gallery-item img { height: 100%; display: flex; justify-content: center; width: 100%; border-radius: 15px; } 
.gallery-item:hover img { box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35); } 
.lightbox-modal .modal-content { background-color: var(--lightbox); } 
.lightbox-modal .btn-close { position: absolute; top: 1.25rem; right: 1.25rem; font-size: 1.25rem; z-index: 10; filter: invert(1) grayscale(100); } 
.lightbox-modal .modal-body { display: flex; align-items: center; padding: 0; } 
.lightbox-modal .lightbox-content { width: 100%; } 
.lightbox-modal .carousel-indicators { margin-bottom: 0; } 
.lightbox-modal .carousel-indicators [data-bs-target] { background-color: var(--carousel-text) !important; } 
.lightbox-modal .carousel-inner { width: 75%; } 
.lightbox-modal .carousel-inner img { animation: zoomin 10s linear infinite; margin: 0 auto;height: 100vh; } 
.lightbox-modal .carousel-item .carousel-caption { right: 0; bottom: 0; left: 0; padding-bottom: 2rem; background-color: var(--lightbox); color: var(--carousel-text) !important; } 
.lightbox-modal .carousel-control-prev, .lightbox-modal .carousel-control-next { width: auto; } 
.lightbox-modal .carousel-control-prev { left: 1.25rem; } 
.lightbox-modal .carousel-control-next { right: 1.25rem; } 
@media (min-width: 1400px) { .lightbox-modal .carousel-inner { max-width: 60%; } } 
[data-bs-theme="dark"] .lightbox-modal .carousel-control-next-icon, [data-bs-theme="dark"] .lightbox-modal .carousel-control-prev-icon { filter: none; } 
.btn-fullscreen-enlarge, .btn-fullscreen-exit { position: absolute; top: 1.25rem; right: 3.5rem; z-index: 10; border: 0; background: transparent; opacity: .6; font-size: 1.25rem; } 
.bi { display: inline-block; width: 1em; height: 1em; vertical-align: -0.035em; fill: currentcolor; }


/*************************
Contact page
 ************************/
 section.contact-page {padding: 5rem 0rem;}
.contact-grid { text-align: center; background: #fff9ef; padding: 30px; border-radius: 15px; min-height: 220px; margin-bottom: 20px; }
.contact-grid i { font-size: 35px; margin-bottom: 20px; color: var(--bs-primary); }
.contact-grid a { color: #797373; text-decoration: none; }
.contact-grid i.fa.fa-clock-o:before { content: ""; }
.image-anime.contact-img { height: 457px; border-radius: 15px !important; overflow: hidden; }
.image-anime.contact-img { object-fit: cover; }
.office-locations i { margin-right: 0.5rem; }
 section.contact-page .contact-form {background: #2cc7ec;}
.contact-form h2 {font-size: 32px;font-weight: 600;}
.quick-connect .contact-form label {color: #fff;}
.contact-map {height: 100%;border-radius: 20px;overflow: hidden;}

/*************************
Team section
 ************************/
 section.team-section {padding: 6rem 0;}
 .box { border-radius: 150px; background: #f7f7f7; position: relative; overflow: hidden; text-align: center; } 
.box:before { position: absolute; content: ''; left: 0px; top: 0px; width: 0px; height: 100%; border-radius: 150px; box-shadow: inset 0 0 25px rgba(0,0,0,0.30); transition: all 0.3s ease; background-image: linear-gradient(to right, #dd4603 0%, #dd4603 100%); } 
.box:hover:before { width: 100%; } 
.box:hover .image-wrapper { padding: 0; } 
.box:hover .box-desc { color: #fff; } 
.box:hover .social li a { background: #fff; background-image: none; color: #000; } 
.box:hover .social li a:hover { background: #1d1d1d; color: #fff; } 
.image-wrapper { position: relative; max-width: 210px; max-height: 210px; margin: 0 auto; overflow: hidden; border-radius: 50%; padding: 10px; transition: all 0.5s ease; box-shadow: inset 0px 0px 20px rgba(0,0,0,0.20); } 
.image-wrapper img { border-radius: 50%; transition: all 500ms ease; } 
.box-desc { position: relative; } 
ul.social { padding: 0; } 
ul.social li { display: inline-block; list-style-type: none; } 
ul.social li a { position: relative; width: 36px; height: 36px; background-image: linear-gradient(to right, #dd4603 0%, #dd4603 100%); display: inline-block; line-height: 36px; border-radius: 50%; color: #fff; transition: all .5s ease; }
.proud-main.btm-proud{background: var(--bs-secondary);}


/*************************
Video page
 ************************/
.video-gallery {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;padding: 40px;}
.video-item {position: relative;aspect-ratio: 16/9;border-radius: 20px;overflow: hidden;background: #000;}
.video-thumb img {width: 100%;height: 100%;object-fit: cover;display: block;border-radius: 20px;}
.play-button {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 80px;height: 80px;background: rgba(255, 255, 255, 0.85);border-radius: 50%;cursor: pointer;transition: 0.3s;}
.play-button:hover {background: rgba(255, 255, 255, 1);}
.play-button::before {content: "";position: absolute;top: 50%;left: 50%;transform: translate(-40%, -50%);border-style: solid;border-width: 15px 0 15px 25px;border-color: transparent transparent transparent #000;}
.video-item iframe {position: absolute;width: 100%;height: 100%;top: 0;left: 0;border: none;border-radius: 20px;}
.video-col {border-radius: 15px;overflow: hidden;margin-bottom: 15px;}
section.video-main {padding: 5rem 0;}


.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-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-contact a:hover {color: var(--bs-primary);}
footer ul li a:hover { color: var(--bs-primary); }
.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 */}


@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:1366px) {
.about-box span {
    font-size: 14px;
}
section.about-section p {
    margin: 1.5rem 0 20px 0;
}
}
@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;}
  .banner-content h1 {font-size: 3rem;}
  section.contact-page .col-md-4.address-grid, section.contact-page .col-md-4.address-grid {width: 50%;}

}
@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;}
  .banner-content h1 {font-size: 2.5rem;}
  div#service-detail {padding: 3rem 0;}
.inner-page section.about-section .row .col-md-5 {order: -1;}
.quick-connect .col-md-4 {order: -1;margin-bottom: 30px;}
.quick-connect .col-md-4 iframe{height: 350px;}
 section.team-section {padding: 3rem 0;}
 .proud-main figure {position: inherit;}
 .proud-main{padding-bottom: 0;text-align: center;}
.box {margin-bottom: 30px;}
.box, .box:before{border-radius: 20px;}
.proud-main.btm-proud{padding-bottom: 60px;}
ul.social-share select {display: none;}
}
@media (max-width:500px) {
  .navbar-brand { width: 100%; margin-right: 0; text-align: left; }
  nav .navbar-brand img { width: 230px; }
  
}
