    @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");
    @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Wittgenstein:ital,wght@0,400..900;1,400..900&display=swap');

    :root {
        --surface-color: #fff;
        --curve: 40;
    }

    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    div pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    font,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    figure,
    header,
    nav,
    section,
    article,
    aside,
    footer,
    figcaption {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
    }

    .clearfix:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .clearfix {
        display: inline-block;
    }

    html[xmlns] .clearfix {
        display: block;
    }

    * html .clearfix {
        height: 1%;
    }

    ul,
    li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    header,
    nav,
    section,
    article,
    aside,
    footer,
    hgroup {
        display: block;
    }

    * {
        box-sizing: border-box;
    }

    html,
    body {
        font-family: 'Poppins', sans-serif;
        -ms-text-size-adjust: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    body {
        margin: 0;
        padding: 0;
        width: 100%;
        overflow-x: hidden;
    }
    em
    {
        color: #1558f0;
    }
    a {
        text-decoration: none !important;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #1e1e1e;
        margin-top: 0px;
        margin-bottom: 0px;
        font-weight: 700;
        font-family: "DM Serif Display", serif;
        font-size: 36px;
    }

    ul {
        margin-bottom: 0px;
    }

    p {
        line-height: 28px;
        color: #4a4a4a;
        font-size: 14px;
        font-family: "Nunito Sans", sans-serif !important;
    }

    input::placeholder,
    input {
        font-size: 14px;
        font-family: "Nunito Sans", sans-serif;
        ;
    }

    img {
        width: 100%;
        overflow: hidden;
    }

    html,
    body {
        font-family: 'Poppins', sans-serif;
    }

    ::-webkit-scrollbar {
        width: 7px;
        height: 15px;
        background-color: #fff;
    }

    ::-webkit-scrollbar-thumb {
        background: #1589f0;
        border-radius: 10px;
        box-shadow: 0px 0px 15px #fff;
    }

    ::selection {
        background: #1589f0;
        color: #fff;
    }

    ::-moz-selection {
        background: #1589f0;
        color: #fff;
    }


    .js-preloader {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.99);
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        opacity: 1;
        visibility: visible;
        z-index: 9999;
        -webkit-transition: opacity 0.25s ease;
        transition: opacity 0.25s ease;
    }

    .js-preloader.loaded {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }


    body {
        background: #243141;
        width: 100%;
        height: 100%;
    }

    svg {
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 9999;
        transform: translate(-50%, -50%);
    }

    @keyframes scale1 {

        0%,
        100% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1, 1.5);
        }
    }

    @keyframes scale2 {

        0%,
        100% {
            transform: scale(1, 0.2);
        }

        50% {
            transform: scale(1, 1.2);
        }
    }

    @keyframes scale3 {

        0%,
        100% {
            transform: scale(1, 0.2);
        }

        50% {
            transform: scale(1, 1.5);
        }
    }

    .rect1 {
        animation: scale1 0.8s ease-in-out 0.4s infinite;
        transform-origin: center;
    }

    .rect2 {
        animation: scale2 0.8s ease-in-out 0.3s infinite;
        transform-origin: center;
    }

    .rect3 {
        animation: scale3 0.8s ease-in-out 0s infinite;
        transform-origin: center;
    }

    /* 
    ---------------------------------------------
    Header Style
    --------------------------------------------- 
    */

    .sub-header {
        background-color: #1589f0;
        padding: 10px 0px;
        height: 50px;
        border-bottom: 1px solid #eee;
    }

    .sub-header ul li {
        display: inline-block;
    }

    .sub-header ul.social-links {
        text-align: right;
    }

    .sub-header ul.social-links li {
        margin-left: 8px;
    }

    .sub-header ul.social-links li a,
    .sub-header .info li i {
        display: inline-block;
        width: 30px;
        height: 30px;
        background-color: #ffffff;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        color: #1589f0;
        font-size: 14px;
        transition: all .3s;
    }

    /* .sub-header ul.social-links li a:hover {
        background-color: #fff;
    } */

    .sub-header ul.info li {
        font-size: 14px;
        color: #ffffff;
        border-right: 1px solid #eee;
        margin-right: 25px;
        padding-right: 25px;
    }

    .sub-header ul.info {
        margin-top: -6px;
    }

    .sub-header ul.info li:last-child {
        margin-right: 0px;
        padding-right: 0px;
        border-right: none;
    }

    .sub-header ul.info li i {
        font-size: 14px;
        color: #1589f0;
        margin-right: 8px;
    }

    .background-header {
        background-color: #fff;
        height: 80px !important;
        position: fixed !important;
        top: 0 !important;
        left: 0;
        right: 0;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
        -webkit-transition: all .5s ease 0s;
        -moz-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
    }

    .header-area {
        position: relative;
        background-color: #fff;
        height: 60px;
        z-index: 100;
        -webkit-transition: all .5s ease 0s;
        -moz-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
    }

    .header-area .main-nav {
        background: transparent;
        display: flex;
    }

    .header-area .main-nav .logo {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        display: inline-block;
    }

    .header-area .main-nav .logo h1 {
        line-height: 100px;
        font-size: 28px;
        text-transform: uppercase;
        color: #1e1e1e;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .background-header .main-nav .logo h1 {
        line-height: 80px;
    }

    .header-area .main-nav ul.nav {
        flex-basis: 100%;
        margin-top: 10px;
        justify-content: right;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        position: relative;
        z-index: 999;
    }

    .header-area .main-nav .nav li:last-child {
        padding-right: 0px;
    }

    .header-area .main-nav .nav li {
        padding-left: 10px;
        padding-right: 10px;
        height: 100px;
        line-height: 100px;
    }

    .header-area .main-nav .nav li a {
        display: block;
        padding-left: 7px;
        padding-right: 7px;
        font-weight: 500;
        font-size: 15px;
        height: 40px;
        line-height: 40px;
        text-transform: capitalize;
        color: #1e1e1e;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        border: transparent;
        letter-spacing: .25px;
    }

    .header-area .main-nav .nav .signup {
        background-color: #1e1e1e;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        text-transform: none;
        /* border-radius: 20px; */
        padding-left: 0px;
    }

    .header-area .main-nav .nav .signup i {
        background-color: #1589f0;
        display: inline-block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        margin-right: 10px;
        margin-left: -1px;
    }

    .header-area .main-nav .nav .signup i {
        color: #fff;
    }

    .header-area .main-nav .nav li:last-child a {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        text-transform: none;
        /* border-radius: 20px; */
        padding-left: 0px;
    }

    .header-area .main-nav .nav li:last-child a i {
        background-color: #1589f0;
        display: inline-block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        margin-right: 10px;
        margin-left: -1px;
    }

    .header-area .main-nav .nav li:last-child:hover a {
        /* background-color: #1e1e1e; */
    }

    .header-area .main-nav .nav li:last-child:hover i {
        color: #fff;
    }

    .header-area .main-nav .nav li:hover a {
        color: #1589f0;
    }

    .header-area .main-nav .nav li a.active {
        color: #1589f0;
    }

    .background-header .main-nav .nav li a.active {
        color: #1589f0;
    }

    .header-area .main-nav .menu-trigger {
        cursor: pointer;
        position: absolute;
        top: 23px;
        width: 32px;
        height: 40px;
        text-indent: -9999em;
        z-index: 99;
        right: 20px;
        display: none;
    }

    .background-header .main-nav .menu-trigger {
        top: 22px;
    }

    .background-header .main-nav ul.nav {
        margin-top: 20px;
    }

    .header-area .main-nav .menu-trigger span,
    .header-area .main-nav .menu-trigger span:before,
    .header-area .main-nav .menu-trigger span:after {
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        background-color: #1e1e1e;
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 0;
    }

    .header-area .main-nav .menu-trigger span:before,
    .header-area .main-nav .menu-trigger span:after {
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        background-color: #1e1e1e;
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 0;
        width: 75%;
    }

    .header-area .main-nav .menu-trigger span:before,
    .header-area .main-nav .menu-trigger span:after {
        content: "";
    }

    .header-area .main-nav .menu-trigger span {
        top: 16px;
    }

    .header-area .main-nav .menu-trigger span:before {
        -moz-transform-origin: 33% 100%;
        -ms-transform-origin: 33% 100%;
        -webkit-transform-origin: 33% 100%;
        transform-origin: 33% 100%;
        top: -10px;
        z-index: 10;
    }

    .header-area .main-nav .menu-trigger span:after {
        -moz-transform-origin: 33% 0;
        -ms-transform-origin: 33% 0;
        -webkit-transform-origin: 33% 0;
        transform-origin: 33% 0;
        top: 10px;
    }

    .header-area .main-nav .menu-trigger.active span,
    .header-area .main-nav .menu-trigger.active span:before,
    .header-area .main-nav .menu-trigger.active span:after {
        background-color: transparent;
        width: 100%;
    }

    .header-area .main-nav .menu-trigger.active span:before {
        -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
        -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
        -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
        transform: translateY(6px) translateX(1px) rotate(45deg);
        background-color: #1e1e1e;
    }

    .background-header .main-nav .menu-trigger.active span:before {
        background-color: #1e1e1e;
    }

    .header-area .main-nav .menu-trigger.active span:after {
        -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
        -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
        -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
        transform: translateY(-6px) translateX(1px) rotate(-45deg);
        background-color: #1e1e1e;
    }

    .background-header .main-nav .menu-trigger.active span:after {
        background-color: #1e1e1e;
    }

    .visible {
        display: inline !important;
    }

    /* hover effect */
    .button--effect:before {
        top: -0.1rem;
        bottom: 100%;
        left: 0;
        right: 100%;
        transition: bottom 0.3s 0.8s, left 0.5s 0.11s, right 0.5s 1.1s;
    }

    .button--effect:after {
        top: 100%;
        bottom: -0.1rem;
        left: 100%;
        right: 0;
        transition: top 0.3s 0s, left 0.5s 0.3s, right 0.5s 0.3s;
    }

    .button--effect:hover:before {
        top: -0.1rem;
        bottom: 0;
        left: 0;
        right: -0.1rem;
        transition: left 0.5s 0s, right 0.5s 0s, bottom 0.3s 0.5s;
    }

    .button--effect:hover:after {
        top: 0;
        bottom: -0.1rem;
        left: -0.1rem;
        right: 0;
        transition: left 0.5s 0.8s, right 0.5s 0.8s, top 0.3s 1.3s;
    }

    .button {
        /* padding: 1.4rem 3rem; */
        display: inline-block;
        position: relative;
        background: transparent;
        border: none;
        color: #fff;
        font-size: 2.2rem;
        cursor: pointer;
        background: #ffffff;
    }

    .button:before,
    .button:after {
        /* display: block; */
        content: "";
        position: absolute;
        background: #1589f0;
        z-index: -1;
    }


    @media (max-width: 1200px) {
        .header-area .main-nav .nav li {
            padding-left: 5px;
            padding-right: 5px;
        }
    }



    /*
    * ----------------------------------------------------------------------------------------
    * 03. START SLIDER STYLE
    * ----------------------------------------------------------------------------------------
    */

    .slider-section {
        float: left;
        width: 100%;
        margin-top: 35px;
        position: relative;
    }

    .home-slide-overlay {
        position: absolute;
        content: "";
        background: rgba(0, 0, 0, 0.8);
        top: -39px;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    }

    .home-single-slide {
        background-size: cover;
        background-position: center center;
        color: #fff;
        position: relative;
        display: table;
        top: -39px;
        height: 600px;
        width: 100%;
    }

    .slide-inner {
        width: 100%;
        height: 100vh;
        background-position: center;
        background-image: url(assets/img/banner1.jpg);
        background-repeat: no-repeat;
    }

    .home-single-slide-inner {
        display: table-cell;
        vertical-align: middle;
    }

    .home-2 .home-single-slide-dec {
        bottom: -73px;
        ;
    }

    .home-single-slide-dec {
        position: absolute;
        left: 0;
        bottom: -95px;
        right: 0;
    }

    .home-single-slide p {
        color: #fff;
        text-transform: uppercase;
        margin: 20px 0;
    }

    .home-single-slide h2 {
        color: #fff;
        text-transform: capitalize;
        font-size: 50px;
    }

    .home-slides.owl-theme .owl-nav {
        margin-top: 0;
    }

    .home-slides.owl-theme .owl-nav div {
        background: #fff;
        color: #333;
        border-radius: 50px;
        opacity: 1;
        visibility: visible;
        padding: 0;
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        transition: all .35s;
    }

    .home-slides.owl-theme .owl-nav div i {
        font-size: 26px;
        display: inline-block;
        position: relative;
        height: 50px;
        width: 50px;
        line-height: 50px;
    }

    .home-slides.owl-theme .owl-nav div:hover {
        background: #1589f0;
    }

    .home-slides.owl-theme .owl-nav div {
        position: absolute;
        top: 50%;
        margin-top: -20px;
    }

    .home-slides.owl-theme .owl-nav .owl-prev {
        left: -80px;
    }

    .home-slides:hover.owl-theme .owl-nav .owl-prev {
        left: 20px;
    }

    .home-slides.owl-theme .owl-nav .owl-next {
        right: -80px;
    }

    .home-slides:hover.owl-theme .owl-nav .owl-next {
        right: 20px;
    }

    .home-slides.owl-theme .owl-dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
        top: auto;
    }

    .home-slides.owl-theme .owl-dots .owl-dot span {
        background: transparent;
        border: 2px dotted #fff;
        height: 20px;
        width: 20px;
        position: relative;
    }

    .home-slides.owl-theme .owl-dots .owl-dot.active span {
        border-color: #fff;
    }

    .home-slides.owl-theme .owl-dots .owl-dot.active span::before {
        position: absolute;
        content: "";
        background: transparent;
        height: 11px;
        width: 11px;
        border-radius: 50%;
        border: 2px solid #fff;
        left: 3px;
        top: 3px;
    }

    .home-slides-2.owl-theme .owl-nav {
        margin-top: 0;
    }

    .home-slides-2.owl-theme .owl-nav div {
        background: #fff;
        color: #333;
        border-radius: 50px;
        opacity: 1;
        visibility: visible;
        padding: 0;
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        transition: all .35s;
    }

    .home-slides-2.owl-theme .owl-nav div i {
        font-size: 26px;
        display: inline-block;
        position: relative;
        height: 50px;
        width: 50px;
        line-height: 50px;
    }

    .home-slides-2.owl-theme .owl-nav div:hover {
        background: #1589f0;
    }

    .home-slides-2.owl-theme .owl-nav div {
        position: absolute;
        top: 50%;
        margin-top: -20px;
    }

    .home-slides-2.owl-theme .owl-nav .owl-prev {
        left: 20px;
    }

    .home-slides-2.owl-theme .owl-nav .owl-next {
        right: 20px;
    }

    .home-slides.owl-theme .owl-dots,
    .home-slides-2.owl-theme .owl-dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
        top: auto;
    }

    .home-slides.owl-theme .owl-dots .owl-dot span,
    .home-slides-2.owl-theme .owl-dots .owl-dot span {
        background: transparent;
        border: 2px dotted #fff;
        height: 20px;
        width: 20px;
        position: relative;
    }

    .home-slides.owl-theme .owl-dots .owl-dot.active span,
    .home-slides-2.owl-theme .owl-dots .owl-dot.active span {
        border-color: #fff;
    }

    .home-slides.owl-theme .owl-dots .owl-dot.active span::before,
    .home-slides-2.owl-theme .owl-dots .owl-dot.active span::before {
        position: absolute;
        content: "";
        background: transparent;
        height: 11px;
        width: 11px;
        border-radius: 50%;
        border: 2px solid #fff;
        left: 3px;
        top: 3px;
    }

    /*revulation sldier style*/

    .tp-banner-container {
        width: 100%;
        position: relative;
        padding: 0;
        overflow: hidden !important;
        margin-top: -1px;
    }

    .tp-banner-container h2 {
        margin: 0;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 40px;
    }

    .tp-banner-container p {
        color: #fff;
        text-transform: capitalize;
    }

    .tp-caption a {
        color: #fff;
    }

    .tp-caption a:hover {
        color: #333;
    }

    /*
    * ----------------------------------------------------------------------------------------
    * 03. END SLIDER STYLE
    * ----------------------------------------------------------------------------------------
    */

    /* 
    ---------------------------------------------
    Featured Style
    --------------------------------------------- 
    */

    .featured .left-image {
        position: relative;
    }

    .featured .left-image img {
        padding-left: 55px;
    }

    .featured .left-image a {
        display: inline-block;
        width: 110px;
        height: 110px;
        line-height: 110px;
        background-color: #1589f0;
        border-radius: 50%;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: -55px;
    }

    .featured .section-heading {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 60px;
    }

    .featured .section-heading h2 {
        width: 70%;
    }

    .featured .accordion {
        margin-left: 10px;
        margin-right: 10px;
        --bs-accordion-border-radius: 10px;
        --bs-accordion-inner-border-radius: 10px;
        --bs-accordion-bg: #fafafa;
        --bs-accordion-border-color: none;
        border: none !important;
    }

    .featured .accordion-header {
        border-bottom: 1px solid #eaeaea;
    }

    .featured .accordion-button {
        box-shadow: none;
        font-size: 17px;
        font-weight: 500;
        color: #1e1e1e;
    }

    .featured .accordion-button:not(.collapsed) {
        color: #1589f0;
        background-color: #fafafa;
        outline: none;
    }

    .featured .accordion-button::after {
        display: none;
    }

    .featured #headingThree {
        border-bottom: none;
    }

    .featured .accordion-item:last-of-type .accordion-collapse {
        border-top: 1px solid #eaeaea;
    }

    .featured .info-table {
        border-radius: 10px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
        padding: 35px 30px;
    }

    .featured .info-table ul li {
        display: block;
        margin-bottom: 35px;
        padding-bottom: 35px;
        border-bottom: 1px solid #eee;
    }

    .featured .info-table ul li:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .featured .info-table ul li img {
        float: left;
        margin-right: 25px;
    }

    .featured .info-table ul li h4 {
        font-size: 22px;
        font-weight: 600;
    }

    .featured .info-table ul li h4 span {
        font-size: 15px;
        color: #aaa;
        font-weight: 400;
    }

    #product {
        background-color: #fff;
        padding: 5% 2%;
    }

    .baouts {
        margin-top: 100px;
    }

    .about {
        background-color: #fff;
        box-shadow: 5px 4px 32px -4px #e6e8f1d0;
    }

    .about h2 {
        font-weight: 600;
        font-size: 40px;
        font-family: "DM Serif Display", serif;
    }

    .about h3 {
        font-weight: 600;
        font-family: "DM Serif Display", serif;
        font-size: 26px;
    }

    .about p {
        color: #717075;
        font-size: 14px;
        font-family: "Nunito Sans", sans-serif;
        ;
    }

    .mission img {
        width: 20%;
        height: 20%;
    }

    .mission h5 {
        color: #1e1e1e;
        margin-top: 0px;
        margin-bottom: 0px;
        font-weight: 700;
        font-family: "DM Serif Display", serif;
        font-size: 36px;
    }

    .mission p {
        line-height: 28px;
        color: #4a4a4a;
        font-size: 14px;
        font-family: "Nunito Sans", sans-serif !important;
    }

    .card-custom {
        position: relative;
        max-width: 60rem;
        margin: 2rem;
        display: flex;
        justify-content: center;
        border-radius: 10px;
        background-color: #f0f0f0dc;
        box-shadow: 0 0 2rem rgba(245, 245, 245, 0.096);
    }

    .card-custom::before {
        content: "";
        display: block;
        background: white url('https://source.unsplash.com/6YmzwamGzCg/1200x1200') no-repeat center center;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -2;
    }

    .card-custom::after {
        content: "";
        display: block;
        background: #e0dde4;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .card-img {
        display: flex;
        /* box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3); */
    }

    .card-custom img {
        margin: 15% auto;
        width: 50%;
    }

    .card-texts h5 {

        color: #1e1e1e;
        margin-top: 0px;
        margin-bottom: 0px;
        font-weight: 700;
        font-family: "DM Serif Display", serif;
        font-size: 36px;

    }

    cite {
        font-size: 1.3rem;
        font-weight: 100;
        font-style: normal;
    }

    .credit {
        color: white;
        font-weight: 400;
    }

    .fact {
        background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/banner1.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }


    .card-customs {
        position: relative;
        padding: 1rem;
        width: 100%;
        height: 450px;
        box-shadow: -1px 15px 30px -12px rgb(32 32 32 / 21%);
        border-radius: 0.9rem;
        background-color: var(--red-card);
        color: var(--text);
        cursor: pointer;
        transition: all 300ms ease-in-out;
    }

    .card-blue {
        background-color: var(--blue-card);
    }

    .product-image {
        height: 230px;
        width: 55%;
        margin: auto;
        transform: translate(0, -1.5rem);
        transition: transform 500ms ease-in-out;
        filter: drop-shadow(5px 10px 15px rgba(8, 9, 13, 0.4));
    }

    .product-image img {
        width: 100px;
        height: 100px;
    }

    .product-info {
        margin-top: -80px;
        text-align: center;
    }

    .card-customs:hover .product-image {
        transform: translate(-1.5rem, -7rem) rotate(-20deg);
    }

    .product-info h2 {
        font-size: 1.4rem;
        font-weight: 600;
    }

    .product-info p {
        margin: 0.4rem;
        font-size: 0.8rem;
        font-weight: 600;
    }

    .price {
        font-size: 1.2rem;
        font-weight: 500;
    }

    .btn {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin-top: 0.8rem;
    }

    .buy-btn {
        background-color: var(--btn);
        padding: 0.6rem 3.5rem;
        font-weight: 600;
        font-size: 1rem;
        transition: 300ms ease;
    }

    .buy-btn:hover {
        background-color: var(--btn-hover);
    }

    .fav {
        box-sizing: border-box;
        background: #fff;
        padding: 0.5rem 0.5rem;
        border: 1px solid #000;
        display: grid;
        place-items: center;
    }

    .svg {
        height: 25px;
        width: 25px;
        fill: #fff;
        transition: all 500ms ease;
    }

    .fav:hover .svg {
        fill: #000;
    }

    @media screen and (max-width: 800px) {
        .container {
            padding: 2rem 0;
            flex-direction: column;
            gap: 3rem;
        }
    }

    .arrow-icon {
        /* display: none; */
        position: absolute;
        top: 3px;
        left: -8px;
        width: 83%;
        height: 94%;
        z-index: 1;
        opacity: 0.1;
        transform: rotate(-4.2deg);
        overflow: hidden;
    }

    .arrow-icons {
        display: none;
        position: absolute;
        top: 3px;
        left: -8px;
        width: 83%;
        height: 94%;
        z-index: 1;
        opacity: 0.1;
        overflow: hidden;
        transition: 5s all;
    }

    .services-card-shadow:hover .arrow-icons {
        display: block;
    }

    .arrow-image img {
        position: relative;
    }

    canvas {
        /* position: absolute; */
        position: relative;
        height: 100%;
        width: 100%;
        size: cover;
        overflow: auto;
        top: 0;
        left: 0;
        cursor: none;
    }

    /* animated content */




    .content {
        position: relative;
    }

    .content h2 {
        position: absolute;
        transform: translate(-50%, -50%);
        font-size: 15em;
    }

    .content h2:nth-child(1) {
        color: transparent;
        -webkit-text-stroke: 3px #333;
        /* filter: blur(3px); */
    }

    .content h2:nth-child(3) {
        color: #fff6;
        filter: drop-shadow(0 15px 15px #fff);
        z-index: 1;
        text-shadow: -15px 15px 15px rgba(0, 0, 0, 0.2),
            15px -15px 15px rgba(255, 255, 255, 0.2);
    }

    .content h2:nth-child(2) {
        color: #03a9f4;
        z-index: 2;
        animation: animate 4s ease-in-out infinite;
    }

    @keyframes animate {

        0%,
        100% {
            clip-path: polygon(0% 45%,
                    7% 42%,
                    13% 40%,
                    20% 41%,
                    26% 42%,
                    32% 46%,
                    37% 51%,
                    44% 53%,
                    51% 55%,
                    55% 60%,
                    64% 60%,
                    71% 62%,
                    80% 62%,
                    84% 59%,
                    90% 57%,
                    94% 55%,
                    98% 54%,
                    100% 51%,
                    100% 100%,
                    0% 100%);
        }

        50% {
            clip-path: polygon(0% 63%,
                    4% 61%,
                    9% 63%,
                    14% 66%,
                    20% 67%,
                    29% 67%,
                    36% 67%,
                    45% 64%,
                    52% 60%,
                    60% 57%,
                    67% 54%,
                    74% 53%,
                    79% 49%,
                    85% 47%,
                    89% 47%,
                    94% 44%,
                    96% 41%,
                    100% 37%,
                    100% 100%,
                    0% 100%);
        }
    }


    /*  fixed text Area Start  */

    .debug {
        background-color: hotpink !important;
    }

    .debug h1 {
        border: 1px solid black;
        overflow: visible;
    }

    .debug h2 {
        color: red;
        z-index: 2;
    }

    .container-main {
        overflow-x: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
    }

    hgroup h1,
    hgroup h2 {
        text-transform: uppercase;
        font-family: "DM Serif Display", serif;
        text-align: center;
        margin: 0;
        /* position: relative;
        overflow: hidden; */
    }

    hgroup h1 {
        width: 100%;
        font-size: 11vw;
        letter-spacing: 1vw;
        margin: 0;
        /* line-height: 3.1; */
        height: 13vw;
    }

    hgroup h2 {
        font-size: 3vw;
        letter-spacing: 4.35vw;
        padding-left: 2.8vw;
    }

    .char-wrapper {
        position: relative;
        display: inline-block;
    }

    .char {
        display: inline-block;
        position: relative;
        height: 20vw;
    }

    .char--clone {
        position: absolute;
        top: 60vw;
        left: 0;
    }

    .char:before,
    .char:after {
        content: attr(data-char);
        position: absolute;
        left: 0;
        height: 20vw;
    }

    .char:before {
        top: -100%;
    }

    .char:after {
        bottom: -100%;
    }

    .dg.a.main {
        margin-right: 0;
    }


    .single-about-item {
        -webkit-perspective: 500px;
        perspective: 500px;
        text-align: left;
        padding-bottom: 40px;
    }

    .single-about-item .single-about {
        background-color: #fff;
    }

    .single-about-item .single-about {
        text-align: center;
        height: 100%;
        position: relative;
        padding: 25px;
        overflow: hidden;
        border: 1px solid #ddd;
    }

    .single-about-item .single-about:hover {
        border-color: #1589f0;
    }

    .single-about-item .single-about:before {
        background-color: #0070f89f;
    }

    .single-about-item .single-about:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
        z-index: 1;
        -webkit-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
        -o-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
        transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
    }

    .single-about-item .single-about:hover:before {
        opacity: 1;
    }

    .single-about-item .single-about .single-about-img {
        -webkit-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
        -o-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
        transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
    }

    .single-about-item .single-about .single-about-img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
        z-index: 10;
    }

    .single-about-item .single-about .single-about-img-inner {
        height: 100%;
    }

    .single-about-item .single-about .single-about-img img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        opacity: 0;
        width: 100%;
        height: 100%;
    }

    .single-about-item .single-about:hover .single-about-img img {
        opacity: .1;
    }

    .single-about-item .single-about .single-about-img img {
        overflow: hidden;
    }

    .single-about-item .single-about .single-about-caption {
        z-index: 10;
        pointer-events: none;
    }

    .single-about-item .single-about .single-about-caption .single-about-icon,
    .single-about-item .single-about .single-about-caption .single-about-title,
    .single-about-item .single-about .single-about-caption .single-about-dec {
        position: relative;
        z-index: 10;
    }

    .single-about-item .single-about .single-about-caption .single-about-icon {
        background-color: #1589f040;
        color: #fff;
        display: inline-block;
        width: 78px;
        height: 78px;
        border-radius: 50%;
    }

    .single-about-item .single-about:hover .single-about-icon {
        background-color: #fff;
        color: #1589f0;
    }

    .single-about-item .single-about .single-about-caption .single-about-icon i {
        font-size: 32px;
        line-height: 78px;
    }

    .single-about-item .single-about .single-about-caption .single-about-title {
        margin-top: 32px;
    }

    .single-about-item .single-about .single-about-caption .single-about-dec {
        margin-top: 15px;
    }

    .single-about-item .single-about .single-about-img,
    .single-about-item .single-about .single-about-caption .single-about-icon i,
    .single-about-item .single-about .single-about-caption .single-about-dec p,
    .single-about-item .single-about .single-about-img img {
        -webkit-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
        -o-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
        transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
    }

    .single-about-item .single-about:hover .single-about,
    .single-about-item .single-about:hover .single-about-title h5,
    .single-about-item .single-about:hover .single-about-dec p {
        color: #fff;
    }

    section#about2 {
        z-index: 9;
        margin-top: -80px;
    }

    /*
    * ----------------------------------------------------------------------------------------
    * 04. END ABOUT STYLE
    * ----------------------------------------------------------------------------------------
    */

    /*
    * ----------------------------------------------------------------------------------------
    * 05. START PROMO STYLE
    * ----------------------------------------------------------------------------------------
    */

    /*Accordion Box*/

    .accordion-box {
        position: relative;
    }

    .accordion-box .block {
        position: relative;
        margin-bottom: 24px;
    }

    .accordion-box .block:before {
        position: absolute;
        content: '';
        left: 12px;
        top: 24px;
        height: 100%;
        border-right: 1px solid #333;
    }

    .accordion-box .block:last-child:before {
        display: none;
    }

    .accordion-box .block .acc-btn .icon-outer {
        font-size: 10px;
        color: #fff;
        background: #1589f0;
        border: 1px solid #1589f0;
        display: block;
        text-align: center;
        width: 25px;
        height: 25px;
        line-height: 25px;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 50%;
    }

    .accordion-box .block .acc-btn.active .icon-outer {
        color: #1589f0;
        background: #fff;
        border-color: #1589f0;
    }

    .accordion-box .block .acc-btn {
        font-weight: 700;
        text-transform: capitalize;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        z-index: 1;
        padding: 0px 20px 10px 70px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

    .accordion-box .block .acc-content {
        position: relative;
        display: none;
    }

    .accordion-box .block .acc-content.current {
        display: block;
    }

    .accordion-box .block .content {
        position: relative;
        font-size: 14px;
        padding: 0px 20px 0px 70px;
    }

    .accordion-box .block .content ul li i {
        font-size: 11px;
        padding-right: 6px;
    }

    .accordion-box .block .content p {

        font-size: 16px;
        color: #000;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .accordion-box .block .content p:last-child {
        margin-bottom: 0px;
    }

    /* image style one */

    .image-style-wrapper .image-one {
        /* background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0,5));
        height: 132px;
        position: absolute;
        top: 25px;
        z-index: 1;
        width: 600px;
        left: -30px; */
    }


    .image-one::after {
        position: absolute;
        content: "";
        top: 63%;
        left: 38%;
        height: 200px;
        width: 150px;
        backdrop-filter: blur(20px);
        filter: blur(70px);
        background-color: #0070f8ce;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    .home-image-one::after {
        position: absolute;
        content: "";
        top: 55%;
        left: 38%;
        height: 200px;
        width: 150px;
        backdrop-filter: blur(-67px);
        filter: blur(25px);
        background-color: #0070f856;
        transform: translate(-50%, -50%);
        z-index: 0;
    }

    .image-style-wrapper {
        position: relative;
    }

    .image-style-wrapper .image-two {
        animation: moveUpDown 3s ease-in-out infinite;

        position: relative;
        z-index: 2;
    }

    .image-two img {
        width: 419px;
        height: 345px;
    }

    /* promo style two */

    .youtube-promo-video-wrap {
        position: relative;
    }

    .youtube-promo-video {
        position: absolute;
        left: 40%;
        top: 35%;
    }

    .youtube-promo-video i {
        text-align: center;
        display: block;
        color: #fff;
        font-size: 40px;
        border: 2px solid #fff;
        height: 100px;
        width: 100px;
        line-height: 100px;
        border-radius: 50%;
    }

    /* home page form */

    .form-control {
        height: 45px;
        border-radius: 0;
    }

    textarea.form-control {
        height: auto;
    }

    .form-group {
        margin-bottom: 0;
    }

    .home-p-form-wrapper {
        border: 1px solid #ddd;
        padding: 30px;
    }

    .form-control:focus {
        padding-bottom: 20px;
        border-color: #1589f0;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
    }

    /*
    * ----------------------------------------------------------------------------------------
    * 05. END PROMO STYLE
    * ----------------------------------------------------------------------------------------
    */


    /*START SECTION TITLE DESIGN*/

    .section-title,
    .section-title-2 {
        margin-bottom: 80px
    }

    .section-title h5 {
        font-weight: 500;
        font-style: italic;
        margin: 0;
        font-size: 18px;
        color: #777;
    }

    .section-title h3 {

        font-weight: 700;
        font-size: 40px;
        color: #222;
        text-transform: uppercase;
        margin: 15px 0;
        padding-bottom: 16px;
        position: relative;
        z-index: 1;
    }

    .section-title h3 span {
        font-weight: 700;
        font-size: 40px;
        color: #1589f0;
    }

    .section-title h3:before {
        position: absolute;
        content: "";
        background: #e0e0e0;
        height: 3px;
        width: 65px;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .text-center .section-title h3:before {
        left: 50%;
        margin-left: -29px;
    }

    .section-title h3:after {
        position: absolute;
        content: "\f15a";
        font-family: "Font Awesome 5 Brands";
        bottom: 50px;
        left: 0;
        font-size: 100px;
        width: 90px;
        height: 88px;
        opacity: 0.04;
        z-index: -1;
    }

    .text-center .section-title h3:after {
        left: 50%;
        margin-left: -45px;
    }

    .section-title h3.text-white:after {
        opacity: 0.1;
    }

    .section-title-2 h5 {
        color: #777;
        font-weight: 400;
        font-style: italic;
        margin: 0;
    }

    .section-title-2 h3 {

        font-family: "DM Serif Display", serif;
        font-weight: 700;
        font-size: 40px;
        color: #222;
        text-transform: uppercase;
        margin: 15px 0;
        padding-bottom: 16px;
        position: relative;
        z-index: 1;
    }

    .section-title-2 h3 span {
        color: #1589f0;
    }

    .section-title-2 h3:before {
        position: absolute;
        content: "";
        background: #e0e0e0;
        height: 3px;
        width: 65px;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .text-center .section-title-2 h3:before {
        left: 50%;
        margin-left: -29px;
    }

    .section-titles {
        display: flex;
        justify-content: center;
    }

    /*END SECTION TITLE DESIGN*/
    /*START SCROLL TO TOP*/

    .topcontrol {
        color: #1589f0;
        font-size: 40px;
        cursor: pointer;
        height: 40px;
        width: 40px;
        position: fixed;
        z-index: 999;
        text-align: center;
        line-height: 40px;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
        -webkit-border-radius: 50% 3px 50% 50%;
        -moz-border-radius: 50% 3px 50% 50%;
        border-radius: 50% 3px 50% 50%;
    }

    .topcontrol.topanimation {
        -ms-animation-name: fadeInUp;
        -moz-animation-name: fadeInUp;
        -op-animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -ms-animation-duration: 500ms;
        -moz-animation-duration: 500ms;
        -op-animation-duration: 500ms;
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
    }

    /*END SCROLL TO TOP*/

    /* HELPER CLASSES */

    .section-padding {
        padding: 100px 0;
        position: relative;
        float: left;
        margin-top: 100px;
        width: 100%;
    }

    .section-paddings {
        background-color: #f5f5f5ab;
        padding: 0px 0;
        margin-top: -17px;
        position: relative;
        float: left;
        width: 100%;
    }

    .section-paddings {
        background-color: #f5f5f5ab;
        padding: 0px 0;
        position: relative;
        float: left;
        width: 100%;
    }

    .section-paddings-about {
        background-color: #fff;
        padding: 100px 0;
        position: relative;
        float: left;
        width: 100%;
    }

    .section-paddings .container {
        margin-top: -238px;
    }

    .section-back-image {
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }

    .section-back-image-2 {
        background-image: linear-gradient(rgba(29, 61, 243, 0.5), rgba(117, 151, 245, 0.5)), url(../img/counterbg2.jpg);
        background-size: cover;
        background-position: center center;
    }

    /* .section-padding3 {
        padding: 5% 0%;
        background-image: linear-gradient(rgba(0, 0, 0, 0.712),rgb(0, 0, 0)),url(../img/contact-banner.png);
        background-size: cover;
        background-position: center center;
    } */

    .overlay {
        position: relative;
        z-index: 1;
    }

    .overlay:before {
        background: rgba(0, 0, 0, 0.8);
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .auto-container {
        position: static;
        max-width: 1200px;
        padding: 0px 15px;
        margin: 0 auto;
    }

    .bg-theme {
        background-color: #1589f0;
    }

    .bg-gray {
        background-color: #f5f5f5;
    }

    .bg-gray-2 {
        background-color: #eee;
    }

    .rounded-0 {
        border-radius: 0 !important;
    }

    .custom-color-1 {
        color: #3B5998 !important
    }

    .custom-color-2 {
        color: #1da1f2 !important;
    }

    .custom-color-3 {
        color: #d34836 !important;
    }

    /*
    * ----------------------------------------------------------------------------------------
    * 10. START WORK STYLE
    * ----------------------------------------------------------------------------------------
    */

    .single-wprocess {
        position: relative;
        padding: 25px;
        border: 1px solid #1589f0;
        background: rgba(0, 0, 0, 0.4);
    }

    .single-wprocess:nth-child(2) {
        max-height: 100vh !important;
    }

    .single-wprocess:hover {
        border: 1px solid transparent;
    }

    .single-wprocess-icon {
        color: #1589f0;
        font-size: 40px;
    }

    .single-wprocess h5 {
        color: #fff;
        text-transform: uppercase;
        margin: 20px 0;
    }

    .single-wprocess p {
        color: #fff;
        font-size: 13.5px;
    }

    .single-wprocess:after {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    .single-wprocess:before {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }

    .single-wprocess:before,
    .single-wprocess:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

    .single-wprocess:hover:before,
    .single-wprocess:hover:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    /*
    * ----------------------------------------------------------------------------------------
    * 10. END WORK STYLE
    * ----------------------------------------------------------------------------------------
    */

    /*
    * ----------------------------------------------------------------------------------------
    * 06. START CHOOSE US STYLE
    * ----------------------------------------------------------------------------------------
    */

    .single-wcus-icon,
    .single-wcus-text {
        float: left;
    }

    .single-wcus {
        float: left;
        width: 100%;
    }

    .single-wcus:hover .single-wcus-icon {
        background-color: #333;
    }

    .single-wcus:hover .single-wcus-icon:before {
        border-bottom-color: #333;
    }

    .single-wcus:hover .single-wcus-icon:after {
        border-top-color: #333;
    }

    .single-wcus-icon {
        margin: 17px 30px 0 0;
        position: relative;
        width: 70px;
        height: 38px;
        background-color: #0070f89d;
        -webkit-transition: all 1.5s ease .1s;
        -moz-transition: all 1.5s ease .1s;
        -ms-transition: all 1.5s ease .1s;
        -o-transition: all 1.5s ease .1s;
        transition: all 1.5s ease .1s;
        animation: rotate 8s linear infinite;
    }

    @keyframes rotate {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .single-wcus-icon:before,
    .single-wcus-icon:after {
        content: "";
        position: absolute;
        width: 0;
        border-left: 35px solid transparent;
        border-right: 35px solid transparent;
        -webkit-transition: all 1.5s ease .1s;
        -moz-transition: all 1.5s ease .1s;
        -ms-transition: all 1.5s ease .1s;
        -o-transition: all 1.5s ease .1s;
        transition: all 1.5s ease .1s;
    }

    .single-wcus-icon:before {
        bottom: 100%;
        border-bottom: 24px solid #0070f89d;
    }

    .single-wcus-icon:after {
        top: 100%;
        width: 0;
        border-top: 24px solid #0070f89d;
        left: 0;
    }

    .single-wcus-text {
        width: 71%;
        position: relative;
    }

    .single-wcus-text::before {
        position: absolute;
        content: "";
        top: 117%;
        bottom: auto;
        height: 2px;
        width: 60px;
        background: #1589f0;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .single-wcus:hover .single-wcus-text:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }

    .single-wcus-icon i {
        color: #fff;
        font-size: 40px;
        padding: 13px;
    }

    .single-wcus-icon i img {
        position: relative;
        z-index: 1;
        margin-left: -14px;
        margin-top: -42px;
    }

    .single-wcus-promo {
        box-shadow: 10px 5px 30px 0px #a0bcf1c5;
        background: #f5f5f5;
    }

    .single-wcus-promo1 {
        height: 100%;
        background: transparent;
    }

    .single-wcus-promo-inner {
        padding: 20px 30px;
    }

    .single-wcus-promo-inner p {
        margin: 18px 0;
    }

    /*
    * ----------------------------------------------------------------------------------------
    * 06. END CHOOSE US STYLE
    * ----------------------------------------------------------------------------------------
    */
    /* Curve styling start */
    .curveWrap {
        background: #FFF;
        width: 100%;
        height: 300px;
        position: relative;
        z-index: -5;
        opacity: 0.3;
    }

    .curveWrap .curve {
        stroke-linecap: round;
        stroke-opacity: 0.7;
    }

    .curveWrap .curve path {
        transform-origin: center;
    }

    .curveWrap .curve path:nth-child(6n + 1) {
        stroke: #3379B7;
    }

    .curveWrap .curve path:nth-child(6n + 2) {
        stroke: #1B3F5F;
    }

    .curveWrap .curve path:nth-child(6n + 3) {
        stroke: #67A1D5;
    }

    .curveWrap .curve path:nth-child(6n + 4) {
        stroke: #BFE2FF;
    }

    .curveWrap .curve path:nth-child(1) {
        stroke-width: 24;
        animation: curve 35s linear 1.4s infinite;
    }

    .curveWrap .curve path:nth-child(2) {
        stroke-width: 21;
        animation: curve 35s linear 2.8s infinite;
    }

    .curveWrap .curve path:nth-child(3) {
        stroke-width: 48;
        animation: curve 35s linear 4.2s infinite;
    }

    .curveWrap .curve path:nth-child(4) {
        stroke-width: 41;
        animation: curve 35s linear 5.6s infinite;
    }

    @keyframes curve {
        0% {
            transform: rotateX(0deg) skewY(0deg);
            stroke-opacity: 0.7;
        }

        50% {
            transform: rotateX(360deg) skewY(8deg);
            stroke-opacity: 1;
        }

        100% {
            transform: rotateX(0deg) skewY(0deg);
            stroke-opacity: 0.7;
        }
    }

    /* Curve styling End */

    #container {

        overflow: hidden;
        /* Ensure the image doesn't overflow the container */
        position: absolute;
        /* height: 100vh; */
        width: 25%;
        /* border: solid 1px red; */
        display: flex;
        top: -5%;
        justify-content: center;
        align-items: center;
        animation: moveUpDown 3s ease-in-out infinite;

    }

    /* #containers1{
        width: 56%;
        /* border: solid 1px red; 
        display: flex;
        top: -8%;    
    }
    #containers1 img 
    {
        width: 8%;
        margin-left: -30px;
    } */
    #containers1 {
        overflow: hidden;
        /* Ensure the image doesn't overflow the container */
        position: absolute;
        width: 60%;
        /* border: solid 1px red; */
        display: none;
        top: -40%;
        justify-content: center;
        align-items: center;
        animation: moveUpDown 3s ease-in-out infinite;

    }

    #containers {
        width: 25%;
        /* border: solid 1px red; */
        display: flex;
        top: -5%;
        justify-content: center;
        align-items: center;
        animation: moveUpDown 3s ease-in-out infinite;

    }

    @keyframes moveUpDown {

        0%,
        100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-20px);
            /* Adjust the value as per your need */
        }
    }

    /* calculator bitcoin */
    .bitcoin-calculator-section {
        background-color: #0070f87a;
    }

    .bitcoin-calculator {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        top: -51px;
    }

    .bitcoin-calculator input {
        margin: 10px;
        background-color: #1589f0;
        outline: transparent;
        border: none;
        padding: 15px;
        color: #fff;

    }

    .form-wrap select {
        margin: 10px;
        background-color: #fff;
        outline: transparent;
        border: none;
        padding: 15px;
        color: #000;
    }

    .form-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 8px;
        position: relative;
        left: -20px;
        color: #1589f0;
        font-size: 40px;
        margin: 10px;
        text-align: center;
        background-color: #fff;
    }

    .form-equal {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff;
        left: -10px;
        position: relative;
        font-size: 30px;
        margin: 12px -12px;
        text-align: center;
        background-color: transparent;
    }


    /* contact */
    /* 
    ---------------------------------------------
    contact us page
    --------------------------------------------- 
    */

    section.map .info-item {
        text-align: center;
        padding: 40px 30px;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        margin-top: -60px;
        margin-left: 15px;
        margin-right: 15px;
        position: relative;
        z-index: 2;
        transition: all .5s;
    }

    section.map .info-item:hover {
        margin-top: -70px;
    }

    section.map .info-item i {
        font-size: 36px;
        color: #0070f8a2;
        margin-bottom: 25px;
    }

    section.map .info-item h4 {
        font-size: 18px;
        color: #212741;
        font-weight: 600;
        margin-bottom: 12px;
    }

    section.map .info-item a {
        font-size: 15px;
        font-weight: 600;
        color: #1589f0;
        transition: all 0.3s;
    }

    section.map .info-item a:hover {
        color: #1589f0;
    }

    #contact input {
        width: 100%;
        height: 50px;
        background-color: #f7f7f7;
        color: #212741;
        border-radius: 5px;
        border: none;
        padding: 0px 15px;
        font-size: 14px;
        outline: none;
        margin-bottom: 30px;
    }

    #contact textarea {
        width: 100%;
        height: 180px;
        max-height: 24px;
        min-height: 150px;
        background-color: #f7f7f7;
        color: #212741;
        border-radius: 5px;
        border: none;
        padding: 15px 15px;
        font-size: 14px;
        outline: none;
        margin-bottom: 30px;
    }

    #contact input::placeholder,
    #contact textarea::placeholder {
        color: #212741;
    }

    #contact button.orange-button {
        font-size: 14px;
        color: #fff;
        background-color: #1589f0;
        padding: 12px 30px;
        display: inline-block;
        border-radius: 5px;
        font-weight: 500;
        text-transform: capitalize;
        letter-spacing: 0.5px;
        border: none;
        transition: all .3s;
    }

    #contact button.orange-button:hover {
        background-color: #0070f8b4;
    }

    /*
    ---------------------------------------------
    calculator
    ---------------------------------------------
    */

    section.calculator {
        margin-top: 150px;
        background-image: url(../img/calculator-bg.avif);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width: 100%;
        height: 100%;
        padding: 80px 0px;
    }

    section.calculator .left-image {
        margin: -110px 45px -80px 0px;
    }

    section.calculator .section-heading {
        text-align: left;
    }

    section.calculator .section-heading h4 {
        color: #fff;
    }

    #calculate label {
        color: #fff;
        font-size: 14px;
        margin-bottom: 5px;
    }

    #calculate input,
    #calculate select {
        background-color: rgba(121, 134, 151, 0.7);
        border: none;
        border-radius: 5px;
        width: 100%;
        height: 42px;
        color: #fff;
        font-size: 14px;
        margin-bottom: 30px;
        outline: none;
    }

    #calculate select {
        cursor: pointer;
    }

    #calculate button.orange-button {
        font-size: 14px;
        color: #fff;
        background-color: #1589f0;
        padding: 12px 30px;
        display: inline-block;
        border-radius: 5px;
        font-weight: 500;
        text-transform: capitalize;
        letter-spacing: 0.5px;
        border: none;
        transition: all .3s;
    }

    #calculate button.orange-button:hover {
        opacity: 0.9;
    }

    .page-heading {
        background-image: linear-gradient(rgba(0, 0, 0, 0.582), rgba(0, 0, 0, 0.603)), url(../img/calculator-bg.avif);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 215px 0px 120px 0px;
        text-align: center;
    }

    .page-heading h2 {
        font-size: 56px;
        color: #fff;
        font-weight: 700;
    }

    .page-heading .div-dec {
        width: 80px;
        height: 6px;
        border-radius: 3px;
        background-color: #fff;
        margin: 20px auto 0 auto;
    }

    /* 
    ---------------------------------------------
    contact us
    --------------------------------------------- 
    */

    section.contact-us {
        background-image: url(../img/footer-bg.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0px;
        position: relative;
    }

    section.contact-us:after {
        position: absolute;
        content: '';
        background-image: url(../images/footer-left-dec.png);
        left: 0px;
        top: 60px;
        width: 267px;
        height: 396px;
        z-index: 1;
    }

    section.contact-us .contact-info {
        background-color: #fff;
        margin-top: -30px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
        border-radius: 15px;
        z-index: 5;
        position: relative;
        padding: 20px;
    }

    section.contact-us .contact-info .icon i {
        float: left;
        margin-right: 15px;
        width: 50px;
        height: 50px;
        display: inline-block;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
        background: #1589f0;
        background: linear-gradient(-145deg, #0070f8a1 0%, #0070f88f 100%);
        color: #fff;
    }

    section.contact-us .contact-info h4 {
        font-size: 18px;
        font-weight: 900;
        text-transform: uppercase;
    }

    section.contact-us .contact-info span {
        font-size: 15px;
        color: #1589f0;
        font-weight: 700;
    }

    section.contact-us .section-heading {
        text-align: left;
        margin-bottom: 40px;
    }

    section.contact-us #contact {
        margin-left: -100px;
        position: relative;
        z-index: 5;
        background-color: #fff;
        margin-top: 40px;
        box-shadow: 0px 0px 35px -30px #0070f879;
        border-radius: 15px;
        padding: 40px;
    }

    section.contact-us #contact input {
        width: 100%;
        height: 40px;
        border-radius: 5px;
        background-color: #f4f7fb;
        outline: none;
        border: none;
        box-shadow: none;
        font-size: 13px;
        font-weight: 500;
        color: #7a7a7a;
        padding: 0px 15px;
        margin-bottom: 30px;
    }

    section.contact-us #contact textarea {
        width: 100%;
        min-height: 140px;
        max-height: 180px;
        border-radius: 5px;
        background-color: #f4f7fb;
        outline: none;
        border: none;
        box-shadow: none;
        font-size: 13px;
        font-weight: 500;
        color: #7a7a7a;
        padding: 15px;
        margin-bottom: 30px;
    }

    section.contact-us #contact button {
        float: right;
        font-size: 13px;
        color: #fff;
        background: #0070f8a1;
        background: linear-gradient(-145deg, #0070f8a1 0%, #0070f88f 100%);
        padding: 12px 30px;
        display: inline-block;
        border-radius: 5px;
        font-weight: 500;
        text-transform: uppercase;
        transition: all .3s;
        transition: all .3s;
        border: none;
        outline: none;
    }

    section.contact-us #contact button:hover {
        opacity: 0.9;
    }

    section.contact-us ul.social-icons li {
        display: inline-block;
        margin: 0px 5px;
    }

    section.contact-us ul.social-icons {
        text-align: center;
        margin-top: 70px;
    }

    section.contact-us ul.social-icons li a {
        width: 44px;
        height: 44px;
        display: inline-block;
        text-align: center;
        line-height: 44px;
        background-color: #fff;
        color: #1589f0;
        border-radius: 50%;
        transition: all .5s;
    }

    section.contact-us ul.social-icons li a:hover {
        background-color: #1589f0;
        color: #fff;
    }

    .contact-banner {
        top: -20px;
        position: relative;
    }

    .contact-banner img {
        width: 100%;
        height: 500px;
    }

    .contact-banner-1 {
        margin-top: 100px !important;
    }

    p.copyright {
        text-align: center;
        color: #fff;
        margin: 40px 0px;
    }

    p.copyright a {
        font-weight: 700;
        color: #fff;
    }

    .section-heading h4 em {
        font-style: normal;
        color: #1589f0;
        font-family: "DM Serif Display", serif;
        font-size: 36px;
    }

    /* footer  */
    .footer-widget p {
        margin-bottom: 27px;
    }

    p {
        font-family: 'Nunito', sans-serif;
        font-size: 16px;
        color: #000;
        line-height: 28px;
    }

    .animate-border {
        position: relative;
        display: block;
        width: 115px;
        height: 3px;
        background: #007bff;
    }

    .animate-border:after {
        position: absolute;
        content: "";
        width: 35px;
        height: 3px;
        left: 0;
        bottom: 0;
        border-left: 10px solid #fff;
        border-right: 10px solid #fff;
        -webkit-animation: animborder 2s linear infinite;
        animation: animborder 2s linear infinite;
    }

    @-webkit-keyframes animborder {
        0% {
            -webkit-transform: translateX(0px);
            transform: translateX(0px);
        }

        100% {
            -webkit-transform: translateX(113px);
            transform: translateX(113px);
        }
    }

    @keyframes animborder {
        0% {
            -webkit-transform: translateX(0px);
            transform: translateX(0px);
        }

        100% {
            -webkit-transform: translateX(113px);
            transform: translateX(113px);
        }
    }

    .animate-border.border-white:after {
        border-color: #fff;
    }

    .animate-border.border-yellow:after {
        border-color: #F5B02E;
    }

    .animate-border.border-orange:after {
        border-right-color: #007bff;
        border-left-color: #007bff;
    }

    .animate-border.border-ash:after {
        border-right-color: #EEF0EF;
        border-left-color: #EEF0EF;
    }

    .animate-border.border-offwhite:after {
        border-right-color: #F7F9F8;
        border-left-color: #F7F9F8;
    }

    /* Animated heading border */
    @keyframes primary-short {
        0% {
            width: 15%;
        }

        50% {
            width: 90%;
        }

        100% {
            width: 10%;
        }
    }

    @keyframes primary-long {
        0% {
            width: 80%;
        }

        50% {
            width: 0%;
        }

        100% {
            width: 80%;
        }
    }

    .footer-wave {
        position: absolute;
        bottom: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        transform: rotate(180deg);
        /* Rotate the wave */

        z-index: 1;
        /* Ensure it stays behind any footer content */
    }

    .dk-footer {
        padding: 75px 0 0;
        background: linear-gradient(to top, #fff 70%, #0070f88f 150%);
        position: relative;
        z-index: 2;
    }

    .dk-footer .contact-us {
        margin-top: 0;
        margin-bottom: 30px;
        padding-left: 80px;
    }

    .dk-footer .contact-us .contact-info {
        margin-left: 50px;
    }

    .dk-footer .contact-us.contact-us-last {
        margin-left: -80px;
    }

    .dk-footer .contact-icon i {
        font-size: 24px;
        top: -15px;
        position: relative;
        color: #1589f0;
    }

    .dk-footer-box-info {
        /* position: absolute; */
        top: -122px;
        background: #f5f5f58a;
        padding: 40px;
        z-index: 2;
    }

    .dk-footer-box-info a img {
        width: auto;
    }

    .dk-footer-box-info .footer-social-link h3 {
        color: #000;
        font-size: 24px;
        margin-bottom: 25px;
    }

    .dk-footer-box-info .footer-social-link ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .dk-footer-box-info .footer-social-link li {
        display: inline-block;
    }

    .dk-footer-box-info .footer-social-link a i {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        background: #000;
        margin-right: 5px;
        color: #fff;
    }

    .dk-footer-box-info .footer-social-link a i.fa-facebook {
        background-color: #3B5998;
    }

    .dk-footer-box-info .footer-social-link a i.fa-twitter {
        background-color: #55ACEE;
    }

    .dk-footer-box-info .footer-social-link a i.fa-instagram {
        background: linear-gradient(55deg, #ee1ccb, #f5861f, #f3ef0d);
    }

    .dk-footer-box-info .footer-social-link a i.fa-whatsapp {
        background-color: #329909;
    }

    .dk-footer-box-info .footer-social-link a i.fa-youtube {
        background-color: #B7242A;
    }

    .footer-awarad {
        margin-top: 285px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-awarad p {

        color: #000;
        font-size: 24px;
        font-weight: 700;
        margin-left: 20px;
        padding-top: 15px;
    }

    .footer-info-text {
        margin: 26px 0 32px;
    }

    .footer-left-widget {
        padding-left: 80px;
    }

    .footer-widget .section-heading {
        margin-bottom: 35px;
    }

    .footer-widget h3 {
        font-size: 24px;
        color: #000;
        position: relative;
        margin-bottom: 15px;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }

    .footer-widget ul {
        width: 50%;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .footer-widget li {
        margin-bottom: 18px;
    }

    .footer-widget p {
        margin-bottom: 27px;
        font-size: 14px;
        font-family: "Nunito Sans", sans-serif;
        ;
    }

    .footer-widget a {
        font-size: 14px;
        font-family: "Nunito Sans", sans-serif;
        ;
        color: #878787;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .footer-widget a:hover {
        color: #007bff;
    }

    .footer-widget:after {
        content: "";
        display: block;
        clear: both;
    }

    .dk-footer-form {
        position: relative;
    }

    .dk-footer-form input[type=email] {
        padding: 14px 28px;
        border-radius: 50px;
        background: #fff;
        border: 3px solid #1589f0;
    }

    .dk-footer-form input::-webkit-input-placeholder,
    .dk-footer-form input::-moz-placeholder,
    .dk-footer-form input:-ms-input-placeholder,
    .dk-footer-form input::-ms-input-placeholder,
    .dk-footer-form input::-webkit-input-placeholder {
        color: #878787;
        font-size: 14px;
    }

    .dk-footer-form input::-webkit-input-placeholder,
    .dk-footer-form input::-moz-placeholder,
    .dk-footer-form input:-ms-input-placeholder,
    .dk-footer-form input::-ms-input-placeholder,
    .dk-footer-form input::placeholder {
        color: #878787;
        font-size: 14px;
    }

    .dk-footer-form button[type=submit] {
        position: absolute;
        top: 0;
        right: 0;
        padding: 12px 29px 7px 14px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        border: 1px solid #007bff;
        background: #007bff;
        color: #000;
    }

    .dk-footer-form button:hover {
        cursor: pointer;
    }

    .dk-footer-form button[type=submit] i {
        color: #fff;
    }

    /* ==========================

        Contact

    =============================*/
    .contact-us {
        position: relative;
        z-index: 2;
        margin-top: 65px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .contact-icon {
        position: absolute;
    }

    .contact-icon i {
        font-size: 36px;
        top: -5px;
        position: relative;
        color: #007bff;
    }

    .contact-info {
        margin-left: 75px;
        color: #000;
    }

    .contact-info h3 {
        font-size: 20px;
        color: #000;
        margin-bottom: 0;
    }

    .copyright {
        padding: 28px 0;
        margin-top: 55px;
        background-color: #202020;
    }

    .copyright span,
    .copyright a {
        color: #878787;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .copyright a:hover {
        color: #007bff;
    }

    .copyright-menu ul {
        text-align: right;
        margin: 0;
    }

    .copyright-menu li {
        display: inline-block;
        padding-left: 20px;
    }

    .back-to-top {
        position: relative;
        z-index: 2;
    }

    .back-to-top .btn-dark {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        padding: 0;
        position: fixed;
        bottom: 20px;
        right: 20px;
        background: #1589f09c;
        border-color: #1589f0;
        display: none;
        z-index: 999;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .back-to-top .btn-dark:hover {
        cursor: pointer;
        background: #1589f0;
        border-color: #fff;
    }




    /* sign in sign up */
    .form-body {
        background-color: #0093FF;
        height: 100%;
    }

    .form-body>.row {
        position: relative;
        margin-left: 0;
        margin-right: 0;
        height: 100%;
    }

    .website-logo {
        display: inline-block;
        position: absolute;
        z-index: 1000;
        top: 50px;
        left: 50px;
        right: initial;
        bottom: initial;
    }

    .website-logo img {
        width: 100px;
    }

    .website-logo a {
        display: inline-block;
    }

    .website-logo .logo {
        display: inline-block;
        background-image: url("../images/logo-light.svg");
        background-size: contain;
        background-repeat: no-repeat;
    }

    .website-logo .logo img {
        width: 100px;
    }

    .website-logo .logo img.logo-size {
        opacity: 0 !important;
    }

    .website-logo-inside {
        margin-bottom: 70px;
    }

    .website-logo-inside img {
        width: 100px;
    }

    .website-logo-inside a {
        display: inline-block;
    }

    .website-logo-inside .logo {
        display: inline-block;
        background-image: url("../images/logo-light.svg");
        background-size: contain;
        background-repeat: no-repeat;
    }

    .website-logo-inside .logo img {
        width: 100px;
    }

    .website-logo-inside .logo img.logo-size {
        opacity: 0 !important;
    }

    .preview-body {
        padding-top: 70px;
        padding-bottom: 70px;
        text-align: center;
    }

    .preview-body .web-logo {
        margin-bottom: 50px;
    }

    .preview-body .web-logo img {
        width: 130px;
    }

    .preview-body .web-title {
        font-size: 30px;
        font-weight: 300;
        color: #000;
        line-height: 35px;
        margin-bottom: 50px;
    }

    .preview-body .new .img-link:before {
        position: absolute;
        content: "New";
        top: 0.4rem;
        right: 0.6rem;
        font-size: 0.8rem;
        font-weight: 700;
        color: #000;
        border-radius: 0.7rem;
        background-color: #f1c408;
        z-index: 9999;
        line-height: 1rem;
        padding: 0.4rem 0.7rem;
    }

    .preview-body .template-name {
        position: relative;
        margin-top: 0.5rem;
        z-index: 2;
    }

    .preview-body .template-name span {
        display: inline-block;
        background-color: #a7b2bf;
        color: #fff;
        border-radius: 1rem;
        padding: 0.3rem 1rem;
        font-size: 0.9rem;
        pointer-events: none;
        -webkit-transform: scale(1) translateY(0);
        -moz-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transition: all 0.5s cubic-bezier(0.34, 1.61, 0.7, 1);
        transition: all 0.5s cubic-bezier(0.34, 1.61, 0.7, 1);
    }

    .preview-body .img-link {
        position: relative;
        display: inline-block;
        width: 100%;
        margin: 20px 0;
        padding: 0 5px;
    }

    .preview-body .img-link img {
        position: relative;
        z-index: 1;
        width: 100%;
        border-radius: 20px;
        -webkit-box-shadow: 0 0 5px rgba(160, 163, 165, 0.38);
        box-shadow: 0 0 5px rgba(160, 163, 165, 0.38);
        -webkit-transition: all 0.5s cubic-bezier(0.34, 1.61, 0.7, 1);
        transition: all 0.5s cubic-bezier(0.34, 1.61, 0.7, 1);
    }

    .preview-body .img-link:hover img,
    .preview-body .img-link:focus img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-box-shadow: 0 11px 19px rgba(160, 163, 165, 0.3);
        box-shadow: 0 11px 19px rgba(160, 163, 165, 0.3);
    }

    .preview-body .img-link:hover .template-name span,
    .preview-body .img-link:focus .template-name span {
        -webkit-transform: scale(1.1) translateY(-0.5rem);
        -moz-transform: scale(1.1) translateY(-0.5rem);
        -ms-transform: scale(1.1) translateY(-0.5rem);
        transform: scale(1.1) translateY(-0.5rem);
    }

    .no-mb {
        margin-bottom: 0 !important;
    }

    .text-black {
        color: #000 !important;
    }

    .img-holder {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 550px;
        min-height: 700px;
        height: 100%;
        overflow: hidden;
        background-color: #fff;
        padding: 60px;
        text-align: center;
        z-index: 999;
    }

    .img-holder .info-holder {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .img-holder .info-holder h3 {
        display: inline-block;
        color: #fff;
        text-align: left;
        font-size: 23px;
        font-weight: 900;
        margin-bottom: 30px;
        width: 100%;
        max-width: 378px;
        padding-right: 30px;
    }

    .img-holder .info-holder h2 {
        display: inline-block;
        color: #fff;
        text-align: left;
        font-size: 32px;
        font-weight: 900;
        margin-bottom: 30px;
        max-width: 378px;
    }

    .img-holder .info-holder h2:not(.animated) {
        width: 100%;
    }

    .img-holder .info-holder h2 span {
        font-size: 32px;
        font-weight: 900;
        color: #FE4777;
    }

    .img-holder .info-holder p {
        display: inline-block;
        color: #fff;
        text-align: left;
        font-size: 18px;
        font-weight: 300;
        line-height: 20px;
        margin-bottom: 50px;
        width: 100%;
        max-width: 378px;
        padding-right: 30px;
    }

    .img-holder .info-holder img {
        width: 100%;
        max-width: 378px;
    }

    .img-holder .info-holder img.md-size {
        max-width: 290px;
    }

    .img-holder .info-holder.simple-info h3 {
        padding-right: 0;
    }

    .img-holder .info-holder.simple-info p {
        padding-right: 0;
    }

    .img-holder .info-holder.simple-info img {
        max-width: 160px;
        margin-bottom: 50px;
    }

    .img-holder .bottom-view {
        bottom: 2rem;
        left: 0;
        position: absolute;
        width: 100%;
        text-align: center;
    }

    .img-holder .bg {
        position: absolute;
        opacity: 0.23;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/graphic3.svg);
        background-size: cover;
        background-position: center;
        z-index: -1;
        position: relative;
    }

    @media (min-height: 700px) {
        .img-holder {
            position: fixed;
        }

        .website-logo {
            position: fixed;
        }
    }

    .container-custom-padding>.row>[class^=col] {
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }

    .container-custom-padding>.row>[class^=col]:first-child {
        padding-left: 0;
    }

    .container-custom-padding>.row>[class^=col]:last-child {
        padding-right: 0;
    }

    .form-holder {
        margin-left: 550px;
        width: 100%;
    }

    .form-holder .form-content {
        position: relative;
        text-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 60px;
        min-height: 100%;
    }

    .form-holder .form-content ::-webkit-input-placeholder {
        color: #526489;
    }

    .form-holder .form-content :-moz-placeholder {
        color: #526489;
    }

    .form-holder .form-content ::-moz-placeholder {
        color: #526489;
    }

    .form-holder .form-content :-ms-input-placeholder {
        color: #526489;
    }

    .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .form-control ::-webkit-input-placeholder {
        color: #526489;
    }

    .form-control :-moz-placeholder {
        color: #526489;
    }

    .form-control ::-moz-placeholder {
        color: #526489;
    }

    .form-control :-ms-input-placeholder {
        color: #526489;
    }

    .form-content {
        position: relative;
        background-color: #0093FF;
    }

    .form-content .form-group {
        color: #fff;
        font-size: 15px;
        font-weight: 300;
    }

    .form-content .form-items {
        display: inline-block;
        width: 100%;
        max-width: 340px;
        text-align: left;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .form-content .form-icon {
        text-align: center;
        width: 100%;
        line-height: 0;
        margin-top: calc(-42px - 35px);
        margin-bottom: 28px;
    }

    .form-content .form-icon .icon-holder {
        position: relative;
        display: inline-block;
        width: 85px;
        height: 85px;
        border-radius: 85px;
        background-color: #4A77F7;
        padding: 20px;
    }

    .form-content .form-icon .icon-holder img {
        position: absolute;
        width: 50%;
        top: 50%;
        left: 50%;
        margin-top: -23%;
        margin-left: -25%;
    }

    .form-content h3 {
        color: #fff;
        text-align: left;
        font-size: 24px;
        font-weight: 900;
        margin-bottom: 10px;
    }

    .form-content h3.form-title {
        margin-bottom: 30px;
    }

    .form-content h3.form-title-center {
        margin-bottom: 30px;
        text-align: center;
        font-size: 22px;
    }

    .form-content p {
        color: #fff;
        text-align: left;
        font-size: 18px;
        font-weight: 300;
        line-height: 20px;
        margin-bottom: 30px;
    }

    .form-content p.form-subtitle {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .form-content small.error-message {
        color: lightcoral;
    }

    .form-content label {
        color: #fff;
        text-align: left;
        font-size: 15px;
        font-weight: 300;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .form-content .page-links {
        margin-bottom: 34px;
    }

    .form-content .page-links a {
        position: relative;
        display: inline-block;
        text-decoration: none;
        color: #fff;
        font-weight: 300;
        font-size: 15px;
        margin-right: 20px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .form-content .page-links a:last-child {
        margin-right: 0;
    }

    .form-content .page-links a:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        left: 0;
        bottom: -10px;
        background-color: rgba(255, 255, 255, 0.5);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .form-content .page-links a.active {
        font-weight: 700;
    }

    .form-content .page-links a.active:after {
        background-color: #fff;
    }

    .form-content .page-links a:hover:after,
    .form-content .page-links a:focus:after {
        background-color: #fff;
    }

    .form-content input,
    .form-content .dropdown-toggle.btn-default {
        width: 100%;
        padding: 9px 20px;
        text-align: left;
        border: 0;
        outline: 0;
        border-radius: 6px;
        background-color: #fff;
        font-size: 15px;
        font-weight: 300;
        color: #8D8D8D;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        margin-bottom: 14px;
    }

    .form-content input:hover,
    .form-content input:focus,
    .form-content .dropdown-toggle.btn-default:hover,
    .form-content .dropdown-toggle.btn-default:focus {
        border: 0;
        background-color: #ebeff8;
        color: #8D8D8D;
    }

    .form-content textarea {
        position: static !important;
        width: 100%;
        padding: 8px 20px;
        border-radius: 6px;
        text-align: left;
        background-color: #fff;
        border: 0;
        font-size: 15px;
        font-weight: 300;
        color: #8D8D8D;
        outline: none;
        resize: none;
        height: 120px;
        -webkit-transition: none;
        transition: none;
        margin-bottom: 14px;
    }

    .form-content textarea:hover,
    .form-content textarea:focus {
        border: 0;
        background-color: #ebeff8;
        color: #8D8D8D;
    }

    .form-content .custom-file {
        margin-bottom: 14px;
    }

    .form-content .custom-file-label {
        position: absolute;
        padding: 9px 44px 9px 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
        border: 0;
        outline: 0;
        border-radius: 6px;
        background-color: #fff;
        font-size: 15px;
        font-weight: 300;
        color: #8D8D8D;
        outline: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .form-content .custom-file-label:after {
        content: "\f382" !important;
        font-family: Font Awesome\ 5 Free;
        font-style: normal;
        font-weight: 600;
        padding: 0.475rem 0.75rem 0.375rem;
        color: #495057;
        background-color: transparent;
        border-left: 0;
        border-radius: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .form-content input[type=checkbox],
    .form-content input[type=radio] {
        width: auto;
    }

    .form-content input[type=checkbox]:not(:checked),
    .form-content input[type=checkbox]:checked,
    .form-content input[type=radio]:not(:checked),
    .form-content input[type=radio]:checked {
        position: absolute;
        left: -9999px;
    }

    .form-content input[type=checkbox]:not(:checked)+label,
    .form-content input[type=checkbox]:checked+label,
    .form-content input[type=radio]:not(:checked)+label,
    .form-content input[type=radio]:checked+label {
        position: relative;
        padding-left: 23px;
        cursor: pointer;
        display: inline;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        margin-left: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .form-content input[type=checkbox]:checked+label,
    .form-content input[type=radio]:checked+label {
        color: #fff;
    }

    .form-content input[type=checkbox]:checked+label:before,
    .form-content input[type=radio]:checked+label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 2px;
        width: 15px;
        height: 15px;
        background: #fff;
        border-radius: 50px;
        border: 0px solid #fff;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .form-content input[type=checkbox]:not(:checked)+label:before,
    .form-content input[type=radio]:not(:checked)+label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 2px;
        width: 15px;
        height: 15px;
        background: transparent;
        border-radius: 50px;
        border: 2px solid #fff;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .form-content input[type=checkbox]:not(:checked)+label:after,
    .form-content input[type=radio]:not(:checked)+label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .form-content input[type=checkbox]:disabled+label,
    .form-content input[type=radio]:disabled+label {
        opacity: 0.6;
    }

    .form-content input[type=checkbox]:checked+label:after,
    .form-content input[type=checkbox]:not(:checked)+label:after {
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-weight: 600;
        position: absolute;
        top: 3px;
        left: 3px;
        font-size: 9px;
        color: #0093FF;
        line-height: 14px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .form-content input[type=checkbox]:checked+label:before {
        border-radius: 4px;
    }

    .form-content input[type=checkbox]:not(:checked)+label:before {
        border-radius: 4px;
    }

    .form-content input[type=radio]:checked+label:after,
    .form-content input[type=radio]:not(:checked)+label:after {
        content: "";
        position: absolute;
        top: 7px;
        left: 5px;
        width: 5px;
        height: 5px;
        border-radius: 20px;
        background-color: #0093FF;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .form-content .custom-options {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .form-content .custom-options input[type=checkbox],
    .form-content .custom-options input[type=radio] {
        width: auto;
    }

    .form-content .custom-options input[type=checkbox]:not(:checked),
    .form-content .custom-options input[type=checkbox]:checked,
    .form-content .custom-options input[type=radio]:not(:checked),
    .form-content .custom-options input[type=radio]:checked {
        position: absolute;
        left: -9999px;
    }

    .form-content .custom-options input[type=checkbox]:not(:checked)+label,
    .form-content .custom-options input[type=checkbox]:checked+label,
    .form-content .custom-options input[type=radio]:not(:checked)+label,
    .form-content .custom-options input[type=radio]:checked+label {
        position: relative;
        padding-left: 0;
        cursor: pointer;
        display: inline;
        color: #606060;
        background-color: #F7F7F7;
        font-size: 13px;
        font-weight: 400;
        margin-left: 0;
        border-radius: 5px;
        padding: 4px 10px;
        margin-right: 10px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        flex-grow: 1;
        text-align: center;
    }

    .form-content .custom-options input[type=checkbox]:not(:checked)+label:last-child,
    .form-content .custom-options input[type=checkbox]:checked+label:last-child,
    .form-content .custom-options input[type=radio]:not(:checked)+label:last-child,
    .form-content .custom-options input[type=radio]:checked+label:last-child {
        margin-right: 0;
    }

    .form-content .custom-options input[type=checkbox]:not(:checked)+label:after,
    .form-content .custom-options input[type=checkbox]:checked+label:after,
    .form-content .custom-options input[type=radio]:not(:checked)+label:after,
    .form-content .custom-options input[type=radio]:checked+label:after {
        display: none;
    }

    .form-content .custom-options input[type=checkbox]:checked+label,
    .form-content .custom-options input[type=radio]:checked+label {
        color: #fff;
        background-color: #57D38C;
        font-weight: 400;
        -webkit-box-shadow: 0 3px 8px rgba(74, 230, 142, 0.35);
        box-shadow: 0 3px 8px rgba(74, 230, 142, 0.35);
    }

    .form-content .custom-options input[type=checkbox]:checked+label:before,
    .form-content .custom-options input[type=radio]:checked+label:before {
        display: none;
    }

    .form-content .custom-options input[type=checkbox]:not(:checked)+label:before,
    .form-content .custom-options input[type=radio]:not(:checked)+label:before {
        display: none;
    }

    .form-content .custom-options input[type=checkbox]:not(:checked)+label:after,
    .form-content .custom-options input[type=radio]:not(:checked)+label:after {
        display: none;
    }

    .form-content .form-button {
        margin-top: 30px;
        margin-bottom: 25px;
    }

    .form-content .form-button .ibtn {
        border-radius: 6px;
        border: 0;
        padding: 6px 28px;
        background-color: #fff;
        color: #29A4FF;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        cursor: pointer;
        margin-right: 10px;
        outline: none;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
    }

    .form-content .form-button .ibtn.ibtn-full {
        width: 100%;
    }

    .form-content .form-button .ibtn:last-child {
        margin-right: 0;
    }

    .form-content .form-button .ibtn:hover,
    .form-content .form-button .ibtn:focus {
        -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
        box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
    }

    .form-content .form-button .ibtn.less-padding {
        padding: 6px 15px !important;
    }

    .form-content .form-button .ibtn.extra-padding {
        font-size: 16px;
        padding: 10px 32px;
    }

    .form-content .form-button a {
        font-size: 13px;
        font-weight: 700;
        color: #fff;
    }

    .form-content .form-button.full-width {
        margin-top: 15px;
    }

    .form-content .form-button.full-width .ibtn {
        width: 100%;
    }

    .form-content .btn {
        border-radius: 6px;
        padding: 6px 28px;
        font-size: 14px;
        font-weight: 700;
        margin-right: 10px;
        border: 0;
    }

    .form-content .btn.btn-light {
        color: #B0C2D0;
    }

    .form-content .btn.btn-light:hover,
    .form-content .btn.btn-light:focus {
        color: #a0b6c6;
    }

    .form-content .btn :last-child {
        margin-right: 0;
    }

    .form-content form {
        margin-bottom: 30px;
    }

    .form-content .other-links span {
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        margin-right: 20px;
    }

    .form-content .other-links a {
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        margin-right: 10px;
    }

    .form-content .other-links a:last-child {
        margin-right: 0;
    }

    .form-content .other-links a i {
        display: inline-block;
        width: 25px;
        height: 25px;
        background-color: #000;
        color: #fff;
        border-radius: 25px;
        text-align: center;
        padding-top: 5px;
        font-size: 15px;
        margin: 0 5px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .form-content .other-links a i[class*=fa-twitter] {
        background-color: #00aced;
    }

    .form-content .other-links a i[class*=fa-facebook] {
        background-color: #3b5998;
    }

    .form-content .other-links a i[class*=fa-youtube] {
        background-color: #bb0000;
    }

    .form-content .other-links a i[class*=fa-google] {
        background-color: #dd4b39;
    }

    .form-content .other-links a i[class*=fa-linkedin] {
        background-color: #007bb6;
    }

    .form-content .other-links a i[class*=fa-instagram] {
        background-color: #517fa4;
    }

    .form-content .other-links a i:hover,
    .form-content .other-links a i:focus {
        opacity: 0.8;
    }

    .form-content.form-sm input,
    .form-content.form-sm .dropdown-toggle.btn-default {
        padding: 6px 16px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .form-content.form-sm textarea {
        padding: 6px 16px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .form-content.form-sm .form-button .ibtn {
        padding: 4px 28px;
    }

    .form-content.form-sm .btn {
        padding: 4px 28px;
    }

    .form-content .form-sent {
        position: absolute;
        text-align: center;
        opacity: 0;
        pointer-events: none;
        z-index: 1;
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: scale(0.7) translateX(200px);
        -moz-transform: scale(0.7) translateX(200px);
        -ms-transform: scale(0.7) translateX(200px);
        transform: scale(0.7) translateX(200px);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .form-content .form-sent.show-it {
        opacity: 1;
        pointer-events: all;
        z-index: 2;
        -webkit-transform: scale(1) translateX(0);
        -moz-transform: scale(1) translateX(0);
        -ms-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0);
    }

    .form-content .form-sent.show-it .tick-holder .tick-icon {
        -webkit-animation: tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
        -moz-animation: tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
        -ms-animation: tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
        animation: tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
    }

    .form-content .form-sent.show-it .tick-holder .tick-icon:before {
        -webkit-animation: tick-anime1 0.2s linear 0.2s forwards;
        -moz-animation: tick-anime1 0.2s linear 0.2s forwards;
        -ms-animation: tick-anime1 0.2s linear 0.2s forwards;
        animation: tick-anime1 0.2s linear 0.2s forwards;
    }

    .form-content .form-sent.show-it .tick-holder .tick-icon:after {
        -webkit-animation: tick-anime2 0.4s ease 0.4s forwards;
        -moz-animation: tick-anime2 0.4s ease 0.4s forwards;
        -ms-animation: tick-anime2 0.4s ease 0.4s forwards;
        animation: tick-anime2 0.4s ease 0.4s forwards;
    }

    .form-content .form-sent .tick-holder {
        text-align: center;
        margin-bottom: 12px;
    }

    .form-content .form-sent .tick-holder .tick-icon {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        background-color: rgba(255, 255, 255, 0);
        -webkit-transform: rotate(35deg) scale(2);
        -moz-transform: rotate(35deg) scale(2);
        -ms-transform: rotate(35deg) scale(2);
        transform: rotate(35deg) scale(2);
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }

    .form-content .form-sent .tick-holder .tick-icon:before {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 10px;
        height: 2px;
        top: 28px;
        left: 14px;
        border-radius: 2px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }

    .form-content .form-sent .tick-holder .tick-icon:after {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 2px;
        height: 20px;
        top: 9px;
        left: 22px;
        border-radius: 2px;
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
    }

    .form-content .form-sent h3 {
        text-align: center;
        color: #fff;
    }

    .form-content .form-sent p {
        text-align: center;
        color: #fff;
        font-size: 15px;
        opacity: 0.8;
        margin-bottom: 20px;
    }

    .form-content .form-sent .info-holder {
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        padding: 10px;
        margin-top: 60px;
    }

    .form-content .form-sent .info-holder span {
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        opacity: 0.6;
    }

    .form-content .form-sent .info-holder a {
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        opacity: 0.9;
    }

    .form-content .hide-it {
        opacity: 0;
        z-index: 1;
        pointer-events: none;
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: scale(0.7) translateX(-200px);
        -moz-transform: scale(0.7) translateX(-200px);
        -ms-transform: scale(0.7) translateX(-200px);
        transform: scale(0.7) translateX(-200px);
    }

    .form-content .row {
        margin-right: -6px;
        margin-left: -6px;
    }

    .form-content .row.top-padding {
        padding-top: 30px;
    }

    .form-content .row.top-padding .form-button {
        margin-top: 0;
    }

    .form-content .row .col {
        padding-right: 6px;
        padding-left: 6px;
    }

    .input-with-ccicon {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .input-with-ccicon #ccicon {
        position: absolute;
        right: 0.6rem;
        top: 0.55rem;
        font-size: 1.6rem;
    }

    .input-with-ccicon #ccicon[class*=visa] {
        color: #3744a2;
    }

    .input-with-ccicon #ccicon[class*=amex] {
        color: #1d8bd4;
    }

    .input-with-ccicon #ccicon[class*=diners-club] {
        color: #1d72d4;
    }

    .input-with-ccicon #ccicon[class*=mastercard] {
        color: #e42613;
    }

    .input-with-ccicon #ccicon[class*=discover] {
        color: #ef940b;
    }

    .input-with-ccicon input {
        padding-right: 45px;
    }

    .nav-tabs {
        border-bottom: 0;
        margin-bottom: 2.2rem;
    }

    .nav-tabs .nav-item .nav-link {
        position: relative;
        border: 0;
        font-weight: 300;
        padding: 0.5rem 0;
        margin-right: 1.2rem;
        text-align: center;
        color: #000;
        background-color: transparent;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .nav-tabs .nav-item .nav-link:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -3px;
        width: 100%;
        height: 2px;
        background-color: #DEDEDE;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .nav-tabs .nav-item .nav-link.active {
        font-weight: 700;
    }

    .nav-tabs .nav-item .nav-link.active:before {
        height: 3px;
        background-color: #57D38C;
    }

    .form-subtitle {
        font-size: 19px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 1rem;
    }

    .inline-el-holder .inline-el {
        display: inline-block;
        margin-right: 1.3rem;
    }

    .rad-with-details {
        margin-bottom: 1rem;
    }

    .rad-with-details .more-info {
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        margin-top: 0.3rem;
    }

    .separator {
        border-top: 1px solid #C7C7C7;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    input.sm-content {
        max-width: 110px;
    }

    .form-body.on-top .website-logo {
        position: absolute;
    }

    .form-body.on-top .img-holder {
        display: block;
        position: relative;
        width: 100%;
        min-height: initial;
        height: initial;
        overflow: initial;
        padding: 40px;
    }

    .form-body.on-top .img-holder .info-holder.simple-info h3 {
        margin-bottom: 16px;
    }

    .form-body.on-top .img-holder .info-holder.simple-info p {
        margin-bottom: 10px;
    }

    .form-body.on-top .img-holder .info-holder.simple-info img {
        margin-bottom: 20px;
    }

    .form-body.on-top .form-holder {
        margin-left: 0;
    }

    @keyframes tick-anime1 {
        0% {
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0);
        }

        100% {
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1);
        }
    }

    @keyframes tick-anime2 {
        0% {
            -webkit-transform: scaleY(0);
            -moz-transform: scaleY(0);
            -ms-transform: scaleY(0);
            transform: scaleY(0);
        }

        100% {
            -webkit-transform: scaleY(1);
            -moz-transform: scaleY(1);
            -ms-transform: scaleY(1);
            transform: scaleY(1);
        }
    }

    @keyframes tick-anime3 {
        0% {
            background-color: rgba(255, 255, 255, 0);
            -webkit-transform: rotate(35deg) scale(2);
            -moz-transform: rotate(35deg) scale(2);
            -ms-transform: rotate(35deg) scale(2);
            transform: rotate(35deg) scale(2);
        }

        100% {
            background-color: rgba(255, 255, 255, 0.2);
            -webkit-transform: rotate(45deg) scale(1);
            -moz-transform: rotate(45deg) scale(1);
            -ms-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
        }
    }

    @keyframes c-tick-anime3 {
        0% {
            background-color: rgba(233, 253, 214, 0);
            -webkit-transform: rotate(35deg) scale(2);
            -moz-transform: rotate(35deg) scale(2);
            -ms-transform: rotate(35deg) scale(2);
            transform: rotate(35deg) scale(2);
        }

        100% {
            background-color: #E9FDD6;
            -webkit-transform: rotate(45deg) scale(1);
            -moz-transform: rotate(45deg) scale(1);
            -ms-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
        }
    }

    .alert {
        position: relative;
        padding: 6px 12px;
        border: 1px solid #000;
        color: #000000;
        font-size: 13px;
        font-weight: 700;
    }

    .alert a,
    .alert a.alert-link {
        font-weight: 700;
        color: #000000;
    }

    .alert p {
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 18px;
    }

    .alert.alert-primary {
        background-color: #e2f0ff;
        border-color: #3a86d6;
    }

    .alert.alert-primary hr {
        border-top-color: #3a86d6;
    }

    .alert.alert-secondary {
        background-color: #f0f0f0;
        border-color: #8e9396;
    }

    .alert.alert-secondary hr {
        border-top-color: #8e9396;
    }

    .alert.alert-success {
        background-color: #F7FFF0;
        border-color: #8CCB57;
    }

    .alert.alert-success hr {
        border-top-color: #8CCB57;
    }

    .alert.alert-danger {
        background-color: #FFFAFA;
        border-color: #F55050;
    }

    .alert.alert-danger hr {
        border-top-color: #F55050;
    }

    .alert.alert-warning {
        background-color: #fff8e1;
        border-color: #f1cb4b;
    }

    .alert.alert-warning hr {
        border-top-color: #f1cb4b;
    }

    .alert.alert-info {
        background-color: #dcedf1;
        border-color: #42bfdb;
    }

    .alert.alert-info hr {
        border-top-color: #42bfdb;
    }

    .alert.alert-light {
        background-color: #fefefe;
        border-color: #a7a4a4;
    }

    .alert.alert-light hr {
        border-top-color: #a7a4a4;
    }

    .alert.alert-dark {
        background-color: #d6d8d9;
        border-color: #525557;
    }

    .alert.alert-dark hr {
        border-top-color: #525557;
    }

    .alert.with-icon {
        padding-left: 32px;
    }

    .alert.with-icon[class*=alert-]:before {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-weight: 600;
        top: 7px;
        left: 7px;
        width: 20px;
        font-size: 12px;
        text-align: center;
    }

    .alert.with-icon.alert-primary:before {
        content: "\f12a";
        color: #3a86d6;
    }

    .alert.with-icon.alert-secondary:before {
        content: "\f12a";
        color: #8e9396;
    }

    .alert.with-icon.alert-success:before {
        content: "\f00c";
        color: #8CCB57;
    }

    .alert.with-icon.alert-danger:before {
        content: "\f071";
        color: #F55050;
    }

    .alert.with-icon.alert-warning:before {
        content: "\f06a";
        color: #f1cb4b;
    }

    .alert.with-icon.alert-info:before {
        content: "\f129";
        color: #42bfdb;
    }

    .alert.with-icon.alert-light:before {
        content: "\f12a";
        color: #a7a4a4;
    }

    .alert.with-icon.alert-dark:before {
        content: "\f12a";
        color: #525557;
    }

    .alert .close {
        color: #727272;
        font-size: 0.9rem;
        padding: 3px;
        outline: none;
    }

    .alert .close span {
        color: #727272;
    }

    .form-body.without-side .website-logo {
        top: 70px;
        left: 50%;
        margin-left: -50px;
        right: initial;
        bottom: initial;
        display: inline-block;
    }

    .form-body.without-side .website-logo-inside .logo {
        background-image: url("../images/logo-dark.svg");
    }

    .form-body.without-side .form-holder .form-content ::-webkit-input-placeholder {
        color: #000;
    }

    .form-body.without-side .form-holder .form-content :-moz-placeholder {
        color: #000;
    }

    .form-body.without-side .form-holder .form-content ::-moz-placeholder {
        color: #000;
    }

    .form-body.without-side .form-holder .form-content :-ms-input-placeholder {
        color: #000;
    }

    .form-body.without-side h3 {
        color: #000;
    }

    .form-body.without-side p {
        color: #000;
    }

    .form-body.without-side label {
        color: #000;
    }

    .form-body.without-side .img-holder {
        z-index: 0;
        width: 100%;
        overflow: hidden;
    }

    .form-body.without-side .img-holder .info-holder img {
        display: none;
        max-width: 534px;
        -webkit-animation: zoom-in-img 50s linear 0s infinite;
        -moz-animation: zoom-in-img 50s linear 0s infinite;
        -ms-animation: zoom-in-img 50s linear 0s infinite;
        animation: zoom-in-img 50s linear 0s infinite;
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .form-body.without-side .form-holder {
        margin-left: 0;
    }

    .form-body.without-side .form-holder .form-content {
        background-color: transparent;
    }

    .form-body.without-side .form-content {
        padding: 125px 60px 60px;
        -webkit-perspective: 800px;
        -moz-perspective: 800px;
        -ms-perspective: 800px;
        perspective: 800px;
    }

    .form-body.without-side .form-content .form-items {
        padding: 35px 30px;
        border-radius: 10px;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
    }

    .form-body.without-side .form-content .form-items form {
        margin-bottom: 0;
    }

    .form-body.without-side .form-content .form-items .other-links {
        margin-top: 38px;
        margin-bottom: 30px;
    }

    .form-body.without-side .form-content .form-items .other-links .text {
        font-size: 13px;
        font-weight: 300;
        color: #000;
        margin-bottom: 15px;
    }

    .form-body.without-side .form-content .form-items .other-links a {
        display: inline-block;
        padding: 5px;
        border-radius: 2px;
        color: #000;
        background-color: #F7F7F7;
    }

    .form-body.without-side .form-content .form-items .other-links a i {
        width: 18px;
        height: 18px;
        font-size: 9px;
        margin-left: 0;
    }

    .form-body.without-side .form-content .form-items .page-links {
        margin-bottom: 0;
    }

    .form-body.without-side .form-content .form-items .page-links a {
        font-weight: 700;
    }

    .form-body.without-side .form-content .form-items .page-links a:after {
        bottom: -3px;
    }

    .form-body.without-side .form-content .page-links a {
        color: #000;
    }

    .form-body.without-side .form-content .page-links a:after {
        background-color: rgba(222, 222, 222, 0.7);
    }

    .form-body.without-side .form-content .page-links a.active:after,
    .form-body.without-side .form-content .page-links a:hover:after,
    .form-body.without-side .form-content .page-links a:focus:after {
        background-color: #0092FE;
    }

    .form-body.without-side .form-content input,
    .form-body.without-side .form-content .dropdown-toggle.btn-default {
        border: 0;
        background-color: #F7F7F7;
        color: #000000;
    }

    .form-body.without-side .form-content input:hover,
    .form-body.without-side .form-content input:focus,
    .form-body.without-side .form-content .dropdown-toggle.btn-default:hover,
    .form-body.without-side .form-content .dropdown-toggle.btn-default:focus {
        border: 0;
        background-color: #eaeaea;
        color: #000000;
    }

    .form-body.without-side .form-content textarea {
        background-color: #F7F7F7;
        border: 0;
        color: #000000;
    }

    .form-body.without-side .form-content textarea:hover,
    .form-body.without-side .form-content textarea:focus {
        border: 0;
        background-color: #eaeaea;
        color: #000000;
    }

    .form-body.without-side .form-content input[type=checkbox]:not(:checked)+label,
    .form-body.without-side .form-content input[type=checkbox]:checked+label,
    .form-body.without-side .form-content input[type=radio]:not(:checked)+label,
    .form-body.without-side .form-content input[type=radio]:checked+label {
        color: #000;
    }

    .form-body.without-side .form-content input[type=checkbox]:checked+label,
    .form-body.without-side .form-content input[type=radio]:checked+label {
        color: #000;
    }

    .form-body.without-side .form-content input[type=checkbox]:checked+label:before,
    .form-body.without-side .form-content input[type=radio]:checked+label:before {
        background: #000;
        border: 0px solid #000;
    }

    .form-body.without-side .form-content input[type=checkbox]:not(:checked)+label:before,
    .form-body.without-side .form-content input[type=radio]:not(:checked)+label:before {
        background: transparent;
        border: 2px solid #000;
    }

    .form-body.without-side .form-content input[type=checkbox]:not(:checked)+label:after,
    .form-body.without-side .form-content input[type=checkbox]:checked+label:after {
        color: #fff;
    }

    .form-body.without-side .form-content input[type=radio]:not(:checked)+label:after,
    .form-body.without-side .form-content input[type=radio]:checked+label:after {
        background-color: #fff;
    }

    .form-body.without-side .form-content .custom-options input[type=checkbox]:not(:checked)+label,
    .form-body.without-side .form-content .custom-options input[type=checkbox]:checked+label,
    .form-body.without-side .form-content .custom-options input[type=radio]:not(:checked)+label,
    .form-body.without-side .form-content .custom-options input[type=radio]:checked+label {
        color: #606060;
        background-color: #F7F7F7;
    }

    .form-body.without-side .form-content .custom-options input[type=checkbox]:checked+label,
    .form-body.without-side .form-content .custom-options input[type=radio]:checked+label {
        color: #fff;
        background-color: #57D38C;
        -webkit-box-shadow: 0 3px 8px rgba(74, 230, 142, 0.35);
        box-shadow: 0 3px 8px rgba(74, 230, 142, 0.35);
    }

    .form-body.without-side .form-content .form-button {
        margin-bottom: 0;
    }

    .form-body.without-side .form-content .form-button .ibtn {
        background-color: #29A4FF;
        color: #fff;
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
    }

    .form-body.without-side .form-content .form-button .ibtn:hover,
    .form-body.without-side .form-content .form-button .ibtn:focus {
        -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
        box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
    }

    .form-body.without-side .form-content .form-button a {
        font-weight: 300;
        color: #000;
    }

    .form-body.without-side .form-content .form-sent {
        padding: 35px 30px;
        border-radius: 10px;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }

    .form-body.without-side .form-content .form-sent.show-it {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    .form-body.without-side .form-content .form-sent .tick-holder .tick-icon {
        -webkit-animation: c-tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
        -moz-animation: c-tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
        -ms-animation: c-tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
        animation: c-tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
        background-color: rgba(233, 253, 214, 0);
    }

    .form-body.without-side .form-content .form-sent .tick-holder .tick-icon:before {
        background-color: #8CCB57;
    }

    .form-body.without-side .form-content .form-sent .tick-holder .tick-icon:after {
        background-color: #8CCB57;
    }

    .form-body.without-side .form-content .form-sent h3 {
        color: #000;
    }

    .form-body.without-side .form-content .form-sent p {
        color: #000;
    }

    .form-body.without-side .form-content .form-sent .info-holder {
        border-top: 1px solid rgba(0, 0, 0, 0.5);
    }

    .form-body.without-side .form-content .form-sent .info-holder span {
        color: #000;
    }

    .form-body.without-side .form-content .form-sent .info-holder a {
        color: #000;
    }

    .form-body.without-side .form-content .hide-it {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    @keyframes zoom-in-img {
        0% {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

        50% {
            -webkit-transform: scale(1.15);
            -moz-transform: scale(1.15);
            -ms-transform: scale(1.15);
            transform: scale(1.15);
        }

        100% {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }
    }

    .type-animation>* {
        position: relative;
        margin: 0 auto;
        white-space: nowrap;
        overflow: hidden;
    }

    .type-animation>*:before {
        position: absolute;
        content: "";
        bottom: 0;
        right: 0;
        -webkit-transform-origin: top right;
        -moz-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        width: 1rem;
        height: 0.3rem;
        background-color: #44C97D;
        animation: caret 0.75s step-end infinite, typing-caret 1.5s steps(40, end);
        z-index: 2;
    }

    .type-animation>*:after {
        position: absolute;
        content: "";
        width: 0%;
        height: 100%;
        top: 0;
        right: 0;
        background-color: #2B363E;
        animation: typing 1.5s steps(40, end);
        z-index: 1;
    }

    @keyframes typing {
        0% {
            width: 100%;
        }

        100% {
            width: 0;
        }
    }

    @keyframes typing-caret {
        0% {
            right: 100%;
        }

        100% {
            right: 0;
        }
    }

    @keyframes caret {

        0%,
        100% {
            background-color: transparent;
        }

        50% {
            background-color: #44C97D;
        }
    }

    /* -----------------------------------
            2 - Responsive Styles
        ------------------------------------*/

    @media (max-width: 992px) {
        .img-holder {
            display: none;
        }

        .form-holder {
            margin-left: 0;
        }

        .form-holder .form-content {
            padding: 125px 60px 60px;
        }

        .form-body.on-top .form-holder .form-content,
        .form-body.on-top-mobile .form-holder .form-content {
            padding: 60px;
        }

        .website-logo {
            position: relative;
            top: 50px;
            left: 50px;
            right: initial;
            bottom: initial;
        }

        .website-logo .logo {
            background-image: url("../images/logo-light.svg");
        }

        .form-body.without-side .img-holder {
            display: inline-block;
        }

        .form-body.without-side .website-logo .logo {
            background-image: url("../images/logo-light.svg");
        }

        .form-body.without-side .form-holder .form-content {
            padding: 125px 30px 60px;
        }

        .form-body.on-top-mobile .website-logo {
            position: absolute;
        }

        .form-body.on-top-mobile .img-holder {
            display: block;
            position: relative;
            width: 100%;
            min-height: initial;
            height: initial;
            overflow: initial;
            padding: 40px;
        }

        .form-body.on-top-mobile .img-holder .info-holder.simple-info h3 {
            margin-bottom: 16px;
        }

        .form-body.on-top-mobile .img-holder .info-holder.simple-info p {
            margin-bottom: 10px;
        }

        .form-body.on-top-mobile .img-holder .info-holder.simple-info img {
            margin-bottom: 20px;
        }

        .form-body.on-top-mobile .form-holder {
            margin-left: 0;
        }
    }

    @media (max-width: 768px) {
        .container-custom-padding>.row>[class^=col] {
            padding-left: 0.4rem;
            padding-right: 0.4rem;
        }

        .container-custom-padding>.row>[class^=col]:first-child {
            padding-left: 0.4rem;
        }

        .container-custom-padding>.row>[class^=col]:last-child {
            padding-right: 0.4rem;
        }
    }

    @media (max-width: 575px) {

        .form-body.on-top .img-holder,
        .form-body.on-top-mobile .img-holder {
            padding: 90px 40px 40px;
        }

        .form-content .row.top-padding .form-button {
            text-align: left !important;
            margin-top: 30px;
        }
    }


    .icon-container {
        overflow-x: clip;
        position: absolute;
        width: 100vw;
        z-index: 999;
        margin-top: 79px;
        top: 38px;
        height: 20vh;
        opacity: 0.5;
    }

    .moving-icon {
        position: absolute;
        width: 32px;
        /* Adjust the size as needed */
    }

    @keyframes move-right {
        0% {
            transform: translateX(-50px);
        }

        100% {
            transform: translateX(100vw);
        }
    }

    @keyframes move-left {
        0% {
            transform: translateX(100vw);
        }

        100% {
            transform: translateX(-50px);
        }
    }

    @keyframes move-down {
        0% {
            transform: translateY(-50px);
        }

        100% {
            transform: translateY(100vh);
        }
    }

    @keyframes move-up {
        0% {
            transform: translateY(100vh);
        }

        100% {
            transform: translateY(-50px);
        }
    }

    .img-overlay {
        position: relative;
    }

    .img-overlay::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.842), rgba(0, 0, 0, 0.815));
        z-index: 0;
    }

    /* 

    /* banner section start */

    .banner_section {
        width: 100%;
        float: left;
        padding: 90px 0px;
    }

    .banner_taital_main {
        width: 43%;
        padding: 40px 0px;
        float: left;
    }

    .banner_taital_main_img img {
        max-width: 80% !important;
        position: absolute;
        height: 300px;
    }

    .banner_taital {
        width: 300%;
        float: left;
        font-size: 60px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        padding-bottom: 0px;
        line-height: 70px;
        font-family: 'Poppins', sans-serif;
    }

    .banner_text {
        width: 200%;
        float: left;
        font-size: 16px !important;
        color: #fff !important;
        margin-left: 0px;
        font-family: 'Poppins', sans-serif;
    }

    .btn_main {
        width: 100%;
        display: flex;
    }

    .started_text {
        width: 180px;
        margin-right: 20px;
        margin-top: 30px;
    }

    .started_text a {
        width: 100%;
        float: left;
        padding: 10px 10px;
        color: #fff;
        background-color: #0b0b0b;
        text-align: center;
        font-size: 16px !important;
        border-radius: 40px;
    }

    .started_text a:hover {
        color: #ffffff;
        background-color: #1589f0;
    }

    .started_text.active a {
        color: #ffffff;
        background-color: #1589f0;
    }

    #my_slider a.carousel-control-prev {
        left: 30px;
        top: 180px;
        right: 0px;
    }

    #my_slider a.carousel-control-next {
        right: 0px;
        top: 120px;
        left: 30px;
        font-size: 20px;
        color: #ffffff;
        background-color: #1589f0;
    }

    #my_slider .carousel-control-next,
    #my_slider .carousel-control-prev {
        width: 30px;
        height: 30px;
        background: #ffffff;
        opacity: 1;
        font-size: 20px;
        color: #070606;
        border-radius: 50px;
    }

    #my_slider .carousel-control-next:focus,
    #my_slider .carousel-control-next:hover,
    #my_slider .carousel-control-prev:focus,
    #my_slider .carousel-control-prev:hover {
        color: #ffffff;
        background-color: #1589f0;
    }

    .banner-sections {
        width: 100%;
        float: left;
        background-image: linear-gradient(rgba(0, 0, 0, 0.884), #0070f84d), url(../img/banners.jpg);
        height: 100vh;
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    /* banner section end */

    /* page banner style */
    .about-banner {
        width: 100%;
        background-position: center;
        background-size: cover;
        background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url(../img/about-banner.jpg);
    }

    .contact-banners {
        width: 100%;
        background-position: center;
        background-size: cover;
        background-image: linear-gradient(rgba(0, 0, 0, 0.281), rgba(0, 0, 0, 0.308)), url(../img/contact-banner-1.png);
    }

    .single-page-title-area {
        padding: 100px 0 90px;
        position: relative;
        z-index: 1;
        background-size: cover;
        background-position: center;
        float: left;
        width: 100%;
    }

    .single-page-title {
        margin-top: 20px;
        text-align: left;
    }
    .single-page-title-about h2
    {
        position: relative;
        top: -60px;
        color: #000 !important;
    }
    .single-page-title-works h2
    {
        margin-left:50px;
         margin-top: 20px;
        text-align: left;
        position: relative;
        top: -60px;
        color: #000 !important;
    }
    .single-page-title2 {
        margin-top: 20px;
        text-align: center;
        margin-right: 250px;
    }

    .single-page-title h2 {
        margin-left: 109px;
        margin-top: -20px;
        font-size: 36px;
        color: #fff;
        display: inline-block;
        text-transform: uppercase;
        position: relative;
    }




    .single-page-title p {
        color: #fff;
        font-style: italic;
    }

    .single-page-title-area-bottom {
        float: left;
        width: 100%;
        background: #fff;
    }

    .single-page-title-area-bottom .breadcrumb {
        background: #fff;
        border-radius: 0;
        margin-bottom: 0;
        padding: 18px 0;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .single-page-title-area-bottom .breadcrumb-item a {
        margin-right:8px;
        color: #1589f0;
        font-weight: 700;
    }

    .single-page-title-area-bottom .breadcrumb-item {
        float: none;
        text-align: center;
        display: inline-block;
    }

    .single-page-title-area-bottom .breadcrumb-item+.breadcrumb-item::before {
        color: #333;
        content: "\eb8b";
        font-family: "icofont" !important;
        font-size: 16px;
    }

    .single-page-title-area-bottom .breadcrumb-item.active {
        color: #333;
    }

    /*
    * ----------------------------------------------------------------------------------------
    * 07. START COUNTER STYLE
    * ----------------------------------------------------------------------------------------
    */

    .single-counter h3 {
        color: #1589f0;
        font-size: 100px;
    }

    .single-counter p {
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .counter-wrapper .counter-wrapper-inner {
        border-right: 1px solid #777;
        border-bottom: 1px solid #777;
        padding: 25px 0;
    }

    .counter-wrapper .counter-wrapper-inner:nth-child(2) {
        border-right: none;
    }

    .counter-wrapper .counter-wrapper-inner:nth-child(3) {
        border-bottom: none;
    }

    .counter-wrapper .counter-wrapper-inner:nth-child(4) {
        border-right: none;
        border-bottom: none;
    }

    .counter-wrapper {
        position: relative;
    }

    .counter-wrapper:after {
        position: absolute;
        content: "";
        background-image: url(../img/plus.png);
        opacity: 0.3;
        height: 31px;
        width: 31px;
        top: 50%;
        left: 50%;
        margin-left: -16px;
        margin-top: -16px;
    }

    /*
    * ----------------------------------------------------------------------------------------
    * 07. END COUNTER STYLE
    * ----------------------------------------------------------------------------------------
    */


    .single-wcus-about {
        background-color: #fff;
        padding: 20px;
        box-shadow: 10px 0px 30px 0 #e7e7e763;
        float: left;
        border-radius: 20px;
        width: 100%;
    }

    .single-wcus-about:hover .single-wcus-about-icon {
        background-color: #333;
    }

    .single-wcus-about:hover .single-wcus-about-icon:before {
        border-bottom-color: #333;
    }

    .single-wcus-about:hover .single-wcus-about-icon:after {
        border-top-color: #333;
    }

    .single-wcus-about-icon {
        margin: 30px 0px 27px 0;
        position: relative;
        width: 70px;
        height: 38px;
        background-color: #0070f89d;
        -webkit-transition: all 1.5s ease .1s;
        -moz-transition: all 1.5s ease .1s;
        -ms-transition: all 1.5s ease .1s;
        -o-transition: all 1.5s ease .1s;
        transition: all 1.5s ease .1s;
        animation: rotate 8s linear infinite;
    }

    @keyframes rotate {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .single-wcus-about-icon:before,
    .single-wcus-about-icon:after {
        content: "";
        position: absolute;
        width: 0;
        border-left: 35px solid transparent;
        border-right: 35px solid transparent;
        -webkit-transition: all 1.5s ease .1s;
        -moz-transition: all 1.5s ease .1s;
        -ms-transition: all 1.5s ease .1s;
        -o-transition: all 1.5s ease .1s;
        transition: all 1.5s ease .1s;
    }

    .single-wcus-about-icon:before {
        bottom: 100%;
        border-bottom: 24px solid #0070f89d;
    }

    .single-wcus-about-icon:after {
        top: 100%;
        width: 0;
        border-top: 24px solid #0070f89d;
        left: 0;
    }

    .single-wcus-about-text {
        width: 100%;
        position: relative;
    }

    .single-wcus-about-text h5 {
        font-size: 25px;
    }

    .single-wcus-about-text::before {
        position: absolute;
        content: "";
        top: 117%;
        bottom: auto;
        height: 2px;
        width: 60px;
        background: #1589f0;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .single-wcus-about:hover .single-wcus-about-text:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }

    .single-wcus-about-icon i {
        color: #fff;
        font-size: 40px;
        padding: 13px;
        margin-bottom: 20px;
    }

    .single-wcus-about-icon i img {
        position: relative;
        z-index: 1;
        margin-left: -14px;
        margin-top: -42px;
    }

    .single-wcus-about-promo {
        box-shadow: 10px 5px 30px 0px #a0bcf1c5;
        background: #f5f5f5;
    }

    .single-wcus-about-promo1 {
        height: 100%;
        background: transparent;
    }

    .single-wcus-about-promo-inner {
        padding: 20px 30px;
    }

    .single-wcus-about-promo-inner p {
        margin: 18px 0;
    }

    .slider-wrapper {
        position: relative;
        max-width: 90rem;
        min-width: 480px;
        background: #fff;
        margin: 0 auto;
        overflow: hidden;
        box-shadow: 0 0 35px 20px #dde5ee;
    }

    .slider-wrapper .slider {
        position: relative;
        height: 27rem;
        padding: -6rem 0;
    }

    .slider-wrapper .slider::after {
        content: "";
        display: table;
        clear: both;
    }

    .slider-wrapper .slider .slide-wrapper {
        position: relative;
        display: block;
        width: 125%;
        height: 100%;
    }

    .slider-wrapper .slide-navigation__squares,
    .slider-wrapper .slide-navigation__txt {
        width: 10%;
        position: relative;
        float: left;
        overflow: hidden;
    }

    .slider-wrapper .slide-navigation__squares::after,
    .slider-wrapper .slide-navigation__txt::after {
        content: "";
        display: table;
        clear: both;
    }

    .slider-wrapper .slide-navigation__txt {
        display: block;
        z-index: 3;
        height: 100%;
    }

    .slider-wrapper .slide-navigation__txt::after {
        content: "";
        display: table;
        clear: both;
    }

    .slider-wrapper .slide-navigation__txt ul {
        margin: -31px 0px 0px 0px;
        list-style: none;
        padding: 0;
        position: absolute;
        display: table-cell;
        background-color: #007bff;
        width: 30rem;
        transform: rotate(90deg);
        transform-origin: 0;
        margin-left: calc(50% - 0.14rem);
    }

    .slider-wrapper .slide-navigation__txt ul::after {
        content: "";
        display: table;
        clear: both;
    }

    .slider-wrapper .slide-navigation__txt li {
        text-transform: uppercase;
        letter-spacing: 0.2rem;
        margin: 0 1.2rem;
        position: relative;
        float: left;
        font-size: 1.2rem;
        font-weight: 600;
        color: #a1a5b8;
    }

    .slider-wrapper .slide-navigation__txt li span {
        cursor: pointer;
        transition: all 0.5s ease;
        display: block;
    }

    .slider-wrapper .slide-navigation__txt li span.active {
        transform: scale(1.1, 1.1);
        color: #fff;
    }

    .slider-wrapper .slide-navigation__squares .squares-wrapper {
        position: absolute;
        margin-left: calc(50% - 0.4rem);
        bottom: 5rem;
        height: 4.6rem;
        overflow: hidden;
    }

    .slider-wrapper .slide-navigation__squares .squares-slider {
        position: relative;
        display: block;
        margin-top: -2.5rem;
        transform: translateY(-2.5rem);
    }

    .slider-wrapper .slide-navigation__squares .square {
        width: 0.6rem;
        height: 0.6rem;
        display: block;
        margin: 1.3rem 0;
        background: #a1a5b8;
    }

    .slider-wrapper .slide-navigation__squares .square.red {
        background: #fff;
    }

    .slider-wrapper .slides-container {
        position: relative;
        width: 80%;
        float: left;
        height: 100%;
    }

    .slider-wrapper .slide {
        position: absolute;
        display: block;
        width: 250%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        z-index: 1;
    }

    .slider-wrapper .slide .active {
        opacity: 1;
        visibility: visible;
    }

    .slider-wrapper .slide1 {
        width: 100%;
        height: 70vh;
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-image: url(../img/banner-1.jpg);
    }

    .slider-wrapper .slide2 {
        width: 100%;
        height: 70vh;
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-image: url(../img/banner-2.jpg);
    }

    .slider-wrapper .slide3 {
        width: 100%;
        height: 70vh;
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-image: url(../img/banner-3.jpg);
    }

    .slider-wrapper .slide4 {
        width: 100%;
        height: 70vh;
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-image: url(../img/banner-4.jpg);
    }

    .slider-wrapper .slide img {
        max-width: 100%;
        display: block;
        height: 100%;
        margin-top: -281px;
        object-fit: contain;
    }

    .slider-wrapper .slide .slide-content {
        position: absolute;
        width: 68%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 5rem 5.8rem;
        overflow: hidden;
    }

    .slider-wrapper .slide .slide-content h1 {
        text-transform: uppercase;
        color: #ffffff78;
        font-weight: 900;
        font-size: 5rem;
        text-align: left;
        position: relative;
        top: -67px;
        opacity: 0.6;
        position: relative;
    }

    .slider-wrapper .slide .slide-content h2 {
        color: #fff;
        font-size: 4.2rem;
        max-width: 85%;
        margin: 0;
        margin-top: -8rem;
        font-weight: 900;
        line-height: 1;
        position: relative;
    }

    .slider-wrapper .slide .slide-txt {
        position: relative;
        display: block;
        width: 100%;
        margin-top: 6rem;
    }

    .slider-wrapper .slide .slide-txt::after {
        content: "";
        display: table;
        clear: both;
    }

    .slider-wrapper .slide .slide-txt p {
        margin: -74px 0px 0px 0px;
        max-width: 77%;
        color: #fff;
        font-size: 1.2rem;
        line-height: 1.4;
        float: left;
    }

    .slider-wrapper .slide .slide-txt button {
        display: block;
        float: right;
        width: 18rem;
        text-align: center;
        background: transparent;
        background-color: transparent;
        border: 0.28rem solid #fff;
        text-transform: uppercase;
        padding: 0.8rem 0.5rem;
        font-size: 1.5rem;
        color: #fff;
        font-weight: 600;
        letter-spacing: 0.2rem;
        outline: none;
        overflow: hidden;
    }

    .client-section-padding {
        padding: 50px 0;
        position: relative;
        float: left;
        width: 100%;
    }

    /* call to section */

    .calltoaction-padding {
        padding: 50px 0;
        position: relative;
        float: left;
        width: 100%;
    }

    .calltoaction-two-wrap h4,
    .calltoaction-two-wrap p {
        color: #fff;
    }

    .btn-border-3 {
        padding: 10px;
        color: #fff;
        border: 2px solid #fff;
    }

    .btn-border-3:before {
        border-color: #333;
        background: #fff;
    }

    .btn-border-3:hover,
    .btn-border-3:focus {
        color: #333;
    }

    /*
    * ----------------------------------------------------------------------------------------
    * 15. END CLIENT STYLE
    * ----------------------------------------------------------------------------------------
    */

    /* button  */
    .custom-btn {
        width: 130px;
        height: 40px;
        color: #fff;
        border-radius: 5px;
        padding: 10px 25px;
        font-family: 'Lato', sans-serif;
        font-weight: 500;
        background: transparent;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
            7px 7px 20px 0px rgba(0, 0, 0, .1),
            4px 4px 5px 0px rgba(0, 0, 0, .1);
        outline: none;
    }

    /* 6 */
    .btn-6 {
        background: rgb(247, 150, 192);
        background: radial-gradient(circle, rgba(247, 150, 192, 1) 0%, rgba(118, 174, 241, 1) 100%);
        line-height: 42px;
        padding: 0;
        border: none;
    }

    .btn-6 span {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

    .btn-6 span:hover {
        color: #1558f0;
        position: absolute;
    }

    .btn-6:before,
    .btn-6:after {
        position: absolute;
        content: "";
        height: 0%;
        width: 1px;
        box-shadow:
            -1px -1px 20px 0px rgba(255, 255, 255, 1),
            -4px -4px 5px 0px rgba(255, 255, 255, 1),
            7px 7px 20px 0px rgba(0, 0, 0, .4),
            4px 4px 5px 0px rgba(0, 0, 0, .3);
    }

    .btn-6:before {
        right: 0;
        top: 0;
        transition: all 500ms ease;
    }

    .btn-6:after {
        left: 0;
        bottom: 0;
        transition: all 500ms ease;
    }

    .btn-6:hover {
        background: transparent;
        color: #1589f0;
        box-shadow: none;
    }

    .btn-6:hover:before {
        transition: all 500ms ease;
        height: 100%;
    }

    .btn-6:hover:after {
        transition: all 500ms ease;
        height: 100%;
    }

    .btn-6 span:before,
    .btn-6 span:after {
        position: absolute;
        content: "";
        box-shadow:
            -1px -1px 20px 0px rgba(255, 255, 255, 1),
            -4px -4px 5px 0px rgba(255, 255, 255, 1),
            7px 7px 20px 0px rgba(0, 0, 0, .4),
            4px 4px 5px 0px rgba(0, 0, 0, .3);
    }

    .btn-6 span:before {
        left: 0;
        top: 0;
        width: 0%;
        height: .5px;
        transition: all 500ms ease;
    }

    .btn-6 span:after {
        right: 0;
        bottom: 0;
        width: 0%;
        height: .5px;
        transition: all 500ms ease;
    }

    .btn-6 span:hover:before {
        width: 100%;
    }

    .btn-6 span:hover:after {
        width: 100%;
    }


    /* 5 */
    .btn-5 {
        width: 130px;
        height: 40px;
        line-height: 42px;
        padding: 0;
        border: none;
        background: rgb(255, 27, 0);
        background: linear-gradient(0deg, #1589f0 0%, #1589f0 100%);
    }

    .btn-5:hover {
        color: #1589f0;
        background: transparent;
        box-shadow: none;
    }

    .btn-5:before,
    .btn-5:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 2px;
        width: 0;
        background: #1589f0;
        box-shadow:
            -1px -1px 5px 0px #fff,
            7px 7px 20px 0px #0003,
            4px 4px 5px 0px #0002;
        transition: 400ms ease all;
    }

    .btn-5:after {
        right: inherit;
        top: inherit;
        left: 0;
        bottom: 0;
    }

    .btn-5:hover:before,
    .btn-5:hover:after {
        width: 100%;
        transition: 800ms ease all;
    }

    /* 5 */
    .btn-6 {
        width: 130px;
        height: 40px;
        line-height: 42px;
        padding: 0;
        border: none;
        background: linear-gradient(0deg, #1589f0 0%, #1589f0 100%);
    }

    .btn-6:hover {
        color: #1558f0;
        background: transparent;
        box-shadow: none;
    }

    .btn-6:before,
    .btn-6:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 2px;
        width: 0;
        background: #fff;
        box-shadow:
            -1px -1px 5px 0px #007bb6,
            7px 7px 20px 0px #0003,
            4px 4px 5px 0px #0002;
        transition: 400ms ease all;
    }

    .btn-6:after {
        right: inherit;
        top: inherit;
        left: 0;
        bottom: 0;
    }

    .btn-6:hover:before,
    .btn-6:hover:after {
        width: 100%;
        transition: 800ms ease all;
    }

    #container {
        width: 95%;
        max-width: 800px;
        height: 500px;
        position: relative;
        border-radius: 20px;
        box-shadow: 0 14px 28px -10px rgba(0, 0, 0, .1), 0 10px 10px -10px rgba(0, 0, 0, .02);
        transform-style: preserve-3d;
    }

    #container>div {
        position: absolute;
        width: 50%;
        min-width: 350px;
        height: 100%;
        top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .content {
        width: 100%;
        padding: 2em 4em;
        text-align: center;
    }

    .content p {
        font-size: 1.4em;
    }

    .login {
        left: 0;
        background: #fafafa;
        border-radius: 20px 0 0 20px;
    }

    .login button {
        border-radius: 0px;
        width: 100%;
    }

    .login svg {
        margin: 1em;
        stroke: #999;
    }

    .register {
        right: 0;
        z-index: 1;
        border-radius: 0 20px 20px 0;
        background: #fafafa;
    }

    .register button {
        border-radius: 0px;
        width: 100%;
    }

    .register svg {
        margin: 1em;
        stroke: #999;
    }

    .page {
        right: 0;
        color: #fff;
        border-radius: 0 20px 20px 0;
        transform-origin: left center;
        transition: animation 1s linear;
    }

    .page button {
        border-color: #fff;
        background: transparent;
    }

    .page p {
        margin: 2em auto;
    }

    .front {
        background: linear-gradient(-45deg, #ffcf00 0%, #fc4f4f 100%) no-repeat 0 0 / 200%;
        z-index: 3;
    }

    .back {
        background: linear-gradient(135deg, #fc4f4f 0%, #ffcf00 100%) no-repeat 0 0 / 200%;
        z-index: 2;
    }

    .back .content {
        transform: rotateY(180deg);
    }

    .active .front {
        animation: rot-front 0.6s ease-in-out normal forwards;
    }

    .active .back {
        animation: rot-back 0.6s ease-in-out normal forwards;
    }

    .close .front {
        animation: close-rot-front 0.6s ease-in-out normal forwards;
    }

    .close .back {
        animation: close-rot-back 0.6s ease-in-out normal forwards;
    }

    @keyframes rot-front {
        from {
            transform: translateZ(2px) rotateY(0deg);
        }

        to {
            transform: translateZ(1px) rotateY(-180deg);
        }
    }

    @keyframes close-rot-front {
        from {
            transform: translateZ(1px) rotateY(-180deg);
        }

        to {
            transform: translateZ(2px) rotateY(0deg);
        }
    }

    @keyframes rot-back {
        from {
            transform: translateZ(1px) rotateY(0deg);
        }

        to {
            transform: translateZ(2px) rotateY(-180deg);
        }
    }

    @keyframes close-rot-back {
        from {
            transform: translateZ(2px) rotateY(-180deg);
        }

        to {
            transform: translateZ(1px) rotateY(0deg);
        }
    }

    .active .register .content {
        animation: show 0.7s ease-in-out normal forwards;
    }

    .close .register .content {
        animation: hide 0.7s ease-in-out normal forwards;
    }

    .active .login .content {
        animation: hide 0.7s ease-in-out normal forwards;
    }

    .close .login .content {
        animation: show 0.7s ease-in-out normal forwards;
    }

    @keyframes show {
        from {
            opacity: 0;
            transform: scale(0.8);
        }

        to {
            opacity: 0.99;
            transform: scale(0.99);
        }
    }

    @keyframes hide {
        from {
            opacity: 0.99;
            transform: scale(0.99);
        }

        to {
            opacity: 0;
            transform: scale(0.8);
        }
    }

    @media (max-width:1200px) {
        #containers1 {
            width: 56%;
            /* border: solid 1px red; */
            display: flex;
            top: -8%;
        }

        #containers1 img {
            width: 68%;
            margin-left: -30px;
        }

        .banner-sections {
            height: 50vh;
        }
    }

    @media only screen and (max-width:1024px) {
        #containers1 {
            width: 80%;
            /* border: solid 1px red; */
            display: flex;
            top: 5%;
        }

        .single-wcus-icon {
            margin: -16px 19px 0 0;
        }
    }

    @media only screen and (max-width:768px) {
        .banner-sections {
            height: 49vh;
        }

        .single-wcus-icon {
            margin: -12px 19px 0 0;
        }

        .section.contact-us #contact {
            margin-left: 0px !important;
        }

        #containers1 {
            overflow: hidden;
            /* Ensure the image doesn't overflow the container */
            position: absolute;
            width: 80%;
            display: flex;
            top: -10%;
            justify-content: center;
            align-items: center;
            animation: moveUpDown 3s ease-in-out infinite;

        }

        /* hover effect */
        .button--effect:before,
        .button--effect:after {
            content: "";
            position: absolute;
            background: #1589f0;
            z-index: -2;
            /* Adjusted to ensure it's behind the button text */
        }

        .button--effect:before {
            top: -0.1rem;
            bottom: 100%;
            left: 0;
            right: 100%;
            margin-left: 20px;
            transition: bottom 0.3s 0.8s, left 0.5s 0.11s, right 0.5s 1.1s;
        }

        .button--effect:after {
            top: 100%;
            bottom: -0.1rem;
            left: 100%;
            margin-left: 20px;
            right: 0;
            transition: top 0.3s 0s, left 0.5s 0.3s, right 0.5s 0.3s;
        }

        .button--effect:hover:before {
            top: -0.1rem;
            bottom: 0;
            left: 0;
            margin-left: 20px;
            right: -0.1rem;
            transition: left 0.5s 0s, right 0.5s 0s, bottom 0.3s 0.5s;
        }

        .button--effect:hover:after {
            top: 0;
            bottom: -0.1rem;
            left: -0.1rem;
            margin-left: 20px;
            right: 0;
            transition: left 0.5s 0.8s, right 0.5s 0.8s, top 0.3s 1.3s;
        }

        .button {
            padding: 10px;
            background: #ffffff;
            position: relative;
            overflow: hidden;
            /* Ensure the pseudo-elements are contained within the button */
        }

        .header-area .main-nav ul {
            text-align: left;
            padding-left: 30px;
            /* background-color: red; */
        }

        .header-area .main-nav .nav li a:last-child {
            padding-left: 20px;
        }

        .header-area .main-nav .nav li a {
            width: fit-content;
        }

        .background-header .main-nav {
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
            border-radius: 0px 0px 25px 25px;
            width: 100%;
        }

        .background-header .main-nav .nav,
        .header-area .main-nav .nav {
            background-color: #fff;
        }

        .background-header .main-nav .nav li a,
        .header-area .main-nav .nav li a {
            line-height: 50px;
            height: 50px;
            font-weight: 400;
            color: #1e1e1e;

            background-color: #fff;
            /* border-radius: 0px 0px 25px 25px; */
        }

        .background-header .main-nav .nav li,
        .header-area .main-nav .nav li {
            background-color: #f1f0fe;
            height: 50px;
            border-radius: 0px 0px 25px 25px;
        }

        .header-area .main-nav .nav {
            height: auto;
            flex-basis: 100%;
        }

        .header-area .main-nav .logo {
            position: absolute;
            left: 30px;
            top: 0px;
        }

        .background-header .main-nav .logo {
            top: 0px;
        }

        .background-header .main-nav .border-button {
            top: 0px !important;
        }

        .header-area .main-nav .border-button {
            position: absolute;
            top: 15px;
            right: 70px;
        }

        .header-area.header-sticky .nav li a:hover,
        .header-area.header-sticky .nav li a.active {
            opacity: 1;
        }

        .header-area.header-sticky .nav li.search-icon a {
            width: 100%;
        }

        .header-area .nav li:last-child a {
            background-color: transparent !important;
            font-weight: 300 !important;
            text-transform: capitalize !important;
        }

        .header-area {
            padding: 0px 15px;
            height: 50px;
            box-shadow: none;
            text-align: center;
        }

        .header-area .container {
            padding: 0px;
        }

        .header-area .logo {
            margin-left: 0px;
        }

        .header-area .menu-trigger {
            display: block !important;
        }

        .header-area .main-nav .menu-trigger {
            position: absolute;
            top: 8px;
        }

        .header-area .main-nav {
            overflow: hidden;
        }

        .header-area .main-nav .nav {
            float: none;
            width: 100%;
            /* display: none; */
            -webkit-transition: all 0s ease 0s;
            -moz-transition: all 0s ease 0s;
            -o-transition: all 0s ease 0s;
            transition: all 0s ease 0s;
            margin-left: 0px;
        }

        .header-area .main-nav .nav li:first-child {
            border: none !important;
        }

        .header-area.header-sticky .nav {
            margin-top: 49px !important;
        }

        .background-header.header-sticky .nav {
            margin-top: 80px !important;
        }

        .header-area .main-nav .nav li {
            width: 100%;
            background: #fff;
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

        .sub-header {
            padding: 7px 0px 0px 0px;
            height: 46px;
        }

        .info {
            display: flex;
            margin-left: -56px;
            padding-left: 0.3rem;
            margin-bottom: -47px;
        }

        .sub-header ul.social-links {
            margin-right: -37px;
        }
    }


    @media (max-width: 767px) {}

    /* Responsive styles */
    @media (max-width: 768px) {
        .main-nav .nav {
            display: none;
            /* flex-direction: column; */
            width: 100%;
        }

        /* Keyframes for the pop-up animation */
        @keyframes popup {
            0% {
                opacity: 0;
                transform: scale(0.9);
            }

            100% {
                opacity: 1;
                transform: scale(1);
            }
        }

        /* Apply animation when active class is added */
        .active {
            display: block !important;
            opacity: 1;
            transform: scale(1);
            animation: popup 0.7s forwards;
        }

        .menu-trigger {
            display: block !important;
        }
    }


    textarea {
        outline: none;
        border: none
    }

    textarea:focus,
    input:focus {
        border-color: transparent !important
    }

    input:focus::-webkit-input-placeholder {
        color: transparent
    }

    input:focus:-moz-placeholder {
        color: transparent
    }

    input:focus::-moz-placeholder {
        color: transparent
    }

    input:focus:-ms-input-placeholder {
        color: transparent
    }

    textarea:focus::-webkit-input-placeholder {
        color: transparent
    }

    textarea:focus:-moz-placeholder {
        color: transparent
    }

    textarea:focus::-moz-placeholder {
        color: transparent
    }

    textarea:focus:-ms-input-placeholder {
        color: transparent
    }

    input::-webkit-input-placeholder {
        color: #adadad
    }

    input:-moz-placeholder {
        color: #adadad
    }

    input::-moz-placeholder {
        color: #adadad
    }

    input:-ms-input-placeholder {
        color: #adadad
    }

    textarea::-webkit-input-placeholder {
        color: #adadad
    }

    textarea:-moz-placeholder {
        color: #adadad
    }

    textarea::-moz-placeholder {
        color: #adadad
    }

    textarea:-ms-input-placeholder {
        color: #adadad
    }

    button {
        outline: none !important;
        border: none;
        background: 0 0
    }

    button:hover {
        cursor: pointer
    }

    iframe {
        border: none !important
    }

    .txt1 {
        font-family: "Nunito Sans", sans-serif;
        font-size: 14px;
        line-height: 1.5;
        color: #666
    }

    .txt2 {
        font-family: "Nunito Sans", sans-serif;
        font-size: 14px;
        line-height: 1.5;
        color: #333;
        text-transform: uppercase
    }

    .bg1 {
        background-color: #3b5998
    }

    .bg2 {
        background-color: #1da1f2
    }

    .bg3 {
        background-color: #ea4335
    }

    .limiter {
        width: 100%;
        margin: 0 auto
    }

    #account {
        display: none;
    }

    /* Modal container */
    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5);
    }

    /* Modal content */
    .modal-content {
        background-color: white;
        margin: 15% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
        max-width: 500px;
    }

    /* Close button */
    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

    .container-login100 {
        width: 100%;
        min-height: 100vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 15px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover
    }

    .wrap-login100 {
        margin-left: -15px;
        padding: 57px;
        width: 500px;
        background: transparent;
        border-radius: 10px;
        overflow: hidden;
    }

    .login100-form {
        width: 100%
    }

    .login100-form-title {
        display: block;
        font-family: "DM Serif Display", serif;
        font-size: 39px;
        color: #333;
        line-height: 1.2;
        text-align: center
    }

    .wrap-input100 {
        width: 100%;
        position: relative;
        border-bottom: 2px solid #d9d9d9
    }

    .label-input100 {
        font-family: "Nunito Sans", sans-serif;
        font-size: 14px;
        color: #333;
        line-height: 1.5;
        padding-left: 7px
    }

    .input100 {
        font-family: Poppins-Medium;
        font-size: 16px;
        color: #333;
        line-height: 1.2;
        display: block;
        width: 100%;
        height: 55px;
        background: 0 0;
        padding: 0 7px 0 43px
    }

    .focus-input100 {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none
    }

    .focus-input100::after {
        content: attr(data-symbol);
        font-family: Material-Design-Iconic-Font;
        color: #adadad;
        font-size: 22px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        height: calc(100% - 20px);
        bottom: 0;
        left: 0;
        padding-left: 13px;
        padding-top: 3px
    }

    .focus-input100::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        background: #7f7f7f;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s
    }

    .input100:focus+.focus-input100::before {
        width: 100%
    }

    .has-val.input100+.focus-input100::before {
        width: 100%
    }

    .input100:focus+.focus-input100::after {
        color: #007bb6
    }

    .has-val.input100+.focus-input100::after {
        color: #007bb6
    }

    .container-login100-form-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .wrap-login100-form-btn {
        width: 100%;
        display: block;
        position: relative;
        z-index: 1;
        border-radius: 25px;
        overflow: hidden;
        margin: 10px auto;
        box-shadow: 0 5px 30px 0 rgba(3, 216, 222, .2);
        -moz-box-shadow: 0 5px 30px 0 rgba(3, 216, 222, .2);
        -webkit-box-shadow: 0 5px 30px 0 rgba(3, 216, 222, .2);
        -o-box-shadow: 0 5px 30px 0 rgba(3, 216, 222, .2);
        -ms-box-shadow: 0 5px 30px 0 rgba(3, 216, 222, .2)
    }

    .login100-form-bgbtn {
        position: absolute;
        z-index: -1;
        width: 300%;
        height: 100%;
        background: #007bb6;
        background: -webkit-linear-gradient(right, #007bb6, #007bb6, #00dbde, #007bb6);
        background: -o-linear-gradient(right, #00dbde, #007bb6, #00dbde, #007bb6);
        background: -moz-linear-gradient(right, #00dbde, #007bb6, #00dbde, #007bb6);
        background: linear-gradient(right, #00dbde, #007bb6, #00dbde, #007bb6);
        top: 0;
        left: -100%;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s
    }

    .login100-form-btn {
        font-family: "Nunito Sans", sans-serif;
        font-size: 16px;
        color: #fff;
        line-height: 1.2;
        text-transform: uppercase;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        width: 100%;
        height: 50px
    }

    .wrap-login100-form-btn:hover .login100-form-bgbtn {
        left: 0
    }

    .validate-input {
        position: relative
    }

    .alert-validate::before {
        content: attr(data-validate);
        position: absolute;
        max-width: 70%;
        background-color: #fff;
        border: 1px solid #c80000;
        border-radius: 2px;
        padding: 4px 25px 4px 10px;
        bottom: calc((100% - 20px)/2);
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
        right: 2px;
        pointer-events: none;
        font-family: "Nunito Sans", sans-serif;
        color: #c80000;
        font-size: 13px;
        line-height: 1.4;
        text-align: left;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .4s;
        -o-transition: opacity .4s;
        -moz-transition: opacity .4s;
        transition: opacity .4s
    }

    .alert-validate::after {
        content: "\f06a";
        font-family: FontAwesome;
        display: block;
        position: absolute;
        color: #c80000;
        font-size: 16px;
        bottom: calc((100% - 20px)/2);
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
        right: 8px
    }

    .alert-validate:hover:before {
        visibility: visible;
        opacity: 1
    }

    @media(max-width:992px) {
        .alert-validate::before {
            visibility: visible;
            opacity: 1
        }
    }

    .flex-c-m {
        display: flex;
        justify-content: center;
    }

    .login100-social-item {
        font-size: 25px;
        color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin: 5px
    }

    .login100-social-item:hover {
        color: #fff;
        background-color: #333
    }

    @media(max-width:576px) {
        .wrap-login100 {
            padding-left: 15px;
            padding-right: 15px
        }
    }

    .features-container {
        position: relative;
        text-align: center;
        padding: 20px;
        /* background-color: white; */
        max-width: 1200px;
        margin: 0 auto;
        border-radius: 10px;
        /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    }

    .background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background-color: red; */
        border-radius: 10px;
        z-index: -1;
        clip-path: circle(50% at 50% 0%);
    }

    h1 {
        font-size: 2.5em;
        margin-bottom: 10px;
    }

    .features-text {
        margin-bottom: 20px;
        color: #777;
    }

    .features-card {
        height: 370px;
        background-color: white;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        /* padding: 20px; */
        text-align: center;
    }

    .features-card img {
        height: 100%;
        max-width: 100%;
        padding: 0;
        border-radius: 10px;
    }

    .features-card .icon img {
        width: 100px;
    }
    .icons img 
    {
        width: 56%;
    }
    .features-card h2 {
        font-size: 20px;
    }

    .features-card p {
        line-height: 23px;
    }

    .icon {
        font-size: 2em;
        margin-bottom: 10px;
    }

    .strategy {
        padding: 20px;
    }

    .strategy .icon::before {
        content: url('strategy-icon.png');
    }

    .development .icon::before {
        content: url('development-icon.png');
    }

    .operations .icon::before {
        content: url('operations-icon.png');
    }

    h2 {
        font-size: 1.5em;
        margin-bottom: 10px;
    }

    p {
        color: #777;
    }

    .mission-section {
        font-family: Arial, sans-serif;
        background: linear-gradient(to bottom, #4e4e5014, #2b2b2d12);
        margin: 0;
        padding: 0;
        color: white;
    }

    .main-mission {
        margin: auto 15%;
        flex-direction: column;
    }

    .container-infographic {
        max-width: 1200px;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: end;
        padding: 20px;
        position: relative;
        float: inline-end;
    }

    .title {
        font-size: 36px;
        margin-bottom: 40px;
        text-align: center;
    }

    .infographic {
        float: right;
        display: flex;
        width: 500px;
        align-items: center;
        margin-bottom: 30px;
        position: relative;
    }

    .infographic .number {
        font-size: 30px;
        font-weight: bold;
        margin-right: 20px;
        flex: 0 0 50px;
        position: relative;
        background-color: #2b2b2d;
        padding: 10px;
        border-radius: 10px;
        z-index: 1;
    }

    .infographic .number::after {
        content: "";
        display: block;
        width: 3px;
        height: 100%;
        background: #ffffff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
        z-index: -1;
    }

    .infographic:last-child .number::after {
        display: none;
    }

    .infographic .contents {
        display: flex;
        align-items: center;
        padding: 20px;
        height: 240px;
        border-radius: 10px;
        flex-grow: 1;
        position: relative;
        margin-left: -50px;
        z-index: 1;
    }

    .infographic .icon {
        font-size: 30px;
        margin-right: 20px;
    }

    .infographic .icon img {
        width: 70px;
    }

    .infographic .text {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .infographic .text h2 {
        color: #1e1e1e;
        margin-top: 0px;
        margin-bottom: 10px;
        font-weight: 600;
        font-family: "DM Serif Display", serif;
        font-size: 30px;
    }

    .infographic .text p {
        line-height: 23px;
        color: #2e2e2e;
        font-size: 17px;
        font-weight: 600;
        font-family: "Nunito Sans", sans-serif !important;
        flex: 0 0 50%;
        max-width: 85%;
    }

    .infographic-1 .contents {
        background-color: #0d6efd;
    }

    .infographic-2 .contents {

        margin-top: -40px;
        background-color: #fff;
    }

    .infographic-2 .text p,
    .infographic-2 .text h2 {
        color: #000;
    }

    .infographic-3 .contents {
        margin-top: -30px;
        background-color: #0d6efd;
    }

    .sample-text {
        writing-mode: vertical-rl;
        text-align: center;
        font-size: 44px;
        font-weight: bold;
        background-color: #34495e;
        padding: 14px;
        position: absolute;
        left: -43%;
        top: 50%;
        width: 15%;
        padding-right: 12px;
        height: 80%;
        z-index: 999;
        transform: translateY(-50%);
        border-radius: 10px;
    }

    .numbers {
        left: 34px;
        position: relative;
    }

    .number-1 {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        text-align: center;
        border-style: solid;
        border-width: 0px 309px 0px 14px;
        border-color: transparent #0d6efd transparent transparent;
        left: -594px;
        height: 76px;
        /* top: 192%; */
        margin-top: 240px;
        z-index: 91;
        position: absolute;
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        justify-content: center;
        padding: auto;

    }

    .number-2 {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0px 309px 0px 14px;
        border-color: transparent #fff transparent transparent;
        left: -594px;
        height: 76px;
        text-align: center;
        /* top: 192%; */
        margin-top: 310px;
        z-index: 91;
        position: absolute;
    }

    .number-3 {
        content: '';
        position: absolute;
        width: 0;
        text-align: center;
        height: 0;
        border-style: solid;
        border-width: 0px 309px 0px 14px;
        border-color: transparent #0d6efd transparent transparent;
        left: -594px;
        height: 76px;
        /* top: 192%; */
        margin-top: 380px;
        z-index: 91;
        position: absolute;
    }

    .number-1 span {
        font-weight: 800;
        font-size: 30px;
        padding-left: 145px;
    }

    .number-2 span {
        padding-left: 145px;
        position: relative;
        top: 11px;
        color: #000;
        font-weight: 800;
        font-size: 30px;
    }

    .number-3 span {
        position: relative;
        top: 11px;
        font-weight: 800;
        font-size: 30px;
        padding-left: 145px;
    }

    .contents::before,
    .contents::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;

    }

    .infographic-1 .contents::before {
        border-width: 165px 411px 177px 0px;
        border-radius: 0px 15px 0px 0px;

        border-color: transparent #0d6efd transparent transparent;
        left: -314px;
        height: 98px;
        top: 27%;
        z-index: -1;
        transform: rotate(-24deg);
    }

    .infographic-2 .contents::before {
        border-color: transparent #fff transparent transparent;
        border-radius: 0px 117px 0px 0px;
        border-width: 212px 387px 187px 0px;
        left: -363px;
        height: 98px;
        top: -25%;
        z-index: -1;
        transform: rotate(12deg);
    }

    .infographic-3 .contents::before {
        border-color: transparent #0d6efd transparent transparent;
        border-width: 179px 476px 80px 0px;
        border-radius: 0px 0px 47px 0px;
        left: -328px;
        height: 98px;
        z-index: -1;
        top: -49%;
        transform: rotate(37deg);

    }

    .infographic-1 .contents::after {
        border-width: 10px 10px 0 10px;
        border-color: #4fc1e9 transparent transparent transparent;
        left: 100%;
        top: 50%;
        transform: translateY(-50%);
    }

    .infographic-2 .contents::after {
        border-width: 10px 10px 0 10px;
        border-color: #fff transparent transparent transparent;
        left: 100%;
        top: 50%;
        transform: translateY(-50%);
    }

    .infographic-3 .contents::after {
        border-width: 10px 10px 0 10px;
        border-color: #0d6efd transparent transparent transparent;
        left: 100%;
        top: 50%;
        transform: translateY(-50%);
    }

    .features2_container {
        background-color: white;
        padding: 40px;
        max-width: 1100px;
        margin: 50px auto;
        border-radius: 15px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .left-column {
        padding: 20px;
    }

    .left-column h1 {
        font-size: 2.5em;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .left-column p {
        font-size: 1em;
        color: #777;
        margin-bottom: 30px;
    }

    .left-column .btn {
        background-color: #0d6efd;
        color: white;
        border-radius: 8px;
        padding: 10px 20px;
        font-weight: bold;
        border: none;
    }

    .right-column .features2_card {
        background-color: white;
        border: none;
        border-radius: 15px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
        margin-bottom: 20px;
    }

    .features2_card h2 {
        font-size: 1.25em;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .features2_card p {
        font-size: 0.9em;
        color: #777;
    }

    .features2_icon {
        font-size: 2em;
        color: #0d6efd;
        margin-bottom: 15px;
    }

    
    /* mission mobile view */
    .mission2-card {
        margin: 4rem auto;
        padding: 0;
        display: none;
        list-style-type: none;
    }

    .card {
        position: relative;
        display: block;
        height: 400px;
        border-radius: calc(var(--curve) * 1px);
        overflow: hidden;
        text-decoration: none;
    }

    .card__image {
        width: 100%;
        height: auto;
    }

    .card__overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        border-radius: calc(var(--curve) * 1px);
        background-color: var(--surface-color);
        transform: translateY(100%);
        transition: .2s ease-in-out;
    }

    .card:hover .card__overlay {
        transform: translateY(0);
    }

    .card__header {
        position: relative;
        display: flex;
        align-items: center;
        gap: 2em;
        padding: 2em;
        border-radius: 81px 0px 66px 0px;
        background-color: var(--surface-color);
        transform: translateY(-100%);
        transition: .2s ease-in-out;
    }

    .card__arc {
        width: 80px;
        height: 80px;
        position: absolute;
        bottom: 100%;
        right: 0;
        z-index: 1;
    }

    .card__arc path {
        fill: var(--surface-color);
        d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
    }

    .card:hover .card__header {
        transform: translateY(0);
    }

    .card__thumb {
        flex-shrink: 0;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .card__title {
        font-size: 2em;
        margin: 0 0 .3em;
        color: #1e1e1e;
        margin-top: 0px;
        margin-bottom: 0px;
        font-weight: 700;
        font-family: "DM Serif Display", serif;
        font-size: px;
    }

    .card__tagline {
        display: block;
        margin: 1em 0;
        font-family: "MockFlowFont";
        font-size: .8em;
        color: #0d6efd;
    }

    .card__status {
        font-size: 16px;
        color: #0d6efd;
    }

    .card__description {
        padding: 0 2em 2em;
        margin: 0;
        color: #000;
        font-family: "MockFlowFont";
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
  /*---------------------------------------
  TIMELINE              
-----------------------------------------*/
.timeline-section {
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/banners.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  
  .timeline-container .vertical-scrollable-timeline {
    list-style-type: none;
    position: relative;
    padding-left: 0;
  }
  
  .timeline-container .vertical-scrollable-timeline .list-progress {
    width: 8px;
    height: 87%;
    background-color: #fff;
    position: absolute;
    left: 52px;
    top: 0;
    overflow: hidden;
  }
  
  .timeline-container .vertical-scrollable-timeline .list-progress .inner {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color:#fff;
    width: 100%;
  }
  
  .timeline-container .vertical-scrollable-timeline li {
    position: relative;
    padding: 20px 0px 65px 145px;
  }
  
  .timeline-container .vertical-scrollable-timeline li:last-child {
    padding-bottom: 0;
  }
  
  .timeline-container .vertical-scrollable-timeline li p {
    line-height: 40px;
  }
  
  .timeline-container .vertical-scrollable-timeline li p:last-child {
    margin-bottom: 0;
  }
  
  .timeline-container .vertical-scrollable-timeline li .icon-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 104px;
    height: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1589f0;
    border-radius: 50%;
    z-index: 1;
    transition: 0.4s all;
  }
  
  .timeline-container .vertical-scrollable-timeline li .icon-holder::before {
    content: "";
    width: 80px;
    height: 80px;
    border: 4px solid #fff;
    position: absolute;
    background-color: var(--secondary-color);
    border-radius: 50%;
    z-index: -1;
    transition: 0.4s all;
  }
  
  .timeline-container .vertical-scrollable-timeline li .icon-holder i {
    font-size: 25px;
    color: #fff;
  }
  
  .timeline-container .vertical-scrollable-timeline li::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 8px;
    background-color: transparent;
    left: 52px;
    z-index: 0;
  }
  
  .timeline-container .vertical-scrollable-timeline li.active .icon-holder {
    background-color: red;
  }
  
  .timeline-container .vertical-scrollable-timeline li.active .icon-holder::before {
    background-color: red;
  }
  

  /* 
---------------------------------------------
Work Style
--------------------------------------------- 
*/

.works {
    position: relative;
    overflow: hidden;
  }
  
  .works .section-heading h5 {
    padding-right: 30px;
    color: #1e1e1e;
          margin-top: 0px;
          margin-bottom: 0px;
          font-weight: 700;
          font-family: "DM Serif Display", serif;
          font-size: 36px;
  }
  .works .section-heading h5 span
{
    font-weight: 700;
}
.work_section
{
    padding: 0px !important;
}
  
  .works::before {
    content: url(../img/TRIVECRAZE-HAPPY-CLIENT-DESIGN.png);
    top: 120px;
    left: 0;
    position: absolute;
    width: 844px;
    height: 714px;
    z-index: -1;
  }
  
  .works::after {
    content: url(../img/side-design.png);
    bottom: -150px;
    right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    position: absolute;
    width: 103px;
    height: 764px;
    z-index: -1;
  }
  
  .works .service-item {
    border: 1px solid #1589f0;
    border-radius: 23px;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
    transition: all .4s;
  }
  
  .works .service-item h4 {
    font-size: 20px;
    color: #2a2a2a;
    margin-top: 20px;
    line-height: 30px;
    transition: all .4s;
  }
  
  .works .service-item:hover {
    border-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  }
  
  .works .service-item:hover h4 {
    color: #1589f0;
  }
  
    /* 
    320px — 480px: Mobile devices
    481px — 768px: iPads, Tablets
    769px — 1024px: Small screens, laptops
    1025px — 1200px: Desktops, large screens
    1201px and more —  Extra large screens, TV */
    @media screen and (min-width: 320px) and (max-width: 480px) {
        * {
            max-width: 100%;

        }

        .image-style-wrapper .image-one {
            display: none;
        }

        #product .container .row {
            padding: 10px !important;
        }

        #containers1 img {
            display: none;
        }

        section.contact-us #contact {
            margin: 0px !important;
        }

        .contact-info:nth-child(1) {
            margin-bottom: 35px;
            margin-left: 0px;
            text-align: center;
        }

        .dk-footer {
            padding-bottom: 100px;
        }

        .dk-footer .contact-us.contact-us-last {
            padding-left: 157px !important;
        }

        img {
            max-width: 100%;
            height: auto;
        }

        .container {
            overflow: hidden;
        }

        .single-wcus-icon {
            margin: 36px 30px 0 0;
        }

        .single-wcus-text {
            margin-top: 30px;
        }

        .arrow-icon {
            top: 87px;
            width: 109%;
            height: 62%;
        }

        .arrow-icons {
            top: 87px;
            left: -2px;
            width: 109%;
            height: 62%;
        }

        .moving-icon {
            width: 30px !important;
        }

        .banner_taital_main_img {
            display: none !important;
        }

        .banner_taital_main {
            width: 100%;
        }

        .banner_taital {
            width: 100%;
            font-size: 40px;
            color: #fff;
            line-height: 40px;
        }

        .banner_text {
            width: 200%;
            float: left;
            font-size: 16px !important;
            color: #fff !important;
            margin-left: 0px;
            font-family: 'Poppins', sans-serif;
        }

        .banner-sections {
            height: 66vh;
        }

        .carousel-control-next,
        .carousel-control-prev {
            display: none !important;
        }

        .header-area .main-nav .nav li {
            width: 100%;
            background: #fff;
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

        .sub-header {
            padding: 7px 0px 0px 0px;
            height: 86px;
        }

        .sub-header ul.info {
            display: flex !important;
            justify-content: center;
            padding-left: 8.3rem;
            border: none;
            margin-top: -32px;
        }

        .sub-header ul.info li {
            border: none;
        }
        .footer-widget
        {
            padding-left: 80px;
        }
        /* carousel style */
        .slider-wrapper {
            min-width: 100%;
            max-width: 100%;
        }

        .slider-wrapper .slide3 {
            object-fit: cover;
            background-size: cover;
        }

        .slider-wrapper .slides-container {
            width: 100% !important;
        }

        .slider-wrapper .slide1,
        .slider-wrapper .slide2,
        .slider-wrapper .slide3,
        .slider-wrapper .slide4 {
            height: 35vh;
        }

        .slider-wrapper .slide .slide-content h2 {
            margin-top: 5px;
            margin-left: 6px !important;
            width: 53%;
            font-weight: 500;
            font-size: 23px;
        }

        .slider-wrapper .slide .slide-content {
            /* margin:6rem 4rem; */
            padding: 20px 0px;
            width: 100% !important;
        }

        .slider-wrapper .slide .slide-content h1 {
            font-size: 26px;
            top: 19px;
            margin-left: 4px;
        }

        .slider-wrapper .slider {
            height: 14rem;
        }

        .slider-wrapper .slide .slide-txt p {
            font-size: 14px;
        padding: 0px 5px;
        margin: -89px 0px 0px 8px;
        width: 66%;
        }

        .sub-header ul.social-links li a,
        .sub-header .info li i {
            font-size: 13px;
            width: 25px;
            height: 25px;
        }

        .sub-header ul.social-links li a i {

            position: relative;
            top: -3px;
            /* background-color: #000000; */
        }

        .sub-header ul.social-links {
            position: relative;
            margin-top: 15px;
            display: flex;
            justify-content: space-around;
            align-items: center;
        }

        .sub-header ul.info li i {
            position: relative;
            top: 1px;
            font-size: 12px;
        }

        .icon-container {
            display: none !important;
        }

        .single-page-title2 {
            margin-right: 0px;
        }
        .single-page-title-about h2
        {
            position: relative;
            top: -70px;
            color: #000 !important;
        }
        .single-page-title-works h2
        {
            width: 200px;
            position: relative;
            top: -70px;
            color: #000 !important;
        }
        .contact-banner {
            top: 20px;
            position: relative;
        }

        .contact-banner img {
            display: none;
        }

        section.map .info-item {
            margin-top: 20px !important;
        }

        .section-padding {
            margin-top: 0;
            padding: 0px;
        }

        .about-home {
            padding: 0 !important;
            margin-left: 26px;
        }

        .mission-section {
            display: none;
        }

        .single-page-title h2 {
            margin-left: 2px;
            font-size: 21px;
            color: #fff;
            display: inline-block;
            text-transform: uppercase;
            position: relative;
        }

        .mission2-card {
            display: block;
        }
        .misson_cards {
            height: 400px;
        }
        .works .section-heading
        {
            box-shadow: 10px 0px 30px #d1d1d157;
            border-radius: 5px;
            margin-bottom: 1rem;
            padding: 10px;
            background-color: #fff !important;
        }

    }

    @media screen and (min-width: 481px) and (max-width: 768px) {
        .sub-header {
            padding:19px 19px 10px 50px;
            height: 70px;
        }

        .sub-header ul.info {
            display: flex !important;
            justify-content: flex-start;
            padding-left: 1rem;
            padding-right: 1rem;
            border: none;
        }

        .sub-header ul.info li {
            padding-right: 0px;
            border: none;
        }
        .sub-header .container
        {
            padding: 0px;
        }
        .sub-header ul.social-links {
            position: relative;
            right: 35px;
        }

        /* carousel style */
        .slider-wrapper {
            min-width: 100%;
            max-width: 100%;
        }

        .slider-wrapper .slide3 {
            object-fit: cover;
            background-size: cover;
        }

        .slider-wrapper .slides-container {
            width: 100% !important;
        }

        .slider-wrapper .slide1,
        .slider-wrapper .slide2,
        .slider-wrapper .slide3,
        .slider-wrapper .slide4 {
            height: 35vh;
        }

        .slider-wrapper .slide .slide-content h2 {
            margin-top: -5px;
            margin-left: 23px !important;
            width: 45%;
            font-weight: 500;
            font-size: 27px;
        }

        .slider-wrapper .slide .slide-content {
            /* margin:6rem 4rem; */
            padding: 20px 0px;
            width: 100% !important;
        }

        .slider-wrapper .slide .slide-content h1 {
            font-size: 2rem;
            top: 23px;
            margin-left: 19px;
        }

        .slider-wrapper .slider {
            height: 14rem;
        }

        .slider-wrapper .slide .slide-txt p {
            font-size: 13px;
            margin: -89px 0px 0px 23px;
            width: 50%;
        }

        .icon-container {
            display: none !important;
        }

        .mission-section {
            display: none;
        }

        .mission2-card {
            display: block;
        }

        .misson_cards {
            height: 400px;
        }
        .works .section-heading
        {
            box-shadow: 10px 0px 30px #d1d1d157;
            border-radius: 5px;
            margin-bottom: 1rem;
            padding: 10px;
            background-color: #fff !important;
        }
    }

    @media screen and (min-width: 769px) and (max-width: 1024px) {

        /* carousel style */
        .slider-wrapper {
            min-width: 100%;
            max-width: 100%;
        }

        .slider-wrapper .slide3 {
            object-fit: cover;
            background-size: cover;
        }

        .slider-wrapper .slides-container {
            width: 100% !important;
        }

        .slider-wrapper .slide1,
        .slider-wrapper .slide2,
        .slider-wrapper .slide3,
        .slider-wrapper .slide4 {
            background-size: cover;
            height: 65vh;
        }

        .slider-wrapper .slide .slide-content h2 {
            margin-top: 57px;
            margin-left: 23px !important;
            width: 52%;
            font-size: 4rem;
        }

        .slider-wrapper .slide .slide-content {
            padding: 20px 0px;
            width: 100% !important;
        }

        .slider-wrapper .slide .slide-content h1 {
            font-size: 4rem;
            top: 23px;
            margin-left: 19px;
        }

        .slider-wrapper .slider {
            height: 34rem;
        }

        .slider-wrapper .slide .slide-txt p {
            font-size: 1.3rem;
            margin: -89px 0px 0px 23px;
            width: 50%;
        }

        /* contact page  */
        section.map .info-item {
            margin-top: 40px;
        }

        .main-mission {
            margin: auto 1% !important;
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    @media screen and (min-width: 1025px) and (max-width: 1200px) {

        /* carousel style */
        .slider-wrapper {
            min-width: 100%;
            max-width: 100%;
        }

        .slider-wrapper .slide3 {
            object-fit: cover;
            background-size: cover;
        }

        .slider-wrapper .slides-container {
            width: 100% !important;
        }

        .slider-wrapper .slide1,
        .slider-wrapper .slide2,
        .slider-wrapper .slide3,
        .slider-wrapper .slide4 {
            background-size: cover;
            height: 75vh;
        }

        .slider-wrapper .slide .slide-content h2 {
            margin-top: 39px;
            margin-left: 23px !important;
            width: 52%;
            font-size: 4rem;
        }

        .slider-wrapper .slide .slide-content {
            /* margin:6rem 4rem; */
            padding: 20px 0px;
            width: 100% !important;
        }

        .slider-wrapper .slide .slide-content h1 {
            font-size: 5rem;
            top: 23px;
            margin-left: 19px;
        }

        .slider-wrapper .slider {
            height: 34rem;
        }

        .slider-wrapper .slide .slide-txt p {
            font-size: 1.5rem;
            margin: -89px 0px 0px 23px;
            width: 50%;
        }

        /* contact page  */
        section.map .info-item {
            margin-top: 40px;
        }

        .main-mission {
            margin: auto 1% !important;
        }
    }

    .mission-section {
        height: 54rem;
        /* background-color: red; */
    }