@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* color guidelines */
:root, [data-bs-theme=light]{
--bs-primary:#E8092E;
--bs-primary-hover:#bd0625;
--bs-secondary:#1632A5;
--bs-secondary-hover:#0c206e;
--bs-gray-900:#222222;
}


/* font-family: "Lora", serif; */
body { font-family: "Poppins", sans-serif;overflow-x: hidden;background-color: #F4F4F4; }
h1, h2, h3, h4, h5 { font-family: "Archivo", sans-serif;font-weight: 700; }
h2{font-size: 3rem;line-height: 3.5rem;color:#302F2D;}
h3 {font-size: 1.5rem;}
a{text-decoration: none;}
p{font-size: 1rem;}
.site-btn { position: relative; background: var(--bs-primary); color: #ffffff; padding: 0.7rem 1.5rem; border: 0; font-weight: 500; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);border-radius: 30px; }
.site-btn:hover { background:var(--bs-primary-hover); color: #fff; }
.site-btn.blue-btn {background: var(--bs-secondary);border: 1px solid var(--bs-secondary);color: #fff;box-shadow: none;}
.site-btn.white-btn{background: #fff;color: var(--bs-primary);}
.site-btn.white-btn:hover{background: var(--bs-primary);color: #fff;}
.site-btn.blue-btn:hover{color:#fff;background: var(--bs-secondary-hover) !important;}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{background:var(--bs-primary-hover); color: #fff;}
.container{max-width: 1300px;padding: 0 1.25rem;}
:not(.btn-check)+.btn:active {background-color: var(--bs-primary-hover);color:#fff}
.container-fluid{max-width: 100%;padding-left: 2.8rem;padding-right: 2.8rem;}
.btn-search { display: inline-block; text-align: center; color: #000000; }
.site-navbar .site-navigation .site-menu > li > a.btn-search:hover {background: transparent;}
.text-warning { color: #D4925A !important; }
.top-strip {padding:0.75rem 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;font-size: 1rem;color:#026395; }
.top-strip ul li:last-child { margin-right: 0; }
.top-strip ul.social-icons li {margin-right: 0.5rem;}
.top-strip ul li a { display: inline-block; color: #fff; text-decoration: none;font-size: 0.875rem; }
.top-strip ul li a i{color: var(--bs-secondary);}
.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 {width: 30px;height: 30px;background:#fff;text-align: center;line-height: 30px;border-radius: 25px;}
ul.social-icons a:hover{background: var(--bs-secondary);}
ul.social-icons li a i {color: var(--bs-gray-900);}
.strip-inner li a:hover {color: var(--bs-primary);}
.sticky-wrapper.is-sticky .top-strip {background: #000106;}
/* Utility Css */

/* .navbar.navbar-expand-lg { border-left: 5px solid #65BDC2; } */
.header-absolute {position: absolute;width: 100%;top: 0px;left: 0px;z-index: 99;}
nav .navbar-brand img { width: 182px; }
.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;border-radius: 20px;padding: 0.7rem 1.25rem;background: #fff; }
.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 1rem; }
.sticky-wrapper.is-sticky .site-navbar .navbar .navbar-brand img { width: 165px; }
.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 {border-radius: 25px; font-weight: 500; position: relative; text-transform: capitalize; font-size: 1.2rem; color: #000;padding-right: 1rem;padding-left: 0; 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 { background: transparent; color: var(--bs-primary) !important; 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: 18rem; 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-secondary); }
.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; }
.site-navbar .site-navigation a.navbar-brand:after {content: '';position: absolute;width: 336px;height: 106px;
left: 0;top: 0;border-radius: 20px 0px 0px 20px;z-index: 11;}
.sticky-wrapper.is-sticky .site-navbar .site-navigation a.navbar-brand:after{height: 91px;border-radius: 0;}
a.navbar-brand img {position: relative;z-index: 22;}
.site-navbar .site-navigation .site-menu > li.current_page_ancestor a {color: var(--bs-primary);}
@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; }
.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;background: url(../images/slide-bg.jpg) no-repeat;background-size: cover;padding-top: 12%;padding-bottom: 10%; }
.main-banner h1 { color: #fff; font-weight: 600;font-size: 3.75rem;margin-top: 1rem;line-height: 4.125rem; }
.main-banner h1 span{color: var(--bs-primary);}
.slide-content a {font-size: 18px;color: #fff;font-weight: 500;}
.main-banner p { color: #fff;font-weight: 400;font-size: 1.375rem;margin: 1.25rem 0rem;display: inline-block; }
.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%;  }
.main-banner .carousel-caption p{font-size: 1.5rem;color:#fff;max-width: 550px;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: 700px;right: inherit;position: absolute;top: 31%; width: 100%;left:1%;}
.main-banner .carousel-control-next, .main-banner .carousel-control-prev { width: 6%; }
.main-banner .carousel-indicators [data-bs-target] {width: 20px;height: 20px;margin-top: 0;margin-bottom: 0;padding: 0 !important;border: none !important;border-radius: 25px;}
.main-banner .carousel-indicators .active{background: var(--bs-secondary);}
.section-title h2{font-size: 3.125rem;font-weight: 700;margin-bottom: 20px;color: #302F2D;}

/* statistick section */
.static-inner {padding: 2rem; background: #fff;border-radius: 30px;box-shadow: 0px 3px 11px -3px #ccc;margin-top: -6rem;position: relative;z-index: 2;}
.statistick-counter h2 {font-size: 4.5rem;font-weight: 700;}
/* .statistick-counter {max-width: 156px;margin: 0 auto;} */
.statistick-counter {padding: 20px;height: 100%;border-radius: 20px;position: relative;}
.statistick-counter:after {content: ''; width: 2px;background: #f1f1f1;position: absolute;right: -20px;height: 72px;top: 30px;}
.statistick-counter:last-child:after{background: transparent;}
.static-inner .col-md-3 {position: relative;}
.static-inner .col-md-3:after {width: 1px;content: '';right: 0;height: 80px;position: absolute;top: 5px;}
.static-inner .col-md-3:last-child:after {content: '';position: inherit;}
.statistick-main {display: grid;text-align: center;grid-template-columns: 1fr 1fr 1fr 1fr 1fr;gap: 20px;}
.statistick-counter img {
    width: 90px;
    margin-bottom: 15px;
}

/* service block  */
section.service-block{padding: 5rem 0 0 0;}
section.service-block .service-card {margin-bottom: 25px;border-radius: 20px;overflow: hidden;border: 2px solid #222;padding: 2rem;transition: 5s ease;min-height: 393px;}
section.service-block a:hover .service-card {background: linear-gradient(45deg, #fff, #1643ff29, #fd8d8d45);transition: 5s ease;}
section.service-block .service-content {text-align: center;}
section.service-block .service-content h3 {font-weight: 600;font-size: 1.5rem;margin-bottom: 15px;color: var(--bs-gray-900);}
section.service-block .about-inner{position: relative;}
section.service-block .service-content p {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;color: var(--bs-gray-900);}
section.service-block img.ab-img-01 {max-width: 64%;}
section.service-block img.ab-img-02 {width: 50%;position: absolute;left: 37%;}
section.service-block .service-img { overflow: hidden;margin-bottom: 1.5rem; }
.section-title h5 {color: var(--bs-primary);font-weight: 600;text-transform: uppercase;margin-bottom: 20px;}
section.service-block .inner-container {background: #fff;padding: 4.375rem 1.25rem;border-radius: 40px;}
.image-anime:hover:after { height: 250%; transition: all 600ms linear; background-color: transparent; }
.image-anime:after { content: ""; position: absolute; width: 200%; height: 0%; left: 50%; top: 50%; background-color: rgba(255, 255, 255, .3); transform: translate(-50%, -50%) rotate(-45deg); z-index: 1; }
.image-anime { position: relative; overflow: hidden; }


/* about block */
section.about-block { padding: 6rem 0 6rem 0; }
section.about-block .about-media { position: relative; text-align: right; padding: 2.7rem 0px; }
section.about-block .about-media:after { content: ''; position: absolute; background: url(../images/about-bg.png) no-repeat; width: 100%; height: 100%; background-position: center center; left: 0; top: 0; z-index: -1; }
section.about-block img.ab-img-02 { position: absolute; left: 34%; max-width: 400px; bottom: -100px; }
.since-year { max-width: 200px; text-align: center; background: var(--bs-secondary); padding: 20px; border-radius: 20px; position: absolute; bottom: 60px; right: 20px; color: #fff; }
.since-year h2 { color: #fff; width: 100px; height: 100px; display: flex; justify-content: center; align-items: center; margin: 0 auto; background: #ffffff52; font-size: 40px; padding: 15px; border-radius: 100px; margin-bottom: 15px; font-weight: 900; }


/* team block */
section.team-block{padding: 6rem 0 5rem 0;background: url(../images/team-bg.jpg) no-repeat;background-size: cover;}
section.team-block h2{color: #fff;}
section.team-block .team-item {text-align: center;display: block;text-decoration: none;color: #fff;border-radius: 10px;overflow: hidden;}
section.team-block .team-item .team-info {margin-top: 15px;}
section.team-block .team-item img {width: 100%;overflow: hidden;object-fit: cover;object-position: top;}
section.team-block { position: relative; }
.team-image { border-radius: 15px; background: #ffffff14; border: 1px solid #3e3e3e; }
.team-info h4 { font-weight: 500; font-size: 1.25rem; }


/* Before after Section */
section.before-after{padding: 5rem 0rem;}
.comparison-section { padding: 5rem 0; color: white; text-align: center; position: relative; }
.img-comp-wrapper {position: relative;height: 580px;position: relative;max-width: 1300px;margin: 40px auto;border-radius: 15px;overflow: hidden;box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);}
.img-comp-img { position: absolute; width: 100%; height: 100%; overflow: hidden; border-right: 5px solid #fff; }
.img-comp-img img { height: 100%; object-fit: cover; }
.img-comp-slider { position: absolute; z-index: 9; cursor: ew-resize; width: 70px; height: 70px; background-color: var(--bs-secondary); border: 4px solid #fff; border-radius: 50%; top: 50%; transform: translateY(-50%); display: flex; justify-content: center; align-items: center; color: white; font-weight: bold; }
.label-before, .label-after { position: absolute; bottom: 10px; background: var(--bs-primary); padding: 5px 15px; border-radius: 5px; font-size: 14px; font-weight: 500; color: white; }
.label-before { left: 10px; }
.label-after { right: 10px; }
.before-after-bg { position: absolute; top: 0; left: 0; height: 530px; width: 100%; background-repeat: no-repeat; background-position: center center; z-index: -1;background-size: cover; }
.before-after-bg::before {content: ""; position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgb(52 103 153 / 42%);}
section.comparison-section h2 {color:var(--bs-gray-900);}
div#comparison .img-comp-img:first-child {border-right: 0;}

/* testimonial section */
section.testimonial-block .inner-container { background: #fff; padding: 7.375rem 1.25rem; border-radius: 40px; }
.testimonial-carousel .item ul { padding: 0; margin: 0; display: flex; gap: 5px; }
.testimonial-carousel .item ul li { list-style: none; }
.testimonial-carousel .item ul li i { color: #FFB34E; }
.testimonial-content { padding: 25px 30px; border: 1px solid #ccc; border-radius: 20px; margin-bottom: 20px; }
.author_img img { width: 80px !important; height: 80px; margin-right: 1.25rem; border-radius: 200px; overflow: hidden; }
.testimonial-carousel h5 { font-size: 24px; }
.testimonial-content p { margin-bottom: 0; }
.testimonial-carousel { position: relative; }
.testimonial-carousel button { width: 60px; height: 60px; border-radius: 50px !important; background: var(--bs-secondary) !important; }
.testimonial-carousel button span { font-size: 48px; line-height: 37px; color: #fff; }
.testimonial-carousel .owl-nav { position: absolute; right: 0; top: -9rem; }
span.review-status {font-size: 18px;color: #707070;}


/* faq section */
section.faq{padding: 6rem 0;}
.faq-accordion button.accordion-button[aria-expanded='true']:after { content: "\f068"; font-family: 'FontAwesome'; font-size: 22px; font-weight: normal; background: none; position: relative; color: var(--bs-primary); }
.faq-accordion button.accordion-button[aria-expanded='false']:after { content: "\f067"; font-family: 'FontAwesome'; font-size: 22px; font-weight: normal; background: transparent; position: relative; color: var(--bs-primary); }
.faq-accordion button.accordion-button { border-radius: 50px !important; padding: 15px 30px;    line-height: 25px; font-size: 18px; color: #302f2d !important; background: #fff !important; box-shadow: none !important; }
body .faq-accordion .accordion-item, .accordion-item:not(:first-of-type) { background: transparent; border: none; }
.faq-accordion .accordion-body { background: #fff; border-radius: 10px; margin-top: 15px; }


/* contact form section */
section.contact-section{padding: 0rem 0 2rem 0;}
section.contact-section .inner-container { background: #171717; padding: 7.375rem 1.25rem; border-radius: 40px; }
.card-custom { padding: 2rem; background: #232323; border-radius: 15px; min-height: 190px; display: inline-block; width: 100%; color: #fff; }
.card-custom a { color: #ffff; }
.card-custom h5 { color: #fff; }
.card-custom h5 i { margin-right: 20px; color: var(--bs-primary); }
.contact-section .section-title h2 { color: #fff; margin-bottom: 4rem; }
.contact-map { border-radius: 20px; overflow: hidden; }
.contact-form { padding: 2rem; background: url(../images/form-bg.png) no-repeat; background-size: cover; border-radius: 20px; }
.contact-form form input, .contact-form form textarea { background: transparent; border: 1px solid #fff; border-bottom: 1px solid; border-radius: 0; margin-bottom: 0; padding: 15px; border-radius: 8px; color: #fff; }
.contact-form form input::placeholder, .contact-form form textarea::placeholder {color: #fff;}
.contact-form input[type=submit]{background: #fff;border-radius:25px;border: none;padding-left: 35px;padding-right: 35px;color: var(--bs-primary);transition: .3s;}
.contact-form input[type=submit]:hover{background: var(--bs-primary);color: #fff;transition: .3s;}
.contact-form form textarea {height: 100px;}
label.error {color: red;}




/* blog section  */
section.blog-block{padding: 5rem 0;}
.blog-one__meta { position: relative; display: flex; align-items: center; }
.blog-one__meta li { position: relative; display: block; }
.blog-one__meta li a { position: relative; display: flex; align-items: center; color: var(--bs-gray-900); font-size: 14px; font-weight: 400; line-height: 20px; -webkit-transition: all 500ms ease; transition: all 500ms ease; gap: 5px; }
.blog-one__date { position: absolute; top: -60px; right: 20px; height: 80px; width: 80px; background-color: var(--bs-primary); display: flex; align-items: center; justify-content: center; text-align: center; border-radius: 50%; }
.blog-one__meta li+li { margin-left: 25px; }
.blog-text { position: relative; display: block; margin-top: 20px; z-index: 3; }
.blog-one__date p { font-size: 18px; font-weight: 600; color: #fff; line-height: 30px; margin: 0; }
.blog-one__read-more a:hover { color: var(--bs-primary); }
.blog-text h3 { font-size: 24px; font-weight: 600; line-height: 30px; margin-top: 17px; }
.blog-one__read-more { position: relative; display: block; margin-top: 36px; }
.blog-one__read-more a { position: relative; display: flex; align-items: center; gap: 10px; color: var(--bs-gray-900); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.blog-card { position: relative; display: block; background-color: #fff; border-radius: 20px; padding: 30px 30px 23px; margin-bottom: 30px; z-index: 1; }


/* Inner layout design */
.breadcrumb ul { margin: 0; padding: 0; }
body .breadcrumb ul li { display: inline-block; padding: 0 15px; color: #fff; font-size: 18px; }
.breadcrumb ul li:first-child { padding-left: 0; }
.breadcrumb ul li a { color: #fff !important;display: inline-block;margin-top: 10px;font-weight: 400;padding-right: 30px; }
.breadcrumb ul li :before { content: '' !important; }
.breadcrumb ul li a:after { content: '\f054'; position: relative; right: -17px;font-family: 'FontAwesome'; }
.breadcrumb ul li:last-child:after { content: ''; }
.blog-details_left h3.min-head {min-height: 78px;}
ol.numbering li {list-style: devanagari;}


/*************************
About Us Page
 ************************/
.video-container { margin: 0 auto; width: 100%; }
.js-video { width: 100%; background: #dedede; position: relative; border-radius: 20px;overflow: hidden; }
.play i { position: absolute; left: 45%; top: 45%; color: var(--bs-primary); font-size: 70px; background: #fff; border-radius: 50%; height: 40px; width: 51px; line-height: 50px; z-index: 2; }
.video-poster { background-repeat: no-repeat; position: absolute; width: 100%; height: 450px; }
.play i:hover { cursor: pointer; }
.js-video iframe { z-index: 5; position: relative; }
section.about-section { padding: 6rem 0rem 6rem 0; }
.about-media-img { max-width: 220px; border-radius: 20px; overflow: hidden; position: absolute; bottom: -36px; right: -36px; }
button#myBtn { font-weight: 600; background: transparent; font-size: 1rem; padding: 12px 25px; border: 1px solid #000; border-radius: 25px; }
button#myBtn:hover { color: var(--bs-primary); border-color: var(--bs-primary); }
.award-grid { gap: 30px; padding: 20px; background: #8585852b; border-radius: 20px; }
.award-img.image-02 img { height: 224px; width: 279px; }
section.award-block { padding: 6rem 0rem; background: url(../images/team-bg.jpg) no-repeat; background-size: 100% 100%; }
.award-content h3, .award-content p { color: #fff; }
body .about-page .testimonial-block { margin-top: 6rem !important; }


/*************************
Testimonial page
 ************************/
section.testimonial-main { padding: 5rem 0; background-color: #fff; }
.testimonial-img { position: relative; max-width: 500px; }
.testimonial-content ul { padding: 0; position: relative; z-index: 2; }
.testimonial-content ul li { display: inline-block; color: #FDB52A; }
.testimonial-content { margin-top: 20px;padding: 30px 40px; box-shadow: 2px 2px 18px -10px #ccc; background: #fff; border-radius: 15px; right: 0; position: relative; overflow: hidden;min-height: 278px; }
.testimonial-slides .owl-nav { margin-top: 50px; }
.testimonial-content h3 { font-weight: 700; }
.testimonial-slides .owl-theme .owl-nav [class*=owl-]:hover { background: #fbd653 !important; color: #212121; text-decoration: none; }
.testimonial-page .testimonial-content::before { opacity: 0.7; }
.testimonial-content span {margin-top: 15px;display: inline-block;}


/*************************
Contact page
 ************************/
 section.contact-page {padding: 5rem 0rem;}
.contact-grid { text-align: center; background: #fff; padding: 30px; border-radius: 15px; min-height: 240px; }
.contact-grid i { font-size: 35px; margin-bottom: 20px; color: var(--bs-primary); }
.contact-grid a { color: var(--bs-gray-900); 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; }

/*************************
Blog details page
 ************************/
 section.blog-details {padding: 5rem 0rem;}
.blog-details_img { position: relative; display: block;margin-bottom: 20px; }
.blog-details_img iframe { width: 100%; border-radius: 20px; overflow: hidden; }
.blog-details_meta { position: absolute; left: 20px; bottom: 20px; display: flex; align-items: center; gap: 12px; background-color: var(--bs-primary); padding: 8px 20px 7px !important; border-radius: 20px; }
.list-unstyled { padding-left: 0; list-style: none; }
.blog-details_left h2 {font-size: 38px;line-height: 45px;margin-bottom: 20px;}
.blog-details_left h3 {font-size: 30px;font-weight: 600;color: var(--bs-secondary);line-height: 39px;margin-bottom: 20px;}
.blog-details_meta li { position: relative; display: block; }
.blog-details_meta li p { position: relative; display: flex; align-items: center; gap: 10px; color: #fff; margin-bottom: 0; }
.blog-details_meta li p span { font-size: 16px; color: #fff; }
.sidebar { position: relative; display: block; }
.sidebar_search, .sidebar_post { position: relative; display: block; padding: 40px 40px 40px; background-color: #fff; border-top: 3px solid var(--bs-primary); box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05); border-radius: 20px; }
.sidebar_search-form { position: relative; display: block; }
.sidebar_search-form input[type="search"] { display: block; outline: none; border: none; font-weight: 400; font-size: 16px; height: 60px; width: 100%; padding-left: 30px; padding-right: 70px; color: var(--crank-black); border-radius: 30px; background-color: #F4F4F4; }
.sidebar_search-form button[type="submit"] { color: var(--bs-primary); font-size: 18px; position: absolute; top: 0; right: 9px; bottom: 0; max-width: 60px; width: 100%; outline: none; border: none; display: flex; align-items: center; justify-content: center; padding: 0; background-color: transparent; -webkit-transition: all 500ms ease; transition: all 500ms ease; }
.sidebar_single+.sidebar_single { margin-top: 30px; }
.sidebar_post-list { position: relative; display: block; }
.sidebar_post-list li { position: relative; display: flex; align-items: center; }
.sidebar_post-image { position: relative; display: block; max-width: 90px; width: 100%; }
.sidebar_post-image img { width: 100%; border-radius: 50%; }
.sidebar_title-box { position: relative; display: block; margin-bottom: 27px; }
.sidebar_post-content { position: relative; display: block; margin-left: 15px; }
.sidebar_post-date { position: relative; display: flex; align-items: center; gap: 10px; }
.sidebar_post-content h3 { font-size: 18px; font-weight: 600; line-height: 25px; margin-top: 10px; }
.sidebar_post-content h3>a { color: #222; }
.sidebar_post-content h3>a:hover { color: var(--bs-primary); }
.sidebar_post-list li+li { margin-top: 11px; border-top: 1px solid #e1e1e1; padding-top: 20px; }
.sidebar_all-category { position: relative; display: block; padding: 25px 40px 40px; background-color: #fff; border-top: 3px solid #E8092E; box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05); border-radius: 20px; }
.sidebar_title-box { position: relative; display: block; margin-bottom: 27px; }
.sidebar_title { position: relative; display: block; font-size: 24px; font-weight: 600; line-height: 34px; margin-bottom: 6px; }
.sidebar_all-category-list { position: relative; display: block; }
.sidebar_all-category-list li+li { margin-top: 20px; }
.sidebar_all-category-list li { position: relative; display: block; }
.sidebar_all-category-list li a:hover { color: var(--bs-primary); }
.sidebar_all-category-list li a { position: relative; display: flex; align-items: center; justify-content: space-between; color: #17080a; z-index: 1; }
.blog-details_left li, section.service-detail ul.color-list li { list-style: none; position: relative; margin-bottom: 5px; padding-left: 1.25rem; }
.blog-details_left ul li:before, section.service-detail ul.color-list li:before { content: ''; width: 8px; height: 8px; position: absolute; top: 7px; left: 0; background-color: #346799; background-color: var(--bs-primary) !important; border-radius: 25px; }
.blog-details_left li a, section.service-detail ul.color-list li a {color: var(--bs-gray-900);}
.blog-details_left a, section.service-detail ul.color-list li a{color: var(--bs-gray-900);}
.blog-details_left a:hover, section.service-detail ul.color-list li a:hover{color: var(--bs-primary);}
.blog-details_left ul, section.service-detail ul.color-list{padding: 0;}


/* team Page */
.team-page section.team-block h2, .team-page .team-info h4 {color: #302F2D;}
.team-page section.team-block{background: transparent;}

/* team details */
section.team-details{padding: 5rem 0rem;}
.team-details_content h3 { font-size: 36px; font-weight: 500; line-height: 46px; text-transform: capitalize; }
.team_sub-title { position: relative; display: block; margin-top: 3px; margin-bottom: 20px; }
.team-details_client-address { position: relative; display: block; border-top: 1px solid #e1e1e1; margin-top: 19px; padding-top: 20px; }
.team-details_client-address li { position: relative; display: block;margin-bottom: 20px; }
.team-details_client-address li p { position: relative; display: flex; align-items: center; gap: 20px;font-size: 18px;margin-bottom: 0;font-weight: 600; }
.team-details_client-address li p span { color: var(--bs-dark-900); }
.team-details_client-address li h5 { font-size: 18px; font-weight: 600; line-height: 28px; margin-top: 5px; }
.team-details_client-address li h5 a{color: var(--bs-gray-900);}
.team-details_client-address li h5 a:hover{color: var(--bs-primary);}
.team-details_img {background: linear-gradient(45deg, #9d0b01, #070350);border-radius: 20px;}
.team-details_content h4 {color: var(--bs-secondary);}

/* resource inner */
.resource-inner h3 {font-size: 26px;font-weight: 500;color: var(--bs-gray-900);}

/* before after page */
section.before-after-main{padding: 5rem 0;}
section.before-after-main .img-comp-wrapper {height: 350px;}

/* before and after inner */
.gallery-image {height: 350px;overflow: hidden;width: 100%;}
.gallery-image img {height: 100%;object-fit: cover;}

/* CTA section */
.cta-content h2 { color: #fff; }
.cta-content form { display: flex; gap: 20px; width: 100%; margin-top: 20px;justify-content: center; }
.cta-content form input { max-width: 400px; width: 100%; padding: 15px 25px; border-radius: 30px; border: none; background: #ffffff1f; font-size: 14px; }
.cta-content form input::placeholder { color: #fff; font-size: 14px; }
.cta-image img { position: absolute; top: -43px; right: 0; }
.cta-image { position: relative; text-align: right; }
.cta-section { padding: 70px; border-radius: 30px; border: 1px solid #3a3a3a; background: url(../images/cta-bg.png) no-repeat; background-size: cover; }
.cta-content form a.btn.site-btn { line-height: 26px; padding: 1rem 3rem; }
.services-list ul li h5 { margin-bottom: 8px !important; font-size: 16px !important; }
.footer-services .services-list h5 i { margin-right: 10px; }
.post-titles h4 a {color: #fff;}
.post-titles h4 a:hover {color: var(--bs-primary);}
.services-list.address_block ul li { margin-bottom: 15px; }
.services-list.footer-menu ul li:before { content: ''; position: absolute; background: url(../images/double_ic.svg) no-repeat; background-size: 16px; height: 16px; width: 16px; left: 0; top: 8px; }
.services-list.footer-menu ul li { padding-left: 28px; position: relative; padding-bottom: 10px; }
.footer-services .services-list ul li a:hover { color: var(--bs-primary); }
footer { background: url(../images/footer-bg.jpg) no-repeat; padding: 0; position: relative; z-index: 1; padding: 5rem 0 0 0;background-size: 100% 100%; }
.footer-services .services-list:first-child{width: 25%;}
.footer-address { padding: 0 40px; margin: 0; text-align: center; }
.footer-address .social { padding: 0; margin-top: 25px; }
.footer-address .social li { padding: 0; display: inline-block; margin-right: 10px; }
.footer-address .social li:last-child { margin-right: 0; }
.footer-address a { display: inline; text-decoration: none; font-size: 1rem; color: #fff; text-align: center; }
.footer-address .social li i { color: #D4925A; font-size: 1.3rem; background: #fff; width: 44px; height: 44px; text-align: center; line-height: 44px; border-radius: 3px; }
.footer-address .social li a:hover i { background: #D4925A; color: #ffffff; }
.footer-services { display: flex; justify-content: space-between; color: #fff;gap:45px; margin-top: 4rem; }
.footer-services .services-list { width: 22%; }
.footer-services .services-list:last-child { width: 30%; }
.footer-services .services-list h5 { margin-bottom: 20px;font-size: 1.2rem;font-weight: 500;color:#fff }
.address_list li a {margin-bottom: 10px;}
.footer-services .services-list ul { padding-left: 0; margin-bottom: 0 }
.footer-services .services-list ul li { display: block; }
.footer-services .services-list ul li a { font-size: 16px; padding: 0.2rem 0; color: #fff; text-decoration: none; display: block; }
.footer-services .services-list ul li a:hover {text-decoration: none;}
.copyRights { color: #ffffff; font-size: 0.9rem; }
.copyRights .footer-copy { display: flex; justify-content: space-between; margin-top: 2rem; padding: 1.5rem 0; border-top: 1px solid rgba(255, 255, 255, 0.5); }
.copyRights ul { padding-left: 0; margin-bottom: 0; }
.copyRights ul li { display: inline-block; margin-left: 1rem }
.copyRights ul li a { display: inline-block; color: #fff; text-decoration: none; }
.copyRights ul li a:hover { text-decoration: underline; }
.copyRights ul li a:hover{color: var(--bs-primary);text-decoration: none;}
.services-list.address_list li { display: flex; justify-content: space-between; line-height: 33px; }
.services-list.address_list li span { width: 50%; }
.services-list img { max-width: 180px; margin-bottom: 15px; }
.footer-services .services-list ul.img_link li { display: inline-block; padding: 0 10px; position: relative; }
.footer-services .services-list ul.img_link li:first-child { padding-left: 0; }
.footer-services .services-list ul.img_link li:first-child:after { content: '|'; position: absolute; right: -4px; top: 3px; }
.footer-copy ul.social-icons li a { background: #fff; }
.footer-copy ul.social-icons li a:hover { background: var(--bs-secondary); }
.services-list.footer-menu h5, .services-list.post-list h5, .services-list.address_block h5 { font-size: 1.5rem; font-weight: 600; margin-bottom: 30px; }
.post-block h4 { font-size: 16px; margin-top: 1rem; font-weight: 600; }
.post-block img { width: 90px; height: 100px; object-fit: cover; }

/* inner page css */
.inner-banner { position: relative; }
.inner-section {background-size: cover !important;padding:18rem 0rem 9rem;position: relative;background-position: center center !important;overflow: hidden;}
.banner-img {position: relative;}
.banner-img img {position: absolute;top: -179px;}
.in-banner-content p {color: #fff;font-size: 18px;max-width: 460px;position:relative;z-index: 3;}
.inner-section h1 { color: #fff;}
.inner-section ul li { display: block; position: relative; font-weight: 400; }
.inner-section ul li a{text-decoration: none; color:#000;}
.in-banner-content {position: relative;z-index: 2;}
.in-banner-content h1{color: #fff;font-weight: 700;font-size: 3.5rem;line-height: 3.7rem;}
.service-main-content iframe {margin: 20px 0 30px 0;}
.service-widget {background: #fff;border-radius: 20px;padding: 40px;}
.service-widget ul li {list-style: none;margin-bottom: 20px;}
.service-widget h3{margin-bottom: 30px;}
.service-widget ul li.active a, .service-widget ul li a:hover{background: transparent;border: 1px solid var(--bs-primary);}
.service-widget ul li a{border:1px solid #f4f4f4;display: flex;justify-content: space-between;align-items: center;padding: 15px 25px!important;background: #F4F4F4;border-radius: 30px;color: var(--bs-dark-900);}
.sidebar-cta {background: url(../images/sidebar-cta.png) no-repeat;padding: 60px 30px;text-align: center;color: #fff;background-size: 100% 100%;margin-top: 30px;}
.sidebar-cta h3 {font-size: 36px;color: #fff;}
span.call-icons {width: 70px;height: 70px;background:var(--bs-primary);display: flex;align-items: center;justify-content: center;font-size: 28px;border-radius: 50px;margin: 20px auto;}
.sidebar-cta a {font-size: 1.75rem;padding-top: 20px;display: inline-block;color: #fff;}
.service-detail {padding: 5rem 0;}
.service-widget ul {padding: 0;margin: 0;}
.sidebar-cta a:hover {color: var(--bs-primary);}

/* for patients */
.ourteamBg {background: rgba(97, 191, 195, .15);padding: 1rem;font-size: 1.2rem;margin-bottom: 2rem;}
.page_Service {background: #fff;transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;}
.service_content h3 a {text-decoration: none;color: #11BDE7;}

/* career page design */
.accordion-item{margin-bottom: 1rem; border-radius:8px;}
.accordion-item:not(:first-of-type){border:1px solid #ddd; border-radius:8px;}
.accordion-button:not(.collapsed){background: #F3F5F2;}
.accordion-button{text-decoration: none; color:#078D8B; border-radius: 8px;}
.inner-layout .faq{padding: 6rem 0rem;}
.contact {padding: 6rem 0rem;}
.location-address i {font-size: 20px;position: relative;top: 4px;}

@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 8px; font-size: 1rem }
  .site-navbar .site-navigation .site-menu .has-children.mega-menu ul { width: 85%; }
  .sticky-wrapper.is-sticky .site-navbar .site-navigation a.navbar-brand:after{height: 75px;border-radius: 0;}
  .site-navbar .site-navigation a.navbar-brand:after {height: 91px;}
  section.service-block .service-content h3 {font-size: 1.7rem;}
}
@media (max-width:1260px) {
  .main-banner .carousel-caption .caption-container{left:5%}
  .satisfaction-count{max-width: 16.5rem;}
  .about-section {padding: 4.25rem 0;}
  section.about-section .ps-lg-5 {padding-left: 15px !important;}
}
@media (max-width:1200px) {
  .site-navbar .site-navigation .site-menu > li > a { font-size: 1rem; padding: 0 5px; }
  nav .navbar-brand img {width: 220px;}
  .sticky-wrapper.is-sticky .site-navbar .navbar .navbar-brand img {width: 210px;}
  div#sticky-wrapper.is-sticky .container {padding: 0;}
  .sticky-wrapper.is-sticky .site-navbar .site-navigation a.navbar-brand:after {height: 72px;}
  .site-navbar .site-navigation a.navbar-brand:after{width: 255px;}
  .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;}
  .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;}
  .statistick-counter h2{font-size: 3.5rem;}
  .static-inner{padding: 1.875rem 2.75rem;}
  div#carouselExampleFade {margin-top: 40px;}
  .blog-one__date {height: 60px;width: 60px;}
  .blog-one__date p {font-size: 13px;}
  .blog-text h3 {font-size: 20px;line-height: 26px;}
  .blog-one__date p br {display: none;}
  .cta-image img {top: -26px;right: -52px;}
  .cta-content h2 br {display: none;}
}
@media (max-width:1100px) {
  .site-navbar .site-navigation { margin: 0.3rem 0;padding: 1rem 1.25rem; }
  .site-navbar .site-navigation a.navbar-brand:after {width: 189px;}
  .main-banner h1 {font-size: 2.7rem;line-height: 3rem;}
  .main-banner .carousel-caption .caption-container{top:26%}
  .feed-main-image img {min-height: 350px;}
  nav .navbar-brand img, .sticky-wrapper.is-sticky .site-navbar .navbar .navbar-brand img{width: 155px;}
  .site-navbar .site-navigation .site-menu > li > a{padding: 0 7px;}
  .site-navbar .site-navigation a.navbar-brand:after {height: 79px;}
  .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: 14rem 0rem 8rem;}
  .banner-img img {top: -120px;}
  .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: 13px;}
  .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: 500;}
  .side-navigation button.accordion-button{font-size: 1.2rem;}
  .service-main-content h2 {font-size: 2.5rem;line-height: 46px;}
  .service-widget {border-radius: 15px;padding: 20px;}
  .service-widget ul li a{font-size: 14px;}
  section.about-section {padding: 4rem 0rem 4rem 0;}
  .award-img.image-02 img{height: auto;}
   section.contact-page {padding: 4rem 0rem 0rem 0rem;}
   .site-navbar .site-navigation .site-menu > li.has-children:after {content: '\f107';font: normal normal normal 14px / 1 FontAwesome;font-size: inherit; text-rendering: auto;-webkit-font-smoothing: antialiased;position: absolute;right: -7px;
    width: 20px;text-align: right;top: 16px;}
    .site-navbar .site-navigation .site-menu > li > a i{display: none;}
    .sticky-wrapper .site-navbar ul li.active.has-children:after{color: var(--bs-primary);}
}
@media (max-width:1024px) and (min-width:768px){section.service-block .service-card{min-height:420px}}
@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 1.25rem;}
.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-secondary); }
.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;}
.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: 45%; 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, .footer-services .services-list:last-child{width: 45%;}
section.about {padding: 4rem 0;}
section.about-block img.ab-img-02 {max-width: 50%;bottom: -72px;}
section.about-block img.ab-img-01 {max-width: 100%;}
.main-banner p {font-size: 1rem;margin: 0;}
.slide-content a {font-size: 16px;}
.statistick-counter h2 {font-size: 2.5rem;line-height: 30px;}
.statistick-counter span {font-size: 14px;}
.static-inner .col-md-3:after {right: 12px;height: 56px;top: 0px;}
.static-inner {padding: 1.875rem 2.75rem;border-radius: 15px;}
.static-inner{margin-top: -4rem;}
section.service-block {padding: 4rem 0 0 0;}
.service-img img {width: 90px;}
section.service-block .service-card{padding: 1rem;}
section.service-block .service-content h3{font-size: 1.2rem;margin-bottom: 10px;}
.since-year h2 {width: 60px;height: 60px;font-size: 22px;}
.since-year span {font-size: 13px;}
.img-comp-wrapper{height: 380px;}
.testimonial-carousel .owl-nav{display: block !important;}
section.testimonial-block .inner-container, section.service-block .inner-container, section.contact-section .inner-container {padding: 4.375rem 0rem;border-radius: 20px;}
.faq-accordion button.accordion-button {padding: 15px 30px;line-height: 25px;}
.faq-accordion button.accordion-button[aria-expanded='true']:after, .faq-accordion button.accordion-button[aria-expanded='false']:after{top: 0;}
.contact-form h2 {font-size: 30px;}
.card-custom{padding: 1.3rem;}
.card-custom h5 i {margin-right: 10px;}
.card-custom a {font-size: 13px;}
.blog-card {padding: 15px 15px 20px;}
.blog-one__meta li a {font-size: 12px;}
.blog-text h3 {font-size: 18px;line-height: 22px;}
.blog-one__read-more {margin-top: 15px;}
section.blog-block, section.faq, .comparison-section {padding: 3rem 0;}
.cta-content h2 {font-size: 2.3rem;line-height: 43px;}
.cta-section .col-md-4 {display: none;}
.cta-section .col-md-8 {width: 100%;}
.cta-section {background-color: #ffffff17;}
.inner-section {padding: 10rem 0rem 4rem;}
.in-banner-content h1 {font-size: 2rem;line-height: 40px;}
.inner-section ul li a, .breadcrumb ul li:after {font-size: 14px;}
body .breadcrumb ul li {font-size: 14px;font-weight: 400;}
.banner-img img {top: -95px;z-index: -1;max-width: 300px;right: 0;}
.banner-img{position: inherit;}
.service-main-content iframe {height: 290px;}
section.testimonial-main { padding: 4rem 0;}
section.contact-page .col-md-4 {width: 50%;}
.statistick-main {grid-template-columns: 1fr 1fr 1fr;}
}
@media (max-width:860px) {
section.faqs-section .col-md-5, section.faqs-section .col-md-7 {width: 100%;margin-bottom: 30px;}
.feed-post, .feed-main-image img{min-height: 300px;}
.blog-section, .feed-section, .faqs-section, .service-section, .inner-layout .faq, .contact {padding: 4rem 0;}
.feed-title span:first-child {font-size: 14px;}
.feed-icon img {width: 30px;}
.user-image{width: 30px;height: 30px;}
.service-main-content, section.service-detail .col-md-4 {width: 100%;margin-bottom: 30px;}
.team-details_content {margin-top: 2rem;}
section.about-section .col-md-6 {width: 100%;margin-bottom: 30px;}
section.about-section .col-md-6.ps-md-5 {padding-left: 15px !important;}

}
@media (max-width:767px) and (min-width:561px){
  .main-banner .carousel-caption p {font-size: 0.9rem;margin-bottom: 0.5rem;margin-top: 1rem;}
  .main-banner h1 {font-size: 1.8rem;line-height: 32px;margin-top: 1rem;margin-bottom: 0;}
}
@media (max-width:767px) {
  .about-section h2, .section-title h2 {font-size: 2rem;line-height: 35px;margin-bottom: 30px;}
  .static-inner .col-md-3:after{position: inherit;background: transparent;}
  .static-inner .row {display: flex;width: 100%;gap: 20px;margin: 0;}
  .static-inner .row .col-md-3 {width: 46%;}
  .statistick-counter {max-width: 100%;margin: 0 auto;text-align: center;}
  .statistick-counter h2 {font-size: 3.5rem;}
  .statistick-counter span {font-size: 15px;}
  section.service-block .inner-container{padding: 3.375rem 1.25rem;}
  section.about-block .row {flex-direction: column-reverse;}
  section.service-block h2 br {display: none;}
  section.about-block img.ab-img-01 {max-width: 100%;}
  section.about-block .about-media {margin-bottom: 3rem;}
  .multi-col-title {flex-wrap: wrap;gap: 30px;}
  .img-comp-wrapper{height: 350px;margin-bottom: 0;}
  .testimonial-carousel .owl-nav {position: inherit;right: 0;top: 2rem;}
  body section.contact-section{padding-top: 0rem;padding-bottom: 0;}
  section.faq, section.team-block, .comparison-section, section.blog-block {padding: 4rem 0;}
  .main-banner .row {flex-direction: column-reverse;margin-top: 20px;row-gap: 30px;}
  section.about-block .about-media{display: inline-block;}
  .cta-image img{position: inherit;}
  div#carouselExampleFade {margin-top: 30px;}
  section.testimonial-block .multi-col-title {margin-bottom: 1rem !important;}
  .faq-accordion {margin-top: 30px;}
  .cta-section .row {flex-direction: column-reverse;row-gap: 30px;}
  .cta-section {padding: 3rem 1.25rem;text-align: center;}
  .cta-image {text-align: center;}
  .cta-image img {position: relative;top: 0;width: 190px;}
  .contact-section .section-title h2{margin-bottom: 2rem;}
  .main-banner h1{margin-top: 0;}
  .testimonial-carousel button {width: 50px;height: 50px;}
  .service_area.list-one .row:first-child, .service_area.list-three .row:first-child {flex-direction: column-reverse;}
  .static-inner {padding: 2.875rem 1.25rem;margin-top: 3rem; margin-bottom: 2rem;}
  .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%;}
  .top-strip{display: none;}
  .about-img{margin-bottom: 1.5rem;}
  .testimonials::before{content: none;}
  .testimonials::after{width: 30%;}
  .footer-services .services-list{width: 50%;}
  .micro-icon{margin: 0 auto 1rem; align-items:center; border-right:0; border-bottom: 1px solid #fff; padding-bottom:1rem; width: 70%;}
  .blog-main .in-banner-content h1 {font-size: 2rem;line-height: 2.625rem;}
  .service-detail {padding: 3rem 0 3rem 0;}
  .service-detail .side-navigation{margin-bottom: 30px;}
  section.about-block img.ab-img-02 {max-width: 61%;bottom: -41px;left: 40%;}
  section.about-block {padding: 4rem 0 5rem 0;}
  .image-grid {margin-top: 30px;}
  .location-tabs {padding: 0 20px;margin-bottom: 15px;}
  h2 {font-size: 2rem;line-height: 2.5rem;}
  section.technlogy {background-size: 100% 100%;}
  section.technlogy {padding: 4rem 0;}
  section.contact-section {padding: 4rem 0;}
  section.team-block:before, section.team-block:after{content: '';position: inherit;background-position: inherit !important;}
  section.technlogy .tech-image a img {width: 50px;}
  .service-main-content h2 {font-size: 2rem;line-height: 39px;}
  .service-widget ul li a {font-size: 16px;}
   body .about-page .testimonial-block{margin-top: 4rem !important;}
   .card-custom {padding: 1.3rem;text-align: center;min-height: 160px;}
  .blog-img img {width: 100%;}
  .blog-card {padding: 30px 30px 23px;}
  .about-media-img {max-width: 150px;bottom: 20px;right: 20px;}
  section.about-section .col-md-6.ps-md-5 {margin-top: 3rem;}
  .image-anime.contact-img {margin-top: 30px;}
  .site-navbar .site-navigation a.navbar-brand:after {height: 77px;border-radius: 0;}
  .statistick-main {grid-template-columns: 1fr 1fr;}
}
@media (max-width:600px) {
  .section-title.d-flex.align-items-end.justify-content-between.mb-5 {flex-wrap: wrap;}
  .section-title.d-flex.align-items-end.justify-content-between.mb-5 h2 {margin-bottom: 20px !important;}
  .service_area{padding: 1.8rem;}
  .service_area .site-btn {width: 100%;}
  section.about-section .row.mt-5 {margin-top: 2rem !important;}
  .footer-services .services-list {margin-bottom: 0;}
  .footer-services .services-list:last-child {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 p {font-size: .9rem;margin: 0;}
  .statistick-counter h2 {font-size: 2.5rem;}
  .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;}
  .cta-content form a {width: 100%;}
  .cta-content form{flex-wrap: wrap;}
  .contact-map iframe {height: 350px;}
  .sticky-wrapper .site-navbar .container {padding: 0;}
  .award-grid.last-grid {flex-wrap: wrap;}
  .award-grid.last-grid img{width: 100%;}
  .blog-details_img iframe {height: 342px;}
  .blog-details_meta {position: inherit;left: 0;bottom: 0;}
  ul.blog-details_meta.list-unstyled {flex-wrap: wrap;}
  section.team-details {padding: 3rem 0rem;}
  section.before-after-main .img-comp-wrapper {height: 300px;}
  section.before-after-main {padding: 3rem 0;}
  section.contact-page .col-md-4 {width: 100%;}
}
