@import url('https://fonts.googleapis.com/css2?family=Inter:opsz@14..32&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');
/* font-family: "Roboto", sans-serif; */
body { font-family: "Inter", sans-serif;}

/* color guidelines */
:root, [data-bs-theme=light]{
--bs-primary:#239A47;
--bs-primary-hover:#FAC74D;
--bs-secondary:#000000;
--bs-secondary-hover:#239A47;
--bs-gray-900:#222222;
}

h1, h2, h3, h4, h5 { font-family: "Roboto", sans-serif; font-weight: 900;}
h2{font-size: 2.5rem;line-height: 3.3rem;}
h3 {font-size: 1.5rem;}
.text-warning { color: var(--bs-primary-hover) !important; }
.site-btn { position: relative; background: var(--bs-primary); color: #ffffff; padding: 0.7rem 1rem; border: 0; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);border-radius: 0; }
.site-btn:hover { background:var(--bs-primary-hover); color: #000; }
.site-btn.gold-btn {background: var(--bs-primary-hover);border: 0;color: var(--bs-secondary);box-shadow: none;}
.site-btn.gold-btn:hover{color:#ffffff;background: var(--bs-primary) !important;}
.container{max-width: 1400px;padding: 0 1.25rem;}
:not(.btn-check)+.btn:active {background-color: var(--bs-primary-hover);color:#fff}
.container-fluid{max-width: 100%;padding-left: 1.5rem;padding-right: 1.5rem;}
.btn-search { display: inline-block; text-align: center; color: #000000; }
.site-navbar .site-navigation .site-menu > li > a.btn-search:hover {background: transparent;}
.top-strip { background: var(--bs-gray-900);padding:0rem; }
.strip-inner {display: flex; justify-content: space-between;align-items: center; }
.top-strip ul { padding-left: 0; margin-bottom: 0 }
.top-strip ul li { display: inline-block; margin-right: 1rem;padding-right: 1rem; color:var(--bs-primary); border-right: 1px solid rgba(255, 255, 255, 0.35);}
.top-strip ul li:last-child { margin-right: 0; border:0}
.top-strip ul.social-icons li {margin-right: 0.5rem;}
.top-strip ul li a { display: inline-block; line-height: 44px; color: #fff; text-decoration: none; font-size: .9rem; }
.top-strip ul li a:hover{color: var(--bs-primary-hover);}
.top-strip ul li.social-share a { padding: 0 0.5rem; }
.top-strip ul li.social-share a:nth-of-type(4) { padding-right: 0; }
ul.social-icons a {text-align: center;line-height: 30px; color: #ffffff;}
ul.social-icons a:hover{color: var(--bs-primary-hover);}
ul.social-icons li a i {color: #fff;}
ul.social-icons li a:hover i {color: var(--bs-primary-hover);}
ul.social-icons li a:hover img {filter: brightness(0) saturate(100%) invert(95%) sepia(30%) saturate(6682%) hue-rotate(316deg) brightness(98%) contrast(102%);}
/* Utility Css */

/* .navbar.navbar-expand-lg { border-left: 5px solid #65BDC2; } */
nav .navbar-brand{position: relative; display: block;}
nav .navbar-brand::before{content: ''; position: absolute; width: 180px; height: 90px; background-image: url('../images/shape-29.png'); background-repeat: no-repeat; background-size: contain; bottom: -30px; left: 0; z-index: 3;}
nav .navbar-brand img { width: 150px; padding-left: 1.4rem; position: relative; z-index: 5;}
.navbar-expand-lg .navbar-nav .nav-item { margin: 0 1rem; }
.navbar-expand-lg .navbar-nav .nav-link { font-size: 1rem; }
.site-navbar .site-navigation .site-menu .has-children .dropdown-menu > li.has-children > a:before{content: '' !important;}
/* .site-navigation { padding: 0 !important; } */
.sticky-wrapper { height: auto !important; }
.site-navbar { left: 0; right: 0; margin: auto; width: 100% !important; }
.site-navbar .site-navigation { transition: 0.4s;padding: 0.2rem 0; }
.sticky-wrapper.is-sticky .site-navbar { z-index: 99 !important; width: 100% !important; padding: 0;background-color: #fff; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation { transition: 0.4s;padding: 0.75rem 2.8rem; }
.sticky-wrapper.is-sticky .site-navbar .navbar .navbar-brand img { width: 150px; }
.site-navbar .site-navigation .site-menu > li { padding: 0; margin: 0; position: relative; }
.site-navbar .site-navigation .site-menu > li.has-children li a::before { content: none; }
.site-navbar .site-navigation .site-menu > li > a {position: relative; text-transform: capitalize; font-size: 0.95rem; color: #000; padding: 0 0.5rem; line-height: 46px; }
.site-navbar .site-navigation .site-menu > li > a::after, .site-navbar .site-navigation .site-menu > li > a:hover::after { content: ''; display: block; margin: auto; height: 3px; width: 0; background: 0 0; transition: width .5s ease, background-color .5s ease; border: none; position: absolute; left: 0; bottom: -26px }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a::after, .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover::after { bottom: -22px }
.site-navbar .site-navigation .site-menu > li.active > a::after, .site-navbar .site-navigation .site-menu > li > a:hover::after { width: 100%; background: 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; animation: fade-up 0.5s; }
.site-navbar .site-navigation .site-menu .has-children:not(:hover) .dropdown-menu { animation: fade-down 0.5s; display: block; }
.sticky-wrapper .site-navbar ul li.active > a, .sticky-wrapper .site-navbar ul li a:hover, .site-navbar .site-navigation .site-menu .has-children .dropdown-menu a.active { transition: .2s ease; }
.site-navbar .site-navigation .site-menu .has-children .dropdown-menu li.active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown-menu > li.has-children:hover > a{background-color: var(--bs-primary);}
.site-navbar .site-navigation .site-menu .has-children .dropdown-menu { border-radius: 0; border: 0; min-width: 16rem; background: rgba(255, 255, 255, 1); padding-bottom: 0; }
.site-navbar .site-navigation .site-menu .has-children .dropdown-menu > li > a { color: #000000; text-decoration: none; border-radius: 0 !important; padding: 9px 15px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown-menu a { font-size: 1rem; color: #000000; }
.site-navbar .site-navigation .site-menu .has-children .dropdown-menu > li > a:hover { color: #fff !important; background: var(--bs-primary); }
.site-navbar .site-navigation .site-menu > li > a i {position: relative;top: 1px;}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a { padding-right: 20px; }
.sticky-wrapper.is-sticky .site-navbar .container-fluid { padding: 0; transition: 0.4s; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation { background: #fff; transition: 0.4s; border-radius: 0; border: 0; margin: 0;}
.side-toggle { position: absolute; right: 0; top: 25px; margin: auto; color: #0d6efd; font-size: 1.25rem; }
@keyframes fade-up {
  from { opacity: 0; margin-top: 2rem; }
  to { opacity: 1; margin-top: 0; }
}
@keyframes fade-down {
  from { opacity: 1; margin-top: 0; }
  to { opacity: 0; margin-top: 4rem; }
}
.top-contact { display: flex; align-items: center; }
.top-contact a.call-btn { display: flex; text-decoration: none; align-items: center; color: #000; line-height: 18px; font-size: 15px; }
.top-contact a.call-btn i { font-size: 1.7rem; margin-right: 8px; color: #024F9D; }
.serach-overlay { height: 100%; width: 100%; display: none; position: fixed; z-index: 999; top: 0; left: 0; background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.9); }
.overlay-content { position: relative; top: 46%; width: 60%; text-align: center; margin-top: 30px; margin: auto; }
.serach-overlay .closebtn { position: absolute; top: 20px; right: 45px; font-size: 60px; cursor: pointer; color: white; }
.serach-overlay .closebtn:hover { color: #ccc; }
.serach-overlay input[type=text] { padding: 15px; font-size: 17px; border: none; float: left; width: 80%; background: white; }
.serach-overlay input[type=text]:hover { background: #f1f1f1; }
.serach-overlay button { float: left; width: 20%; padding: 15px; background: var(--bs-primary); font-size: 17px; border: none; cursor: pointer; color: #ffffff; }
.serach-overlay button:hover { background:var(--bs-secondary); }

/* main banner */
.main-banner { position: relative; }
.main-banner h1 { color: #fff; font-size:3rem; line-height: 3.6rem; text-transform: uppercase; }
.main-banner h1 span{ color: transparent; -webkit-text-stroke-width: 1px; /* Adjust the width of the outline */
  -webkit-text-stroke-color: #fff; /* Set the color of the outline */
  color: transparent;}
.main-banner h5 { color: #D4925A; font-weight: 600; }
.main-banner .carousel-inner { position: relative; }
.main-banner .carousel-inner::before { content: ''; z-index: 1; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #0000004a; }
.main-banner .carousel-caption p{font-size: 1rem;color:#fff;max-width: 800px;margin-bottom: 2rem;margin-top: 1rem;}
.main-banner .carousel-caption {height: 100%;left: 0;width: 100%;display: inline-block;right: 0;}
.main-banner .carousel-caption .caption-container {z-index: 2;color: #000;text-align: left;border-radius: 8px;max-width: 800px;right: inherit;position: absolute;top: 31%; width: 100%;left:1%;}
.main-banner .carousel-control-next, .main-banner .carousel-control-prev {opacity: 1; width: 60px; height: 60px; border-radius: 50%; background-color: #fff; top:0; bottom:0; margin: auto;}
.main-banner .carousel-control-prev{left: auto; right: 2%;}
.main-banner .carousel-control-next{right: 8%;}
.section-title h2{font-size: 3.125rem;font-weight: 700;margin-bottom: 20px;color: #302F2D;}
/* contact form section */
section.contact-section{padding: 0;}
section.contact-section .contact-form{padding: 1.5rem; box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1); position: relative; z-index: 9; top: -80px; background-color: #ffffff;}
.contact-form form input, .contact-form form textarea{padding: 0.7rem 1rem; background: transparent;border-radius: 0;}
.contact-form input[type=submit]{padding-left: 35px;padding-right: 35px;}

/* service block  */
section.service-block{padding: 4rem 0 ; position: relative;}
section.service-block::before{content: ''; position: absolute; width: 100%; height: 80%; z-index: -1; top: 0; background-color: #F1F1F1;}
section.service-block::after{content: ''; position: absolute; bottom: 0; left:0; width: 100%; height: 320px; z-index: -1; background-image: url('../images/shape-37.png');     background-position: left;
    background-repeat: no-repeat;
    background-size: 500px;
}
.service-block h2{color: var(--bs-primary);}
section.service-block .service-img{overflow: hidden;}
section.service-block .service-img img{width: 100%; transition: 0.3s;}
section.service-block .service-card {margin-bottom: 25px;overflow: hidden;box-shadow: 0px 0px 21px -6px #ccc;}
section.service-block .service-card:hover img{transition: 0.3s; transform: scale(1.1);}
section.service-block .service-content {text-align: left;padding: 1.5rem; background-color: #fff;}
section.service-block .service-content h3 {font-size: 1.3rem;}
section.service-block .service-content a {text-decoration: none; display: flex; align-items: center; text-transform: uppercase; color: #4E4E4E; border-top:1px solid #dddddd; padding-top: 1.25rem; margin-top: 1.5rem;}
section.service-block .service-content a img{margin-left: 8px;}
section.service-block .service-card:hover a{color: var(--bs-primary);}
section.service-block .service-card:hover h3{color: var(--bs-primary-hover);}
/* about block */
.about-section {position: relative; padding: 5rem 0 5rem 0; }
.about-section::after{position: absolute; content: ''; width: 100%; height: 300px; background: url('../images/shape-31.png') no-repeat; background-size: contain; background-position: right; bottom: 0; right:0; z-index: -1;}
.about-section .about-media { display: grid; grid-template-columns: 1fr 1fr;}
.about-section .media-img{position: relative;}
.about-section .media-img2::before{content: ''; position: absolute; width: 170px; height: 170px; background: url('../images/dotted-shape.png') no-repeat; background-size: contain; top: -105px; left: 50px; z-index: -1;  }
.about-section .media-img1::before{content: ''; position: absolute; width: 170px; height: 170px; background: url('../images/dotted-shape.png') no-repeat; background-size: contain; bottom: 20px; right: 50px; z-index: -1;  }
.about-section .media-img1 { width: 100%; position: relative; right:25%;}
.about-section .media-img1 img{box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);}
.about-section .media-img2 { width: 100%; margin-top: 130px; position: relative;}
.about-section .media-img2 img{box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);}
.about-section span{text-transform: uppercase; font-weight: 500; margin-bottom: 0.5rem; display: block;}
.about-section h2{color: var(--bs-primary);}

.team-block{padding-bottom:4rem; margin-bottom: 4rem;}
.team-block h2{color: var(--bs-primary); margin-bottom: 1.4rem;}
.team-name{width: 75%; display: block; transition: 0.4s; color: #000; text-decoration: none; position: relative; bottom: 50px; background: #fff; border-radius: 1rem; box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1); padding: 1.25rem; margin: auto; text-align: center;}
.team-media:hover .team-name{background: var(--bs-primary-hover); transition: 0.4s; bottom: 120px;}

/* Review block */
.review-containet{padding:4rem 2rem; background-color: #fff; background-image: url('../images/testomonials-img.jpg'); background-repeat: no-repeat; background-position: right;}
.review-containet h2{color: var(--bs-primary); margin-bottom: 2rem;}
section.review-block { padding: 5rem 0; background-color: #F1F1F1;}
section.review-block .carousel-inner::before{content: '\f10e';font-family: 'Font Awesome 6 Free'; font-weight: 900;  position: absolute;  left:0; top:0;    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--bs-primary);
    color: transparent; font-size: 5rem; z-index: 0; opacity: 0.3;}
section.review-block .carousel-inner .review-item { padding-right: 100px; }
section.review-block .carousel-inner ul { padding: 0;}
section.review-block .carousel-inner ul li { display: inline-block; }
section.review-block .carousel-inner ul li i { font-size: 18px; color: #FFB300; }
section.review-block .carousel-control-prev{left: auto; right: 8%; height: 30px; top:auto; bottom: -50px;}
section.review-block .carousel-control-next{right:2%; height: 30px; bottom: -50px; top:auto;}


/* team block */
section.team-block{padding: 5rem 0 0 0;}
section.team-block .team-item {background: #F3F5F2;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);text-align: center;display: block;text-decoration: none;color: #000000;border-radius: 10px;overflow: hidden;}
section.team-block .team-item .team-info {padding: 1.4rem;min-height: 130px;display: grid;}
section.team-block .team-item:hover {background: var(--bs-primary);color: #fff;}
section.team-block a.team-item:hover p {color: #fff;}
section.team-block .team-item img {height: 350px;width: 100%;overflow: hidden;object-fit: cover;object-position: top;}
section.team-block:before, section.team-block:after { content: ''; position: absolute; background: url(../img/dotted-bg.png); background-repeat: no-repeat; width: 100%; height: 100%; background-position: 143px 0px !important; z-index: -1; }
section.team-block { position: relative; }
section.team-block:after { background-position: top 50% right 204px !important; top: 0; }


/* career page design */
.faq-setion{position: relative;}
.faq-setion h2{color: var(--bs-primary); margin: 0.5rem 0 1.5rem;}
.faq-setion::after{content: ''; position: absolute; right: 0; bottom:0; width: 100%; height: 500px; background: url('../images/shape-39.png') no-repeat; background-size: contain; background-position: right; z-index: -1; }
.faq-setion .col-xl-4{position: relative;}
.faq-setion .col-xl-4::before{content: ''; position: absolute; top:0; bottom: 0; right:-80px; margin:auto; width: 250px; height: 250px; border-radius: 50%; background: #f1f1f1; z-index: -1;  }
.accordion-item{margin-bottom: 1rem; border:0; border-radius:0; box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);}
.accordion-item:not(:first-of-type){border:0; border-radius:0;}
.accordion-button:not(.collapsed){background: #fff; color: #000;}
.accordion-button{text-decoration: none; color:#000; border-radius: 0; padding-left: 2.6rem; padding-right: 2.5rem;}
.accordion-item:first-of-type, .accordion-item:first-of-type>.accordion-header .accordion-button{border-radius: 0;}
.accordion-item>.accordion-header .accordion-button{line-height: 1.5rem;}
.accordion-button:not(.collapsed){box-shadow: none;}
.accordion-button::before{content: 'Q.'; position: absolute; left: 1rem; top:1rem;}
.accordion-button::after{content: '\2b'; position: absolute; right: 1rem; background-image: none; font-weight: 900; font-family: 'Font Awesome 6 Free';}
.accordion-button:not(.collapsed)::after{content: '\f068'; background-image: none; font-weight: 900; position: absolute; right:1rem; font-family: 'Font Awesome 6 Free';}

/* cta css */
.cta-section{background-color: var(--bs-primary-hover); background-image: url('../images/cta-bg.png');}
.cta-content{padding: 3rem 0 2.2rem;}
.cta-content .phone-icon{width: 60px; height: 60px; color: #fff; background: var(--bs-primary); border-radius: 50%; display: flex; justify-content: center; align-items: center; margin-right: 1rem;}
.cta-content .cta-body a{text-decoration: none; color: #000;}

/* blog css */
.block-heading{width: 500px; margin: auto;}
.blog-section{padding: 5rem 0; background-image: url('../images/shape-37.png'); background-position: center; background-repeat: no-repeat;}
.blog-section h2{color: var(--bs-primary); margin-bottom: 2rem;}
.blog-card{position: relative; box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1); background: #fff;color: #000; border-radius: 0;}
.blog-card>img{width: 100%;}
.blog-card .blog-content{padding: 1.5rem; position: relative;}
.blog-card:hover .blog-content h3 a{color: var(--bs-primary-hover);}
.blog-card .blog-content a{text-decoration: none; color:#222; display: block;}
.blog-card .blog-content a.read-more{display: flex; align-items: center; border-top:1px solid #ccc; padding-top: 1.2rem; margin-top: 1.5rem; text-transform: uppercase;}
.blog-card .blog-content a.read-more img{margin-left: 8px;}
.blog-card:hover .blog-content a.read-more{color: var(--bs-primary);}
.blog-card .blog-date {
    background: var(--bs-primary-hover);
    width: 80px;
    height: 80px;
    position: relative;
    text-align: center;
    border-radius:15px;
    position: absolute;
    right: 16px;
    top: -50px;
}
.blog-card .blog-date span{position: relative; z-index: 9; padding: 1rem 0; display: block;}
.blog-card .blog-date::before, .blog-card .blog-date::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 80px;
    border-radius:15px;
    background: var(--bs-primary-hover);
}
.blog-card .blog-date::before {
    -webkit-transform: rotate(30deg);
       -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
         -o-transform: rotate(30deg);
}
.blog-card .blog-date::after {
    -webkit-transform: rotate(60deg);
       -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
         -o-transform: rotate(60deg);
}
.partners-section{padding: 5rem 0; background-color: #f1f1f1; position: relative;}
.partners-swiper .swiper-wrapper{align-items: center;}
.partners-swiper .swiper-wrapper .swiper-slide{text-align: center;}
.swiper-arrow .swiper-button-next, .swiper-arrow .swiper-button-prev {
    position: absolute;
    left: 1.5%;
    display: inline-flex;
    justify-content: center;
    top: 65%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.swiper-arrow .swiper-button-next{left:auto; right: 1.5%;}
.swiper-arrow .swiper-button-prev:after {
    content: "";
    background-image: url(../images/left-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 10px;
}
.swiper-arrow .swiper-button-next:after {
    content: "";
    background-image: url(../images/right-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 10px;
}

.card-box{background: #25A14B;  padding: 20px;  color: #fff;}
.card-box h4{font-size: 1.4rem;}

/* footer css */
footer { background: var(--bs-gray-900); padding: 0; position: relative; z-index: 1; padding: 1.5rem 0 0 0; }
footer .social-icons{display: flex; justify-content: end; margin-bottom: 0;}
footer .social-icons li{margin-left: 1rem;}
footer .social-icons li a{text-decoration: none; width: 35px; height: 35px; display: flex; justify-content: center; align-items: center; background: rgba(255, 255, 255, 0.35);}
footer h5{color: #fff;}
.footer-top{border-bottom: 1px solid rgba(255, 255, 255, 0.2); padding-bottom: 1.5rem; margin-bottom: 2rem;}
.footer-address { padding: 0 40px; margin: 0; text-align: center; }
.footer-services .services-list h5 { margin-bottom: 20px;font-size: 1.2rem;font-weight: 500;text-transform: uppercase;color:#fff }
ul.address_list{padding-left: 2.2rem !important;}
.address_list li{position: relative;}
.address_list li a {margin-bottom: 10px;}
.address_list li::before{position: absolute; left:-2rem; top: 4px; font-family: 'font Awesome 6 Free'; font-weight: 900; color: #fff;}
.address_list li:nth-child(1)::before{content: '\f3c5'; }
.address_list li:nth-child(2)::before{content: '\f095'; }
.address_list li:nth-child(3)::before{content: '\f0e0'; }
.address_list li:nth-child(4)::before{content: '\f017'; }
.services-list ul { padding-left: 0; margin-bottom: 0 }
.services-list ul li { display: block; }
.services-list ul li a { font-size: 17px; padding: 0.2rem 0; color: #fff; text-decoration: none; display: block; }
.services-list ul li a:hover {text-decoration: none; color: var(--bs-primary-hover)}
.copyRights { color: #ffffff; font-size: 0.9rem; }
.copyRights .footer-copy { display: flex; justify-content: center; margin-top: 2rem; padding: 1.5rem 0; border-top: 1px solid rgba(255, 255, 255, 0.5); }
.gallery-item{display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem;}
.gallery-item img{width: 100%;}
.gallery-page.gallery-item{display: grid; margin:0}
.gallery-page.gallery-item a{margin: 0; width:100%; border:0;}
.gallery-page.gallery-item .bg{height: 65px;}

/* inner page css */
.inner-banner { position: relative; }
.inner-banner::before{content: ''; position: absolute; left:0; top:0;width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.inner-banner .banner-content { position: absolute; top: 50%; left: 50%; text-align: center; transform: translate(-50%, -50%); color: #fff; text-align: center; }
ol.breadcrumb { margin: 0; padding: 0; justify-content: center; }
ol.breadcrumb li { display: inline-block; padding: 0; color: #fff; font-size: 18px; }
ol.breadcrumb li:first-child { padding-left: 0; }
ol.breadcrumb li a { color: #fff !important; text-decoration: none;padding: 0 15px;}
ol.breadcrumb li a::before { content: '' !important; }
ol.breadcrumb li a::after { content: '-'; position: relative; right: -10px; }
/* ol.breadcrumb li:last-child a::after { content: ''; } */
.breadcrumb-item.active{color: #fff;}

.inner-content{padding: 3rem 0;}
.inner-content h2{color: var(--bs-primary); margin-bottom: 1rem;}
.inner-content h3{color: var(--bs-primary-hover); margin-bottom: 0.6rem;}
.inner-service{padding: 1rem; box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);}
.inner-service h3{color: #222 !important;}
.inner-service ul{padding: 0; margin-bottom: 0;}
.inner-service ul li{display: block;}
.inner-service ul li a{transition: 0.4s; position: relative; display: block; text-decoration: none; color: #000; padding: 0.5rem 0; border: 1px solid #eee; padding: 0.5rem 0.7rem; margin-bottom: 0.5rem;}
.inner-service ul li a:hover, .inner-service ul li.active a{transition: 0.4s; padding-left: 2rem; background: var(--bs-primary); color: #fff; text-decoration: none;}
.inner-service ul li a:hover::before, .inner-service ul li.active a::before{content: '\f178'; color: #fff; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 15px; position: absolute; left: 10px; top: 50%; transform: translateY(-50%);}
.inner-cta{position: relative; color: #fff; padding: 2rem 0 0; background-image: url('../images/faq-img.png'); background-size: 60%; background-repeat: no-repeat; background-position: top;}
.inner-cta::before{content: ''; position: absolute; left:0; top:0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); z-index: 0;}
.inner-cta h3{position: relative; z-index: 1; padding: 0 1rem; text-align: center; color: #fff !important;}
.inner-contact{position: relative; z-index: 1; padding: 4rem 3rem 1.5rem; margin-top: 5rem; background-image: url('../images/cta-shape.png'); background-repeat: no-repeat; background-size: 100%;}
.inner-contact a{text-decoration: none; color:#fff;}
.inner-contact a.cta-phone{font-size: 1.7rem; font-family: "Roboto", sans-serif;}

.reriew-grid{column-count: 3; column-gap:1.5rem;}
.review-card{display: inline-block; width: 100%; margin-bottom: 1.5rem; box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1); padding: 1rem; position: relative;}
.review-card::before{
  content: '\f10e';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 2rem;
    top: 2rem;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--bs-primary);
    color: transparent;
    font-size: 5rem;
    z-index: 0;
    opacity: 0.3;
}

.blog-details ul li{position: relative; list-style: none; margin-bottom: 8px;}
.blog-details ul li::before{content: '\f058'; position: absolute; left: -2rem; top:0; font-family: 'Font Awesome 6 Free'; color: #666; font-weight: 900; }
.search-btn{position: absolute; right: 0; top:8px}
.widget{margin-bottom: 2.5rem;}
.widget h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.categories a {
  text-decoration: none;
  color: #000;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.recent-posts .post-item {
  display: flex;
  margin-bottom: 15px;
}

.recent-posts img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin-right: 12px;
}

.recent-posts .post-content {
  display: flex;
  flex-direction: column;
}

.recent-posts .post-date {
  color: var(--bs-gray-900);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.recent-posts a {
  text-decoration: none;
  color: #000;
  font-size: 0.9rem;
}

.recent-posts a:hover {
  color: var(--bs-primary);
}
.gallery-page { display: flex; flex-wrap: wrap; margin-bottom: 2rem; }
.bg { width: 100%; height: 300px; background-size: cover; transform: scale(1, 1); transition: all 300ms ease; border-radius: 0; position: relative; }
.plus-icon { display: none; position: absolute; z-index: 9; width: 45px; height: 45px; margin: auto; transition: 0.3s; left: 0; top: 0; right: 0; bottom: 0; }
.bg:hover .plus-icon { display: block; transform: scale(1.2); transition: 0.3s; }
.gallery-page a { display: block; text-decoration: none; width: 23.5%; overflow: hidden; outline: none; margin: 0.5rem; box-shadow: 0 0px 10px rgb(0, 0, 0, .3); padding: 0; border-radius: 0; position: relative; border: 2px solid #fff; }
.bg:hover::before { content: ''; position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; background-color: #f0bf4a54 }

.quick-connect-section span{color: #fff; font-size:1.1rem}
.quick-connect-section h2{font-size: 3rem; color: #fff;}
.quick-form{margin-top: 3rem; padding: 4rem; border-radius: 8px; box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);}
.quick-form .form-control{border:1px solid #ccc; padding: 0.75rem;}
.quick-form img{border-radius: 10px;}
.need-help{padding: 3rem; background: rgba(35, 154, 71, 0.2); border-radius: 8px;}
.inner-content .need-help h3{color: #222;}
.inner-content .need-help ul{padding-left: 0; margin-bottom:3rem}
.inner-content .need-help ul li{display: block; margin-bottom:1.3rem;}
.inner-content .need-help ul li a{display:flex; flex-wrap: wrap; align-items: center; text-decoration:none; color: #000;}
.inner-content .need-help ul li a i{display: flex; justify-content: center; align-items: center; margin-right: 0.7rem; width: 50px; height:50px; border-radius:50%; color:#fff; background:var(--bs-primary)}
.inner-content .need-help ul li::before{content: none;}
.inner-content .need-help ul li a span{display: block; line-height:30px;}

.contact-details{padding: 0; margin-bottom: 2rem; display: grid; grid-template-columns:1fr 1fr 1fr 1fr; gap: 1rem;}
.contact-details li{display: block; background: rgba(35, 154, 71, 0.2); border-radius:1rem; padding:1.5rem;}
.contact-details li:hover{box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);}
.contact-details li a{text-decoration: none; color:#333;}
.contact-details li a i{font-size: 1.5rem; margin-bottom: 1rem;     width: 60px;
    height: 60px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;}
.modal .btn-close {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 40px;
  height: 40px;
  opacity: 1;
  border-radius: 50px;
  background: #000;
  color: #fff;
}
.modal .modal-dialog .modal-content {
  border-radius: 20px;
}
.modal .modal-dialog .modal-content img{
  width: 100%;
   border-radius: 15px 15px 0 0;
}
.fixed-help {
  position: fixed;
  bottom: 1.5rem;
  right: 1rem;
  text-decoration: none;
  font-size: 1.3rem;
  z-index: 99;
}


@media (min-width:1921px) and (max-width:7500px) {

/*  html, body, header { max-width: 1400px; margin: auto; overflow-x: hidden;} */ }
@media (max-width:1400px) { 
  .main-banner h1 {font-size: 3.5rem;line-height: 3.625rem;}
  .about-section h2, .section-title h2 {font-size: 2.75rem;}
  .service-section .service-block{padding: 1rem 0.5rem 1.5rem;}
}
@media (max-width:1300px) {
  .site-navbar .site-navigation .site-menu > li > a { padding: 0 5px; font-size: 0.9rem }
  .site-navbar .site-navigation .site-menu .has-children.mega-menu ul { width: 85%; }
}
@media (max-width:1200px) {
  .site-navbar .site-navigation .site-menu > li > a { font-size: 0.85rem; padding: 0 4px; }
  .site-navbar .site-navigation .site-menu > li a::before { font-size: 1rem; }
  .site-navbar .site-navigation .site-menu > li > a::after, .site-navbar .site-navigation .site-menu > li > a:hover::after{bottom: -16px;}
  .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a::after, .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover::after{bottom: -12px;}
  .width-full{max-width: 100% !important;}
  nav .navbar-brand img{padding-left: 0.5rem; width: 135px;}
  nav .navbar-brand::before{width: 140px;}
  .footer-services .services-list{width: 30%;}
  .benfits-item span{height: 70px; width: 70px; padding:11px;}
  .benfits-item span img{max-height: 45px;}
  section.about-block img.ab-img-02 {max-width: 335px;bottom: -72px;}
  section.about-block img.ab-img-01 {max-width: 450px;}
  .review-containet{background-size: 55%;}
  section.review-block .carousel-control-prev{right: 10%;}
}
@media (max-width:1100px) {
  .site-navbar .site-navigation { margin: 0.3rem 0;padding: 1rem 0rem; }
  .top-contact{position: fixed; bottom: 1rem; right: 1rem;}
  section.service-block .service-content{padding: 1rem;}
  .main-banner h1 {font-size: 2.7rem;line-height: 3rem;}
  .main-banner .carousel-caption .caption-container{top:26%}
  .main-banner .carousel-caption p{margin-top: 0; margin-bottom:0.5rem}
  .feed-main-image img {min-height: 350px;}
  nav .navbar-brand img, .sticky-wrapper.is-sticky .site-navbar .navbar .navbar-brand img{width: 100px;}
  .site-navbar .site-navigation .site-menu > li > a{padding: 0 7px;}
  .copyRights .footer-copy{display: block; text-align: center;}
  .copyRights .footer-copy ul{margin-top: 1rem;}
  .satisfaction-count{padding: 10px;max-width: 42%;}
  .site-btn{padding: 0.7rem 1rem;}
  .about-section h2, .section-title h2 {font-size: 2.5rem;line-height: 46px;}
  .in-banner-content h1{font-size: 2.5rem;}
  .inner-section {padding: 3rem 0rem;}
  .container-fluid, .sticky-wrapper.is-sticky .site-navbar .site-navigation {padding-left: 1rem;padding-right: 1rem;}
  .single-loc iframe {height: 350px;}
  .top-contact a.site-btn {font-size: 15px;}
  .sticky-wrapper .site-navbar ul li.active > a, .sticky-wrapper .site-navbar ul li a:hover, .site-navbar .site-navigation .site-menu .has-children .dropdown-menu a.active {
    background: transparent;color: var(--bs-primary) !important;font-weight: 700;}
    .side-navigation button.accordion-button{font-size: 1.2rem;}
    .inner-contact{padding: 3rem 0.5rem 0;}
}
@media (max-width:990px) {
.top-strip{display: none;}
.main-banner .carousel-caption .caption-container{max-width: 540px;}
.satisfaction-count span {font-size: 0.9rem;}
.satisfaction-count {padding: 31px 15px;max-width: 48%;text-align: center;}
.top-contact{display: none;}
.site-navbar .site-navigation {padding: 0rem;}
  .site-menu-toggle { color: #ffffff; font-size: 1.3rem; display: inline-block; text-align: center; padding-top: 6px; width: 50px; height: 45px; border-radius: 6px; background: var(--bs-primary); }
  .banner-content h1, .banner-content h2 { font-size: 2.5rem; }
  .top-strip ul li{margin-right: 0; margin-bottom: 1rem;}
  .top-strip ul li:last-child{margin-bottom: 0;}
  .main-banner h1{font-size: 1.8rem;line-height: 35px;margin-top: 1.3rem;}
  .main-banner .carousel-control-next, .main-banner .carousel-control-prev{width: 50px; height: 50px;}
  .main-banner .carousel-control-next{right:9%}
  .give-us-call{padding: 1rem; min-height: 405px;}
  .give-us-call span{width: 100%;}
  .blog-section .blog-item .blog-body h4{font-size: 1.2rem;}
  .footer-services{flex-wrap: wrap; justify-content:start}
  .footer-services .services-list{width: 47%; margin-bottom: 1.7rem;}
  .site-mobile-menu-body li.has-children i {display: none;}
  section.partner-section .pe-md-5 {padding-right: 0 !important;}
  .footer-services .services-list:first-child {width: 100%;}
  section.about {padding: 4rem 0;}
  .review-containet{background-image: none;}
  section.contact-section{padding-top:2rem;}
  section.contact-section .contact-form{box-shadow: none; padding: 1rem; position: inherit;}
  .faq-setion{padding: 2.5rem 0;}
  .blog-card .blog-date, .blog-card .blog-date::before, .blog-card .blog-date::after{width: 60px; height: 60px;}
  .blog-card .blog-date span{line-height: 18px; padding: 0.7rem 0; font-size: 11px;}
  .blog-card .blog-content h3{font-size: 1.25rem;}
  .gallery-item{grid-template-columns: 1fr 1fr 1fr 1fr;}
  .contact-details{grid-template-columns: 1fr 1fr;}
}

@media (max-width:767px) {
  .about-section h2, .section-title h2 {font-size: 1.8rem;line-height: 35px;margin-bottom: 30px;}
  .service_area.list-one .row:first-child, .service_area.list-three .row:first-child {flex-direction: column-reverse;}
  .service-image {margin-bottom: 30px;}
  .service_area .row .row .col-md-6 {max-width: 50%;}
  section.partner-section .row {flex-direction: column-reverse;gap: 30px;}
  section.partner-section h2 {margin-bottom: 20px !important;}
  .partner-image img {width: 100%;}
  .faq-image, .feed-post {margin-bottom: 30px;}
  .footer-services .services-list:first-child {width: 100%;}
  .sticky-wrapper { position: inherit; }
  .top-strip{display: none;}
  .about-img{margin-bottom: 1.5rem;}
  .faq-setion img{margin-bottom: 2rem;}
  .review-containet{background-image: none;}
  .contact-section{display: none;}
  .main-banner h1 span{-webkit-text-stroke-color: #000;}
  .services-list{margin-bottom: 1.5rem;}
  .inner-banner::before{content: none;}
  .inner-banner .banner-content{margin-top: 1.5rem; position: initial; transform: inherit; color: #222; text-align: left; padding: 0 1rem;}
    .inner-banner .banner-content h1{font-size: 2rem;}
    ol.breadcrumb{display: none;}
    .fixed-help{width: 100%; right: 0; bottom: 0;}
    footer{margin-bottom: 3rem;}
    .reriew-grid{column-count: 2;}
}
@media (max-width:600px) {
  .block-heading{width: 100%;}
  .main-banner .carousel-caption .caption-container{position: relative;}
  .main-banner .carousel-caption {padding: 3rem 1rem;}
  .main-banner .carousel-caption .caption-container{left: 0;text-align: center;}
  .satisfaction-count {padding: 5px 15px;}
  .video-thumb{display: none;}
  .service_area .col-md-6 {display: flex;align-items: start;gap: 20px;}
  .main-banner h1, .main-banner .carousel-caption p{color:#333}
  .site-navbar .site-navigation { margin: 0; border-radius: 0; border: 0;padding: 0 20px; }
  .sticky-wrapper .site-navbar .container-fluid { padding: 0; }
/*   .top-contact .site-btn { position: fixed; left: 0; bottom: 0; width: 100%; z-index: 9999; border-radius: 0 } */
  .site-mobile-menu .site-nav-wrap > li > ul > li > a img { display: none; }
  .main-banner .carousel-caption{position: initial; left:0; box-shadow: none; border-radius: 0; width:100%;}
  .main-banner .carousel-inner::before{content: none;}
  .about-img .experience{right: -36%;}
  .service-section .owl-nav{top:-77px}
  .footer-services .services-list{width: 100%;}
  .caption-strip{color:#333}
  section.service-block {padding: 1rem 0 0 0;}
  .caption-container .d-flex.gap-3 {justify-content: center;}
  body .breadcrumb ul li {padding: 0 10px;}
  .breadcrumb ul li::after{right: -13px;}
  .faq-setion .col-xl-4::before{right:0;}
  .reriew-grid{column-count: 1;}
  .contact-details{grid-template-columns: 1fr;}
}
