/*
Theme Name: Astrologer Om Ashutosh
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.
*/

/* Start Default CSS*/
@font-face {
    font-family: 'fontello';
    src: url('assets/fonts/fontello.eot');
    src: url('assets/fonts/fontello.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/fontello.woff2') format('woff2'),
         url('assets/fonts/fontello.woff') format('woff'),
         url('assets/fonts/fontello.ttf') format('truetype'),
         url('assets/fonts/fontello.svg#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}


    .demo-icon {
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: never;
        display: inline-block;
    }
/*Custom Form*/
.form-group textarea,
.form-group input[type="email"],
.form-group input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    color: #000;
    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);
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    margin-bottom: 15px;
}

button.refresh-captcha {
    background: #f1f1f1;
    color: #000;
    padding: 13px 16px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    border-radius: 7px;
    border: 1px solid var(--primary);
}

.refresh-captcha:hover {
    background-color: #e0e0e0;
}

.custom-file-upload {
    display: inline-block;
    padding: 12px 20px;
    cursor: pointer;
    border: 1px solid var(--primary);
    border-radius: 5px;
    background-color: #f9f9f9;
    color: #000;
    text-align: left;
    transition: all 0.3s ease;
    width: 100%;
}

.custom-file-upload:hover {
    background-color: #f0f0f0;
}

.custom-file-upload input[type="file"] {
    display: none;
}

.file-name {
    margin-top: 8px;
    font-size: 14px;
    color: #555;
    word-break: break-all;
    position: absolute;
    right: 25px;
    top: 6px;
}

.form-group {
    position: relative;
}

.captcha {
    font-weight: 700;
    font-size: 22px;
    padding: 8px 0px;
    background-color: #f0f0f0;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Shadows Into Light', cursive;
    font-style: normal;
    letter-spacing: 5px;
    border: 1px solid var(--primary);
    border-radius: 7px;
}

.captcha-error {
    color: red;
    display: none;
    position: absolute;
}

    /*Menu*/
    .main-navigation ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .main-navigation li {
        position: relative;
    }

    .main-navigation a {
        display: block;
        padding: 5px 25px;
        text-decoration: none;
        color: #333;
    }

    .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 {
        background-color: #da00000f;
        border: 1px solid #da0000;
        border-radius: 19px;
    } */

    .main-navigation .current-menu-item>a {
        font-weight: bold;
    }

    /* Mobile styles */
    @media (max-width: 991px) {
        .menu-toggle {
            display: block;
            position: absolute;
            right: 0;
            top: 0px;
        width: 40px;
        height: 37px;
            background: var(--primary);
            border: none;
            cursor: pointer;
            padding: 0;
            font-size: 19px;
            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 styles */
    @media (min-width: 992px) {
        .main-navigation>ul>li {
            display: inline-block;
        }

        .main-navigation ul.sub-menu {
            position: absolute;
            min-width: 305px;
            background: #fff;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            z-index: 100;
            padding-left: 0;
        }

        .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;
        }
    }

    /* Navbar styles */
    .navbar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 0;
    }

    .navbar-brand {
        display: inline-block;
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem;
        margin-right: 1rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0.25rem;
    }

    @media (min-width: 992px) {
        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
            justify-content: flex-end;
        }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
        }
    }

    button.navbar-toggler {
        background: var(--primary);
        color: #fff
    }

    /*Menu End*/

    /* 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;
    }

    /*Multi Slider*/
    .slider-container {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .slider-wrapper {
        display: flex;
        transition: transform 0.5s ease;
    }
    .slider-slide {
        flex: 0 0 auto;
        text-align: center;
        font-size: 19px;
        box-sizing: border-box;
        padding: 0 4px;
    }
    .slider-slide img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    .inner-box {
        text-align: left;
    }
    .slider-button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 50%;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 19px;
    }

    .slider-button-next {
        right: 10px;
    }

    .slider-button-prev {
        left: 10px;
    }

    .slider-pagination {
        text-align: center;
    }

    .slider-dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        background: var(--primary);
        border-radius: 50%;
        cursor: pointer;
    }

    .slider-dot.active {
        background: var(--secondary);
    }

    .services-three__single {
        position: relative;
        display: block;
        text-align: center;
        border-radius: var(--bixola-bdr-radius);
        border-top: 2px solid transparent;
        background-color: var(--bixola-white);
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        padding: 39px 30px 34px;
        margin-bottom: 0px;
        z-index: 1;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    .services-three__single:hover {
        border-top: 2px solid var(--bixola-base);
    }
    .services-three__single::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: var(--bixola-bdr-radius);
        background-color: var(--bixola-white);
        box-shadow: 0px 20px 30px 0px rgba(16, 24, 40, 0.08);
        background-position: bottom left;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transition: -webkit-transform 500ms ease;
        transition: -webkit-transform 500ms ease;
        transition: transform 500ms ease;
        transition: transform 500ms ease, -webkit-transform 500ms ease;
        z-index: -1;
    }
    .services-three__single:hover::before {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    .services-three__title {
        font-size: 22px;
        font-weight: 600;
        line-height: 32px;
    }
    .services-three__title a {
        color: var(--primary);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    .services-three__title a:hover {
        color: var(--bixola-base);
    }
    .services-three__icon {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: var(--primary);
        margin: 15px auto 15px;
        z-index: 1;
    }
    .services-three__icon:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        border-radius: 50%;
        background-color: var(--bixola-base);
        transform: scale(0);
        transform-origin: center;
        transform-style: preserve-3d;
        transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
        z-index: -1;
    }
    .services-three__single:hover .services-three__icon:before {
        transform: scaleX(1);
    }
    .services-three__icon span {
        position: relative;
        display: inline-block;
        font-size: 40px;
        color: var(--bixola-base);
        transition: all 500ms linear;
        transition-delay: 0.1s;
        transform: scale(1);
    }
    .services-three__single:hover .services-three__icon span {
        transform: scale(0.9);
        color: var(--bixola-white);
    }
    .services-three__text {
        font-size: 19px;
        line-height: 28px;
    }
    .services-three__btn {
        position: relative;
        display: inline-block;
        margin-top: 8px;
    }
    .services-three__btn a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 19px;
        font-weight: 500;
        color: var(--primary);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    .services-three__btn a:hover {
        color: var(--primary);
    }
    .services-three__btn a span {
        position: relative;
        font-weight: 900;
        margin-left: 5px;
        font-size: 14px;
    }
    .services-three__bottom-text {
        font-size: 19px;
        font-weight: 500;
        text-align: center;
        color: var(--primary);
        margin-top: 24px;
    }
    .services-three__bottom-text .all-services {
        color: var(--primary);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    .services-three__bottom-text a:hover {
        color: var(--primary);
    }
    .services-three__bottom-text a span {
        position: relative;
        margin-left: 5px;
        top: 2px;
        font-size: 15px;
        font-weight: 900;
    }
    .services-three__bottom-text a {
        color: var(--primary);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .services-three__bottom-text a:hover {
        color: var(--primary);
    }

    /* End Default CSS*/
    :root {
        --primary: #da0000;
        --secondary: #38005c;
    }

    body {
        color: #000;
        font-family: "Afacad Flux", sans-serif;
        font-size: 19px;
    }

    section {
        float: left;
        width: 100%;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .header-top {
        position: relative;
        padding: 7px 0px;
        background-color: var(--primary);
        float: left;
        width: 100%;
    }

    ul.info-list {
        padding-left: 0;
    }

    .header-top .top-left {
        position: relative;
        float: left;
        padding-left: 15px;
    }

    .header-top .info-list {
        position: relative;
    }

    .header-top .info-list li {
        position: relative;
        color: #ffffff;
        margin-right: 15px;
        display: inline-block;
        list-style: none;
    }

    .header-top .info-list li a {
        text-decoration: none;
        font-size: 19px;
        font-weight: 600;
        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;
    }

    /* Social list styles */
    .social-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        gap: 10px;
        justify-content: flex-end;
    }

    /* Each circle item */
    .social-list li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 25px;
        height: 25px;
        background-color: #fff;
        border-radius: 50%;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    .social-list li a i {
        color: var(--primary);
        font-size: 14px;
    }

    /* Icon style */
    .social-icon {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 19px;
        color: #00b6b4;
    }
    /* Hover effect */
    .social-list li a:hover {
        background-color: var(--secondary);
        border: #ccc;
    }
    .social-list li a:hover i {
        color: #fff;
    }
    .social-list li a:hover .social-icon {
        color: #fff;
    }
    .logo img {
        width: 100%;
        height: auto;
    }
    .logo {
        width: 225px;
        height: auto;
    }
    .main-navigation a {
        display: block;
        padding: 5px 25px;
        text-decoration: none;
        color: #000;
        font-weight: 600;
        font-size: 24px;
    }

    /*Slider*/
    #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: 19px;
        margin: 15px;
    }
    #slider .carousel-control i:hover {
        background: var(--secondary);
    }
    .slider01 {
        background: #f9f9f9;
        padding-bottom: 50px;
        padding-top: 10px;
    }
    .slider-content {
        padding-top: 80px;
        padding-bottom: 80px;
        padding-left: 20px;
        padding-right: 15px;
        width: 100%;
        position: relative;
    }
    .slide-title {
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        text-align: left;
    }
    .slide-sub-title {
        font-style: normal;
        font-size: 40px;
        color: #fff;
        font-weight: 700;
    }
    .slider-description {
        color: #fff;
        font-weight: 500;
        margin: 20px 0 20px;
    }
    .carousel-control-prev {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .carousel-control-next {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .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: 19px;
        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;
    }
    @media (min-width: 1200px) {
        .container {
            max-width: 1200px;
        }
    }
    @media (max-width: 1200px) {
        .container {
            max-width: 1200px;
        }
    }
    ul.info-list {
        margin-bottom: 0;
    }
    .marquee {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .scrolling-content {
        display: inline-block;
        white-space: nowrap;
        animation: marquee-scroll 25s linear infinite;
    }

    .scrolling-content span {
        display: inline-block;
        margin-right: 50px;
        font-weight: 600;
        font-size: 25px;
        color: #fff;
    }
    .scrolling-content i {
        color: #ffffff;
        margin-right: 8px;
    }
    /* Animation */
    @keyframes marquee-scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }

    section.marquee-wrapper.bg-light.py-3 {
        background-color: #ec0000 !important;
    }
    .bgs-1 {
        background-image: url(assets/images/slider/slider-1.webp);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bgs-2 {
        background-image: url(assets/images/slider/slider-2.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    /* btn */
    .btn {
        position: relative;
        display: inline-block;
        padding: 10px 25px;
        border: none;
        border-radius: 50px;
        background: linear-gradient(45deg, #ec0000, #500b0b);
        color: white;
        font-family: 'Arial', sans-serif;
        font-size: 19px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        cursor: pointer;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
    }

    .btn2 {
        position: relative;
        display: inline-block;
        padding: 10px 25px;
        border: none;
        border-radius: 50px;
        background: linear-gradient(45deg, #ffffff, #ffffff);
        color: #000000;
        font-family: 'Arial', sans-serif;
        font-size: 19px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        cursor: pointer;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
        z-index: 0;
    }
    .btn2:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        background: linear-gradient(45deg, #380076, #ec0000);
        color: #fff;
    }
    .btn2:active {
        transform: translateY(1px);
    }

    .btn2::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: 0.5s;
    }
    .btn2:hover::before {
        left: 100%;
    }
    .btn2 span {
        position: relative;
        z-index: 1;
    }
    .btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        background: linear-gradient(45deg, #380076, #ec0000);
        color: #fff;
    }
    .btn:active {
        transform: translateY(1px);
    }

    .btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: 0.5s;
    }

    .btn:hover::before {
        left: 100%;
    }

    .btn span {
        position: relative;
        z-index: 1;
    }

    /* about us start */
    .about-img img {
        width: 100%;
        height: auto;
    }

    .about-one {
        background-image: url(assets/images/homepage/about-bg.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .about-one1 {
        background-image: url(assets/images/homepage/about-s.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .title-container1 {
        display: flex !important;
        flex-direction: column;
        margin-bottom: 40px;
        text-align: left;
        text-align: center;
        align-items: center;
    }

    .subtitle p {
        font-size: 19px;
        color: var(--secondary);
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 5px;
        font-weight: 700;
    }

    .subtitle2 p {
        font-size: 19px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 5px;
        font-weight: 700;
    }

    h2 {
        font-size: 35px;
        color: #000;
        position: relative;
        padding: 0;
        font-weight: 600;
        margin: 0 0 5px 0;
        display: inline-block;
    }

    .te-whi {
        color: #fff;
    }

    .subtitle p::before,
    .subtitle p::after {
        content: "❖";
        color: var(--secondary);
        font-size: 19px;
        position: relative;
    }

    .subtitle2 p::before,
    .subtitle2 p::after {
        content: "❖";
        color: #fff;
        margin: 0 10px;
        font-size: 19px;
        position: relative;
    }
    .subtitle2 p::before {
        margin-left: 0;
    }
    .decoration-line {
        max-width: 270px;
        height: auto;
        display: block;
    }
    .title-container.text-left .decoration-line {
        margin-left: 0;
    }

    /* about us section second create images section */
    .hero-images {
        position: relative;
        margin-left: 20px;
    }

    .hero-image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 400px;
    }
    .hero-image figure {
        border-radius: 50%;
    }

    .image-anime {
        position: relative;
        overflow: hidden;
    }

    .hero-image figure img {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        border-radius: 50%;
        transition: all 0.4s ease-in-out;
    }
    .image-anime:after {
        content: "";
        position: absolute;
        width: 200%;
        height: 0%;
        left: 50%;
        top: 50%;
        background-color: rgba(255, 255, 255, .3);
        transform: translate(-50%, -50%) rotate(-45deg);
        z-index: 1;
    }
    .country-flag-img-1 {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(-50%, -50%);
        z-index: 2;
    }
    .country-flag-img-1 img,
    .country-flag-img-2 img {
        max-width: 40px;
    }
    .country-flag-img-2 {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(50%, -50%);
        z-index: 2;
    }
    .country-circle-img img {
        animation: infiniterotate 30s infinite linear;
    }
    @keyframes infiniterotate {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }
    .country-circle-img img {
        overflow: hidden;
        max-width: 100%;
        position: relative;
    }
    .country-circle-img {
        overflow: hidden;
    }
    /* services start */
    .service-block-two .inner-box:hover {
        box-shadow: 0 20px 40px 10px #c6c8cc;
    }
    .service-block-two .inner-box {
        position: relative;
        display: block;
        background: #fff;
        border-radius: 20px;
        padding: 20px;
        box-shadow: 0 15px 30px 10px #ababab;
        margin-bottom: 25px;
        transition: all 500ms ease;
    }
    .service-block-two .inner-box:hover:before {
        height: 100%;
        top: 0px;
    }
    .service-block-two .inner-box:before {
        background: var(--secondary);
        border-radius: 20px;
    }
    .service-block-two .inner-box:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 0%;
        left: 0px;
        bottom: 0px;
        transition: all 500ms ease;
    }
    .service-block-two .inner-box .image-box {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 20px;
        padding: 0;
        margin-bottom: 0;
    }
    .service-block-two .inner-box:hover .image-box img {
        transform: scale(1.05);
        transition: 350ms;
    }
    .service-block-two .inner-box .image-box img {
        width: 100%;
        border-radius: 20px;
        height: auto;
    }
    .service-block-two .inner-box .lower-content {
        position: relative;
        padding-top: 23px;
        text-align: center;
    }
    .service-block-two .inner-box .lower-content h4 {
        margin-bottom: 10px;
    }
    .service-block-two .inner-box h4 {
        display: block;
        font-size: 25px;
        line-height: 26px;
        font-weight: 700;
        margin-bottom: 19px;
        position: relative;
    }
    .service-block-two .inner-box:hover .icon-box,
    .service-block-two .inner-box:hover h4 a,
    .service-block-two .inner-box:hover p {
        color: #ffffff;
    }
    .service-block-two .inner-box .lower-content p {
        margin-bottom: 15px;
    }
    a {
        color: #000;
        text-decoration: none;
    }
    /* funfact */
    .funfact-one {
        background-image: url(assets/images/homepage/advert_bg.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    @media (min-width: 768px) {
        .funfact-one__item {
            margin-top: 50px;
        }
    }
    .funfact-one__item {
        position: relative;
        padding-bottom: 30px;
        width: 100%;
        border-radius: 34px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(20px);
        text-align: center;
        flex: 20%;
    }
    .funfact-one__icon {
        position: relative;
        margin-top: -44px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px;
        width: 118px;
        overflow: hidden;
        height: 118px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 50px;
        color: var(--primary);
        background-color: #fff;
        transition: all 0.6s ease;
    }
    .funfact-one__icon .funfact-one__item__hover {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        transition: 500ms ease;
        transform: scale(1.3);
        z-index: -1;
    }
    .funfact-one__icon .funfact-one__item__hover::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: rgba(var(--nionx-title-rgb, 29, 23, 41), 0.85);
    }
    @media (min-width: 768px) {
        .funfact-one__count {
            font-size: 40px;
        }
    }
    .funfact-one__count {
        color: #fff;
        font-size: 40px;
        font-style: normal;
        font-weight: 800;
        line-height: 150%;
        margin-bottom: 0;
    }
    @media (min-width: 768px) {
        .funfact-one__count {
            font-size: 40px;
        }
    }
    .funfact-one__count {
        color: #fff;
        font-size: 40px;
        font-style: normal;
        font-weight: 800;
        line-height: 150%;
        margin-bottom: 0;
    }
    @media (min-width: 768px) {
        .funfact-one__count {
            font-size: 40px;
        }
    }
    .funfact-one__count {
        color: #fff;
        font-size: 40px;
        font-style: normal;
        font-weight: 800;
        line-height: 150%;
        margin-bottom: 0;
    }
    @media (min-width: 768px) {
        .funfact-one__count {
            font-size: 40px;
        }
    }
    .funfact-one__count {
        color: #fff;
        font-size: 33px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        margin-bottom: 0;
    }
    ul.menu li {
        list-style: none;
        text-transform: capitalize;
    }
    .funfact-one__text {
        color: #fff;
        font-size: 19px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 0;
    }
    .funfact-one__item::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0%;
        left: 0%;
        bottom: auto;
        background: var(--primary);
        z-index: -5;
        transition: all 0.4s ease-in-out;
        border-radius: 34px;
        opacity: 0;
    }
    .funfact-one__item:hover {
        border: 1px solid rgba(95, 45, 222, 0.2);
    }
    .funfact-one__item:hover::after {
        opacity: 1;
    }
    .widget_nav_menu{
        padding-top: 0;
        padding-bottom: 0;
    }
.menu li a {
  position: relative;
  padding-left: 14px;
}
.footer-widget-title {
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 21px;
    z-index: 1;
}
.footer-widget-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 90px;
    height: 2px;
    background: rgb(0 0 0);
    bottom: 0;
    left: 0;
}
.footer-widget-title::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 30px;
    height: 2px;
    background-color: var(--primary);
    bottom: 0;
    left: 18px;
}
#menu-footer1 li a::before {
  content: "\e80e"; 
  font-family: "fontello";
  font-style: normal;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: normal;
  color: var(--primary); 
}
#menu-footer2 li a::before {
  content: "\e80e";
  font-family: "fontello";
  font-style: normal;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: normal;
  color: var(--primary);
}
.footer-widget-box.list ul li {
    color: #fff;
}
    .funfact-one__item:hover .funfact-one__item__hover {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    .funfact-one__item:hover .funfact-one__icon {
        background: transparent;
        border: 0px solid #fff;
    }

    .funfact-one__icon .funfact-one__item__hover::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #fff;
    }

    /* cta start */
    .cta-area {
        position: relative;
        z-index: 99;
        bottom: -70px;
        overflow: hidden;
        padding-top: 95px;
        padding-bottom: 0;
    }
    .cta-wrapper {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        margin-top: -100px;
        padding: 40px;
        border-radius: 0px;
        z-index: 1;
        border-radius: 10px;
    }
    .cta-wrapper::before {
        content: "";
        position: absolute;
        background: #eb0d00bd;
        border-radius: 0px;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0px;
        opacity: .85;
        z-index: -1;
        border-radius: 10px;
    }
    @media (min-width: 992px) {
        .text-lg-start {
            text-align: left !important;
        }
    }
    .cta-divider {
        position: relative;
    }

    .cta-divider {
        color: #fff;
    }

    .cta-divider::before {
        position: absolute;
        content: close-quote;
        width: 2px;
        bottom: 0;
        background-color: #fff;
        right: -118px;
        top: 0;
    }
    .cta-text h1 {
        color: #fff;
        font-size: 38px;
        text-transform: capitalize;
        margin-bottom: 15px;
    }
    .cta-divider:after {
        width: 0px;
        position: absolute;
        content: close-quote;
        height: 0px;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid #fff;
        top: 50%;
        transform: translateY(-50%);
        right: -124px;
    }
    @media (min-width: 992px) {
        .text-lg-end {
            text-align: right !important;
        }
    }
    .mb-20 {
        margin-bottom: 20px;
    }
    .cta-number {
        font-size: 32px;
        color: #fff !important;
        font-weight: 700;
    }
    .cta-number i {
        margin-right: 15px;
    }
    /* footer start */
    .footer-area {
        background-image: url(assets/images/homepage/footer-bg.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
    }
    .carousel-indicators [data-bs-target] {
        background-color: var(--primary);
    }
    .footer-widget-box {
        margin-bottom: 20px;
    }
    .footer-widget {
        position: relative;
        z-index: 1;
    }
    .footer-logo img {
        width: 250px;
        margin-bottom: 10px;
    }
    .copyright {
        position: relative;
        padding: 20px 0;
        background: #ffffff;
        border-bottom: 5px solid var(--primary);
        z-index: 1;
    }
    .copyright::before {
        content: "";
        position: absolute;
        left: 0;
        top: -10px;
        bottom: -1px;
        background: var(--primary);
        width: 150px;
        clip-path: polygon(0 0, 70% 0%, 100% 100%, 0% 100%);
        z-index: -1;
    }
    .copyright::after {
        content: "";
        position: absolute;
        right: 0;
        top: -10px;
        bottom: -1px;
        background: var(--primary);
        width: 150px;
        clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
        z-index: -1;
    }
    .copyright .footer-menu {
        margin: 0;
        padding: 0;
        text-align: right;
    }
    .copyright .footer-menu li {
        display: inline-block;
        margin-left: 25px;
        font-size: 19px;
    }
    .copyright .footer-menu li a {
        color: #000;
        transition: all .5s ease-in-out;
    }
    .copyright .footer-menu li a:hover {
        color: var(--primary);
    }
    .copyright .copyright-text {
        color: #000000;
        margin-bottom: 0px;
        font-size: 19px;
        text-align: center;
    }
    .copyright .copyright-text a {
        color: #000000 !important;
        font-weight: 500;
    }
    .widget-title {
        color: #fff;
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 30px;
        font-size: 21px;
        z-index: 1;
    }
    .widget-title::before {
        position: absolute;
        content: '';
        z-index: -1;
        width: 90px;
        height: 2px;
        background: rgb(0 0 0);
        bottom: 0;
        left: 0;
    }
    .widget-title::after {
        position: absolute;
        content: '';
        z-index: -1;
        width: 30px;
        height: 2px;
        background-color: var(--primary);
        bottom: 0;
        left: 18px;
    }
   #menu-footer1{
        display: flex;
        flex-direction: column;
        gap: .65rem;
        color: #fff;
    }
    #menu-footer1 li a {
        color: #fff;
        transition: all .5s ease-in-out;
    }
    #menu-footer1 li a i {
        margin-right: 5px;
        color: var(--primary);
    }
    #menu-footer1 li a:hover {
        padding-left: 10px;
        color: var(--primary);
    }
   #menu-footer2{
        display: flex;
        flex-direction: column;
        gap: .65rem;
        color: #fff;
    }

    #menu-footer2 li a {
        color: #fff;
        transition: all .5s ease-in-out;
    }

    #menu-footer2 li a i {
        margin-right: 5px;
        color: var(--primary);
    }

    #menu-footer2 li a:hover {
        padding-left: 10px;
        color: var(--primary);
    }
    .footer-widget-box p {
        color: #fff;
        padding-right: 18px;
        margin-bottom: 20px;
    }

    .footer-social {
        display: flex;
        gap: 15px;
        margin-top: 23px;
    }

    .footer-social li a i {
        height: 38px;
        width: 38px;
        line-height: 38px;
        text-align: center;
        border-radius: 50px;
        background: var(--primary);
        color: #fff;
        transition: all .5s ease-in-out;
    }

    ul.footer-contact {
        padding-left: 0;
    }

    .footer-social li a i:hover {
        background: #fff;
        color: var(--primary);
    }

    .footer-contact li {
        position: relative;
        display: flex;
        justify-content: start;
        align-items: center;
        color: #fff;
        font-size: 19px;
        margin-bottom: 9px;
    }
    .footer-contact li a {
        color: #fff;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .footer-contact li i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 19px;
        margin-right: 6px;
        border-radius: 50px;
        background: var(--primary);
        text-align: center;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        color: #fff;
    }
    .pad-footer {
        padding-bottom: 55px;
    }
    .pt-100 {
        padding-top: 50px;
    }
    ul.footer-social li {
        list-style: none;
    }
    .footer-social {
        padding-left: 0;
    }
    @media all and (max-width: 991px) {
        .footer-widget-wrapper {
            padding-bottom: 0px;
        }

        .copyright .footer-menu {
            float: left;
            margin-top: 20px;
            text-align: left;
        }

        .copyright .footer-menu li {
            margin-left: 0;
            margin-right: 15px;
        }

    }

    @media all and (max-width: 767px) {
        .footer-widget-wrapper {
            padding-bottom: 0px;
        }

        .footer-social {
            justify-content: flex-start;
            margin-top: 20px;
        }
        .copyright::before,
        .copyright::after {
            display: none;
        }
        .copyright .copyright-text a {
            color: var(--primary);
        }
    }

    /* scroll area */
    .scroll-area {
        position: relative;
        z-index: 999;
    }
    .top-wrap {
        position: relative;
    }
    .scroll-area .go-top.active {
        top: 97%;
        transform: translateY(-98%);
        opacity: 1;
        visibility: visible;
        right: 20px;
        border-radius: 100%;
    }
    .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;
        transition: all 0.9s ease-out;
        border-radius: 10px;
        background-color: var(--primary);
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .scroll-area .go-top::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: linear-gradient(to right, #00132b, #00132b);
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease-out;
        border-radius: 100%;
    }
    .scroll-area .go-top i {
        position: absolute;
        top: 50%;
        left: -4px;
        right: 0;
        margin: 0 auto;
        font-size: 15px;
        transform: translateY(-50%);
        transition: all 0.5s ease-out;
    }
    .top-wrap .go-top-button i {
        font-size: 19px;
        font-weight: 700;
        padding-left: 4px;
        color: #fff;
    }
    .scroll-area .go-top i:last-child {
        opacity: 0;
        visibility: hidden;
        top: 60%;
    }
    .top-wrap .go-top-button::after {
        z-index: -1;
        content: "";
        position: absolute;
        left: -1px;
        top: -3px;
        width: 50px;
        height: 50px;
        animation: ripple 1.6s ease-out infinite;
        opacity: 0.5;
        background: linear-gradient(0deg, #ea0c00, #eb0b00);
        border-radius: 100%;
    }
    /* Ripple animation */
    @keyframes ripple {
        0% {
            transform: scale(0.8);
            opacity: 0.5;
        }

        70% {
            transform: scale(1.6);
            opacity: 0;
        }

        100% {
            transform: scale(0.8);
            opacity: 0;
        }
    }
    /* whatsapp */
    .whatsapp-float {
        position: fixed;
        bottom: 80px;
        right: 20px;
        z-index: 100;
        text-align: center;
    }

    .whatsapp-icon {
        width: 50px;
        height: 50px;
        object-fit: cover;
        background-color: #25d366;
        border-radius: 50%;
        padding: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;
    }
    .whatsapp-float:hover .whatsapp-icon {
        transform: scale(1.1);
    }

    /* rate */
    .rate-float {
        position: fixed;
        bottom: 440px;
        right: -5px;
        z-index: 100;
        text-align: center;
    }
    .rate-icon {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 50%;
        padding: 10px;
        transition: transform 0.3s ease;
    }
    .rate-float:hover .rate-icon {
        transform: scale(1.1);
    }
.heighlight{
    font-size: 18px;
    font-weight: 700;
}
    /* blog strat */
    .blog-card-three {
        position: relative;
        background-color: #fff;
        border: 1px solid #eaf0fa;
        padding: 0;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 15px;
        margin-bottom: 25px;
    }
    .blog-card-three__image {
        position: relative;
        z-index: 2;
        overflow: hidden;
        margin: 0 -1px;
    }
    .blog-card-three__image img:first-child {
        transform: translatex(50%) scalex(2);
        opacity: 0;
        filter: blur(10px);
    }
    .blog-card-three__image img {
        transition: .5s;
        background-size: cover;
        width: 100%;
    }
    .blog-card-three__image img:nth-child(2) {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        object-fit: cover;
    }
    .blog-card-three__image img {
        transition: .5s;
        background-size: cover;
        width: 100%;
    }
    .blog-card-three__date {
        position: absolute;
        left: 30px;
        top: 0;
        z-index: 1;
        width: 62px;
        border: 2px solid var(--primary);
        text-align: center;
        font-size: 15px;
        color: #fff;
        line-height: 1;
        padding: 2px 5px 8px;
    }
    .blog-card-three__date span {
        display: block;
        font-size: 28px;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 2px;
    }
    .blog-card-three__date__year {
        display: block;
        font-size: 19px;
        margin: 14px 0 0;
    }
    .blog-card-three__date:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 62%;
        background-color: var(--primary);
        content: "";
        z-index: -1;
    }
    .blog-card-three__image__link {
        display: flex;
        width: 100%;
        height: 100%;
        background-color: rgba(var(--tolak-black-rgb, 5, 29, 31), .77);
        position: absolute;
        top: 0;
        left: 0;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transform: translateY(-20%);
        transition: opacity .5s ease, transform .5s ease;
    }
    .blog-card-three:hover .blog-card-three__image>a {
        opacity: 1;
        transform: translateY(0);
    }
    .blog-card-three__image__link i {
        width: 40px;
        height: 40px;
        background-color: #fff;
        display: block;
        position: absolute;
        border-radius: 3px;
        right: 10px;
        bottom: 10px;
        color: var(--primary);
        font-size: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .5s;
    }
    .sr-only {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .blog-card-three__content {
        position: relative;
        padding: 28px 30px 24px;
    }

    .blog-card-three__title {
        color: var(--secondary);
        font-size: 25px;
        line-height: 28px;
        margin: 0 0 10px;
    }

    .blog-card-three__meta {
        position: relative;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .blog-card-three__meta__author {
        display: flex;
        align-items: center;
        font-size: 14px;
    }

    .blog-card-three__meta__author img {
        width: 33px !important;
        height: 33px;
        border: 2px solid var(--primary);
        border-radius: 50%;
        margin-right: 11px;
    }

    .blog-card-three__image img:nth-child(2) {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        object-fit: cover;
    }

    .blog-card-three__image img {
        transition: .5s;
        background-size: cover;
        width: 100%;
    }
    .blog-card-three:hover .blog-card-three__image>a {
        opacity: 1;
        transform: translateY(0);
    }
    .blog-card-three:hover .blog-card-three__image img:nth-child(2) {
        transform: translatex(-50%) scalex(2);
        opacity: 0;
        filter: blur(10px);
    }
    .blog-card-three:hover .blog-card-three__image img:first-child {
        transform: translatex(0) scalex(1);
        opacity: 1;
        filter: blur(0);
    }
    /* sign start */
    .hs_sign_left_wrapper {
        float: left;
        width: 25%;
        position: relative;
    }
    .hs_sign_main_wrapper {
        background: url(assets/images/homepage/sign_bg.webp) 50% 0 repeat-y;
        background-position: center 0;
        background-size: cover;
        background-repeat: no-repeat;
        float: left;
        width: 100%;
        height: 100%;
    }
    ul {
        padding: 0;
    }
    .hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_wrapper {
        float: left;
        width: 80px;
        height: 80px;
        border: 8px solid rgba(0, 0, 0, 0.0784313725490196);
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }
    .hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_wrapper i {
        width: 65px;
        height: 65px;
        float: left;
        text-align: center;
        line-height: 65px;
        background: var(--primary);
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_wrapper i:before {
        margin-left: 0;
        color: #ffffff;
        font-size: 40px;
    }
    .hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_cont_wrapper {
        float: left;
        width: calc(100% - 80px);
        padding-top: 15px;
        padding-left: 15px;
    }
    .hs_sign_left_tabs_wrapper li .hs_tabs_btn {
        float: left;
        width: 100%;
        font-size: 19px;
        font-weight: bold;
        color: #000000;
        background: rgba(255, 255, 255, 0.21);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_cont_wrapper li:last-child {
        font-size: 19px;
    }
    .hs_sign_left_tabs_border_wrapper1 span {
        position: absolute;
        top: 45px;
        width: 10px;
        height: 10px;
        background: #565656;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_sign_left_tabs_border_wrapper1 span:before {
        content: '';
        border: 1px dashed #565656;
        width: 25px;
        position: absolute;
        -moz-transform: rotate(231deg);
        -webkit-transform: rotate(231deg);
        -o-transform: rotate(231deg);
        -ms-transform: rotate(231deg);
        transform: rotate(231deg);
        top: 99px;
        left: 219px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_sign_left_tabs_border_wrapper1 span:after {
        content: '';
        border: 1px dashed #565656;
        width: 228px;
        position: absolute;
        left: 2px;
        -moz-transform: rotate(201deg);
        -webkit-transform: rotate(201deg);
        -o-transform: rotate(201deg);
        -ms-transform: rotate(201deg);
        transform: rotate(201deg);
        top: 47px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_slider_tabs_icon_cont_wrapper li {
        list-style: none;
    }
    .hs_sign_left_tabs_wrapper_2 {
        margin-top: 25px;
        float: left;
        width: 100%;
    }
    .hs_sign_left_tabs_border_wrapper2 span:after {
        content: '';
        border: 1px dashed #565656;
        width: 173px;
        position: absolute;
        left: 8px;
        -moz-transform: rotate(193deg);
        -webkit-transform: rotate(193deg);
        -o-transform: rotate(193deg);
        -ms-transform: rotate(193deg);
        transform: rotate(193deg);
        top: 24px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_sign_left_tabs_border_wrapper2 span {
        position: absolute;
        top: 72px;
        width: 10px;
        height: 10px;
        background: #565656;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hs_sign_left_tabs_border_wrapper3 span {
        position: absolute;
        top: 72px;
        width: 10px;
        height: 10px;
        background: #565656;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hs_sign_left_tabs_border_wrapper3 span:after {
        content: '';
        border: 1px dashed #565656;
        width: 136px;
        position: absolute;
        left: 8px;
        -moz-transform: rotate(181deg);
        -webkit-transform: rotate(181deg);
        -o-transform: rotate(181deg);
        -ms-transform: rotate(181deg);
        transform: rotate(181deg);
        top: 5px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hs_sign_left_tabs_border_wrapper4 span {
        position: absolute;
        top: 72px;
        width: 10px;
        height: 10px;
        background: #565656;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hs_sign_left_tabs_border_wrapper4 span:after {
        content: '';
        border: 1px dashed #565656;
        width: 141px;
        position: absolute;
        left: 8px;
        -moz-transform: rotate(169deg);
        -webkit-transform: rotate(169deg);
        -o-transform: rotate(169deg);
        -ms-transform: rotate(169deg);
        transform: rotate(169deg);
        top: -9px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hs_sign_left_tabs_border_wrapper5 span {
        position: absolute;
        top: 72px;
        width: 10px;
        height: 10px;
        background: #565656;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hs_sign_left_tabs_border_wrapper5 span:after {
        content: '';
        border: 1px dashed #565656;
        width: 193px;
        position: absolute;
        left: 5px;
        -moz-transform: rotate(160deg);
        -webkit-transform: rotate(160deg);
        -o-transform: rotate(160deg);
        -ms-transform: rotate(160deg);
        transform: rotate(160deg);
        top: -30px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hs_sign_left_tabs_border_wrapper6 span {
        position: absolute;
        top: 71px;
        width: 10px;
        height: 10px;
        background: #565656;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hs_sign_left_tabs_border_wrapper6 span:before {
        content: '';
        border: 1px dashed #565656;
        width: 35px;
        position: absolute;
        -moz-transform: rotate(132deg);
        -webkit-transform: rotate(132deg);
        -o-transform: rotate(132deg);
        -ms-transform: rotate(132deg);
        transform: rotate(132deg);
        top: -121px;
        left: 227px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hs_sign_left_tabs_border_wrapper6 span:after {
        content: '';
        border: 1px dashed #565656;
        width: 245px;
        position: absolute;
        left: -2px;
        -moz-transform: rotate(154deg);
        -webkit-transform: rotate(154deg);
        -o-transform: rotate(154deg);
        -ms-transform: rotate(154deg);
        transform: rotate(154deg);
        top: -53px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hs_sign_center_wrapper {
        float: left;
        width: 50%;
    }

    .hs_cycle_main_wrapper {
        float: left;
        margin-left: 141px;
        margin-top: 147px;
    }

    .hs_cycle_img {
        position: relative;
    }

    .hs_cycle_img img {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        width: 295px;
        height: 295px;
        position: relative;
    }

    .hs_cycle_img span {
        position: absolute;
        top: 39px;
        left: 37px;
    }

    .pulse {
        margin: 100px;
        display: block;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: rgba(55, 164, 221, 0.5803921568627451);
        cursor: pointer;
        box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
        animation: pulse 2s infinite;
    }

    .hs_tab_shap1 {
        position: absolute;
        -moz-transform: rotate(-62deg);
        -webkit-transform: rotate(-62deg);
        -o-transform: rotate(-62deg);
        -ms-transform: rotate(-62deg);
        transform: rotate(-62deg);
        top: 29px;
        left: 35px;
        z-index: 1;
    }

    .hs_tab_shap1 svg {
        fill: #91c8cb;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hs_tab_shap1 p,
    .hs_tab_shap2 p,
    .hs_tab_shap3 p,
    .hs_tab_shap4 p,
    .hs_tab_shap5 p,
    .hs_tab_shap6 p,
    .hs_tab_shap7 p,
    .hs_tab_shap8 p,
    .hs_tab_shap9 p,
    .hs_tab_shap10 p,
    .hs_tab_shap11 p,
    .hs_tab_shap12 p {
        position: absolute;
        color: #ffffff;
        color: #ffffff;
        top: 18px;
    }

    .hs_tab_shap2 {
        position: absolute;
        -moz-transform: rotate(-31deg);
        -webkit-transform: rotate(-31deg);
        -o-transform: rotate(-31deg);
        -ms-transform: rotate(-31deg);
        transform: rotate(-31deg);
        top: 1px;
        left: 87px;
        z-index: 1;
    }

    .hs_cycle_img:after {
        content: '';
        border: 45px solid #000000;
        position: absolute;
        width: 295px;
        height: 295px;
        left: 0;
        top: 0;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

    .hs_sign_right_wrapper {
        float: left;
        width: 25%;
        position: relative;
    }
    .hs_sign_center_wrapper {
        float: left;
        width: 50%;
    }

    .hs_sign_right_wrapper {
        float: left;
        width: 25%;
        position: relative;
    }
    .hs_sign_left_tabs_wrapper_2 {
        margin-top: 25px;
        float: left;
        width: 100%;
    }
    .hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_wrapper {
        float: left;
        width: 75px;
        height: 75px;
        border: 8px solid rgba(0, 0, 0, 0.0784313725490196);
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 26%;
    }
    .hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_wrapper i {
        width: 65px;
        height: 65px;
        float: left;
        text-align: center;
        line-height: 65px;
        background: var(--primary);
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_wrapper i:before {
        margin-left: 0;
        color: #ffffff;
        font-size: 40px;
    }
    .hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_cont_wrapper {
        float: left;
        width: calc(100% - 80px);
        padding-top: 15px;
        padding-left: 15px;
    }
    .hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_cont_wrapper li:last-child {
        font-size: 16px;

    }
    .hs_sign_left_tabs_wrapper li .hs_tabs_btn {
        float: left;
        width: 100%;
        font-size: 20px;
        font-weight: bold;
        color: #000000;
        background: rgba(255, 255, 255, 0.21);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_sign_right_wrapper .hs_slider_tabs_icon_cont_wrapper {
        float: left;
        width: calc(100% - 80px);
        padding-top: 15px;
        padding-right: 15px;
    }

    /*-- hs sign cycle wrapper start --*/
    .hs_cycle_main_wrapper {
        float: left;
        margin-left: 141px;
        margin-top: 147px;
    }
    .hs_cycle_img {
        position: relative;
    }
    .hs_cycle_img:after {
        content: '';
        border: 45px solid #000000;
        position: absolute;
        width: 295px;
        height: 295px;
        left: 0;
        top: 0;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }
    .hs_cycle_img span {
        position: absolute;
        top: 39px;
        left: 37px;
    }
    .pulse {
        margin: 100px;
        display: block;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: rgba(55, 164, 221, 0.5803921568627451);
        cursor: pointer;
        box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
        animation: pulse 2s infinite;
    }
    .pulse:hover {
        animation: none;
    }
    @-webkit-keyframes pulse {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(55, 164, 221, 0.51);
        }

        70% {
            -webkit-box-shadow: 0 0 0 25px rgba(204, 169, 44, 0);
        }

        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        }
    }
    @keyframes pulse {
        0% {
            -moz-box-shadow: 0 0 0 0 rgba(55, 164, 221, 0.51);
            box-shadow: 0 0 0 0 rgba(55, 164, 221, 0.51);
        }

        70% {
            -moz-box-shadow: 0 0 0 25px rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 25px rgba(204, 169, 44, 0);
        }

        100% {
            -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        }
    }
    .hs_cycle_img img {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        width: 295px;
        height: 295px;
        position: relative;
    }
    .hs_tab_shap1 svg {
        fill: #91c8cb;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_tab_shap2 svg {
        fill: #c1aa36;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_tab_shap3 svg {
        fill: #c48c59;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_tab_shap4 svg {
        fill: #c95854;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_tab_shap5 svg {
        fill: #c06175;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_tab_shap6 svg {
        fill: #9d4e69;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_tab_shap7 svg {
        fill: #b099b6;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_tab_shap8 svg {
        fill: #8da1c0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_tab_shap9 svg {
        fill: #91c8cb;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_tab_shap10 svg {
        fill: #618967;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_tab_shap11 svg {
        fill: rgb(204, 145, 39);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_tab_shap12 svg {
        fill: #8c8b3b;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_tab_shap1 p,
    .hs_tab_shap2 p,
    .hs_tab_shap3 p,
    .hs_tab_shap4 p,
    .hs_tab_shap5 p,
    .hs_tab_shap6 p,
    .hs_tab_shap7 p,
    .hs_tab_shap8 p,
    .hs_tab_shap9 p,
    .hs_tab_shap10 p,
    .hs_tab_shap11 p,
    .hs_tab_shap12 p {
        position: absolute;
        color: #ffffff;
        color: #ffffff;
        top: 18px;
    }
    .hs_tab_shap1 {
        position: absolute;
        -moz-transform: rotate(-62deg);
        -webkit-transform: rotate(-62deg);
        -o-transform: rotate(-62deg);
        -ms-transform: rotate(-62deg);
        transform: rotate(-62deg);
        top: 29px;
        left: 35px;
        z-index: 1;
    }
    .hs_tab_shap2 {
        position: absolute;
        -moz-transform: rotate(-31deg);
        -webkit-transform: rotate(-31deg);
        -o-transform: rotate(-31deg);
        -ms-transform: rotate(-31deg);
        transform: rotate(-31deg);
        top: 1px;
        left: 87px;
        z-index: 1;
    }
    .hs_tab_shap3 {
        position: absolute;
        -moz-transform: rotate(-1deg);
        -webkit-transform: rotate(-1deg);
        -o-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
        transform: rotate(-1deg);
        top: 3px;
        left: 146px;
        z-index: 1;
    }
    .hs_tab_shap4 {
        position: absolute;
        -moz-transform: rotate(29deg);
        -webkit-transform: rotate(29deg);
        -o-transform: rotate(29deg);
        -ms-transform: rotate(29deg);
        transform: rotate(29deg);
        top: 35px;
        left: 196px;
        z-index: 1;
    }
    .hs_tab_shap5 {
        position: absolute;
        -moz-transform: rotate(57deg);
        -webkit-transform: rotate(57deg);
        -o-transform: rotate(57deg);
        -ms-transform: rotate(57deg);
        transform: rotate(57deg);
        top: 87px;
        left: 224px;
        z-index: 1;
    }
    .hs_tab_shap6 {
        position: absolute;
        -moz-transform: rotate(88deg);
        -webkit-transform: rotate(88deg);
        -o-transform: rotate(88deg);
        -ms-transform: rotate(88deg);
        transform: rotate(88deg);
        top: 145px;
        left: 223px;
        z-index: 1;
    }
    .hs_tab_shap7 {
        position: absolute;
        -moz-transform: rotate(118deg);
        -webkit-transform: rotate(118deg);
        -o-transform: rotate(118deg);
        -ms-transform: rotate(118deg);
        transform: rotate(118deg);
        top: 195px;
        left: 193px;
        z-index: 1;
    }
    .hs_tab_shap8 {
        position: absolute;
        -moz-transform: rotate(148deg);
        -webkit-transform: rotate(148deg);
        -o-transform: rotate(148deg);
        -ms-transform: rotate(148deg);
        transform: rotate(148deg);
        top: 223px;
        left: 142px;
        z-index: 1;
    }
    .hs_tab_shap9 {
        position: absolute;
        -moz-transform: rotate(179deg);
        -webkit-transform: rotate(179deg);
        -o-transform: rotate(179deg);
        -ms-transform: rotate(179deg);
        transform: rotate(179deg);
        top: 222px;
        left: 83px;
        z-index: 1;
    }
    .hs_tab_shap10 {
        position: absolute;
        -moz-transform: rotate(209deg);
        -webkit-transform: rotate(209deg);
        -o-transform: rotate(209deg);
        -ms-transform: rotate(209deg);
        transform: rotate(209deg);
        top: 191px;
        left: 32px;
        z-index: 1;
    }
    .hs_tab_shap11 {
        position: absolute;
        -moz-transform: rotate(238deg);
        -webkit-transform: rotate(238deg);
        -o-transform: rotate(238deg);
        -ms-transform: rotate(238deg);
        transform: rotate(238deg);
        top: 140px;
        left: 4px;
        z-index: 1;
    }
    .hs_tab_shap12 {
        position: absolute;
        -moz-transform: rotate(267deg);
        -webkit-transform: rotate(267deg);
        -o-transform: rotate(267deg);
        -ms-transform: rotate(267deg);
        transform: rotate(267deg);
        top: 80px;
        left: 5px;
        z-index: 1;
    }
    .hs_sign_left_tabs_border_wrapper1 span {
        position: absolute;
        top: 45px;
        width: 10px;
        height: 10px;
        background: #565656;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_sign_left_tabs_border_wrapper1 span:after {
        content: '';
        border: 1px dashed #565656;
        width: 228px;
        position: absolute;
        left: 2px;
        -moz-transform: rotate(201deg);
        -webkit-transform: rotate(201deg);
        -o-transform: rotate(201deg);
        -ms-transform: rotate(201deg);
        transform: rotate(201deg);
        top: 47px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_sign_left_tabs_border_wrapper1 span:before {
        content: '';
        border: 1px dashed #565656;
        width: 25px;
        position: absolute;
        -moz-transform: rotate(231deg);
        -webkit-transform: rotate(231deg);
        -o-transform: rotate(231deg);
        -ms-transform: rotate(231deg);
        transform: rotate(231deg);
        top: 99px;
        left: 219px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_sign_left_tabs_border_wrapper2 span {
        position: absolute;
        top: 150px;
        width: 10px;
        height: 10px;
        background: #565656;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hs_sign_left_tabs_border_wrapper2 span:after {
        content: '';
        border: 1px dashed #565656;
        width: 173px;
        position: absolute;
        left: 8px;
        -moz-transform: rotate(193deg);
        -webkit-transform: rotate(193deg);
        -o-transform: rotate(193deg);
        -ms-transform: rotate(193deg);
        transform: rotate(193deg);
        top: 24px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hs_sign_left_tabs_border_wrapper3 span {
        position: absolute;
        top: 257px;
        width: 10px;
        height: 10px;
        background: #565656;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hs_sign_left_tabs_border_wrapper3 span:after {
        content: '';
        border: 1px dashed #565656;
        width: 136px;
        position: absolute;
        left: 8px;
        -moz-transform: rotate(181deg);
        -webkit-transform: rotate(181deg);
        -o-transform: rotate(181deg);
        -ms-transform: rotate(181deg);
        transform: rotate(181deg);
        top: 5px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hs_sign_left_tabs_border_wrapper4 span {
        position: absolute;
        top: 361px;
        width: 10px;
        height: 10px;
        background: #565656;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hs_sign_left_tabs_border_wrapper4 span:after {
        content: '';
        border: 1px dashed #565656;
        width: 141px;
        position: absolute;
        left: 8px;
        -moz-transform: rotate(169deg);
        -webkit-transform: rotate(169deg);
        -o-transform: rotate(169deg);
        -ms-transform: rotate(169deg);
        transform: rotate(169deg);
        top: -9px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hs_sign_left_tabs_border_wrapper5 span {
        position: absolute;
        top: 461px;
        width: 10px;
        height: 10px;
        background: #565656;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        transition: all 0.5s;
    }

    .hs_sign_left_tabs_border_wrapper5 span:after {
        content: '';
        border: 1px dashed #565656;
        width: 193px;
        position: absolute;
        left: 5px;
        -moz-transform: rotate(160deg);
        -webkit-transform: rotate(160deg);
        -o-transform: rotate(160deg);
        -ms-transform: rotate(160deg);
        transform: rotate(160deg);
        top: -30px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hs_sign_left_tabs_border_wrapper6 span {
        position: absolute;
        top: 562px;
        width: 10px;
        height: 10px;
        background: #565656;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        transition: all 0.5s;
    }

    .hs_sign_left_tabs_border_wrapper6 span:after {
        content: '';
        border: 1px dashed #565656;
        width: 245px;
        position: absolute;
        left: -2px;
        -moz-transform: rotate(154deg);
        -webkit-transform: rotate(154deg);
        -o-transform: rotate(154deg);
        -ms-transform: rotate(154deg);
        transform: rotate(154deg);
        top: -53px;
        transition: all 0.5s;
    }

    .hs_sign_left_tabs_border_wrapper6 span:before {
        content: '';
        border: 1px dashed #565656;
        width: 35px;
        position: absolute;
        -moz-transform: rotate(132deg);
        -webkit-transform: rotate(132deg);
        -o-transform: rotate(132deg);
        -ms-transform: rotate(132deg);
        transform: rotate(132deg);
        top: -121px;
        left: 227px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hs_sign_right_tabs_border_wrapper1 span {
        position: absolute;
        top: 46px;
        left: -25px;
        width: 10px;
        height: 10px;
        background: #565656;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hs_sign_right_tabs_border_wrapper1 span:after {
        content: '';
        border: 1px dashed #565656;
        width: 222px;
        position: absolute;
        left: -215px;
        -moz-transform: rotate(160deg);
        -webkit-transform: rotate(160deg);
        -o-transform: rotate(160deg);
        -ms-transform: rotate(160deg);
        transform: rotate(160deg);
        top: 43px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hs_sign_right_tabs_border_wrapper1 span:before {
        content: '';
        border: 1px dashed #565656;
        width: 35px;
        position: absolute;
        -moz-transform: rotate(132deg);
        -webkit-transform: rotate(132deg);
        -o-transform: rotate(132deg);
        -ms-transform: rotate(132deg);
        transform: rotate(132deg);
        top: 95px;
        left: -239px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_sign_right_tabs_border_wrapper2 span {
        position: absolute;
        top: 154px;
        left: -32px;
        width: 10px;
        height: 10px;
        background: #565656;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        transition: all 0.5s;
    }
    .hs_sign_right_tabs_border_wrapper2 span:after {
        content: '';
        border: 1px dashed #565656;
        width: 166px;
        position: absolute;
        left: -161px;
        -moz-transform: rotate(166deg);
        -webkit-transform: rotate(166deg);
        -o-transform: rotate(166deg);
        -ms-transform: rotate(166deg);
        transform: rotate(166deg);
        top: 24px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_sign_right_tabs_border_wrapper3 span {
        position: absolute;
        top: 261px;
        left: -15px;
        width: 10px;
        height: 10px;
        background: #565656;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        transition: all 0.5s;
    }
    .hs_sign_right_tabs_border_wrapper3 span:after {
        content: '';
        border: 1px dashed #565656;
        width: 145px;
        position: absolute;
        left: -139px;
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 4px;
        transition: all 0.5s;
    }
    .hs_sign_right_tabs_border_wrapper4 span {
        position: absolute;
        top: 364px;
        left: -20px;
        width: 10px;
        height: 10px;
        background: #565656;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_sign_right_tabs_border_wrapper4 span:after {
        content: '';
        border: 1px dashed #565656;
        width: 145px;
        position: absolute;
        left: -139px;
        -moz-transform: rotate(196deg);
        -webkit-transform: rotate(196deg);
        -o-transform: rotate(196deg);
        -ms-transform: rotate(196deg);
        transform: rotate(196deg);
        top: -16px;
        transition: all 0.5s;
    }
    .hs_sign_right_tabs_border_wrapper5 span {
        position: absolute;
        top: 475px;
        left: -31px;
        width: 10px;
        height: 10px;
        background: #565656;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        transition: all 0.5s;
    }
    .hs_sign_right_tabs_border_wrapper5 span:after {
        content: '';
        border: 1px dashed #565656;
        width: 184px;
        position: absolute;
        left: -175px;
        -moz-transform: rotate(205deg);
        -webkit-transform: rotate(205deg);
        -o-transform: rotate(205deg);
        -ms-transform: rotate(205deg);
        transform: rotate(205deg);
        top: -37px;
        transition: all 0.5s;
    }
    .hs_sign_right_tabs_border_wrapper6 span {
        position: absolute;
        top: 562px;
        left: -21px;
        width: 10px;
        height: 10px;
        background: #565656;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_sign_right_tabs_border_wrapper6 span:after {
        content: '';
        border: 1px dashed #565656;
        width: 216px;
        position: absolute;
        left: -201px;
        -moz-transform: rotate(210deg);
        -webkit-transform: rotate(210deg);
        -o-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg);
        top: -52px;
        transition: all 0.5s;
    }
    .hs_sign_right_tabs_border_wrapper6 span:before {
        content: '';
        border: 1px dashed #565656;
        width: 43px;
        position: absolute;
        -moz-transform: rotate(44deg);
        -webkit-transform: rotate(44deg);
        -o-transform: rotate(44deg);
        -ms-transform: rotate(44deg);
        transform: rotate(44deg);
        top: -122px;
        left: -225px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_sign_left_tabs_wrapper:hover .hs_slider_tabs_icon_wrapper img {
        background: var(--secondary);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_sign_left_tabs_wrapper:hover .hs_slider_tabs_icon_cont_wrapper li .hs_tabs_btn {
        color: var(--secondary) !important;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_sign_left_tabs_border_wrapper1:hover span,
    .hs_sign_left_tabs_border_wrapper2:hover span,
    .hs_sign_left_tabs_border_wrapper3:hover span,
    .hs_sign_left_tabs_border_wrapper4:hover span,
    .hs_sign_left_tabs_border_wrapper5:hover span,
    .hs_sign_left_tabs_border_wrapper6:hover span,
    .hs_sign_right_tabs_border_wrapper1:hover span,
    .hs_sign_right_tabs_border_wrapper2:hover span,
    .hs_sign_right_tabs_border_wrapper3:hover span,
    .hs_sign_right_tabs_border_wrapper4:hover span,
    .hs_sign_right_tabs_border_wrapper5:hover span,
    .hs_sign_right_tabs_border_wrapper6:hover span {
        background: var(--secondary);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_sign_left_tabs_border_wrapper1:hover span:before,
    .hs_sign_left_tabs_border_wrapper1:hover span:after,
    .hs_sign_left_tabs_border_wrapper2:hover span:before,
    .hs_sign_left_tabs_border_wrapper2:hover span:after,
    .hs_sign_left_tabs_border_wrapper3:hover span:before,
    .hs_sign_left_tabs_border_wrapper3:hover span:after,
    .hs_sign_left_tabs_border_wrapper4:hover span:before,
    .hs_sign_left_tabs_border_wrapper4:hover span:after,
    .hs_sign_left_tabs_border_wrapper5:hover span:before,
    .hs_sign_left_tabs_border_wrapper5:hover span:after,
    .hs_sign_left_tabs_border_wrapper6:hover span:before,
    .hs_sign_left_tabs_border_wrapper6:hover span:after,
    .hs_sign_right_tabs_border_wrapper1:hover span:before,
    .hs_sign_right_tabs_border_wrapper1:hover span:after,
    .hs_sign_right_tabs_border_wrapper2:hover span:before,
    .hs_sign_right_tabs_border_wrapper2:hover span:after,
    .hs_sign_right_tabs_border_wrapper3:hover span:before,
    .hs_sign_right_tabs_border_wrapper3:hover span:after,
    .hs_sign_right_tabs_border_wrapper4:hover span:before,
    .hs_sign_right_tabs_border_wrapper4:hover span:after,
    .hs_sign_right_tabs_border_wrapper5:hover span:before,
    .hs_sign_right_tabs_border_wrapper5:hover span:after,
    .hs_sign_right_tabs_border_wrapper6:hover span:before,
    .hs_sign_right_tabs_border_wrapper6:hover span:after {
        border: 1px dashed var(--secondary);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hs_tab_shap1:hover svg,
    .hs_tab_shap2:hover svg,
    .hs_tab_shap3:hover svg,
    .hs_tab_shap4:hover svg,
    .hs_tab_shap5:hover svg,
    .hs_tab_shap6:hover svg,
    .hs_tab_shap7:hover svg,
    .hs_tab_shap8:hover svg,
    .hs_tab_shap9:hover svg,
    .hs_tab_shap10:hover svg,
    .hs_tab_shap11:hover svg,
    .hs_tab_shap12:hover svg {
        fill: var(--secondary);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    /*-- hs service wrapper Start --*/
    .hs_service_main_wrapper {
        float: left;
        width: 100%;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .hs_service_main_box_wrapper {
        float: left;
        width: 100%;
        text-align: center;
        border: 1px dashed #cecece;
        padding: 30px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hs_service_icon_main_wrapper {
        display: inline-block;
        border: 1px dashed #cecece;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        padding: 10px;
    }

    .hs_service_icon_wrapper {
        position: relative;
        width: 90px;
        height: 90px;
        text-align: center;
        line-height: 90px;
        border: 1px dashed #cecece;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        float: left;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hs_service_icon_wrapper i:before {
        color: var(--primary);
        margin-left: 0;
        font-size: 40px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hs_service_icon_cont_wrapper {
        float: left;
        width: 100%;
        display: inline-block;
    }
    .hs_service_icon_cont_wrapper h2 {
        font-size: 20px;
        color: #000000;
        font-weight: bold;
        text-transform: uppercase;
        padding-top: 40px;
        padding-bottom: 20px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hs_service_icon_cont_wrapper h5 a {
        font-size: 16px;
        color: var(--primary);
        padding-top: 20px;
        display: inline-block;
    }

    .hs_service_icon_cont_wrapper h5 a i {
        position: relative;
        top: 2px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hs_service_icon_cont_wrapper h5 a:hover i {
        padding-left: 5px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .portfolio-filter ul {
        display: inline-block;
        margin-top: 60px;
        margin-bottom: 30px;
        border: 1px dashed #cecece;
    }

    .III_column {
        margin-top: 30px;
    }

    .portfolio-filter li {
        float: left;
        position: relative;
    }

    #filter li a {
        display: block;
        font-size: 19px;
        color: #969595;
        cursor: pointer;
        color: #000000;
        background: transparent;
        text-transform: uppercase;
        padding: 10px 25px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    #filter li a:hover,
    #filter li a.active {
        background: var(--primary);
        color: #ffffff;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    #filter li:nth-child(2):after {
        content: '';
        border: 1px dashed #cecece;
        height: 19px;
        position: absolute;
        left: -1px;
        top: 14px;
    }

    #filter li:nth-child(2):before {
        content: '';
        border: 1px dashed #cecece;
        height: 19px;
        position: absolute;
        right: -1px;
        top: 14px;
    }

    .btc_step_overlay {
        position: absolute;
        left: 50%;
        right: 50%;
        top: 50%;
        bottom: 50%;
        opacity: 0;
        padding: 10px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hs_service_main_box_wrapper:hover .btc_step_overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--primary);
        opacity: 1;
    }

    .hs_service_main_box_wrapper:hover .hs_service_icon_wrapper i:before {
        position: relative;
        color: #ffffff;
        z-index: 100;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hs_service_main_box_wrapper:hover .hs_service_icon_cont_wrapper h2 {
        color: var(--primary);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hs_service_main_box_wrapper:hover {
        border-bottom: 1px dashed var(--primary);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    /* baneer start */
    .baneer-a {
        background-image: url(assets/images/homepage/bg.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 100px;
        padding-bottom: 180px;
    }

    .b-btn {
        display: flex;
        justify-content: space-around;
        margin-top: 15px;
    }

    /* famus  */
    .aavira-section .container {
        position: relative;
        z-index: 2;
    }

    .whatsapp-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #ffcc00;
        color: #000;
        font-weight: 600;
        /*padding: 10px 18px;*/
        /*border-radius: 50px;*/
        text-decoration: none;
        transition: 0.3s;
    }

    /*.whatsapp-btn:hover {*/
    /*    background: #e6b800;*/
    /*    color: #000;*/
    /*}*/

    /*.whatsapp-btn i {*/
    /*    font-size: 19px;*/
    /*    color: #000;*/
    /*}*/

    .aavira-section {
        background-image: url(assets/images/homepage/bg5-1.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    /* Testimonial Section */
    .testimonial-section {
        position: relative;
        background-color: #ededed;
        background-image: url(assets/images/testimonials/testibg.webp);
        background-size: contain;
        background-position: center;
    }
    .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;
        margin-top: 20px;
        padding-right: 15px;
    }
    .testimonial-section .btn_01 {
        position: relative;
        width: 10px;
        height: 5px;
        margin-bottom: 10px;
        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;
        margin-bottom: 30px;
    }
    .testimonial-block .inner-box {
        position: relative;
        padding: 30px;
        background: #fff;
        border-radius: 0px 50px 50px 0px;
        box-shadow: 0px 0px 2px 2px var(--primary);
        margin-right: 5px;
        margin-top: 5px;
        height: 364px;

    }
    .fram1 iframe {
        margin-right: 10px;
        border-radius: 5px;
    }

    .fram iframe {
        border-radius: 5px;
    }
    .testimonial-block .inner-box:before {
        position: absolute;
    }
    .testimonial-block .inner-box .upper-box {
        float: left;
        width: 100%;
    }
    .testimonial-block .inner-box .upper-box .icon {
        width: 100px;
        margin-bottom: 20px;
    }
    .testimonial-block .inner-box .upper-box h4 {
        position: relative;
        font-weight: 600;
    }
    .testimonial-block .inner-box .upper-box .designation {
        position: relative;
        font-size: 16px;
    }
    .testimonial-block .inner-box .text {
        margin-bottom: 12px;
        color: #000;
        font-size: 18px;
        font-weight: 500;
        float: left;
        width: 100%;
    }
    .carousel-control-prev i {
        margin-right: 0px;
    }
    .carousel-control-next i {
        margin-left: 0px;
    }
    img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
        width: 100%;
        height: auto;
        cursor: pointer;
    }
    img:is([sizes="auto"i], [sizes^="auto,"i]) {
        contain-intrinsic-size: 3000px 1500px;
    }
    .testi-sec {
        background-image: url(assets/images/testimonials/testi-bg.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    /* Testimonial Section end*/
    .hs_slider_tabs_icon_wrapper img {
        width: 50px;
        height: 50px;
        background-color: #ec0000;
        padding: 7px;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 23%;
    }
    /* breadcrump */
    .banner1 {
        background-image: url(assets/images/homepage/banner1.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .dz-bnr-inr {
        background: var(--gradient-sec);
        background-size: cover;
        background-position: center;
        position: relative;
        overflow: hidden;
        z-index: 1;
        width: 100%;
    }
    .dz-bnr-inr .container {
        display: table;
        height: 100%;
    }
    .page_title01 {
        text-align: left;
    }
    .dz-bnr-inr h1 {
        font-size: 50px;
        margin-bottom: 20px;
        color: #fff;
        text-transform: capitalize;
    }
    nav.breadcrumb-row {
        text-align: left;
        margin-top: 0;
        z-index: 9;
        position: relative;
    }
    .breadcrumb-row ul {
        display: inline-block;
        margin-bottom: 0;
        background: var(--primary);
        color: #000;
        padding: 11px 23px;
        box-shadow: 0 0 4px 2px #ccc;
        border-radius: 50px;
    }
    .breadcrumb2 {
        font-size: 19px;
        font-weight: 300;
        margin-top: 20px;
        position: absolute;
        bottom: -94px;
    }
    .text-white {
        --bs-text-opacity: 1;
        color: #fff !important;
    }
    .demo-icon {
        font-family: fontello;
        font-style: normal;
        font-weight: 400;
        display: inline-block;
    }
    .breadcrumb-row ul li a {
        color: #fff;
    }
    .breadcrumb-row ul li.active {
        color: #fff;
    }
    .breadcrumb-row ul li {
        padding: 0;
        margin-right: 3px;
        display: inline-block;
        font-size: 19px;
        font-weight: 500;
    }

    i.demo-icon.icon-angle-double-right {
        color: #fff;
        margin-right: 3px;
    }
    .demo-icon {
        font-family: fontello;
        font-style: normal;
        font-weight: 400;
        display: inline-block;
    }
    /* Contact Page */
    .contact-info-section {
        padding: 70px 0 80px;
        position: relative;
    }

    .contact-info-section .contact-info-wrap {
        margin-top: -10px;
    }

    .contact-info-section .contact-info-wrap .single-contact-info {
        background: #ffffff;
        box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 11%);
        padding: 50px 0 20px;
        border-radius: 10px;
        margin-top: 70px;
        border: 1px solid var(--secondary);
        padding-left: 8px;
        padding-right: 7px;
        height: 190px !important;
    }

    .single-contact-info:hover.single-contact-info {
        box-shadow: 4px 4px 5px 4px rgb(220 149 86 / 53%);
        transition: 1s;
    }

    .single-contact-info.text-center::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: rgb(215 2 2);
        width: 100%;
        height: 62%;
        z-index: -1;
        transform: scaleY(1.1) scaleX(0.85);
        border-radius: 5px;
        overflow: hidden;
        top: 107px;
    }

    .contact-info-section .contact-info-wrap .single-contact-info .info-icon {
        width: 100px;
        height: 100px;
        line-height: 103px;
        background: linear-gradient(-50deg, #ec0000 17%, #38005b 119%);
        color: #ffffff;
        border-radius: 50%;
        margin: 0 auto;
        margin-top: -115px;
    }

    .contact-info-section .contact-info-wrap .single-contact-info .info-icon i {
        font-size: 40px;
        padding: 1px;
    }

    .single-contact-info.text-center::after {
        content: "";
        position: absolute;
        left: 1px;
        top: 85px;
        background: rgb(56 0 91 / 42%);
        width: 100%;
        height: 180px;
        z-index: -1;
        transform: scaleY(1.05) scaleX(0.92);
        border-radius: 5px;
    }

    .contact-info-section .contact-info-wrap .single-contact-info .info-content .title {
        font-size: 22px;
        line-height: 36px;
        color: var(--secondary);
        margin-top: 15px;
        font-weight: 800;
    }

    .contact-info-section .contact-info-wrap .single-contact-info .info-content p {
        font-size: 19px;
        line-height: 30px;
        font-weight: 700;
        color: #000;
    }

    .pos-rel {
        position: relative;
    }

    .contact-sction {
        background-image: url(assets/images/homepage/contact-us-bg.webp);
        background-position: right;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    .contact-sction .cntcform,
    .contact-sction .cntc-box-contents {
        background-color: var(--primary);
        backdrop-filter: blur(10px);
        padding: 30px;
        border-radius: 10px;
    }
    .form-group {
        margin-bottom: 10px;
    }
    .contact-sction .form-group input,
    .contact-sction .form-group textarea {
        border: 1px solid var(--primary);
    }
    .form-group input,
    .form-group textarea {
        padding: 5px 10px;
        border-radius: 5px;
        border: none;
        height: 50px;
        width: 100%;
    }
    .form-group textarea {
        height: 160px;
    }
    .contact-sction form .common-btn:hover {
        box-shadow: 0px 0px 5px 0px #000;
    }
    .single-contact-info {
        transition: transform 0.3s ease-in-out;
    }
    .info-icon {
        transition: transform 0.5s ease-in-out;
    }
    .single-contact-info:hover .info-icon {
        transform: rotateY(360deg);
    }
    iframe {
        padding: 0;
    }

    iframe {
        width: 100%;
        height: 450px;
    }
    .join-us-tow {
        position: relative;
        z-index: 1;
    }
    .join-us-tow__bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 85%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        z-index: -1;
        filter: grayscale(100%);
    }
    .join-us-tow__item {
        background-color: #fff;
        margin-top: 50px;
    }
    @media (min-width:576px) {
        .join-us-tow__content {
            padding: 1px 50px 30px;
        }
    }
    .join-us-tow__content {
        transition: all .4s ease-in-out;
        position: relative;
        z-index: 1;
        padding: 1px 30px 30px;
        box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
        border-radius: 0 0 98px 0;
    }
    .join-us-tow__icon {
        position: relative;
        margin-top: -50px;
        border-radius: 50%;
        width: 121px;
        height: 121px;
        background: var(--primary);
        font-size: 60px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 23px;
        transition: all .4s ease-in-out;
    }
    .join-us-tow__icon i {
        color: inherit;
    }
    .join-us-tow__text {
        line-height: 139.5%;
        margin-bottom: 0;
        transition: all .4s ease-in-out;
        margin-top: 10px;
    }
    .join-us-tow__shape {
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }
    .join-us-tow::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 50%;
        background: url(assets/images/homepage/vision-bg.webp) var(--primary);
        top: 0;
        left: 0;
        z-index: -1;
    }
    .join-us-tow__content:hover .join-us-tow__icon {
        background-color: #744d8c;
    }
    .join-us-tow__content {
        background: url(assets/images/homepage/vision-m-bg.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .join-us-tow__content .join-us-tow__text {
        color: #fff;
    }
    .join-us-tow__content .join-us-tow__title {
        color: #fff;
    }
    .join-us-tow__content h2 {
        color: #fff;
    }

    h3.font-23 {
        font-size: 20px;
    }

    .single-item .icon-box i {
        color: var(--primary);
        font-size: 40px;
    }
    /* whychoose us  */
    .about-four {
        position: relative;
        background-color: #fff;
        border-top: 1px double #f2e0e0;
    }
    .about-four__overlay {
        width: 666px;
        height: 503px;
        background-color: #ffe6e68c;
        position: absolute;
        top: -1px;
        left: 0;
    }
    @media (max-width: 1599px) {
        .about-four__overlay {
            width: 600px;
        }
    }
    @media (max-width: 1399px) {
        .about-four__overlay {
            width: 500px;
        }
    }

    @media (max-width: 575px) {
        .about-four__overlay {
            display: none;
        }
    }

    .about-four .container {
        position: relative;
        z-index: 2;
    }

    .about-four__image {
        position: relative;
        display: table;
        padding-left: 24px;
    }

    @media (max-width: 1199px) {
        .about-four__image {
            padding-left: 100px;
        }
    }

    @media (max-width: 575px) {
        .about-four__image {
            padding-left: 30px;
        }
    }

    @media (max-width: 430px) {
        .about-four__image {
            padding-left: 0;
        }
    }

    .about-four__image__inner {
        position: relative;
    }

    .about-four__image__inner::before {
        content: "";
        width: 340px;
        height: 356px;
        border: 2px solid var(--primary);
        position: absolute;
        top: -26px;
        left: -28px;
        border-radius: 40px;
        animation: zumpBottom 2s linear infinite;
    }

    @media (max-width: 430px) {
        .about-four__image__inner::before {
            display: none;
        }
    }
    .about-four__image__one {
        position: relative;
    }
    .about-four__image__one img {
        position: relative;
        max-width: 100%;
        height: auto;
        border-radius: 40px 40px 40px 0;
        z-index: 1;
    }
    .about-four__image__two {
        display: table;
        position: relative;
        position: absolute;
        right: 0;
        bottom: 0;
        border-radius: 40px 0 40px 0;
        border-top: 6px solid #fff;
        border-left: 6px solid #fff;
        z-index: 2;
    }
    @media (max-width: 575px) {
        .about-four__image__two {
            margin-top: 20px;
            position: relative;
        }
    }
    .about-four__image__two img {
        max-width: 100%;
        height: auto;
        border-radius: 37px 0 40px 0;
    }
    .about-four__image__two .video-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: var(--primary);
        z-index: 1;
    }
    .about-four__image__shape {
        max-width: 100%;
        height: auto;
        position: absolute;
        top: 127px;
        left: -100px;
        animation: zump 2s linear infinite;
    }
    @media (max-width: 1599px) {
        .about-four__image__shape {
            display: none;
        }
    }
    .about-four__experience {
        padding: 10px;
        position: absolute;
        left: -256px;
        bottom: 34px;
        background-color: #fff;
        border-radius: 16px;
        z-index: 2;
    }
    @media (max-width: 1799px) {
        .about-four__experience {
            left: -200px;
        }
    }
    @media (max-width: 1599px) {
        .about-four__experience {
            left: -100px;
        }
    }
    @media (max-width: 1599px) {
        .about-four__experience {
            left: -80px;
        }
    }
    @media (max-width: 1299px) {
        .about-four__experience {
            left: -30px;
        }
    }
    @media (max-width: 1199px) {
        .about-four__experience {
            left: -100px;
        }
    }
    @media (max-width: 575px) {
        .about-four__experience {
            width: calc(100% - 40px);
            left: 50%;
            transform: translateX(-50%);
        }
    }
    .about-four__experience__inner {
        padding: 9px 20px 12px 32px;
        border-radius: inherit;
        border: 1px dashed var(--primary);
    }
    .about-four__experience__title {
        position: relative;
        margin: 0;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.318;
    }
    .about-four__experience__title::before {
        content: "";
        width: 2px;
        height: 100%;
        background-color: var(--primary);
        position: absolute;
        top: 50%;
        left: -11px;
        transform: translateY(-50%);
    }
    .about-four__tab {
        position: relative;
        z-index: 2;
    }
    .about-four .sec-title {
        margin-bottom: 26px;
    }
    .about-four__text {
        margin-bottom: 10px;
    }
    .about-four .tabs-box {
        position: relative;
    }
    .about-four .tabs-box .tab-buttons {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-bottom: 34px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        z-index: 1;
    }
    @media (max-width: 767px) {
        .about-four .tabs-box .tab-buttons {
            gap: 15px;
        }
    }
    .about-four .tabs-box .tab-buttons .tab-btn {
        position: relative;
        cursor: pointer;
        padding: 10px 31px;
        font-size: 18px;
        text-align: center;
        font-weight: 700;
        color: var(--insuba-black, #122f2a);
        text-transform: uppercase;
        background-color: var(--insuba-white5, #f0f5f5);
        overflow: visible;
        border-radius: 0;
        z-index: 1;
        transition: all 500ms ease;
    }
    @media (max-width: 767px) {
        .about-four .tabs-box .tab-buttons .tab-btn {
            font-size: 16px;
        }
    }
    .about-four .tabs-box .tab-buttons .tab-btn:hover {
        color: #fff;
    }
    .about-four .tabs-box .tab-buttons .tab-btn::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -18px;
        transform: translateX(-50%);
        opacity: 0;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 18px 18px 0 18px;
        border-color: var(--primary) transparent transparent transparent;
        transition: all 500ms ease;
    }
    @media (max-width: 767px) {
        .about-four .tabs-box .tab-buttons .tab-btn::before {
            display: none;
        }
    }
    .about-four .tabs-box .tab-buttons .tab-btn.active-btn {
        color: #fff;
        background-color: var(--primary);
    }

    .about-four .tabs-box .tab-buttons .tab-btn.active-btn::before {
        opacity: 1;
    }
    .about-four .tabs-box .tabs-content {
        margin-bottom: 34px;
        position: relative;
        width: 100%;
        display: block;
    }
    .about-four .tabs-box .tabs-content .tab {
        position: relative;
        display: none;
        -webkit-transition: all 600ms ease;
        -moz-transition: all 600ms ease;
        -ms-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease;
        z-index: 10;
    }
    .about-four .tabs-box .tabs-content .tab.active-tab {
        display: block;
    }
    .about-four__list {
        margin-bottom: 0;
    }
    .about-four__list li {
        display: flex;
        gap: 10px;
        color: var(--insuba-black2, #333333);
        font-weight: 500;
    }
    .about-four__list li+li {
        margin-top: 8px;
    }
    .about-four__list li .about-four__list__icon {
        position: relative;
        top: 8px;
        display: inline-flex;
        font-size: 12px;
        color: var(--primary);
    }
    .about-four__shape-one {
        max-width: 100%;
        height: auto;
        position: absolute;
        top: 43px;
        left: 40px;
        animation: zumpBottom 2s linear infinite;
        z-index: 1;
    }
    @media (max-width: 1599px) {
        .about-four__shape-one {
            animation-name: zump;
        }
    }
    @media (max-width: 1399px) {
        .about-four__shape-one {
            left: 25px;
        }
    }
    .about-four__shape-two {
        max-width: 100%;
        height: auto;
        position: absolute;
        right: 135px;
        bottom: 138px;
        animation: zoomOut 4s linear infinite;
        z-index: 1;
    }
    @media (max-width: 1799px) {
        .about-four__shape-two {
            right: 50px;
        }
    }
    @media (max-width: 1599px) {
        .about-four__shape-two {
            max-width: 90px;
            right: 20px;
        }
    }
    @media (max-width: 1299px) {
        .about-four__shape-two {
            display: none;
        }
    }

    @keyframes videoRippleAbout {
        70% {
            box-shadow: 0 0 0 40px RGBA(var(--insuba-black5-rgb, 15, 54, 103), 0);
        }

        100% {
            box-shadow: 0 0 0 0 RGBA(var(--insuba-black5-rgb, 15, 54, 103), 0);
        }
    }

    @keyframes aboutShapeZump {
        0% {
            -webkit-transform: translateZ(0) translateY(-50%);
            transform: translateZ(0) translateY(-50%);
        }

        50% {
            -webkit-transform: translate3d(0, -15px, 0) translateY(-50%);
            transform: translate3d(0, -15px, 0) translateY(-50%);
        }

        100% {
            -webkit-transform: translateZ(0) translateY(-50%);
            transform: translateZ(0) translateY(-50%);
        }
    }

    li {
        list-style: none;
    }
    /* 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%;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        height: auto;
    }
    .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;
    }
    .services-details .content-side .list {
        position: relative;
    }
    .services-details .content-side .list li {
        position: relative;
        font-size: 16px;
        margin-bottom: 10px;
        display: flex;
    }

    h3.wp-block-heading {
        font-size: 22px;
        color: var(--secondary);
    }
    .services-details .content-side .list li i {
        margin-right: 8px;
        font-size: 15px;
    }
    .text-white {
        font-weight: 500;
    }
    .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 {
        background: #fff;
        padding: 10px 15px 10px;
        border-radius: 85px;
        display: flex;
        align-items: center;
        border: 1px solid var(--primary);
        transition: 0.5s;
        position: relative;
        z-index: 1;
        overflow: hidden;
        gap: 29px;
    }
    .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:before {
        width: 100%;
    }
    .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-box {
        margin-bottom: 25px;
    }
    .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/services/pattern-1.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -o-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px;
        padding: 32px 40px 50px;
        margin-top: 20px;
        border-bottom: 3px solid var(--primary);
        border-top: 3px 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-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) {
        .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: 33px;
        color: var(--secondary);
    }
    .post-title a {
        color: #000;
    }
    .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;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px dotted var(--primary);
        border-radius: .25rem;
    }
    .card p {
        margin: 0 0 20px;
    }
    .wp-block-list li a {
        color: #000;
        margin-bottom: 10px;
    }
    .wp-block-list {
        margin-bottom: 10px;
    }
    /* service detail */
    h2.wp-block-heading {
    font-size: 35px;
    margin: 0 0 5px;
    font-weight: 600;
    color: #38005c;
}
    h3 {
        margin-top: 20px;
        color: var(--secondary);
    }

    .service-sidebar .banner-widget .widget-content .shape {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 278px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .service-sidebar .banner-widget .content-box h3 {
        display: block;
        font-size: 24px;
        line-height: 32px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 22px;
    }
    .all__sidebar-item {
        padding: 25px;
        border: 1px solid rgb(19 19 19 / 6%);
        margin-bottom: 30px;
        background: #fcfcfc;
        box-shadow: 0px 0px 6px 2px #ccc;
        border-radius: 15px 15px 0px 0px;
    }

    .sidebar .widget-title {
        font-size: 35px;
        position: relative;
        margin: 0 0 26px;
        padding-left: 15px;
        border-left: 3px solid var(--primary);
        font-weight: 600;
    }

    .widget-title-page {
        font-size: 35px;
        margin: 0 0 26px;
        font-weight: 600;
    }

    section.service1.s-22.md-ped.ar-p {
        padding-bottom: 20px;
    }

    .all__sidebar-item-solution ul {
        padding: 0;
        margin: 0;
    }

    .all__sidebar-item-solution ul li {
        list-style: none;
    }

    .services-details__content img {
        width: 100%;
        height: auto;
    }

 .all__sidebar-item-solution ul li a {
    color: #fff;
    display: block;
    transition: all 0.4s ease-out 0s;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    padding: 16px 20px;
    border-bottom: 1px solid rgb(19 19 19 / 10%);
    border-radius: 6px;
    margin-bottom: 4px;
    background: var(--secondary);
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
    img.img__full {
        width: 100%;
        height: auto;
        border-radius: 16px;
    }
    .services-details__content {
        padding: 22px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 15px;
    }
    .all__sidebar-help-image-content {
        box-shadow: 0px 25px 70px rgba(0, 0, 0, 0.08);
        padding: 30px;
        background: #ffffffc2;
        text-align: center;
        margin-top: -241px;
        z-index: 1;
        position: relative;
        width: 80%;
        margin-left: 10%;
        border-radius: 15px;
    }
    .all__sidebar-help-image-content h4 {
        margin-top: 6px;
        margin-bottom: 15px;
        font-size: 18px;
    }
    .common-btn.two {
        background-color: var(--primary);
    }
    .common-btn {
        border: none;
        position: relative;
        display: inline-block;
        text-align: center;
        overflow: hidden;
        z-index: 1;
        background-color: var(--secondary);
        color: #fff;
        -webkit-transition: 0.5s allease;
        transition: 0.5s allease;
        border-radius: 3px;
        opacity: 1;
        font-weight: 600;
        padding: 12px 25px;
        border: 1px solid #aec2cc;
    }
    .common-btn span {
        position: absolute;
        display: inline-block;
        width: 0;
        height: 0;
        border-radius: 50%;
        background-color: var(--primary);
        -webkit-transition: width 0.5sease-in-out, height 0.5sease-in-out;
        transition: width 0.5sease-in-out, height 0.5sease-in-out;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
        border-radius: 5px;
        opacity: 1;
    }
    .all__sidebar-item-solution ul li a:hover {
        color: #fff;
        background: var(--primary);
        border-color: #000;
        padding-left: 30px;
    }
    section.testi-sec img {
        width: 100%;
        height: auto;
    }
    .desktop {
        display: block;
    }
    .mobile {
        display: none;
    }
    .desktop1200 {
        display: block;
    }
    .mobile567 {
        display: none;
    }
    .desktop567 {
        display: block;
    }
    .sidebar .widget-title2 {
    font-size: 35px;
    position: relative;
    margin: 0 0 26px;
    padding-left: 15px;
    border-left: 3px solid var(--primary);
    font-weight: 600;
    color: var(--secondary);
}
        li#menu-item-92 {
            display: none !important;
        }
                .desktop992{
            display: block;
        }
        .mobile992{
            display: none;
        }
    /* responsive */
    @media (max-width:1200px) {
        .main-navigation a {
            padding: 5px 12px;
            font-size: 22px;
        }

        .slide-sub-title {
            padding: 0;
        }

        section {
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .breadcrumb2 {
            font-size: 16px;
            margin-top: 0;
            bottom: -73px;
        }

        .hs_sign_right_wrapper .hs_slider_tabs_icon_cont_wrapper {
            text-align: end;
        }

        .hs_sign_left_tabs_wrapper span:after {
            display: none;
        }

        .hs_sign_left_tabs_wrapper span {
            display: none;
        }

        .desktop1200 {
            display: none;
        }

        .hs_sign_left_wrapper {
            width: 50%;
        }

        .hs_sign_right_wrapper {
            width: 50%;
        }
    }

    @media (max-width:991px) {
        section {
            padding-top: 50px;
            padding-bottom: 50px;
        }

        h2 {
            font-size: 30px;
        }

        .subtitle p {
            font-size: 16px;
        }

        .subtitle p::before,
        .subtitle p::after {
            font-size: 16px;
        }

        .dz-bnr-inr h1 {
            font-size: 40px;
            margin-bottom: 0px;
        }

        .baneer-a {
            padding-top: 50px;
            padding-bottom: 100px;
        }

        .testimonial-block .inner-box {
            height: auto;
        }

        .copyright {
            padding: 5px 0;
        }

        .copyright::before {
            width: 31px;
            clip-path: polygon(0 0, -20% 0%, 100% 100%, 0% 100%);
        }

        .copyright::after {
            width: 31px;
            clip-path: polygon(118% 0, 100% 0, 100% 100%, 0% 100%);
        }

        .widget-title {
            padding-bottom: 10px;
            margin-bottom: 16px;
        }

        .mar-b {
            margin-bottom: 30px;
        }

        .widget-title-page {
            font-size: 30px;
        }

        #slider .carousel-control-prev i {
            line-height: 32px;
            width: 32px;
            height: 32px;
            font-size: 15px;
            margin: 15px 3px;
        }

        #slider .carousel-control-next i {
            line-height: 32px;
            width: 32px;
            height: 32px;
            font-size: 15px;
            margin: 15px 3px;
        }

        .slider-content {
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .join-us-tow__icon {
            width: 80px;
            height: 80px;
        }

        .about-four__overlay {
            width: 433px;
        }

        .btn {
            font-size: 16px;
        }

        .contact-info-section .contact-info-wrap .single-contact-info .info-icon {
            width: 70px;
            height: 70px;
            line-height: 72px;
            margin-top: -84px;
        }

        .heder-bt {
            display: none;
        }

        .navbar-collapse {
            top: 79px;
        }

        .content-side {
            margin-bottom: 20px;
        }
        li#menu-item-92 {
            display: block !important;
        }
        .desktop992{
            display: none;
        }
        .mobile992{
            display: block;
        }
    }

    @media (max-width:776px) {
        .contact-info-section {
            padding: 20px 0 69px;
        }
.scroll-area .go-top.active {
    top: 89% !important;
    right: 8px !important;
}
        .breadcrumb-row ul {
            margin-bottom: 0;
            padding: 6px 10px;
        }

        .breadcrumb2 {
            font-size: 16px;
            margin-top: 0;
            bottom: -69px;
        }

        .mar-b776 {
            margin-bottom: 45px;
        }

        .funfact-one {
            padding-top: 100px;
        }

        .blog-card-three {
            margin-bottom: 20px;
        }

        .desktop {
            display: none;
        }

        .mobile {
            display: block;
        }

        .aavira-section {
            padding-bottom: 100px;
        }

        .cta-area {
            bottom: -25px;
        }

        .footer-area {
            padding-top: 0;
        }

        .about-four__text {
            margin-top: 15px;
        }

        .hero-images {
            margin-left: 0;
        }

        .join-us-tow__item {
            background-color: #ffffff00;
            margin-top: 68px;
        }

        .slider-img img {
            width: 100%;
            height: auto;
        }
        section.blog-sec {
            margin-top: -62px;
        }
        .bgs-1 {
            background-image: url(assets/images/slider/slider-1.webp);
            background-position: 30% center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        h3.slide-sub-title.wow.fadeInLeft {
            margin-top: 5px;
        }

        .testi-sec {
            background-image: url(assets/images/testimonials/testi-bg.webp);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            background-image: none;
            padding-top: 0;
            padding-bottom: 0;
        }
                .info-list .disp-no {
            display: none;
        }
        .header-top .info-list li {
            text-align: left;
            display: flex;
        }
        a.rate-f.mobile992 {
            top: 78px !important;
        }
    }


    @media (max-width:576px) {
        .mobile567 {
            display: block;
        }
        .rate-icon {
            width: 70px;
            height: 70px;
        }
        .desktop567 {
            display: none;
        }

        .sol-img img {
            width: 100%;
            height: auto;
        }
        .testimonial-block .inner-box {
            padding: 15px;
        }
        section {
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .funfact-one {
            padding-top: 80px;
        }

        h2 {
            font-size: 25px;
        }

        .dz-bnr-inr h1 {
            font-size: 30px;
        }
        .breadcrumb-row ul {
            margin-bottom: 0;
            padding: 2px 10px;
        }
        .breadcrumb2 {
            font-size: 16px;
            margin-top: 0;
            bottom: -46px;
        }
        .wi-50-576 {
            width: 50%;
        }
        .wi-50-576f {
            width: 50%;
        }
        .slider-content {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .slide-sub-title {
            font-size: 30px;
        }
        .navbar-collapse {
        top: 52px;
        }
        .baneer-a {
            background-image: url(assets/images/homepage/bg.webp);
            background-position: calc(50% + 152px) center;
            background-repeat: no-repeat;
            background-size: cover;
            padding-top: 35px;
            padding-bottom: 35px;
            background-image: none;
        }

        .logo {
            width: 130px;
            height: auto;
        }

        .cta-wrapper {
            padding: 20px;
        }

        .cta-text h1 {
            font-size: 25px;
        }

        .cta-number {
            font-size: 25px;
        }

        .header-top .top-left {
            padding-left: 0;
        }
        .funfact-one__text {
            font-size: 17px;
        }
        .funfact-one__icon {
            margin-top: -32px;
            width: 60px;
            height: 60px;
            font-size: 31px;
        }
        .funfact-one__count {
            font-size: 22px;
        }
        .contact-info-section {
            padding: 7px 0 51px;
        }
        .blog-card-three__content {
            padding: 15px;
        }
        .widget-title-page {
            font-size: 25px;
            margin: 0 0 15px;
        }
        .comment-respond {
            padding: 15px;
        }
        .blog-widget {
            padding: 15px;
        }
        .btn2 {
            font-size: 16px;
        }
        .btn {
            font-size: 16px;
        }
        .hs_sign_left_tabs_wrapper_2 {
            margin-top: 10px;
        }
    }

    @media (max-width: 500px) {
        .hs_sign_left_wrapper {
            width: 100%;
        }

        .hs_sign_right_wrapper {
            width: 100%;
        }

        .hs_sign_right_wrapper .hs_slider_tabs_icon_cont_wrapper {
            float: right;
        }

        .hs_sign_right_wrapper .hs_slider_tabs_icon_cont_wrapper {
            text-align: start;
        }

        .navbar-collapse {
            top: 51px;
        }
    }

    @media (max-width: 450px) {
        .wi-50-576f {
            width: 100%;
        }
    }

    .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

/* gallery */
    .gallery-img-wrapper {
        position: relative;
        overflow: hidden;
        margin-bottom: 25px;
    }

    .gallery-img {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .gallery-img-wrapper:hover .gallery-img {
        transform: scale(1.1);
    }

    .hover-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 3rem;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    .gallery-img-wrapper:hover .hover-overlay {
        opacity: 1;
    }
    .hover-overlay i {
        cursor: pointer;
    }
    button.btn-close.close_gallery {
        background: var(--secondary);
        opacity: 1;
        color: #fff;
        width: 99px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: -17px;
        padding-bottom: 12px;
        text-transform: uppercase;
    }
   /* Services Pagination Styles */
.services-pagination .pagination-nav {
    display: inline-block;
}
.services-pagination .page-numbers {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5px;
}
.services-pagination .page-numbers li {
    margin: 0;
}
.services-pagination .page-numbers a,
.services-pagination .page-numbers span {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.services-pagination .page-numbers a:hover {
    background-color: #f8f9fa;
    border-color: var(--primary);
}
.services-pagination .page-numbers .current {
    background-color: var(--primary);
    color: white;
    border-color: var(--primary);
}
.services-pagination .page-numbers .dots {
    border: none;
    padding: 8px 8px;
}
/* Service Block Styles */
.service-block-two {
    margin-bottom: 30px;
}
.service-block-two .inner-box {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-block-two .inner-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}
.service-block-two .image-box {
    margin: 0;
    overflow: hidden;
}
.service-block-two .image-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.service-block-two .inner-box:hover .image-box img {
    transform: scale(1.05);
}
li .depth-1  a {
    font-size: 18px !important;
}
@media (max-width: 991px) {
    .main-navigation {
        max-height: 80vh;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
}
a.rate-f.mobile992 {
    position: absolute;
    right: 73px;
    top: 66px;
}
li.heighlight {
    letter-spacing: 2px;
    text-shadow: 1px 1px 3px #000;
    font-size: 16px;
}
.bgcolo{
    background-color: #fffafa;
}
.heder-call{
    background-color: #000 !important;
}
        /* Fixed Call Button */
        .fixed-call {
            position: fixed;
            left: 15px;
            top: 93%;
            transform: translateY(-50%);
            z-index: 1000;
        }

        .call-button {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
            color: white;
            animation: pulse 2s infinite;
            transition: all 0.3s ease;
        }

        .call-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #4CAF50, #2E7D32);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 28px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
        }

        .call-button:hover .call-icon {
            transform: scale(1.1);
            background: linear-gradient(135deg, #2E7D32, #1B5E20);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
        }

        .call-button.active .call-icon {
            background: linear-gradient(135deg, #FF5722, #E64A19);
            animation: ring 0.5s ease infinite;
        }

        .call-text {
            margin-top: 10px;
            font-weight: bold;
            text-align: center;
            background: rgba(0, 0, 0, 0.7);
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 14px;
        }
 /* Animations */
        @keyframes pulse {
            0% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.05);
            }
            100% {
                transform: scale(1);
            }
        }

        @keyframes ring {
            0% {
                transform: rotate(0deg);
            }
            25% {
                transform: rotate(10deg);
            }
            50% {
                transform: rotate(0deg);
            }
            75% {
                transform: rotate(-10deg);
            }
            100% {
                transform: rotate(0deg);
            }
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .fixed-call {
                left: 15px;
            }
            
            .call-icon {
                width: 50px;
                height: 50px;
                font-size: 24px;
            }
        }
        
.top-left1 ul li a {
    color: #fff;
    font-weight: 600;
    font-size:20px;
}
ul.info-list1 {
    margin-bottom: 0;
    text-align: center;
}
ul.info-list1 li {
    color: #fff;
    font-weight: 600;
}
 #callbook {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
        }
        
        #callbook ul {
            display: flex;
            list-style: none;
            margin-bottom: 0;
        }
        
        #callbook li {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.3s ease;
        }
        
        #callbook li:hover {
            transform: translateY(-3px);
        }
        
        #callbook a {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            width: 100%;
            height: 100%;
            padding: 10px;
        }
        
        #callbook i {
            font-size: 18px;
            margin-bottom: 0px;
            margin-right: 8px;
        }
        
        #callbook span {
            font-size: 14px;
            font-weight: 600;
        }
        
        .call-btn {
            background: var(--primary);
        }
        
        .whatsapp-btn {
            background: #017701;
        }
        
        /* Responsive adjustments */
        @media (max-width: 480px) {
            #callbook span {
                font-size: 12px;
            }
            
            #callbook i {
                font-size: 20px;
            }
        }