/*
Theme Name: codearoma
Theme URI: http://codearoma/
Author: codearoma
Author URI: https://codearoma.com/
Description: CodeAroma Technologies mainly focuses on Website development, Application development, Software development, Online Marketing Services and Branding. 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codearoma
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
*/
/* Sticky Navbar */
#masthead {
    background-color: #fff;
    transition: .5s ease top;
    top: -105px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);
    z-index: 999;
}
#masthead.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
#masthead .header h1 {
    color: white;
}

/* Menu styling */
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-navigation li {
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
.main-navigation ul.sub-menu {
    display: none;
    padding-left: 15px;
}
.main-navigation ul.sub-menu.depth-0 {
    padding-left: 0;
}
.menu-toggle {
    display: none;
}
.main-navigation a:hover,
.main-navigation a:focus {color: var(--primary);}
.main-navigation .current-menu-item>a {
    font-weight: bold;
}
/* Mobile styles */
@media (max-width: 991px) {
    .menu-toggle {
        display: block;
        position: absolute;
        right: 0;
        top: 4px;
        width: 40px;
        height: 40px;
        background: #000;
        border: none;
        cursor: pointer;
        padding: 0;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        z-index: 1;
        color: #fff;
    }
    .main-navigation li.has-children>a {
        padding-right: 40px;
    }
    .main-navigation ul.sub-menu {
        display: none;
        padding-left: 15px;
        background-color: #f9f9f9;
    }
    .main-navigation ul.sub-menu .sub-menu {
        padding-left: 15px;
    }
    .main-navigation ul.sub-menu li a {
        padding-left: 25px;
    }
    .main-navigation ul.sub-menu li.has-children>a {
        padding-right: 40px;
    }
    .main-navigation ul.sub-menu.active {
        display: block;
    }
}

/* Desktop + Mobile arrow icon */
.main-navigation li.has-children > a::after {
    content: "\25BC"; /* down arrow */
    font-size: 12px;
    margin-left: 6px;
    display: inline-block;
}

/* Submenu mate right arrow */
.main-navigation ul.sub-menu li.has-children > a::after {
    content: "\25B6"; /* right arrow */
    float: right;
}

/* Hide anchor tags with href="#" */
.social_media a[href="#"],
.social_media a[href=""],
.social_media a[href=" "],
.social_media a:not([href]) {
    display: none;
}
.social_media li:empty {
    display: none;
}
/* Desktop styles */
@media (min-width:991px) {
    .main-navigation>ul>li {
        display: inline-block;
    }
    .main-navigation ul.sub-menu {
        position: absolute;
        min-width: 220px;
        background: #fff;
        border: 1px solid #f1f1f1;
        z-index: 999;
        border-radius: 5px !important;
    }
    .main-navigation ul.sub-menu .sub-menu {
        left: 100%;
        top: 0;
    }
    .main-navigation li.has-children>a {
        padding-right: 30px;
    }
    .main-navigation li.has-children:hover>ul.sub-menu {
        display: block;
    }
}

/*404 page*/
.error-area .error-content i {
    color: var(--primary);
    display: inline-block;
    font-size: 100px;
}
.error-content h2 {
    font-size: 25px;
    color: var(--primary);
    margin-bottom: 10px;
    margin-top: 25px;
}
.error-content a {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    background-color: var(--primary);
    padding: 12px 35px;
}
p.notfound {
    font-size: 65px;
    float: left;
    width: 100%;
}
.p.notfound {
    color: var(--primary);
    display: inline-block;
    font-size: 100px;
}
.error-content h1 {
    font-size: 130px;
    color: var(--secondary);
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    display: block;
}
/* End Default CSS*/


section {
    /* float: left; */
    /* width: 100%; */
    /* padding-top: 70px; */
    /* padding-bottom: 70px; */
}
ul {
    padding: 0;
    margin: 0;
}
a {
    list-style: none;
}
.header-top {
    position: relative;
    padding: 7px 0px;
    background-color: var(--secondary);
    float: left;
    width: 100%;
}
.header-top .top-left {
    position: relative;
    float: left;
    padding-left: 15px;
}
.header-top .info-list {
    position: relative;
}
.header-top .info-list li {
}
.header-top .info-list li a {
    text-decoration: none;
    font-size: 14px;
    position: relative;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-top .top-right {
    position: relative;
    float: right;
}
.menu_header {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 1px 1px #e5e5e5;
    position: relative;
    background: #fff;
}
.header-top .info-list li .icon {
    font-size: 12px;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    margin-right: 10px;
    float: left;
}
/*Slider*/
.carousel-control i.demo-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 24px;
}
a.btn {
    padding: 10px 16px;
    font-size: 16px;
}
#slider .carousel-control.left,
#slider .carousel-control.right {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    transition: all .25s ease;
}
#slider .carousel-control .fa-angle-left {
    left: 5px;
    background: var(--primary);
}
#slider .carousel-control .fa-angle-right {
    right: 5px;
    background: var(--primary);
}
#slider .carousel-control .fa-angle-left,
#slider .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
}
#slider .carousel-control i {
    color: #fff;
    line-height: 48px;
    width: 48px;
    height: 48px;
    transition: all 500ms ease;
    background: var(--primary);
    border-radius: 50%;
    font-size: 20px;
    margin: 15px;
}
#slider .carousel-control i:hover {
    background: var(--secondary);
}
.slider01 {
    /* background: #f9f9f9; */
    /* padding-bottom: 50px; */
    /* padding-top: 10px; */
}
.slider-content {
    padding-top: 70px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 15px;
    width: 100%;
    position: relative;
    z-index: 99;
}
.slide-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--primary);
    text-align: left;
}
.slide-sub-title {
}
.slider-description {
}
/* Testimonial Section */
.testimonial-section {
    position: relative;
}
.testimonial-section .sec-title .text {
    margin-top: 40px;
}
.testimonial-section .owl-carousel .owl-stage-outer {
    padding: 20px 0px;
}
.testimonial-section .owl-theme .testimonial-block {
    margin: 0px 15px;
}
.testimonial-section .btn_01 {
    position: relative;
    text-align: right;
    padding-right: 15px;
}
.testimonial-section .btn_01 {
    position: relative;
    width: 10px;
    height: 5px;
    border-radius: 0px;
    margin-left: 10px;
    display: inline-block;
    background-color: var(--secondary);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity: 0.9;
}
.testimonial-section .btn_01.active,
.testimonial-section .btn_01:hover {
    width: 30px;
    background-color: var(--primary);
}
.testimonial-block {
    position: relative;
}
.testimonial-block .inner-box {
    position: relative;
}
.testimonial-block .inner-box .upper-box {
    position: relative;
    padding-top: 9px;
    padding-left: 115px;
    margin: auto;
    width: 350px;
    text-align: center;
}
.testimonial-block .inner-box .upper-box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
}
.carousel-indicators.testi_btn {
    bottom: -60px;
}
.testimonial-block .inner-box .upper-box h4 {
    position: relative;
    color: var(--secondary);
    font-weight: 600;
}
.testimonial-block .inner-box .upper-box .designation {
    position: relative;
    color: var(--primary);
    font-size: 16px;
}
.testimonial-block .inner-box .text {
    position: relative;
    margin-top: 35px;
    color: #000;
    font-size: 16px;
    line-height: 1.9em;
    font-weight: 500;
    text-align: center;
}
/* Fun fact */
.counter-area {
    background: #000;
    color: #fff;
}
.copyright-info,
.copyright-info a,
.widget-content a {
    color: #fff;
}
.copyright-info.right {
    text-align: right;
}
.copyright {
    background: var(--secondary);
    padding: 6px 0px;
}
.footer-bottom-two .menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact-widget ul.list li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin-left: 15px;
    line-height: 24px;
}
.widgets-section li {
    margin-bottom: 10px;
}
.contact-widget ul.list i {
    margin-right: 10px;
}
.contact-widget ul.list {
    margin-bottom: 20px;
}
.copyright-text.text-right {
    text-align: right;
}
.copyright-text a {
    text-decoration: none;
}
section.bottom_footer {
    padding: 0px;
    background: var(--secondary);
    padding-bottom: 6px;
}
/*Custome post type product button*/
.pro_left_btn {
    background: var(--secondary);
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
.titillium-web-light {
    font-family: "Titillium Web", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.titillium-web-regular {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.titillium-web-semibold {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.titillium-web-bold {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'fontello';
    src: url('./assets/fonts/fontello.eot');
    src: url('./assets/fonts/fontello.eot') format('embedded-opentype'),
        url('./assets/fonts/fontello.woff') format('woff'),
        url('./assets/fonts/fontello.ttf') format('truetype'),
        url('./assets/fonts/fontello.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.demo-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    /* For safety - reset parent styles, that can break glyph codes*/
    /* fix buttons height, for twitter bootstrap */
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /* You can be more comfortable with increased icons size */
    /* Font smoothing. That was taken from TWBS */
    /* Uncomment for 3D effect */
}
:root {
    --primary: #f8a130;
    --secondary: #000;
}
body {
    font-family: "Titillium Web", sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
section {
    float: left;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}
.pt-70 {
    padding-top: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-50 {
    padding-bottom: 50px;
}
.mb-70 {
    margin-bottom: 70px;
}
.pt-0 {
}
.pb-0 {
    padding-bottom: 0px;
}
h2.main_title {
    color: var(--secondary);
    font-size: 40px;
    font-weight: 600;
    position: relative;
    margin: 0;
    line-height: 50px;
}
h3 {
    color: var(--secondary);
    font-size: 40px;
    font-weight: 600;
    position: relative;
}
nav,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.ml-0 {
    margin-left: 0px !important;
}
ul,
p {
    padding: 0;
    margin: 0;
}
/*Banner*/
.banner {
    position: relative;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
    padding: 30px 0px;
}
.banner1 {
    background-image: url(assets/images/banner/banner1.webp);
}
.banner2 {
    background-image: url(assets/images/banner/banner2.webp);
}
.banner3 {
    background-image: url(assets/images/banner/banner3.webp);
}
.banner4 {
    background-image: url(assets/images/banner/banner4.webp);
}
.banner5 {
    background-image: url(assets/images/banner/banner5.webp);
}
.banner6 {
    background-image: url(assets/images/banner/banner6.webp);
}
.banner7 {
    background-image: url(assets/images/banner/banner7.webp);
}
.banner8 {
    background-image: url(assets/images/banner/banner8.webp);
}
.banner9 {
    background-image: url(assets/images/banner/banner9.webp);
}
.banner15 {
    background-image: url(assets/images/banner/banner15.webp);
}
.banner-heading {
    padding: 60px 0px 70px 0px;
    width: 100%;
    color: #fff;
}
.banner-title {
    color: #fff;
    font-size: 50px;
    margin-bottom: 0px;
    font-weight: 600;
}
.breadcrumb {
    position: absolute;
    bottom: -16px;
    font-size: 16px;
    font-weight: 300;
    background: var(--primary);
    padding: 6px 15px;
}
ol.breadcrumb a {
    color: #fff;
    font-weight: 500;
}
ol.breadcrumb i {
    font-size: 12px;
    margin-left: 7px;
}
/************top header***************/
/* Sticky Navbar */
#masthead {
    background-color: #fff;
    transition: .5s ease top;
    top: -105px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);
    &.sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    .header {
        justify-content: center;
        h1 {
            color: white;
        }
    }
    ;
    z-index: 999;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.header-top {
    position: relative;
    padding: 7px 0px;
    background-color: var(--primary);
    float: left;
    width: 100%;
}
.header-top .top-left {
    position: relative;
    float: left;
    padding-left: 15px;
}
.header-top .info-list {
    position: relative;
    margin-bottom: -6px;
}
.header-top .info-list li {
    position: relative;
    margin-right: 15px;
    display: inline-block;
    list-style: none;
    font-size: 14px;
}
.header-top .info-list li a {
    text-decoration: none;
    font-size: 14px;
    position: relative;
    color: #000;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-top .top-right {
    position: relative;
    float: right;
}
.menu_header {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 1px 1px #e5e5e5;
    position: relative;
    background: #fff;
}
.header-top .info-list li .icon {
    font-size: 12px;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    margin-right: 10px;
    float: left;
}
.apply_job a {
    background: var(--primary);
    color: #fff;
    padding: 9px 17px;
    text-decoration: none;
    font-size: 13px;
}
.logo img {
    width: 100%;
    height: auto;
}
.logo {
    width: 60px;
    height: auto;
}
.navbar {
    padding: 0;
}
.menutop ul li a {
    color: #000;
    padding: 5px 15px !important;
    position: relative;
    font-weight: 700;
    -webkit-transition: 350ms;
    transition: 350ms;
}
ul.navbar-nav>li:hover>a:before,
ul.navbar-nav>li.active>a:before {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}
ul.navbar-nav>li>a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-bottom: 3px solid transparent;
    -webkit-transform: scale(0) translateZ(0);
    transform: scale(0) translateZ(0);
    -webkit-transition: opacity 0.55s ease, -webkit-transform 0.45s ease;
    transition: opacity 0.55s ease, -webkit-transform 0.45s ease;
    transition: transform 0.45s ease, opacity 0.55s ease;
    transition: transform 0.45s ease, opacity 0.55s ease, -webkit-transform 0.45s ease;
    transition: transform 0.45s ease, opacity 0.55s ease;
}
.navbar-nav>.nav-item:hover>.nav-link {
    color: var(--primary);
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    background: var(--secondary);
}
.dropdown-menu {
    text-align: left;
    background: #fff;
    z-index: 100;
    min-width: 220px;
    border-radius: 10px;
    padding: 0;
    border: 0;
    overflow: hidden;
    border: 1px solid #f1f1f1;
}
.dropdown-item:hover {
    color: #ffffff;
    background-color: #ff3c00;
}
.dropdown-menu li a {
    color: #000 !important;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    text-transform: capitalize !important;
    padding: 15px;
    border-bottom: 1px solid #fff;
    color: #fff;
    line-height: normal !important;
}
#main_nav {
    display: inline-masonry;
    justify-content: flex-end;
}
.sub-menu.dropdown-menu a:hover {
    background: var(--primary);
    padding-left: 30px !important;
    color: #fff;
}
/******************Slider***********************/
.pic,
.pic img {
    width: 100%;
    height: auto;
}
#slider .carousel-control.left,
#slider .carousel-control.right {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    transition: all .25s ease;
}
#slider .carousel-control .fa-angle-left {
    left: 5px;
    background: var(--primary);
}
#slider .carousel-control .fa-angle-right {
    right: 5px;
    background: var(--primary);
}
#slider .carousel-control .fa-angle-left,
#slider .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
}
#slider .carousel-control i {
    color: #fff;
    line-height: 40px;
    width: 40px;
    height: 40px;
    transition: all 500ms ease;
    background: var(--primary);
    border-radius: 50%;
    font-size: 20px;
    margin: 15px;
}
#slider .carousel-control i:hover {
    background: var(--secondary);
}
.slider01 {
    padding-bottom: 50px;
    padding-top: 10px;
}
.slider-content {
    padding-top: 70px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 15px;
    width: 100%;
    position: relative;
    z-index: 99;
}
.slide-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--primary);
    text-align: left;
}
.slide-sub-title {
    font-style: normal;
    font-size: 40px;
}
.slider-description {
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
.read-more a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
.read-more a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ebebeb;
    border-radius: 50%;
    color: var(--primary);
    margin-right: 5px;
    transition: all 0.3s linear;
}
.read-more {
    margin-top: 10px;
    margin-bottom: 20px;
}
.work-process-area .work-pro-items .item:hover .read-more a i,
.sevice_effe1:hover .read-more a i,
.services__three-items:hover .two:hover .read-more a i {
    transform: rotate(90deg);
}
.sevice_effe1 {
    padding: 20px 20px 0px 20px;
}
.main-slider-two__carousel {
    position: relative;
    width: 100%;
    height: 500px;
}
.tns-gallery {
    min-height: 1px;
}
.tns-gallery,
.tns-no-calc {
    position: relative;
    left: 0;
}
.tns-slider {
    transition: all 0s;
}
#tns10>.tns-item {
    width: 100%;
    height: 100%;
    position: relative;
}
#tns10>.tns-item {
    font-size: 16px;
}
.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.main-slider-two__carousel .item {
    padding-bottom: 0;
    /* Remove padding */
    height: 100%;
}
.main-slider-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0px 0px 0px 200px;
}
.main-slider-two__bg-shape {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 52px;
    width: 95px;
    height: 247px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    animation: topToBottom 2.5s linear 0s infinite;
}
@keyframes topToBottom {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
}
/*******************btn*********************/
.about-section .text-column .link-box {
    padding-top: 30px;
}
.btn-style-one {
    position: relative;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.05em;
    background: var(--primary);
    color: #000;
    border-radius: 50px;
    overflow: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border: 1px solid var(--primary);
    font-weight: 600;
    margin-top: 20px;
    padding: 13px 25px;
}
.btn-style-one .btn-curve {
    position: absolute;
    right: -15px;
    top: 0;
    width: 26px;
    height: 100%;
    background: var(--secondary);
    opacity: 0.2;
    z-index: 0;
    -webkit-transform: skewX(-22deg);
    transform: skewX(-22deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}
.btn-style-one .btn-title {
    display: block;
    /* padding: 13px 25px; */
    /* z-index: 1; */
}
.btn-style-one:hover {
    background: var(--secondary);
    color: #ffffff;
}
.btn-style-one:hover .btn-curve {
    opacity: 1;
    right: 0;
    width: 100%;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
}
.btn-style-one2:hover {
    background: var(--primary);
    color: #ffffff;
    border: 1px solid #fff;
}
/* Testimonial Section */
.testimonial-section {
    position: relative;
}
.testimonial-section .sec-title .text {
    margin-top: 40px;
}
.testimonial-section .owl-carousel .owl-stage-outer {
    padding: 20px 0px;
}
.testimonial-section .owl-theme .testimonial-block {
    margin: 0px 15px;
}
.testimonial-section .btn_01 {
    position: relative;
    text-align: right;
    padding-right: 15px;
}
.testimonial-section .btn_01 {
    position: relative;
    width: 10px;
    height: 5px;
    border-radius: 0px;
    margin-left: 10px;
    display: inline-block;
    background-color: var(--secondary);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity: 0.9;
}
.testimonial-section .btn_01.active,
.testimonial-section .btn_01:hover {
    width: 30px;
    background-color: var(--primary);
}
.testimonial-block {
    position: relative;
}
.testimonial-block .inner-box {
    position: relative;
}
.testimonial-block .inner-box .upper-box {
    position: relative;
    padding-top: 9px;
    padding-left: 115px;
    margin: auto;
    width: 350px;
    text-align: center;
}
.testimonial-block .inner-box .upper-box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
}
.carousel-indicators.testi_btn {
    bottom: -60px;
}
.testimonial-block .inner-box .upper-box h4 {
    position: relative;
    color: var(--secondary);
    font-weight: 600;
}
.testimonial-block .inner-box .upper-box .designation {
    position: relative;
    color: var(--primary);
    font-size: 16px;
}
.testimonial-block .inner-box .text {
    position: relative;
    margin-top: 35px;
    color: #000;
    font-size: 16px;
    line-height: 1.9em;
    font-weight: 500;
    text-align: center;
}
/* Fun fact */
.counter-area {
    background: var(--primary);
    color: #fff;
}
.tp-counter-item-icon {
    font-size: 50px;
    line-height: 50px;
}
.counter-block-three .inner i {
    display: inline-block;
    color: var(--primary);
    font-size: 60px;
    line-height: 1em;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 18px;
}
/*Font*/
.span3 {
    float: left;
    width: 25%;
    border: 1px solid #000;
    padding: 11px;
}
span.i-code {
    float: right;
}
/*Slider client*/
@media (max-width: 767px) {
    #multislider01 .carousel-inner .carousel-item>div {
        display: none;
    }
    #multislider01 .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}
#multislider01 .carousel-inner .carousel-item.active,
#multislider01 .carousel-inner .carousel-item-next,
#multislider01 .carousel-inner .carousel-item-prev {
    display: flex;
}
/* medium and up screens */
@media (min-width: 768px) {
    #multislider01 .carousel-inner .carousel-item-end.active,
    #multislider01 .carousel-inner .carousel-item-next {
        transform: translateX(16.6%);
    }
    #multislider01 .carousel-inner .carousel-item-start.active,
    #multislider01 .carousel-inner .carousel-item-prev {
        transform: translateX(-16.6%);
    }
}
#multislider01 .carousel-inner .carousel-item-end,
#multislider01 .carousel-inner .carousel-item-start {
    transform: translateX(0);
}
.client_btn {
    background: var(--primary);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
}
a {
    list-style: none;
    text-decoration: none;
}
/* about us start */
.about-thirteen {
    position: relative;
}
@media (min-width: 1200px) {
    .about-thirteen__content {
    }
}
.about-thirteen__content {
    position: relative;
}
.about-thirteen__content__text {
}
.about-thirteen__box-wrapper {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0 0 32px;
}
.about-thirteen__box__title {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.about-thirteen__box__text {
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.about-thirteen__box {
    position: relative;
    border-radius: 6px;
    border: 1px solid #cfc1bd;
    padding: 39px 20px 24px;
    margin-top: 38px;
}
.about-thirteen__box__icon {
    width: 66px;
    height: 66px;
    border: 4px solid #F5F5F5;
    background-image: linear-gradient(180deg, #f8a130 0%, #021936 100%);
    border-radius: 50%;
    font-size: 32px;
    color: #fff;
    position: absolute;
    left: 19px;
    top: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 1200px) {
    .about-thirteen__image {
        margin-left: -48px;
    }
}
.about-thirteen__image {
    position: relative;
    text-align: right;
}
.about-thirteen__image>img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.about-thirteen__image__two {
    width: 100%;
    height: auto;
}
.about-thirteen__image__two>img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.about-thirteen__image__experiance {
    position: absolute;
    z-index: 2;
    left: 15px;
    bottom: 0;
    max-width: 279px;
    border-radius: 140px;
    background-image: linear-gradient(20deg, #211f38 0%, #f8a130 100%);
    text-align: center;
    padding: 40px 20px 0;
}
.about-thirteen__image__experiance__inner {
    border-radius: 118px;
    background-color: #fff;
    font-size: 30px;
    line-height: 32px;
    font-weight: 800;
    color: var(--secondary);
    text-transform: capitalize;
    padding: 40px 20px 76px;
    margin-bottom: -1px;
}
.about-thirteen__image__experiance__icon {
    width: 84px;
    height: 84px;
    background-color: #F5F5F5;
    border-radius: 50%;
    font-size: 44px;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}
@media (min-width: 768px) {
    .sec-title-three {
    }
}
.sec-title-three {
    position: relative;
    line-height: 1;
}
@media (min-width: 768px) {
    .sec-title-three__tagline {
    }
}
.sec-title-three__tagline {
    color: var(--secondary);
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1em;
    margin: 0 0 6px;
}
.sec-title-three__tagline__left-border {
    width: 39px;
    height: 2px;
    display: inline-block;
    background-color: var(--primary);
    position: relative;
    top: -5px;
    margin-right: 20px;
}
.sec-title-three__tagline__left-border:after {
    position: absolute;
    left: 0;
    top: -4px;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--primary);
    animation: zumpX 4s linear infinite;
}
.sec-title-three__tagline__right-border {
    width: 39px;
    height: 2px;
    display: inline-block;
    background-color: var(--primary);
    position: relative;
    top: -5px;
    margin-left: 20px;
}
.sec-title-three__tagline__right-border:after {
    position: absolute;
    left: 0;
    top: -4px;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--primary);
    animation: zumpX 4s linear infinite;
}
@keyframes zumpX {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: calc(100% - 8px);
    }
}
/* about 2 */
.watermark2-bg {
    position: absolute;
    right: -80px;
    top: 0;
    z-index: -1;
    max-width: 100%;
}
.about4-image {padding-right: 30px;}
.img-fluid {
    width: 100%;
    height: auto;
}
.para {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: "Poppins", sans-serif;
    line-height: 28px;
}
.about3-content.style-2 .about3-list {
    margin: 20px 0 50px 0;
    padding: 0;
}
.about3-content .about3-list li {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-family: "Cuprum", sans-serif;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}
.about3-content.style-2 .about3-list li::before {
    background: var(--primary);
}
.about3-content .about3-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary);
}
.why-choose-four-image {
    width: 7%;
    height: auto;
    position: absolute;
    right: 6px;
    bottom: -123px;
    z-index: 1;
}
.why-choose-four-image2 {
    width: 7%;
    height: auto;
    position: absolute;
    left: 6px;
    bottom: -123px;
    z-index: 1;
}
.why-choose-four-image3 {
    width: 7%;
    height: auto;
    position: absolute;
    right: 6px;
    bottom: -123px;
    z-index: 1;
}
.why-choose-four-image4 {
    width: 7%;
    height: auto;
    position: absolute;
    left: -44px;
    bottom: -178px;
    z-index: 1;
}
.why-choose-four-image5 {
    width: 7%;
    height: auto;
    position: absolute;
    right: 6px;
    bottom: -127px;
    z-index: 1;
}
.why-choose-four-image6 {
    width: 7%;
    height: auto;
    position: absolute;
    left: 6px;
    bottom: -127px;
    z-index: 1;
}
.why-choose-four-image7 {
    width: 7%;
    height: auto;
    position: absolute;
    right: 6px;
    bottom: -127px;
    z-index: 1;
}
.our-history {
    position: relative;
}
@-webkit-keyframes bounceY {
    0% {
        -webkit-transform: translateY(-60px);
    }
    50% {
        -webkit-transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(-60px);
    }
}
.bounce-vertical {
    display: inline-block;
    animation: bounceY 1.5s infinite ease-in-out;
    -webkit-animation: bounceY 2s infinite ease-in-out;
}
/* services start */
.service-four {
    position: relative;
}
.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.tns-slider>.tns-item {
    box-sizing: border-box;
}
.service-four__item {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 0;
    text-align: center;
    border-radius: 0 0 50% 50%;
    max-width: 270px;
    margin-top: 46px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.service-four__item__content {
    position: relative;
    z-index: 2;
    padding: 0 20px 13px;
}
.service-four__item__icon {
    position: relative;
    z-index: 3;
    top: -41px;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto -22px;
    background-color: rgba(var(--tolak-white-rgb, 255, 255, 255), .8);
    font-size: 42px;
    color: var(--primary);
    transition: all .5s ease;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, .08));
}
.service-four__item__title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 11px;
}
.service-four__item__title a {
    color: inherit;
    background: linear-gradient(90deg, currentcolor 0, currentcolor) 0 95% / 0 1px no-repeat;
    transition: all .5s ease;
}
.service-four__item__text {
    line-height: 26px;
    margin: 0;
    transition: all .3s ease;
}
.service-four__item__image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    transition: all .5s;
}
.service-four__item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.service-four__item__rm {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 46px;
    height: 46px;
    background-color: var(--primary);
    border: 3px solid #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    justify-content: center;
    opacity: 0;
    transform: translateY(100px);
}
.service-four__item:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    opacity: 0;
    border-radius: 0 0 50% 50%;
    background-color: var(--secondary);
    transition: all .5s;
}
.service-four__item:hover .service-four__item__icon {
    background-color: var(--primary);
    color: #fff;
}
.service-four__item:hover .service-four__item__icon span {
    animation: bounceIn 1s linear;
    animation-duration: 1s;
}
.service-four__item:hover .ser-icon {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}
.service-four__item:hover .service-four__item__rm {
    opacity: 1;
    transform: translateY(0);
}
.service-four__item:hover .service-four__item__image img {
    border-radius: 0 0 50% 50%;
}
.service-four__item:hover .service-four__item__image {
    background-color: var(--secondary);
    border-radius: 0 0 50% 50%;
}
.service-four__item:hover .service-four__item__content {
    background-color: var(--secondary);
}
.service-four__item:hover .service-four__item__text {
    color: #ffffff;
}
.service-four__item:hover .service-four__item__title {
    color: #fff;
}
/* service 1 end */
/* service 2 start */
.service-one {
    position: relative;
    background: #f1f1f1;
}
.service-one__item {
    position: relative;
    border-radius: 30px 30px 0 0;
    z-index: 2;
    overflow: hidden;
    counter-increment: count;
    transition: all .5s ease;
    background-color: #fff;
}
.service-one__item__image {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.service-one__item__image img {
    width: 100%;
    height: auto;
}
.service-one__item__image:after {
    background: linear-gradient(90deg, rgba(var(--tolak-white-rgb, 255, 255, 255), .13) 0, rgba(var(--tolak-white-rgb, 255, 255, 255), .13) 77%, rgba(var(--tolak-white-rgb, 255, 255, 255), .5) 92%, rgba(var(--tolak-white-rgb, 255, 255, 255), 0));
    content: "";
    height: 200%;
    left: -210%;
    opacity: 0;
    position: absolute;
    top: -50%;
    transition: all .7s ease 0s;
    width: 200%;
}
.service-one__item__content {
    position: relative;
    padding: 18px 17px;
    border: 1px solid #ff3c0042;
    border-top: none;
    text-align: left;
}
.service-one__item__icon {
    width: 90px;
    height: 90px;
    background-color: var(--primary);
    border: 4px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    line-height: 1;
    position: relative;
    z-index: 1;
    color: #fff;
    margin: -46px auto 15px;
    overflow: hidden;
    transition: .1s ease;
}
.service-one__item__icon span {
    position: relative;
    z-index: 2;
    display: inline-block;
    transition: all .5s linear;
    transition-delay: 0s;
    transition-delay: .1s;
    transform: scale(1);
}
.service-one__item__icon:after {
    position: absolute;
    content: "";
    background-color: var(--secondary);
    width: 100%;
    height: 0;
    left: 50%;
    top: 50%;
    border-radius: 25px;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    transition: all .5s ease;
}
.service-one__item__title {
    font-size: 22px;
    margin: 0 0 8px;
}
.service-one__item__title a {
    color: inherit;
    background: linear-gradient(90deg, currentcolor 0, currentcolor) 0 95% / 0 1px no-repeat;
    transition: all .5s ease;
    font-weight: 600;
    font-size: 18px;
    margin-left: 2px;
}
.service-one__item__text {
    line-height: 28px;
    margin: 0;
}
.service-one__item__bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ff3c0042;
    border-top: none;
    padding: 12px 31px 10px 31px;
    overflow: hidden;
    transition: all .5s linear;
}
.service-one__item__bottom__number {
    position: relative;
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    -webkit-text-fill-color: #0000003b;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0000003b;
}
.service-one__item__bottom__number:before {
    content: counters(count, ".", decimal-leading-zero);
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-one__item__bottom__rm {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--secondary);
    line-height: 1;
    letter-spacing: .24px;
    background: linear-gradient(90deg, currentcolor 0, currentcolor) 0 95% / 0 1px no-repeat;
    transition: all .5s ease;
}
.service-one__item__bottom__rm span {
    line-height: inherit;
    margin-left: 6px;
}
.service-one__item__bottom:after {
    position: absolute;
    left: 10px;
    top: -9px;
    width: 0;
    opacity: 0;
    height: calc(100% + 20px);
    content: "";
    background-color: #ffffff;
    transition: all .5s linear;
    transform: rotate(32deg);
    margin: 0 auto;
}
.service-one__item:hover .service-one__item__image:after {
    left: -30%;
    opacity: 1;
    top: -20%;
    transition-duration: .7s, .7s, .15s;
    transition-property: left, top, opacity;
    transition-timing-function: linear;
}
.service-one__item:hover .service-one__item__icon:after {
    height: 100%;
}
.service-one__item:hover .service-one__item__bottom {
    border-color: var(--primary);
    background-color: var(--primary);
}
.service-one__item:hover .service-one__item__bottom:after {
    width: 8px;
    opacity: 1;
}
.service-one__item:hover .service-one__item__bottom__rm {
    color: #000;
}
.why-choose-thirteen {
    position: relative;
    overflow: hidden;
    background-color: var(--secondary);
}
.why-choose-thirteen__content {
    position: relative;
    padding: 120px 0 108px;
}
.why-choose-thirteen__content__text {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 30px;
    color: #fff;
}
.why-choose-thirteen__box-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 77px;
}
.why-choose-thirteen__box {
    position: relative;
    z-index: 1;
    max-width: 179px;
}
.why-choose-thirteen__box__top {
    width: 179px;
    height: 179px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 7px;
    margin-bottom: 20px;
    padding-top: 20px;
}
.why-choose-thirteen__box__icon {
    width: 76px;
    height: 76px;
    background-color: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    font-size: 38px;
    color: #fff;
}
.why-choose-thirteen__box__title {
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 800;
    margin: 0;
}
.accordion-button:focus {
    box-shadow: none !important;
}
.why-choose-thirteen__box__text {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    margin-right: -15px;
    color: #fff;
}
.why-choose-thirteen__box {
    position: relative;
    z-index: 1;
    max-width: 179px;
}
.why-choose-thirteen__box__top {
    width: 179px;
    height: 179px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 7px;
    margin-bottom: 20px;
    padding-top: 20px;
}
.why-choose-thirteen__image {
    position: relative;
    z-index: 1;
    margin: 0;
    display: inline-block;
    right: 196px;
}
.why-choose-thirteen__image__shape {
    position: absolute;
    right: 0;
    bottom: 0;
}
.why-choose-thirteen__image img {
    max-width: none;
}
.why-choose-thirteen__image__award {
    position: absolute;
    left: 100px;
    bottom: 41px;
    z-index: 1;
    text-align: center;
}
.why-choose-thirteen__image__award__icon {
    font-size: 103px;
    color: #fff;
    line-height: 103px;
    display: block;
}
.why-choose-thirteen__image__award__content {
    margin: 15px 0 0;
    font-size: 30px;
    line-height: 41px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}
.why-choose-thirteen h2 {
    color: #fff;
}
.why-choose-thirteen h6 {
    color: #fff;
}
/* faq start */
.funfact-one {
    position: relative;
    background-color: #fff;
}
@media (min-width: 1200px) {
    .funfact-one__image {
        padding-left: 55px;
    }
}
.funfact-one__image {
    position: relative;
    display: inline-block;
    padding-top: 47px;
}
.funfact-one__image img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}
.funfact-one__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
    padding: 50px;
    left: 0;
    top: 0;
    width: 205px;
    height: 205px;
    background-color: var(--primary);
    border-radius: 50%;
}
.funfact-one__item__count {
    margin: 0 0 10px;
    color: #fff;
    font-size: 45px;
    letter-spacing: .88px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.funfact-one__item__text {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
.funfact-one__item:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    content: "";
    border-style: dashed;
    border-width: 1px;
    border-color: #fff;
    border-radius: 50%;
    animation-duration: 1.5s;
    animation: rotated 10s linear infinite;
    transition: all .5s ease;
    animation-play-state: running;
}
.funfact-one__item--two {
    left: auto;
    right: -120px;
    top: 50px;
    bottom: 0;
    margin: auto;
    background-color: var(--secondary);
    border: 16px solid #fff;
}
.funfact-one__item--three {
    top: auto;
    bottom: -97px;
}
.funfact-one__accordion .accordion-button:not(.collapsed) {
    border-color: var(--primary) !important;
    background-color: var(--primary) !important;
    color: #fff;
}
.funfact-one__accordion .accordion-header button {
    padding: 25px 55px 25px 30px;
    transition: all .5s ease;
    cursor: pointer;
    background-color: transparent;
}
.funfact-one__accordion .accordion-button {
    font-weight: 500;
    color: var(--secondary);
    font-size: 17px;
    margin: 0;
    transition: all .5s ease;
    position: relative;
}
.funfact-one__accordion .accordion-button i {
    display: inline-block;
    font-size: 20px;
    color: var(--primary);
    margin-right: 14px;
    position: relative;
    top: 1px;
    transition: all .5s ease;
}
/* wny choose us 2 start */
.our-solution {
    position: relative;
    background-color: var(--primary);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0 70px;
}
@media (min-width: 1200px) {
    .our-solution__image {
        margin-right: -30px;
        margin-left: 10px;
    }
}
.our-solution__image {
    position: relative;
    z-index: 2;
}
.our-solution__border-one,
.our-solution__border-three {}
.our-solution__border-two {
    width: 9px;
    height: 330px;
    background-color: var(--primary);
    position: absolute;
    right: 32%;
    top: -70px;
    z-index: 1;
}
.our-solution__image img {
    width: 100%;
    height: auto;
    mask-image: url('assets/images/why/why-2-shape.webp');
    -webkit-mask-image: url('assets/images/why/why-2-shape.webp');
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}
.our-solution__border-three {}
.our-solution__border-one,
.our-solution__border-three {
    position: relative;
    display: block;
    height: 10px;
    width: 78%;
    background-color: #fff;
    margin: 0 0 10px;
}
.our-solution__image__shape {
    position: absolute;
    left: -100px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    display: flex;
    align-items: center;
}
.our-solution__content {
    position: relative;
    padding: 45px 40px;
    background: #fff;
    border-radius: 15px;
}
.our-solution__content__text {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 20px;
}
.our-solution__box {
    position: relative;
    background-color: var(--primary);
    padding: 23px 30px;
    border-radius: 50px 0px 0px 0px;
}
.our-solution__box__icon {
    font-size: 80px;
    line-height: 80px;
    display: block;
    margin: 0 0 22px;
    text-align: center;
}
.our-solution__box__icon span {
    display: inline-block;
    transition: all .6s ease;
}
.our-solution__box__text {
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.our-solution__list {
    position: relative;
}
.our-solution__list__title {
    font-size: 22px;
    margin: 0 0 20px;
}
.our-solution__list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.our-solution__list ul li {
    font-size: 16px;
    line-height: 27px;
    margin: 0 0 5px;
    list-style: disc;
    margin-left: 18px;
}
.our-solution__list ul li span {
    color: #fff;
    margin-right: 9px;
    transition: all .5s ease;
}
.our-solution__list__border {
    position: absolute;
    right: 0;
    bottom: -30px;
    height: 30px;
    width: 100%;
    background-color: var(--primary);
}
/* featured */
.feature-two {
    position: relative;
    z-index: 1;
    padding: 0 0 5px;
    margin-top: -100px;
}
.feature-two:after {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    content: "";
    z-index: -1;
    width: 100%;
    height: 54%;
}
.feature-two__item {
    position: relative;
    z-index: 3;
    background-color: #fff;
    border-radius: 70px 70px 0 0;
    border: 1px solid #ddd;
    padding: 64px 20px 23px;
}
.feature-two__item:hover {
    background-color: var(--primary);
}
.feature-two__item:hover .feature-two__item__icon {
    background-color: var(--secondary);
}
.feature-two__item:hover h4 {
    color: #fff;
}
.feature-two__item:hover p {
    color: #fff;
}
.feature-two__item__icon {
    position: absolute;
    left: 0;
    right: 0;
    top: -37px;
    margin: 0 auto;
    width: 82px;
    height: 82px;
    background-color: var(--primary);
    border-radius: 50%;
    font-size: 48px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-two__item__icon span {
    display: inline-block;
    transition: all .6s ease;
}
.feature-two__item__title {
    font-size: 22px;
    margin: 0 0 9px;
}
.feature-two__item__text {
    margin: 0;
}
.feature-two__item--reverse {
    padding-top: 29px;
    padding-bottom: 55px;
    margin-top: -36px;
    border-bottom: 4px solid var(--primary);
}
.feature-two__item {
    position: relative;
    z-index: 3;
    background-color: #fff;
    border-radius: 70px 70px 0 0;
    border: 1px dotted #ff3c0075;
    padding: 64px 20px 23px;
}
.feature-two__item__icon {
    position: absolute;
    left: 0;
    right: 0;
    top: -37px;
    margin: 0 auto;
    width: 82px;
    height: 82px;
    background-color: var(--[--primary]);
    border-radius: 50%;
    font-size: 48px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-two__item__icon span {
    display: inline-block;
    transition: all .6s ease;
}
.feature-two__item__title {
    font-size: 22px;
    margin: 0 0 9px;
}
.feature-two__item__text {
    margin: 0;
}
.feature-two__item--reverse .feature-two__item__icon {
    top: auto;
    bottom: -44px;
}
.feature-two__item--reverse {
    padding-top: 29px;
    padding-bottom: 55px;
    margin-top: -36px;
    border-bottom: 4px solid var(--primary);
}
/* team start */
.pp-5 {
    padding: 0 50px;
}
.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.tns-slider>.tns-item {
    box-sizing: border-box;
}
.team-card-two {
    position: relative;
    z-index: 1;
    background-color: transparent;
    overflow: hidden;
    padding: 0;
}
.team-card-two:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 205px;
    content: "";
    background-color: var(--primary);
    transition: all .5s ease;
    border-radius: 20px;
    z-index: -1;
}
.team-card-two__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 207 272'><path d='m102 0c50.3 0 105 130.7 105 181 0 50.3-54.7 91-105 91-50.3 0-102-40.7-102-91 0-50.3 51.7-181 102-181z' fill='black'/></svg>");
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 207 272'><path d='m102 0c50.3 0 105 130.7 105 181 0 50.3-54.7 91-105 91-50.3 0-102-40.7-102-91 0-50.3 51.7-181 102-181z' fill='black'/></svg>"); */
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.team-card-two__image img {
    position: relative;
    width: 100%;
    z-index: 1;
}
/* .team-card-two__image-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 285px;
    max-height: 379px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 207 272'><path d='m102 0c50.3 0 105 130.7 105 181 0 50.3-54.7 91-105 91-50.3 0-102-40.7-102-91 0-50.3 51.7-181 102-181z' fill='black'/></svg>");
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 207 272'><path d='m102 0c50.3 0 105 130.7 105 181 0 50.3-54.7 91-105 91-50.3 0-102-40.7-102-91 0-50.3 51.7-181 102-181z' fill='black'/></svg>");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    opacity: 1;
    transition: all 0.5s ease;
} */
.team-card-two__content {
    position: relative;
    padding: 15px 15px 24px 15px;
    text-align: center;
}
.team-card-two__title {
    font-size: 22px;
    line-height: 1.1818181818em;
    color: var(--primary);
    text-transform: capitalize;
    margin: 0 0 8px;
}
.team-card-two__title a {
    color: #fff;
    transition: all .5s ease;
}
.team-card-two__designation {
    line-height: 1em;
    font-size: 16px;
    color: #fff;
    margin: 0;
    transition: all .2s ease;
}
.team-card-two:after {
    position: absolute;
    left: 0;
    bottom: 9px;
    width: 100%;
    height: 205px;
    content: "";
    background-color: var(--secondary);
    transition: all .5s ease;
    border-radius: 20px;
    z-index: -1;
}
.team-card-two:hover:before {
    bottom: 9px;
}
.team-card-two:hover:after {
    background-color: #000000;
    bottom: 0;
}
.team-card-two:hover .team-card-two__image-bg {
    top: 7px;
    opacity: 1;
}
.fun-fact-section-three.pull-down {
    padding-top: 40px;
}
.fun-fact-section-three {
    position: relative;
}
.fun-fact-section-three .bg-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 248px;
    background-image: url(assets/images/homepage/shape-1.webp);
    background-position: left center;
    background-repeat: no-repeat;
}
.counter-block-three {
    position: relative;
    margin-bottom: 20px;
}
.counter-block-three .inner {
    position: relative;
    border: 1px solid var(--primary);
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    padding: 16px 10px;
    margin: 0 auto;
    background-color: #fff;
}
.counter-block-three .icon {
    display: inline-block;
    color: #fff;
    font-size: 60px;
    line-height: 1em;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 18px;
}
.counter-block-three .count-box {
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    color: var(--primary);
}
.counter-block-three .count-box .count-text {
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    color: var(--primary);
}
.counter-block-three .counter-title {
    line-height: 22px;
    font-weight: 600;
    color: #000000;
}
.iccon {
    display: flex;
    align-items: center;
}
.team-i {
    font-size: 41px;
    color: var(--primary);
}
.team-card:hover .team-i {
    color: #fff;
}
/* funfact end */
/* get in touch start */
.contact-section-three {
    position: relative;
    z-index: 2;
    padding-top: 0;
}
.contact-section-three .outer-box {
    position: relative;
    background-color: #f2f3f5;
    padding: 50px;
    border-radius: 25px;
}
.contact-section-three .form-column {
    position: relative;
    z-index: 3;
}
.order-2 {
    order: 2 !important;
}
.contact-section-three .form-column .inner-column {
    position: relative;
}
.contact-form {
    position: relative;
}
.contact-form .form-group {
    position: relative;
    margin-bottom: 7px;
}
.contact-form .input-outer {
    position: relative;
}
.contact-form .select2-container--default .select2-selection--single,
.contact-form input:not([type=submit]),
.contact-form textarea,
.contact-form select {
    position: relative;
    display: block;
    height: 60px;
    width: 100%;
    padding: 15px 20px;
    color: #67687A;
    line-height: 32px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid var(--primary);
    border-radius: 10px;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-form .input-outer .icon {
    position: absolute;
    right: 30px;
    top: 19px;
    font-size: 16px;
    line-height: 1em;
    color: var(--primary);
}
.contact-section-three .image-column .inner-column {
    padding-right: 30px;
}
/* .contact-section-three .image-column .image-box {
    position: relative;
    display: inline-block;
    height: 100%;
} */
.contact-section-three .image-column .image-box .image {
    margin-bottom: 0;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}
.overlay-anim:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 2;
    pointer-events: none;
}
/* img {
    display: inline-block;
    max-width: 100%;
    height: auto;
} */
/* solution start */
.pad-b-50 {
    padding-bottom: 40px;
}
.solution-two {
    position: relative;
    background-color: var(--tolak-gray, #ecf2fc);
}
.solution-two__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: difference;
    opacity: .2;
}
.solution-two__box {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #7f7c7c;
    border-radius: 10px;
    transition: all .4s linear;
    background-color: #fff;
}
.solution-two__box:before {
    right: 0;
    top: 0;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
}
.solution-two__box:after,
.solution-two__box:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    transition: all .4s linear;
    z-index: -1;
}
.solution-two__box__title {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 22px;
    border-bottom: 1px solid #7f7c7c;
    transition: all .4s ease;
    margin: 0;
    padding: 29px 30px;
}
.solution-two__box__title i {
    display: inline-block;
    color: var(--primary);
    font-size: 50px;
    transition: all .6s ease;
}
.solution-two__box__text {
    margin: 0;
    padding: 29px 30px;
}
.solution-two__box__rm {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    background-color: var(--secondary);
    border-radius: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    justify-content: center;
    opacity: 0;
    transform: translateY(100px);
}
.solution-two__box:after,
.solution-two__box:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    transition: all .4s linear;
    z-index: -1;
}
.solution-two__box:after {
    left: 0;
    bottom: 0;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
}
.solution-two__box__rm span {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.solution-two__image {
    position: relative;
    display: inline-block;
    border-radius: 50px;
    overflow: hidden;
}
.solution-two__image img {
    max-width: 100%;
    height: auto;
}
.solution-two__image:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    background: rgba(var(--tolak-white-rgb, 255, 255, 255), .2);
    border-radius: 0;
    transition: all .5s linear;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.solution-two__box:hover {
    border-color: transparent;
}
.solution-two__box:hover .solution-two__box__title {
    border-color: var(--primary);
}
.solution-two__box:hover .solution-two__box__rm {
    opacity: 1;
    transform: translateY(0);
}
.solution-two__box:hover:after,
.solution-two__box:hover:before {
    border-color: var(--primary);
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.solution-two__box:hover .solution-two__box__title i {
    transform: rotateY(180deg);
}
/* solution 2 start */
.our-history__item {
    position: relative;
    z-index: 2;
    transition: all .5s;
    background-color: #cbcbcb;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    margin-bottom: 70px;
    counter-increment: count;
}
.our-history__item:before {
    position: absolute;
    left: 23px;
    bottom: -34px;
    width: 60px;
    height: 35px;
    content: "";
    background-color: var(--primary);
    z-index: -1;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    transition: all .5s;
}
.our-history__item__top {
    position: relative;
    background-color: #f1f1f1;
    border-radius: 10px;
    border: 1px dashed #f1f1f1;
    padding: 30px 25px 22px;
}
.our-history__item__number {
    width: 65px;
    height: 65px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--secondary);
    position: relative;
    filter: drop-shadow(0 0 50px rgba(0, 0, 0, .15));
    margin-bottom: 25px;
    transition: all .4s;
    float: left;
    margin-right: 20px;
}
/* .our-history__item__number:after {
    content: counters(count, ".", decimal-leading-zero);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.our-history__item__text {
    line-height: 26px;
    margin: 0;
    display: inline-block;
}
.our-history__item__title {
    margin-top: 15px;
    font-size: 30px;
}
.our-history__item__date {
    color: #fff;
    margin: 0 0 8px;
    line-height: 1;
    text-align: center;
    display: block;
}
.our-history__item__year {
    position: absolute;
    z-index: 2;
    left: 35px;
    bottom: -115px;
    color: var(--secondary);
}
.our-history__item__year:after {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    left: 8px;
    bottom: 36px;
    background-color: var(--primary);
    border: 1px solid#ddd;
    border-radius: 50%;
    animation: zoomBig 3s linear infinite;
}
.our-history__item:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    content: "";
    background-color: var(--primary);
    z-index: -1;
    transition: all .5s;
}
.our-history__border {
    position: relative;
    z-index: -1;
    height: 1px;
    width: 100%;
    background-color: #ddd;
    margin-bottom: 36px;
}
.our-history__item:hover:after {
    border-radius: 10px 10px 0 0;
    height: 100%;
}
.our-history__item:hover .our-history__item__number {
    background-color: var(--primary);
    color: #fff;
}
/* working process start */

  /* ── WHY CHOOSE ── */

  .why-card {
    position: relative;
    padding: 36px 20px;
    border: 1px solid #e8e5e0;
    border-radius: 8px;
    transition: all 0.3s;
    background: #fff;
    min-height: 280px;
  }
  .why-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #c8922a, #e8b452);
    transform: scaleX(0);
    transition: transform 0.3s;
  }
  .why-card:hover {  box-shadow: 0 12px 40px #1a1a1814; transform: translateY(-4px); }
  .why-card:hover::before { transform: scaleX(1); }
  .why-num {
    font-size: 25px;
    color: #b7b1b1;
    margin-bottom: 10px;
    transition: color 0.3s;
  }
  .why-card:hover .why-num { color: #e2dfd9; }
  .why-card h4 {
    font-weight: 600;
    font-size: 20px;
  }
  .why-card p {
  margin-top: 10px;
  }




.work-process-one__item {
    position: relative;
    counter-increment: count;
    padding: 25px;
    margin-top: 25px;
    border: 1px solid #e8e5e0;
    border-radius: 8px;
    transition: all 0.3s;
}
.work-process-one__item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #c8922a, #e8b452);
    transform: scaleX(0);
    transition: transform 0.3s;

}
.work-process-one__item:hover {
    box-shadow: 0 12px 40px #1a1a1814;
    transform: translateY(-4px);
}


.work-process-one__item__thumb__number:before {
    bottom: 0;
    margin: auto;
}
.work-process-one__item__thumb__number,
.work-process-one__item__thumb__number:before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    left: 0;
}
.work-process-one__item__title {
    font-size: 22px;
    transition: .3s ease;
    margin: 10px 0 6px;
}
.work-process-one__item__text {
    transition: .3s ease;
    margin: 0 0 13px;
}
.work-process-one__item__rm {
    width: 45px;
    height: 45px;
    background-color: #ecf2fc;
    color: var(--primary);
    font-size: 18px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.work-process-one__item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 115px;
    content: "";
    background-color: var(--primary);
    z-index: -1;
    transition: transform .4s ease;
}
.work-process-one__item__rm i {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.work-process-one {
    position: relative;
    background-color: #ecf2fc;
    background-position: bottom;
    background-repeat: no-repeat;
    counter-reset: count;
}
.work-process-one__item:hover:before {
    visibility: visible;
    opacity: 1;
    animation-delay: .6s;
    animation-name: fadeInDown;
}
.work-process-one__item__hover:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(var(--tolak-black-rgb, 5, 29, 31), .8);
}
.work-process-one__item:hover .work-process-one__item__rm {
    background-color: var(--primary);
    color: #fff;
}
.work-process-one__item:hover .work-process-one__item__hover {
    opacity: 0.9;
    visibility: visible;
    transform: scale(1);
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.work-process-one__item:hover .work-process-one__item__title {
    color: #fff;
}
.work-process-one__item:hover .work-process-one__item__text {
    color: #fff;
}
.work-process-one__item:hover:after {
    background-position: 0 100%;
    transform: scaleY(0);
    transform-origin: bottom center;
}
/* work process end */
/* team 2 start */
.team-one {
    position: relative;
    background-color: #fff;
}
.team-card {
    position: relative;
    background-color: #eeeeee;
    border-radius: 20px;
    z-index: 1;
    overflow: hidden;
    padding: 15px;
}
.team-card__image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    z-index: 2;
}
.team-card__image:before {
    content: "";
    width: 60px;
    height: 58px;
    position: absolute;
    right: 14px;
    top: 17px;
    background-image: url(assets/images/homepage/team2-shape.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    opacity: 0;
    transform: scale(0);
    transition: all .5s ease;
}
.team-card__image img {
    position: relative;
    width: 100%;
}
.team-card__image:after {
    /* content: ""; */
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    /* transition: height .5s cubic-bezier(.25, .8, .25, 1) .2s; */
    /* background-color: rgba(var(--tolak-black-rgb, 5, 29, 31), .71); */
}
.team-card__content {
    position: relative;
    padding: 16px 0 2px 115px;
    text-align: end;
}
.team-card__title {
    font-size: 22px;
    line-height: 1.1818181818em;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 8px;
}
.team-card__designation {
    line-height: 1em;
    font-size: 16px;
    color: #000;
    margin: 0;
}
.team-card__title a {
    color: inherit;
    color: #000;
    transition: all .5s ease;
}
.team-card:after {
    position: absolute;
    left: -161px;
    top: -85px;
    width: 638px;
    height: 649px;
    content: "";
    background-color: var(--primary);
    opacity: 0.13;
    -webkit-mask-image: url("assets/images/homepage/download2.svg");
    mask-image: url("assets/images/homepage/download2.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: left top;
    mask-position: left top;
    -webkit-mask-size: cover;
    mask-size: cover;
    transition: all 0.5s ease;
    z-index: -1;
}
.team-card:hover .team-card__image:after {
    height: 100%;
    top: auto;
    bottom: 0;
}
.team-card:hover .team-card__image:before {
    opacity: 1;
    transform: scale(1);
    animation: rotated 10s linear infinite;
}
.team-card:hover:after {
    opacity: 1;
}
@keyframes rotated {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(1turn);
        /* Equivalent to 360deg */
    }
}
/* blog 1 start */
/* .blog-one {
    position: relative;
     background-color: #e3e2e4;
} */
.blog-one {}
.ns-blog-bg-shape-1.ns-blog-shape-bg {
    left: 0;
    bottom: 0;
}
.ns-blog-shape-bg {
    position: absolute;
    z-index: -1;
}
.ns-blog-bg-shape-2.ns-blog-shape-bg {
    bottom: 0;
    right: 0;
}
.ns-blog-shape-bg {
    position: absolute;
    z-index: -1;
}
.ns-blog-bg-shape-3.ns-blog-shape-bg {
    top: -420px;
    left: 0;
}
.ns-blog-shape-bg {
    position: absolute;
    z-index: -1;
}
.ns-blog-bg-shape-4.ns-blog-shape-bg {
    top: 100px;
    right: 0;
}
.ns-blog-shape-bg {
    position: absolute;
    z-index: -1;
}
.blog-card {
    position: relative;
    background-color: #fff;
    border: 1px solid #eaf0fa;
    padding: 10px 9px 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.blog-card__image {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.blog-card__image img:first-child {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}
.blog-card__image img {
    transition: .5s;
    background-size: cover;
    width: 100%;
}
.blog-card__image img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
}
.blog-card__image img {
    transition: .5s;
    background-size: cover;
    width: 100%;
    height: auto;
}
.blog-card__image__link {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--tolak-black-rgb, 5, 29, 31), .75);
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(-20%);
    transition: opacity .5s ease, transform .5s ease;
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.blog-card__image__link:after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.blog-card__image__link:before {
    content: "\f0c1";              /* link icon */
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.blog-card__bg {
    position: absolute;
    left: 0;
    top: 81px;
    width: 100%;
    height: 92px;
    background-color: var(--primary);
    z-index: 0;
}
.blog-card__bg:after {
    position: absolute;
    left: 0;
    top: 28px;
    width: 100%;
    height: 139px;
    content: "";
    background-color: var(--tolak-border2-color, #eaf0fa);
}
.blog-card__meta {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 19px;
}
.blog-card__meta__date {
    background-color: var(--primary);
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    width: 62px;
    padding: 9.5px 5px;
}
.blog-card__meta__date span {
    display: block;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
}
.blog-card__meta__year {
    transform: rotate(180deg);
    white-space: nowrap;
    writing-mode: vertical-rl;
    line-height: 1;
    display: block;
    padding: 0 8px;
    position: relative;
    top: -5px;
}
.blog-card__meta__year:before {
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 9px;
    border-color: transparent transparent transparent var(--primary);
    transform: rotate(180deg);
    writing-mode: vertical-rl;
}
.blog-card__meta__year:after {
    position: absolute;
    left: -1px;
    top: -8px;
    content: "";
    width: 2px;
    height: 55px;
    background-color: var(--primary);
}
.blog-card__meta__comments {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    position: relative;
    top: -6px;
    font-size: 14px;
}
.blog-card__content {
    position: relative;
    padding: 24px 14px 24px;
}
.blog-card__title {
    color: var(--secondary);
    font-size: 22px;
    line-height: 28px;
    margin: 0;
}
.blog-card__title a {
    color: #000;
    transition: all .5s ease;
    font-size: 21px;
    font-weight: 600;
}
.blog-card__text {
    margin: 0 0 9px;
}
.blog-card__link {
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: .24px;
    color: var(--primary);
    line-height: 1em;
    transition: all .5s ease;
}
.blog-card__border {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 20px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    border: 7px solid #4a585f;
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
    transition: all .5s;
}
.blog-card__border:after {
    position: absolute;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border: 6px solid var(--primary);
    border-radius: 50%;
}
.blog-card:hover .blog-card__image>a {
    opacity: 1;
    transform: translateY(0);
}
.blog-card:hover .blog-card__border {
    visibility: visible;
    opacity: .25;
    transform: rotate(0deg);
    transform-origin: 100% 100%;
}
.blog-card__image__link:after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.blog-card:hover .blog-card__image img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}
.blog-card:hover .blog-card__image img:first-child {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}
/* blog 1 end */
/* testimonial start */
.testimonial-section::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-image:
        /* url(assets/images/testimonials/icon-lines-4.webp),  */
        url(assets/images/testimonials/pattern-15.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: right -10px top 10px, center;
    background-size: cover;
    z-index: -1;
}
.testimonial-block .inner-box2 {
    position: relative;
    padding: 45px 70px 40px;
    padding-right: 30px;
}
.testimonial-block .image-box {
    position: absolute;
    left: 40px;
    top: 0;
    z-index: 2;
}
.testimonial-block .image-box .thumb {
    position: relative;
    display: block;
}
.image-box .thumb:before {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 100%;
    width: 100%;
    border-radius: 70px 70px 70px 0;
    background-color: var(--primary);
    content: "";
}
.testimonial-block .image-box .thumb img {
    border-radius: 70px 70px 70px 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-block img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.testimonial-block .image-box .icon {
    position: absolute;
    right: 11px;
    bottom: 11px;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--primary);
    border-radius: 50%;
    font-size: 14px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-block .content-box {
    position: relative;
    display: block;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 35px 40px 35px 50px;
    border-radius: 0 90px 0 90px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-block .content-box:before {
    position: absolute;
    right: -10px;
    top: 10px;
    height: 100%;
    width: 100%;
    border-radius: 0 90px 0 90px;
    background-image: url(assets/images/testimonials/icon-lines-4.webp);
    content: "";
    z-index: -1;
}
.testimonial-block .content-box .info-box {
    position: relative;
    padding-left: 200px;
    margin-bottom: 40px;
}
.testimonial-block .content-box .info-box .rating {
    font-size: 14px;
    color: var(--theme-color2);
    letter-spacing: 1px;
    margin-bottom: 12px;
}
.testimonial-block .content-box .info-box .name {
    margin-bottom: 2px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-block .content-box .text {
    position: relative;
    text-align: left;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-block .inner-box:hover .content-box {
    background-color: var(--secondary);
}
.testimonial-block .inner-box:hover .image-box .icon {
    background-color: #fff;
    color: var(--secondary);
}
.testimonial-block .inner-box:hover .content-box .name,
.testimonial-block .inner-box:hover .content-box .text {
    color: #ffffff;
}
.testimonial-block .inner-box:hover .content-box .name,
.testimonial-block .inner-box:hover .content-box .text {
    color: #ffffff;
}
.testimonial-block .inner-box:hover .designation {
    color: #fff;
}
/* blog 2 start */
.news-block {
    position: relative;
    margin-bottom: 30px;
}
.news-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
}
.news-block .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}
.news-block .image-box img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 7px;
}
.news-block .lower-box {
    position: relative;
    padding: 0px 20px 0px;
}
.news-block .post-meta {
    position: relative;
    top: -27px;
    margin: 0 10px -3px;
}
.news-block .post-meta ul {
    position: relative;
    display: block;
    padding: 10px 5px 0px;
    background: #ffffff;
    border-radius: 7px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}
.news-block .post-meta ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.news-block .post-meta ul li .far,
.news-block .post-meta ul li .fa {
    position: relative;
    color: var(--primary);
    font-size: 14px;
    padding-right: 3px;
    vertical-align: middle;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.news-block .lower-box h5 {
    text-transform: uppercase;
    font-size: 21px;
    color: #000;
    margin-bottom: 35px;
}
.news-block .lower-box .text {
    position: relative;
    top: -5px;
    color: #000;
    display: block;
}
.news-block .lower-box .link-box {
    position: relative;
    margin-top: 20px;
}
.news-block .lower-box .link-box a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    background: var(--secondary);
    border-radius: 50%;
}
.news-block .lower-box .link-box a span {
    font-weight: 700;
    vertical-align: middle;
}
.news-block .lower-box h5 a {
    color: #000;
    -webkit-transition: 500ms;
    transition: 500ms;
}
.news-block .inner-box:hover .image-box img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}
.news-block .lower-box .link-box a:hover {
    background: var(--primary);
    color: var(--secondary);
}
/* t5estimonial 2 start */
.testimonial-area {
}
.testimonial-icon-thumb {
    float: left;
}
.testimonial-ratting {
    text-align: right;
    margin-right: 25px;
}
.testimonial-ratting i {
    color: var(--primary);
    font-size: 13px;
}
.testimonial-ratting i {
    color: var(--primary);
    font-size: 13px;
}
.testimonial-text {
    margin-bottom: 20px;
}
.testimonial-title {
    border-top: 1px solid #E5E5E7;
    padding-top: 15px;
}
.testimonial-title h2 {
    font-size: 22px;
}
.testimonial-content span {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-top: 6px;
    font-size: 15px;
}
.testimonial-content span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    height: 2px;
    width: 22px;
    background: var(--primary);
}
.carousel-indicators [data-bs-target] {
    background-color: var(--primary);
}
/* testimonial 2 end */
/* working process 2 start */
.work-step-one__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 0px;
}
.work-step-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 123px;
    height: 123px;
    margin: 0 auto;
    z-index: 1;
}
.work-step-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 68px;
    color: var(--primary);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}
.work-step-one__shape-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}
.work-step-one__shape-1 img {
    width: auto;
}
.work-step-one__hover-shape-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}
.work-step-one__single:hover .work-step-one__hover-shape-1 {
    opacity: 1;
}
.work-step-one__shape-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}
.work-step-one__shape-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}
.work-step-one__title {
    margin-top: 74px;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}
.work-step-one {
    position: relative;
    display: block;
    background-color: #fff;
    z-index: 1;
}
.work-step-one__bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.work-step-one__single:hover .work-step-one__shape-1 {
    opacity: 0;
}
.work-step-one__title a {
    color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
/* working process 2 end */
/* cta start */
.ns-cta-area-4 {
    overflow: hidden;
    padding: 44px 0;
}
.p-relative {
    position: relative;
    z-index: 1;
}
.p-relative {
    position: relative;
    z-index: 1;
}
.ns-cta-inner-4::before {
    background-color: var(--primary);
    position: absolute;
    right: 0;
    top: 0;
    width: 3000px;
    content: "";
    z-index: -1;
    height: 100%;
    border-radius: 0 10px 10px 0;
}
.ns-cta-bg-4 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ns-cta-wrap-4 {
        padding-right: 50px;
    }
}
.ns-cta-wrap-4 {
    display: flex;
    align-items: center;
    padding-right: 100px;
    height: 225px;
    justify-content: space-between;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ns-cta-left-4 {
        margin-left: 0;
    }
}
.ns-cta-left-4 {
    margin-left: -200px;
    margin-left: -26px;
    width: 310px;
}
.ns-cta-img-4 {
    width: 310px;
    height: 310px;
    border-radius: 50%;
    flex-shrink: 0;
    border: 10px solid #fff;
}
.ns-cta-img-4 img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.ns-cta-content-title-4 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ns-cta-btn-4 {
        width: calc(100% - 370px);
    }
}
.ns-cta-btn-4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 310px);
}
/* footer 2 start */
.footer-contact li a {
    color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.footer-contact li {
    margin-bottom: 9px;
}
.footer-contact li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 50px;
    background: var(--primary);
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
}
.ns-footer-area {
    z-index: 1;
    position: relative;
    overflow: hidden;
    background-position: right bottom;
}
.bg-default {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ns-footer-area::before {
    z-index: 2;
}
.ns-footer-shape-1.ns-footer-shape {
    left: 0;
    bottom: 0;
    z-index: 4;
}
.ns-footer-shape {
    position: absolute;
}
.ns-footer-shape-2.ns-footer-shape {
    top: -295px;
    left: 215px;
    z-index: 4;
    height: 100%;
}
.ns-footer-shape {
    position: absolute;
}
.pt-95 {
    padding-top: 70px;
}
.pb-55 {
    padding-bottom: 40px;
}
.ns-footer-widget {
    position: relative;
    z-index: 5;
}
.ns-footer-widget-title {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 35px;
}
.ns-footer-widget-title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 2px;
    background: var(--secondary);
    content: "";
}
.ns-footer-widget-title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 35px;
    background: var(--primary);
}
.ns-footer-widget-list ul li {
    display: block;
    margin-bottom: 10px;
}
.ns-footer-widget-list ul li a {
    font-size: 16px;
    display: block;
    position: relative;
    z-index: 1;
    padding-left: 10px;
}
.ns-footer-widget-list ul li a::before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 2px;
    z-index: 1;
    content: "";
    background: #fff;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.ns-footer-copyright {
    padding: 8px 0;
    z-index: 5;
    position: relative;
}
.ns-footer-copyright-text p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
    margin-top: 0;
}
.ns-footer-copyright-text p span {
    font-weight: 500;
}
.ns-footer-widget-contact p {
    font-size: 16px;
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.ns-footer-widget-contact-info span {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    display: block;
}
.ns-footer-widget-contact-info span a {
    font-weight: 400;
    display: inline-block;
    margin-left: 5px;
    color: #fff;
}
.ns-footer-widget-list ul li a:hover {
    color: var(--primary);
}
.ns-footer-widget-list ul li a:hover::before {
    background-color: var(--primary);
}
.ns-footer-copyright-menu p,
.ns-footer-copyright-menu a {
    color: #fff;
}
.ns-footer-widget-contact .social-links {
    position: relative;
}
.ns-footer-widget-contact .social-links li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}
.ns-footer-widget-contact .social-links li .face {
    background-color: #4267b2;
    transition: none;
    transform: none;
}
.ns-footer-widget-contact .social-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.ns-footer-widget-contact .social-links li .twitt {
    background-color: #4ba1f2;
    transition: none;
    transform: none;
}
.ns-footer-widget-contact .social-links li .insta {
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    background-size: 300% 300%;
    animation: gradient 5s ease infinite;
    transition: none;
    transform: none;
}
.ns-footer-widget-contact .social-links li .link {
    background-color: #3266c2;
    transition: none;
    transform: none;
}
.ns-footer-widget-list ul li a:hover {
    transform: translateX(7px);
}
.ns-footer-widget-list ul li a {
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease;
    text-decoration: none;
    color: #000;
}
/* scroll icon */
.scroll-area {
    position: relative;
    z-index: 999;
}
.top-wrap {
    position: relative;
}
.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius: 100%;
}
.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: var(--primary);
}
.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}
.scroll-area .go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-radius: 100%;
}
.top-wrap .go-top-button i {}
.scroll-area .go-top i {}
.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}
.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}
.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 4px;
    margin: 0 auto;
    font-size: 15px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #69ddcc 0%, #69ddcc 100%);
    background-image: -webkit-linear-gradient(0deg, var(--primary) 0%, var(--primary) 100%);
    border-radius: 100%;
    right: 0;
}
.top-wrap .go-top-button:hover {
    background-color: #222;
    color: #fff;
}
.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}
@keyframes ripple {
    0%,
    35% {
        transform: scale(0);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}
/* slider 2 */
.banner-content h3 {
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 10px 23px 10px 82px;
    font-weight: 500;
    border-radius: 30px;
    position: relative;
    margin-bottom: 22px;
}
.banner-content h1 {
    font-size: 70px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}
.banner-content h1 {
    font-size: 70px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}
.banner-button a {
    display: inline-block;
    background: #ff3c00;
    padding: 14px 35px;
    color: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.banner-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background: #10102e;
    transform: scale(0);
    transition: 0.5s;
}
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.banner-year-thumb {
    position: absolute;
    right: -36px;
    top: 35px;
}
.home-2slider {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url(assets/images/slider/banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
/* breadcrumb */
.page-header {
    position: relative;
}
.page-header__bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 63.4%;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    background-image: url(assets/images/homepage/about-b.webp);
}
.page-header__bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #14212af5;
    opacity: .9;
}
.page-header__shape {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 49.93%;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: cover;
    opacity: .17;
    background-image: url(assets/images/homepage/bread-shape1.webp);
    border-radius: 0 0 0 180px;
}
.page-header__shape-two {
    position: absolute;
    right: 2%;
    bottom: 2%;
    width: 100%;
    height: 100%;
    background-image: url(assets/images/homepage/bread-shape2.webp);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    animation: zoomBig 3s linear infinite;
}
.page-header .container {
    position: relative;
    z-index: 3;
}
.page-header__content {
    position: relative;
    padding: 40px 0 40px;
}
.page-header__title {
    margin: 0 0 12px;
    font-size: 50px;
    color: #fff;
    line-height: 55px;
    text-transform: capitalize;
}
.tolak-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}
.tolak-breadcrumb li {
    font-size: 19px;
    color: #fff;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}
.tolak-breadcrumb li a {
    color: #fff;
    background: linear-gradient(90deg, currentcolor 0, currentcolor) 0 95% / 0 1px no-repeat;
    transition: all .5s ease;
}
.tolak-breadcrumb li:not(:last-of-type):after {
    content: "/";
    position: relative;
    top: 1px;
    color: #fff;
    margin-right: 4px;
    margin-left: 4px;
}
@keyframes zoomBig {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}
/* team detail start */
.team-details {
    position: relative;
}
.team-details__inner {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #dddddd;
}
.team-details__image {
    position: relative;
    z-index: 2;
    padding: 47px 0 47px 40px;
}
.team-details__image img {
    max-width: 100%;
    border-radius: 50px;
}
.team-details__image:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 55%;
    background-color: var(--primary);
    z-index: -1;
    content: "";
    border-radius: 50px;
}
.team-details__content {
    position: relative;
    padding: 103px 60px 50px 0;
}
.team-details__title {
    font-size: 22px;
    letter-spacing: .33px;
    line-height: 1;
    margin: 0 0 24px;
}
.team-details__list {
    margin: 0;
    padding: 0;
}
.team-details__list li {
    border: 1px solid #8f8b8b;
    position: relative;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: .24px;
    padding: 8px 22px;
    margin: 0 0 21px;
    color: var(--secondary);
    display: flex;
    align-items: center;
}
.team-details__list li:nth-child(2) {
    line-height: 27px;
    padding: 14px 22px;
}
/* contact us strat */
.contact-info {
    position: relative;
    display: block;
}
.contact-info__single {
    position: relative;
    display: block;
    text-align: center;
    background-color: #e5e5e5;
    overflow: hidden;
    padding: 40px 0 54px;
    margin-bottom: 30px;
    z-index: 1;
}
.contact-info__single:before {
    content: "";
    position: absolute;
    left: -70px;
    bottom: -150px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 275px;
    height: 275px;
    z-index: -1;
}
.contact-info__shape-1 {
    position: absolute;
    top: -250px;
    right: 10px;
    z-index: -1;
}
.contact-info__shape-2 {
    position: absolute;
    bottom: -300px;
    right: -404px;
    z-index: -1;
}
.contact-info__shape-2 img {
    width: auto;
}
.contact-info__icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 104px;
    width: 104px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
}
.contact-info__icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background-color: var(--secondary);
    font-size: 35px;
    color: #fff;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-info__title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    margin-top: 34px;
    margin-bottom: 20px;
}
.contact-info__text {
    font-size: 18px;
    color: #000;
}
.contact-info__text a {
    position: relative;
    display: block;
    color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-info__single:hover .contact-info__icon {
    background-color: var(--primary);
}
/* form contact */
.contact-one__wrapper {
    position: relative;
    z-index: 2;
    background-color: var(--secondary);
    border-radius: 10px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}
.contact-one__image-two {
    position: relative;
    padding: 23px 0 23px 25px;
    display: inline-block;
}
.contact-one__image-two:before {
    position: absolute;
    right: -56px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 56px 0 56px 56px;
    border-color: transparent transparent transparent var(--primary);
    animation: airTree 4s ease-in infinite;
}
.contact-one__image-two img {
    max-width: 100%;
    border: 10px solid #fff;
}
.contact-one__wrapper:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    height: 30%;
    content: "";
    background-color: var(--primary);
    z-index: -1;
    border-radius: 0 0 0 10px;
}
.contact-one__content {
    position: relative;
    padding: 68px 0;
    max-width: 570px;
}
.contact-one__content__text {
    color: #fff;
    margin: 0 0 35px;
}
@media (min-width: 576px) {
    .form-one__group {
        grid-template-columns: repeat(2, 1fr);
    }
}
.form-one__group {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin: 0;
}
.form-one__control {
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
    position: relative;
}
.form-one .bootstrap-select>.dropdown-toggle,
.form-one input[type=email],
.form-one input[type=text],
.form-one textarea {
    display: block;
    width: 100%;
    height: 55px;
    background-color: transparent;
    color: var(--tolak-text-dark, #b7b7b7);
    font-size: 17px;
    font-weight: 400;
    border: none;
    border: 1px solid rgba(var(--tolak-white-rgb, 255, 255, 255), .47);
    outline: none;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 6px;
}
.form-one__control--full {
    grid-column-start: 1;
    grid-column-end: -1;
}
.form-one textarea {
    height: 150px;
    padding-top: 13px;
}
.form-one .bootstrap-select>.dropdown-toggle,
.form-one input[type=email],
.form-one input[type=text],
.form-one textarea {
    display: block;
    width: 100%;
    height: 55px;
    background-color: #ffffff;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    border: none;
    border: 1px solid rgba(var(--tolak-white-rgb, 255, 255, 255), .47);
    outline: none;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 6px;
}
/* about us page start */
.about-area {
    background: url(../images/about/about-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.about-area .dreamit-about-thumb {
    position: relative;
    z-index: 1;
}
.style-three .about-shape-thumb1 {
    position: absolute;
    left: -191px;
    bottom: -98px;
    z-index: 1;
    display: none;
}
.style-three .about-shape-thumb3 {
    position: absolute;
    right: 37px;
    top: -4px;
    z-index: -1;
}
p.about-text1 {
    opacity: inherit;
    padding: 16px 0 0;
}
.consen-section-title p {
    opacity: 70%;
    padding: 13px 0 0;
}
.style-three .dreamit-icon-list ul li {
    padding: 12px 0 0px;
}
.dreamit-icon-list ul li {
    display: inline-block;
    list-style: none;
    padding: 14px 0 0px;
}
.style-three .dreamit-icon-list ul li i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0;
    background-color: inherit;
    display: inline-block;
    color: #ff3c00;
    font-size: 22px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}
.item-service-3 {
    display: flex;
    align-items: center;
}
.item-service-3 .image-service-3 {
    position: relative;
    min-width: 200px;
    height: 200px;
    border-radius: 50%;
    z-index: 2;
}
.item-service-3 .image-service-3 .text_number {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    position: absolute;
    right: -20px;
    bottom: 55%;
    background-color: var(--secondary);
    width: 75px;
    height: 75px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    font-size: 30px;
    border: 10px solid #fff;
    box-sizing: content-box;
    z-index: 2;
}
.item-service-3 .image-service-3 img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}
.item-service-3 .info {
    position: relative;
    margin-left: -100px;
    padding: 25px 45px 25px 140px;
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    z-index: 1;
}
.item-service-3 .info .mask {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: -1;
}
.item-service-3 .info .square {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: var(--secondary);
    z-index: -2;
}
.item-service-3 .info .title {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin: 0;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 25px;
}
.item-service-3 .info .description {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
}
.item-service-3:hover .info .square {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    height: 100%;
    width: 100%;
}
.mask {
    background-image: url(assets/images/about/testimonial-bg.webp);
    background-position: 81px -43px;
    background-repeat: no-repeat;
    background-size: cover;
}
.item-service-3:hover .info .title {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    color: #fff;
}
.item-service-3:hover .info .description {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    color: #fff;
}
.item-service-3:hover .image-service-3 .text_number {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    background-color: var(--primary);
}
.contact-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: overlay;
    z-index: -1;
}
.vision-sec {
    position: relative;
    display: block;
    /* background-color: #e3dfdf; */
    /* z-index: 1; */
    padding-top: 20px;
    padding-bottom: 0;
}
.blog-sec {
    /* background-color: #e3e2e4; */
}
/* service detail start */
.servicer-single-page-sideber {
    position: relative;
    display: block;
}
.servicer-single-page-sideber .categories-box {
    position: relative;
    display: block;
    border-radius: 4px;
    background-color: #eff0f5;
    padding: 25px 25px 35px;
}
.servicer-single-page-sideber .categories-box ul {
    position: relative;
    display: block;
}
.servicer-single-page-sideber .categories-box ul li {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.servicer-single-page-sideber .categories-box ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    border-radius: 4px;
    background-color: #fff;
    padding: 15px 25px 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.servicer-single-page-sideber .categories-box ul li a::before {
    /* content: ""; */
    /* position: absolute; */
    /* left: 25px; */
    /* bottom: -10px; */
    /* right: 25px; */
    /* opacity: 1; */
    /* height: 10px; */
    /* border-radius: 0px 0px 4px 4px; */
    /* background-color: #e0e2ec; */
    /* transform: translateX(0px); */
    /* -webkit-transition: all 0.4s ease; */
    -o-transition: all 0.4s ease;
    /* transition: all 0.4s ease; */
}
.servicer-single-page-sideber .categories-box ul li a::after {
    /* content: ""; */
    position: absolute;
    left: 25px;
    /* bottom: -10px; */
    /* right: 25px; */
    /* opacity: 0; */
    /* height: 10px; */
    /* border-radius: 0px 0px 4px 4px; */
    /* background-color: var(--primary); */
    /* transform: translateX(10px); */
    /* -webkit-transition: all 0.4s ease; */
    -o-transition: all 0.4s ease;
    /* transition: all 0.4s ease; */
}
.servicer-single-page-sideber .categories-box ul li a:hover,
.servicer-single-page-sideber .categories-box ul li.active a {
    color: var(--primary);
}
.servicer-single-page-sideber .categories-box ul li a:hover::after,
.servicer-single-page-sideber .categories-box ul li.active a::after {
    opacity: 1;
    transform: translateX(0px);
}
.servicer-single-page-sideber .categories-box ul li a:hover i,
.servicer-single-page-sideber .categories-box ul li.active a i {
    opacity: 1;
    color: var(--primary);
    transform: translateX(0px);
}
.servicer-single-page-content {
    position: relative;
    display: block;
}
.servicer-single-page-content .intro-box {
    position: relative;
    display: block;
    margin-top: 32px;
}
.servicer-single-page-content .intro-box .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px;
}
.servicer-single-page-content .intro-box .img-box img {
    width: 100%;
}
.servicer-single-page-content .intro-box .text {
    position: relative;
    display: block;
    padding-top: 43px;
}
.servicer-single-page-content .text {
}
.servicer-single-page-content .intro-box .text p {
    margin: 0;
}
.servicer-single-page-content .what-we-offer {
    position: relative;
    display: block;
}
.servicer-single-page-content .what-we-offer .inner-title {
    position: relative;
    display: block;
    padding-bottom: 23px;
}
.servicer-single-page-content .inner-title {
    position: relative;
    display: block;
    padding-bottom: 23px;
}
.servicer-single-page-content .what-we-offer .inner-title h3 {
    color: #1b1a1a;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content {
    position: relative;
    display: block;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .text {
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .text p {
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__inner {
    position: relative;
    display: block;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single {
    position: relative;
    display: block;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    margin-left: 30px;
    padding: 35px 0px 33px;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .title-box {
    position: relative;
    display: block;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #eff0f5;
    margin-left: -30px;
    margin-right: 30px;
    padding: 16px 30px 14px;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .title-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 30px;
    height: 60px;
    background-color: #fff;
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .title-box h3 {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--secondary);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .title-box h3 span {
    color: var(--primary);
    margin-right: 5px;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .list-item {
    position: relative;
    display: block;
    padding: 0px 30px 0px;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .list-item .text {
    position: relative;
    display: block;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .list-item .text p {
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .list-item ul {
    position: relative;
    display: block;
    padding-top: 10px;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .list-item ul li {
    position: relative;
    display: flex;
    align-items: center;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .list-item ul li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 22px;
    background-color: var(--primary);
    clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
    margin-right: 14px;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .list-item ul li p {
    position: relative;
    flex: 1;
    margin: 0;
}
.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .list-item ul li .icon i {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 8px;
    line-height: 8px;
}
.servicer-single-sidebar-banner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background-color: var(--primary);
    padding: 30px 30px 30px;
    margin-top: 20px;
}
.servicer-single-sidebar-banner-img {
    position: absolute;
    top: 30px;
    right: 0;
    overflow: hidden;
    border-radius: 50px 0px 0px 50px;
}
.servicer-single-sidebar-banner-img img {
    width: 100%;
}
.servicer-single-sidebar-banner .logo-box {
    position: relative;
    display: block;
}
.servicer-single-sidebar-banner .logo-box a {
    position: relative;
    display: inline-block;
}
.servicer-single-sidebar-banner .logo-box a img {
    width: auto;
}
.servicer-single-sidebar-banner .content-box {
    position: relative;
    display: block;
    margin-left: -30px;
    margin-top: 30px;
    border-radius: 0px 50px 50px 0px;
    background-color: rgb(41 41 55 / 86%);
    padding: 33px 30px 32px;
}
.servicer-single-sidebar-banner .content-box h3 {
    color: #fff;
    font-size: 26px;
    line-height: 35px;
    font-weight: 600;
}
.servicer-single-sidebar-banner .content-box .btn-box {
    position: relative;
    display: block;
    padding-top: 15px;
}
.btn-box {
    position: relative;
    display: block;
}
.servicer-single-sidebar-banner .content-box .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.servicer-single-sidebar-banner .content-box .btn-box a i {
    margin-right: 7px;
}
.servicer-single-sidebar-banner .phn-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 45px;
}
.servicer-single-sidebar-banner .phn-box .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    background-color: #fff;
    color: var(--primary);
    font-size: 20px;
}
.servicer-single-sidebar-banner .phn-box .title {
    position: relative;
    display: block;
    padding-left: 15px;
    flex: 1;
}
.servicer-single-sidebar-banner .phn-box .title h4 a {
    color: #fff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.servicer-single-sidebar-banner .phn-box .title h4 span {
    margin-left: 4px;
}
.servicer-single-sidebar-banner .phn-box .title h3 {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}
/* new blog detail */
section.services-details {
    overflow: initial;
    position: relative;
}
.services-details .content-side .image-slide {
    position: relative;
    margin-bottom: 35px;
}
.services-details .content-side .image-slide img {
    border-radius: 6px;
    width: 100%;
}
.services-details .content-side .image-slide .content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 140px;
    background-color: var(--primary);
    padding: 20px 30px;
    border-top-right-radius: 6px;
}
.services-details .content-side .image-slide .content h4 {
    color: #fff;
    font-weight: 700;
}
.services-details .content-side .text {
    position: relative;
    margin-bottom: 25px;
    font-size: 16px;
}
.services-details .content-side .list {
    position: relative;
}
.services-details .content-side .list li {
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
}
.services-details .content-side .list li i {
    margin-right: 8px;
    font-size: 15px;
}
.text-white {
    font-weight: 600;
}
.widget_categories_two {
    margin-bottom: 45px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 6px;
}
.widget_categories_two .categories-list li {
    position: relative;
    display: block;
    border: 1px solid #e1e5e9;
    margin-bottom: 10px;
    border-radius: 6px;
}
.widget_categories_two .categories-list li a {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    color: #1e1e2a;
    padding: 14px 0px 13px 42px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 6px;
}
.widget_categories_two .categories-list li a:before {
    position: absolute;
    content: "\f063";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 12px;
    color: #838d9e;
    left: 20px;
    top: 16px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    content: "\e809";
    font-family: "fontello";
    font-style: normal;
    color: var(--primary);
    margin-right: 10px;
}
.widget+.widget {
    margin-top: 50px;
}
.widget_contact {
    position: relative;
    padding: 50px 30px;
    border-radius: 6px;
    background-size: cover;
    text-align: center;
}
.text-left {
    text-align: left !important;
}
.widget_contact img {
    margin-bottom: 20px;
}
.widget_contact .phone-number {
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 11px;
}
.widget_contact .phone-number a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.widget_contact .email {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}
.widget_contact .email a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.widget_categories_two .categories-list li a:hover {
    padding-left: 20px;
    color: #fff;
    background: var(--primary);
}
.widget_categories_two .categories-list li a:hover:before {
    opacity: 0;
}
.block-wrap {
    padding: 15px;
    background-color: #ffffff;
    box-shadow: rgb(219 2 2 / 12%) 0px 5px 15px;
    border-radius: 15px;
}
.block-title-wrap {
    border-bottom: 1px solid var(--primary);
    margin-bottom: 10px;
    padding-bottom: 0px;
}
.text-h3 {
    color: var(--primary);
}
.list-3-cols {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 2;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.property-features-wrap .block-content-wrap .list-3-cols li {
    border: none;
    display: block;
}
.block-content-wrap.feature01 ul li {
    width: 50%;
    float: left;
}
.block-content-wrap .list-3-cols li,
.block-content-wrap .list-2-cols li,
.block-content-wrap .list-1-cols li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid;
    border-color: #dce0e0;
    padding: 3px 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
.feature01 ul li::before {
    content: "\e809";
    font-family: "fontello";
    font-style: normal;
    color: var(--primary);
    margin-right: 10px;
}
.data-sec {
    background-image: url(assets/images/service/vision-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-info-box:before {
    position: absolute;
    /* content: ""; */
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--primary);
    border-radius: 5px;
    transition: 0.5s;
    z-index: -1;
}
.contact-info-box:hover .contact-info-content p {
    color: #fff;
}
.contact-info-content p:before {
    position: absolute;
    content: "\f063";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 12px;
    color: #838d9e;
    left: 20px;
    top: 10px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    content: "\e809";
    font-family: "fontello";
    font-style: normal;
    color: var(--primary);
    margin-right: 10px;
}
.contact-info-box:hover p:before {
    color: #fff;
}
.contact-info-content {
    padding-left: 20px;
}
.career-section {
    background-image: url(assets/images/about/about-ind-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.comment-respond {
    background-image: url(assets/images/homepage/figure68.webp);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    border-radius: 45px;
    padding: 32px 40px 50px;
    margin-top: 20px;
    border-bottom: 5px solid var(--primary);
    border-top: 5px solid var(--primary);
}
.comment-notes {
    margin-bottom: 15px;
}
.comment-field {
    margin-bottom: 15px;
}
.comment-field textarea {
    width: 100%;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid var(--primary);
    font-size: 16px;
    padding: 15px 15px;
    line-height: 1.2;
    height: 50px;
}
.comment-field textarea {
    min-height: 130px;
    max-height: 130px;
}
.comment-field {
    margin-bottom: 15px;
}
.comment-field input,
.comment-field textarea {
    width: 100%;
    display: block;
    border-radius: 5px;
    border: 1px solid var(--primary);
    font-size: 16px;
    padding: 15px 15px;
    line-height: 1.2;
    height: 50px;
}
.blog-widget {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 30px;
    margin-bottom: 30px;
    border: 1px solid #E5E7E8;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.widget-title {
    position: relative;
}
.rc-post-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.rc-post-thumb {
    width: 100px;
    flex: 0 0 auto;
}
.rc-post-thumb img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.rc-post-content .date {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 12px;
    font-family: 'Teko', sans-serif;
    font-size: 16px;
}
.rc-post-content .date i {
    color: var(--primary);
    font-size: 16px;
}
.blog_details h3 {
    color: var(--primary);
    font-weight: 600;
    font-size: 22px;
    margin-top: 23px;
}
button.btn.btn-custom.with-25 {
    width: 200px;
    text-transform: uppercase;
    margin: auto;
}
@media (max-width: 991px) {
    .feauters-two__single {
    margin-bottom: 25px;
}
    .mbp25
    {
        margin-top: 25px;
    }
    .header-top {
        display: none;
    }
    .navbar-collapse {
        position: absolute;
        z-index: 9999999;
        background-color: #fff;
        left: 0;
        right: 0;
        border-radius: 10px;
        top: 66px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .btn-9 {
        margin-left: 27px;
    }
    .menutop ul li a {
        line-height: 27px;
        border-bottom: 2px solid;
    }
}
.rc-post-content .title {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 400;
}
h2.sub-h2 {
    font-size: 30px;
    color: var(--primary);
}
.post-title a {
    color: #000;
    font-weight: 600;
}
.cp-news4-item {
    transition: background-color 0.5s ease, transform 0.5s ease;
}
.cp-news4-item:hover {
    transform: translateY(-10px);
}
.box-shadow1 {
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}
.p-1-9 {
    padding: 1.9rem;
}
.form-group01 input {
    border: 1px solid #ff644b;
    border-radius: 10px;
    width: 100%;
    padding: 11px 14px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 15px;
}
.card-style5 .card-body {
    position: relative;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    padding: 30px 25px;
    z-index: 1;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: transparent;
}
.card p {
    margin: 0 0 20px;
}
.wp-block-list li a {
    color: #000;
    margin-bottom: 10px;
}
.wp-block-list {
    margin-bottom: 10px;
}
/* product start */
.shop-page-one {
    position: relative;
    display: block;
}
.shop-page-one_inner {
    position: relative;
    display: block;
}
.single-shop-item_inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background: #e1e1e1;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px 20px 20px;
    background-image: url(assets/images/contact/contact-info-shape-1.webp);
    background-position: right;
}
.single-shop-item .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #dae5ec;
    border-radius: 10px;
}
.single-shop-item .img-holder img {
    width: 100%;
    filter: grayscale(0%);
    transition: all 500ms ease;
}
.single-shop-item .img-holder .overlay {
    position: absolute;
    top: 8px;
    right: -15px;
    display: inline-block;
    transform: rotate(90deg) translateY(-100px);
    transform-origin: bottom;
    background: var(--secondary);
    padding: 5.5px 15px;
    z-index: 3;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.single-shop-item .img-holder .overlay a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.single-shop-item .title-holder {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 27px;
}
.single-shop-item .title-holder h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 13px;
}
.single-shop-item .title-holder h3 a {
    color: #000;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-shop-item:hover .img-holder img {
    transform: scale(1.05);
    filter: grayscale(20%);
}
.single-shop-item:hover .img-holder .overlay {
    transform: rotate(90deg) translateY(0px);
}
/* product detail */
.bo-r {
    border: 1px solid var(--secondary);
    border-radius: 10px;
    padding: 10px;
}
.why-choose-image {
    width: 31%;
    height: auto;
    position: absolute;
    right: 52px;
    bottom: 89px;
}
.section-full {
    position: relative;
}
.lead2 {
    color: #fff;
}
.inner-box1:hover .hove-w {
    /* border-color: #fff; */
    background-color: #fff;
    transition: all 0.3s ease;
}
.m-b20 {
    margin-bottom: 20px;
}
.lightgallery .dz-box {
    box-shadow: 0 0 2px 1px #b1b1b1;
    padding: 5px;
}
.dz-media,
.dz-post-media {
    position: relative;
    overflow: hidden;
}
.dz-media img,
.dz-post-media img {
    width: 100%;
    height: auto;
}
.lightgallery .dz-box {
    box-shadow: 0 0 2px 1px #b1b1b1;
    padding: 5px;
}
.dz-box.style-4 {
    position: relative;
    transition: all .3s;
}
.dz-box.style-4 .dz-media {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: transform .5s;
}
.dz-box.style-4 .dz-media:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    transition: opacity .6s;
    z-index: 0;
}
.dz-box.style-4 .view-btn {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .6s;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--primary);
    color: #fff;
    font-size: 17px;
}
.lightimg {
    cursor: pointer;
}
.dz-box.style-4:hover {
    transform: scale(.93, .93);
}
.dz-box.style-4:hover .view-btn {
    opacity: 1;
}
.product-details__title {
    border-bottom: 2px solid var(--primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.text.mbb-4 {
    margin-bottom: 15px;
}
.nav-tabs .nav-link.active {
    background-color: var(--primary);
}
.career-section {
    background-color: #008bd00a;
}
section.career-section .nav-link.active {
    color: #fff !important;
}
.center {
    text-align: center;
}
a#link1-tab {
    color: #000;
    font-size: 22px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
a#link2-tab {
    color: #000;
    font-size: 22px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
a#home-tab {
    font-size: 22px;
    color: #000;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
ul#myTab {
    justify-content: center;
}
.career-form {
    border: 1px solid var(--primary);
    padding: 40px;
    background-image: url(assets/images/getin/getin-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.cp-form {
    border: 1px solid var(--primary);
    padding: 40px;
    background-image: url(assets/images/getin/contact.webp);
    background-color: #0082c30a;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #ffffff;
}
th,
td {
    padding: 12px;
    text-align: left;
    border: 1px solid #90b1ed;
}
th {
    background-color: var(--primary);
    color: white;
}
tr:nth-child(even) {
    background-color: #f2f2f2;
}
tr:hover {
    background-color: #ddd;
}
.product-container {
    width: 80%;
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.img-flui {
    width: 100%;
    height: auto;
}
.product-details__top {
    border-bottom: 2px solid;
    margin-bottom: 30px;
}
.shop-details__tab-content-inner {
    position: relative;
    display: block;
}
.review-one {
    position: relative;
    display: block;
}
.comments-area {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 30px;
    border: 1px solid #ff3c00;
    border-radius: 20px;
}
.review-one__title {
    position: relative;
    display: block;
    margin-bottom: 36px;
}
.review-one__title h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.comments-area .comment-box {
    position: relative;
    display: block;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dddddd;
}
.comments-area .comment {
    position: relative;
    display: flex;
    align-items: center;
}
.comments-area .comment-box .author-thumb {
    position: relative;
    display: block;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.comments-area .comment-box .author-thumb figure {
    margin: 0;
}
.comments-area .comment-box .author-thumb img {
    width: 100%;
}
.review-one__content {
    position: relative;
    display: block;
    padding-left: 45px;
    flex: 1;
}
.review-one__content-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.review-one__content-top .info {
    position: relative;
    display: block;
}
.review-one__content-top .info h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
}
.review-one__content-top .info h2 span {
    color: var(--primary);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
}
.review-one__content-top .reply-btn {
    position: relative;
    display: block;
}
.review-one__content-bottom {
    position: relative;
    display: block;
}
.review-one__content-bottom p {
    font-size: 16px;
    line-height: 30px;
    margin: 0px;
}
.review-form-one {
    position: relative;
    display: block;
    padding: 16px 0px 0px;
}
.review-form-one__inner {
    position: relative;
    display: block;
}
.review-form-one__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}
.review-form-one__rate-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 17px;
    margin-bottom: 37px;
}
.review-form-one__rate-text {
    font-size: 18px;
    font-weight: 500;
}
.review-form-one__rate {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 17px;
}
.review-form-one__form {
    position: relative;
    display: block;
}
.review-form-one__input-box.text-message-box {
    height: 160px;
}
.review-form-one__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.review-form-one__input-box textarea {
    font-size: 14px;
    color: gray;
    height: 160px;
    width: 100%;
    background-color: #fff;
    padding: 20px 30px 30px;
    border: 1px solid #dddddd;
    outline: none;
    margin-bottom: 0px;
    font-weight: 500;
}
.review-form-one__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.review-form-one__input-box input[type="text"],
.review-form-one__input-box input[type="email"] {
    height: 50px;
    width: 100%;
    border: 1px solid #dddddd;
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: gray;
    display: block;
    font-weight: 500;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.form.p-1-9.p-md-5.border.border-color-extra-light-gray.border-radius-10 {
    padding-bottom: 15px !important;
    border: 15px solid var(--primary) !important;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 6px #ccc;
    background-color: #F2F3F5;
}
.contact-form-section .contact-form .form-group {
    margin-bottom: 30px;
}
.quform-element.form-group label {
    font-weight: 600;
    color: #000;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
.contact-form .form-group input[type="text"] {
    position: relative;
    display: block;
    height: 54px;
    width: 100%;
    font-size: 15px;
    color: rgb(12, 41, 87);
    line-height: 30px;
    font-weight: 600;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 11px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--primary);
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.contact-form-section .contact-form .form-group input[type="text"] {
    border-color: var(--primary);
    background-color: #ffffff;
    height: 56px;
}
.contact-form-section .contact-form .form-group textarea {
    border-color: var(--primary);
    background-color: #ffffff;
    height: 56px;
}
.contact-form .form-group textarea {
    position: relative;
    display: block;
    height: 54px;
    width: 100%;
    font-size: 15px;
    color: rgb(12, 41, 87);
    line-height: 30px;
    font-weight: 600;
    background-color: #fff;
    border-radius: 6px;
    padding: 11px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--primary);
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.contact-form .form-group textarea {
    height: 100px !important;
}
.form-control:focus {
    box-shadow: none;
}
.desktop {
    display: block;
}
.mobile {
    display: none;
}
.desktop992 {
    display: block;
}
.mobile992 {
    display: none;
}
/* responsive */
@media (max-width:1200px) {
    .menutop ul li a {
        padding: 5px 6px !important;
    }
    .funfact-one__item__text {
        font-size: 10px;
        line-height: 12px;
    }
    .funfact-one__item {
        width: 125px;
        height: 125px;
    }
    .funfact-one__item__count {
        font-size: 22px;
    }
    .funfact-one__item--two {
        right: -48px;
        border: 6px solid #fff;
    }
    .funfact-one__item--three {
        top: auto;
        bottom: 21px;
    }
    .funfact-one__accordion .accordion-header button {
        padding: 15px 10px 14px 30px;
    }
    .contact-img {
        width: 100% !important;
        height: auto;
    }
    .contact-section-three .image-column .inner-column {
        padding: 15px;
    }
    .contact-section-three .form-column .inner-column {
        padding: 15px;
    }
    .team-card__content {
        padding: 16px 0 2px 50px;
    }
    .testimonial-block .image-box {
        left: 3px;
    }
    .testimonial-block .inner-box2 {
        padding: 45px 43px 40px;
    }
    .testimonial-block .content-box .info-box {
        padding-left: 195px;
        margin-bottom: 44px;
    }
    .testimonial-block .content-box {
        padding: 35px 20px 35px 20px;
    }
    .comment-respond {
        border-radius: 20px;
        padding: 15px;
        margin-top: 0;
    }
    .blog-widget {
        padding: 15px;
    }
    .services-details .content-side .image-slide img {
        border-radius: 6px;
        width: 100%;
        height: auto;
    }
    .services-details .content-side .image-slide {
        position: relative;
        margin-bottom: 15px;
    }
    .team-card-two__title a {
        font-size: 20px;
    }
    .slider-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .slide-sub-title {
        font-size: 30px;
        padding: 0;
    }
    .slide-title {
        font-size: 20px;
    }
}
@media (max-width:992px) {
    .ns-footer-widget-list {
        margin-bottom: 25px;
    }
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    h2 {
        font-size: 30px;
    }
    .ns-cta-wrap-4 {
        padding-right: 18px;
    }
    .ns-cta-content-title-4 {
        font-size: 25px;
    }
    .service-four__item__content {
        padding: 0 8px 13px;
    }
    .service-four__item__title {
        font-size: 18px;
        margin: 0 0 10px;
    }
    .counter-block-three .inner {
        max-width: none;
        padding: 20px 15px 10px 15px;
    }
    .counter-block-three {
        margin-bottom: 20px;
    }
    .counter-block-three .count-box {
        font-size: 25px;
        line-height: 30px;
    }
    .counter-block-three .count-box .count-text {
        font-size: 25px;
        line-height: 28px;
    }
    .counter-block-three .inner i {
        font-size: 30px;
        line-height: 10px;
    }
    .fun-fact-section-three.pull-down {
        margin-bottom: -107px;
    }
    .solution-two__box__text {
        padding: 15px;
    }
    .solution-two__box__title {
        padding: 15px;
        gap: 0;
    }
    .solution-two__image {
        display: block;
        margin-bottom: 20px;
    }
    .solution-two__image img {
        width: 100%;
        height: auto;
    }
    .our-history__item {
        margin-bottom: 142px;
    }
    .blog-card__meta__date span {
        font-size: 18px;
    }
    .blog-card__content {
        padding: 16px 0 15px 0;
    }
    .blog-card__title a {
        font-size: 17px;
        font-weight: 600;
    }
    .blog-card__bg:after {
        height: 73px;
    }
    .team-card__title a {
        font-size: 16px;
    }
    .p-5 {
        padding: 0 10px !important;
    }
    .page-header__title {
        font-size: 30px;
    }
    .desktop992 {
        display: none;
    }
    .mobile992 {
        display: block;
    }
    .mar992 {
        margin-bottom: 20px;
    }
    .contact-one__content {
        padding: 15px;
    }
    .contact-one__content {
        max-width: 100%;
    }
    .contact-one__image-two {
        position: relative;
        padding: 15px;
        display: block;
    }
    .contact-one__image-two img {
        width: 100%;
        height: auto;
    }
    .contact-one__content__text {
        color: #fff;
        margin: 0 0 10px;
    }
    .p-1-9 {
        padding: 15px;
    }
    .contact-form-section .contact-form .form-group {
        margin-bottom: 10px;
    }
    .form.p-1-9.p-md-5.border.border-color-extra-light-gray.border-radius-10 {
        margin-bottom: 0;
    }
    .servicer-single-page-sideber .categories-box ul li a {
        padding: 15px 15px 15px;
    }
    .servicer-single-page-sideber .categories-box {
        padding: 15px;
    }
    .servicer-single-sidebar-banner .content-box h3 {
        font-size: 16px;
        line-height: 25px;
    }
    .servicer-single-sidebar-banner .content-box {
        padding: 15px;
    }
    .service-sidebar {
        margin-top: 20px;
    }
    .why-choose-thirteen__image {
        right: 0;
    }
    .product-details__top {
        border-bottom: 1px solid;
        margin-bottom: 10px;
    }
    /* home page 2 */
    .about3-content .about3-list li {
        font-size: 16px;
        margin-bottom: -2px;
    }
    .about3-content.style-2 .about3-list {
        margin: 10px 0 10px 0;
        padding: 0;
    }
    .fetured-m {
        margin-bottom: 60px;
    }
    .our-solution__border-two {
        top: -24px;
    }
    .our-solution__content__text {
        margin: 0 0 15px;
    }
    .home-2slider {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .pad-b-50 {
        padding-bottom: 20px;
    }
    .work-step-one__single {
        position: relative;
        display: block;
        text-align: center;
        margin-bottom: 60px;
    }
    .contact-section-three {
        padding-top: 80px;
    }
    section.work-step-one {
        padding-bottom: 0px;
    }
    .aplit-gt-area .aplit-gt-wrapper .aplit-gt-right {
    text-align: left !important;
    margin-top: 20px;
    }
        .icon-box03_contact
    {
        margin-bottom: 25px;
    }
}
@media (max-width:767px) {
    .testimonial-one__single {
    margin-bottom: 25px;
}
    figure.image-2.overlay-anim.aos-init img {
    width: 100%;
}
    .about-section-two .image-column .image-2 {
    left: 0 !important;
}
    .about-section-two .image-column .inner-column:before
    {
        display: none;
    }
    .style-one.service-area {
}
    .work-process-one__item {
    border-radius: 15px;
    padding: 9px 10px;
}
    section.servicer-single-page.pb-50 {
    padding-bottom: 0;
}
    .servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__inner {
    padding-top: 0px;
}
    .aplit-gt-area .aplit-gt-wrapper .aplit-gt-right .aplit-secondary-btn {
    padding: 4px 12px !important;
    font-size: 14px;
}
.servicer-single-page-sideber {
    margin-top: 25px;
}
    .testimonial-thumb.d-block.d-md-none img {
    width: 100%;
    height: auto;
    padding: 25px;
    padding-bottom: 0;
}
    .Sliderservice {
    padding-bottom: 40px !important;
}
    .why-choose-two__list li {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start !important;
}
    section.client img {
    padding: 0 !important;
}
    .info-card {
    padding: 0px 10px !important;
}
    svg.mapdiv {
    height: auto;
}
    h2.main_title,h3 {
    font-size: 25px !important;
}
    .aplit-gt-area .aplit-gt-wrapper {
    padding: 25px !important;
    }
}
    .ns-footer-copyright-text p {
        text-align: center;
    }
    .cont {
        margin-top: 20px;
    }
    .review-form-one__title {
        font-size: 18px;
        line-height: 18px;
    }
    .review-one__title h3 {
        font-size: 18px;
        line-height: 15px;
    }
    .review-one__content-top {
        margin-bottom: 0;
    }
    .review-one__content {
        padding-left: 15px;
    }
    .ns-footer-copyright-menu p,
    .ns-footer-copyright-menu a {
        text-align: center;
    }
    .ns-footer-copyright {
    }
    .ns-footer-widget-title {
        margin-bottom: 15px;
    }
    .ns-cta-img-4 {
        width: 239px;
        height: 239px;
    }
    .ns-cta-left-4 {
        margin-left: -67px;
        width: 249px;
    }
    .why-choose-thirteen__box-wrapper {
        display: flex;
        justify-content: space-around;
    }
    .why-choose-thirteen__content {
        position: relative;
        padding: 50px 0 20px;
    }
    .funfact-one__image {
        padding-bottom: 20px;
    }
    .work-step-one__title {
        margin-top: 55px;
        font-size: 18px;
        line-height: 27px;
    }
    .mar-b {
        margin-bottom: 25px;
    }
    .item-service-3 .info {
        padding: 15px 15px 15px 125px;
    }
    .desktop {
        display: none ;
    }
    .mobile {
        display: block;
    }
    .tolak-breadcrumb li {
        font-size: 16px;
    }
    .single-shop-item_inner {
        padding: 15px;
    }
    .servicer-single-page-content .intro-box .text {
        padding-top: 30px;
    }
    .servicer-single-page-content .intro-box {
        margin-top: 12px;
    }
    .servicer-single-page-content .what-we-offer {
    }
    .servicer-single-page-content .what-we-offer .inner-title {
        padding-bottom: 0px;
    }
    .servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__inner {
    }
    .servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single {
        margin-bottom: 20px;
    }
    .servicer-single-sidebar-banner {
        margin-top: 20px;
    }
    .servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .title-box {
        padding: 16px 20px 14px;
    }
    .servicer-single-page-content .what-we-offer .inner-title h3 {
        color: #1b1a1a;
        font-size: 20px;
        line-height: 25px;
    }
    .blog-card__text {
        margin: 0 0 10px;
    }
    h2.sub-h2 {
        font-size: 22px;
    }
    .ns-blog-bg-shape-1.ns-blog-shape-bg {
        display: none;
    }
    .our-solution__list {
        padding: 20px 15px 15px;
        margin-left: 0;
    }
    .our-solution {
        padding: 70px 0 185px;
    }
    /* .ns-cta-btn-4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 310px);
    flex-direction: column;
} */
    .ns-cta-left-4 {
        display: none;
    }
    /* .ns-cta-wrap-4 {
    display: flex;
    align-items: center;
    padding-right: 0;
    height: 225px;
    justify-content: space-around;
} */
    .ns-cta-btn-4 {
        display: flex;
        flex-direction: column;
        width: calc(100% - 100px);
    }
    .ns-cta-wrap-4 {
        display: flex;
        align-items: center;
        padding-right: 0;
        height: 175px;
        justify-content: space-around;
    }
    .ns-cta-content-title-4 {
        text-align: center;
    }
    .our-history__border {
        margin-bottom: 0;
        display: none;
    }
    .ns-blog-bg-shape-3.ns-blog-shape-bg {
        top: -420px;
        left: 0;
        display: none;
    }
    .banner-thumb img {
        width: 100%;
        height: auto;
    }
.testimonial-thumb img {
    width: 100%;
    height: auto;
    float: right;
    border-radius: 25px;
}
@media (max-width:576px) {
    a.theme-btn.btn-style-one.mr-15 {
    margin-right: 0;
}
    .slider01 {
    height: 94vh;
}
    svg.nectar-shape-divider.tranform_180_b {
    margin-bottom: 30px;
}
section.contact-info-section.pb-0 {
    margin-bottom: 40px !important;
} 
    .container.pt-70.pb-70 {
    padding-top: 40px;
}
.nectar-shape-divider-wrap.whychoose.slider_home
{
    margin-top: 23px;
}
    .nectar-shape-divider-wrap
    {
        top: -35px !important;
    }
    .pad-b-50 {
        padding-bottom: 0px;
    }
    .home-2slider {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .ns-cta-wrap-4 {
        padding-right: 0;
    }
    .ns-cta-area-4 {
        padding: 25px 0;
    }
    .banner-year-thumb {
        display: none;
    }
    .logo {
        width: 33px;
        height: auto;
    }
    .ns-cta-content-title-4 {
        font-size: 22px;
    }
    .ns-cta-left-4 {
        margin-left: -39px;
        width: 200px;
    }
    /* .ns-cta-btn-4 {
    width: calc(100% - 205px);
} */
    .ns-cta-img-4 {
        width: 185px;
        height: 185px;
    }
    .xs-with {
        width: 50%;
    }
    .pb-55 {
        padding-bottom: 25px;
    }
    .pt-95 {
        padding-top: 25px;
    }
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    h2 {
        font-size: 16px !important;
    }
    .why-choose-thirteen__image {
        position: relative;
        z-index: 1;
        margin: 0;
        display: inline-block;
        right: 487px;
    }
    .why-choose-thirteen__box-wrapper {
        display: flex;
        flex-direction: column;
    }
    .why-choose-thirteen__box-wrapper {
        gap: 25px;
    }
    .wi-50 {
        width: 50%;
    }
    .image-box .thumb:before {
        left: -7px;
        top: 10px;
        height: 93%;
        width: 52%;
    }
    .testimonial-block img {
        width: 49%;
    }
    .testimonial-block .image-box .icon {
        right: 124px;
        height: 25px;
        width: 25px;
        font-size: 14px;
    }
    .testimonial-block .content-box .info-box {
        padding-left: 0;
        margin-bottom: -23px;
    }
    .testimonial-block .inner-box2 {
        padding: 45px 9px 15px;
    }
    .our-solution {
        padding: 30px 0 185px;
    }
    .page-header__title {
        font-size: 25px;
    }
    .page-header {
    }
    .page-header__content {
        padding: 10px 0 10px;
    }
    .page-header__title {
        margin: 0 0 5px;
    }
    .page-header__shape {
        position: absolute;
        top: 0;
        left: -79px;
        height: 100%;
        width: 49.93%;
    }
    .item-service-3 .image-service-3 .text_number {
        right: 38px;
        bottom: 71%;
        width: 45px;
        height: 45px;
        font-size: 25px;
        border: 5px solid #fff;
    }
    .item-service-3 .image-service-3 img {
        width: 80px;
        height: 80px;
    }
    .item-service-3 .info {
        margin-left: -147px;
    }
    .item-service-3 {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .item-service-3 .info {
        margin-left: 0;
    }
    .item-service-3 .info {
        padding: 15px 15px 15px 15px;
    }
    .item-service-3 .image-service-3 {
        min-width: 134px;
        height: 74px;
    }
    .item-service-3 .image-service-3 .text_number {
        right: 135px;
        bottom: -19%;
        width: 25px;
        height: 25px;
        font-size: 12px;
        border: 3px solid #fff;
    }
    /* .item-service-3 .image-service-3 img {
        width: 80px;
        height: 80px;
        left: -96px;
        position: relative;
    } */
    .item-service-3 .image-service-3 img {
        width: 80px;
        height: 80px;
        left: -168px;
        position: relative;
    }
    .item-service-3 .info .title {
        padding-bottom: 10px;
    }
    .sec-title-three__tagline__right-border {
        width: 20px;
    }
    .sec-title-three__tagline__left-border {
        width: 20px;
    }
    .slide-sub-title {
        font-size: 25px;
    }
    .slider-content {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .slider-content {
        padding-left: 0;
        padding-right: 0;
    }
    #slider .carousel-control i {
        line-height: 30px;
        width: 30px;
        height: 30px;
        font-size: 14px;
        margin: 15px 3px;
    }
    .navbar-collapse {
        top: 47px;
    }
    .why-choose-thirteen__content {
        padding: 25px 0 25px;
    }
    .team-card:after {
        left: -161px;
        top: -50px;
        width: 708px;
        height: 820px;
    }
}
@media (max-width:500px) {
    .xs-with {
        width: 100%;
    }
    .funfact-one__item--two {
        right: -6px;
    }
    .item-service-3 .image-service-3 img {
        width: 80px;
        height: 80px;
        left: -130px;
        position: relative;
    }
}
@media (max-width:412px) {
    .wi-50 {
        width: 100%;
    }
    .item-service-3 .image-service-3 img {
        width: 80px;
        height: 80px;
        left: -105px;
        position: relative;
    }
    .team-card:after {
        left: -161px;
        top: -214px;
        width: 565px;
        height: 820px;
    }
}
.dreamit-about-thumb img {
    width: 100%;
    height: auto;
    border-radius: 25px;
}
.lead {
    font-size: 16px !important;
}
.s1-mobile-img img {
    width: 100%;
    height: auto;
}
.service-one__item__content ul li {
    font-size: 14px;
    list-style: circle;
    margin-left: 16px;
}
span.km {
    font-size: 20px;
    display: inline-block;
    float: right;
    position: absolute;
    right: 29px;
}
.countmain {
    counter-reset: count 0;
}
section.proof-of-scale {
    padding: 20px;
    background: #f1f1f1;
}
.Facilities {
    position: relative;
}
.slider01 {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
/* Background Video */
.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -2;
}
/* Dark Overlay */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 56%);
    z-index: -1;
}
/* Text Styling */
.image-box img {
    width: 100%;
    height: auto;
    border-radius: 40px 40px 40px 40px;
}
/* main narrative card — softer, story-like */
.narrative-dashboard {
    width: 100%;
    /* warm paper tone */
    border-radius: 40px;
    box-shadow: 0 3px 13px rgb(95 95 95 / 30%);
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgba(255, 245, 225, 0.6);
}
/* LEFT SIDE — pure India map, no search, only states */
.map-panel {
    flex: 1;
    background: #f0f0f0;
    /* old map parchment base */
    padding: 25px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #cfc9b7;
    border-radius: 40px 0px 0px 40px;
}
.map-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 8px;
}
.map-heading i {
    font-size: 2rem;
    color: #b4511e;
    /* terracotta */
    background: #f3e3cf;
    padding: 10px;
    border-radius: 50%;
}
.map-heading span {
    font-size: 1.9rem;
    font-weight: 350;
    letter-spacing: 1px;
    color: #2d4b2c;
    border-bottom: 3px solid #c46b3e;
    padding-bottom: 5px;
}
/* map container — focus: only india */
.map-container {
    background: #dae1cd;
    /* subtle relief */
    border-radius: 36px;
    box-shadow: inset 0 0 0 2px #f1ebdb, 0 18px 24px -12px #2d3e2d80;
    display: flex;
    justify-content: center;
    align-items: center;
}
.india-svg-narrative {
    width: 100%;
    max-width: 620px;
    height: auto;
    filter: drop-shadow(6px 12px 12px rgba(70, 40, 20, 0.25));
    border-radius: 24px;
}
/* state styling — more organic, like hand-drawn narrative atlas */
.state-narr {
    stroke: #3f4b3a;
    stroke-width: 1.5;
    transition: all 0.2s ease;
    cursor: pointer;
    vector-effect: non-scaling-stroke;
    stroke-linejoin: round;
}
.state-narr:hover {
    stroke: #a1492a;
    stroke-width: 2.8;
    filter: brightness(1.02) drop-shadow(0 6px 8px #3b2e1c55);
}
/* narrative colours — soft, earthy, distinct yet harmonious */
.state-narr[data-state="gujarat"] {
    fill: #dbbb94;
}
.state-narr[data-state="maharashtra"] {
    fill: #b7c9a8;
}
.state-narr[data-state="rajasthan"] {
    fill: #eace9f;
}
.state-narr[data-state="uttar pradesh"] {
    fill: #afc7b0;
}
.state-narr[data-state="west bengal"] {
    fill: #9bb6c0;
}
/* other states — gentle cream, still part of india */
.state-narr:not([data-state]) {
    fill: #ede5d3;
}
/* tiny narrative labels — like old atlas */
.state-label {
    font-size: 9px;
    font-weight: 600;
    fill: #2b3b2a;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    paint-order: stroke;
    stroke: #fbf3e0;
    stroke-width: 1.2px;
    opacity: 0.85;
}
/* city hints (tiny dots) */
.narrative-dot {
    fill: #974b1f;
    stroke: #ffeecd;
    stroke-width: 1.2;
}
/* RIGHT SIDE — narrative state details */
.info-panel {
    flex: 1.2;
    min-width: 320px;
    background: #fff;
    padding: 25px;
    display: flex;
    flex-direction: column;
    border-radius: 0px 40px 40px 0px;
}
.map-heading h2,
.info-panel h2 {
    font-size: 2rem;
    font-weight: 320;
    color: #3f4e3a;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 0;
    border-left: 8px solid var(--primary);
    padding-left: 24px;
    margin-bottom: 20px;
}
.state-name-narr {
    color: var(--primary);
    margin-bottom: 10px;
    font-size: 25px;
}
.capital-block {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f3ebe0;
    padding: 10px 24px;
    border-radius: 100px;
    width: fit-content;
    margin: 16px 0 28px 0;
    border: 1px solid #c7b9a4;
}
.capital-block i {
    color: #aa4f1e;
}
.capital-text {
    font-size: 1.3rem;
    font-weight: 400;
    color: #2b4a2b;
}
.attr-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 20px;
    margin: 30px 0 24px;
}
.attr-item {
    border-bottom: 1px dashed #cbbca7;
    padding-bottom: 10px;
}
.attr-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #756b5a;
}
.attr-value {
    font-size: 1.5rem;
    font-weight: 430;
    color: #25422b;
    line-height: 1.3;
}
.desc-box i {
    color: #b85b2c;
    margin-right: 12px;
    font-size: 1.6rem;
    float: left;
}
.footer-note {
    margin-top: 35px;
    color: #716b5d;
    font-size: 0.9rem;
    border-top: 2px dotted #cfc3b2;
    padding-top: 22px;
    display: flex;
    gap: 16px;
}
.footer-note i {
    color: #7f673c;
}
/* responsive */
@media (max-width: 950px) {
    .narrative-dashboard {
        flex-direction: column;
    }
    .map-panel {
        border-right: none;
        border-bottom: 1px solid #cfc9b7;
    }
}
.bgcopy {
    width: 100%;
    background: var(--primary);
}
.Sliderservice {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
}
	.gallery {
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
	}
	.slit-stack {
		display: flex;
		gap: 10px;
	}
	/* cards */
	.slit {
		position: relative;
		flex: 1;
		height: 500px;
		overflow: hidden;
		border-radius: 28px;
		cursor: pointer;
		transition: flex .55s cubic-bezier(0.2,0.9,0.3,1);
		display: inline-block;
	}
	/* default first open */
	.slit:first-child {
		flex: 6;
	}
	/* hover behavior */
	.slit-stack:hover .slit {
		flex: 1;
	}
	.slit-stack .slit:hover {
		flex: 6;
	}
	/* image */
	.slit img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		filter: brightness(.7);
		transition: .3s;
	}
	.slit:hover img {
		filter: brightness(1);
	}
	/* ICON */
	.slit-icon {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
		transition: .3s;
		z-index: 2;
	}
    .slit:hover .slit-icon{
    opacity:0;
    transform:translate(-50%, -50%) scale(0.7);
}
	/* CONTENT */
	.slit-content {
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 25px;
		background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
		color: #fff;
		transform: translateY(100%);
		transition: .4s;
	}
	.slit-stack:not(:hover) .slit:first-child .slit-content{
		transform: translateY(0);
	}
	.slit-stack:hover .slit .slit-content{
		transform: translateY(100%);
	}
	.slit-stack .slit:hover .slit-content{
		transform: translateY(0);
	}
	.content-divider {
		width: 60px;
		height: 3px;
		background: #ffb347;
		margin: 10px 0;
	}
	.slit-content a {
		color: #fff;
		text-decoration: none;
		font-weight: 600;
	}
	.slit-icon i {
		font-size: 39px;
		color: #fff;
		background: var(--primary);
		width: 78px;
		height: 78px;
		line-height: 78px;
		border-radius: 50%;
	}
	input[type="radio"] {
		display: none;
	}
/* optional: make link more prominent */
.readmore-icon {
    margin-left: 6px;
    font-weight: bold;
}
.counter_con {
    float: left;
    width: 40%;
}
.counter_ab {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.counter_con h2 {
    color: var(--primary);
    font-size: 50px;
    font-weight: 700;
    margin: 0;
}
ul.achievement-item-box i {
    font-size: 35px;
    color: #000;
}
nav,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}
/*==============================================
    Why Choose Two
===============================================*/
.why-choose-two {
    position: relative;
    display: block;
    z-index: 1;
}
.why-choose-two__shape-1 {
    /* position: absolute; */
    /* top: -385px; */
    /* right: 10px; */
    /* opacity: 0.06; */
    /* z-index: -1; */
}
.why-choose-two__shape-1 img {
    width: auto;
}
.why-choose-two__shape-2 {
    position: absolute;
    bottom: -370px;
    background: #6E54F3;
    background: linear-gradient(180deg, rgba(110, 84, 243, 0) 22%, rgba(110, 84, 243, .10) 100%);
    left: 32%;
    width: 400px;
    height: 500px;
    border-radius: 10px;
    transform: rotate(245deg);
}
.why-choose-two__shape-2::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px;
    border: 1px solid rgba(var(--itzone-base-rgb), .20);
    border-radius: 10px;
}
.why-choose-two__shape-3 {
    position: absolute;
    top: -42px;
    left: -43px;
    width: 300px;
    height: 700px;
    transform: rotate(-28deg);
    background: #6E54F3;
    background: linear-gradient(0deg, rgba(110, 84, 243, 0) 22%, rgba(110, 84, 243, .08) 100%);
    clip-path: polygon(0 0, 49% 0, 76% 100%, 23% 100%);
}
.why-choose-two__bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    z-index: -1;
}
.why-choose-two__sliding-text-list {
    position: absolute;
    top: 20px;
    left: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    width: fit-content;
    z-index: -1;
}
.why-choose-two__sliding-text-list li {
    position: relative;
    display: flex;
    float: left;
    margin-left: 60px;
}
.why-choose-two__sliding-text-title {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 120px;
    line-height: 251px;
    font-weight: 700;
    font-family: var(--itzone-font-two);
    text-transform: uppercase;
    color: rgba(var(--itzone-base-rgb), 0.05);
}
.why-choose-two__left {
    position: relative;
    display: block;
}
.why-choose-two__left .section-title {
    margin-bottom: 32px;
}
.why-choose-two__list {
    position: relative;
    display: block;
}
.why-choose-two__list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.why-choose-two__list li+li {
    margin-top: 15px;
}
.why-choose-two__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: var(--primary);
    border-radius: 50%;
    margin-top: 8px;
}
.why-choose-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 35px;
    color: #fff;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}
.why-choose-two__list li:hover .why-choose-two__icon span {
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.why-choose-two__content {
    position: relative;
    display: block;
    flex: 1;
    border-bottom: 1px solid rgba(var(--itzone-black-rgb), .15);
    padding-bottom: 15px;
}
.why-choose-two__list li:last-child .why-choose-two__content {
    border-bottom: 0;
}
.why-choose-two__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 0;
}
.why-choose-two__right {
    position: relative;
    display: block;
}
.why-choose-two__img {
    position: relative;
    display: block;
}
.why-choose-two__img img {
    width: 100%;
    border-radius: 25px;
}
.aplit-gt-area .aplit-gt-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    padding: 30px 35px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.aplit-gt-area .aplit-gt-wrapper .aplit-gt-left .subtitle {
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
    position: relative;
}
.aplit-gt-area .aplit-gt-wrapper .aplit-gt-left .subtitle::before {
    content: '';
    position: absolute;
    bottom: 6px;
    right: -110px;
    width: 85px;
    height: 2px;
    background-color: #ffffff;
}
.aplit-gt-area .aplit-gt-wrapper .aplit-gt-left .aplit-headline h3 {
    color: #ffffff;
    /* margin-top: 15px; */
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.25;
    letter-spacing: -1px;
    margin-bottom: 0;
}
.aplit-gt-area .aplit-gt-wrapper .aplit-gt-right {
    text-align: right;
}
.aplit-gt-area .aplit-gt-wrapper .aplit-gt-right .aplit-secondary-btn {
    margin-right: 8px;
    padding: 10px 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 4px;
    vertical-align: middle;
    color: var(--primary);
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 10px;
}
.aplit-gt-area .aplit-gt-wrapper .aplit-gt-right .aplit-secondary-btn:hover {
    background: #000;
    color: #fff;
}
a.aplit-btn-style-3 {
    width: 169px;
    height: 54px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #001137;
    border-radius: 5px;
    font-size: 15px;
    border: 2px solid #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact {
    background-image: url(assets/images/slider/banner.webp);
    background-attachment: fixed;
    background-size: cover;
}
.funfact__item {
    /* position: relative; */
    /* text-align: center; */
}
@media (min-width: 992px) and (max-width: 1199px) {
    .funfact__item {
        padding-left: 25px;
        padding-right: 25px;
    }
}
.funfact__item__shape {
    width: 100%;
    height: calc(100% - 36px);
    position: relative;
    position: absolute;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    border-radius: 0px 0px 500px 500px;
    background-color: var(--findox-white3, #ecf5f4);
}
.funfact__item__shape::after {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: var(--primary);
    transition: all 500ms ease;
}
.funfact__item:hover .funfact__item__shape::after {
    height: 100%;
}
.funfact__item__content {
    position: relative;
    z-index: 1;
}
.funfact__item__icon-box {
    width: 74px;
    height: 74px;
    position: relative;
    margin: 0px auto 20px;
}
.funfact__item__icon-box::before,
.funfact__item__icon-box::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0px;
    border-style: solid;
    transition: all 500ms ease;
}
.funfact__item__icon-box::before {}
.funfact__item__icon-box::after {}
.funfact__item:hover .funfact__item__icon-box::before {
    border-color: transparent transparent var(--findox-base, #006654) transparent;
}
.funfact__item:hover .funfact__item__icon-box::after {
    border-color: transparent transparent transparent var(--findox-base, #006654);
}
.funfact__item__icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    font-size: 38px;
    color: #fff;
    overflow: hidden;
    background-color: var(--secondary);
    border-radius: 0px 0px 50px 50px;
    transition: all 500ms ease;
}
.funfact__item__icon::after {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    background-color: var(--secondary);
    transition: all 500ms ease;
}
.funfact__item__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}
.funfact__item:hover .funfact__item__icon {
    color: #fff;
}
.funfact__item:hover .funfact__item__icon::after {
    height: 100%;
    top: 0px;
}
.funfact__item__count {
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    transition: all 500ms ease;
}
@media (min-width: 576px) and (max-width: 767px) {
    .funfact__item__count {
        font-size: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .funfact__item__count {
        font-size: 40px;
    }
}
.funfact__item__title {
    margin: 0px;
    transition: all 500ms ease;
    font-size: 14px;
}
.funfact__item:hover .funfact__item__count,
.funfact__item:hover .funfact__item__title {
    color: var(--findox-white, #ffffff);
}
.funfact--two {
    position: relative;
}
.funfact--two .funfact__bg {
    width: 100%;
    height: calc(100% + 339px);
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
@media (max-width: 991px) {
        .about-thirteen__content__text {
}
    .funfact--two .funfact__bg {
        height: calc(100% + 300px);
    }
}
@media (max-width: 575px) {
    .job-card {
    width: 100%;
}
.job-meta {
    flex-direction: column;
    gap: 0 !important;
    margin-bottom: 15px;
}
    .funfact--two .funfact__bg {
        height: calc(100% + 250px);
    }
}
.funfact--two .container {
    position: relative;
    z-index: 1;
}
.funfact--two .funfact__item {
    display: grid;
    grid-gap: 10px;
    align-items: center;
    grid-template-columns: 74px auto;
    padding: 35px 10px 35px 0px;
    position: relative;
    text-align: center;
}
.funfact--two .funfact__item__shape {
    height: 100%;
    border-radius: 15px;
    background-color: var(--findox-white, #ffffff);
}
.funfact--two .funfact__item__shape::after {
    content: "";
    width: 0%;
    height: 100%;
    top: 0px;
    right: 0px;
    left: auto;
    bottom: auto;
}
.funfact--two .funfact__item:hover .funfact__item__shape::after {
    width: 100%;
    left: 0px;
}
.funfact--two .funfact__item__icon-box {
    margin: 0px;
    z-index: 1;
}
.funfact--two .funfact__item__icon-box::before {
    top: -25px;
    left: 0px;
    border-width: 25px 0 0 25px;
    border-color: transparent transparent transparent var(--primary);
}
.funfact--two .funfact__item__icon-box::after {
    top: auto;
    right: auto;
    left: 0px;
    bottom: -25px;
    border-width: 25px 25px 0 0;
    border-color: var(--primary) transparent transparent transparent;
}
.funfact--two .funfact__item:hover .funfact__item__icon-box::before {
    border-color: transparent transparent transparent var(--findox-white, #ffffff);
}
.funfact--two .funfact__item:hover .funfact__item__icon-box::after {
    border-color: var(--findox-white, #ffffff) transparent transparent transparent;
}
.funfact--two .funfact__item__icon {
    border-radius: 0px 50px 50px 0px;
}
.funfact--two .funfact__item__icon::after {
    content: "";
    width: 0%;
    height: 100%;
    top: 0px;
    right: 0px;
    left: auto;
    bottom: auto;
}
.funfact--two .funfact__item:hover .funfact__item__icon::after {
    width: 100%;
    left: 0px;
}
.funfact--two .funfact__item__content {
    text-align: left;
}
.funfact--two .funfact__item__count {}
.shape_start {
    background: #f1f1f1;
    padding-top: 25px;
}
.service_shape {
    position: relative;
}
.nectar-shape-divider {
    /* Changes the color to gray */
    /* Makes it slightly see-through */
    transition: fill 0.5s ease;
    /* Makes color changes smooth */
    margin-bottom: 35px;
}
.nectar-shape-divider-wrap {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    bottom: auto;
    top: 16px;
}
.nectar-shape-divider {
    width: 100%;
    left: 0;
    bottom: 0px;
    height: 100%;
    position: absolute;
}
.nectar-shape-divider-wrap[data-style="mountains"] svg path:first-child {
    opacity: 0.1;
}
.nectar-shape-divider-wrap[data-style="mountains"] svg path:nth-child(2) {
    opacity: 0.12;
}
.nectar-shape-divider-wrap[data-style="mountains"] svg path:nth-child(3) {
    opacity: 0.18;
}
.nectar-shape-divider-wrap[data-style="mountains"] svg path:nth-child(4) {
    opacity: 0.33;
}
.nectar-shape-divider-wrap.tranform_180 {
    position: relative;
    bottom: 0;
    transform: rotate(180deg);
    top: auto;
}
svg.nectar-shape-divider.tranform_180_b {margin-bottom: 0;}
.ns-footer-widget-contact h4 {
    font-size: 17px;
    font-weight: 600;
}
/* CONTACT SECTION BACKGROUND IMAGE (unchanged) */
.contact-sction {
    /* background-image: url('assets/images/homepage/industry-contact-3.webp'); */
    /* background-position: center; */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
}
/* CONTACT INFO BOX STYLING */
.contact-hover {
    background: var(--primary);
    /* transition: all 0.5s ease, transform 0.4s ease, box-shadow 0.4s ease; */
    /* transform: translateY(0); */
    position: relative;
    /* overflow: hidden; */
    /* border-radius: 16px; */
    z-index: 1;
}
.contact-hover::before {
    /* content: ""; */
    /* position: absolute; */
    /* top: 0; */
    /* left: -100%; */
    /* width: 100%; */
    /* height: 100%; */
    /* background: rgba(255, 255, 255, 0.08); */
    /* z-index: 0; */
    /* transition: all 0.6s ease; */
}
.contact-hover:hover::before {
    /* left: 0; */
}
/* HOVER EFFECT: LIFT + COLOR SHIFT + GLOW */
.contact-hover:hover {
    background: var(--secondary);
    color: #ffffff;
    /* transform: translateY(-8px) scale(1.02); */
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); */
}
/* ICON TRANSITION */
.contact-hover .icon i {
    transition: transform 0.4s ease, color 0.3s ease;
    font-size: 34px;
}
.contact-hover:hover .icon i {
    /* transform: rotate(360deg); */
    color: #fff;
}
/* TEXT AND LINKS */
.contact-hover h5,
.contact-hover p,
.contact-hover a {
    color: #000;
    transition: color 0.4s ease, transform 0.4s ease;
}
.contact-hover:hover h5,
.contact-hover:hover p,
.contact-hover:hover a {
    color: #ffffff;
    transform: translateX(5px);
}
/* EMAIL HOVER EFFECT */
.email-tran:hover {
    color: #ffcccb !important;
    text-decoration: underline;
}
.contact-info-box {
    /* animation: fadeInUp 0.7s ease forwards; */
    /* display: flex; */
    flex-direction: column;
}
.contact-info-box:nth-child(1) {
    animation-delay: 0.2 s;
}
.contact-info-box:nth-child(2) {
    animation-delay: 0.4s;
}
.contact-info-box:nth-child(3) {
    animation-delay: 0.6s;
}
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Make input, textarea, and placeholder text white */
.form-wrapper input,
.form-wrapper textarea {
    /* background-color: transparent; */
    border: 1px solid #dedede;
    /* Optional: subtle white border */
}
/* On focus, give it better visibility */
.form-wrapper input:focus,
.form-wrapper textarea:focus {
    border-color: var(--primary);
    background-color: rgba(255, 255, 255, 0.05);
    outline: none;
}
.form-wrapper {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.6s ease, box-shadow 0.6s ease;
    border-radius: 0px 15px 15px 0px;
}
button.submit-btn {
    border: none;
    padding: 8px 22px;
    border-radius: 50px;
}
button.submit-btn:hover {
    background: var(--secondary);
    color: #fff;
}
.bg-gray {
    background-color: #eef1f2;
}
.section-head {
    margin-bottom: 40px;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.dot_line {
    border-bottom: 1px dashed var(--primary);
}
.icon-box03_contact {
    padding: 30px;
    background: #fff;
    min-height: 430px;
    width: 100%;
    margin-bottom: 20px;
}
.arifi_bg {
    margin-bottom: 11px;
    border-bottom: 1px dashed var(--primary);
    padding-bottom: 10px;
    min-height: 83px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.inner_address1 i {
    margin-right: 4px;
}
.mach-fun-bg {
    background: var(--primary);
}
ul.achievement-item-box {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.achievement-item-box.achievement-abs li {
    margin-right: 21px;
    list-style: none;
}
.achievement-item-box li.fun-mach {
    background: white;
    text-align: center;
    vertical-align: middle;
    padding: 12px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    line-height: 82px;
    margin-right: 20px;
    float: left;
}
.achievement-item-box.achievement-abs li i {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    line-height: 110px;
}
.achievement-item-box.achievement-abs li:last-child {
    margin-right: 0px;
}
.achievement-item-box.achievement-abs li h3 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 3px;
}
.achievement-item-box.achievement-abs li p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 500;
}
.vacany01 {
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px 25px;
}
.sales_bg {
    margin: auto;
    text-align: left;
}
.role {
    color: var(--primary);
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--primary);
    padding-bottom: 10px;
}
.sales_advisor {
    margin-bottom: 15px;
}
.closing {
    font-weight: 600;
}
.image_block_1 .image-box {
    position: relative;
    display: block;
}
.image_block_1 .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 60px 0 rgb(0 0 0 / 5%);
}
.image_block_1 .image-box .image img {
    width: 100%;
    border-radius: 5px;
}
.image_block_1 .image-box .text {
    position: absolute;
    right: 5%;
    bottom: -40px;
    width: calc(100% - 10%);
    padding: 20px 30px 25px 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 15px -10px 30px 0 rgb(0 0 0 / 8%);
    z-index: 1;
    border-bottom: 3px solid var(--primary);
}
.image_block_1 .image-box .image:hover::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.image_block_1 .image-box .image::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .3);
    content: '';
    -webkit-transition: -webkit-transform .9s;
    transition: transform .9s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.image_block_1 h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: inherit;
}
section.working-style-three .sec-title h6 {
    color: #fff
}
section.working-style-three .sec-title .title-top .shape-box .shape {
    color: #fff
}
.content_block_1 .content-box .inner-box .single-item .inner p {
    margin-bottom: 17px;
    font-size: 16px
}
.working-style-three {
    position: relative;
    background: var(--primary);
}
.working-style-three .content-box {
    position: relative;
    display: block
}
.working-style-three .content-box .image-box {
    position: relative;
    display: block
}
.working-style-three .content-box .image-box img {
    width: 100%
}
.working-style-three .content-box .text {
    position: relative;
    display: block;
    padding: 32px 40px 33px 30px
}
.working-style-three .content-box .text h6 {
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 20px;
    margin-bottom: 10px
}
.working-style-three .content-box .text h6:before {
    position: absolute;
    content: '//';
    font-size: 12px;
    left: 0;
    top: 0
}
.working-style-three .content-box .text h3 {
    display: block;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}
.working-block-three {
    position: relative;
    padding-top: 10px
}
.working-block-three:before {
    position: absolute;
    content: '';
    background-color: #fff;
    width: 100%;
    height: 5px;
    left: 0;
    top: 0
}
.working-block-three:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transition: all .5s ease
}
.working-block-three:hover:after {
    transform: scaleX(1)
}
.working-block-three .inner-box {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 30px 50px;
}
.working-block-three .inner-box .big-text {
    position: absolute;
    top: 20px;
    right: 22px;
    font-size: 70px;
    line-height: 70px;
    font-family: Lexend, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #002a69
}
.working-block-three .inner-box .icon-box {
    position: relative;
    display: block;
    margin-bottom: 18px
}
.working-block-three .inner-box h5 {
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: 600;
}
.working-block-three .inner-box h5:before {
    position: absolute;
    content: '';
    width: 11px;
    height: 1px;
    left: 0;
    bottom: 0
}
.working-block-three .inner-box h5:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    left: 19px;
    bottom: 0
}
.working-block-three .inner-box p {
    color: #000000;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.about-style3 .about-thumb {
    position: relative;
    padding: 40px 20px 40px 40px;
}
.about-style3 .about-thumb:before {
    content: "";
    position: absolute;
    right: 100px;
    top: 0px;
    border: 10px solid var(--primary);
    height: 100%;
    width: calc(100% - 100px);
}
.about-style3 .about-thumb .about-video {
    position: relative;
    width: 100%;
}
.layout-dark .overlay-white-light:before {
    background-color: #000000;
}
/*
=============================================
    Feauters One
=============================================
***/
.feauters-two__content-box {
    position: relative;
    display: block;
}
.feauters-two__content-box .shape1 {
    position: absolute;
    top: -225px;
    right: -190px;
    z-index: -1;
}
.feauters-two__content-box .shape2 {
    position: absolute;
    top: -215px;
    right: -190px;
    z-index: 1;
}
.feauters-two .section-title {
    margin-bottom: 58px;
}
.feauters-two__single {
    position: relative;
    display: block;
    z-index: 2;
}
.feauters-two__single-inner {
    position: relative;
    display: block;
    overflow: hidden;
    box-shadow: 0px 0px 10px 5px #ccc;
    border-radius: 10px;
}
.feauters-two__single .img-holder {
    position: relative;
    display: block;
}
.feauters-two__single .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}
.feauters-two__single .img-holder .inner::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}
.feauters-two__single:hover .img-holder .inner::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
.feauters-two__single .img-holder .inner img {
    width: 100%;
    transform: scale(1);
    transition: all 0.7s ease 0s;
    height: auto;
}
.feauters-two__single:hover .img-holder .inner img {
    transform: scale(1.1);
}
.feauters-two__single .title-holder {
    position: relative;
    display: block;
    padding: 10px;
    background: var(--primary);
    transform: scale(1.0) translateY(0px);
    transition: all .4s ease-in-out .1s;
    text-align: center;
    border-radius: 0px 0px 10px 10px;
    min-height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feauters-two__single:hover .title-holder {
    opacity: 0;
    transform: scale(1.0) translateY(-40px);
}
.feauters-two__single .title-holder .btn {
    position: absolute;
    top: -22px;
    right: 25px;
    width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 5px;
    text-align: center;
    line-height: 45px;
}
.feauters-two__single .title-holder .btn a {
    color: green;
}
.feauters-two__single .title-holder .btn a i::before {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 30px;
    overflow: hidden;
}
.feauters-two__single .title-holder h4 a {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}
.feauters-two__single .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: scale(1.0) translateY(65px);
    transition: all .4s ease-in-out .1s;
}
.feauters-two__single:hover .overlay {
    opacity: 1.0;
    visibility: visible;
    transform: scale(1.0) translateY(0%);
}
.feauters-two__single .overlay .title {
    position: relative;
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px 0px rgb(235, 235, 235);
    padding: 15px;
    border-radius: 0px 0px 10px 10px;
}
.feauters-two__single-inner h4,
.feauters-two__single .overlay .title h4 {
    transition: all 200ms linear;
    transition-delay: 0.1s;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
}
.feauters-two__single .overlay .title h3 a:hover {
    color: green;
}
.feauters-two__single .overlay .title p {
    margin: 0;
    margin-top: 7px;
}
.feauters-two__single .overlay .title .btn {
    position: absolute;
    top: -22px;
    right: 25px;
    width: 45px;
    height: 45px;
    background: #ff5317;
    border-radius: 5px;
    text-align: center;
}
.feauters-two__single .overlay .title .btn:hover {
    background: #036703;
}
.feauters-two__single .overlay .title .btn a {
    color: #ffffff;
}
.feauters-two__single .overlay .title .btn a i::before {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
}
.service_pic_all {
    padding: 5px;
}
.service-wrapper-2 {
    position: relative;
    background: #f1f1f1;
}
.about-section-two .bg {
    background-repeat: no-repeat;
    height: 687px;
    width: 843px;
}
.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.about-section-two {
    position: relative;
}
/* .about-section-two:after {
    background: #5e3de3;
    content: "";
    -webkit-filter: blur(75px);
    filter: blur(75px);
    height: 530px;
    opacity: 0.1;
    position: absolute;
    right: -120px;
    top: 80px;
    width: 530px;
    z-index: -1;
} */
.about-section-two .content-column {
    position: relative;
    z-index: 1;
}
.about-section-two .content-column .inner-column {
    position: relative;
}
.about-section-two .content-column .btn-box {
    position: relative;
}
.about-section-two .image-column {
    position: relative;
}
.about-section-two .image-column .inner-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.about-section-two .image-column .image-1 {
    position: relative;
}

.overlay-anim:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}
.about-section-two .image-column .image-2 {
    position: absolute;
    left: 20px;
    bottom: 0;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    max-width: 400px;
}
.overlay-anim:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}
.about-section-two .image-column .image-3 {
    bottom: 0;
    position: absolute;
    right: -58px;
    z-index: -1;
}
.bounce-y {
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
}
/* sec-3 scrapjob */
.style-one.service-area {
    background: url(assets/images/services/service-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 111px 0 102px;
    position: relative;
    z-index: 1;
}
.style-one.service-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0E1E2A;
    opacity: 0.8;
    z-index: -1;
}
.style-one.service-area .flip-box {
    width: auto;
    height: auto;
    margin-bottom: 20px;
}
.style-one.service-area .flip-box-inner {
    position: relative;
    width: auto;
    height: auto;
    text-align: left;
}
.style-one.service-area .flip-box-content h3 {
    color: #fff;
}
.style-one .flip-box-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.style-one.service-area .flip-box-content p {
    color: #fff;
}
.style-one .flip-box-content p {
}
.style-one.service-area .flip-box-front {
    padding: 25px;
    border-radius: 5px;    
    display: flex;
    border: 1px solid #c1c1c1;
}
.style-one.service-area .flip-box-back {}
.style-one .flip-box-front,
.flip-box-back {
}
.flip-box .flip-box-back::before {
    position: absolute;
    content: "";
    top: -112px;
    right: -112px;
    background: #fff;
    width: 224px;
    height: 224px;
    border-radius: 50%;
    transition: 0.4s;
    opacity: 0.1;
    z-index: -1;
}
/* scrapjob detail sec-2 */
.solution-block-one .inner-box {
    position: relative;
    display: block;
    background: #f5f5f6;
    padding: 15px 15px 15px 60px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    min-height: 116px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.solution-block-one .inner-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 1px;
    transition: all 500ms ease;
}
.solution-block-one .inner-box p {
    position: relative;
    transition: all 500ms ease;
    margin-top: 0;
}
.solutions-section .inner-container .solution-block-one {
    position: relative;
    float: left;
    width: 48%;
    margin: 0.5%;
}
.solution-block-one .inner-box:hover:before {
    width: 100%;
}
.solution-block-one .inner-box:before {
    background: var(--primary);
}
.solution-block-one .inner-box:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
}
.solution-block-one .inner-box:hover h4,
.solution-block-one .inner-box:hover p {
    color: #ffffff;
}
.solution-block-one .inner-box .icon-box {
    position: absolute;
    left: 25px;
    top: 27px;
    font-size: 20px;
    line-height: 8px;
    color: var(--primary);
    transition: all 500ms ease;
}
.solution-block-one .inner-box:hover .icon-box,
.solution-block-one .inner-box:hover h4,
.solution-block-one .inner-box:hover p {
    color: #ffffff;
}
.solutions-section .pattern-box .pattern-3 {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 212px;
    height: 181px;
    background-repeat: no-repeat;
}
.solutions-section {
    position: relative;
}
.solutions-section .pattern-box .pattern-2 {
    position: absolute;
    left: 10px;
    bottom: 150px;
    width: 212px;
    height: 181px;
    background-repeat: no-repeat;
}
.solutions-section .pattern-box .pattern-1 {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 157px;
    height: 323px;
    background-repeat: no-repeat;
}
.solutions-section .image-layer {
    position: absolute;
    left: 72px;
    top: 0px;
}
i.demo-icon.ok-i.icon-ok {
    font-size: 20px;
}
@media (max-width: 991px) {
    .border-radius-10.position-absolute.top-15.d-none.d-sm-block {
        max-width: 50% !important;
    }
    .about-style1 .about-list.active,
    .about-style1 .about-list:hover {
        margin-top: 20px;
    }
    .solutions-section .inner-container .solution-block-one {
        position: relative;
        float: left;
        width: 49.333%;
    }
}
@media (max-width: 776px) {
    .solution-block-one .inner-box h4 {
        font-size: 16px;
    }
    .solution-block-one .inner-box .icon-box {
        left: 13px;
        top: 25px;
        font-size: 16px;
    }
    .solution-block-one .inner-box {
        padding: 15px 15px 15px 36px;
    }
}
@media (max-width: 576px) {
    .solutions-section .inner-container .solution-block-one {
        position: relative;
        float: left;
        width: 49.333%;
    }
    .solutions-section .inner-container .solution-block-one {
        position: relative;
        float: left;
        width: 100.333%;
    }
}
@media (max-width: 400px) {
    .solutions-section .inner-container .solution-block-one {
        position: relative;
        float: left;
        width: 100.333%;
    }
}
.heading6 h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.18px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 6px 0px;
}
.reveal img {
    height: 100%;
    width: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: left;
    border-radius: 20px 20px 50px 50px;
}
.image-anime:after {
    position: absolute;
}
.style-one.service-area .flip-box-back {
    background-color: var(--primary);
    transform: rotateY(180deg);
    padding: 0px 24px 20px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
}
.service-box-items {
    position: relative;
    overflow: hidden;
    transition: background 0.5s ease-in-out;
    background: white;
    border-radius: 12px;
}
.service-box-items .service-thumb {
    padding: 18px;
    position: relative;
}
.service-box-items .service-thumb img {
    width: 100%;
    height: auto
}
.service-box-items .service-content {
    padding: 0 25px 10px 25px;
    position: relative;
    z-index: 1;
}
.service-box-items .service-content p {
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: black;
}
.service-box-items:hover::before {
    top: 0;
}
.service-box-items:hover .service-content h3,
.service-box-items:hover .service-content p {
}
.service-box-items .service-content h3 {
    font-size: 24px;
    font-weight: 600;
}
.nectar-shape-divider-wrap.whychoose {
    margin-top: -30px;
}

.shape_start.whychoose02 {
    padding-top: 70px;
}
section.client img {
    padding: 0px 23px;
    width: 200px;
}
#multislider01 img {
    padding: 0px 15px;
}
.bs_verti {
    background: url(assets/images/services/service-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.nectar-shape-divider-wrap.whychoosede1 {
    margin-top: 10px;
    transform: rotate(180deg);
}
.bg-primary-theme {
    background: var(--primary);
}
.flip-box-content ul li {
    color: #fff;
    list-style: disc;
    margin-left: 16px;
}
ul.achievement-item-box li {
    display: inline-block;
    float: left;
    width: 56%;
}
.social_media a {
    background: #fff;
    border-radius: 50%;
    width: 32px;
    float: left;
    height: 32px;
    line-height: 32px;
    text-align: center;
}
.social_media li {
    margin-right: 5px !important;
}
.itti_tag {
    position: absolute;
    bottom: 0;
    background: #ffffff99;
    padding: 6px 20px;
}
.facelity img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.layout-container {
    display: flex;
    /* max-width: 1200px; */
    margin: 0 auto;
    gap: 30px;
    /* background: #ffffff; */
    /* padding: 20px; */
    /* border-radius: 12px; */
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}
/* Left Side: Map */
.map-section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* SVG Path Styling */
.state-path {
    fill: #d3d3d3;
    /* Default gray */
    stroke: #ffffff;
    /* White border */
    stroke-width: 1.5px;
    stroke-linejoin: round;
    stroke-linecap: round;
    cursor: pointer;
    transition: fill 0.3s ease, stroke-width 0.3s ease;
}
/* Hover Effect */
g:hover .state-path {
    fill: var(--primary);
    /* Light blue on hover */
    stroke-width: 2.5px;
}
/* Active (Clicked) Effect */
.state-path.active {
    fill: var(--primary);
    /* Darker blue when clicked */
    stroke-width: 2.5px;
}
/* Right Side: Content Box */
.info-section {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.info-card {
    background: #ffffff;
    padding: 30px 30px 0px 30px;
}
#state-title {
    color: #000;
    margin-bottom: 20px;
    font-size: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    line-height: 50px;
}
#state-content p {
}
/* Responsive Design for smaller screens */
@media (max-width: 768px) {
    .layout-container {
        flex-direction: column;
        /* Stacks map on top of info */
    }
section.client .col-md-3 {
    width: 50%;
    margin-bottom: 25px;
}
}
.mr-15 {
    margin-right: 15px;
}
.work-process-one__item:hover {
    background: #000;
}
/* Sidebar Widget */
.main-sidebar {
    padding: 30px;
    background: #f9f9f9;
    border-radius: 8px;
}
.single-sidebar-widget
{
    margin-bottom: 10px;
}
.wid-title h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    border-left: 4px solid var(--theme);
    padding-left: 10px;
}
.news-widget-categories ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.news-widget-categories li {
    margin-bottom: 5px;
    transition: all 0.3s ease;
}
.news-widget-categories li {
    padding: 5px 5px;
    margin-bottom: 8px;
    background: #fff;
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
    font-weight: 500;
    border-radius: 5px;
}
.news-widget-categories li.active, .news-widget-categories li:hover {
    /* background: #fff; */
    border-left-color: var(--primary);
    color: #000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}
.news-widget-categories li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 8px 15px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
}
.news-widget-categories li.active a,
.news-widget-categories li:hover a {
    background: var(--primary);
    color: #000;
}
.news-widget-categories ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.single-sidebar-widget {
    margin-bottom: 10px;
    background: #f1f1f1;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0px 0px 7px 1px #adadad;
}
.style-one.service-area .flip-box:hover {
    background: #000;
}
.gallery-img{
width:100%;
border-radius:8px;
transition:0.3s;
}
.gallery-item{margin-top: 20px;overflow:hidden;margin-bottom: 5px;}
.gallery-item:hover img{
transform:scale(1.08);
}
.gslide-media.gslide-image {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
@media (min-width: 769px) {
    .gslide-image img {
        max-height: 97vh;
        max-width: 100%;
        border-radius: 10px;
    }
}
.social_media {
    line-height: normal;
}
.header-top .top-right a:hover {
    background: #000;
    color: #fff;
}
   .job-card {
            background: #fff;
            padding: 25px;
            border-radius: 12px;
            margin-bottom: 25px;
        }
        .job-badge {
            background: var(--primary);
            color: #000;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 14px;
            display: inline-block;
        }
        .company-logo {
            width: 55px;
            height: 55px;
            border-radius: 50%;
            margin-right: 15px;
        }
        .job-title {
            font-size: 22px;
            font-weight: 600;
        }
        .company-name {
            font-size: 16px;
            color: #000;
            margin-bottom: 10px;
        }
        .job-meta {
            display: flex;
            gap: 30px;
            font-size: 16px;
            color: #000;
        }
        .job-meta i {
            color: var(--primary);
            margin-right: 6px;
        }
        .job-btn {
            background: var(--secondary);
            border: none;
            color: #fff;
            padding: 10px 20px;
            border-radius: 8px;
            font-weight: 500;
        }
        .job-btn:hover {
            background: var(--primary);
        }
        .service-box-items {
    transition: margin-top 0.3s ease; 
}
.service-box-items:hover {
    box-shadow: 0px 0px 6px 3px #b2b2b2;
}
.page-about-image-2 img, .page-about-image-1 img {
    border-radius: 999px;
    aspect-ratio: 1/1.7;
    object-fit: cover;
}
.page-about-image-1 {
    margin-top: 50px;
}
.page-about-image {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-image: url(images/about-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.pr2-process-lists .single-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pr2-process-lists .single-list .icon-left {
    margin-right: 20px;
}
.pr2-process-lists .single-list .icon-left .icon-container {
    width: 70px;
    height: 70px;
    border-radius: 6px;
    background-color: none;
    border: 3px solid white;
    text-align: center;
    position: relative;
}
.whychoose-home1 .icon-container {
    border: 1px solid black !important;
    border-radius: 50% !important;
    box-shadow: 0 0 8px gray;
}
.pr2-process-lists .single-list .icon-left .icon-container i {
    font-size: 30px;
    line-height: 0;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.whychoose-home1 .single-list {
    padding: 10px;
    margin-top: 10px !important;
    border-radius: 10px;
    transition: all .5s ease-in-out;
}
.testimonial-one__single {
    position: relative;
    display: block;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    transition: all 500ms ease;
    text-align: center;
}
.testimonial-one__single-inner {
    position: relative;
    display: block;
}
.testimonial-one__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
}
.testimonial-one__shape-1>img {
    width: auto !important;
    /* mix-blend-mode: luminosity; */
    border-top-right-radius: 20px;
    /* opacity: .20; */
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.testimonial-one__shape-1>img {
    width: auto !important;
    /* mix-blend-mode: luminosity; */
    border-top-right-radius: 20px;
    /* opacity: .20; */
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
i.icons {
    font-size: 54px;
    color: var(--primary);
    margin-bottom: 15px;
}
.testimonial-one__single:hover {
    transform: translateY(-10px);
}
h3.testimonial-one__client-name {
    font-weight: 600;
    font-size: 23px;
}
a.theme-btn.btn-style-one.btnpd {
    padding: 7px 24px;
}
.funfact .col-xl-3.col-md-6 {
    margin-bottom: 25px;
}
.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* overlay color */
    background: rgb(0 0 0 / 67%);
    z-index: 0;
}
.about-style3 .about-thumb .about-video img {
    height: auto;
}
.nectar-shape-divider-wrap.whychoose.slider_home {
    top: 15px;
}
.logo-slider{
overflow:hidden;
position:relative;
}
.logo-track{
display:flex;
width:calc(250px * 12);
animation:scroll 25s linear infinite;
}
.logo-item{width: 200px;display:flex;align-items:center;justify-content:center;padding:10px 20px;}
.logo-item img{width: 100%;transition:all .35s ease;cursor:pointer;height: auto;}
/* gray logos */
.logo-item.gray img{
filter: grayscale(100%);
opacity:.4;
}
/* active or hover */
.logo-item.active img,
.logo-item:hover img{
filter: grayscale(0%);
opacity:1;
transform:scale(1.05);
}
/* pause slider */
.logo-slider:hover .logo-track{
animation-play-state:paused;
}
/* infinite scroll */
@keyframes scroll{
0%{ transform:translateX(0); }
100%{ transform:translateX(-50%); }
}
.form_pic,
.form_pic img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.col-lg-6.col-md-6.cntcform {
    padding-left: 0;
}
.col-lg-6.col-md-6.fomr-pic-r0 {
    padding-right: 0;
}
header#masthead {
    float: left;
    width: 100%;
}
.slit-content h3 {
    color: #fff;
    font-size: 25px;
}
ul.sub-menu li a:hover {
    background: var(--primary);
    padding-left: 20px !important;
    color: #fff;
}
h4.wp-block-heading {
    margin-top: 25px;
}
p {line-height: 28px;margin-top: 17px;}
.gallery-img {
    width: 100%;
    border-radius: 10px;
}
.filter-btn {
    margin: 5px;
}
.filter-btn {
    padding: 5px 25px;
    border-radius: 5px;
}
button.btn-style-one.filter-btn.active {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.ns-footer-widget-list section {
    padding: 0;
}
h2.widget-title {
        display: none;
}
p.why-choose-two__text {
    line-height: normal;
    margin-top: 0;
}

.services-four__single {
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
    padding: 26px 30px;
    border-radius:10px;
    margin-bottom: 15px;
    min-height: 260px;
    border-bottom: 2px solid var(--primary);
}

.services-four__content {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 10px;
    border-top: transparent;
    text-align: center;
}
.services-four__title {
    font-weight: 600;
    font-size: 20px;
}


.small-title .dot {
    width: 8px;
    height: 8px;
    background: #2f5d50;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
}


.feature-item {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    border-top: 1px solid #e0e0e0;
}

.feature-item:first-child {
    border-top: none;
}

.feature-item .icon-box {
    width: 50px;
    height: 37px;
    background: #eef2f1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 20px;
}

.feature-item h5 {
    margin-bottom: 5px;
    font-weight: 600;
    margin: 0;
}


.rounded-img {
    border-radius: 20px;
}

.service-box-items01.style-3 {
    box-shadow: 0px 0px 7px 1px #cacaca;
    border-radius: 10px !important;
    background-color: #fff;
    padding: 35px 30px;
    position: relative;
    z-index: 9;
}
.service-box-items01.style-3::before {
    background: linear-gradient(180deg, #f8a130 -23.85%, #000000 100%);
    border-radius: 10px;
}
.service-box-items01::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #384BFF;
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;
    z-index: -1;
}
.service-box-items01 .icon {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.service-box-items01.style-3 .icon::before {
    background-image: url(assets/images/shape/shape.png);
}
.service-box-items01 {
}
.service-box-items01 .icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(assets/images/shape/shape-2.png);
    z-index: -1;
    transition: all 0.4s ease-in-out;
}
.service-box-items01 .content {
    margin-top: 20px;
}
.service-box-items01 .content h4 {
    margin-bottom: 5px;
    font-weight: bold;
}
.service-box-items01:hover::before {
    transform: scale(1, 1);
    transform-origin: top center;
}
.service-box-items01:hover .icon::before {
    filter: grayscale(100%) brightness(300%);
}
.service-box-items01:hover .content p,
.service-box-items01:hover .content h4{
    color: #fff;
}



/* LEFT IMAGE */
.industry-bg-section {
    background: url('assets/images/banner/intirgrety.webp');
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}

/* RIGHT CONTENT */
.content-box {
    padding: 45px;
    background: #ffffff;
    border-radius: 20px;
}

/* LIST STYLE */
.industry-list {
    list-style: none;
    padding: 0;
}

.industry-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-weight: 500;
}

/* Custom Bullet */
.industry-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #0d6efd;
    font-weight: bold;
}


.services-three__grid {
    /* display: grid; */
    /* margin-bottom: 20px; */
    /* border-radius: 30px; */
    /* background-color: #fff; */
}
.services-three__item {
    display: flex;
    gap: 30px 20px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 25px 10px 10px;
    border-radius: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 25px;
}

.services-three__item__left {
    display: flex;
    gap: 25px;
    align-items: center;
}

.services-three__item::before {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
    background-color: var(--primary);
    transition: all 500ms ease;
}
.services-three__item:hover::before {
    width: 100%;
    left: 0px;
}
.services-three__item:hover .services-three__item__icon-box {
    background-color: var(--secondary);
}
.services-three__item__icon-box {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: var(--primary);
    transition: all 500ms ease;
}

.services-three__item__icon {
    display: inline-flex;
    font-size: 23px;
    color: #ffffff;
    transition: all 500ms ease;
}

.services-three__item__title {
    margin: 0px;
    font-size: 22px;
    font-weight: 700;
    color:  #222222;
    line-height: 1.272;
    text-transform: capitalize;
}
/* TEXT STYLE */
.services-three__item__text {
    margin: 5px 0 0;
    transition: all 0.5s ease;
}

/* HOVER TEXT COLOR CHANGE */
.services-three__item:hover .services-three__item__title,
.services-three__item:hover .services-three__item__text {
    color: #ffffff;
}

.package-card__top {
    position: relative;
    z-index: 1;
    transition: all 500ms ease;
}
.package-one--home3 .package-card__title {
    background-color: #ecf5f4;    
}
.package-card__title {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    padding: 8px 27px 8px 25px;
    font-weight: 600;
    font-size: 22px;
    color:#222222;
    line-height: 1.318;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 0px 100px 100px 0px;
    background-color: #fff;
    transition: all 500ms ease;
}

.package-card__text {
    margin-bottom: 20px;
    transition: all 500ms ease;
}
.package-card__list {
    position: relative;
    z-index: 1;
}

.package-card__list li:not(:last-child) {
}

.package-card__list li {
    display: flex;
    gap: 10px;
    padding: 3px 0px;
}
.package-card__list__icon {
    flex-shrink: 0;
    position: relative;
    top: 1px;
    font-size: 16px;
    color: #636363;
    transition: all 500ms ease;
}
.package-card__list li::after {
    content: "";
    width: 0%;
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    right: 0px;
    z-index: -1;
    background-color: var(--primary);
    transition: all 500ms ease;
}

.package-card__shape::after {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: var(--secondary);
    transition: all 500ms ease;
}
section.why-section.py-5.services-three {
    background: #f1f1f1;
}

.feature-list p {
    margin-top: 0;
}
.pl-5 {
    padding-left: 25px;
}
.pr2-pera-txt i {
    margin-right: 6px;
}
.main-navigation ul.sub-menu a {
    font-weight: 600;
    font-size: 15px;
}
.main-navigation ul.sub-menu a {
    padding: 4px 10px !important;
    border-bottom: 1px solid #d9d5d5;
}

h4.maintains {
    font-size: 16px;
    margin-bottom: 13px;
}
.flip-box-front1 {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 20px 20px;
}
h4.approach {
    font-size: 17px;
    margin: 8px 0px;
}
.inner_address1.text-center {
    width: 100%;
}
figure.image-1.wauthumbp img {
    border-radius: 20px;
}



.industry-section {
    background: #f8f9fb;
}

/* Card */
.industry-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px 20px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}
/* Icon */
.industry-card .icon {
    min-width: 40px;
    height: 40px;
    background: var(--primary);
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* Text */
.industry-card h5 {
    font-size: 17px;
    margin: 0;
    font-weight: 600;
}

/* Hover Effect */
.industry-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    border-color: var(--primary);
}

/* Subtle glow effect */
.industry-card::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(13, 27, 42, 0.04);
    transition: 0.4s;
}

.industry-card:hover::before {
    width: 100%;
}
button.btn-style-one.radius-1 {
    border-radius: 5px;
}
.sec-mt
{
    margin-top: 35px;
}
h2.wp-block-heading {
    margin-bottom: 25px;
}
h4.future_1 {
    font-size: 17px;
    margin-top: 11px;
}
.flip-box-content ul {
    margin-top: 10px;
}
.flip-box-front.min-sec-1 {
    min-height: 315px;
    margin-bottom: 20px;
}
.flip-box-front.min-sec-2
{
    min-height: 260px;
}
p.counter-title.counter-title2 {
    margin-top: 0;
}
.what-we-offer__single.ab_offer1 {
    min-height: 468px;
}
.what-we-offer__single.ser_part1 {
    min-height: 295px;
}
p.box_bg_conttent_area.pb-10 {
    margin-top: 0px;
}
.box_bg_conttent_area.mb-3 p {
    margin-top: 0;
}

.what-we-offer__single.ind-min {
    min-height: 581px;
}
.what-we-offer__single.ind-min1 {
    min-height: 437px;
}
section.pt-0.minus-5 {
    margin-top: -30px;
}
section.about-thirteen.pb-0 {
    padding-top: 40px;
}
section.service_shape.slider_minus_h1 {
    margin-top: -45px;
}
.flip-box-front1:hover,
.flip-box-front:hover {
    background-color: var(--primary);
}
p.services-four__text {
    margin-top: 5px;
}
.why-card p {
    margin-top: 10px;
}