body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1.06rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    letter-spacing: .5px;
}

a:hover {
    text-decoration: none !important;
}

header .navbar-brand {
    padding: 0px;
    margin: 0px;
}

i.fa {
    font-family: 'FontAwesome';
    font-weight: 100;
}

h1 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 60px;
    font-weight: 900;
    line-height: 74px;
    color: #ffffff !important;
    text-shadow: 1px 1px 1px #000;
}

h2 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 22px !important;
    color: #030929;
}

span.color-text {
    background: linear-gradient(180deg, #D40000 30%, #D40000 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

h3 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    color: #000000;
}


h4 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 3px;
    color: #000000;
}

h5 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
}

a,
a:hover,
a:visited,
a:active,
a:focus {
    color: inherit;
    text-decoration: none;
}




.section-padding {
    padding: 0px 120px !important;
}





/* header */

header nav.navbar {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 20px;
    background: #fff;
    color: #101130;
}


header {
    width: 100%;
    position: fixed;
    z-index: 10;
    transition: all 0.3s ease-in-out 0s;
    top: 47px;
}

.header-padding {
    padding: 0px 120px;
}

header .navbar-brand img {
    position: relative;
    background-color: transparent;
    width: 300px;
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    margin: 10px 0px;
}

.navbar-nav {
    margin-bottom: 0px;
    border-radius: 0px;
    min-height: 30px;
    border: none;
    padding: 0px 0px;
    position: relative;
    transition: ease-in-out 0.5s;
}

.navbar-nav>li {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

header .dropdown-toggle::after {
    content: '\f107' !important;
    position: absolute;
    display: flex;
    width: 20px;
    height: 20px;
    font-weight: 500;
    font-family: fontawesome;
    border: none;
    right: -25px;
    top: 25px;
    font-size: 18px;
    color: #101130 !important;
}

.navbar-nav>li>a:hover.dropdown-toggle::after {
    background: linear-gradient(180deg, #D40000 30%, #000000 64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a.nav-link.dropdown-toggle {
    position: relative;
}


header .navbar ul li.nav-item.dropdown {
    margin-right: 40px !important;
}

header a.nav-link.dropdown-toggle {
    padding-bottom: 39px !important;
}

header nav.navbar ul li a {
    color: #101130;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
    padding: 0px 0px 0px 0px !important;
}

header nav.navbar ul li a.active {
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
    background: linear-gradient(180deg, #D40000 30%, #000000 64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

header nav.navbar ul.header-btn {
    margin: 0px !important;
    padding: 0px !important;
}

header .navbar ul li.active a {
    color: #fff !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

header .navbar ul li {
    margin: 0px 15px 0px !important;
}

header .navbar ul li.nav-item.contact-us-link {
    margin-right: 0px !important;
}

header .navbar ul li.nav-item.contact-us-link a {
    background: linear-gradient(140deg, #D40000 0%, #000000 50%, #D40000) !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    padding: 12px 20px !important;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
    color: #fff !important;
    text-shadow: 1px 1px 1px #000;
}

header .navbar ul li.nav-item.contact-us-link a:hover {
    background: linear-gradient(180deg, #000 0%, #D40000 50%, #000000) !important;
    transition: 0.3s ease-in-out;
    color: #fff !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
}


.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


.navbar-nav>.active>a,
.navbar-nav>.active>a:hover,
.navbar-nav>.active>a:focus {
    color: #443B3D;
    background-color: transparent;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    background: linear-gradient(180deg, #D40000 30%, #000000 64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

header .navbar ul {
    list-style-type: none;
    margin-right: 0px;
}

header .top-header-social ul {
    margin: 0px !important;
    border-left: 1px solid #fff;
    padding-left: 40px;
}

.navbar-toggle {
    border-color: #443B3D;
    margin: 25px 15px;
    background-color: #fff;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: #fff;
}

.navbar-toggle .icon-bar {
    background-color: #443B3D;
}

.navbar-toggler {
    background-color: #fff;
    border: 2px solid #443B3D;
    border-radius: 5px;
    font-size: 0.8rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    display: GRID;
    width: 1.5em;
    height: 3px;
    background-size: 100%;
    background: #443B3D;
    height: 2px;
    margin: 5px 1px;
}

li.active a.hvr-underline-from-center {
    display: inline-flex;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center {
    display: inline-flex;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}



.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}







/* top-header  */


.top-header a.navbar-brand.text-dark {
    font-weight: 600;
    font-size: 28px;
}


.top-header {
    background: #1227b8;
    border-bottom: 1px solid #fff;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.top-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-header ul li {
    display: inline-block;
    color: #000000;
}

.top-header ul.left-listing li:last-child {
    margin-left: 15px;
}

.top-header ul.left-listing li a {
    transition: 0.3s ease-in-out;
    font-weight: 500;
    color: #fff;
}


.top-header ul.left-listing li a:hover {
    color: #000;
    transition: 0.3s ease-in-out;
}

.top-header ul.right-listing li a i.fa {
    background: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
}

.top-header ul.right-listing li a:hover i.fa {
    background: #000000;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.top-header ul.right-listing li {
    margin-left: 5px;
}


.top-header ul li a {
    font-size: 16px;
}

.top-header .left-col {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top-header .right-col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top-header .top-header-social ul,
.top-header .top-header-contact ul {
    padding: 0;
    margin: 0;
}

.top-header .top-header-social ul li {
    display: inline-flex;
    color: #fff !important;
    margin-right: 12px;
}

.top-header .top-header-social ul li i {
    font-size: 23px;
    transition: 0.3s ease;
}

.top-header .top-header-social ul li:hover i,
.top-header .top-header-contact ul li:hover a {
    color: #bfbfbf;
    transition: 0.3s ease;
}

.top-header .left-col {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 30%;
}

.top-header .right-col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 70%;
}

.top-header .top-header-contact ul li:last-child a i {
    padding-right: 12px;
}

.top-header .top-header-contact ul li:first-child a i {
    padding-right: 12px;
}

.top-header .top-header-contact ul li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 14px;
    transition: 0.3s ease;
    margin-left: 30px;
}

.top-header .top-header-contact ul li .item-icon .fa {
    font-size: 18px;
}

.top-header .top-header-contact ul li .item-meta {
    padding-left: 7px;
}

.top-header .top-header-contact ul li p.item-title {
    margin-bottom: 8px;
}

.top-header .top-header-contact ul li:hover {
    color: #0E73E4;
    -webkit-text-fill-color: unset !important;
    transition: 0.3s ease;
}

.top-header .top-header-contact ul li:hover a {
    color: #0E73E4;
    -webkit-text-fill-color: unset !important;
    transition: 0.3s ease;
}

header nav.navbar ul.header-btn li {
    margin: 0px !important;
}


div#navbarSupportedContent {
    justify-content: flex-end;
}

header .navbar .top-header-social ul li {
    display: block;
    margin: 0px 5px !important;
}

header .navbar .top-header-social ul li:first-child {
    position: relative;
}

header .navbar .top-header-social ul li {
    display: flex;
    margin: 8px 0px !important;
    justify-content: fle;
    align-items: center;
}

header .navbar .top-header-social ul li a {
    padding-left: 25px !important;
}

header a.navbar-brand {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    transition: 0.3s ease;
}

header .navbar .top-header-social ul li:first-child a::before {
    content: '\f095';
    position: absolute;
    display: block;
    font-family: 'FontAwesome';
    left: 0;
}

header .navbar .top-header-social ul li a.header-email {
    position: relative;
}

header .navbar .top-header-social ul li a.header-email:before {
    content: '\f003';
    position: absolute;
    display: block;
    left: 0;
    font-family: 'FontAwesome';
}

.top-header-social ul li a {
    transition: 0.3s ease-in-out;
}

.top-header-social ul li a:hover .fa {
    background: #fff;
    border-radius: 50px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    color: #000;
    transition: 0.3s ease-in-out;
}

.top-header-social ul li a .fa {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}

/* end  */



/** Sticky */

header.sticky {
    position: fixed;
    top: 0;
    z-index: 99;
}

.top-header.top-sticky {
    display: none;
}

header.sticky .navbar ul li:last-child {
    padding-right: 0px !important;
}


header.sticky .navbar {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 20px;
    background-color: #ffffff;
    padding: 5px 0px !important;
}

header.sticky .navbar-nav>li {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    margin-top: unset !important;
}

header .navbar-nav>li:last-child {
    padding-right: 0px !important;
}

header.sticky .navbar-nav>li.phone {
    padding-right: 0px;

}

header.sticky .navbar-brand img {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

header a.nav-link.dropdown-toggle.active::after {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

header.sticky-mobile nav.navbar {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 1.3) 0px 5px 20px;
    background-color: #ffffff;
}

header .navbar .dropdown .dropdown-menu li {
    margin-top: 0;
    font-size: 16px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

header a.nav-link.dropdown-toggle {
    display: flex;
    align-items: center;
}

header ul.dropdown-menu {
    background: #fff !important;
}

header .navbar .dropdown .dropdown-menu li a.dropdown-item {
    line-height: 38px;
    padding-bottom: 0px !important;
}

header .navbar .dropdown .dropdown-menu li a.dropdown-item {
    /* background: #fff !important; */
    color: #000 !important;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 173px);
    padding-left: 10px !important;
}

header .navbar .dropdown .dropdown-menu li a.dropdown-item:hover {
    color: #ffffff !important;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    border-radius: 3px;
    background: linear-gradient(90deg, #D40000 -50%, #000000 100%, #D40000) !important;
    transition: 0.2s ease-in-out;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    text-shadow: 1px 1px 1px #000;
}


/* homepage-banner  */

.home-banner .section-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

.home-banner {
    background: url('/frontend/img/home/home-banner-bg.webp');
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 160px 0px 140px;
    margin-top: 112px;
    position: relative;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-banner .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-banner p {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: 1.2rem;
    font-weight: 500;
}

.home-banner h1 span {
    color: #D40000;
}

.home-banner .grow_spin {
    width: 160px;
    margin-top: 20px !important;
    justify-content: center;
    align-items: flex-start;
    border: 2px solid !important;
    border-top-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.home-banner .left-side {
    padding-right: 40px;
}



.home-banner-form .banner-form-btn:hover {
    background: linear-gradient(180deg, #000 0%, #D40000 50%, #000000) !important;
    transition: 0.3s ease-in-out;
    color: #fff !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
}

.home-banner .left-side,
.home-banner .right-side {
    position: relative;
}



.home-banner .banner-arrow {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.home-banner .banner-arrow i.fa {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 2px solid #000;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    bottom: 110px;
    font-family: 'FontAwesome';
    font-size: 25px;
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.banner-arrow i {
    animation: moveUpDown 1s infinite;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .5;
    background: rgb(0 0 0 / 0%);
}


form.banner-contact-form .banner-form-btn {
    background: linear-gradient(140deg, #D40000 0%, #000000 50%, #D40000) !important;
    border: 1px solid;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
    padding: 10px 30px;
}

form.banner-contact-form .banner-form-btn:hover {
    background: linear-gradient(180deg, #000 0%, #D40000 50%, #000000) !important;
    background-clip: padding-box, border-box !important;
    background-origin: padding-box, border-box !important;
}

form.banner-contact-form .field-area {
    padding: 8px;
}

form.banner-contact-form {
    padding: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
}

form.banner-contact-form .field-area input::placeholder,
form.banner-contact-form .field-area textarea.form-control::placeholder,
form.banner-contact-form .field-area select {
    color: #000;
}

.home-banner-form .form-main-row input.form-control::placeholder,
.home-banner-form .form-main-row textarea.form-control::placeholder,
.contact-us-page input.form-control::placeholder,
.contact-us-page textarea.form-control::placeholder {
    color: #ffffff;
    font-weight: 500;
}

.visa-terms-conditions ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.visa-terms-conditions ul li {
    position: relative;
    padding-left: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.visa-terms-conditions ul li::before {
    content: '\f054';
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    font-size: 15px;
    background: linear-gradient(180deg, #D40000 30%, #000000 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}


.section-top-bottom {
    padding: 100px 0px;
}

.services .service-item {
    box-shadow: 0px 3px 46px 0px color-mix(in srgb, #8cb8e9, transparent 15%);
    padding: 30px 30px;
    transition: all ease-in-out 0.3s;
    border-radius: 18px;
    border: 1px solid #D40000;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-top-right-radius: 120px;
    border-top-left-radius: 5px;
}

.services p.visa-price {
    background: linear-gradient(180deg, #D40000 30%, #000000 100%) !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 90px;
    text-align: center;
    margin-top: 15px;
    border-radius: 50px;
    padding: 6px 0px;
}

@keyframes moveLeftRigth {
    0% {
        transform: translateX(10px);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(10px);
    }
}

.services p.visa-price {
    animation: moveLeftRigth 1s infinite;
}

.services .service-item .icon {
    color: var(--contrast-color);
    background: #0E73E4;
    margin: 0;
    width: 64px;
    height: 64px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 28px;
    transition: ease-in-out 0.3s;
}

.services .service-item h3 {
    font-weight: 700;
    margin: 20px 0 5px 0;
    font-size: 22px;
    transition: ease-in-out 0.3s;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.services .service-item p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 0;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.services .service-item:hover {
    /* transform: translateY(-10px); */
    border-color: #EF991F;
}

.color-hadding h4 {
    background: linear-gradient(180deg, #D40000 30%, #000000 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.tour-section .single-tour {
    padding: 5px !important;
    position: relative;
    transition: transform 0.1s ease;
    margin: 0px 0px 70px;
}


.tour-section a.single-tour-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.tour-section a.single-tour-link .tour-item {
    width: 100%;
}

.tour-section a.single-tour-link img {
    height: 170px;
    width: 100%;
    border-radius: 100px;
    border-top-left-radius: 10px;
}

.tour-section a.single-tour-link h3 {
    position: absolute;
    background-color: rgb(0 0 0 / .8);
    color: #fff;
    padding: 8px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    bottom: -53px;
    border-bottom-left-radius: 31px !important;
    border-bottom-right-radius: 30px !important;
    border-radius: 10px;
    font-family: sans-serif;
}

.tour-section a.single-tour-link:hover h3 {
    background: rgb(0 0 0 / .8);
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
}

.services .service-item h3:hover {
    background: linear-gradient(180deg, #D40000 30%, #000000 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.service-details .services-list {
    padding: 10px 30px;
    border: 1px solid color-mix(in srgb, #0E73E4, transparent 90%);
    margin-bottom: 20px;
}

.service-details .services-list a {
    display: block;
    line-height: 1;
    padding: 8px 0 8px 15px;
    border-left: 3px solid color-mix(in srgb, #0E73E4, transparent 70%);
    margin: 20px 0;
    color: color-mix(in srgb, #0E73E4, transparent 20%);
    transition: 0.3s;
}

.service-details .services-list a.active {
    color: var(--heading-color);
    font-weight: 700;
    border-color: #0E73E4;
}

.service-details .services-list a:hover {
    border-color: #0E73E4;
}

.service-details .services-img {
    margin-bottom: 20px;
}

.service-details h3 {
    font-size: 26px;
    font-weight: 700;
}

.service-details h4 {
    font-size: 20px;
    font-weight: 700;
}

.service-details p {
    font-size: 15px;
}

.service-details ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.service-details ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

.service-details ul i {
    font-size: 20px;
    margin-right: 8px;
    color: #0E73E4;
}

.documents-required ul {
    list-style: none;
    padding: 0;
}

.home-page-cta {
    position: relative;
}

.home-page-cta .content-area {
    position: relative;
    z-index: 1;
}

.home-page-cta .content-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.home-page-cta .content-area ul li {
    position: relative;
    padding: 0px 30px;
    display: inline-block;
}

.home-page-cta .content-area ul li:first-child::before {
    content: '\f095';
    position: absolute;
    display: block;
    font-family: 'FontAwesome';
    left: 0;
}

.home-page-cta .content-area ul li:last-child::before {
    content: '\f003';
    position: absolute;
    display: block;
    font-family: 'FontAwesome';
    left: 0;
}

.home-page-cta .content-area ul li a {
    transition: 0.3s ease-in-out;
    text-shadow: 1px 1px 1px #000000 !important;
}

.home-page-cta .content-area ul li a:hover {
    transition: 0.3s ease-in-out;
    letter-spacing: 1px;
    color: #ffffff;
    text-shadow: unset !important;
    font-weight: 700;
}

.form-input-area .form-group.btn-area {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.faq-section .content-area {
    padding-top: 50px;
}

.faq-section {
    padding-top: 100px;
    padding-bottom: 0px !important;
}

.faq-section.ccm-faqs .accordion-item {
    background-color: #ffffff !important;
}

.faq-section .accordion-item {
    background-color: #040825 !important;
    border: 0.8px solid #2A2B2F !important;
    border-left: unset !important;
    border-right: unset !important;
}

.faq-section.ccm-faqs .accordion-item h2 {
    color: #ffffff !important;
    margin-bottom: 0px !important;
    font-size: 56px;
    font-weight: 700;
    line-height: 66px;
}

.faq-section .accordion-body {
    padding: 0px;
    margin-bottom: 20px;
}

.faq-section.ccm-faqs .accordion-body p {
    padding: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #2B2B2B !important;
}

.faq-section.ccm-faqs .accordion-item:nth-child(2),
.faq-section.ccm-faqs .accordion-item:nth-child(3),
.faq-section.ccm-faqs .accordion-item:nth-child(4),
.faq-section.ccm-faqs .accordion-item:nth-child(5),
.faq-section.ccm-faqs .accordion-item:nth-child(6) {
    border-top: none !important;
}

.faq-section.ccm-faqs .accordion-button {
    color: #2B2B2B !important;
    background-color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.faq-section .accordion-button {
    color: #fff !important;
    background-color: #040825;
    box-shadow: unset !important;
    padding: 0px !important;
    font-size: 18px;
    font-weight: 500;
}

.faq-section.ccm-faqs.bg-white .row {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 8px;
    border: 1px solid #0E73E4;
}

.home-page-cta {
    background: url("../img/home/cta-bg.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.home-page-cta .banner-overlay {
    background: rgb(0 0 0 / 45%);
}

.home-page-cta .content-area h3,
.home-page-cta .content-area h2,
.home-page-cta .content-area p,
.home-page-cta .content-area ul li a {
    text-shadow: 1px 1px 1px #000;
}





/* footer  */
.footer {
    background: #f5d1ab85;
    padding-bottom: 80px;
    padding-top: 80px;
    margin-top: 100px;
    color: #000000;
    position: relative;
}

.footer .banner-overlay {
    opacity: 1;
    background: rgb(0 0 0 / 45%);
}

.footer .row {
    z-index: 9;
    position: relative;
}

.footer .footer-logo-area img {
    width: 300px;
    filter: drop-shadow(2px 4px 6px black);
}

.footer .footer-links-area ul {
    padding: 0px;
    margin-bottom: 0px;
    list-style: none;
}

.footer .footer-logo-area {
    padding-right: 50px;
}

.footer .footer-logo-area ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.footer .footer-logo-area ul li {
    display: inline-flex;
    margin-right: 15px;
    font-size: 23px;
    transition: 0.3s ease;
}

.footer .footer-logo-area ul li a i {
    transition: 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .footer-logo-area ul li a i {
    background: #000000;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    color: #fff;
}

.footer .footer-logo-area ul li a:hover i {
    transition: 0.3s ease;
    color: #ffffff !important;
    text-shadow: none !important;
    background: #000000;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    font-weight: 100 !important;
    font-size: 16px;
}

.footer .footer-logo-area p {
    margin-bottom: 25px !important;
    margin-top: 20px;
    color: #fff;
}

.footer .footer-logo-area p {
    margin-bottom: 25px !important;
    margin-top: 20px;
    color: #000000;
}

.footer .footer-links-area ul li {
    margin-bottom: 10px;
    transition: 0.3s ease;
}

.footer .footer-links-area ul li a {
    transition: 0.3s ease;
}

.footer .footer-links-area ul li a:hover {
    transition: 0.3s ease;
    text-decoration: underline !important;
    color: #D40000 !important;
    letter-spacing: 1px;
}

.footer .footer-links-area ul li i.fa {
    margin-right: 10px;
    transition: 0.3s ease;
}

.footer .last-col .footer-links-area ul li a:hover i.fa {
    color: #040825 !important;
    background: unset !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    transition: 0.3s ease;
}

.footer .last-col li:first-child img {
    margin-top: 4px;
}

.footer .last-col ul li:last-child:before {
    content: '\f017';
    position: absolute;
    left: 0;
    font-family: fontawesome;
    font-weight: lighter;
}

.footer .last-col .footer-links-area {
    padding-left: 25px;
}

.footer p,
.footer li,
.footer li a {
    font-size: 18px;
}

.footer .last-col li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer-copyright {
    background: #D40000;
    padding: 0px !important;
}

.footer-copyright .copyright-area .content-area {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .last-col li img {
    display: inline-flex;
    margin-right: 10px;
}

.footer-copyright .copyright-area .content-area p {
    margin-bottom: 0px;
    padding: 15px 0px;
    color: #fff;
}

.footer-copyright .copyright-area .content-area p a {
    transition: 0.3s ease;
}

.footer-copyright .copyright-area .content-area p a:hover {
    color: #000000 !important;
    transition: 0.3s ease;
}


/* default button  */

header nav.navbar ul li .grow_spin a {
    padding-bottom: 0px !important;
    color: #fff;
    font-weight: 600;
    padding: 17px 24px !important;
}

header nav.navbar ul li .grow_spin a:hover {
    color: #49494A !important;
}

.grow_spin {
    border: 0.25rem solid #0E73E4;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(140deg, #D40000 0%, #000000 50%, #D40000) !important;
    border-radius: 50px;
    background-clip: padding-box, border-box !important;
    background-origin: padding-box, border-box !important;
    color: #ffffff !important;
    transition: 0.3s ease !important;
    border: 2px solid #fff !important;
    border-radius: 8px !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 14px !important;
    display: inline-flex;
    justify-self: center;
    align-items: center;
    text-shadow: 1px 1px 1px #000;
    border-top-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.grow_spin a {
    padding: 17px 24px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grow_spin:hover {
    color: #000000 !important;
    border: 2px solid #ffffff !important;
    transition: 0.3s ease !important;
    border-radius: 8px !important;
    text-shadow: unset !important;
}

.grow_spin::after {
    content: "";
    position: absolute;
    z-index: -1;
    padding: 0.85em 0.75em;
    display: flex;
    background: linear-gradient(180deg, #000 0%, #D40000 50%, #000000) !important;
    color: #fff !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
}

.grow_spin[class^="grow"]::after {
    transition: all 0.3s ease;
}

.grow_spin[class^="grow"]:hover::after {
    transition: all 0.3s ease-out;
}

.grow_spin::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(0, 0) rotate(-180deg);
}

.grow_spin:hover::after {
    transform: scale(1, 1) rotate(0deg);
}

.footer .last-col ul li {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 25px;
    line-height: 24px;
}

.footer .last-col ul li:first-child::before {
    content: '\f041 ';
    position: absolute;
    display: flex;
    font-family: 'FontAwesome';
    left: 0;
}

.footer .last-col ul li:nth-child(2)::before {
    content: '\f095';
    position: absolute;
    display: block;
    font-family: 'FontAwesome';
    left: 0;
}

.footer .last-col ul li:nth-child(3):before {
    content: '\f003';
    position: absolute;
    display: block;
    font-family: 'FontAwesome';
    left: 0;
}

p.whatsapp-btn {
    margin-bottom: 0px;
    padding: 12px 12px !important;
}

ul.footer-contact li {
    position: relative;
    padding-left: 25px;
    margin: 0px 20px !important;
}

ul.footer-contact li:nth-child(2)::before {

    content: '\f003';
    position: absolute;
    display: block;
    font-family: 'FontAwesome';
    left: 0;
}

ul.footer-contact li:last-child::before {

    content: '\f041 ';
    position: absolute;
    display: block;
    font-family: 'FontAwesome';
    left: 0;
}

ul.footer-contact li:first-child::before {
    content: '\f095';
    position: absolute;
    display: flex;
    font-family: 'FontAwesome';
    left: 0;
}


.our-services .content-area {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 25px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transition: 0.3s ease-in-out;
}

.our-services .content-area {
    border-left: 5px solid #D40000;
    border-right: 5px solid #D40000;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transition: 0.3s ease-in-out;
}

.our-services .content-area:hover {
    border-top: 2px solid #D40000;
    border-bottom: 2px solid #D40000;
    transition: 0.3s ease-in-out;
    background: #d3d3d363;
}

.our-services .card-top {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 27px;
}

.our-services .item-icon {
    margin-right: 15px;
    min-width: 81px;
    width: 81px;
    height: 83px;
    position: relative;
    background-color: #FBF0DB;
    border-radius: 6px;
    font-size: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-services .card-bottom p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 0;
}

/* inner pages banner  */

.inner-pages-banner {
    background: url(../img/inner-pages/inner-page-banner-image.jpg);
    background-position: center 65%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin-top: 126px;
}

.inner-pages-banner .content-area {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.innerpage-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.inner-pages-banner .content-area {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 110px 0px;
}

.inner-pages-banner .content-area h1 {
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
    color: #fff !important;
    text-shadow: 0px 0px 1px white, 0px 0px 3px black;
    z-index: 2;
    font-size: 40px !important;
}

textarea.form-control,
.accordion-item .card,
input.form-control,
select.form-control {
    border: 1px solid #ffffff;
    background: #ffffff;
    padding: 10px 15px;
    border-top-right-radius: 100px;
}

.contact-us-page textarea.form-control,
.contact-us-page input.form-control,
.contact-us-page select.form-control {
    border: 1px solid #D40000;
}

div#bookNowModal .grow_spin .btn-payment-form {
    color: #fff;
}

div#bookNowModal .grow_spin .btn-payment-form:hover {
    color: #ffffff;
}

ul.contact-list {
    list-style: none;
    padding: 0;
}


ul.contact-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 15px;
}


ul.contact-list li i.fa {
    padding-right: 10px;
    font-weight: 600;
}

.simple-content .content-area a,
.contact-us-page a {
    color: #3498db;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.simple-content p a,
.contact-us-page p a,
.transit-visa-details p a,
.transit-visa-details li a {
    color: #D40000 !important;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.simple-content p a:hover,
.contact-us-page p a:hover,
.transit-visa-details p a:hover,
.transit-visa-details li a:hover {
    background: linear-gradient(180deg, #D40000 60%, #000000 70%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    transition: 0.3s ease-in-out;
}

.simple-content .content-area a:hover,
.contact-us-page a:hover,
.transit-visa-details a:hover {
    color: rgb(0 0 0);
    transition: 0.3s ease-in-out;
}

.no-margin {
    margin: 0;
}

.simple-content ul.country-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.simple-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.simple-content ul.country-list li {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 13%;
    padding-bottom: 20px;
}

.simple-content ul.country-list li::before {
    display: none;
}

.simple-content ul.country-list li img {
    width: 25px;
    margin-right: 5px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.simple-content ul ul {
    padding-left: 30px !important;
    padding-top: 10px;
    list-style: circle;
    padding-bottom: 0px;
}

.simple-content ul ul li {
    padding-bottom: 0px;
}

.simple-content ul {
    padding-bottom: 20px;
}

.simple-content ul li {
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.simple-content ul li::before {
    content: '\f013';
    position: absolute;
    display: block;
    left: 0;
    font-family: fontawesome;
    color: #D40000;
}

.simple-content table {
    border: 1px solid #3498db;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px, rgba(0, 0, 0, 0.12) 0px -8px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 3px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    margin-top: 30px;
}

.grow_spin a .fa-arrow-right {
    font-size: 14px;
}

.simple-content h3 {
    padding-top: 15px;
}

.inner-page-faqs .row {
    box-shadow: none !important;
    border: none !important;
}

.inner-page-faqs .row .content-area {
    padding-top: 0px;
}

.services .service-item img {
    display: block;
    border-radius: 10px;
    width: 150px;
    margin: 0 auto;
}

.transit-visa-details table {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px, rgba(0, 0, 0, 0.12) 0px -8px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 3px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    margin-bottom: 60px;
}

.transit-visa-details .table-bordered td,
.transit-visa-details .table-bordered th {
    border: 1px solid #D40000;
    border-bottom: 1px solid #D40000;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #D40000;
}

.simple-content .content-area .table-bordered td,
.simple-content .content-area .table-bordered th {
    border: 1px solid #3498db;
    border-bottom: 1px solid #3498db;
}

.transit-visa-details {
    padding-bottom: 0px !important;
    padding-top: 80px;
}


.transit-visa-details tbody .btn-dark i.fa {
    display: none;
}

.transit-visa-details .grow_spin a {
    padding: 13px 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.transit-visa-details .simple-content .content-area .grow_spin {
    color: #fff !important;
}

.transit-visa-details p,
.single-service-content p,
.single-service-content ul li,
.simple-content .content-area p {
    color: #424040;
}

.simple-content .content-area a {
    color: #ffffff;
}

.simple-content.section-top-bottom.schengen-page {
    padding-top: 0px;
    padding-bottom: 40px;
}


.home-page-cta a {
    color: #fff;
}

.dropdown:hover .dropdown-menu {
    color: rgb(0, 0, 0);
    width: 340px;
    display: block;
    padding: 0px 0px;
    margin-left: -10px;
    margin-top: 0px;
    border: 1px solid #000000;
    border-radius: 5px !important;
}

.footer-copyright .copyright-area .content-area p a:hover {
    color: #000000 !important;
}



.contact-us-page label.form-label {
    display: none !important;
}

.map-area {
    line-height: 0;
}

.simple-content .table td,
.simple-content .table th {
    vertical-align: middle;
}

.combine-bg {
    background: url('../img/home/culture-experience-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.culture-experience {
    margin-top: 80px;
}

.home-page-cta .button-area .grow_spin a {
    color: #000;
}

.transit-visa-details h2,
.single-service-content h2,
.simple-content h2 {
    font-size: 1.6rem;
    line-height: 44px;
    margin-bottom: 10px !important;
    margin-top: 25px;
}

.transit-visa-details p:last-child,
.single-service-content p:last-child,
.simple-content p:last-child {
    margin-bottom: 0px !important;
}

.transit-visa-details ul li:last-child,
.single-service-content ul li:last-child,
.simple-content ul li:last-child {
    padding-bottom: 0px !important;
}

.inner-page-faqs {
    padding-bottom: 30px !important;
}

.home-page-slider .same-content-area .grow_spin {
    width: 160px;
}





.contact-us-page .content-area .form-input-area .form-field-content {
    border: 1px solid #D40000;
}

.section-space {
    padding: 100px 0px;
}


.faq-section .accordion-body ul {
    list-style: circle;
    padding: 0px 0px 0px 20px;
}

.grow_spin:hover a {
    color: #ffffff;
}


.home-banner .grow_spin a {
    padding: 17px 17px !important;
}

.home-page-cta .content-area h2 br {
    display: none;
}

.one-stop-solution .item {
    display: flex;
}

.one-stop-solution .main-content {
    border: 1px solid #D40000;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 30px;
    width: 100%;
    margin-bottom: 25px;
    border-top-left-radius: 100px;
}

.one-stop-solution .main-content h4 {
    padding: 20px 0px 15px;
    margin: 0px;
}

.one-stop-solution .main-content a {
    color: #D40000 !important;
    display: block;
    transition: 0.3s ease;
    font-weight: 500;
}

.one-stop-solution .main-content a:hover {
    background: linear-gradient(180deg, #D40000 60%, #000000 70%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    transition: 0.3s ease;
}

.one-stop-solution .main-content a:last-child {
    margin-top: 10px;
}


.transit-visa-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
}


.transit-visa-details ul li {
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.transit-visa-details ul li::before {
    content: '\f0a3';
    position: absolute;
    display: block;
    left: 0;
    font-family: fontawesome;
    color: #D40000;
    font-size: 14px;
    top: 4px;
}

.content-area .form-input-area .form-field-content {
    border: 1px solid #fff;
    padding: 20px 20px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-area .form-input-area .form-field-content form.row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.services .service-item .item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.modal-dialog .form-control {
    margin: 0px !important;
    border: 1px solid #D40000;
}



.content-area .form-input-area .form-field-content select#type {
    font-weight: 500;
}


.faq-section.ccm-faqs .accordion-item h2 {
    margin: 0px;
}

.home-banner input#keyword {
    border: 1px solid #D40000;
}

.form-control:focus {
    border-color: #D40000 !important;
    box-shadow: 0 0 0 .25rem rgba(255, 50, 3, .25) !important;
}



/* why choose us section */


.why-choose-us .item {
    display: flex;
}

.why-choose-us .item .content-area {
    box-shadow: 0px 3px 46px 0px color-mix(in srgb, #8cb8e9, transparent 15%);
    padding: 30px 25px;
    transition: all ease-in-out 0.3s;
    border-radius: 18px;
    border: 1px solid #D40000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.why-choose-us {
    background: #edecec;
}


/* how to apply  */



.how-to-apply .item .content-area {
    box-shadow: 0px 3px 46px 0px color-mix(in srgb, #8cb8e9, transparent 15%);
    padding: 15px 15px;
    transition: all ease-in-out 0.3s;
    border-radius: 8px;
    border: 1px solid #D40000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
}


.how-to-apply .item .item-content-area {
    padding: 20px 10px;
}

.how-to-apply .item .item-content-area h4 {
    text-align: left;
    line-height: 24px;
}

.how-to-apply .item .item-content-area h4:hover {
    background: linear-gradient(60deg, #D40000 30%, #000000 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.how-to-apply .item .item-content-area .item-footer {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}


li.nav-item.dropdown.schenge-dropdown ul.dropdown-menu {
    width: 800px;
    left: -300px;
}

li.nav-item.dropdown.schenge-dropdown ul.dropdown-menu li a {
    border-bottom: 1px solid #000;
    width: 95%;
}

li.nav-item.dropdown.world-dropdown ul.dropdown-menu {
    width: 200px;
}

li.nav-item.dropdown.schenge-dropdown ul.dropdown-menu .col-xxl-4:last-child li a,
li.nav-item.dropdown.schenge-dropdown ul.dropdown-menu .col-xxl-4:nth-last-child(2) li a {
    border-bottom: unset;
}



/* inner pages  style  */

.transit-visa-details .detail-page-img {
    width: 850px;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    margin-bottom: 30px !important;
    padding: 0px;
}

.transit-visa-details h4 {
    padding: 20px 0px 10px;
    margin: 0px;
}

.transit-visa-details .simple-image {
    margin: 0 auto;
    display: block;
    padding-top: 40px;
}

.visa-detail-page-cta {
    padding: 60px;
    border: 1px solid #D40000;
    border-radius: 8px;
    margin-top: 40px;
    box-shadow: 0 3px 46px 0 color-mix(in srgb, #8cb8e9, transparent 15%);
}

.visa-detail-page-cta p {
    margin: 0 auto;
    font-size: 24px;
    font-weight: 600;
    text-align: center !important;
    line-height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.visa-detail-page-cta p::before {
    content: '';
    position: absolute;
    display: block;
    background: url('/frontend/img/inner-pages/cta-left.png');
    left: 0;
    width: 120px;
    height: 104px;
    background-repeat: no-repeat;
    background-position: center;
}

.visa-detail-page-cta p::after {
    content: '';
    position: absolute;
    display: block;
    background: url('/frontend/img/inner-pages/cta-right.png');
    right: 0;
    width: 120px;
    height: 104px;
    background-repeat: no-repeat;
    background-position: center;
}

.transit-visa-details p a {
    font-weight: 500;
}

.simple-content .content-area a:hover {
    color: #fff !important;
}

div#faqs_section .row {
    padding-top: 60px;
}

.how-to-apply .pagination-wrapper {
    margin-top: 60px !important;
}

.how-to-apply .flex.justify-between.flex-1.sm\:hidden {
    display: flex;
    justify-content: center;
    align-items: center;
}

.how-to-apply .pagination-wrapper .inline-flex,
.how-to-apply .pagination-wrapper .inline-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
}

.how-to-apply p.text-sm.text-gray-700.leading-5 {
    margin: 15px 0px;
}

.how-to-apply .pagination-wrapper svg.w-5.h-5 {
    width: 24px;
    height: 25px;
}

.how-to-apply .pagination-wrapper a.relative {
    background: linear-gradient(30deg, #D40000 30%, #000000 100%) !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    color: #fff;
    border: 1px solid #000 !important;
}

.how-to-apply span.relative.inline-flex.items-center {
    background: #e5e5e5 !important;
    border: 1px solid #000 !important;
}


/* single blog  */


.sidebar {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 0 .1rem rgb(161 190 237) !important;
}

.sidebar .widget {
    margin-bottom: 25px;
}

.sidebar .widget h3 {
    font-size: 1.2em;
    margin-bottom: 15px;
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}

.sidebar .widget ul {
    list-style: none;
    padding: 0;
}

.sidebar .widget ul li {
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
    display: block;
}

.sidebar .widget ul li a {
    color: #555;
    text-decoration: none;
}

.sidebar .widget ul li a:before {
    content: '\f054';
    position: absolute;
    display: block;
    left: 0;
    font-family: fontawesome;
    color: #3498db;
    background: linear-gradient(180deg, #D40000 30%, #000000 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    top: 4px;
}

.sidebar .widget ul li a:hover {
    color: #007bff;
}

.tags-widget .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tags-widget .tag {
    padding: 5px 10px;
    background-color: #007bff;
    color: #fff;
    border-radius: 4px;
    font-size: 0.9em;
    text-decoration: none;
}

.tags-widget .tag:hover {
    background-color: #0056b3;
}

.how-to-apply .row {
    display: flex;
    justify-content: center;
}

.how-to-apply .item {
    display: flex;
    margin-bottom: 24px;
}


/* detail-blog */

.detail-blog .content-area .detail-page-img {
    border-radius: 8px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    margin-bottom: 60px;
}

.detail-blog .content-area h2,
.detail-blog .content-area h3 {
    margin: 0px !important;
    padding-bottom: 12px;
    padding-top: 20px;
}

.detail-blog .content-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
}

.detail-blog .content-area ul li {
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
    display: block;
}

.detail-blog .content-area ul li::before {
    content: '\f054';
    position: absolute;
    display: block;
    left: 0;
    font-family: fontawesome;
    color: #3498db;
    background: linear-gradient(180deg, #D40000 30%, #000000 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    top: 4px;
}


.detail-blog .content-area .social-share {
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail-blog .content-area .social-share h4 {
    padding-right: 20px;
}

.detail-blog .content-area .social-share a {
    color: #fff;
}

.how-to-apply .content-area p.text-start {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 0px;
}

.detail-blog div#faqs_section .accordion-header {
    padding: 0px !important;
}

.detail-blog div#faqs_section .accordion-body p {
    margin-bottom: 0px;
}

.detail-blog div#faqs_section .accordion-button:not(.collapsed),
.detail-blog div#faqs_section .accordion-button {
    padding: 10px 20px !important;
}

.detail-blog div#faqs_section .accordion-header button.accordion-button {
    font-weight: 700;
}


.detail-blog div#faqs_section .accordion-button:not(.collapsed) {
    padding: 10px 20px !important;
    background: linear-gradient(180deg, #D40000 30%, #000000 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    box-shadow: 0 0 0 .25rem rgba(255, 50, 3, .25) !important;
}

.simple-content .content-area.terms h3 {
    text-transform: uppercase;
}


.awesome-services .item .img-fluid {
    border-radius: 10px;
    box-shadow: 0px 3px 46px 0px color-mix(in srgb, #8cb8e9, transparent 15%);
}

ul.main-list {
    padding: 0px;
    list-style: none;
}

ul.main-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

ul.main-list li::before {
    content: '\f013';
    position: absolute;
    display: block;
    left: 0;
    font-family: fontawesome;
    color: #D40000;
}

.heart-section .item .content-area {
    box-shadow: 0px 3px 46px 0px color-mix(in srgb, #8cb8e9, transparent 15%);
    padding: 30px;
    transition: all ease-in-out 0.3s;
    border-radius: 10px;
    border: 1px solid #D40000;
    text-align: center;
}

.heart-section .item .content-area p {
    margin-bottom: 0px;
    font-size: 16px;
}

.heart-section .item:nth-child(2) .content-area {
    padding: 15px !important;
}

.latest-terms-conditions .right-side {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.home-page-cta .form-control::placeholder {
    color: #000 !important;
}

.home-page-cta .content-area .form-input-area .form-field-content {
    padding: 5px;
}

.inner-page-cta {
    padding: 40px 15px;
    border: 1px solid #ff3203;
    border-radius: 8px;
    margin-top: 40px;
}

.inner-page-cta p {
    margin: 0 auto;
    font-size: 24px;
    font-weight: 600;
    text-align: center !important;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    flex-flow: wrap;
    line-height: 34px;
}

.inner-page-cta p::after,
.inner-page-cta p::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 104px;
    z-index: -1;
}

.inner-page-cta p::before {
    display: block;
    background: url('/frontend/img/inner-pages/cta-left.png') center no-repeat;
    left: 0;
}

.inner-page-cta p::after {
    display: block;
    background: url('/frontend/img/inner-pages/cta-right.png') center no-repeat;
    right: 0;
}



/* about us  */


.about-us .right-side img {
    border-radius: 8px;
}

.about-us .right-side {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.about-us .right-side .right-side-content p.experience {
    position: absolute;
    right: 12px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    background: #D40000;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 30px;
}

.about-us .left-side-content .item-area {
    position: relative;
    padding-left: 40px;
}

.about-us .left-side-content .item-area::before {
    content: '\f064';
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #f72134;
    left: 0;
    top: 7px;
    font-family: fontawesome;
}


/* our services  */

.our-services .content-area {
    box-shadow: 0 2px 15px rgba(0, 0, 0, .3);
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 25px;
    transition: .3s ease-in-out;
}

.our-services .card-top {
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 27px;
}

.our-services .item-icon {
    margin-right: 15px;
    min-width: 81px;
    width: 81px;
    height: 83px;
    position: relative;
    background-color: #fbf0db;
    border-radius: 6px;
    font-size: 34px;
    justify-content: center;
    align-items: center;
}

.our-services .card-bottom p,
.services .service-item p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 0;
}

.our-services .col-lg-4.col-md-6.col-sm-12 {
    display: flex;
}

.our-services .item-icon i {
    color: #ed8d07;
}

.our-services .item-icon.two i.fa.fa-check {
    color: #0057fe;
}

.our-services .item-icon.two i.fa.fa-check {
    color: #0057fe;
}

.our-services .item-icon.three i.fa.fa-plane {
    color: #fd0036;
}

.our-services .item-icon.five i.fa.fa-desktop {
    color: #6b00ff;
}

.our-services .item-icon.four i.fa.fa-building {
    color: #D40000;
}

.our-services .item-icon.two {
    background-color: #d9e6ff;
}

.our-services .item-icon.three {
    background-color: #ffe3eb;
}

.our-services .item-icon.four {
    background-color: #d9ecdf;
}

.our-services .item-icon.five {
    background-color: #ecdffe;
}
