::selection {
    background: #e20935;
    color: #fff;
}

@font-face {
    font-family: "Inter", sans-serif;
    src: url('../../fonts/Inter18pt-Regular.woff2') format('woff2'),
        url('../../fonts/Inter18pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter", sans-serif;
    src: url('../../fonts/Inter24pt-Bold.woff2') format('woff2'),
        url('../../fonts/Inter24pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter", sans-serif;
    src: url('../../fonts/Inter18pt-Medium.woff2') format('woff2'),
        url('../../fonts/Inter18pt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter", sans-serif;
    src: url('../../fonts/Inter18pt-SemiBold.woff2') format('woff2'),
        url('../../fonts/Inter18pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/**/
@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url('/wp-content/themes/visa/fonts/fa-solid-900.woff2') format('woff2'),
        url('/wp-content/themes/visa/fonts/fa-solid-900.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url('/wp-content/themes/visa/fonts/fa-regular-400.woff2') format('woff2'),
        url('/wp-content/themes/visa/fonts/fa-regular-400.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    src: url('/wp-content/themes/visa/fonts/fa-brands-400.woff2') format('woff2'),
        url('/wp-content/themes/visa/fonts/fa-brands-400.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "flaticon";
    src: url("/wp-content/themes/visa/fonts/flaticon.woff2") format("woff2"),
        url("/wp-content/themes/visa/fonts/flaticon.woff") format("woff"),
        url("/wp-content/themes/visa/fonts/flaticon.eot?#iefix") format("embedded-opentype");
    font-display: swap;
}

body {
    font-family: "Inter", sans-serif;
}


.mean-container .mean-nav ul li>a.mean-expand i {
    transition: all 0.4s ease-in-out;
}

.header-left .logo {
    width: 120px;
}

.mega-menu-wrapper .header-main {
    padding: 10px 0;
}

.offcanvas__info.info-open .offcanvas__logo a img,
.header-left .logo img {
    width: 100%;
    object-fit: contain;
    height: auto;
}

.header__hamburger .sidebar__toggle .far.fa-bars {
    font-size: 25px;
}

.offcanvas__info.info-open .offcanvas__logo a {
    display: block;
}

.offcanvas__info.info-open .offcanvas__logo {
    width: 120px;
}

.mobile-menu-side-bar .mb-5 {
    margin-bottom: 20px !important;
}

.mobile-menu-side-bar .offcanvas__wrapper .offcanvas__content .offcanvas__contact {
    margin-top: 30px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
    width: 35px;
    height: 35px;
    line-height: normal;
    justify-content: center;
    display: flex;
}

.offcanvas__contact li a {
    color: #16171a;
}

.offcanvas__info.info-open .list-items li.current-menu-parent>a,
.offcanvas__info.info-open .list-items li.current-menu-parent ul li.current-menu-item>a,
.offcanvas__info.info-open ul.list-items li.current-menu-item>a,
.header-main .main-menu .list-items li.current-menu-parent>a,
.header-main .main-menu .list-items li.current-menu-parent ul li.current-menu-item>a,
.header-main .main-menu .list-items li.current-menu-item>a,
.hover-red a:hover,
.footer-widgets-wrapper .single-footer-widget .list-items li.current-menu-item>a,
.offcanvas__contact li a:hover {
    color: #e20935;
}

.mean-container .mean-nav ul li a.mean-expand {
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: center;
    height: 45px;
}

body:has(.offcanvas__overlay.overlay-open) header.header-section-1 {
    z-index: 99;
}

.single-post .blog-wrapper .single-blog-post .post-content ol {
    padding-left: 22px;
}

.single-post .blog-wrapper .single-blog-post .post-content ol li {
    padding-left: 10px;
}

.single-post .blog-wrapper .single-blog-post .post-content ol li::marker {
    color: #e20935;
    font-weight: 500;
}

.home .news-box-items .news-image {
    height: 250px;
}

.home .news-box-items .news-image a {
    display: block;
    height: 100%;
}

.home .news-box-items .news-image a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-section .footer-bottom .footer-wrapper {
    margin-top: 0;
    column-gap: 10px;
}

.footer-section .footer-bottom .footer-wrapper div {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    column-gap: 6px;
    justify-content: center;
}


.google-map iframe {
    display: block;
}


/* form css */

.contact-wrapper .contact-left {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-right: 0;
}

.contact-wrapper .contact-left .wpcf7-submit.theme-btn {
    border: 0;
}

.contact-wrapper .contact-left h3,
span.wpcf7-list-item-label,
.form-clt p {
    color: #fff;
}

.contact-wrapper .contact-left .wpcf7-not-valid-tip {
    font-size: 12px;
    background: #fff;
    padding: 5px;
    width: fit-content;
    margin-top: 5px;
    line-height: normal;
}

body .contact-wrapper .contact-left .form-clt textarea {
    height: 100px;
    resize: none;
}

body .contact-wrapper td.w-5 {
    min-width: 100px;
}

.countries-card-items .content h3 a[href="#"] {
    pointer-events: none;
}

.contact-wrapper .contact-left .form-clt .nice-select,
body .contact-wrapper .contact-left .form-clt input,
body .contact-wrapper .contact-left .form-clt textarea {
    padding: 10px 20px !important;
    border-radius: 5px;
    display: block;
    border: 1px solid transparent;
}

.contact-wrapper .contact-left .nice-select.open .list {
    border: 1px solid #ccc;
    background: #fff;
    margin-top: 0;
    top: 100%;
}

.contact-wrapper .contact-left .form-clt .nice-select span {
    font-weight: 400;
    position: relative;
    top: -3px;
}

.contact-wrapper .contact-left .form-clt .nice-select {
    height: 41px;
    border-radius: 5px;
}

table.table.table-bordered tr th {
    white-space: nowrap;
}

body .contact-wrapper .contact-left .form-clt input.wpcf7-not-valid,
.contact-wrapper .form-control.wpcf7-not-valid {
    border-color: red;
    border-radius: 5px;
}

.contact-wrapper th p {
    font-size: 14px;
}

.contact-wrapper .form-control {
    font-size: 14px;
}

.contact-wrapper .nice-select .current {
    top: -4p;
    position: relative;
    font-size: 14px;
}

.contact-wrapper .wpcf7 form.invalid .wpcf7-response-output,
.contact-wrapper .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-wrapper .wpcf7 form.payment-required .wpcf7-response-output {
    background: #fff;
}

.contact-wrapper .wpcf7-response-output {
    display: none;
}

.contact-wrapper .contact-left .wpcf7-submit.theme-btn:hover {
    background: #fff;
    color: #000;
}


/* Chrome, Safari, Edge, Opera */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.error-content.thank-you h3 {
    color: #e20935;
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 10px;
    ;
}

.error-content.thank-you .mt-5 {
    margin-top: 2rem !important;
}


/* pop css */

#quote-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 9999;
}

#quote-popup .popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

#quote-popup .popup-content {
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 1000px;
    max-height: 90vh;
    margin: 5vh auto;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 40px;
	padding-top:0;
    overflow-y: auto;
}

#quote-popup .popup-inner {
    padding: 20px;
    overflow-y: auto;
    /* andar scroll */
    flex: 1;
    /* baki space fill */
}
#quote-popup .popup-close {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: end;
} 
.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #000;
}

.popup-close:hover {
    color: #e20935;
}

#quote-popup .contact-wrapper .contact-left h3,
#quote-popup span.wpcf7-list-item-label,
#quote-popup .form-clt p {
    color: #000;
}

#quote-popup .contact-wrapper .contact-left {
    padding-top: 0;
    padding-bottom: 0;
}

#quote-popup .contact-wrapper .contact-left .form-clt .nice-select,
body #quote-popup .contact-wrapper .contact-left .form-clt input,
body .contact-wrapper .contact-left .form-clt textarea {
    border: 1px solid #ccc;
}

#quote-popup .popup-content .col-lg-6.fadeInUp.mb-3 {
    margin-bottom: 0 !important;
}

body.popup-open {
    overflow: hidden;
}

#quote-popup .contact-wrapper .contact-left .wpcf7-submit.theme-btn:hover {
    background: #e20935;
    color: #fff;
}

.table-responsive {
    overflow: auto;
}

.table-responsive table {
    margin-bottom: 0;
}

.page-template-contact .contact-main-wrapper .contact-form-items .form-clt input,
.page-template-contact .contact-main-wrapper .contact-form-items .form-clt textarea {
    border: 1px solid #a3a3a3;
    padding: 10px 15px;
    font-size: 16px;
}

.page-template-contact .contact-main-wrapper .contact-form-items .form-clt input.wpcf7-not-valid {
    border-color: #dc3232;
}

.page-template-contact .contact-main-wrapper .contact-form-items .form-clt textarea {
    height: 100px;
    resize: none;
}

.page-template-contact .wpcf7-submit.theme-btn:hover {
    background: #000;
    color: #ffff;
}

.page-template-contact .wpcf7-submit.theme-btn {
    border: 0;
}

.page-template-contact .wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}

.page-template-contact .contact-wrapper .contact-left h3,
.page-template-contact span.wpcf7-list-item-label,
.page-template-contact .form-clt p {
    color: #000;
}

.page-template-contact .contact-wrapper .contact-left .contact-shape {
    bottom: -173px;
    right: -178px;
}

.page-template-contact .contact-wrapper .contact-left .contact-bg {
    right: -411px;
    bottom: -172px;
}

.breadcrumb-wrapper.banner-top {
    background-position: top;
}

.breadcrumb-wrapper.banner-top,
.breadcrumb-wrapper.bg-cover {
    min-height: 400px;
}


.counter-run .mln {
    display: none;
}

.counter-run:nth-child(3) .mln {
    display: inline-block;
}

.counter-wrapper .counter-run .counter-items .content p {
    font-size: 16px;
    line-height: 28px;
    padding: 0 10px;
}

.counter-wrapper .counter-run .counter-items {
    height: 100%;
}
.hero-1 .hero-content h2,
.hero-1 .hero-content h1 {
    font-size: 74px;
    margin-bottom: 15px;
    color: #fff;

}
body.home h1 {
    font-size: 48px;
    line-height: 115%;
    font-weight: 700;
}

.service-wrapper .service-card-items:hover h3 {
    color: #ffff;
}

.service-wrapper .service-card-items h3:empty {
    margin: 0;
}

.news-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 3 lines me wrap karega */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-box-items .news-image {
    height: 250px;
}

.single-team-items .team-content h5 a {
    pointer-events: none;

}

.service-details-items p {
    padding-bottom: 24px;
}

.service-details-items p:last-child {
    padding-bottom: 0;
}

.service-details-items h3 {
    margin-bottom: 12px;
}

.home .contact-wrapper .contact-right::before {
    top: -41px;
    left: 417px;
}

.header-top-wrapper .contact-list li {
    font-size: 14px;
}

.header-top-wrapper .contact-list {
    padding-right: 10px;
}

.header-top-wrapper .contact-list li,
.header-top-wrapper .contact-list li a {
    color: #fff;
}

.header-top-wrapper .contact-list li a:hover {
    color: #e20a36;
}

.WhatsApp-icon img {
    width: 35px;
    height: 35px;
}

body .header-top-wrapper .top-right .social-icon i {
    color: #fff;
}

.flaticon-passport-5:before {
    content: "\f114";
}

.flaticon-visa-2:before {
    content: "\f105";
}

.flaticon-immigration-law:before {
    content: "\f121";
}

.flaticon-customer-service:before {
    content: "\f16a";
}

.flaticon-immigration-law-2:before {
    content: "\f13d";
}

.flaticon-document:before {
    content: "\f10f";
}

.flaticon-around:before {
    content: "\f127";
}

.flaticon-money:before {
    content: "\f15f";
}

.flaticon-immigration-officer:before {
    content: "\f13a";
}

.flaticon-visa:before {
    content: "\f102";
}

.flaticon-traveling:before {
    content: "\f126";
}

.flaticon-visa-6:before {
    content: "\f10c";
}

.flaticon-immigration-officer-1:before {
    content: "\f13b";
}

.testimonial-wrapper-4 .testimonial-items .testimonial-image {
    opacity: 0;
}

.testimonial-card-items .author-items .author-image {
    display: none;
}

.footer-widgets-wrapper .single-footer-widget .widget-head.logo a {
    width: 200px;
    display: block;
}

.footer-widgets-wrapper .single-footer-widget .widget-head.logo a img {
    width: 100%;
    height: 100%;
}

.footer-widgets-wrapper .single-footer-widget .footer-content a {
    color: #fff;
}

.footer-widgets-wrapper .single-footer-widget .footer-content a:hover {
    color: #e20935;
}

body .contact-wrapper .contact-right .google-map-box iframe {
    height: 560px;
}

.offcanvas__contact-text {
    margin-top: 14px;
}

body .scroll-up {
    box-shadow: 0 3px 6px rgb(0 0 0 / 75%);
    background: #fff;
}

body .visa-details-wrapper .service-details-items .details-content .single-icon-items .icon-box {
    align-items: flex-start;
    padding: 10px 20px;
}

.page-template-visa-datails .visa-sidebar {
    position: sticky;
    top: 130px;
}

section.visa-details-section h6 {
    font-size: 16px;
}

body .breadcrumb-wrapper .page-heading {
    flex-wrap: wrap;
    row-gap: 10px;
}

/* tESTIMONIAL POP UP CSS */
body.testimonial-popup-open {
    overflow: hidden;
}

body.testimonial-popup-open .scroll-up {
    display: none;
}

body.testimonial-popup-open .header-section-1 {
    z-index: 18;
}

div#testimonial-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(17, 17, 17, 0.7);
    z-index: 99999;
}

.popup-box {
    max-width: 600px;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 26px #0000001A;
    overflow: auto;
    height: 40vh;
    min-height: 300px;
}

.popup-box .overflow-box {
    height: 315px;
    background: #fff;
    overflow-y: auto;
}

.popup-close {
    right: 0;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: end;
    background: #fff;
    height: 40px;
    padding: 10px;
    position: sticky;
    top: 0;
	z-index:99;
}


.popup-close svg {
    width: 15px;
    height: 15px;
    transition: all 0.5s ease;
}

.popup-close svg:hover path {
    fill: #e20935;
}

.popup-close svg:hover,
span#close_popup svg:hover {
    transform: rotate(90deg);
}

.popup-close svg path {
    fill: #000000;
}

.testiminial-popup-open {
    overflow: hidden;
}

.testiminial-popup-open header.et-l.et-l--header {
    background-color: transparent;
}

.testiminial-popup-open header.et-l.et-l--header {
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    transition: unset;
}

.popup-text-data {
    padding: 5px 30px 40px 20px;
}

.popup-text-data h3 {
    color: #000000;
    font-weight: bold;
    font-size: 22px;
    line-height: normal;
    font-family: var(--open-sance);
    letter-spacing: 0;
}

.popup-text-data small {
    font-weight: bold;
}

.popup-text {
    padding-top: 5px;
}

.et_pb_section.testimonial_section.et_section_regular .popup-text-data p {
    font-size: 18px;
    line-height: 30px;
    font-family: var(--open-sance);
    font-weight: normal;
    color: #000000;
    font-style: normal;
    padding-top: 0;
}

button.read-more-text {
    border: 0;
    background: transparent;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    display: inline-block;
    line-height: 22px;
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    margin-top: 20px;
}

button.read-more-text.short-read-more {
    opacity: 0;
    pointer-events: none;
}

button.read-more-text:hover {
    color: #e20935;
}

.team-col-box:nth-child(even) .team-box-items.style-2 {
    margin-top: 0;
}

body .header-1 .mega-menu-wrapper .header-main .header-right .search-icon {
    opacity: 0;
    pointer-events: none;
}

.header-1 .mega-menu-wrapper .header-main .header-right .contact-info .content h6:hover a {
    color: #dc3232;
}
.footer-bottom .footer-wrapper p a:hover {
    color: #e20935;
}
@media (max-width: 1800px) {
    .header-top-wrapper .top-right {
        gap: 25px;
    }
    .header-1 .mega-menu-wrapper .header-main .header-right .search-icon {
        display: none;
    }
}

@media (min-width: 991px) {
    .home .contact-wrapper .contact-left .contact-shape {
        left: -700px;
    }

    .home .contact-wrapper .contact-left .contact-shape,
    .home .contact-wrapper .contact-left .contact-bg {
        bottom: -170px;
    }
}



@media (max-width: 1399px) {
.hero-1 .hero-content h2,
    .hero-1 .hero-content h1 {
        font-size: 70px;
    }

    body .container,
    body .container-lg,
    body .container-md,
    body .container-sm {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1199px) {
    .process-work-section .process-work-wrapper .fadeInUp:nth-child(even) .work-process-items.text-center {
        flex-direction: column-reverse;
        display: flex;
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .process-work-section .process-work-wrapper .fadeInUp:nth-child(even) .work-process-items.text-center .content.style-2 {
        margin-bottom: 0;
    }

    .breadcrumb-wrapper.banner-top,
    .breadcrumb-wrapper.bg-cover {
        min-height: unset;
    }

    .home .hero-1 .col-lg-8 {
        width: 73%;
    }
    .hero-1 .hero-content h2,
    .hero-1 .hero-content h1 {
        font-size: 65px;
    }
    body.home h1 {
    font-size: 42px;
    line-height: 44px;
}


}

@media (max-width: 991px) {
    .home .hero-1 .col-lg-8 {
        width: 90%;
    }

.hero-1 .hero-content h2,

    .hero-1 .hero-content h1 {
        font-size: 48px;
    }
        body.home h1 {
    font-size: 32px;
    line-height: 42px;
}

    body .contact-wrapper .contact-left .contact-shape,
    body .contact-wrapper .contact-left .contact-bg {
        bottom: 0;
    }

    body .contact-wrapper .contact-right .google-map-box iframe {
        height: 400px;
    }

    body.home section.contact-section-one.fix .container {
        padding-left: 0;
        padding-right: 0;
    }

    body.home .contact-wrapper .contact-left {
        padding-left: 20px;
        padding-right: 20px;
    }

    .offcanvas__info.mobile-menu-side-bar .social-icon {
        justify-content: center;
    }

    .offcanvas__info.mobile-menu-side-bar .header-button {
        margin-top: 20px;
    }

    .offcanvas__info.mobile-menu-side-bar .offcanvas__contact-text {
        margin-top: 0
    }

    body.responsive-menu-open {
        overflow: hidden;
    }

    .offcanvas__info.mobile-menu-side-bar .offcanvas__contact-text a {
        word-break: break-all;
    }

    body .offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }



}

@media (max-width: 767px) {
    #quote-popup .popup-content {
        padding: 40px 20px;
		padding-top:0;
    }

    .home .hero-1 .col-lg-8 {
        width: 100%;
    }

    .hero-1 .hero-content h2,
    .hero-1 .hero-content h1 {
        font-size: 43px;
    }

    .service-wrapper .service-card-items {
        padding: 30px 20px;
    }

    .feature-icon-box-area .feature-icon-box-wrapper {
        padding: 50px 10px;
    }

    body .feature-icon-box-wrapper .icon-box-items {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .news-box-items .news-image {
        height: auto;
    }

    body .visa-details-wrapper .service-details-items .details-content h3 {
        font-size: 26px;
        line-height: 36px;
    }

    body .faq-content .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
        line-height: 28px;
    }

    body .faq-content .accordion-item {
        padding: 16px 20px;
    }

    .single-team-items h5 {
        font-size: 18px;
    }

    .team-page-row .col-50 {
        width: 50%;
    }

    .single-team-items .team-content {
        padding: 20px 10px;
    }
	.footer-bottom .footer-wrapper p, .footer-bottom .footer-wrapper div {
    	font-size: 14px;
    	line-height: 22px;
	}
}

@media (max-width: 650px) {
    body .scroll-up {
        bottom: 90px;
    }
}

@media (max-width: 576px) {
    .header-section-1 .header-1 .container-fluid {
        padding: 0 20px;
    }
    .hero-1 .hero-content h2,
    .hero-1 .hero-content h1 {
        font-size: 28px;
        line-height: normal;
    }
        body.home h1 {
    font-size: 26px;
    line-height: 36px;
}

    .hero-1 .hero-content h6 {
        font-size: 15px;
        line-height: normal;
    }

    .about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .content h6 br {
        display: none;
    }

    .news-box-items .news-content {
        padding: 30px 20px;
    }

    .team-page-row .col-50 {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar {
        width: 100px;
        height: 100px;
    }

    .about-wrapper .about-content .circle-progress-bar-wrapper {
        margin-top: 30px;
        margin-bottom: 30px;
        gap: 20px;
    }
    .hero-1 .hero-content h2,
    .hero-1 .hero-content h1 {
        min-height: 120px;
    }

}