
        @font-face {
            font-family: "aileronregular";

            src: url("../aileron-regular.woff2") format("woff2"),
                url("../aileron-regular.woff") format("woff");

            font-weight: normal;

            font-style: normal;
        }

        @font-face {
            font-family: "montregular";

            src: url("../mont-regular.woff2") format("woff2"),
                url("../mont-regular.woff") format("woff");

            font-weight: normal;

            font-style: normal;
        }

        @font-face {
            font-family: "montbold";

            src: url("../mont-bold.woff2") format("woff2"),
                url("../mont-bold.woff") format("woff");

            font-weight: normal;

            font-style: normal;
        }

        body {
            font-family: "aileronregular", "sans-serif";
            font-style: normal;
            color: black;
            background: #205382;
            max-width: 100%;
            overflow-y: scroll;
            overflow-x: hidden;
        }

        strong {
            font-weight: 600;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: "montbold", "sans-serif";

            font-style: normal;

            color: #002f99;
        }

        h5,
        h6 {
            color: black;
        }

        .h5,
        h5 {
            font-size: 1.35rem;

            line-height: 24px;
        }

        .h2,
        h2 {
            font-size: 2.14rem;
        }

        .main {
            background: #ddd;

            padding: 70px 100px 70px 125px;
        }

        p,
        em ul {
            margin-bottom: 3px;

            font-size: 1.4rem;

            line-height: 37px;
        }

        .bg-white {
            background: white;
        }

        .logo {
            max-width: 100%;

            padding: 10px 0;
        }

        .howbox {
            margin-top: 30px;

            background: #e9f9ff;

            padding: 35px 15px 15px 15px;

            border-radius: 25px;
        }

        .ways {
            padding: 40px;

            text-align: center;

            background: #205382;

            border-radius: 20px;
            
            height: 130px;
        }

        .ways h4 {
            color: white;

            font-size: 1.2rem;

            margin-bottom: 0;
        }
        .jobe span{margin-left: 42px;}
        
	    #number1 {margin-top: 3rem!important;}

        #number2{
                    font-size: 19px;
                    line-height: 30px;
                    color: black;
                    font-weight: normal;
                    margin-top: -45px;
            
        }
        
        
        #number3{
                    font-size: 19px;
                    line-height: 30px;
                    color: black;
                    font-weight: normal;
            
        }
        
        
        

        .bottomshadow {
            width: 65%;
            display: block;
            margin: 0 auto;
        }

        .btn-success {
            text-transform: uppercase;

            font-weight: 700;

            font-size: 1.5rem;

            font-family: "montregular", Mont, "calibri", sans-serif;

            color: white;
            background: #ec3136;

            border: 0;
        }

        .btn-success:hover {
                background: #205382;
                color: white;
            }

        .map {
            max-width: 70%;
            display: block;
            margin-top: 30px;
        }

        .clientheading {
            position: relative;
        }

        .clientheading:before {
            content: url("../q1.png");

            display: inline-block;

            margin-right: 10px;

            left: 0;
        }

        .clientheading:after {
            content: url("../q2.png");

            display: inline-block;

            margin-left: 10px;

            right: 0;
        }

        .owl-nav span {
            font-size: 60px;

            color: #d1d6d8;
        }

        .owl-prev {
            position: absolute;

            left: -40px;

            top: -15px;
        }

        .owl-logos .owl-prev,
        .owl-logos .owl-next {
            top: 35%;
        }

        .owl-next {
            position: absolute;

            top: -15px;

            right: -35px;
        }

        .owl-logos.owl-carousel.text-center.owl-loaded.owl-drag {
            background: #d1d6d8;

            padding: 70px;

            border-radius: 30px;
        }
        
        
        #number{margin-top:14px;}

        .formcol {
            position: relative;

            width: 50%;

            padding: 40px;

            background: #ffffffdb;

            margin-left: 0px;

            border-radius: 30px;

            border: 3px solid orange;

            margin-top: -27%;
            
            margin-bottom: 80px;
        }

        .form-control {
            background: transparent;

            border: 0;

            border-bottom-color: currentcolor;

            border-bottom-style: none;

            border-bottom-width: 0px;

            border-bottom: 2px solid black;

            border-radius: 0;

            margin-bottom: 10px;

            padding: 4px 10px;
        }

        footer {
            padding: 35px 70px 10px 35px;
        }

        footer * {
            color: white !important;
        }

        .locations {
            justify-content: space-between;

            display: flex;

            align-items: center;
        }

        .locations span {
            font-size: 1.2rem;
        }

        .locations span::before {
            content: "";

            width: 10px;

            height: 10px;

            background: white;

            border-radius: 30px;

            display: inline-block;

            margin-right: 9px;
        }

        .whitelogo {
            max-width: 280px;
        }

        .mbanner {
            display: none;
        }

        .strong {
            font-weight: 900;
        }

        .bg-white {
            padding: 0 90px;
        }

        /*.std {*/
        /*    display: none;*/
        /*}*/
        
        
        .country_text{margin-top:200px;}

        .icon {
            max-width: 25px;

            margin-right: 15px;
        }

        footer p {
            font-size: 1.2rem;
        }

        footer a {
            color: white !important;
        }

        footer a:hover {
            color: #b9b8b8 !important;
        }






        @media screen and (max-width: 1500px) {
            .formcol {
                margin-top: -28%;
            }
        }

        @media screen and (max-width: 1400px) {
            .formcol {
                margin-top: -28%;
            }

            .ways h4 {
                color: white;

                font-size: 1.3rem;

                margin-bottom: 0;

                line-height: 36px;
            }

            .main {
                padding: 70px 100px 70px 110px;
            }

            footer p {
                font-size: 1rem;
            }
        }

        @media screen and (max-width: 1280px) {
            h4 {
                font-size: 1.4rem;
            }

            .formcol {
                width: 60%;

                top: initial;

                padding: 30px;

                right: initial;
            }

            .h2,
            h2 {
                font-size: 2.04rem;
            }

            p,
            ul {
                margin-bottom: 3px;

                font-size: 1.2rem;

                line-height: 29px;
            }

            .ways {
                padding: 20px 30px;

                text-align: center;

                background: #205382;

                border-radius: 20px;
            }

            .ways h4 {
                color: white;

                font-size: 1.3rem;

                margin-bottom: 0;
            }

            .btn-success {
                font-size: 1.1em;
            }

            .locations span {
                font-size: 1rem;
            }
        }

        @media screen and (max-width: 967px) {
            .bg-white {
                padding: 0 20px;
            }

            .formcol {
                width: 100%;

                top: 0;

                position: relative;

                margin: 10px auto;

                margin-top: 10px;

                margin-bottom: 10px;

                margin-top: 10px;

                margin-top: -150px;

                padding: 20px 20px;

                right: initial;

                margin-bottom: 30px;
            }

            .h2,
            h2 {
                font-size: 1.24rem;
            }

            body {
                font-size: 15px;
            }

            .h5,
            h5 {
                font-size: 0.85rem;
            }

            .ways h4 {
                font-size: 20px;
            }

            p,
            ul {
                font-size: 1rem;
            }

            .formcol label {
                font-size: 13px;
            }

            .main {
                padding: 30px;
            }

            .owl-logos img {
                max-width: 150px;
            }

            .owl-logos.owl-carousel.text-center.owl-loaded.owl-drag {
                padding: 30px 80px 10px;
            }

            footer * {
                font-size: 0.9rem;
            }

            footer {
                padding: 25px;
            }
        }

        @media screen and (max-width: 769px) {
            .formcol {
                margin-top: -150px;
            }

            .map {
                width: 100%;
                max-width: 100%;
            }

            .source {
                display: none;
            }

            .std {
                display: block;

                max-width: 120px;
                margin-top: 10px;
            }
            
            #number2 {
                        font-size: 19px;
                        line-height: 30px;
                        color: black;
                        font-weight: normal;
                        margin-top: -100px;
                    }
        }

        @media screen and (max-width: 500px) {
            icon {
                margin-right: 10px;
            }

            .dbanner {
                display: none1;
            }

            .btn-success {
                font-size: 0.9em;
            }

            .mbanner {
                display: block;

                width: 100%;
            }

            .icon {
                max-width: 20px;
            }
            
            .country_text{margin-top:0px;}

            .locations {
                display: block;
            }

            .whitelogo {
                max-width: 220px;
            }

            h4 {
                font-size: 1rem;
            }

            .formcol {
                margin-top: -105px;
            }

            .icon {
                margin-right: 10px;
            }

            .form-control {
                font-size: 0.7rem;
            }
            
             .ways {
                height: 120px!important;
            }

            .ways h4 {
                line-height: 21px;
                margin-top: 30px;
            }
            #number2,#number3 {
                font-size: 15px;
                
            }
            
            #number2 {
                       
                        margin-top: -50px;
                    }
           
            .social-icon ul {float: left!important;}
            
        }

        @media screen and (max-width: 380px) {
            h5 {
                font-size: 1.1rem;
            }
            
            h4 {
                font-size: 1.2rem;
            }

            .howbox h4 {
                font-size: 1.4rem;
            }

            .formcol {
                margin-top: -105px;
            }
        }

        @media screen and (max-width: 330px) {
            .formcol {
                margin-top: -105px;
            }
        }

        .error {
            color: red;
            background: #dfdddd;
            padding: 4px;
        }

    

   
        /* form design css  */
        .form-section {
            display: none;
            width: 60%;
            background-color: rgb(255, 255, 255, 0.1);
            margin: 0px auto;
            height: 100%;
            padding: 10px 20px;
            border-radius: 10px;
            margin-right: -5px;
            /* backdrop-filter: blur(5px); */
            box-shadow: 0px 25px 45px rgba(0, 0, 0, 0.1);
            border: 1px solid rgb(255, 255, 255, 0.5);
            border-right: 1px solid rgb(255, 255, 255, 0.5);
            border-bottom: 1px solid rgb(255, 255, 255, 0.5);
        }

        .heading-form h1 {
            text-align: center;
            font-size: 24px !important;
            font-weight: 600 !important;
            color: rgb(0 0 255) !important;
            /* color: var(--green1) !important; */
            letter-spacing: 1px !important;
            line-height: 30px !important;
            margin-bottom: 10px;
        }

        .input-wrapper input {
            width: 100%;
            margin-bottom: 5px;
            border: none;
            outline: none;
            background: rgb(255 255 255 / 91%);
            padding: 8px 20px;
            border-radius: 35px;
            border: 1px solid rgb(255, 255, 255, 0.5);
            border-right: 1px solid rgb(255, 255, 255, 0.5);
            border-bottom: 1px solid rgb(255, 255, 255, 0.5);
            font-size: 14px;
            letter-spacing: 1px;
            color: rgb(0, 0, 0);
            box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
            margin-bottom: 10px;
        }

        .input-wrapper input::placeholder {
            color: black;
            font-size: 14px;
        }

        .input-wrapper input[type="submit"],
        .submitbtn11 {
            background: rgb(67, 201, 9) !important;
            /* color: white !important; */
            max-width: 100px;
            cursor: pointer;
            /* margin-bottom: 20px; */
            font-weight: 600;
        }

        /* form design css  */

        .content .content h3 {
            font-weight: 600;
            font-size: 32px;
            color: #2c4964;
        }

        .content .content ul {
            list-style: none;
            padding: 0;
        }

        .content .content ul li {
            padding-bottom: 10px;
            font-weight: 600;
        }

        .content .content ul i {
            font-size: 20px;
            padding-right: 4px;
            color: #5846f9;
        }

        .content .content p:last-child {
            margin-bottom: 0;
        }

        .content .content .read-more {
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            font-size: 16px;
            letter-spacing: 1px;
            display: inline-block;
            padding: 10px 50px 10px 28px;
            border-radius: 5px;
            transition: 0.5s;
            color: #fff;
            background: linear-gradient(45deg, #5846f9 0%, #7b27d8 100%);
            position: relative;
        }

        .content .content .read-more:hover {
            background: linear-gradient(180deg, #5846f9 0%, #7b27d8 100%);
        }

        .content .content .read-more i {
            font-size: 22px;
            position: absolute;
            right: 20px;
            top: 12px;
        }

        .card {
            --bs-card-spacer-y: 1rem;
            --bs-card-spacer-x: 1rem;
            --bs-card-title-spacer-y: 0.5rem;
            --bs-card-border-width: 1px;
            --bs-card-border-color: var(--bs-border-color-translucent);
            --bs-card-border-radius: 0.375rem;
            --bs-card-box-shadow: ;
            --bs-card-inner-border-radius: calc(0.375rem - 1px);
            --bs-card-cap-padding-y: 0.5rem;
            --bs-card-cap-padding-x: 1rem;
            --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
            --bs-card-cap-color: ;
            --bs-card-height: ;
            --bs-card-color: ;
            --bs-card-bg: #fff;
            --bs-card-img-overlay-padding: 1rem;
            --bs-card-group-margin: 0.75rem;
            position: relative;
            display: flex;
            flex-direction: column;
            min-width: 0;
            height: var(--bs-card-height);
            word-wrap: break-word;
            background-clip: border-box;
            /* border: var(--bs-card-border-width) solid var(--bs-card-border-color); */
            border-radius: var(--bs-card-border-radius);
        }

        .inputcheck4 {
            width: 100%;
            margin-bottom: 5px;
            border: none;
            outline: none;
            background: rgb(255 255 255 / 91%);
            padding: 8px 20px;
            border-radius: 35px;
            border: 1px solid rgb(255, 255, 255, 0.5);
            border-right: 1px solid rgb(255, 255, 255, 0.5);
            border-bottom: 1px solid rgb(255, 255, 255, 0.5);
            font-size: 14px;
            letter-spacing: 1px;
            color: rgb(0, 0, 0);
            box-shadow: 0px 5px 15px rgb(0 0 0 / 5%);
            margin-bottom: 10px;
        }

        /* pop up */

        [tabindex="-1"]:focus:not(:focus-visible) {
            outline: 0 !important;
        }

        #overlayed {
            position: fixed;
            top: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.8);
            left: 0;
            right: 0;
            z-index: 99999;
            display: none;
        }

        #popedup {
            background: rgb(255, 255, 255);
            padding: 20px;
            max-width: 550px;
            border-radius: 16px;
            margin: 5% auto;
            position: relative;
            color: #0e0e0e;
        }

        .closed {
            position: absolute;
            top: 4px;
            right: 8px;
            font-size: 20px;
            cursor: pointer;
            z-index: 5;
        }

    

   
        .modal {
            display: none;
            /* Hidden by default */
            position: fixed;
            /* Stay in place */
            z-index: 1;
            /* Sit on top */
            padding-top: 100px;
            /* Location of the box */
            left: 0;
            top: 0;
            width: 100%;
            /* Full width */
            height: 100%;
            /* Full height */
            overflow: auto;
            /* Enable scroll if needed */
            background-color: rgb(0, 0, 0);
            /* Fallback color */
            background-color: rgba(0, 0, 0, 0.4);
            /* Black w/ opacity */
        }

        /* Modal Content */
        .modal-content {
            background-color: #fefefe;
            margin: auto;
            padding: 20px;
            border: 1px solid #888;
            width: 80%;
        }

        /* The Close Button */
        .close {
            color: #aaaaaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
            transform: rotate(-90deg);
            /* Rotate button 90 degrees anti-clockwise */
            position: fixed;
            right: 20px;
            /* Adjust right position as needed */
            top: 50%;
            /* Adjust top position as needed */
            transform-origin: center;
            /* Set rotation origin to center */
            cursor: pointer;
        }

        .close:hover,
        .close:focus {
            color: #000;
            text-decoration: none;
        }

        .sticky-container {
            position: fixed;
            top: 50%;
            right: -4%;
            transform: translateY(-50%);
            z-index: 9999;
        }

        .sticky-button {
            display: inline-block;
            background-color: #43c909;
            color: white;
            padding: 10px 20px;
            border-radius: 4px;
            transform: rotate(450deg);
            white-space: nowrap;
            transition: background-color 0.3s;
        }

        .sticky-button:hover {
            background-color: #2639e2;
        }

        @media screen and (max-width: 768px) {
            .sticky-container {
                position: fixed;
                top: 50%;
                display: none;
                right: -14%;
                transform: translateY(-50%);
                transform: rotate(450deg);
                display: none;
                z-index: 9999;
            }

            .sticky-button {
                transform: rotate(0deg);
            }
        }

        #popedup {
            background: rgb(255, 255, 255);
            padding: 20px;
            max-width: 550px;
            border-radius: 16px;
            margin: 5% auto;
            position: relative;
            color: #0e0e0e;
        }

        .tollfree-container {
            position: fixed;
            top: 10%;
            right: -6%;
            transform: translateY(-50%);
            z-index: 9999;
        }

        .tollfree-button {
            display: inline-block;
            background-color: #043683;
            color: white;
            padding: 10px 20px;
            border-radius: 4px;
            transform: rotate(450deg);
            white-space: nowrap;
            transition: background-color 0.3s;
        }

        .tollfree-button:hover {
            background-color: #2639e2;
        }

        @media screen and (max-width: 768px) {
            .tollfree-container {
                position: fixed;
                top: 43%;
                right: -21%;
                display: none;
                transform: translateY(-50%);
                transform: rotate(450deg);
                display: none;
                z-index: 9999;
            }

            #popedup {
                background: rgb(255, 255, 255);
                padding: 20px;
                max-width: 360px;
                border-radius: 16px;
                margin: 50% auto;
                position: relative;
                color: #0e0e0e;
            }

            .tollfree-button {
                transform: rotate(0deg);
            }
        }

        /* Footer styling */
        .mobile-footer {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            z-index: 9999;
            background-color: #fff;
            color: #fff;
            padding: 8px;
            text-align: center;
            display: none;
            /* hide footer by default */
        }

        /* Show footer only on mobile devices */
        @media only screen and (max-width: 768px) {
            .dbanner1{display: block;}
            .ways {height: 220px;}
            
            
            
            .mobile-footer {
                display: block;
            }

            #number {
                display: none;
            }
            
            #number1 {margin: 10px 0px!important;}
            
            
        }

        /* Button styling */
        .mobile-footer a {
            display: inline-block;
            padding: 5px 10px;
            background-color: #4caf50;
            color: #fff;
            text-decoration: none;
            border-radius: 5px;
            margin: 0 10px;
        }

        /* Symbol styling */
        .fa {
            display: inline-block;
            font-size: 1em;
            margin-right: 5px;
        }

        /* Call symbol */
        .fa-phone:before {
            content: "\f095";
        }

        /* WhatsApp symbol */
        .fa-whatsapp:before {
            content: "\f232";
        }

        /* Email symbol */
        .fa-envelope:before {
            content: "\f0e0";
        }

    