    @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
    @import url("https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap");

    /*Capitolium-W01-2-Bold.ttf*/
    /* font face */
    @font-face {
        font-family: 'Capitolium Font';
        src: url('../fonts/Capitolium-W01-2-Bold.ttf');
    }

    body {
        overflow-x: hidden;
        background: #fff;
        font-family: "Poppins", sans-serif;
    }

    p {
        text-align: left;
        margin: 0;
        color: #000;
        padding: 0;
    }

    button,
    button:focus,
    button:active {
        outline: none !important;
        box-shadow: 0 0 !important;
    }

    form input::placeholder {
        font-size: 15px;
        color: #888;
        text-align: left !important;
    }

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

    li {
        list-style: none;
    }

    a,
    a:hover,
    a,
    a:hover,
    a:focus {
        color: #000;
        text-decoration: none;
        outline-offset: 0;
        outline: 0;
    }

    button,
    button:focus,
    button:active {
        text-decoration: none;
        border: 0;
        outline: 0;
    }

    .form-control, .form-control:focus, input, input:focus {
        outline: 0;
        border: 0;
        box-shadow: 0 0 !important;
        border: 1px solid #dde;
    }

    img {
        max-width: 100%;
        height: 100%;
    }

    button {
        padding: 0;
        border: 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
    }

    svg {
        height: 16px;
        width: 16px;
    }

    .cursor {
        cursor: pointer;
    }

    .philosopher {
        font-family: "Philosopher", sans-serif;
    }

    .font-700 {
        font-weight: 700;
    }

    .font-1-5 {
        font-size: 24px;
    }

    .font-2-25 {
        font-size: 36px;
    }

    .font-small {
        font-size: 16px;
    }

    .section-padding {
        padding: 20px 0;
        overflow: hidden;
    }
    .make_application {
        padding-bottom: 20px;
    }

    /*==== Common css end ====*/

    .main-header {
        background-color: #299109;
        transition: 0.35s ease;
        box-shadow: -1px 1px 3px 0px #00000021;
    }
    .mobile-header {
       display: none;
    }

  .header_menu {
        text-align: right;
        display: flex;
        justify-content: end;
        align-items: center;
        margin-top: 23px;
    }

    .header_menu ul li {
        display: inline-block;
        margin-right: 7px;
        background: #299109;
        padding: 0 10px;
        border-radius: 3px;
    }

    .header_menu ul li a {
        line-height: 40px;
        color: white;
        transition: 0.35s all;
    }
    .d-hidden {
        visibility: hidden;
    }

    .header_menu ul li a:hover {
        color: white;
    }

    .sticky {
        transition: 0.35s ease;
    }

    .fixed-top {
        top: -40px;
        transform: translateY(40px);
        transition: transform 1s;
        background: #fff;
        box-shadow: 0px 0px 10px #000;
    }

    .banner_text {
        text-align: center;
        width: 100%;
        color: white;
        padding: 110px 0 0px;
    }

    .bnner_title {
        margin-bottom: 15px;
    }
    .banner_desk {
        margin-bottom: 25px;
    }


    .bnner_title p {
        font-size: 25px;
        font-weight: 700;
        font-family: sans-serif;
        color: white;
        text-align: center;
    }

    .banner_desk p {
        font-family: emoji;
        color: white;
        text-align: center;
        font-size: 18px;
    }

    .top_logo {
        height: 86px;
        display: flex;
        justify-content: start;
        padding: 5px 0px;
        width: 100%;
    }

    .top_logo img {
        height: 100%;
        width: 100%;
    }

    .top_banner {
        height: 600px;
        width: 100%;
    }

   .banner_search {
    text-align: center;
    display: block;
    padding: 13px 0px;
    background-color: white;
    width: 100%;
    border-radius: 5px;
    margin-top: 2%;
    box-shadow: 1px 1px 4px 0px #000000d9;
    position: relative;
}

    .input_border {
        border: 1px solid black;
        border-radius: 20px;
    }

    .input-container {
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        padding-bottom: 25px;
    }

    .input-container input[type="number"] {
        padding: 8px 30px;
        font-size: 16px;
        border: 1px solid #bbb7b7;
        border-radius: 25px 0 0 25px;
        outline: none;
    }

    .input-container button {
        padding: 10px 18px;
        font-size: 16px;
        border-left: none;
        color: white;
        border-radius: 0 3px 3px 0;
        cursor: pointer;
        transition: 0.35s all;
        background: #2463AE;
    }

    .input-container button:hover {
        background-color: #38a1df;
    }

   .seach-text-center {
    text-align: center !important;
    margin: 4px !important;
    font-size: 20px !important;
}

    .banner_search p {
        margin: 0px;
        padding-bottom: 4px;
        font-size: 17px;
        font-weight: 600;
        text-align: center;
        color: #000000;
        text-align: start;
    }

    .banner_content {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner_search input {
        border: 1px solid gainsboro;
        border-radius: 2px;
        padding: 9px 0px 10px 18px;
        outline-color: white;
        outline-width: 1px;
    }

    .banner_btn {
        margin-top: 40px;
        text-align: center;
    }

    .banner_btn button {
        padding: 11px 49px;
        border-radius: 22px;
        background-color: #ff0000;
        color: white;
        font-size: 12px;
        font-weight: 700;
        transition: 0.25s all;
    }

    .banner_btn button:hover {
        background-color: #ff0057;
        color: white;
    }

    .modal-body input {
        border: 2px solid #1fc5eb !important;
        padding: 10px 17px;
    }
   .modal-body label {
        text-align: start;
        display: block;
    }
    .modal-body input:focus {
        border: 2px solid #1fc5eb !important;
    }


    /*search*/
    .main-search {
        margin: 8px 0;
        position: relative;
    }

    .search_result {
        position: relative;
    }

    .search_product {
        position: absolute;
        width: 100%;
        background: #fff;
        z-index: 999999;
        top: 14px;
        border-radius: 5px;
        box-shadow: 1px 10px 6px -3px #00000057;
    }

    .search_product img {
        width: 50px;
        height: 50px;
        margin-top: 6px;
        border-radius: 50px;
    }
    .search_product li {
        width: 100%;
        display: grid;
        grid-template-columns: 125px auto;
        grid-gap: 15px;
        padding: 3px 15px;
        border-bottom: 1px solid #ddd;
        transition: 0.35s all;
        text-align: start;
    }

    .search_img button {
        padding: 10px 12px;
    }
    /* ---- Services CSS---- */

    .section_title {
        text-align: center;
        margin-bottom: 30px;
        padding: 40px 0;
    }

    .section_title h2 {
        font-size: 28px;
        font-weight: 700;
        color: #333;
        margin-bottom: 10px;
        text-transform: capitalize;
    }

    .section_title .subtitle {
        font-size: 16px;
        color: #555;
        line-height: 1.5;
    }


    .section_title p {
        font-size: 26px;
        font-weight: 700;
        color: #484747;
        margin: 0;
        text-align: center;
    }

    .service_section {
        background-color: #fff;
        padding-bottom: 65px;
    }
    .service_content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .service_box {
        padding: 10px;
        background-color: #ffffff9e;
        margin: 0px -2px;
        border-radius: 8px;
        box-shadow: 1px 1px 6px 1px #cdcdcdc4;
        overflow: hidden;
    }

    .serv_item {
        /* height: 90px; */
        margin-top: 10px;
    }
    .client_feedback_inner {
        width: 100%;
    }
    .service_img {
        height: 152px;
    }
    .service_img img {
        height: 100%;
    }

    .serv_item p {
        color: black;
        font-size: 17px;
        font-family: emoji;
        text-align: center;
    }

    .testi_slider {
        padding: 5px 0;
    }

    /* --- ask Question CSS---- */
    .ask_question {
        background-color: #0086f912;
        padding: 57px 0 57px 0px;
    }
    .about_ask_question {
        margin-bottom: 21px;
    }

    .form_btn {
        margin-top: 28px;
    }

    .form_btn button {
        border: none;
        border-radius: 4px;
        background-color: #299109;
        color: white;
        box-shadow: 0px 1px 4px 2px #9d9898a3;
        padding: 8px 17px;
        transition: 0.50s all;
    }

   .form_btn button:hover {
        background-color: rgb(26 148 253 / 95%);
        color: white;
        box-shadow: 0px 1px 4px 2px #9d9898a3;
    }
    
    .pro_head {
        display: flex;
        justify-content: center;
        padding-bottom: 50px;
    }

    button.contact-submit-btn {
        padding: 8px 41px;
        border-radius: 30px;
        background-color: #ff1d05;
        color: white;
    }


    /* _____ footer CSS _____ */

    footer {
        background-color: #299109;
        padding: 50px 0px;
    }

    .footer_area {
        margin: 0px 0px 0 0;
    }

    .footer_area p {
        font-size: 23px;
        font-family: sans-serif;
        font-weight: 600;
        color: #fff;
        position: relative;
    }

    .footer_area p::after {
        content: '';
        position: absolute;
        height: 0.9px;
        background-color: black;
        width: 25px;
        left: 0;
        bottom: 0;
        padding: 0px 31px;
    }

   .footer_logo {
    text-align: start;
    width: 218px;
    height: 82px;
}

    .footer_logo img {
        width: 100%;
        height: 100%;
        border-radius: 5px;
    }

    .footer_social {
        margin-top: 10px;
    }

    .footer_social a i {
        color: #000;
        background-color: #FFF;
        padding: 7px 6px;
        border-radius: 3px;
        transition: 0.35s all;
        font-weight: 900;
        width: 29px;
        text-align: center;
    }

    .footer_social a i:hover {
        color: #fff;
        background-color: #000;
        transition: 0.35s all;
        text-align: center;
    }

    .service_item {
        margin-top: 14px;
    }

    .service_item li {
        list-style: none;
        transition: 0.35s all;
    }

    .service_item li:hover {
        margin-left: 3px;
        color: #000;
    }

    .service_item li:hover a {
        color: #20c925;
    }

    .service_item li a {
        text-decoration: none;
        font-family: unset;
        color: white;
        font-size: 15px;
        line-height: 30px;
    }

    .contact-item {
        box-sizing: border-box;
        padding: 10px 10px;
        margin-bottom: 5px;
        box-shadow: 1px 1px 8px 0px rgb(0 0 0 / 49%);
        position: relative;
        border-radius: 4px;
    }

    .contact-icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 100px;
        height: 100%;
        content: "";
        background: rgba(10, 143, 237, 0.7);
    }

    .contact-icon a {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        right: 0;
        color: #fff;
        font-size: 35px;
    }

    .contact-address {
        margin-left: 100px;
        padding: 10px 10px;
    }

    .contact-address p {
        color: #262626;
    }

    .contact-form {
        padding: 5px 5px;
    }

    .contact-form h2 {
        font-size: 18px;
        font-weight: 600;
    }

    .form-group .form-control {
        box-shadow: none !important;
        border: 1px solid #ddd;
        margin-top: 5px;
    }

    .breadcrumb-section {
        background-image: url('https://www.wingsmagazine.com/wp-content/uploads/2021/08/1200-aircanada-B787-9-Coastline.jpg');
        padding: 60px 0px !important;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .bread-crumb {
        text-align: center;
    }

    .bread-crumb ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bread-crumb ul li {
        display: block;
    }

    .bread-crumb ul li a {
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
    }

    .details-passport-img {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 21px 0;
        border: 5px solid #2463AE;
        border-radius: 5px;
    }
    .input-pd {
        width: 100%;
        padding: 10px;
        margin-bottom: -6px;
        border-radius: 6px;
    }
    .invoice_btn {
        padding: 5px 15px;
        background: red;
        color: white;
        border-radius: 2px;
        font-size: 13px;
    }
    .invoice_btn:hover {
        background: blue;
        color: white;
    }
    .dwb-color {
        background: #4016a7ed;
        border-radius: 2px;
    }
     .dwb-color:hover {
        background: #4017ed;
        color:white !important;
    }
    .toppd {
        padding-top: 0px !important;
        padding-right: 0 !important;
    }
    .dowload-print {
        text-align: right;
    }

    /* =======Details css======= */
    .visa-details-section {
        background: #1ce32c00;
    }
    .visa-profile-section {}


    .details-profile-box {
        border: 5px solid #2463AE;
        border-radius: 5px;
        text-align: center;
    }
    .details-profile-box h5 {
        margin-top: 20px;
    }

    .details-box {
        border-radius: 5px;
        background: white;
    }

   .details-title {
        padding: 43px 0;
        text-align: center;
    }

    .details-title h6{
        padding: 0 5px;
    }

    .details-info li {
        display: block;
        line-height: 37px;
        font-size: 17px;
        font-weight: 500;
    }
    .details-info li strong {
        font-weight: 800;
        font-size: 16px;
    }
    .details-img {
        text-align: center;
        height: 110px;
        border-radius: 8px;
    }

    .details-img img{
        border-radius: 8px;
    }
    .details-info {
        margin: 45px 0;
        text-align: center;
        padding: 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .iner-info {
        text-align: center;
        text-align-last: justify;
    }

    .profile-d-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }




    .profile-container {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        width: 90%;
        max-width: 400px;
        text-align: center;
        padding: 20px;
    }

    .profile-header {
        margin-bottom: 20px;
    }

    .profile-image {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: 4px solid #007bff;
        object-fit: cover;
        margin-bottom: 15px;
    }

    .profile-name {
        font-size: 1.5rem;
        font-weight: bold;
        color: #007bff;
    }

    .profile-details {
        text-align: left;
        margin-top: 10px;
    }

    .profile-details p {
        margin: 8px 0;
        font-size: 0.95rem;
        text-align: center;
    }

    .profile-details a {
        color: #007bff;
        text-decoration: none;
    }

    .profile-details a:hover {
        text-decoration: underline;
    }





    .back-btn {
        background: #077abd;
        color: white;
        padding: 5px 15px;
        border-radius: 4px;
        font-size: 15px;
        margin-right: 2px;
        transition: 0.35s all;
    }
    .back-btn:hover {
        background: #000;
        color: white;
        margin-right: 5px;

    }

    .d-btn {
        background: #080808;
        color: white;
        padding: 5px 15px;
        border-radius: 4px;
        font-size: 15px;
        margin-left: 2px;
        transition: 0.35s all;
    }
    .d-btn:hover {
        background: blue;
        color: white;
        padding: 5px 15px;
        border-radius: 4px;
        font-size: 15px;
        margin-left: 5px;
    }



    /*==== Banner image  css start ====*/
    .banner-section {
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
        background-attachment: fixed;
    }



    .banner-content {
        max-width: 790px;
        margin: 0 auto;
        text-align: center;
        padding: 110px 0;
        z-index: 99;
        position: relative;
    }

    .banner-section:after {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgb(41 145 9 / 78%);
        content: "";
        z-index: 1;
    }

    .banner-content h1 {
        text-align: center;
        color: #fff;
        font-weight: 700;
        margin: 20px 0;
    }

    .banner-content p {
        text-align: center;
        color: #f1f1f1;
    }

    .banner-content a {
        background: #218338d6;
        color: #fff;
        margin-top: 25px;
        display: inline-block;
        padding: 7px 31px;
        font-size: 17px;
        border-radius: 50px;
        transition: 0.35s all;
    }

    .banner-section a:hover {
        background: #1120d3;
    }

    .custom-breadcrumb {
        background: #25c64685;
        text-align: center;
        padding: 91px;
        margin-bottom: 40px;
    }
    section.about-mission-section.section-padding {
        margin-bottom: 40px;
    }
/* General Section Styles */
.make_application {
    padding: 50px 0;
    background-color: #f8f9fa;
}

.make_application .section_title {
    text-align: center;
    margin-bottom: 30px;
}

.make_application .section_title p {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

/* Feedback Section */
.feedback {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.feedback .client_feedback_heading {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #444;
}

.feedback .owl-carousel .client_feedback_inner {
    text-align: center;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fdfdfd;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    margin: 10px 0;
}

.feedback .content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.5;
}

.feedback .client_info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.client_image {
    height: 65px;
    width: 65px;
    margin-right: 10px;
}

.client_image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.client_name_location h4 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.client_name_location p {
    font-size: 14px;
    color: #777;
    margin: 0;
}

/* Owl Carousel Navigation */
.feedback .owl-nav {
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.feedback .owl-prev,
.feedback .owl-next {
    color: red !important;
    margin: 0 9px;
    font-size: 21px !important;
    background: #dde !important;
    padding: 0 10px !important;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.feedback .owl-prev:hover,
.feedback .owl-next:hover {
    background-color: #ccc !important;
}

/* Application Form Section */
.application_form {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.application_form .form-control {
    margin-bottom: 15px;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.application_form .form-control:focus {
    border-color: #007bff;
    box-shadow: 0px 0px 4px rgba(0, 123, 255, 0.3);
}

.application_form .form-floating {
    margin-bottom: 15px;
}

.application_form .form-floating textarea {
    height: 120px;
    resize: none;
}

.application_form .form_btn button {
    background-color: #007bff;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.application_form .form_btn button:hover {
    background-color: #0056b3;
}



