body,
h1,
h2,
h3,
h4,
h5,
header nav.navbar ul li a {
    font-family: "Roboto", sans-serif;
}

body,
h3 {
    line-height: 30px
}

.top-header .top-header-contact ul li .item-icon .fa,
body {
    font-size: 18px
}

.home-banner h1,
.section {
    text-align: left
}

.simple-content table,
.transit-visa-details table {
    box-shadow: rgba(0, 0, 0, .25) 0 5px 10px, rgba(0, 0, 0, .12) 0 -8px 30px, rgba(0, 0, 0, .12) 0 4px 6px, rgba(0, 0, 0, .17) 0 3px 13px, rgba(0, 0, 0, .09) 0 -3px 5px
}

body {
    background: #fff;
    font-weight: 400;
    overflow-x: hidden !important;
    color: #2b2b2b !important;
    scroll-behavior: smooth
}

h1,
h2 {
    font-weight: 700
}

a:hover {
    text-decoration: none !important
}

.top-header .top-header-contact ul,
.top-header .top-header-social ul,
header .navbar-brand {
    padding: 0;
    margin: 0
}

h1 {
    font-size: 56px;
    line-height: 66px;
    color: #030929 !important
}

span.h1-heading-span {
    background: linear-gradient(90deg, #03228f 41.55%, #03228f 130.83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

h2 {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 22px !important;
    color: #030929
}

span.color-text {
    background: linear-gradient(90deg, #0e73e4 41.55%, #0e73e4 130.83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

span.underline-word {
    border-bottom: 2px solid #0e73e4 !important
}

h3 {
    font-size: 25px;
    font-weight: 600;
    color: #000
}

h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 15px;
    color: #0e73e4 !important
}

.navbar-nav,
h5 {
    margin-bottom: 0
}

h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 60px
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    color: inherit;
    text-decoration: none
}

.section-padding {
    padding: 0 120px !important
}

header a.navbar-brand span {
    color: #bdfc0f
}

header a.navbar-brand:hover {
    color: #bdfc0f;
    transition: .3s
}

header nav.navbar {
    box-shadow: rgba(0, 0, 0, .3) 0 5px 20px;
    background: linear-gradient(90deg, #fff 0, #fff 100%);
    color: #fff
}

header {
    width: 100%;
    position: fixed;
    z-index: 10;
    transition: .3s ease-in-out;
    top: 48px
}

.header-padding {
    padding: 0 120px
}

header .navbar-brand img {
    position: relative;
    background-color: transparent;
    width: 260px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    margin-left: -10px
}

.navbar-nav {
    border-radius: 0;
    min-height: 30px;
    border: none;
    padding: 0;
    position: relative;
    transition: .5s ease-in-out
}

.navbar-nav>li,
header.sticky .navbar-brand img {
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .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: -30px;
    top: 25px;
    font-size: 25px;
    color: #000 !important
}

a.nav-link.dropdown-toggle,
header .navbar .top-header-social ul li a.header-email,
header .navbar .top-header-social ul li:first-child {
    position: relative
}

header .navbar ul li.nav-item.dropdown {
    margin-right: 40px !important
}

header nav.navbar ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
    padding: 0 !important
}

header nav.navbar ul li a.active {
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
    color: #000
}

header nav.navbar ul.header-btn {
    margin: 0 !important;
    padding: 0 !important
}

.footer-copyright a,
.transit-visa-details .simple-content .content-area .grow_spin,
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: 0 15px !important
}

header .navbar ul li.nav-item.contact-us-link {
    margin-right: 0 !important
}

header .navbar ul li.nav-item.contact-us-link a {
    background: #ff9500;
    padding: 12px 20px !important;
    border-radius: 50px;
    border: 1px solid #ff9500;
    transition: .3s ease-in-out;
    color: #fff
}

header .navbar ul li.nav-item.contact-us-link a:hover {
    background: #000;
    border: 1px solid #000;
    transition: .3s ease-in-out
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #fff;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.navbar-nav>.active>a,
.navbar-nav>.active>a:focus,
.navbar-nav>.active>a:hover {
    color: #443b3d;
    background-color: transparent
}

.navbar-nav>li>a:focus,
.navbar-nav>li>a:hover {
    color: #ff9500;
    background-color: transparent
}

.navbar-toggle,
.navbar-toggle:focus,
.navbar-toggle:hover,
.navbar-toggler {
    background-color: #fff
}

header .navbar ul {
    list-style-type: none;
    margin-right: 0
}

header .top-header-social ul {
    margin: 0 !important;
    border-left: 1px solid #fff;
    padding-left: 40px
}

.navbar-toggle {
    border-color: #443b3d;
    margin: 25px 15px
}

.navbar-toggle .icon-bar {
    background-color: #443b3d
}

.navbar-toggler {
    border: 2px solid #443b3d;
    border-radius: 5px;
    font-size: .8rem
}

.navbar-toggler:focus {
    box-shadow: none
}

.navbar-toggler-icon {
    display: GRID;
    width: 1.5em;
    background: #443b3d;
    height: 2px;
    margin: 5px 1px
}

.hvr-underline-from-center,
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 transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

.top-header,
header.sticky {
    position: fixed;
    z-index: 99;
    top: 0
}

.hvr-underline-from-center:active:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:hover:before {
    left: 0;
    right: 0
}

.top-header a.navbar-brand.text-dark {
    font-weight: 600;
    font-size: 28px
}

.top-header {
    background: #ff9500;
    border-bottom: 1px solid #ff9500;
    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: #fff
}

.top-header ul.left-listing li:last-child {
    margin-left: 15px
}

.top-header ul.left-listing li a {
    transition: .3s ease-in-out;
    font-weight: 500
}

.top-header ul.left-listing li a:hover {
    color: #000;
    transition: .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: .3s ease-in-out;
    color: #000
}

.top-header ul.right-listing li a:hover i.fa {
    background: #000;
    color: #fff;
    transition: .3s ease-in-out
}

.top-header ul.right-listing li {
    margin-left: 5px
}

.top-header ul li a {
    font-size: 16px
}

.home-banner-form .form-main-row .form-heading-area,
.top-header .left-col {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.home-banner-form .form-main-row .left-col,
.top-header .right-col {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.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: .3s
}

.top-header .top-header-contact ul li:hover a,
.top-header .top-header-social ul li:hover i {
    color: #bfbfbf;
    transition: .3s
}

.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:first-child a i,
.top-header .top-header-contact ul li:last-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;
    font-size: 15px;
    font-weight: 600;
    line-height: 14px;
    transition: .3s;
    margin-left: 30px
}

.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,
.top-header .top-header-contact ul li:hover a {
    color: #0e73e4;
    -webkit-text-fill-color: unset !important;
    transition: .3s
}

header nav.navbar ul.header-btn li {
    margin: 0 !important
}

div#navbarSupportedContent {
    justify-content: flex-end
}

header .navbar .top-header-social ul li {
    display: block;
    display: flex;
    margin: 8px 0 !important;
    justify-content: fle;
    align-items: center
}

header a.navbar-brand {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    transition: .3s
}

.footer .last-col ul li:nth-child(2)::before,
.home-page-cta .content-area ul li:first-child::before,
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:before {
    content: '\f003';
    position: absolute;
    display: block;
    left: 0;
    font-family: FontAwesome;
}

.home-page-cta .content-area ul li a,
.top-header-social ul li a {
    transition: .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: .3s ease-in-out
}

.top-header-social ul li a .fa {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease-in-out
}

.simple-content ul.country-list li::before,
.top-header.top-sticky,
.transit-visa-details tbody .btn-dark i.fa,
button.slick-arrow::before {
    display: none
}

header .navbar-nav>li:last-child,
header.sticky .navbar ul li:last-child {
    padding-right: 0 !important
}

header.sticky .navbar {
    box-shadow: rgba(0, 0, 0, .3) 0 5px 20px;
    background-color: #0e73e4;
    padding: 5px 0 !important
}

header.sticky .navbar-nav>li {
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    margin-top: unset !important
}

header.sticky .navbar-nav>li.phone {
    padding-right: 0
}

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: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    box-shadow: #000 0 5px 20px;
    background-color: #fff
}

header .navbar .dropdown .dropdown-menu li {
    margin-top: 0;
    font-size: 16px !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

header a.nav-link.dropdown-toggle {
    padding-bottom: 39px !important;
    display: flex;
    align-items: center
}

header ul.dropdown-menu {
    background: #000 !important
}

header .navbar .dropdown .dropdown-menu li a.dropdown-item {
    line-height: 38px;
    padding-bottom: 0 !important;
    background: #000 !important;
    color: #fff !important;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s 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 {
    background: #ff9500 !important;
    color: #fff !important;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    border-radius: 3px
}

.home-banner .section-padding {
    padding-top: 0;
    padding-bottom: 0
}

.home-banner .row,
.home-page-cta .content-area {
    position: relative;
    z-index: 1
}

.home-banner h1 {
    line-height: 74px;
    text-shadow: 1px 1px 1px #000;
    color: #fff !important
}

.right-side-content .image-area .item {
    display: inline-block;
    margin: 0 30px
}

.right-side-content .image-area .item img {
    width: 180px
}

.hover-image {
    transition: transform .1s ease-out
}

.home-banner {
    padding: 120px 0 80px;
    margin-top: 112px;
    position: relative
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .4;
    background: rgb(0 0 0 / 40%)
}

.home-banner h1 span.one {
    color: #ff9500;
    font-size: 70px;
    line-height: 84px;
    text-shadow: 1px 1px 0 #000
}

.home-banner .grow_spin {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #fff !important
}

.home-banner .grow_spin a:hover {
    background: #fff !important;
    color: #000 !important
}

.home-banner .grow_spin:hover {
    border: 1px solid #000 !important
}

.section-top-bottom {
    padding: 80px 0
}

.services .service-item {
    box-shadow: 0 3px 46px 0 color-mix(in srgb, #8cb8e9, transparent 15%);
    padding: 30px;
    transition: .3s ease-in-out;
    border-radius: 18px;
    border: 2px solid transparent;
    height: 100%
}

.services .service-item .icon {
    color: var(--contrast-color);
    background: #0e73e4;
    margin: 0 0 20px;
    width: 64px;
    height: 64px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    transition: .3s ease-in-out
}

.services .service-item h3 {
    font-weight: 700;
    margin: 10px 0 15px;
    font-size: 22px;
    transition: .3s ease-in-out
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.our-services .card-bottom p,
.services .service-item p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 0
}

.services .service-item:hover {
    transform: translateY(-10px);
    border-color: #ff9500
}

.services .service-item h3:hover {
    background: linear-gradient(180deg, #ff3203 30%, #000 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important
}

@media (min-width:1365px) {
    .services .service-item h3:hover {
        background: linear-gradient(180deg, #ff3203 30%, #000 100%) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important
    }
}

.service-details .services-list {
    padding: 10px 30px;
    border: 1px solid;
    margin-bottom: 20px
}

.service-details .services-list a {
    display: block;
    line-height: 1;
    padding: 8px 0 8px 15px;
    border-left: 3px solid;
    margin: 20px 0;
    color: color-mix(in srgb, #0e73e4, transparent 20%);
    transition: .3s
}

.documents-required ul,
.service-details ul,
ul.contact-list {
    padding: 0;
    list-style: none
}

.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,
.service-details ul {
    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 li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 24px;
    padding-bottom: 12px
}

.documents-required ul li::before {
    content: '\f054';
    position: absolute;
    display: block;
    font-family: FontAwesome;
    left: 0;
    font-size: 14px;
    color: #03228f
}

.grow_spin,
.slick-dots li button:before,
.slick-next,
.slick-prev {
    font-size: 16px !important
}

.documents-required img {
    border-radius: 8px;
    width: 90%
}

.home-banner-form .form-main-row {
    box-shadow: 0 0 15px 0 #01010140;
    border: 1px solid;
    border-image-source: linear-gradient(90deg, #03228F 41.55%, #03228F 130.83%);
    padding: 30px;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 9;
    border-radius: 8px
}

.home-banner-form .form-main-row input.form-control::placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    padding: 12px 0
}

.home-banner-form .form-main-row input.form-control,
select.form-select {
    padding: 12px;
    margin-bottom: 30px
}

.footer-copyright .copyright-area .content-area,
.home-banner .row,
.home-banner-form .form-main-row .form-input-area {
    display: flex;
    justify-content: center;
    align-items: center
}

.home-banner-form .form-main-row .left-col .button-area {
    margin-right: -30px
}

.home-banner-form .form-main-row .left-col .button-area a.btn.btn-header-menu-btn.site_default_btn {
    background: #030929 !important;
    padding: 35px 39px !important;
    color: #03228f !important
}

.home-banner-form .form-main-row .left-col .button-area a.btn.btn-header-menu-btn.site_default_btn:hover {
    background: 0 0 !important;
    border: 2px solid #030929 !important
}

.home-banner-form .form-main-row .form-heading-area h3 {
    border-right: 1px solid #adadad;
    color: #040825 !important
}

.footer .footer-logo-area ul,
.home-page-cta .content-area ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.home-page-cta .content-area ul li {
    position: relative;
    padding: 0 30px;
    display: inline-block
}

.footer .last-col ul li:nth-child(3):before,
.home-page-cta .content-area ul li:last-child::before,
ul.footer-contact li:nth-child(2)::before {
    content: '\f003';
    position: absolute;
    display: block;
    font-family: FontAwesome;
    left: 0
}

.home-page-cta .content-area ul li a:hover,
header .navbar .top-header-social ul li a:hover {
    color: #fff;
    transition: .3s ease-in-out;
    font-weight: 700
}

.home-banner-form .form-main-row .left-col .button-area .grow_spin {
    background: #bdfc0f;
    color: #03228f !important
}

.faq-section .content-area {
    padding-top: 50px
}

.faq-section {
    padding-top: 100px;
    padding-bottom: 0 !important
}

.faq-section.ccm-faqs .accordion-item {
    background-color: #fff !important
}

.faq-section .accordion-item {
    background-color: #040825 !important;
    border: .8px solid #2a2b2f !important;
    border-left: unset !important;
    border-right: unset !important
}

.faq-section.ccm-faqs .accordion-item h2 {
    color: #fff !important;
    margin-bottom: 0 !important;
    font-size: 56px;
    font-weight: 700;
    line-height: 66px
}

.faq-section .accordion-body {
    padding: 0;
    margin-bottom: 0
}

.faq-section.ccm-faqs .accordion-body p {
    padding: 0;
    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: #fff;
    font-size: 18px;
    font-weight: 600
}

.faq-section .accordion-button {
    color: #fff !important;
    background-color: #040825;
    box-shadow: unset !important;
    padding: 0 !important;
    font-size: 18px;
    font-weight: 500
}

.grow_spin:hover {
    color: #000 !important
}

.footer .footer-logo-area ul li i {
    background: #000;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important
}

.footer .footer-logo-area ul li i:hover {
    background: #fff;
    color: #fff
}

.grow_spin::after,
header nav.navbar ul li .grow_spin a:hover {
    color: #49494a !important
}

.faq-section.ccm-faqs.bg-white .row {
    box-shadow: rgba(14, 30, 37, .12) 0 2px 4px 0, rgba(14, 30, 37, .32) 0 2px 16px 0;
    border-radius: 8px;
    border: 1px solid #0e73e4
}

.testimonial {
    padding: 2rem
}

.testimonial-slide .testi-item {
    background: #c4e9ff;
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    text-align: center;
    margin: 0 10px
}

.testimonial-slide .testi-item .fa-user-circle {
    font-size: 40px
}

.slick-dotted.slick-slider {
    padding: 40px 60px !important
}

.slick-slide {
    height: unset !important
}

.slick-next,
.slick-prev {
    padding: .5rem;
    cursor: pointer;
    color: #ffc107 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #000 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px !important;
    border: 1px solid #000 !important
}

.slick-prev {
    left: 10px
}

.slick-next {
    right: 10px
}

.slick-dots {
    bottom: 10px
}

.home-page-cta {
    position: relative;
    background: url("../img/home/cta-bg.jpg") center/cover no-repeat fixed
}

.footer {
    background: center/cover no-repeat #f1f1f1;
    padding-bottom: 80px;
    padding-top: 80px;
    margin-top: 100px;
    color: #000;
    position: relative
}

.footer .row {
    z-index: 9;
    position: relative
}

.footer .footer-logo-area img {
    margin-bottom: 35px;
    width: 280px
}

.footer .footer-links-area ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none
}

.footer .footer-logo-area {
    padding-right: 50px
}

.footer .footer-logo-area ul li {
    display: inline-flex;
    margin-right: 15px;
    font-size: 23px;
    transition: .3s
}

.footer .footer-logo-area ul li:hover i {
    color: #fa8714 !important;
    transform: scale(1.1);
    transition: .3s
}

.footer .footer-logo-area p {
    margin-bottom: 25px !important;
    margin-top: 20px;
    color: #000
}

.footer li,
.footer li a,
.footer p {
    color: #000;
    font-size: 18px
}

.footer .footer-links-area ul li {
    margin-bottom: 10px;
    transition: .3s
}

.contact-us-page p a:hover,
.footer .footer-links-area ul li a:hover,
.simple-content p a:hover,
.transit-visa-details p a:hover {
    color: #fa8714 !important;
    transition: .3s ease-in-out
}

.grow_spin,
body a.btn.site_default_btn {
    color: #fff !important;
    font-family: "Fira Sans", sans-serif !important;
    font-weight: 600 !important;
    line-height: 14px !important;
    display: inline-flex
}

.footer .footer-links-area ul li i.fa {
    margin-right: 10px;
    transition: .3s
}

.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: .3s
}

.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: 'Font Awesome 5 Free'
}

.footer .last-col .footer-links-area {
    padding-left: 25px
}

.footer .last-col li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.footer-copyright {
    background: #0e73e4;
    padding: 0 !important
}

.footer .last-col li img {
    display: inline-flex;
    margin-right: 10px
}

.footer-copyright .copyright-area .content-area p {
    margin-bottom: 0;
    padding: 15px 0;
    color: #fff
}

.footer-copyright .copyright-area .content-area p a,
.grow_spin[class^=grow]::after,
.new-footer ul li a {
    transition: .3s
}

.footer-copyright .copyright-area .content-area p a:hover {
    transition: .3s;
    color: #000 !important
}

header nav.navbar ul li .grow_spin a {
    color: #fff;
    font-weight: 600;
    padding: 17px 24px !important
}

body a.btn.site_default_btn {
    background: #bdfc0f;
    background-clip: padding-box, border-box !important;
    background-origin: padding-box, border-box !important;
    transition: .3s !important;
    border: 2px solid transparent !important;
    border-radius: 8px !important;
    font-size: 20px !important;
    justify-self: center;
    align-items: center
}

body a.btn.site_default_btn:hover {
    background: linear-gradient(to right, #fff, #fff), linear-gradient(to right, #03228f, #03228f) !important;
    background-clip: padding-box, border-box !important;
    background-origin: padding-box, border-box !important;
    color: #49494a !important;
    border: 2px solid transparent !important;
    transition: .3s !important;
    border-radius: 8px !important
}

.grow_spin {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #ff9500;
    background-clip: padding-box, border-box !important;
    background-origin: padding-box, border-box !important;
    transition: .3s !important;
    border: 2px solid transparent !important;
    border-radius: 8px !important;
    justify-self: center;
    align-items: center
}

.grow_spin a {
    padding: 17px 24px !important;
    display: flex;
    justify-content: center;
    align-items: center
}

.grow_spin:hover {
    border: 2px solid #000 !important;
    transition: .3s !important;
    border-radius: 8px !important
}

.grow_spin::after {
    content: "";
    background: #fff !important;
    position: absolute;
    z-index: -1;
    padding: .85em .75em;
    display: flex;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(0, 0) rotate(-180deg)
}

.grow_spin[class^=grow]:hover::after {
    transition: .3s ease-out
}

.grow_spin:hover::after {
    transform: scale(1, 1) rotate(0)
}

.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
}

p.whatsapp-btn {
    margin-bottom: 0;
    padding: 12px !important
}

.new-footer {
    padding-top: 60px !important;
    padding-bottom: 60px;
    margin-top: 0;
    background: #d3d3d3
}

.new-footer ul {
    padding: 0 0 30px;
    list-style: none;
    margin: 0
}

.new-footer ul li {
    display: inline-block;
    margin: 0 15px
}

.new-footer ul li a:hover {
    color: #fa8714 !important;
    transition: .3s
}

ul.footer-contact li {
    position: relative;
    padding-left: 25px;
    margin: 0 20px !important
}

ul.footer-contact li:last-child::before {
    content: '\f041 ';
    position: absolute;
    display: block;
    font-family: FontAwesome;
    left: 0
}

.inner-pages-banner .content-area,
.one-stop-solution .item,
.our-services .card-top,
.our-services .col-lg-4,
.our-services .item-icon,
ul.contact-list li {
    display: flex;
    display: flex
}

ul.footer-contact li:first-child::before {
    content: '\f095';
    position: absolute;
    display: flex;
    font-family: FontAwesome;
    left: 0
}

.our-services .content-area {
    box-shadow: 0 2px 15px rgba(0, 0, 0, .3);
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 25px;
    border-left: 3px solid #0057fe;
    border-right: 3px solid #0057fe;
    transition: .3s ease-in-out
}

.our-services .content-area:hover {
    border-left: 3px solid #0057fe;
    border-right: 3px solid #0057fe;
    border-top: 1px solid #0057fe !important;
    border-bottom: 1px solid #0057fe !important;
    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 .item-icon i {
    color: #ed8d07
}

.our-services .item-icon.two i.fas.fa-check {
    color: #0057fe
}

.our-services .item-icon.two {
    background-color: #d9e6ff
}

.our-services .item-icon.three {
    background-color: #ffe3eb
}

.our-services .item-icon.three i.fas.fa-plane {
    color: #fd0036
}

.our-services .item-icon.four {
    background-color: #d9ecdf
}

.our-services .item-icon.four i.fa.fa-building {
    color: #008225
}

.our-services .item-icon.five {
    background-color: #ecdffe
}

.our-services .item-icon.five i.fa.fa-desktop {
    color: #6b00ff
}

.footer .footer-logo-area a.navbar-brand {
    font-size: 30px;
    font-weight: 700
}

header .navbar .top-header-social ul li a {
    padding-left: 25px !important;
    transition: .3s ease-in-out
}

.inner-pages-banner {
    background: url(../img/inner-pages/inner-page-banner-image.jpg) center/cover no-repeat;
    position: relative;
    z-index: 1;
    margin-top: 112px
}

.inner-pages-banner .content-area {
    justify-content: center;
    align-items: center;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 110px 0
}

.innerpage-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1
}

.inner-pages-banner .content-area h1 {
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
    color: #fff !important;
    text-shadow: 0 0 1px #fff, 0 0 3px #000;
    z-index: 2
}

ul.contact-list li {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 15px
}

ul.contact-list li i.fa {
    padding-right: 10px;
    font-weight: 600
}

.contact-us-page a,
.simple-content .content-area a {
    color: #3498db;
    transition: .3s ease-in-out;
    font-weight: 500
}

.contact-us-page p a,
.simple-content p a,
.transit-visa-details p a {
    color: #0e73e4 !important;
    transition: .3s ease-in-out
}

.contact-us-page a:hover,
.simple-content .content-area a:hover,
.transit-visa-details a:hover {
    color: rgb(0 0 0);
    transition: .3s ease-in-out
}

.contact-us-page .alert.alert-danger ul,
.home-page-cta .content-area .alert.alert-danger ul,
.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 0 20px;
    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 li:last-child,
.single-service-content ul li:last-child,
.transit-visa-details,
.transit-visa-details ul li:last-child {
    padding-bottom: 0 !important
}

.simple-content ul.country-list li img {
    width: 25px;
    margin-right: 5px
}

.simple-content ul ul {
    padding-left: 30px !important;
    padding-top: 10px;
    list-style: circle;
    padding-bottom: 0
}

.simple-content ul ul li {
    padding-bottom: 0
}

.simple-content ul li {
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative
}

.simple-content ul li::before {
    content: '\f054';
    position: absolute;
    display: block;
    left: 0;
    font-family: fontawesome;
    color: #3498db
}

.simple-content table {
    border: 1px solid #3498db;
    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: 0
}

.services .service-item>img {
    display: inline-block
}

.transit-visa-details table {
    margin-bottom: 60px
}

.simple-content .content-area .table-bordered td,
.simple-content .content-area .table-bordered th,
.transit-visa-details .table-bordered td,
.transit-visa-details .table-bordered th {
    border: 1px solid #3498db;
    border-bottom: 1px solid #3498db
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #3498db
}

.transit-visa-details {
    padding-top: 80px
}

.transit-visa-details .grow_spin a {
    padding: 13px 20px !important;
    display: flex;
    justify-content: center;
    align-items: center
}

.simple-content .content-area p,
.single-service-content p,
.single-service-content ul li,
.transit-visa-details p {
    color: #424040
}

.home-page-cta a,
.services .service-item .item-bottom .grow_spin a,
.simple-content .content-area a {
    color: #fff
}

.simple-content.section-top-bottom.schengen-page {
    padding-top: 0;
    padding-bottom: 40px
}

.dropdown:hover .dropdown-menu {
    color: #000;
    width: 340px;
    display: block;
    padding: 10px 0;
    margin-left: -10px;
    padding-top: 0 !important;
    margin-top: 0
}

.contact-us-page label.form-label {
    display: none !important
}

.one-stop-solution .main-content {
    border: 1px solid #3498db;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 30px;
    width: 100%;
    margin-bottom: 25px
}

.one-stop-solution .main-content h4 {
    padding: 20px 0 15px;
    margin: 0
}

.one-stop-solution .main-content a {
    color: #3498db;
    display: block;
    transition: .3s
}

.one-stop-solution .main-content a:hover {
    color: rgb(0 0 0);
    transition: .3s
}

.one-stop-solution .main-content a:last-child {
    margin-top: 10px
}

.map-area {
    line-height: 0
}

.simple-content .table td,
.simple-content .table th {
    vertical-align: middle
}

.combine-bg {
    background: url('../img/home/culture-experience-bg1.webp') center/cover no-repeat
}

.culture-experience {
    margin-top: 80px
}

.home-page-cta .button-area .grow_spin a {
    color: #000
}

.simple-content h2,
.single-service-content h2,
.transit-visa-details h2 {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 10px !important;
    margin-top: 25px
}

.simple-content p:last-child,
.single-service-content p:last-child,
.transit-visa-details p:last-child {
    margin-bottom: 0 !important
}

.inner-page-faqs {
    padding-bottom: 30px !important
}

input.form-control::placeholder,
textarea.form-control::placeholder,
.form-control {
    color: #747474 !important;
    font-weight: 300;
}

@keyframes moveTopBottom {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(40px)
    }
}

@keyframes moveLeftRight {

    0%,
    100% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(40px)
    }
}

@keyframes moveRightLeft {

    0%,
    100% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-40px)
    }
}

.right-side-content .item-1 {
    animation: 3s ease-in-out infinite moveTopBottom
}

.right-side-content .item-2,
.right-side-content .item-4,
.services .service-item p.visa-price {
    animation: 3s ease-in-out infinite moveLeftRight
}

.right-side-content .item-3,
.right-side-content .item-5 {
    animation: 3s ease-in-out infinite moveRightLeft
}

.services .service-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.services .service-item p.visa-price {
    background: linear-gradient(180deg, #1000ff 30%, #000 100%) !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    width: 90px;
    text-align: center;
    border-radius: 50px;
    padding: 6px 0;
    margin-right: 25px
}

.services .service-item .item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px
}

.services .service-item .item-bottom .grow_spin {
    color: #fff !important;
    background: #ff9500
}

.services .service-item .item-bottom a.book-now-visa {
    background: #000;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    border: none !important
}

.services .service-item .item-bottom .grow_spin:hover a {
    color: #000;
    background: 0 0 !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important
}

.modal .modal-dialog button.btn.btn-payment-form {
    background: #ff9500;
    padding: 10px 20px !important;
    border-radius: 50px;
    border: 1px solid #ff9500;
    transition: .3s ease-in-out;
    color: #fff
}

.tour-section .single-tour {
    padding: 5px !important;
    position: relative;
    transition: transform .1s;
    margin: 0 0 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: 20px 20px 50px 50px
}

.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
}

.home-page-cta .content-area .g-recaptcha {
    margin: 20px 0
}

.home-page-cta .content-area .alert.alert-danger {
    margin: 0 0 20px
}

.contact-us-page .alert.alert-danger {
    margin-top: 20px
}

textarea.form-control {
    min-height: calc(5.5em + (.75rem + 2px))
}

form.banner-contact-form {
    padding: 30px;
    border: 1px solid #fff;
    border-radius: 10px
}

form.banner-contact-form .field-area {
    padding: 8px
}

.accordion-item .card,
input.form-control,
select#type,
textarea.form-control,
select.form-control {
    border: 1px solid #3498db;
    background: #fff;
    padding: 8px 13px;
}

form.banner-contact-form .banner-form-btn {
    background: #ff9500;
    border: 1px solid;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
    padding: 10px 30px
}

select#type {
    padding: 13px;
    font-weight: 500;
    font-family: inherit
}

.contact-us-page.section-top-bottom form.banner-contact-form {
    padding: 20px;
    border: 1px solid #ff9500;
    border-radius: 10px
}

.pay-complete {
    margin-top: 160px;
}

.pay-complete .page-head {
    background: #d3d3d3;
    padding: 25px;
    margin-bottom: 20px;
}
