    @charset "UTF-8";
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
    body {
        margin: 0;
        padding: 0;
        font-family: 'Poppins', sans-serif;
        position: relative;
        background-color: #fff;
    }

    .btn {
        padding: 15px 25px;
    }

    * {
        outline: none;
    }

    .ms-auto {
        margin-left: auto;
    }

    .m-auto {
        margin: auto;
    }

    .btn-danger:hover,
    .btn-danger {
        background-color: #f11810;
        border-color: #f11810;
        color: white;
    }

    .mt-5 {
        margin-top: 5px;
    }

    .mt-10 {
        margin-top: 10px;
    }

    .mt-15 {
        margin-top: 15px;
    }

    .mt-20 {
        margin-top: 20px;
    }

    .mt-25 {
        margin-top: 25px;
    }

    .mt-30 {
        margin-top: 30px;
    }

    .mt-35 {
        margin-top: 35px;
    }

    .mt-40 {
        margin-top: 40px;
    }

    .mt-45 {
        margin-top: 45px;
    }

    .mt-50 {
        margin-top: 50px;
    }

    .mt-55 {
        margin-top: 55px;
    }

    .mt-60 {
        margin-top: 60px;
    }

    .mb-5 {
        margin-bottom: 5px;
    }

    .mb-10 {
        margin-bottom: 10px;
    }

    .mb-15 {
        margin-bottom: 15px;
    }

    .mb-20 {
        margin-bottom: 20px;
    }

    .mb-25 {
        margin-bottom: 25px;
    }

    .mb-30 {
        margin-bottom: 30px;
    }

    .mb-35 {
        margin-bottom: 35px;
    }

    .mb-40 {
        margin-bottom: 40px;
    }

    .mb-45 {
        margin-bottom: 45px;
    }

    .mb-50 {
        margin-bottom: 50px;
    }

    .mr-2 {
        margin-right: 2px;
    }

    .mr-3 {
        margin-right: 3px;
    }

    .mr-10 {
        margin-right: 10px;
    }

    .mr-15 {
        margin-right: 15px;
    }

    .mr-20 {
        margin-right: 20px;
    }

    .mr-25 {
        margin-right: 25px;
    }

    .mr-30 {
        margin-right: 30px;
    }

    .mr-35 {
        margin-right: 35px;
    }

    .mr-40 {
        margin-right: 40px;
    }

    .mb-45 {
        margin-bottom: 45px;
    }

    .mr-50 {
        margin-right: 50px;
    }

    .ml-2 {
        margin-left: 2px;
    }

    .ml-3 {
        margin-left: 3px;
    }

    .ml-10 {
        margin-left: 10px;
    }

    .ml-15 {
        margin-left: 15px;
    }

    .ml-20 {
        margin-left: 20px;
    }

    .ml-25 {
        margin-left: 25px;
    }

    .ml-30 {
        margin-left: 30px;
    }

    .ml-35 {
        margin-left: 35px;
    }

    .ml-40 {
        margin-left: 40px;
    }

    .ml-45 {
        margin-left: 45px;
    }

    .ml-50 {
        margin-left: 50px;
    }

    .mrl-10-neg {
        margin-left: -10px;
        margin-right: -10px;
    }

    .pt-10 {
        padding-top: 10px;
    }

    .pt-15 {
        padding-top: 15px;
    }

    .pt-20 {
        padding-top: 20px;
    }

    .pt-25 {
        padding-top: 25px;
    }

    .pt-30 {
        padding-top: 30px;
    }

    .pt-40 {
        padding-top: 40px;
    }

    .pt-50 {
        padding-top: 50px;
    }

    .pt-60 {
        padding-top: 60px;
    }

    .pt-70 {
        padding-top: 70px;
    }

    .pt-80 {
        padding-top: 80px;
    }

    .pt-90 {
        padding-top: 90px;
    }

    .pt-100 {
        padding-top: 100px;
    }

    .pl-5 {
        padding-left: 5px;
    }

    .pl-10 {
        padding-left: 10px;
    }

    .pl-15 {
        padding-left: 15px;
    }

    .pl-20 {
        padding-left: 20px;
    }

    .pl-25 {
        padding-left: 25px;
    }

    .pl-30 {
        padding-left: 30px;
    }

    .pl-35 {
        padding-left: 35px;
    }

    .pl-40 {
        padding-left: 40px;
    }

    .pl-45 {
        padding-left: 45px;
    }

    .pl-50 {
        padding-left: 50px;
    }

    .pl-55 {
        padding-left: 55px;
    }

    .pl-60 {
        padding-left: 60px;
    }

    .pr-5 {
        padding-right: 5px;
    }

    .pr-10 {
        padding-right: 10px;
    }

    .pr-15 {
        padding-right: 15px;
    }

    .pr-20 {
        padding-right: 20px;
    }

    .pr-25 {
        padding-right: 25px;
    }

    .pr-30 {
        padding-right: 30px;
    }

    .pr-35 {
        padding-right: 35px;
    }

    .pr-40 {
        padding-right: 40px;
    }

    .pr-45 {
        padding-right: 45px;
    }

    .pr-50 {
        padding-right: 50px;
    }

    .pr-55 {
        padding-right: 55px;
    }

    .pr-60 {
        padding-right: 60px;
    }

    .pb-5 {
        padding-bottom: 5px;
    }

    .pb-10 {
        padding-bottom: 10px;
    }

    .pb-15 {
        padding-bottom: 15px;
    }

    .pb-20 {
        padding-bottom: 20px;
    }

    .pb-25 {
        padding-bottom: 25px;
    }

    .pb-30 {
        padding-bottom: 30px;
    }

    .pb-35 {
        padding-bottom: 35px;
    }

    .pb-40 {
        padding-bottom: 40px;
    }

    .pb-45 {
        padding-bottom: 45px;
    }

    .pb-50 {
        padding-bottom: 50px;
    }

    .pb-60 {
        padding-bottom: 60px;
    }

    .pb-70 {
        padding-bottom: 70px;
    }

    .pb-80 {
        padding-bottom: 80px;
    }

    .pb-90 {
        padding-bottom: 90px;
    }

    .pb-100 {
        padding-bottom: 100px;
    }

    .p-5 {
        padding: 5px;
    }

    .p-tb-50 {
        padding: 50px 0;
    }

    .p-tb-70 {
        padding: 70px 0;
    }

    .p-tb-80 {
        padding: 80px 0;
    }

    .p-tb-120 {
        padding: 120px 0;
    }

    .p-tb-100 {
        padding: 100px 0;
    }

    .section-mtb-40 {
        margin-top: 40px;
        margin-bottom: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    p {
        margin: 0;
        color: #5c5c5c;
    }

    a {
        text-decoration: none;
    }

    a:hover,
    a:active {
        text-decoration: none;
    }

    ul,
    ol {
        padding: 0;
        margin: 0;
    }

    ul li,
    ol li {
        list-style: none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
        text-transform: capitalize;
    }

    label {
        margin: 0;
    }

    .bg-off-white {
        background: #f5f7fd;
    }

    .bg-white {
        background: #fff;
    }

    .fluid-height {
        height: calc(100% - 30px);
        margin-bottom: 30px;
    }

    .full-height {
        height: 100%;
    }

    .full-width {
        width: 100%;
    }

    .scale-one-half {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    .scale-one-zero-six {
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
    }

    .scale-one-zero-one {
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
    }

    .text-italic {
        font-style: italic;
    }

    .overflow-hidden {
        overflow: hidden;
    }

    .overflow-x-hidden {
        overflow-x: hidden;
    }

    .overflow-y-hidden {
        overflow-y: hidden;
    }

    .border-radius-5 {
        border-radius: 5px;
    }

    .img-shadow {
        -webkit-box-shadow: 0px 11px 94.94px 6.06px rgba(188, 188, 188, 0.22);
        box-shadow: 0px 11px 94.94px 6.06px rgba(188, 188, 188, 0.22);
    }

    button {
        border: 0;
        outline: 0;
    }

    button:focus,
    button:active {
        border: 0;
        outline: 0;
    }

    .btn1 {
        padding: 15px 25px;
        border-radius: 5px;
        background: #fff;
        color: #0b2154;
        font-size: 16px;
        font-weight: 400;
    }

    .btn-with-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        overflow: hidden;
    }

    .btn-with-image img {
        -webkit-box-flex: 0;
        flex: 0 0 21px;
        -ms-flex: 0 1 auto;
        max-width: 21px !important;
        width: 21px;
        margin-right: 10px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .btn-with-image img:nth-child(2) {
        -webkit-transform: translate(25px, 25px);
        transform: translate(25px, 25px);
        position: absolute;
        opacity: 0;
        left: 0;
    }

    .btn-with-image i {
        -webkit-box-flex: 0;
        flex: 0 0 21px;
        -ms-flex: 0 1 auto;
        max-width: 21px;
        width: 21px;
        margin-right: 10px;
        margin-left: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-size: 21px;
    }

    .btn-with-image i:before {
        margin-left: 0;
        margin-right: 0;
        font-size: 21px;
    }

    .btn-with-image i:nth-child(2) {
        -webkit-transform: translate(25px, 25px);
        transform: translate(25px, 25px);
        position: absolute;
        opacity: 0;
        left: 0;
    }

    .btn-with-image:hover img:nth-child(1) {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
        opacity: 1;
    }

    .btn-with-image:hover img:nth-child(2) {
        -webkit-transform: translate(25px, 0);
        transform: translate(25px, 0);
        opacity: 1;
    }

    .btn-with-image:hover i:nth-child(1) {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
        opacity: 0;
    }

    .btn-with-image:hover i:nth-child(2) {
        -webkit-transform: translate(25px, 0);
        transform: translate(25px, 0);
        opacity: 1;
    }

    .orange-gradient {
        background: -webkit-gradient(linear, left top, right top, from(#ed2622), to(#ed2622));
        background: linear-gradient(90deg, #ed2622 0%, #ed2622 100%);
    }

    .blue-gradient {
        background: -webkit-gradient(linear, left top, right top, from(#ed2622), to(#ed2622));
        background: linear-gradient(90deg, #ed2622 0%, #ed2622 100%);
    }

    .section-title {
        max-width: 610px;
        text-align: center;
        margin: auto;
        margin-bottom: 60px;
    }

    .section-title h2 {
        color: #0b2154;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .section-title p {
        font-size: 18px;
        font-weight: 400;
    }

    .section-title.section-title-lg {
        max-width: 820px;
    }

    .status-blue {
        background-color: rgba(12, 89, 231, 0.2);
    }

    .status-orange {
        background-color: rgba(241, 24, 16, 0.2);
    }

    .status-green {
        background-color: rgba(12, 231, 187, 0.2);
    }

    @-webkit-keyframes horizontal-ride {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        50% {
            -webkit-transform: translateX(-340px);
            transform: translateX(-340px);
        }
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }

    @keyframes horizontal-ride {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        50% {
            -webkit-transform: translateX(-340px);
            transform: translateX(-340px);
        }
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }

    @-webkit-keyframes vertical-ride {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        50% {
            -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
        }
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @keyframes vertical-ride {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        50% {
            -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
        }
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @-webkit-keyframes scale {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        50% {
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
        }
        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    @keyframes scale {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        50% {
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
        }
        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    @-webkit-keyframes client-border-radius {
        0% {
            border-radius: 50% / 50%;
        }
        25% {
            border-radius: 40% 25% 50% 50% / 50% 50% 50% 50%;
        }
        50% {
            border-radius: 50% 50% 25% 50% / 50% 50% 50% 50%;
        }
        75% {
            border-radius: 50% 50% 50% 25% / 50% 50% 50% 50%;
        }
        100% {
            border-radius: 50% / 50%;
        }
    }

    @keyframes client-border-radius {
        0% {
            border-radius: 50% / 50%;
        }
        25% {
            border-radius: 40% 25% 50% 50% / 50% 50% 50% 50%;
        }
        50% {
            border-radius: 50% 50% 25% 50% / 50% 50% 50% 50%;
        }
        75% {
            border-radius: 50% 50% 50% 25% / 50% 50% 50% 50%;
        }
        100% {
            border-radius: 50% / 50%;
        }
    }

    @-webkit-keyframes carousel-left {
        0% {
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }
        50% {
            -webkit-transform: translate(-10%, -50%);
            transform: translate(-10%, -50%);
        }
        100% {
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }
    }

    @keyframes carousel-left {
        0% {
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }
        50% {
            -webkit-transform: translate(-10%, -50%);
            transform: translate(-10%, -50%);
        }
        100% {
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }
    }

    @-webkit-keyframes carousel-right {
        0% {
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }
        50% {
            -webkit-transform: translate(10%, -50%);
            transform: translate(10%, -50%);
        }
        100% {
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }
    }

    @keyframes carousel-right {
        0% {
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }
        50% {
            -webkit-transform: translate(10%, -50%);
            transform: translate(10%, -50%);
        }
        100% {
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }
    }

    @-webkit-keyframes mobile-vertical-ride {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        25% {
            -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
        }
        50% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        75% {
            -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
        }
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @keyframes mobile-vertical-ride {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        25% {
            -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
        }
        50% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        75% {
            -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
        }
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    .preloader {
        height: 100%;
        width: 100%;
        position: fixed;
        overflow: visible;
        z-index: 99999;
        top: 0;
        left: 0;
    }

    .preloader .preloader-wrapper {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .preloader-grid {
        width: 80px;
        height: 80px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .preloader-grid .preloader-grid-item {
        -webkit-box-flex: 0;
        flex: 0 0 33.33%;
        -ms-flex: 0 1 auto;
        max-width: 33.33%;
        width: 33.33%;
        height: 33.33%;
        background-color: white;
        -webkit-animation: preloader-delay 1.3s infinite ease-in-out;
        animation: preloader-delay 1.3s infinite ease-in-out;
    }

    .preloader-grid .preloader-grid-item-1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .preloader-grid .preloader-grid-item-2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .preloader-grid .preloader-grid-item-3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .preloader-grid .preloader-grid-item-4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .preloader-grid .preloader-grid-item-5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .preloader-grid .preloader-grid-item-6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .preloader-grid .preloader-grid-item-7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .preloader-grid .preloader-grid-item-8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .preloader-grid .preloader-grid-item-9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    @-webkit-keyframes preloader-delay {
        0%,
        70%,
        100% {
            -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
        }
        35% {
            -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
        }
    }

    @keyframes preloader-delay {
        0%,
        70%,
        100% {
            -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
        }
        35% {
            -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
        }
    }

    @-webkit-keyframes about-img-riding {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        50% {
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
        }
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @keyframes about-img-riding {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        50% {
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
        }
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    .pre-loaded .preloader {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s 1s ease-out;
        transition: all 0.3s 1s ease-out;
    }

    .pre-loaded .loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .fixed-top {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    .navbar-area .is-sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 999;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        -webkit-animation: 500ms running fadeInDown;
        animation: 500ms running fadeInDown;
        -webkit-transition: all .5s;
        transition: all .5s;
        width: 100% !important;
        height: auto;
    }

    .main-nav {
        background: #fff;
    }

    .main-nav nav {
        padding: 0;
    }

    .main-nav nav .navbar-nav .nav-item a {
        color: #0b2154;
        font-weight: 500;
        font-size: 16px;
        text-transform: none;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .main-nav nav .navbar-nav .nav-item a.dropdown-toggle:after {
        content: "\e9e2";
        font-family: "boxicons" !important;
        margin-left: 5px;
        font-size: 15px;
    }

    .main-nav nav .navbar-nav .nav-item a.active {
        /* background: -webkit-gradient(linear, left top, right top, from(#f20f10), to(#ec600d)); */
        /* background: linear-gradient(90deg, #f20f10 0%, #ec600d 100%); */
        /* -webkit-background-clip: text; */
        /* -webkit-text-fill-color: transparent; */
        color: #f11810;
    }

    .main-nav nav .navbar-nav .nav-item a.active.dropdown-toggle:after {
        content: "\e9e2";
        font-family: "boxicons" !important;
        margin-left: 5px;
        font-size: 15px;
    }

    .main-nav nav .navbar-nav .nav-item:hover>a {
        background: -webkit-gradient(linear, left top, right top, from(#f20f10), to(#ec600d));
        background: linear-gradient(90deg, #f20f10 0%, #ec600d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .main-nav nav .navbar-nav .nav-item .dropdown-menu {
        background: #fff;
        border: 0;
        padding: 5px 0;
        border-radius: 0;
        -webkit-box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
    }

    .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
        color: #0b2154;
        font-weight: 400;
        font-size: 16px;
        padding: 8px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle:after {
        content: "\e9e4";
        font-family: "boxicons" !important;
        margin-left: 0;
    }

    .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover>a {
        background: -webkit-gradient(linear, left top, right top, from(#f20f10), to(#ec600d));
        background: linear-gradient(90deg, #f20f10 0%, #ec600d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
        top: 0 !important;
    }

    .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
        left: 100%;
        top: 10px !important;
    }

    .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
        color: #0b2154;
    }

    .mean-bar {
        -webkit-box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
    }

    .mean-container .mean-nav {
        float: left;
        width: 100%;
        background: #ffffff;
        margin-top: 59px;
    }

    .mean-container .mean-nav ul li a {
        color: #0b2154;
        border-top: 1px solid #d8d8d8;
    }

    .mean-container .mean-nav ul li a.active {
        background: -webkit-gradient(linear, left top, right top, from(#f20f10), to(#ec600d));
        background: linear-gradient(90deg, #f20f10 0%, #ec600d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .navbar-brand {
        position: relative;
        -webkit-box-flex: 0;
        flex: 0 0 157px;
        -ms-flex: 0 1 auto;
        max-width: auto;
        width: auto;
    }

    .navbar-brand img {
        width: auto;
        height: 80px;
    }

    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .dropdown-toggle:after {
        display: inline-block;
        margin-left: 10px;
        vertical-align: 0;
        /* content: "\f078"; */
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        border-top: 0;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        font-size: 15px;
    }

    .navbar-option {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 15px;
    }

    .navbar-option-item {
        margin-left: 20px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .navbar-option-item:first-child {
        margin-left: 0;
    }

    .navbar-option-item .btn1 {
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-option-item .dropdown-menu {
        background: #fff;
        border: 0;
        padding: 5px 0;
        border-radius: 0;
        -webkit-box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        display: block;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .navbar-option-item .dropdown-menu.show {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .navbar-option-item .dropdown-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #0b2154;
        font-size: 15px;
        padding: 7px 15px;
    }

    .navbar-option-item .dropdown-item:hover {
        background: -webkit-gradient(linear, left top, right top, from(#f20f10), to(#ec600d));
        background: linear-gradient(90deg, #f20f10 0%, #ec600d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .navbar-option-item .dropdown-item img {
        -webkit-box-flex: 0;
        flex: 0 0 22px;
        -ms-flex: 0 1 auto;
        max-width: 22px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 7px;
    }

    .language-option {
        background: transparent;
        color: #0b2154;
        font-size: 15px;
        font-weight: 400;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .language-option img {
        -webkit-box-flex: 0;
        flex: 0 0 25px;
        -ms-flex: 0 1 auto;
        max-width: 25px;
        width: 25px;
        height: 25px;
        border: 2px solid #fff;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 7px;
        -webkit-box-shadow: 0px 5px 15px 0 rgba(11, 33, 84, 0.2);
        box-shadow: 0px 5px 15px 0 rgba(11, 33, 84, 0.2);
    }

    .language-option i {
        margin-left: 5px;
    }

    .mean-container .mean-nav ul li a.mean-expand {
        right: 15px;
    }

    .header-bg {
        background-image: url("../images/header-bg.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding: 242px 0 140px;
        position: relative;
    }

    .header-bg .container-fluid {
        height: 100%;
    }

    .header-inner {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 3rem;
        position: relative;
    }

    .header-content {
        max-width: 720px;
        padding-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .header-content h1 {
        color: #fff;
        font-size: 70px;
        font-weight: 400;
        text-transform: capitalize;
        margin-bottom: 14px;
        width: 100%;
    }

    .header-content p {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 35px;
        width: 100%;
    }

    .section-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -12px;
        margin-right: -12px;
    }

    .section-button li {
        padding-right: 12px;
        padding-left: 12px;
        margin-bottom: 20px;
    }

    .section-button li:last-child {
        margin-right: 0;
    }

    .section-button li .btn1 {
        font-weight: 400;
        color: #0b2154;
    }

    .section-button li .btn1 span {
        -webkit-box-flex: 0;
        flex: 0 0 24px;
        -ms-flex: 0 1 auto;
        max-width: 24px;
        width: 24px;
        font-size: 24px;
        margin-right: 10px;
    }

    .section-button li .btn1.orange-gradient {
        color: #fff;
    }

    .section-button li .btn1.blue-gradient {
        color: #fff;
    }

    .header-suuport {
        -webkit-box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
    }

    .header-support-group {
        padding: 30px 0;
    }

    .support-group-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 0;
    }

    .support-thumb {
        max-width: 60px;
        margin-right: 20px;
    }

    .support-thumb img {
        width: 100%;
    }

    .support-details h3 {
        color: #1a1153;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 5px;
        text-transform: none;
    }

    .support-details h3 a {
        color: #1a1153;
    }

    .support-details p {
        color: #78729d;
        font-size: 16px;
        font-weight: 400;
    }

    .support-bank {
        position: relative;
        margin-bottom: 15px;
    }

    .support-bank-info {
        padding: 30px;
        -webkit-box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        position: absolute;
        background: #fff;
        z-index: 10;
        left: 0;
        bottom: 100%;
        -webkit-transform: translateY(60%);
        transform: translateY(60%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .support-bank-info .review-star {
        margin-bottom: 10px;
    }

    .support-bank-info p {
        margin-bottom: 10px;
        font-weight: 400;
        font-size: 16px;
        color: #606060;
        width: 100%;
    }

    .support-logo {
        max-width: 145px;
    }

    .support-logo img {
        width: 100%;
    }

    .review-star {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .review-star li {
        font-size: 20px;
        margin-right: 10px;
        line-height: 0;
    }

    .review-star li.full-star {
        color: #ff7200;
    }

    .feature-margin-60 {
        margin-top: 60px;
    }

    .feature-section-one {
        margin-top: 165px;
        padding-bottom: 75px;
    }

    .home-feature .owl-stage-outer {
        overflow: visible;
    }

    .home-feature .owl-stage {
        padding-left: 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .home-feature .owl-stage .item {
        height: 100%;
    }

    .home-feature .owl-theme .owl-controls {
        margin: 0;
    }

    .feature-carousel-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding: 40px 35px;
        overflow: hidden;
        border-radius: 3px;
        z-index: 1;
        background: #fff;
    }

    .feature-carousel-content:before {
        content: "";
        position: absolute;
        width: 0;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(#e8e8e8), to(#e8e8e8));
        background: linear-gradient(90deg, #e8e8e8 0%, #e8e8e8 100%);
        left: 0;
        top: 0;
        -webkit-transition: width 0.7s;
        transition: width 0.7s;
        background-position: left;
    }

    .feature-carousel-thumb {
        /* padding: 22px; */
        border-radius: 10px;
        -webkit-transition: all 0.8s linear;
        transition: all 0.8s linear;
        position: relative;
    }

    .feature-carousel-thumb img {
        width: 57px;
    }

    .feature-carousel-details {
        text-align: center;
        margin-top: 23px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        width: 100%;
    }

    .feature-carousel-details h3 {
        font-size: 22px;
        color: #221668;
        font-weight: 700;
        -webkit-transition: color 0.45s linear;
        transition: color 0.45s linear;
        margin-bottom: 23px;
    }

    .feature-carousel-details p {
        margin-bottom: 23px;
        color: #6f6f6f;
        font-size: 16px;
        font-weight: 400;
        -webkit-transition: color 0.45s linear;
        transition: color 0.45s linear;
        width: 100%;
    }

    .feature-carousel-details .btn1 {
        margin-top: auto;
        color: #fff;
        -webkit-transition: all 0.4s linear;
        transition: all 0.4s linear;
        position: relative;
        overflow: hidden;
    }

    .feature-carousel-details .btn1:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(#f20f10), to(#ec600d));
        background: linear-gradient(90deg, #f20f10 0%, #ec600d 100%);
        -webkit-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

    .feature-carousel-details .btn1:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
        background: linear-gradient(90deg, #fff 0%, #fff 100%);
        -webkit-transition: all 0.4s linear;
        transition: all 0.4s linear;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .feature-carousel-details .btn1 span {
        position: relative;
        z-index: 1;
    }

    .home-feature-carousel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .home-feature-carousel .item {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        -ms-flex: 0 1 auto;
        max-width: 100%;
        width: 100%;
        -webkit-box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        position: relative;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .home-feature-carousel .item:after {
        content: "";
        position: absolute;
        width: 90%;
        height: 10px;
        top: 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(241, 21, 16, 0.55)), color-stop(60%, rgba(235, 90, 13, 0.5)));
        background: linear-gradient(90deg, rgba(241, 21, 16, 0.55) 0%, rgba(235, 90, 13, 0.5) 60%);
        border-radius: 0 0 3px 3px;
        -webkit-transform: translate(-50%, -12px);
        transform: translate(-50%, -12px);
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        left: 50%;
    }

    .home-feature-carousel .item:after {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        opacity: 1;
    }

    .home-feature-carousel .item:hover .feature-carousel-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding: 40px 35px;
    }

    .home-feature-carousel .item .feature-carousel-content:before {
        width: 100%;
        opacity: 1;
    }

    .home-feature-carousel .item:hover:before {
        opacity: 1;
    }

    .home-feature-carousel .item:hover .status-blue {
        background-color: white;
    }

    .home-feature-carousel .item:hover .status-orange {
        background-color: white;
    }

    .home-feature-carousel .item:hover .status-green {
        background-color: white;
    }

    .home-feature-carousel .item:hover .feature-carousel-details h3 {
        color: #313131;
    }

    .home-feature-carousel .item:hover .feature-carousel-details p {
        color: #313131;
    }

    .home-feature-carousel .item:hover .feature-carousel-details .btn1 {
        color: #f20f10;
    }

    .home-feature-carousel .item:hover .feature-carousel-details .btn1:before {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .home-feature-carousel .item:hover .feature-carousel-details .btn1:after {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .home-feature-carousel.owl-theme .owl-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px;
    }

    .home-feature-carousel.owl-theme .owl-nav button {
        padding: 0;
        margin: 0;
        margin-right: 45px;
        position: relative;
        line-height: 1;
    }

    .home-feature-carousel.owl-theme .owl-nav button:first-child {
        margin-right: 0;
    }

    .home-feature-carousel.owl-theme .owl-nav button:hover {
        background: transparent;
    }

    .home-feature-carousel.owl-theme .owl-nav button:hover span:before {
        color: #f11a10;
    }

    .home-feature-carousel.owl-theme .owl-nav button span:before {
        margin-left: 0;
        font-size: 40px;
        color: #28a745;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .home-feature-carousel.owl-theme .owl-nav button:before {
        content: "";
        border-width: 1px;
        border-color: #b6b6b6;
        border-style: solid;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        -webkit-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }

    .home-feature-carousel.owl-theme .owl-nav button:first-child:before {
        right: 45%;
        -webkit-animation: carousel-left 3s infinite alternate linear;
        animation: carousel-left 3s infinite alternate linear;
    }

    .home-feature-carousel.owl-theme .owl-nav button:last-child:before {
        left: 45%;
        -webkit-animation: carousel-right 3s infinite alternate linear;
        animation: carousel-right 3s infinite alternate linear;
    }

    .home-about-item {
        position: relative;
        height: auto;
    }

    .home-about-details {
        padding-right: 10px;
    }

    .home-about-title {
        color: #0b2154;
        font-size: 50px;
        font-weight: 400;
        margin-bottom: 22px;
    }

    .home-about-para {
        font-size: 17px;
        margin-bottom: 22px;
    }

    .home-about-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .home-about-list-item {
        color: #221668;
        font-size: 18px;
        font-weight: 400;
        padding: 5px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        -ms-flex: 0 1 auto;
        max-width: 50%;
        width: 50%;
        text-transform: capitalize;
    }

    .home-about-list-item img {
        -webkit-box-flex: 0;
        flex: 0 0 20px;
        -ms-flex: 0 1 auto;
        max-width: 20px;
        width: 20px;
        margin-right: 13px;
        margin-top: 5px;
    }

    .home-animation-item {
        position: absolute;
    }

    .home-animation-item img {
        width: auto !important;
    }

    .home-animation-item:nth-child(1) {
        bottom: -20%;
        left: 45%;
        -webkit-animation: horizontal-ride 8s infinite linear;
        animation: horizontal-ride 8s infinite linear;
    }

    .home-animation-item:nth-child(2) {
        bottom: -20%;
        right: 0;
        -webkit-animation: vertical-ride 10s infinite linear;
        animation: vertical-ride 10s infinite linear;
    }

    .about-image-ellipsis .home-image-content {
        position: relative;
    }

    .about-image-ellipsis .home-image-content:before {
        content: "";
        width: 90%;
        height: 100%;
        background: url(../images/ellipsis.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .about-image-shape .home-image-content {
        position: relative;
    }

    .about-image-shape .home-image-content:before {
        content: "";
        width: 100%;
        height: 100%;
        background: url(../images/shape.png);
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .about-image-rectangle .home-image-content {
        position: relative;
    }

    .about-image-rectangle .home-image-content:before {
        content: "";
        width: 55%;
        height: 65%;
        background: url(../images/rectangle.png);
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-28%, -10%);
        transform: translate(-28%, -10%);
        bottom: 0;
    }

    .home-image-content {
        position: relative;
    }

    .home-image-content img {
        width: 100%;
        position: relative;
    }

    .counter-section {
        background: url("../images/counter-bg.png");
        background-position: center 85%;
        background-size: cover;
    }

    .counter-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .counter-item {
        text-align: center;
        -webkit-box-flex: 0;
        flex: 0 0 12%;
        -ms-flex: 0 1 auto;
        max-width: 25%;
        width: 25%;
        position: relative;
    }

    .counter-item h3 {
        font-weight: 700;
        background: -webkit-gradient(linear, left top, right top, from(#28a745), to(#28a745));
        background: linear-gradient(90deg, #28a745 0%, #28a745 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 10px;
        color: green !important;
    }

    .counter-item h3 .counter {
        font-size: 60px;
    }

    .counter-item h3 .counter-text-lg {
        font-size: 60px;
    }

    .counter-item h3 .counter-text-sm {
        font-size: 40px;
    }

    .counter-item p {
        font-size: 18px;
        font-weight: 400;
        color: #f11810;
    }

    .counter-loader {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(-138%, -50%);
        -moz-transform: translate(-138%, -50%);
        -ms-transform: translate(-138%, -50%);
        -o-transform: translate(-138%, -50%);
    }

    .counter-loader span {
        width: 8px;
        height: 8px;
        background: #b9d2ff;
        border-radius: 50%;
        margin: 0 5px;
        -webkit-animation-name: scale;
        animation-name: scale;
        -webkit-animation-duration: 1.4s;
        animation-duration: 1.4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .counter-loader span:nth-child(1) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s;
    }

    .counter-loader span:nth-child(2) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
    }

    .counter-loader span:nth-child(3) {
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
    }

    .home-service-section {
        background: url("../images/home-service-bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .home-service-start {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
    }

    .home-service-start h2 {
        font-size: 46px;
        color: #0b2154;
        font-weight: 400;
        margin-bottom: 35px;
        width: 100%;
    }

    .home-service-start p {
        font-size: 17px;
        font-weight: 400;
        margin-bottom: 35px;
        width: 100%;
    }

    .home-service-start p:last-child {
        margin-bottom: 0;
    }

    .home-service-start p a.blue-gradient {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .home-service-start p a.blue-gradient:hover {
        background: -webkit-gradient(linear, left top, right top, from(#f20f10), to(#ec600d));
        background: linear-gradient(90deg, #f20f10 0%, #ec600d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .home-service-start p a.orange-gradient {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .home-service-start p a.orange-gradient:hover {
        background: -webkit-gradient(linear, left top, right top, from(#0856e6), to(#2f74f4));
        background: linear-gradient(90deg, #0856e6 0%, #2f74f4 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .home-service-start .blue-gradient,
    .home-service-start .orange-gradient {
        color: #fff;
    }

    .home-service-details {
        padding: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        background: #fff;
        border-radius: 3px;
    }

    .home-service-image img {
        width: 100%;
    }

    .home-service-text,
    .home-service-text-2 {
        text-align: center;
        margin-top: 20px;
        width: 100%;
    }

    .home-service-text h3,
    .home-service-text-2 h3 {
        color: #221668;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px;
        width: 100%;
    }

    .home-service-text p,
    .home-service-text-2 p {
        color: #7a7a7a;
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 20px;
        width: 100%;
    }

    .home-service-text a,
    .home-service-text-2 a {
        font-size: 15px;
        font-weight: 400;
        display: inline-block;
        -webkit-transition: all 1s linear;
        transition: all 1s linear;
        position: relative;
        color: transparent;
    }

    .home-service-text a:before,
    .home-service-text-2 a:before {
        content: "Read More +";
        position: absolute;
        background: -webkit-gradient(linear, left top, right top, from(#0856e6), to(#2f74f4));
        background: linear-gradient(90deg, #0856e6 0%, #2f74f4 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        opacity: 1;
        visibility: visible;
        left: 0;
    }

    .home-service-text a:after,
    .home-service-text-2 a:after {
        content: "Read More +";
        position: absolute;
        background: -webkit-gradient(linear, left top, right top, from(#f20f10), to(#ec600d));
        background: linear-gradient(90deg, #f20f10 0%, #ec600d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        opacity: 0;
        visibility: hidden;
        left: 0;
    }

    .home-service-text a:hover:before,
    .home-service-text-2 a:hover:before {
        opacity: 0;
        visibility: hidden;
    }

    .home-service-text a:hover:after,
    .home-service-text-2 a:hover:after {
        opacity: 1;
        visibility: visible;
    }

    .home-pricing-category {
        -webkit-box-shadow: 0px 11px 96.82px 6.18px rgba(113, 113, 113, 0.16);
        box-shadow: 0px 11px 96.82px 6.18px rgba(113, 113, 113, 0.16);
        border-radius: 3px;
    }

    .home-pricing-category table {
        width: 100%;
    }

    .home-pricing-category table thead tr th {
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        text-transform: capitalize;
        padding: 15px 20px;
        white-space: nowrap;
    }

    .home-pricing-category table thead tr th.t-align-left {
        text-align: left;
    }

    .home-pricing-category table thead tr th.t-align-right {
        text-align: right;
    }

    .home-pricing-category table tbody tr {
        border-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .home-pricing-category table tbody tr:last-child {
        border-bottom: 0;
    }

    .home-pricing-category table tbody tr:last-child td {
        border-bottom: 0;
    }

    .home-pricing-category table tbody tr td {
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        text-transform: capitalize;
        padding: 12px 20px;
        border-bottom: 2px solid #ebebeb;
    }

    .home-pricing-category table tbody tr td.t-align-left {
        text-align: left;
    }

    .home-pricing-category table tbody tr td.t-align-right {
        text-align: right;
    }

    .home-pricing-category table tbody tr td .price-availability {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto;
    }

    .home-pricing-category table tbody tr td.pricing-name {
        color: #fff;
        border-bottom: 0;
        text-align: left;
        white-space: nowrap;
    }

    .home-pricing-category table tbody tr td img {
        -webkit-box-flex: 0;
        flex: 0 0 22px;
        -ms-flex: 0 1 auto;
        max-width: 22px;
        width: 22px;
        margin-right: 14px;
    }

    .price-availability {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        font-size: 18px;
    }

    .availability-orange-dark {
        background: #f20f10;
        color: #fff;
    }

    .availability-orange-light {
        background: #f44336;
        color: #fff;
    }

    .availability-blue {
        background: #0c59e7;
        color: #fff;
    }

    .availability-green {
        background: #009655;
        color: #fff;
    }

    .home-facility-section {
        position: relative;
    }

    .home-facility-overview {
        max-width: 487px;
    }

    .contact-block-area {
        max-width: 100%;
    }

    .home-facility-item {
        position: relative;
    }

    .home-facility-item img {
        width: 100%;
    }

    .home-facility-animation .home-animation-item:nth-child(1) {
        top: -35px;
        left: 25%;
    }

    .home-facility-animation .home-animation-item:nth-child(2) {
        top: 100px;
        right: 65%;
    }

    .section-minus-margin {
        margin-top: 70px;
    }

    .home-quick-contact {
        border-radius: 5px;
        padding: 100px 70px 80px;
        position: relative;
    }

    .quick-contact-inner,
    .home-contact-inner {
        text-align: center;
        position: relative;
    }

    .quick-contact-inner h2,
    .home-contact-inner h2 {
        color: #fff;
        font-size: 37px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .quick-contact-inner p,
    .home-contact-inner p {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 20px;
    }

    .quick-contact-inner p a,
    .home-contact-inner p a {
        color: #fff;
        display: inline-block;
        position: relative;
    }

    .quick-contact-inner p a:before,
    .home-contact-inner p a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 3px;
        background: #fff;
    }

    .quick-contact-inner .section-button,
    .home-contact-inner .section-button {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: -12px;
        margin-right: -12px;
        margin-top: 0;
    }

    .quick-contact-inner .section-button li,
    .home-contact-inner .section-button li {
        padding: 0 12px;
    }

    .quick-contact-inner .orange-gradient,
    .home-contact-inner .orange-gradient,
    .quick-contact-inner .blue-gradient,
    .home-contact-inner .blue-gradient {
        color: #fff;
    }

    .logo-bg-item {
        position: absolute;
    }

    .logo-bg-item:nth-child(1) {
        top: 50%;
        width: 150px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 70px;
    }

    .logo-bg-item:nth-child(2) {
        top: 50%;
        width: 150px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 70px;
    }

    .logo-bg-item img {
        width: 100%;
    }

    .home-logo-section {
        padding: 393px 0 100px;
    }

    .home-logo-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-radius: 3px;
        overflow: hidden;
        padding-bottom: 1px;
        position: relative;
    }

    .home-logo-item {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        -ms-flex: 0 1 auto;
        max-width: 20%;
        width: 20%;
        border: 1px solid #e5e5e5;
        margin-right: -1px;
        margin-bottom: -1px;
    }

    .home-logo-item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 30px;
    }

    .home-logo-item a img {
        width: 100%;
        opacity: 1;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .home-logo-item:hover a img {
        opacity: 0.45;
    }

    .client-carousel-thumb {
        position: relative;
        width: 350px;
        height: 350px;
        margin-left: 20px;
    }

    .carousel-icon-item {
        position: absolute;
    }

    .carousel-icon-item:nth-child(1) {
        top: -50px;
        left: 40%;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .carousel-icon-item:nth-child(1) img {
        max-width: 100px;
    }

    .carousel-icon-item:nth-child(2) {
        bottom: 40px;
        left: 10%;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .carousel-icon-item:nth-child(2) img {
        max-width: 55px;
    }

    .carousel-icon-item:nth-child(3) {
        bottom: 0;
        right: 0;
    }

    .carousel-icon-item:nth-child(3) img {
        max-width: 93px;
    }

    .client-carousel-img {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        -webkit-animation: client-border-radius 8s linear infinite alternate forwards;
        animation: client-border-radius 8s linear infinite alternate forwards;
    }

    .client-carousel-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 0 25%;
        object-position: 0 25%;
    }

    .client-caption-para {
        color: #64607c;
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 30px;
    }

    .client-caption-title {
        color: #414141;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .client-caption-designation {
        color: #838383;
        font-size: 17px;
        font-weight: 400;
    }

    .client-carousel .owl-stage-outer {
        padding: 50px 0;
    }

    .client-carousel .owl-controls {
        position: absolute;
        left: 41.66%;
        top: 100%;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .client-carousel-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 55px;
    }

    .carousel-control-item {
        padding: 0;
        margin: 0;
        margin-right: 45px;
        position: relative;
        line-height: 1;
        cursor: pointer;
    }

    .carousel-control-item:last-child {
        margin-right: 0;
    }

    .carousel-control-item:hover {
        background: transparent;
    }

    .carousel-control-item:hover span i:before {
        color: #f11a10;
    }

    .carousel-control-item span i:before {
        margin-left: 0;
        font-size: 40px;
        color: #28a745;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        background: #fff;
    }

    .carousel-control-item:before {
        content: "";
        border-width: 1px;
        border-color: #b6b6b6;
        border-style: solid;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        -webkit-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }

    .carousel-control-item:first-child:before {
        left: 45%;
        -webkit-animation: carousel-left 3s infinite alternate linear;
        animation: carousel-left 3s infinite alternate linear;
    }

    .carousel-control-item:last-child:before {
        right: 45%;
        -webkit-animation: carousel-right 3s infinite alternate linear;
        animation: carousel-right 3s infinite alternate linear;
    }

    .home-download-section {
        background: url(../images/download-bg.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .download-option p {
        font-size: 20px;
        font-weight: 400;
        background: -webkit-gradient(linear, left top, right top, from(#f20f10), to(#ec600d));
        background: linear-gradient(90deg, #f20f10 0%, #ec600d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .download-option-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .download-option-list li {
        -webkit-box-flex: 0;
        flex: 0 0 90px;
        -ms-flex: 0 1 auto;
        max-width: 90px;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 14px;
    }

    .download-option-list li:last-child {
        margin-right: 0;
    }

    .download-option-list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .download-option-list li a img {
        max-width: 30px;
        position: absolute;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        left: 50%;
    }

    .download-option-list li a img:nth-child(1) {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .download-option-list li a img:nth-child(2) {
        top: 50%;
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .download-option-list li a.orange-gradient,
    .download-option-list li a.blue-gradient {
        color: #fff;
    }

    .download-option-list li i:before {
        font-size: 30px;
    }

    .download-option-list li:hover a img:nth-child(1) {
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .download-option-list li:hover a img:nth-child(2) {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .home-download-image img {
        width: 100%;
        -webkit-animation: mobile-vertical-ride 10s infinite alternate;
        animation: mobile-vertical-ride 10s infinite alternate;
    }

    .home-contact-section {
        position: relative;
    }

    .home-contact-circle-item {
        position: absolute;
        top: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .home-contact-circle-item:nth-child(1) {
        left: 0;
        top: 100%;
        -webkit-transform: translateY(-35%);
        transform: translateY(-35%);
    }

    .home-contact-circle-item:nth-child(2) {
        right: 0;
        top: 0;
    }

    .home-contact-circle-item img {
        max-width: 500px;
    }

    .home-contact-inner {
        max-width: 600px;
        margin: 0 auto;
    }

    .home-contact-inner h2 {
        font-size: 40px;
        margin-bottom: 12px;
    }

    .footer-bg {
        background: #07a552;
        position: relative;
        padding-top: 100px;
        padding-bottom: 30px;
    }

    .home-footer-circle-item {
        position: absolute;
        top: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .home-footer-circle-item:nth-child(1) {
        left: 0;
        top: 0;
        -webkit-transform: translateY(-36%);
        transform: translateY(-36%);
    }

    .home-footer-circle-item img {
        max-width: 500px;
    }

    .footer-content-item {
        margin-bottom: 30px;
    }

    .footer-logo {
        max-width: 164px;
        margin-bottom: 15px;
    }

    .footer-logo a {
        display: block;
        background-color: white;
        padding: 15px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .footer-logo img {
        width: 100%;
    }

    .footer-details {
        margin-top: 25px;
    }

    .footer-details p {
        font-size: 15px;
        color: #fdfdfd;
        font-weight: 400;
    }

    .footer-content-list {
        padding-left: 30px;
    }

    .footer-content-title h3 {
        font-size: 20px;
        font-weight: 400;
        color: #ffffff;
    }

    .footer-list li {
        font-size: 15px;
        font-weight: 400;
        color: #1c1c1c;
        margin-bottom: 6px;
    }

    .footer-list li a {
        color: #1c1c1c;
    }

    .footer-list li a i {
        margin-right: 5px;
    }

    .footer-list li span {
        color: #1c1c1c;
    }

    .footer-list li span a {
        color: #1c1c1c;
    }

    .footer-list li:last-child {
        margin-bottom: 0;
    }

    .footer-lower {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 50px;
    }

    .footer-lower-item {
        padding: 10px 0;
        width: 100%;
        text-align: right;
    }

    .footer-copyright-text p {
        color: #ffffff;
        font-size: 15px;
    }

    .footer-copyright-text p a {
        color: #ffffff;
        text-decoration: underline;
    }

    .footer-social-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-social-list li {
        -webkit-box-flex: 0;
        flex: 0 0 30px;
        -ms-flex: 0 1 auto;
        max-width: 30px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        overflow: hidden;
        margin-left: 7px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .footer-social-list li:first-child {
        margin-left: 0;
    }

    .footer-social-list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        font-size: 18px;
    }

    .footer-social-list li:hover {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    .social-btn.social-btn-fb a {
        background: transparent;
        color: #3b5998;
    }

    .social-btn.social-btn-tw a {
        background: transparent;
        color: #55acee;
    }

    .social-btn.social-btn-ins a {
        background: transparent;
        color: #3f729b;
    }

    .social-btn.social-btn-pin a {
        background: transparent;
        color: #ff0000;
    }

    .social-btn.social-btn-yt a {
        background: transparent;
        color: #c80000;
    }

    .social-btn.social-btn-ld a {
        background: #2867b2;
        color: #fff;
    }

    .header-bg-2 {
        background-image: url("../images/header-bg-2.png");
        background-repeat: no-repeat;
        background-position: 100% -15px;
        background-size: 40% 100%;
        background-color: #fff;
        padding: 130px 0 110px;
        position: relative;
    }

    .header-bg-2 .container-fluid {
        height: 100%;
    }

    .header-bg-2 .row {
        width: 100%;
    }

    .header-shape-2-item {
        position: absolute;
    }

    .header-shape-2-item:nth-child(1) {
        max-width: 78px;
        top: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .header-shape-2-item img {
        width: 100%;
    }

    .header-content-2 {
        max-width: 610px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .header-content-2 h1 {
        color: #212529;
        font-size: 70px;
        font-weight: 400;
        margin-bottom: 20px;
        width: 100%;
    }

    .header-content-2 p {
        color: #535353;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 35px;
        width: 100%;
    }

    .header-content-2-img img {
        width: 100%;
    }

    .main-nav-2 {
        background-color: transparent;
    }

    .main-nav-2 .language-option {
        color: #fff;
    }

    .main-nav-2 .navbar-option-item .btn1 {
        border: 1px solid #fff;
        background-color: transparent;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .main-nav-2 .navbar-option-item .btn1:hover {
        background-color: #fff;
        color: #f20f10;
    }

    .main-nav-2.is-sticky .language-option {
        color: #0b2154;
    }

    .main-nav-2.is-sticky .navbar-option-item .btn1 {
        border: 1px solid #f20f10;
        background: -webkit-gradient(linear, left top, right top, from(#f20f10), to(#ec600d));
        background: linear-gradient(90deg, #f20f10 0%, #ec600d 100%);
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        color: #fff;
    }

    .home-logo-section-2 {
        position: relative;
        padding-top: 0;
        padding-bottom: 100px;
    }

    .home-about-animated-img {
        max-width: 180px;
        position: absolute;
    }

    .home-about-animated-img img {
        width: 100% !important;
        -webkit-animation: about-img-riding 5s alternate infinite;
        animation: about-img-riding 5s alternate infinite;
    }

    .home-about-animated-img.home-animated-table-img {
        max-width: 285px;
    }

    .home-animated-img-right {
        bottom: 0;
        right: 0;
    }

    .home-animated-img-left {
        bottom: 0;
        left: 0;
        -webkit-transform: translate(-10%, 0%);
        transform: translate(-10%, 0%);
    }

    .home-facility-2-img {
        margin-right: -20px;
    }

    .home-quick-contact-2 {
        padding-left: 0;
        padding-right: 0;
    }

    .client-details-carousel .owl-stage-outer {
        padding: 10px 0 0;
    }

    .client-details-carousel.owl-theme .owl-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        position: absolute;
        margin: 0;
        top: 12px;
        right: 0;
    }

    .client-details-carousel.owl-theme .owl-nav button {
        padding: 0;
        margin: 0;
        margin-right: 45px;
        position: relative;
        line-height: 1;
    }

    .client-details-carousel.owl-theme .owl-nav button:first-child {
        margin-right: 0;
    }

    .client-details-carousel.owl-theme .owl-nav button:hover {
        background: transparent;
    }

    .client-details-carousel.owl-theme .owl-nav button:hover span:before {
        color: #f11a10;
    }

    .client-details-carousel.owl-theme .owl-nav button span:before {
        margin-left: 0;
        font-size: 40px;
        color: #2b71f3;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .client-details-carousel.owl-theme .owl-nav button:before {
        content: "";
        border-width: 1px;
        border-color: #b6b6b6;
        border-style: solid;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        -webkit-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }

    .client-details-carousel.owl-theme .owl-nav button:first-child:before {
        right: 45%;
        -webkit-animation: carousel-left 3s infinite alternate linear;
        animation: carousel-left 3s infinite alternate linear;
    }

    .client-details-carousel.owl-theme .owl-nav button:last-child:before {
        left: 45%;
        -webkit-animation: carousel-right 3s infinite alternate linear;
        animation: carousel-right 3s infinite alternate linear;
    }

    .home-client-details-2 {
        max-width: 880px;
        margin-bottom: 30px;
    }

    .home-client-details-2 .client-caption-para {
        color: #0b2154;
        font-size: 30px;
        position: relative;
        margin-bottom: 0;
    }

    .home-client-details-2 .client-caption-para:before {
        content: "“";
        margin-right: 3px;
        font-size: 60px;
        line-height: 0;
    }

    .home-client-thumbnail-section {
        margin-top: 70px;
    }

    .client-thumbnail-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .client-thumbnail-img {
        -webkit-box-flex: 0;
        flex: 0 0 73px;
        -ms-flex: 0 1 auto;
        max-width: 73px;
        width: 73px;
        height: 73px;
        overflow: hidden;
        border-radius: 50%;
        margin-right: 20px;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .client-thumbnail-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .client-thumbnail-info .client-caption-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .client-thumbnail-carousel .owl-stage-outer {
        overflow: visible;
    }

    .client-thumbnail-carousel .owl-item {
        opacity: .47;
        cursor: pointer;
        -webkit-transition: all 0.8s linear;
        transition: all 0.8s linear;
    }

    .client-thumbnail-carousel .owl-item.current {
        opacity: 1;
    }

    .client-thumbnail-carousel .owl-item.current .client-thumbnail-img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .home-download-section-2 {
        background: url(../images/home-download-2-shape.png);
        background-position: -18% top;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .download-feature {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 35px;
    }

    .download-feature-item {
        -webkit-box-flex: 1;
        flex: 1;
        -ms-flex: 1;
        max-width: 100%;
        width: 100%;
        padding: 15px 10px 0;
    }

    .download-feature-item-inner {
        padding-left: 30px;
        border-left: 1px dashed #6a6a6a;
        padding-top: 8px;
        padding-bottom: 8px;
        position: relative;
        height: 100%;
        text-align: left;
    }

    .download-feature-item-inner:before {
        content: "";
        width: 0;
        height: 0;
        border-color: transparent transparent transparent #fe4a55;
        border-style: solid;
        border-width: 15px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .download-feature-item-inner h3 {
        font-size: 30px;
        color: #0b2154;
        font-weight: 400;
        margin-bottom: 13px;
    }

    .download-feature-item-inner p {
        font-size: 16px;
        color: #767676;
        font-weight: 400;
        margin-bottom: 0;
    }

    .header-bg-3 {
        background-image: url("../images/header-bg-3.png");
        background-position: top left;
        background-size: 100% 100%;
        background-color: #fff;
        padding-bottom: 34%;
        position: relative;
    }

    .header-bg-3 .container-fluid {
        height: 100%;
    }

    .header-bg-3 .row {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .header-content-3 {
        padding-top: 170px;
        max-width: 800px;
        padding-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .header-content-3 h1 {
        color: #fff;
        font-size: 70px;
        font-weight: 400;
        margin-bottom: 30px;
        width: 100%;
    }

    .header-content-3 p {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 35px;
        width: 100%;
    }

    .header-3-shape-item {
        position: absolute;
        bottom: 0;
    }

    .header-3-shape-item img {
        width: 100%;
    }

    .header-3-shape-item:nth-child(1) {
        width: 33%;
        left: 0;
        -webkit-transform: translate(-19%, -5%);
        transform: translate(-19%, -5%);
    }

    .header-3-shape-item:nth-child(2) {
        width: 33%;
        left: 0;
        -webkit-transform: translate(54%, 15%);
        transform: translate(54%, 15%);
    }

    .header-3-shape-item:nth-child(3) {
        width: 43%;
        left: 50%;
        -webkit-transform: translate(-19%, 15%);
        transform: translate(-19%, 15%);
    }

    .header-3-shape-item:nth-child(4) {
        width: 48%;
        right: 0;
        -webkit-transform: translate(50%, 18%);
        transform: translate(50%, 18%);
    }

    .main-nav-3 {
        background-color: transparent;
    }

    .main-nav-3 nav .navbar-nav .nav-item>a {
        color: #d2d2d2;
    }

    .main-nav-3 nav .navbar-nav .nav-item>a.active {
        color: #fff;
        background: transparent;
        -webkit-text-fill-color: #fff;
    }

    .main-nav-3 nav .navbar-nav .nav-item:hover>a {
        color: #fff;
        background: transparent;
        -webkit-text-fill-color: #fff;
    }

    .main-nav-3 nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
        background: -webkit-gradient(linear, left top, right top, from(#f20f10), to(#ec600d));
        background: linear-gradient(90deg, #f20f10 0%, #ec600d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .main-nav-3 .language-option {
        color: #fff;
    }

    .main-nav-3 .navbar-option-item .btn1 {
        border: transparent;
        background-color: #fff;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        color: #010327;
    }

    .main-nav-3 .navbar-option-item .btn1:hover {
        background-color: #fff;
        color: #f20f10;
    }

    .main-nav-3.is-sticky nav .navbar-nav .nav-item>a {
        color: #0b2154;
    }

    .main-nav-3.is-sticky nav .navbar-nav .nav-item>a.active {
        color: transparent;
        background: -webkit-gradient(linear, left top, right top, from(#f20f10), to(#ec600d));
        background: linear-gradient(90deg, #f20f10 0%, #ec600d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .main-nav-3.is-sticky nav .navbar-nav .nav-item:hover>a {
        color: transparent;
        background: -webkit-gradient(linear, left top, right top, from(#f20f10), to(#ec600d));
        background: linear-gradient(90deg, #f20f10 0%, #ec600d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .main-nav-3.is-sticky nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
        background: -webkit-gradient(linear, left top, right top, from(#f20f10), to(#ec600d));
        background: linear-gradient(90deg, #f20f10 0%, #ec600d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .main-nav-3.is-sticky .language-option {
        color: #0b2154;
    }

    .main-nav-3.is-sticky .navbar-option-item .btn1 {
        border: 1px solid #f20f10;
        background: -webkit-gradient(linear, left top, right top, from(#f20f10), to(#ec600d));
        background: linear-gradient(90deg, #f20f10 0%, #ec600d 100%);
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        color: #fff;
    }

    .main-nav-3.is-sticky .navbar-brand-3 img:nth-child(1) {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .main-nav-3.is-sticky .navbar-brand-3 img:nth-child(2) {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .navbar-brand-3 img:nth-child(2) {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        position: absolute;
        left: 0;
    }

    .home-feature-box-3 {
        padding: 100px 30px 70px;
        -webkit-box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        margin: 0 -40px;
    }

    .home-feature-item-3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 10px 30px;
    }

    .home-feature-item-3 .feature-carousel-details p {
        color: #5c5c5c;
        margin-bottom: 0;
    }

    .feature-item-img-3 img {
        width: 100%;
    }

    .home-about-section-3 .home-about-animated-img {
        -webkit-transform: translate(20px, -60px);
        transform: translate(20px, -60px);
    }

    .home-logo-section-3 {
        background: #0b0241;
        padding: 50px 0;
    }

    .home-logo-carousel-img img {
        height: 60px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .home-service-details-2 {
        padding: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        background: #fff;
        border-radius: 3px;
    }

    .home-service-text-2 {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }

    .home-service-text-2 h3 {
        font-size: 17px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .home-service-text-2 p {
        color: #5c5c5c;
        margin-top: auto;
        margin-bottom: 0;
    }

    .home-service-image-2 img {
        width: 100%;
    }

    .home-client-section-3 {
        overflow: hidden;
        position: relative;
        background: url("../images/business-section-bg.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .home-client-section-3 .section-title {
        position: relative;
    }

    .home-client-section-3 .section-title h2 {
        color: #fff;
    }

    .home-client-section-3 .section-title p {
        color: #fff;
    }

    .owl-carousel .owl-item .client-carousel-img-2 {
        position: relative;
    }

    .owl-carousel .owl-item .client-carousel-img-2 img {
        width: 100%;
    }

    .owl-carousel .owl-item .client-carousel-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .owl-carousel .owl-item .client-carousel-btn button {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .owl-carousel .owl-item .client-carousel-btn button img {
        width: 21px;
        margin: 0;
        position: absolute;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        left: 50%;
    }

    .owl-carousel .owl-item .client-carousel-btn button img:nth-child(1) {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .owl-carousel .owl-item .client-carousel-btn button img:nth-child(2) {
        top: 50%;
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .owl-carousel .owl-item .client-carousel-btn button i {
        margin-right: 0;
    }

    .owl-carousel .owl-item .client-carousel-btn a {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .owl-carousel .owl-item .client-carousel-btn a img {
        width: 21px;
        margin: 0;
        position: absolute;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        left: 50%;
    }

    .owl-carousel .owl-item .client-carousel-btn a img:nth-child(1) {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .owl-carousel .owl-item .client-carousel-btn a img:nth-child(2) {
        top: 50%;
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .owl-carousel .owl-item .client-carousel-btn a i {
        margin-right: 0;
    }

    .owl-carousel .owl-item .client-carousel-btn:hover button img:nth-child(1),
    .owl-carousel .owl-item .client-carousel-btn:hover a img:nth-child(1) {
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .owl-carousel .owl-item .client-carousel-btn:hover button img:nth-child(2),
    .owl-carousel .owl-item .client-carousel-btn:hover a img:nth-child(2) {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .owl-carousel .owl-item .client-carousel-btn .blue-gradient,
    .owl-carousel .owl-item .client-carousel-btn .orange-gradient {
        color: #fff;
    }

    .client-carousel-caption-2 {
        padding-top: 60px;
        padding-right: 10px;
    }

    .client-carousel-caption-2 .client-caption-para {
        color: #fff;
        font-size: 30px;
    }

    .client-carousel-caption-2 .client-caption-title {
        color: #fff;
    }

    .client-carousel-caption-2 .client-caption-designation {
        color: #ded8ff;
    }

    .business-carousel .owl-stage-outer {
        padding: 20px 0;
    }

    .business-carousel.owl-theme .owl-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        position: absolute;
        margin: 0;
        top: 50px;
        left: 0;
    }

    .business-carousel.owl-theme .owl-nav button {
        padding: 0;
        margin: 0;
        margin-right: 45px;
        position: relative;
    }

    .business-carousel.owl-theme .owl-nav button:first-child {
        margin-right: 0;
    }

    .business-carousel.owl-theme .owl-nav button:hover {
        background: transparent;
    }

    .business-carousel.owl-theme .owl-nav button:hover span:before {
        color: #f11a10;
    }

    .business-carousel.owl-theme .owl-nav button span:before {
        margin-left: 0;
        font-size: 40px;
        color: #fff;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .business-carousel.owl-theme .owl-nav button:before {
        content: "";
        border-width: 1px;
        border-color: #b6b6b6;
        border-style: solid;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        -webkit-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }

    .business-carousel.owl-theme .owl-nav button:first-child:before {
        right: 40%;
        -webkit-animation: carousel-left 3s infinite alternate linear;
        animation: carousel-left 3s infinite alternate linear;
    }

    .business-carousel.owl-theme .owl-nav button:last-child:before {
        left: 40%;
        -webkit-animation: carousel-right 3s infinite alternate linear;
        animation: carousel-right 3s infinite alternate linear;
    }

    .retail-section-bg {
        background: url("../images/retails-bg.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding: 100px 0 200px;
    }

    .counter-middle-section {
        margin-top: -130px;
        margin-bottom: -130px;
    }

    .counter-content-box {
        background-color: #0b0241;
        padding: 60px 60px 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-radius: 3px;
    }

    .counter-item-white h3 {
        background: transparent;
        color: #fff;
        -webkit-text-fill-color: unset;
    }

    .counter-item-white p {
        color: #b9d2ff;
    }

    .review-section {
        padding: 220px 0 70px;
    }

    .review-section-content {
        margin-top: 50px;
    }

    .holder-name {
        font-size: 19px;
        font-weight: 700;
        color: #414141;
    }

    .holder-designation {
        font-size: 16px;
        font-weight: 400;
        color: #838383;
    }

    .holder-para {
        font-size: 18px;
        font-weight: 400;
        color: #373636;
    }

    .review-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        width: 100%;
    }

    .review-text .holder-name {
        margin-bottom: 15px;
        width: 100%;
    }

    .review-text .holder-designation {
        margin-top: auto;
        margin-bottom: 15px;
        width: 100%;
    }

    .review-text .holder-para {
        margin-top: auto;
        margin-bottom: 25px;
        width: 100%;
    }

    .review-text .review-star {
        margin-top: auto;
    }

    .page-bg {
        background-repeat: no-repeat;
        background-position: 40% 100%;
        background-size: cover;
        padding: 210px 0 120px;
        position: relative;
    }

    .page-bg:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.2);
    }

    .page-title-inner {
        position: relative;
    }

    .page-title-inner .section-title {
        margin-bottom: 0;
    }

    .page-title-inner .section-title h1 {
        font-size: 50px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 20px;
    }

    .page-breadcrumbs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .page-breadcrumbs li {
        font-size: 16px;
        padding: 0px 8px;
        color: #fff;
        font-weight: 400;
        position: relative;
        line-height: 17px;
    }

    .page-breadcrumbs li a {
        color: #fff;
    }

    .page-breadcrumbs li:not(:first-child):before {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        background: #fff;
        left: 0;
        top: 0;
    }

    .about-img img {
        width: 100%;
    }

    .worker-section .home-about-content {
        position: relative;
    }

    .worker-grid-item:nth-child(1) {
        margin-top: 20px;
    }

    .worker-grid-item:nth-child(4) {
        margin-top: -20px;
    }

    .worker-grid-content {
        -webkit-box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        position: relative;
    }

    .worker-grid-content:hover .worker-content-layout {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .worker-content-img img {
        width: 100%;
    }

    .worker-shape-item {
        position: absolute;
    }

    .worker-shape-item:nth-child(1) {
        bottom: 0;
        left: 15%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .worker-shape-item:nth-child(1) img {
        max-width: 220px;
    }

    .worker-social-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 15px;
    }

    .worker-social-link li {
        font-size: 15px;
        padding: 0 10px;
    }

    .worker-social-link li a {
        color: #fff;
    }

    .worker-content-layout {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 86, 230, 0.9)), color-stop(60%, transparent));
        background: linear-gradient(0deg, rgba(8, 86, 230, 0.9) 0%, transparent 60%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-bottom: 20px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

    .worker-content-layout .client-caption-title {
        color: #fff;
        text-transform: capitalize;
    }

    .worker-content-layout .client-caption-designation {
        color: #fff;
    }

    .about-logo-content {
        padding: 40px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-radius: 3px;
        overflow: hidden;
        -webkit-box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
    }

    .about-download-content .home-download-image img {
        -webkit-animation: none;
        animation: none;
    }

    .article-img {
        overflow: hidden;
        border-radius: 3px;
        margin-bottom: 20px;
    }

    .article-img img {
        width: 100%;
    }

    .blog-details-content {
        margin-top: 20px;
    }

    .blog-details-content p {
        font-size: 16px;
        font-weight: 400;
        color: #6f6f6f;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .blog-details-content p:last-child {
        margin-bottom: 0;
    }

    .blog-details-content p.blog-tag-name {
        background: -webkit-gradient(linear, left top, right top, from(#f20f10), to(#ec600d));
        background: linear-gradient(90deg, #f20f10 0%, #ec600d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
        line-height: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .blog-details-content p.blog-tag-name:before {
        content: "";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 30px;
        height: 1px;
        background: -webkit-gradient(linear, left top, right top, from(#f20f10), to(#ec600d));
        background: linear-gradient(90deg, #f20f10 0%, #ec600d 100%);
        bottom: 3px;
        position: relative;
        margin-right: 8px;
    }

    .blog-details-content h2 {
        color: #0e1d2d;
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .blog-quote {
        padding: 25px;
        border-radius: 3px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
        width: 100%;
    }

    .blog-quote.blog-quote-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .blog-quote .blog-quote-icon i {
        font-size: 20px;
        color: #fff;
    }

    .blog-quote h3 {
        font-size: 24px;
        font-weight: 700;
        text-transform: capitalize;
        width: 100%;
    }

    .blog-quote p {
        margin-top: 20px;
        font-size: 23px;
        width: 100%;
    }

    .blog-quote p.blog-tag-name {
        font-size: 14px;
        text-transform: uppercase;
        margin-top: 0;
        width: auto;
    }

    .blog-quote p.blog-quote-para-small {
        font-size: 17px;
    }

    .blog-quote.blue-gradient h3 {
        color: #fff;
    }

    .blog-quote.blue-gradient p {
        color: #fff;
    }

    .blog-quote.blue-gradient p.blog-tag-name {
        background: transparent;
        color: #fff;
        -webkit-text-fill-color: #fff;
    }

    .blog-quote.blue-gradient p.blog-tag-name:before {
        background: #fff;
    }

    .blog-quote.blue-gradient .service-choosing-list li {
        color: #fff;
    }

    .blog-quote.orange-gradient h3 {
        color: #fff;
    }

    .blog-quote.orange-gradient p {
        color: #fff;
    }

    .blog-quote.orange-gradient p.blog-tag-name {
        background: transparent;
        color: #fff;
        -webkit-text-fill-color: #fff;
    }

    .blog-quote.orange-gradient p.blog-tag-name:before {
        background: #fff;
    }

    .blog-quote.orange-gradient .service-choosing-list li {
        color: #fff;
    }

    .service-choosing-list li {
        font-size: 16px;
        font-weight: 400;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 5px 0;
        text-align: left;
    }

    .service-choosing-list li img {
        width: 17px;
        margin-right: 10px;
        margin-top: 3px;
    }

    .blog-details-img-item {
        overflow: hidden;
        border-radius: 3px;
    }

    .blog-details-img-item img {
        width: 100%;
    }

    .blog-details-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: left;
        margin-bottom: 20px;
    }

    .blog-details-list li {
        font-size: 18px;
        color: #1d2f42;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 14px 0;
        margin-right: 25px;
    }

    .blog-details-list li img {
        -webkit-box-flex: 0;
        flex: 0 0 20px;
        -ms-flex: 0 1 auto;
        max-width: 20px;
        width: 20px;
        margin-right: 12px;
    }

    .blog-details-tag {
        border: 1px dashed #2948ff;
        background: #f3f5ff;
        padding: 10px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-radius: 3px;
        margin-top: 60px;
    }

    .blog-tag-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 0;
    }

    .blog-tag-item h4 {
        margin-right: 17px;
        color: #162c44;
        font-size: 17px;
    }

    .blog-tag-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .blog-tag-list li {
        margin-right: 13px;
        font-size: 15px;
    }

    .blog-tag-list li a {
        color: #2948ff;
    }

    .blog-tag-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
    }

    .blog-tag-social li {
        -webkit-box-flex: 0;
        flex: 0 0 30px;
        -ms-flex: 0 1 auto;
        max-width: 30px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin-left: 7px;
        overflow: hidden;
    }

    .blog-tag-social li:first-child {
        margin-left: 0;
    }

    .blog-tag-social li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        font-size: 16px;
    }

    .blog-comment-area {
        margin-top: 70px;
    }

    .sub-section-title {
        color: #1b2b37;
        font-size: 20px;
    }

    .sub-section-title span {
        color: #8fa5b5;
    }

    .blog-people-comment-item {
        border-bottom: 1px solid #ededed;
        padding: 45px 0;
    }

    .blog-people-comment-item:last-child {
        border-bottom: 0;
    }

    .blog-people-comment-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .blog-people-comment-reply {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 25px;
        padding-left: 132px;
    }

    .blog-people-comment-reply .blog-people-comment-thumb {
        -webkit-box-flex: 0;
        flex: 0 0 80px;
        -ms-flex: 0 1 auto;
        max-width: 80px;
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }

    .blog-people-comment-reply .blog-people-comment-details {
        margin-top: 10px;
    }

    .blog-people-comment-thumb {
        -webkit-box-flex: 0;
        flex: 0 0 102px;
        -ms-flex: 0 1 auto;
        max-width: 102px;
        width: 102px;
        height: 102px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 30px;
    }

    .blog-people-comment-thumb img {
        width: 100%;
        height: 100%;
    }

    .blog-people-comment-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-top: 15px;
    }

    .blog-people-comment-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .blog-people-comment-bio {
        margin-bottom: 10px;
    }

    .blog-post-name {
        color: #131f27;
        font-size: 16px;
        text-transform: capitalize;
    }

    .blog-post-date {
        color: #7b7b7b;
        font-size: 15px;
    }

    .blog-people-reply-action {
        margin-bottom: 10px;
    }

    .blog-people-reply-action p {
        font-size: 15px;
        background: -webkit-gradient(linear, left top, right top, from(#f20f10), to(#ec600d));
        background: linear-gradient(90deg, #f20f10 0%, #ec600d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        cursor: pointer;
    }

    .blog-people-comment-details {
        margin-top: 20px;
    }

    .blog-people-comment-details p {
        color: #6f6f6f;
        font-size: 16px;
    }

    .input-group {
        border: 1px solid #d8d8d8;
        background: #fff;
        border-radius: 3px;
        padding: 15px 20px;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .form-control {
        color: #0b2154;
        height: auto;
        font-size: 15px;
        font-weight: 400;
        background-color: transparent;
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #0b2154;
        background-color: transparent;
        border-color: transparent;
        outline: 0;
        box-shadow: none;
        padding: 0;
        resize: none;
    }

    .form-control:focus {
        color: #0b2154;
        background-color: #fff;
        border-color: transparent;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .form-control::-webkit-input-placeholder {
        color: #7f7f7f;
    }

    .form-control:-ms-input-placeholder {
        color: #7f7f7f;
    }

    .form-control::-ms-input-placeholder {
        color: #7f7f7f;
    }

    .form-control::placeholder {
        color: #7f7f7f;
    }

    .input-group-text {
        border: 0;
        border-radius: 0;
        padding: 0;
        background: transparent;
        color: #7f7f7f;
        font-size: 15px;
        margin-right: 10px;
    }

    .input-group-text i:before {
        margin-left: 0;
        font-size: 15px;
    }

    .help-block {
        margin-top: 5px;
    }

    .help-block.with-errors {
        background: -webkit-gradient(linear, left top, right top, from(#f20f10), to(#ec600d));
        background: linear-gradient(90deg, #f20f10 0%, #ec600d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 14px;
    }

    .submit-post-info {
        text-align: center;
        margin-top: 10px;
        font-size: 20px;
        margin-bottom: 0;
    }

    .submit-post-info.text-success {
        background: -webkit-gradient(linear, left top, right top, from(#0856e6), to(#2f74f4));
        background: linear-gradient(90deg, #0856e6 0%, #2f74f4 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent !important;
    }

    .submit-post-info.text-danger {
        background: -webkit-gradient(linear, left top, right top, from(#f20f10), to(#ec600d));
        background: linear-gradient(90deg, #f20f10 0%, #ec600d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent !important;
    }

    .input-area {
        border: 1px solid #d8d8d8;
        background: #fff;
        border-radius: 3px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 15px 20px;
        width: 100%;
    }

    .input-label-icon {
        color: #7f7f7f;
        -webkit-box-flex: 0;
        flex: 0 0 19px;
        -ms-flex: 0 1 auto;
        max-width: 19px;
        width: 19px;
        margin-right: 10px;
    }

    .input-label-icon span {
        width: 100%;
        font-size: 16px;
    }

    .input-label-icon span i {
        font-size: 16px;
    }

    .input-label-icon span i:before {
        font-size: 16px;
        margin-left: 0;
    }

    .muted-text {
        font-size: 14px;
        margin-top: 5px;
    }

    .muted-text.muted-text-orange {
        background: -webkit-gradient(linear, left top, right top, from(#f20f10), to(#ec600d));
        background: linear-gradient(90deg, #f20f10 0%, #ec600d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .material-input-label {
        color: #7f7f7f;
        font-size: 15px;
        margin: 0;
        font-weight: 400;
        position: absolute;
        left: 20px;
        top: 25px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .material-input-label span {
        padding: 0 5px;
    }

    .material-input-label i {
        margin-right: 8px;
    }

    .material-input-label i:before {
        font-size: 15px;
        margin: 0;
    }

    .input-full {
        width: 100%;
        padding: 0;
        margin: 0;
        border: 0;
        outline: 0;
        resize: none;
        color: #0b2154;
        font-size: 15px;
    }

    .input-full:active,
    .input-full:focus {
        border: 0;
        outline: 0;
    }

    .input-full::-webkit-input-placeholder {
        color: #7f7f7f;
    }

    .input-full:-ms-input-placeholder {
        color: #7f7f7f;
    }

    .input-full::-ms-input-placeholder {
        color: #7f7f7f;
    }

    .input-full::placeholder {
        color: #7f7f7f;
    }

    .blog-comment-input-area .orange-gradient {
        color: #fff;
    }

    .blog-comment-input-area .btn1 {
        margin-left: auto;
        margin-right: auto;
    }

    .blog-comment-leave-area {
        background: #f3f3f3;
        border-radius: 3px;
        padding: 65px 45px 55px;
    }

    .blog-comment-leave-area .sub-section-title {
        font-size: 30px;
        color: #221668;
    }

    .blog-sidebar .sub-section-title {
        color: #162c44;
    }

    .blog-sidebar-item {
        -webkit-box-shadow: 0px 11px 61.1px 3.9px rgba(193, 193, 193, 0.22);
        box-shadow: 0px 11px 61.1px 3.9px rgba(193, 193, 193, 0.22);
        margin-bottom: 30px;
    }

    .blog-sidebar-item-details {
        padding: 0 25px;
    }

    .blog-sidebar-item-header {
        border-bottom: 1px solid #efefef;
        padding: 25px;
    }

    .blog-search-area {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .blog-search-area .input-area {
        padding: 0;
        padding-left: 10px;
        overflow: hidden;
        border-radius: 3px;
    }

    .blog-search-area .btn1 {
        padding: 12px 15px;
        border-radius: 3px;
    }

    .blog-search-area .btn-with-image img {
        margin-right: 0;
        -webkit-box-flex: 0;
        flex: 0 0 16px;
        -ms-flex: 0 1 auto;
        max-width: 16px !important;
        width: 16px;
    }

    .blog-recent-item {
        border-bottom: 1px solid #efefef;
    }

    .blog-recent-item:last-child {
        border-bottom: 0;
    }

    .blog-recent-item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 25px 0;
    }

    .blog-recent-item a:hover .blog-recent-thumb img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .blog-recent-item a:hover .blog-post-name {
        background: -webkit-gradient(linear, left top, right top, from(#f20f10), to(#ec600d));
        background: linear-gradient(90deg, #f20f10 0%, #ec600d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .blog-recent-thumb {
        -webkit-box-flex: 0;
        flex: 0 0 75px;
        -ms-flex: 0 1 auto;
        max-width: 75px;
        width: 75px;
        height: 101px;
        border-radius: 3px;
        overflow: hidden;
        margin-right: 17px;
    }

    .blog-recent-thumb img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .blog-recent-data .blog-post-date {
        color: #2948ff;
        font-size: 14px;
    }

    .blog-recent-data .blog-post-name {
        color: #162c44;
        font-weight: 700;
        font-size: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .blog-recent-data .blog-people-comment-details {
        margin-top: 10px;
    }

    .blog-recent-data .blog-people-comment-details p {
        font-size: 15px;
        color: #6a6a6a;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .blog-category-details {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .blog-category-item {
        padding: 15px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .blog-category-name {
        font-size: 15px;
        color: #898989;
        -webkit-box-flex: 1;
        flex: 1;
        -ms-flex: 1;
    }

    .blog-category-name a {
        color: #898989;
    }

    .blog-category-name a:hover {
        background: -webkit-gradient(linear, left top, right top, from(#f20f10), to(#ec600d));
        background: linear-gradient(90deg, #f20f10 0%, #ec600d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .blog-category-number {
        font-size: 15px;
        color: #2948ff;
    }

    .blog-cateogory-divider {
        -webkit-box-flex: 0;
        flex: 0 0 55%;
        -ms-flex: 0 1 auto;
        max-width: 55%;
        width: 55%;
        height: 1px;
        background: #efefef;
        margin-right: 20px;
    }

    .blog-sidebar-tag-details {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .blog-sidebar-tag-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .blog-sidebar-tag-list li {
        color: #777777;
        margin-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .blog-sidebar-tag-list li.blog-sidebar-tag-lg {
        font-size: 16px;
    }

    .blog-sidebar-tag-list li.blog-sidebar-tag-sm {
        font-size: 15px;
    }

    .blog-sidebar-tag-list li a {
        color: #777777;
    }

    .blog-sidebar-tag-list li a:hover {
        background: -webkit-gradient(linear, left top, right top, from(#f20f10), to(#ec600d));
        background: linear-gradient(90deg, #f20f10 0%, #ec600d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .pricing-box-grid {
        -webkit-box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 25px;
        margin-right: 25px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pricing-grid-item {
        border-radius: 5px;
        -webkit-box-flex: 0;
        flex: 0 0 33.33%;
        -ms-flex: 0 1 auto;
        max-width: 33.33%;
        width: 33.33%;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .pricing-grid-item:hover {
        -webkit-box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
    }

    .pricing-grid-item:hover .pricing-item-amount:before {
        width: 100%;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        opacity: 1;
    }

    .pricing-grid-item:hover .pricing-item-amount h4 {
        color: #fff;
    }

    .pricing-grid-item-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }

    .pricing-item-header {
        padding: 30px;
        text-align: center;
    }

    .pricing-item-header h3 {
        font-size: 30px;
        color: #252525;
        font-weight: 700;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pricing-item-header h3 img {
        -webkit-box-flex: 0;
        flex: 0 0 27px;
        -ms-flex: 0 1 auto;
        max-width: 27px;
        width: 27px;
        margin-right: 13px;
    }

    .pricing-item-amount {
        padding: 30px;
        background-color: rgba(41, 72, 255, 0.2);
        text-align: center;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        position: relative;
    }

    .pricing-item-amount:before {
        content: "";
        position: absolute;
        width: 0;
        height: 100%;
        top: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, right top, from(#0856e6), to(#2f74f4));
        background: linear-gradient(90deg, #0856e6 0%, #2f74f4 100%);
        opacity: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .pricing-item-amount h4 {
        font-size: 49px;
        font-weight: 400;
        color: #2948ff;
        position: relative;
        -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

    .pricing-item-amount h4 small {
        font-size: 22px;
    }

    .pricing-item-amount h4 span {
        font-size: 30px;
    }

    .pricing-item-body {
        padding: 35px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .pricing-item-body .btn1 {
        color: #fff;
        margin-top: auto;
    }

    .pricing-item-list {
        margin-bottom: 20px;
    }

    .pricing-item-list li {
        color: #636363;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .pricing-item-list li .pricing-list-arrow {
        -webkit-box-flex: 0;
        flex: 0 0 15px;
        -ms-flex: 0 1 auto;
        max-width: 15px;
        width: 15px;
        margin-right: 12px;
        font-size: 15px;
    }

    .pricing-item-list li .pricing-list-arrow:before {
        font-size: 15px;
    }

    .pricing-item-list li .pricing-list-info {
        color: #b6b6b6;
        font-size: 19px;
        margin-left: 17px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .pricing-item-list li .pricing-list-info i:before {
        font-size: 19px;
    }

    .box-card {
        -webkit-box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        border-radius: 5px;
    }

    .box-card-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 40px;
    }

    .box-card-icon img {
        width: 100%;
    }

    .box-card-icon span {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .box-card-icon span i {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 50px;
    }

    .box-card-icon span i:before {
        font-size: 50px;
        margin: 0;
        background: -webkit-gradient(linear, left top, right top, from(#f20f10), to(#ec600d));
        background: linear-gradient(90deg, #f20f10 0%, #ec600d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .box-card-details {
        margin-top: auto;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .box-card-title {
        color: #221668;
        font-size: 23px;
        font-weight: 700;
        width: 100%;
    }

    .box-card-para {
        font-size: 17px;
        color: #6f6f6f;
        font-weight: 400;
        width: 100%;
    }

    .box-card-para .link-us {
        color: #6f6f6f;
    }

    .box-card-link {
        margin-top: auto;
        background: -webkit-gradient(linear, left top, right top, from(#f20f10), to(#ec600d));
        background: linear-gradient(90deg, #f20f10 0%, #ec600d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 18px;
    }

    .comment-block-img {
        display: block;
        margin: auto;
        width: 80%;
    }

    .contact-comment-leave-area {
        background: #fff;
        -webkit-box-shadow: 0px 11px 61.1px 3.9px rgba(193, 193, 193, 0.22);
        box-shadow: 0px 11px 61.1px 3.9px rgba(193, 193, 193, 0.22);
    }

    .faq-accordion-item {
        -webkit-box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        border-radius: 5px;
        margin-bottom: 20px;
    }

    .faq-accordion-item:last-child {
        margin-bottom: 0;
    }

    .faq-accordion-header {
        padding: 25px;
        position: relative;
        cursor: pointer;
        border-radius: 5px;
        overflow: hidden;
    }

    .faq-accordion-header:before {
        content: "\f109";
        font-family: Flaticon;
        font-size: 22px;
        font-weight: 400;
        position: absolute;
        right: 25px;
        top: 20px;
        -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .faq-accordion-header:after {
        content: "\f10a";
        font-family: Flaticon;
        font-size: 22px;
        font-weight: 400;
        position: absolute;
        right: 25px;
        top: 20px;
        -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .faq-accordion-header-overlay {
        position: absolute;
        width: 0;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(#f20f10), to(#ec600d));
        background: linear-gradient(90deg, #f20f10 0%, #ec600d 100%);
        top: 0;
        left: 0;
        -webkit-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
    }

    .faq-accordion-item-active .faq-accordion-header:before {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .faq-accordion-item-active .faq-accordion-header:after {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        color: #fff;
    }

    .faq-accordion-item-active .faq-accordion-header .faq-accordion-header-overlay {
        width: 100%;
    }

    .faq-accordion-item-active .faq-accordion-header .faq-accordion-title {
        color: #fff;
    }

    .faq-accordion-item-active .faq-accordion-body {
        max-height: 250px;
        -webkit-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
    }

    .faq-accordion-title {
        font-size: 18px;
        color: #221668;
        font-weight: 400;
        padding-right: 35px;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        position: relative;
        z-index: 10;
        text-transform: none;
    }

    .faq-accordion-body {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
    }

    .faq-accordion-body-inner {
        padding: 25px;
    }

    .faq-accordion-para {
        font-size: 16px;
        color: #7a7a7a;
        font-weight: 400;
    }

    .authentication-section {
        background: #fff;
    }

    .authentication-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100vh;
    }

    .authentication-grid-lost {
        height: 100vh;
        overflow: auto;
    }

    .authentication-item {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        -ms-flex: 0 1 auto;
        max-width: 50%;
        width: 50%;
    }

    .authentication-user-panel {
        padding: 50px 100px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .authentication-user-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .authentication-user-header img {
        width: 160px;
    }

    .authentication-user-header h1 {
        font-size: 30px;
        color: #2a2a2a;
        font-weight: 400;
        margin-top: 20px;
    }

    .authentication-user-body {
        width: 100%;
    }

    .authentication-user-body p {
        font-size: 15px;
        font-weight: 400;
        text-align: center;
    }

    .authentication-tab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px;
    }

    .authentication-tab-item {
        color: #5f5f5f;
        font-size: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px 60px;
        border-bottom: 1px solid #d5d5d5;
        cursor: pointer;
    }

    .authentication-tab-item img {
        height: 19px;
        margin-right: 8px;
    }

    .authentication-tab-item.authentication-tab-active {
        border-bottom: 1px solid #ff743c;
    }

    .authentication-tab-details-item {
        display: none;
    }

    .authentication-tab-details-item.authentication-tab-details-active {
        display: block;
    }

    .authentication-form {
        margin-top: 40px;
    }

    .authentication-form .input-area {
        background: #f7f7f7;
    }

    .authentication-form .input-area .input-full {
        background-color: transparent;
    }

    .authentication-form .orange-gradient {
        color: #fff;
    }

    .authentication-account-access {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .authentication-account-access-item {
        padding: 10px 0;
    }

    .authentication-checkbox label {
        position: relative;
        font-size: 15px;
        color: #828282;
        padding-left: 27px;
        cursor: pointer;
    }

    .authentication-checkbox label:before {
        content: "";
        width: 17px;
        height: 17px;
        border: 2px solid #d5d5d5;
        left: 0;
        top: 2px;
        position: absolute;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .authentication-checkbox label:after {
        content: "\e9da";
        font-family: "boxicons" !important;
        font-size: 15px;
        position: absolute;
        left: 0;
        top: 0px;
        -webkit-transform: translate(1px, 0px);
        transform: translate(1px, 0px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        color: #f14300;
    }

    .authentication-checkbox input {
        display: none;
    }

    .authentication-checkbox input:checked~label:after {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .authentication-link a {
        background: -webkit-gradient(linear, left top, right top, from(#f20f10), to(#ec600d));
        background: linear-gradient(90deg, #f20f10 0%, #ec600d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-decoration: underline;
        border-bottom: 1px solid #f14300;
        font-size: 14px;
        font-weight: 400;
    }

    .authentication-divider {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .authentication-divider span {
        font-size: 15px;
        color: #5f5f5f;
        background: #fff;
        padding: 10px;
        z-index: 1;
    }

    .authentication-divider:before {
        content: "";
        width: 100%;
        height: 1px;
        background: #d5d5d5;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
    }

    .authentication-social-access {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px;
    }

    .authentication-social-item {
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-flex: 0;
        flex: 0 0 33.33%;
        -ms-flex: 0 1 auto;
        max-width: 33.33%;
        width: 33.33%;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .authentication-social-item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding: 15px 30px;
        border-radius: 35px;
    }

    .authentication-social-item:hover {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    .authentication-img-bg {
        background-image: url("../images/authentication-bg.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        height: 100vh;
    }

    .error-page-section {
        height: 100vh;
        padding: 50px 0;
    }

    .error-page-section .container {
        height: 100%;
    }

    .error-page-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        height: 100%;
    }

    .error-page-inner h1 {
        font-size: 250px;
        font-weight: 700;
        color: #0b2154;
        letter-spacing: 30px;
    }

    .error-page-inner h3 {
        font-size: 25px;
        color: #1a1153;
        margin-top: 25px;
    }

    .error-page-inner p {
        font-size: 17px;
        margin-top: 25px;
    }

    .error-page-inner .btn1 {
        margin-top: 25px;
    }

    .error-page-inner .orange-gradient {
        color: #fff;
    }

    .pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pagination-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pagination-list li {
        height: 33px;
        margin-right: 5px;
        margin-bottom: 5px;
        -webkit-box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
    }

    .pagination-list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        padding: 8px 9px;
        border-radius: 2px;
        background: #fff;
        font-size: 15px;
        color: #f14300;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .pagination-list li a i {
        font-size: 19px;
    }

    .pagination-list li a:hover {
        background: #f14300;
        color: #fff;
    }

    .pagination-list li.active a {
        background: #f14300;
        color: #fff;
    }

    .pagination-list li.disable a {
        opacity: 0.5;
        cursor: not-allowed;
        background: #fff;
        color: #f14300;
    }

    .service-quote {
        padding: 25px;
        border-radius: 3px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .service-quote .blog-quote-icon i {
        font-size: 20px;
        color: #fff;
    }

    .service-quote p {
        margin-top: 17px;
        font-size: 23px;
    }

    .service-quote p.blog-tag-name {
        font-size: 14px;
    }

    .service-quote.blue-gradient p {
        color: #fff;
    }

    .service-quote.blue-gradient p.blog-tag-name {
        background: transparent;
        color: #fff;
        -webkit-text-fill-color: #fff;
    }

    .service-quote.blue-gradient p.blog-tag-name:before {
        background: #fff;
    }

    .blog-post-item {
        border-radius: 5px;
        -webkit-box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
        overflow: hidden;
        margin-bottom: 30px;
        text-align: left;
    }

    .blog-post-item:hover .blog-post-thumb a img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .blog-post-item:hover .blog-post-title a {
        background: -webkit-gradient(linear, left top, right top, from(#f20f10), to(#ec600d));
        background: linear-gradient(90deg, #f20f10 0%, #ec600d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .blog-post-item .blog-post-para {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .blog-post-thumb {
        overflow: hidden;
    }

    .blog-post-thumb a {
        display: block;
    }

    .blog-post-thumb a img {
        width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .blog-post-details {
        padding: 25px;
    }

    .blog-post-entry {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .blog-post-entry li {
        font-size: 15px;
        color: #2948ff;
        font-weight: 400;
        padding: 4px 10px;
        position: relative;
    }

    .blog-post-entry li:before {
        content: "\f111";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        position: absolute;
        right: -2px;
        font-size: 4px;
        top: 12px;
        color: #a0a0a0;
    }

    .blog-post-entry li:last-child:before {
        content: none;
    }

    .blog-post-title {
        font-size: 24px;
        font-weight: 700;
        color: #102030;
    }

    .blog-post-title a {
        color: #102030;
    }

    .blog-post-para {
        font-size: 17px;
        font-weight: 400;
        color: #6a6a6a;
    }

    .terms-privacy .sub-section-title {
        font-size: 22px;
        font-weight: 700;
        display: inline-block;
        margin-bottom: 20px;
    }

    .terms-privacy p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .terms-privacy p:last-child {
        margin-bottom: 0;
    }

    .terms-privacy-list {
        margin-bottom: 5px;
        display: inline-block;
        width: 100%;
    }

    .terms-privacy-list li {
        margin-bottom: 15px;
    }

    .terms-privacy-list li p {
        font-size: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .terms-privacy-list li p strong {
        color: #414141;
        margin-right: 10px;
    }

    @media all and (-ms-high-contrast: none),
    (-ms-high-contrast: active) {
        .main-nav nav .navbar-nav .nav-item a.active {
            color: #f20f10;
            background: transparent;
        }
        .main-nav nav .navbar-nav .nav-item:hover>a {
            color: #f20f10;
            background: transparent;
        }
        .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover>a {
            color: #f20f10;
            background: transparent;
        }
        .main-nav-3 {
            background-color: transparent;
        }
        .main-nav-3 nav .navbar-nav .nav-item>a {
            color: #d2d2d2;
        }
        .main-nav-3 nav .navbar-nav .nav-item>a.active {
            color: #fff;
            background: transparent;
        }
        .main-nav-3 nav .navbar-nav .nav-item:hover>a {
            color: #fff;
            background: transparent;
        }
        .main-nav-3 nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
            color: #f20f10;
            background: transparent;
        }
        .main-nav-3.is-sticky nav .navbar-nav .nav-item>a {
            color: #0b2154;
        }
        .main-nav-3.is-sticky nav .navbar-nav .nav-item>a.active {
            color: #f20f10;
            background: transparent;
        }
        .main-nav-3.is-sticky nav .navbar-nav .nav-item:hover>a {
            color: #f20f10;
            background: transparent;
        }
        .main-nav-3.is-sticky nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
            color: #f20f10;
            background: transparent;
        }
        .mean-container .mean-nav {
            float: left;
            width: 100%;
            background: #ffffff;
            margin-top: 59px;
        }
        .mean-container .mean-nav ul li a.active {
            color: #f20f10;
            background: transparent;
        }
        .navbar-option-item .dropdown-menu {
            background: #fff;
            border: 0;
            padding: 5px 0;
            border-radius: 0;
            -webkit-box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
            box-shadow: 0px 11px 95.12px 5.88px rgba(196, 196, 196, 0.21);
            display: block;
            -webkit-transform: translateY(10px);
            transform: translateY(10px);
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }
        .navbar-option-item .dropdown-item:hover {
            color: #f20f10;
            background: transparent;
        }
        .counter-item h3 {
            color: #0856e6;
            background: transparent;
        }
        .counter-item-white h3 {
            color: #fff;
            background: transparent;
        }
        .home-service-text a:before,
        .home-service-text-2 a:before {
            color: #0856e6;
            background: transparent;
        }
        .home-service-text a:after,
        .home-service-text-2 a:after {
            color: #f20f10;
            background: transparent;
        }
        .download-option p {
            color: #f20f10;
            background: transparent;
        }
        .home-service-start p a.blue-gradient {
            color: #0856e6;
            background: transparent;
        }
        .home-service-start p a.blue-gradient:hover {
            color: #f20f10;
            background: transparent;
        }
        .home-service-start p a.orange-gradient {
            color: #f20f10;
            background: transparent;
        }
        .home-service-start p a.orange-gradient:hover {
            color: #0856e6;
            background: transparent;
        }
        .help-block.with-errors {
            color: #f20f10;
            background: transparent;
        }
        .submit-post-info.text-success {
            color: #0856e6;
            background: transparent;
        }
        .submit-post-info.text-danger {
            color: #f20f10 !important;
            background: transparent;
        }
        .authentication-link a {
            color: #f20f10;
            background: transparent;
        }
        .blog-post-item:hover .blog-post-title a {
            color: #f20f10;
            background: transparent;
        }
        .blog-details-content p.blog-tag-name {
            color: #f20f10;
            background: transparent;
        }
        .blog-people-reply-action p {
            color: #f20f10;
            background: transparent;
        }
        .blog-sidebar-tag-list li a:hover {
            color: #f20f10;
            background: transparent;
        }
    }
    /*# sourceMappingURL=style.css.map */

    .search_box {
        position: relative;
        padding: 26px 30px;
    }

    .input_box {
        position: absolute;
        top: 100%;
        right: 0;
        background-color: white;
        padding: 15px;
        border: 1px solid #dddcdc;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        display: none;
    }

    .search_box:hover .input_box {
        display: block;
    }

    span.search_box i {
        font-size: 24px;
        vertical-align: middle;
    }

    span.input_box input {
        border: 1px solid #dedcdc;
    }

    .header-bg {
        padding: 0;
    }
    /* subscribe letter start */

    .subscribe {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #ed2622;
        padding: 20px 30px;
        border-radius: 7px;
        margin-bottom: -71px;
        position: relative;
        z-index: 9;
    }

    .subscribe-content {
        display: flex;
        align-items: center;
        flex: 5;
        margin-right: 40px;
    }

    .subscribe-icon {
        margin-right: 20px;
    }

    .subscribe-icon img {
        width: auto;
    }

    .subscribe-info h3 {
        font-size: 30px;
        text-transform: capitalize;
        margin-bottom: 15px;
        color: white;
        font-weight: 600
    }

    .subscribe-info p {
        font-size: 15px;
        line-height: 1.6;
        color: #fff;
    }

    .subscribe-form {
        flex: 2;
        position: relative;
    }

    .subscribe-form .form-control {
        height: 46px;
        font-size: 13px;
        border: none;
        padding-right: 57px;
        background-color: white;
        padding-left: 10px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .subscribe-form .btn {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background: #03a550;
        color: #fff;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        font-size: 25px;
        padding: 0px 10px;
    }
    /* subscribe letter End */
    /* ****************search************************************************************ */

    .search-overlay.search-overlay-active.search-overlay {
        opacity: 1;
        visibility: visible;
    }

    .search-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
        overflow: hidden;
    }

    .d-table {
        width: 100%;
        height: 100%;
    }

    .d-table-cell {
        vertical-align: middle;
    }

    .search-overlay.search-overlay-active.search-overlay .search-overlay-layer {
        transform: translateX(0);
    }

    .search-overlay .search-overlay-layer:nth-child(1) {
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        transition: all 0.3s ease-in-out 0s;
    }

    .search-overlay .search-overlay-layer {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        transform: translateX(100%);
    }

    .search-overlay .search-overlay-layer:nth-child(2) {
        left: 0;
        background-color: rgba(0, 0, 0, 0.4);
        transition: all 0.3s ease-in-out 0.3s;
    }

    .search-overlay .search-overlay-layer:nth-child(3) {
        left: 0;
        background-color: rgba(0, 0, 0, 0.7);
        transition: all 0.9s ease-in-out 0.6s;
    }

    .search-overlay.search-overlay-active.search-overlay .search-overlay-close {
        opacity: 1;
        visibility: visible;
    }

    .search-overlay .search-overlay-close {
        position: absolute;
        top: 40px;
        right: 40px;
        width: 50px;
        z-index: 2;
        text-align: center;
        cursor: pointer;
        padding: 10px;
        transition: all 0.9s ease-in-out 1.5s;
        opacity: 0;
        visibility: hidden;
    }

    .search-overlay .search-overlay-close .search-overlay-close-line:nth-child(1) {
        transform: rotate(45deg);
    }

    .search-overlay .search-overlay-close .search-overlay-close-line {
        width: 100%;
        height: 3px;
        float: left;
        margin-bottom: 5px;
        transition: all 500ms ease;
        background: white;
    }

    .search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2) {
        margin-top: -7px;
        transform: rotate(-45deg);
    }

    .search-overlay.search-overlay-active.search-overlay .search-overlay-form {
        opacity: 1;
        visibility: visible;
    }

    .search-overlay .search-overlay-form {
        transition: all 0.9s ease-in-out 1.4s;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        z-index: 2;
        max-width: 500px;
        width: 500px;
    }

    .search-overlay .search-overlay-form form {
        position: relative;
    }

    .search-overlay .search-overlay-form form .input-search {
        display: block;
        width: 100%;
        height: 60px;
        border: none;
        border-radius: 30px;
        padding: 3px 70px 0 25px;
        font-size: 16px;
    }

    .search-overlay .search-overlay-form form .input-search:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }

    .search-overlay .search-overlay-form form button {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: none;
        font-size: 20px;
        line-height: 50px;
        background: #dc3b05;
        color: #fff;
    }

    .search-box i {
        font-size: 18px;
        color: #dc3b05;
        cursor: pointer;
    }

    .header-right {
        display: flex;
        align-items: center;
    }

    .search-box {
        margin-left: 20px;
    }
    /* **************************************************************************** */
    /* Scroll Top */

    .go-top {
        position: fixed;
        cursor: pointer;
        transition: ease-in-out .5s;
        bottom: 30px;
        right: 30px;
    }

    .go-top.active {
        opacity: 1;
        visibility: visible;
        bottom: 30px;
    }

    .pulse {
        z-index: 4;
        text-align: center;
        font-size: 27px;
        height: 40px;
        width: 40px;
        line-height: 38px;
        background: #338934;
        color: #fff;
        border-radius: 100%;
        font-size: 16px;
        position: relative;
        z-index: 0;
    }

    .pulse:after {
        animation: ripple-white3 .8s linear infinite;
        background: rgb(51 137 52 / 36%);
        border-radius: 100%;
        content: '';
        height: 60px;
        left: -11px;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 60px;
        line-height: 60px;
        right: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        z-index: -1;
    }

    @keyframes ripple-white3 {
        0% {
            opacity: 0;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1)
        }
        40% {
            opacity: 1;
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2)
        }
        100% {
            opacity: 0;
            -webkit-transform: scale(1.4);
            -moz-transform: scale(1.4);
            -ms-transform: scale(1.4);
            -o-transform: scale(1.4);
            transform: scale(1.4)
        }
    }
    /* Scroll Top End */

    .flex_style {
        justify-content: end;
    }

    .flex_wrapper {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .sign_in_out_wrapper a {
        color: white;
        margin-right: 30px;
        font-size: 14px;
        position: relative;
        background-color: #47af48;
        padding: 17px 10px 17px;
        line-height: 37px;
    }

    .header_ribbon {
        /* background-color: #ebebeb; */
        padding: 5px 0;
        border-bottom: 1px solid #dedede;
    }

    .custom_navigation {
        padding-top: 0;
        padding-bottom: 0 !important;
        box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
    }

    .sign_in_out_wrapper a i {
        margin-right: 5px;
        color: #ffffff;
        font-size: 20px;
        vertical-align: middle;
    }

    .contact_address_wrapper {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .contact_address_wrapper ul li {
        display: inline-block;
        margin-right: 15px;
    }

    .contact_address_wrapper ul li i {
        margin-right: 10px;
        color: #dc3b05;
        font-size: 18px;
        vertical-align: middle;
    }

    .contact_address_wrapper li a {
        color: black;
        font-size: 14px;
    }

    #gallery_wrapper {
        padding-top: 50px;
        margin-bottom: 50px;
    }

    .gallery_gs_image img {
        width: 100%;
    }

    .gallery_gs_card {
        text-align: center;
    }

    .gallery_gs_card h4 {
        font-size: 18px;
        margin-top: 15px;
    }

    .gallery_gs_card a {
        text-decoration: none;
        color: black;
    }

    .gallery_gs_image {
        border-radius: 8px;
        overflow: hidden;
    }

    div#lightgallery {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    div#lightgallery a {
        width: 24%;
        display: block;
        margin-bottom: 15px;
    }

    #lightgallery img {
        width: 100%;
        border-radius: 8px;
    }

    section#team_group_wrapper {
        padding-top: 50px;
        margin-bottom: 50px;
    }

    .team_image img {
        width: 100%;
    }

    .team_image {
        position: relative;
        width: 151px;
        height: 151px;
        border-radius: 90%;
        overflow: hidden;
        padding-top: 5px;
        margin: 0 auto;
        background-color: white;
    }

    .team_picture_detail {
        position: relative;
    }

    .team_caption {
        text-align: center;
    }

    .team_caption h3 {
        font-size: 18px;
        margin-bottom: 7px;
    }

    .vow_cover_wrapper {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .vow_cover_wrapper img {
        height: 100%;
        object-fit: cover;
    }

    .vow_caption_wrapper {
        position: absolute;
        bottom: 0;
        padding: 15px;
        text-align: center;
        width: 100%;
    }

    .vow_caption_wrapper h2 {
        color: white;
    }

    .vow_caption_wrapper span {
        color: white;
    }

    .vow_cover_wrapper:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #010101;
        opacity: 0.2;
    }

    .mee-auto {
        margin-left: auto;
    }

    .vow_block_a:not(:last-of-type) {
        margin-bottom: 77px;
    }

    .vow_block_a h1 {
        font-size: 35px;
        color: #0ca555;
    }

    .footer-lower {
        background-color: #2cad69;
        padding-left: 15px;
        padding-right: 15px;
    }

    .team_caption {
        background-color: #e7eeee;
        margin-top: 15px;
        padding: 15px;
    }

    .team_caption span {
        color: #7c7c7c;
    }

    .video_vows_wrapper {
        display: flex;
    }

    .vows_event_image {
        width: 86px;
        height: 86px;
        overflow: hidden;
    }

    .vows_event_info {
        width: calc(100% - 86px);
        margin-left: 15px;
        margin-bottom: 50px;
    }

    .vows_event_image img {
        width: 100%;
    }

    .vows_event_info h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .vows_event_info h4 a {
        text-decoration: none;
        color: #221668;
    }

    .vows_event_info span {
        color: #0f8d4e;
        font-size: 12px;
    }

    .custom_title {
        text-align: left;
        margin-top: 50px;
    }

    .section-title.right_custom_title {
        margin-top: 50px;
        text-align: right;
    }

    .small_size_video {
        width: 49%;
        overflow: hidden;
    }

    .youtube_video_wrapper {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .testimonial_wrapper h4 {
        margin-top: 25px;
        text-align: right;
        text-transform: uppercase;
        font-size: 22px;
        color: #221668;
    }

    .testimonial_images {
        margin-bottom: 30px;
    }

    .testimonial_images img {
        height: 120px;
        width: 120px !important;
        margin: auto;
        background: #fff;
        border-radius: 100%;
        border: 5px solid #e9e9e9;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 43%);
        object-fit: cover;
    }

    .testimonial_caption p {
        text-align: center;
        font-size: 15px;
        line-height: 1.8;
    }

    .testimonial_caption p+p {
        margin-top: 20px;
    }

    .testimonial_caption h3 {
        font-size: 28px;
        font-weight: bold;
        margin-top: 25px;
        margin-bottom: 0;
    }

    #testimonial_slider .owl-nav button {
        position: absolute;
        bottom: 0;
        top: 0;
    }

    #testimonial_slider .owl-nav button i {
        background-color: rgb(220 59 5 / 72%);
        width: 45px;
        height: 45px;
        line-height: 45px;
        border-radius: 50%;
        font-size: 22px;
        color: white;
    }

    #testimonial_slider .owl-nav .owl-next {
        right: -78px;
    }

    #testimonial_slider .owl-nav .owl-prev {
        left: -78px;
    }

    .testimonial_caption span {
        display: block;
        text-align: center;
        margin-top: 7px;
        font-weight: 500;
        color: #48af49;
        font-size: 16px;
    }

    #counter_wrapper {
        background: #e1e1e1;
        padding: 50px 0;
    }
    /* News & Events Section */

    #video_vs_wrapper {
        padding-top: 70px;
        padding-bottom: 70px;
        background-image: url(../images/pattern.png);
    }

    .main-title h2 {
        color: #0b2154;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .news-events {
        background: #fff;
        border: 1px solid #dee2e6;
    }

    .nav-tabs .nav-link {
        border: 1px solid #dde1e5;
        border-radius: 0;
        color: #000;
        font-weight: 500;
        font-size: 16px;
        padding: 10px 20px;
        border-top: none;
    }

    .nav-tabs .nav-link:hover {
        background: #47af48;
        color: #fff;
        border-bottom-color: #47ae48;
    }

    .nav-tabs .nav-item {
        margin-bottom: -1px;
        margin-right: -1px;
    }

    .nav-tabs .nav-link.active {
        background: #47af48;
        color: #fff;
        border-bottom-color: #47ae48;
    }

    .events-wrap {
        padding: 25px 20px;
    }

    .events-wrap ul li {
        display: flex;
        align-items: center;
    }

    .events-media {
        flex: 1;
    }

    .events-content {
        flex: 7;
        margin-left: 20px;
    }

    .events-media img {
        width: 75px;
        height: 75px;
        object-fit: cover;
        border-radius: 100%;
        border: 3px solid #ebebeb;
    }

    .events-content h3 {
        font-size: 16px;
        line-height: 1.3;
        font-weight: 500;
    }

    .events-content h3 a {
        color: #0b2154;
    }

    .events-content h3 a:hover {
        color: #47af48;
    }

    .events-content span {
        display: block;
        margin-top: 7px;
        font-size: 14px;
        color: #979797;
    }

    .events-content span i {
        margin-right: 4px;
        vertical-align: middle;
        font-size: 20px;
    }

    .events-wrap ul li+li {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #dee2e6;
    }

    .media-setion {
        padding: 45px 30px;
        position: relative;
        overflow: hidden;
        z-index: 0;
        background: #fff;
        box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    }

    .testimonial_main {
        text-align: center;
    }

    .media-setion .item {
        padding: 10px;
    }

    .media-setion::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        border-top: 230px solid #069c4d;
        border-right: 240px solid transparent;
        opacity: .08;
        z-index: -1;
    }

    .media-setion::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        border-bottom: 230px solid #069c4d;
        border-right: 240px solid transparent;
        opacity: .08;
        z-index: -1;
    }

    .quotes {
        font-size: 150px;
        color: #4db04e26;
        position: absolute;
        right: 5px;
        top: -10px;
    }

    .owl-dot {
        height: 20px;
        width: 20px;
        border-radius: 100%;
        border: 2px solid #cdcdcd !important;
        margin: 0 3px;
    }

    .owl-dot.active {
        background: #47af48 !important;
        border-color: #338333 !important;
    }

    .owl-dots {
        text-align: center;
    }
    /* News & Events Section End*/
    /* Videos Section */

    .videos-section {
        padding-top: 70px;
        padding-bottom: 70px;
        background: #141b1a;
    }

    .white-title {
        margin-bottom: 30px;
        text-align: center;
    }

    .white-title h3 {
        color: #e5e5e5;
        font-size: 35px;
    }

    .videos-wrap {
        background: #fff;
    }

    .videos-content {
        padding: 20px 15px;
    }

    .videos-content h3 {
        font-size: 18px;
        line-height: 1.4;
        font-weight: 600;
    }

    .videos-content h3 a {
        color: #0b2154;
    }

    .videos-content h3 a:hover {
        color: #47af48;
    }

    .videos {
        height: 220px;
        overflow: hidden;
        position: relative;
    }

    .videos img {
        width: 100% !important;
        height: 100%;
        object-fit: cover;
    }

    .videos i {
        font-size: 26px;
        position: absolute;
        top: 10px;
        right: 10px;
        background: #ffffffad;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 100%;
        color: #47af48;
    }
    /* Videos Section End */

    .sign_in_out_wrapper a:first-of-type {
        margin-right: 19px;
    }

    .sign_in_out_wrapper a:before {
        content: '';
        position: absolute;
        top: 0px;
        left: -22px;
        border-bottom: 54px solid rgb(71 175 72);
        border-left: 22px solid rgb(0 128 0 / 0%);
    }

    .sign_in_out_wrapper a:after {
        content: '';
        position: absolute;
        top: 0;
        right: -22px;
        border-top: 54px solid #47af48;
        border-right: 22px solid rgb(255 165 0 / 0%);
    }

    div#carouselExampleIndicators .carousel-control-next-icon,
    div#carouselExampleIndicators .carousel-control-prev-icon {
        background-color: #47af48;
        width: 67px;
        height: 67px;
        background-size: 27%;
        border-radius: 50%;
    }

    .about_images img {
        width: 100%;
    }

    section#about_infomation {
        padding: 40px 0;
    }

    .about_infomation_content h3 {
        font-weight: 600;
        font-size: 40px;
        color: #292929;
        margin-bottom: 45px;
    }

    .images_box {
        background-color: #206e20;
        padding: 10px;
        width: 81px;
        border-radius: 8px;
    }

    .box_flex_bf {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }

    .content_box {
        width: calc(100% - 81px);
        margin-left: 15px;
    }

    .about_infomation_content p {
        /* margin-bottom: 45px; */
    }

    .content_box p {
        margin-bottom: 0;
    }

    .about_infomation_content .btn {
        margin-top: 45px;
    }

    .pb {
        padding-bottom: 80px;
    }

    section#plan_and_services_wrapper {
        padding: 80px 0;
    }

    .plan_service_wrap {
        display: flex;
    }

    .plan_service_icons {
        width: 100px;
        height: 100px;
    }

    .plan_service_caption {
        width: calc(100% - 100px);
        margin-left: 10px;
    }

    .plan_service_caption h4 {
        margin-bottom: 15px;
    }

    .plan_service_caption a {
        display: inline-block;
        background-color: rgb(220 59 5 / 23%);
        width: 30px;
        height: 30px;
        line-height: 28px;
        text-align: center;
        border-radius: 50%;
        color: #dc3b05;
        border: 1px solid #dc3b05;
        margin-top: 15px;
    }

    .site_header {
        text-align: center;
        width: 50%;
        margin: 0 auto 75px;
    }

    .site_header h3 {
        font-weight: bold;
    }
    /* Testimonials */

    .testimonials {
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        position: relative;
        z-index: 0;
    }

    .testimonials::before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgb(0 0 0 / 85%);
        z-index: -1;
    }

    .testimonials-wrap p {
        font-size: 18px;
        color: #ffffff;
        font-style: italic;
        text-align: center;
        margin-bottom: 40px;
    }

    .testi-info {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .testi-media img {
        height: 80px;
        width: 80px !important;
        border-radius: 100%;
        border: 3px solid #ffffff3d;
    }

    .testi-content {
        margin-left: 20px;
    }

    .testi-content h3 {
        font-size: 24px;
        font-weight: 600;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 4px;
    }

    .testi-content span {
        display: block;
        font-size: 18px;
        color: #ffffff;
    }

    .testimonials-wrap {
        max-width: 900px;
        margin: auto;
    }

    .testimonials .main-title h3 {
        background-image: inherit;
        color: #ffffff;
        -webkit-text-fill-color: inherit;
        -webkit-background-clip: inherit;
    }

    .main-title h3 {
        text-align: center;
        font-size: 50px;
        margin-bottom: 45px;
        text-transform: uppercase;
    }

    .testimonials {
        padding-top: 80px;
    }

    .testimonials .owl-dots .active span {
        background-color: #47af48 !important;
    }
    /* Testimonials End */

    .news img {
        width: 100%;
    }

    .news-thumb img {
        width: 100%;
    }

    .space_mark {
        margin-top: 18px;
    }

    section#blog_wrapper_bw {
        padding-top: 80px;
    }
    /* ********** */

    .news .news-details {
        position: absolute;
        left: 0;
        bottom: 20px;
        width: 340px;
        background: rgba(255, 255, 255, 0.5);
    }

    .news .news-meta {
        float: left;
        width: 70px;
    }

    .news .news-date {
        background: #000000;
        color: #ffffff;
        height: 80px;
        text-align: center;
        padding-top: 25px;
        font-size: 20px;
        line-height: 16px;
    }

    .news .news-date span {
        display: block;
        font-size: 12px;
    }

    .news .news-detail {
        float: left;
        width: 270px;
        padding: 30px 20px 20px 20px;
    }

    .news h2 {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .news h2 a {
        color: #000000;
    }

    .news p {
        font-size: 14px;
    }

    .news-thumb .news-details {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        color: #ffffff;
        background: rgba(0, 0, 0, 0.5);
    }

    .news-thumb .news-meta {
        width: 50px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0px;
        text-align: center;
        background: rgba(0, 0, 0, 0.5);
    }

    .news-thumb .news-meta span {
        font-size: 22px;
        display: inline-block;
        margin-top: 25px;
    }
    /* 100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4)
    } */

    .news-thumb .news-detail {
        padding: 15px 20px 15px 75px;
        font-size: 14px;
        min-height: 66px;
    }

    .news-thumb .news-detail:before {
        content: "";
        width: 50px;
        background: #ea1b33;
        height: 5px;
        position: absolute;
        left: 0;
        top: -5px;
    }

    .news-thumb .news-detail p {
        margin-bottom: 0;
    }

    .news-thumb .news-detail a {
        color: #ffffff;
    }

    .news-thumb {
        position: relative;
    }

    .news-icon i {
        font-size: 27px;
        margin-top: 15px;
    }

    section#our_client_mode {
        padding: 80px 0;
    }

    .ctrl_client_logo img {
        height: 55px;
        width: auto !important;
        margin: 0 auto;
    }

    .ctrl_client_logo:hover img {
        filter: grayscale(2);
    }

    footer#site_footer_wrapper {
        background-color: #cfcfcf;
        padding-top: 55px;
    }

    .logo_column p {
        color: #1c1c1c;
        margin-bottom: 25px;
    }

    .subscribe_now h3,
    .quick_url h3,
    .contact_link h3 {
        font-size: 22px;
        font-weight: bold;
    }

    .subscribe_now p {
        margin-top: 25px;
    }

    .subscribe_email {
        background-color: white;
        display: flex;
        border-radius: 52px;
        overflow: hidden;
        padding: 3px;
        margin-top: 25px;
    }

    .subscribe_email input {
        width: 100%;
        border: none;
        padding-left: 23px;
    }

    .subscribe_email .btn {
        border-top-right-radius: 52px;
        border-bottom-right-radius: 52px;
        border-top-left-radius: 52px;
        border-bottom-left-radius: 52px;
        padding: 7px 20px;
    }

    .text-end {
        text-align: right;
    }

    .copy_wright {
        background-color: #b3b2b2;
        padding: 10px 0;
        margin-top: 25px;
    }

    .copy_wright p {
        color: #1c1c1c;
    }

    .copy_wright p a {
        color: #dc3b05;
    }

    ul.footer-social-list li a {
        background-color: white !important;
    }

    .mobile_view {
        display: none !important;
    }
    .register-wrapper{
        display: flex;
        justify-content: space-around;
        padding: 30px 0px;
    }
    .register_btn_wrapper{
        height: 200px;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    .register_btn_wrapper::before{
        content: '';
        background-color: rgb(42 44 42 / 80%);
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 1;
    }

    .register-wrapper .btn{
        background: #47af48;
        color: white;
        width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
    .register_btn_wrapper p{
        color: white;
        padding: 5px;
    }

    .register-wrapper .btn:hover{
        background: #558d56;
        color: white;
    }
    .register-wrapper .bottom{
        position: absolute;
        bottom: 0%;
        width: 100%;
        background-color: #328934;
        z-index: 1;

    }

    .counter-wrapper{
        display: flex;
        justify-content: space-around;
        padding: 30px 0px;

    }

    .single-coutnerup{
        text-align: center;
    }
    .single-coutnerup span {
        color: #28a745;
        font-size: 34px;
    }
    .single-coutnerup span::after {
        content: '+';
        color: #28a745;
        font-size: 34px;
        font-weight: 600;
        margin-left: 10px;
    }

    .single-coutnerup .title{
        color:#5c5c5c;
    }
    .section-header {
        font-weight: 600;
        font-size: 40px;
        color: #292929;
        margin-bottom: 45px;
        text-align: center;
    }

    #result{
        padding: 10px, 0px;
        max-height: 300px;
        overflow-y: auto;

    }
    #result p{
        text-align: center;
    }

    #result table tr,th{
        border: 1px solid #dee2e6;
        border-collapse: collapse;
        color: #272b2f;
    }
     #result ul li{
        text-align: center;
        margin-top: 20px;
    }

    #result span{
        font-weight: 600;

    }
    .our_partners{
        /* padding: 20px 0; */
    }

    .partner_image{
        width: 150px !important;
        height: 150px;
        border-radius: 100%;
        object-fit: contain;
    }

    #partners {
        padding: 40px 0;
    }
    .language-dropdown{
        margin-left: auto;
    }

    .searchWrap {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        padding: 10px 0;
    }


    .page-title::before{
        content: '';
        background-color: #100f0f26;
    }


    /* Gallery Details Page End */
.gallery-details-wrap img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    transition: ease-in-out .5s;
}
.gallery-details-wrap li a:hover img{
    transform: scale(1.10);
}
.gallery-details-wrap span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: rgba(0,0,0,0) linear-gradient(to bottom,
        rgba(5,5,5,0) 0,
        rgba(0,0,0,0) 0,
        rgba(71,71,71,0) 0,
        rgba(102,102,102,0) 0,
        rgba(28,28,28,0) 0,
        rgba(20,20,20,.59) 32%,
        rgba(13,13,13,1) 62%,
        rgba(3,3,3,1) 100%) repeat scroll 0 0;
}

.gallery-details-wrap li a {
    position: relative;
    display: block;
    overflow: hidden;
}
.gallery-details-wrap li {
    margin-bottom: 30px;
}

.our_partners .owl-stage .owl-item:nth-child(2) .item img {
    width: 198px !important;
}
