/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible+Next:ital,wght@0,200..800;1,200..800&display=swap');

a {
    -webkit-transition: all eas-in-out 0.2s;
    -o-transition: all eas-in-out 0.2s;
    transition: all eas-in-out 0.2s;
}

/*================= Common Section ====================*/


body {
    font-family: "Atkinson Hyperlegible Next", sans-serif;
    color: #636873;
    font-family: Atkinson Hyperlegible Next;
    font-weight: 300;
    font-size: 17px;
    line-height: 170%;
    letter-spacing: -0.02em;
	
}

body {
  -webkit-font-smoothing: antialiased;       /* Chrome/Safari on macOS */
  -moz-osx-font-smoothing: grayscale;        /* Firefox on macOS */
  text-rendering: optimizeLegibility;        /* Improves kerning & ligatures */
  font-smooth: always;                       /* Non-standard, some support */
}

.h1, h1 {
    font-family: "minerva-modern";
    font-weight: 400;
    font-size: 64px;
    line-height: 120%;
    letter-spacing: -0.03em;
}

.h2, h2 {
    font-family: "minerva-modern";
    font-weight: 400;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: -0.03em;
}

h3 {
    font-family: "minerva-modern";
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.03em;
}

h4 {
    font-family: "minerva-modern";
    font-weight: 400;
    font-size: 34px;
    line-height: 120%;
    letter-spacing: -0.03em;
}

h5 {
    font-family: "minerva-modern";
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -0.03em;
}

h6 {
    font-family: "minerva-modern";
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: .14em;
}


@-webkit-keyframes move {
    0% {
        top: 0px;
    }

    20% {
        top: -70px;
    }

    40% {
        top: -140px;
    }

    60% {
        top: -210px;
    }

    80% {
        top: -280px;
    }
}

@keyframes move {
    0% {
        top: 0px;
    }

    20% {
        top: -70px;
    }

    40% {
        top: -140px;
    }

    60% {
        top: -210px;
    }

    80% {
        top: -280px;
    }
}

.container {
    max-width: 1230px;
    padding: 0 15px;
}

header#wrapper-navbar {
    position: absolute !important;
}

header .navbar {
    padding: 20px 40px !important;
    width: 100%;
    position: absolute;
    background: transparent !important;
}

.navbar-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}


.navbar-wrap ul#main-menu-nav {
    gap: 0;
}

.navbar-dark .navbar-wrap .navbar-nav li {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.navbar-dark .navbar-wrap .navbar-nav .nav-link {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding: 25px 0px;
}

.navbar-dark .navbar-wrap .navbar-nav .nav-link .chevva,
.navbar-dark .navbar-wrap .navbar-nav .nav-link:after {
    display: none;
}
 
.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    width: 100%;
    left: 0;
    border-radius: 0px !important;
    background: #fff;
    padding: 30px;
    width: 280px;
}

.navbar-wrap ul#main-menu-nav>li {
    position: relative;
}

header div#navbarNavDropdown {
    justify-content: center;
}

@media screen and (min-width:992px) {
    .navbar-dark .navbar-wrap .navbar-nav li:hover>a {
        opacity: 0.5;
    }

    header .navbar .navbar-nav li:hover .dropdown-menu {
        height: auto !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        top: 100%;
    }

    header .navbar .navbar-nav li:hover a.child-triggerm span:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

header .navbar .navbar-nav .dropdown-menu li {
    width: 100%;
    padding: 0 0 25px;
}

header .navbar .navbar-nav .dropdown-menu li a { 
    color: #151427; 
    font-family: "minerva-modern";
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase; 
    letter-spacing: 0.12em;
    padding: 0;
}

header .navbar .navbar-nav .dropdown-menu li:last-child {
    padding-bottom: 0;
}


header .navbar .navbar-nav .dropdown-menu li a:hover {
    opacity: 0.5;
}

header .navbar .navbar-nav a.child-triggerm {
    cursor: pointer;
}

header .navbar .navbar-nav a.child-triggerm span {
    margin-left: 6px;
}

header .navbar .navbar-nav li a.child-triggerm span:after {
    content: "";
    background-image: url(../images/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    display: inline-block;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
}



.hero-headerbit:after {
    display: none;
}

.navbar-dark .navbar-brand {
    color: #fff;
    max-width: 186px;
    padding: 0;
}

header nav#main-nav a.nav-link,
body:not([data-scrollpos="0"]):not(.disablestickynav-1) nav#main-nav a.nav-link {
    transition: all .2s ease-in-out !important;
    color: #ffffff !important;
    font-family: "minerva-modern";
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 15px 0px !important;
}

.banner-section .video:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(3, 4, 24, 0.5), rgba(3, 4, 24, 0.5)),
        linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.banner-section .video video {
    width: 100%;
    height: 100vh;
    display: block;
    object-fit: cover;
}

.banner-section .banner-content {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header .btn.btn-primary {
    font-size: 13px;
}


.btn.btn-primary {
    background: #152797;
    border: none;
    letter-spacing: 0.12em;
    color: #fff;
    border-radius: 0px;
    font-family: "minerva-modern";
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
	transition: all ease-in-out 0.2s;
}

.btn.btn-primary:hover {
    transform: scale(1);
    background: #111F79;
}

.banner-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.banner-section .video {
    position: relative;
}

.banner-content-wrap {
    max-width: 510px;
    text-align: center;
}

.banner-content-wrap h1 {
    color: #ffffff;
    margin-bottom: 40px;
}

.service-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 180px 0;
}

.service-section:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(4, 5, 39, 0.5), rgba(4, 5, 39, 0.5)),
        linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    top: 0;
    left: 0;
}

.service-section .container {
    position: relative;
}

.service-section .service-top {
    width: 100%;
    max-width: 820px;
    text-align: left;
    margin-bottom: 230px;
}

.service-section .service-top h6 {
    color: #ffffff;
    margin-bottom: 30px;
}

.service-section .service-top h3 {
    color: #ffffff;
}

.service-bg-mobile { display:none; } 

.service-images {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 66%;
}

.service-content {
    width: 32%;
}

.service-first-bock {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.service-first-bock .service-content {
    width: 32%;
    color: #fff;
}

.service-images {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 66%;
}

.service-content {
    width: 32%;
    color: #fff;
    position: relative;
}

.service-first-bock {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 180px;
    position: relative;
}

.service-content-top h2 {
    font-family: "minerva-modern";
    font-weight: 400;
    font-size: 225px;
    line-height: 100%;
    text-align: center;
    margin: 0;
}

.service-content-top h4 {
    font-size: 38px;
}

.service-content-top {
    max-width: 320px;
    text-align: center;
    position: absolute;
    top: -70px;
    left: 58%;
    z-index: 1;
    color: #fff;
}

.service-content-bottom {
    position: absolute;
    bottom: -205px;
    left: -150px;
    width: 560px;
}

.service-image-big {
    position: relative;
}

#circle {
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    left: -120px;
    top: -120px;
}

#circle text {
    font-family: "minerva-modern";
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.1em;
}

#circle svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 50%;
    transform: rotate(333deg);
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(360deg);
    }

    to {
        -moz-transform: rotate(0);
    }
}

@-ms-keyframes rotate {
    from {
        -ms-transform: rotate(360deg);
    }

    to {
        -ms-transform: rotate(0);
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(360deg);
    }

    to {
        -o-transform: rotate(0);
    }
}

@keyframes rotate {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0);
    }
}


.panel-container {
    display: flex;
    gap: 30px;
    flex-wrap: nowrap;
}

.panel {
    flex: 1;
    background: #fff;
    border: 1px solid #CBCDD2;
    padding: 38px 20px 68px 28px;
    cursor: pointer;
    transition: all 0.4s ease;
    overflow: hidden; 
    min-height: 500px;
    position: relative;
}

.panel::after {
    content: "";
    display: inline-block;
    border: 1px solid #CBCDD2;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: absolute;
    bottom: 28px;
    left: 28px;
    background: url(../images/plus-icon.svg) no-repeat center;
}

.panel.active:after {
    background: url(../images/minus-icon.svg) no-repeat center;
    border: 1px solid #FFFFFF66;
}

.panel .header {
    font-size: 16px;
    line-height: 1.5;
    white-space: nowrap;
}

.panel .header strong {
    display: block;
    font-size: 18px;
    color: inherit;
}

.panel .content {
    display: none;
    margin-top: 10px;
}

.panel.active {
    flex-grow: 2.6;
    background: #152797; 
    color: white;
}

.panel.active .content {
    display: block;
    
    position: relative;
}

.panel .content .panel-content-info {
	opacity:0;
	visibility:hidden;
	transition: all cubic-bezier(0.4, 0, 1, 1) 0.5s; 
	min-width: 330px;	
	color:#fff;
}

.panel.active .content .panel-content-info {
	opacity:1;
	visibility:visible;
}

.support-section {
    padding: 180px 0;
    width: 100%;
}

.support-section .support-top {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 80px;
}

.support-section .support-top h6 {
    color: #151427;
    margin-bottom: 35px;
}

.support-section .support-top h2 {
    color: #151427;
    margin-bottom: 30px;
}

.panel h6 {
    color: #636873; 
}

.panel h5 {
    color: #151427; 
}

.panel.active h6, .panel.active h5 {
    color: #ffffff;
}

 

.business-travel {
    background: #151427;
    padding-top: 160px;
    position: relative;
    padding-bottom: 160px;
}

 
.business-travel-content {
    max-width: 810px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.business-travel-content h6 {
    margin-bottom: 40px;
}

.business-travel-images .big-img {
    position: absolute;
    right: 0;
    width: 48vw;
    top: 0;
    z-index: 0;
}

.business-travel-images .big-img img {
    width: 100%;
    object-fit: cover;
    max-height: 778px;
}

.service-slider-section {
    color: #fff;
    background: #151427; 
    padding-bottom: 180px;
    overflow: hidden;
}

.service-slider-service-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.service-slider-service-top .service-top-right {
    display: flex;
    align-items: center;
}

.btn-wrap button {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #CBCDD2;
}

.service-slider-service-top .service-top-right .btn-wrap {
    margin-left: 50px;
    gap: 8px;
    display: inline-flex;
}

.service-slider-service-top .service-top-right .btn-wrap button.prev-btn {
    transform: rotate(180deg);
}

.service-sliders .slick-track {
    display: flex;
}

.service-item {
    background: #152797;
    color: #fff;
    padding: 60px 50px;
    margin: 0 15px;
    height: auto;
}

.service-slider-section .service-sliders {
    padding-left: calc((100% - 1230px) / 2);
}

.service-slider-section .slick-list {
    overflow: unset;
}

.business-travel-images .small-img {
    margin-left: 210px;
    position: relative;
    margin-top: 120px;
}

.service-slider-service-top button.prev-btn.slick-disabled, .service-slider-service-top button.next-btn.slick-disabled  {
    opacity: 0.5;
}

.service-sliders button.slick-arrow {
    opacity: 0;
}

.service-item:nth-child(even) {
    background-color: #ffffff;
    color: #636873; 
}

.service-item:nth-child(even) h4 {
    color: #151427; 
}

.service-item h6 {
    margin-bottom: 20px;
}

.faq-section {
    padding: 180px 0;
}

.faq-section h2 {
    text-align: center;
    margin-bottom: 80px;
    color: #151427;
}

.accordion_container {
    max-width: 585px;
}

.accordion_container .accordion_item {
    border: 1px solid #CBCDD2;
    padding: 32px;
    margin-bottom: 15px;
    cursor: pointer;
}

.accordion_container .accordion_item .accordion_head {
    font-family: "minerva-modern";
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #151427;
}

.plusminus {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #CBCDD2;
    background: url(../images/plus-icon.svg) no-repeat center;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.accordion_container .accordion_item.active {
    background: #152797;
    border-color: #152797;
    color: #ffffff;
}

.accordion_container .accordion_item.active .plusminus {
    background: url(../images/minus-icon.svg) no-repeat center;
    border-color: #ffffff;
}

.accordion_container .accordion_item.active  .accordion_head {
    color: #ffffff;
}


.accordion_container .accordion_item .accordion_body {
    padding-top: 20px;
    padding-left: 65px;
}

.testimonal-slider {
    max-width: 450px;
}

.faq-wrap {
    display: flex;
    justify-content: space-between;
}

.testimonal-item h6 {
    color: #152797;
    margin-bottom: 45px;
}

.testimonal-item  h3 {
    color: #151427;
}

.testimonials-nav .btn-wrap button {
    background: url(../images/arrow-right-blue.svg) no-repeat center;
}

.testimonials-nav .btn-wrap button.prev-btn {
    transform: rotate(180deg);
}

.testimonials-nav .btn-wrap  button.slick-disabled {
    opacity: 0.5;
}

.testimonials-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.testimonials-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 80px;
}

.testimonials-nav h6.testimonials_counter {
    margin-left: 12px;
}

.logo-slider-section {
    background: #151427; 
    width: 100%;
    padding-bottom: 160px;
}

.testimonal-slider  .slick-arrow {
    opacity: 0;
    visibility: hidden;
}

.logo-slider .slick-track {
    display: flex;
    align-items: center;
}

.logo-slider .slick-track .item.slick-slide {
    padding: 0px 20px;
}

.logo-slider .slick-track .item.slick-slide h4 {
    text-align: center;
    color: #CBCDD2;
    font-size: 30px;
}

.download-section {
    background: #151427;
    padding-bottom: 160px;
}

.download-section {
    background: #151427;
    padding-top: 160px;
    padding-bottom: 160px;
}

.download-wrap {
    border: 1px solid #636873;
    background: #FFFFFF0D;
    padding-top: 60px;
    padding-left: 120px;
    padding-right: 120px;
    display: flex;
    justify-content: space-between;
}
 

.download-wrap .download-img {
    width: 348px;
}

.download-wrap .download-content {
    max-width: 430px;
    padding-top: 45px;
    color: #fff;
}

.download-wrap .download-content p {
    color: #CBCDD2;
    margin-top: 30px;
    margin-bottom: 30px;
}

.download-wrap .download-content  .app-logo {display: flex;gap: 10px;}

.get-in-touch {
    background: #151427;
}

.get-in-touch-wrap {
    background: #152797;
    padding: 80px;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.get-in-touch-wrap .get-in-touch-content {
    max-width: 385px;
}

.get-in-touch-wrap .contact-form {
    max-width: 485px;
}

.gform_wrapper.gravity-theme .gfield_label {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0; 
    font-weight: 300 !important;
    font-size: 13px !important;
    line-height: 170%;
    letter-spacing: -0.02em;
    text-transform: capitalize;
}

.gform_wrapper.gravity-theme .gfield_required {
    color: #fff;
    display: inline-block;
    font-size: 0 !important;
    padding-inline-start: 0.125em;
}

.gform_wrapper.gravity-theme .gfield_required.gfield_required_text:before {
    content: "*";
    color: #ffffff;
    font-weight: 300 !important;
    font-size: 13px !important;
    margin-left: 2px;
}

.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):not([type=submit]), .ginput_container.ginput_container_textarea textarea, select.gfield_select {
    padding: 0px 0px 20px !important;
    font-size: 19px!important;
	font-weight:300;
    line-height: 1.2;
    background: transparent;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    border-radius: 0 !important;
    color: #fff;
}

.gform_wrapper button.secondary-button {
    background: #FFFFFF;
    height: 49px;
    padding-right: 36px;
    padding-left: 36px;
    border-radius: 0 !important;
    border: none;
    font-family:  "minerva-modern";
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.12em;
    text-transform: uppercase;
	color:#151427;
}

.gfmc-container .gfmc-container .gfield {
    align-items: flex-start;
}

body .ginput_container.ginput_container_consent label, body .ginput_container.ginput_container_consent label a {
    font-size: 13px;
    color:rgba(255,255,255,0.7);
}

body .fkchecker {
    height: 14px;
    width: 14px;
    border: 1px solid #ffffff;
    background: transparent;
    border-radius: 0;
}

.fkchecker span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 55%;
    height: 55%;
    background: #ffffff;
    border-radius: 50px;
    opacity: 0;
}

body .gform_wrapper.gravity-theme ::-webkit-input-placeholder {
    color: rgb(255 255 255 / 50%)!important;
    opacity: 1!important;
	font-weight:300 !important;
}

body .gform_wrapper.gravity-theme ::-moz-placeholder {
    color: rgb(255 255 255 / 50%)!important;
	font-weight:300 !important;
    opacity: 1!important
}

body .gform_wrapper.gravity-theme :-ms-input-placeholder {
    color: rgb(255 255 255 / 50%)!important;
	font-weight:300 !important;
    opacity: 1!important
}

body .get-in-touch .gform_wrapper.gravity-theme :-moz-placeholder {
    color: rgb(255 255 255 / 50%);
	font-weight:300 !important;
    opacity: 1!important
}

.ginput_container_consent {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gfield--no-description, .gfield--no-description a {
    font-size: 10px;
     color:rgba(255,255,255,0.7) !important;
    line-height: 160%;
}

.top-footer {
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
}

.top-footer-left {
    width: 50%;
}

.site-footer {
    background: #151427;
    padding-top: 85px;
}

.top-footer-left #circle {
    position: relative;
    width: 100%;
    padding-bottom: 0;
    overflow: hidden;
    left: 0;
    top: 0;
    height: 200px;
    left: -40px;
    top: -40px;
}

.top-footer-left #circle svg {
    width: 230px;
    height: 230px;
}

.top-footer-left ul {
    padding: 0;
    list-style: none;
}

.top-footer-left ul li a {
    font-family: "minerva-modern";
    font-weight: 400;
    font-size: 34px; 
    line-height: 120%;
    letter-spacing: -0.03rem;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.top-footer-left ul li a:hover {
	opacity:0.5;
}

.top-footer-right {
    text-align: right;
    padding-top: 45px;
}

.top-footer-right {
    text-align: right;
}

.footer-address {
    font-family: "minerva-modern";
    font-weight: 400;
    font-size: 38px;
    line-height: 120%;
    letter-spacing: -0.03rem;
    color: #fff;
}

.cookiebar{
display:none!important;
}

.bottom-footer p, .bottom-footer a {
    font-size: 14px !important;
}

.footer-address p {
    font-size: 38px !important;
}

.personimgbit {
    border-radius: 0px!important;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

.footer-address a {
    color: #fff;
    text-decoration: none;
}

.footer-address a:hover {
    opacity: 0.5;
}

.footer-address p {
    margin-bottom: 30px;
	font-size:38px;
}

.social-media {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 14px;
    justify-content:flex-end;
    margin: 35px 0 60px;
}

.social-media li {
    display: inline-block;
}

.social-media li a {
    width: 72px;
    height: 72px;
    border: 0.5px solid #636873;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.social-media li a:hover {
    opacity: 0.7;
}

.member-logo {
    gap: 14px;
    display: flex;
    justify-content: flex-end;
}

.bottom-footer {border-top: 1px solid #636873;font-family: Atkinson Hyperlegible Next;font-weight: 300;font-size: 14px;line-height: 170%;letter-spacing: -0.02rem;padding-top: 30px;color: #ffffff;}

.bottom-footer p {
    display: inline-block;
}

.bottom-footer  .footer-small-link {
    display: inline-block;
}

.bottom-footer .footer-small-link ul {
    padding: 0;
    list-style: none;
    display: flex;
}

.copy-right {
    text-align: right;
}

.bottom-footer a {color: #CBCDD2;text-decoration: none;}
.bottom-footer a:hover { color: #ffffff; }

.bottom-footer .footer-small-link a::before {
    content: "/";
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    margin: 0 7px;
}

.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):not([type=submit]):focus, .ginput_container.ginput_container_textarea textarea:focus, select.gfield_select:focus {
    border-color: #ffffff;
}

.cookiebar{
	display:none!important;
}

.bottom-footer p, .bottom-footer a {
    font-size: 14px !important;
}

.personimgbit {
    border-radius: 0px!important;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

@media screen and (max-width:1200px) {
	.panel .content .panel-content-info {
		min-width: 260px;
	}
    .business-travel-images .small-img {
        margin-left: 140px;
        position: relative;
        margin-top: 40px;
    }

    header .navbar {
        padding: 20px 15px !important;
    }

    .navbar-dark .navbar-wrap .navbar-nav li {
        padding: 0 10px;
    }
    .banner-section .banner-content {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .banner-content-wrap {
        max-width: 600px;
        text-align: center;
        width: 100%;
        display: inline-block;
    }

    .service-content-bottom {
        position: absolute;
        bottom: -205px;
        left: -200px;
        width: 500px;
    }

    .panel-container {
        gap: 15px;
    }

    h5 {
        font-size: 24px;
    }

    .h1, h1 {
        font-size: 54px;
    }

    h3 {
        font-size: 48px;
    }

    .h2, h2 {
        font-size: 46px;
    }

    .service-item {
        padding: 40px 30px;
    }

    h4 {
        font-size: 30px;
    }

    .faq-wrap { 
        flex-wrap: wrap;
    }

    .accordion_container {
        max-width: 100%;
        margin-bottom: 70px;
        width: 100%;
    }

    .testimonal-slider {
        max-width: 100%;
        display: inline-block;
        width: 100%;
    }

    .testimonials-block {
        width: 100%;
    }

    .testimonials-nav { 
        margin-top: 40px;
    }

    .download-wrap {
        padding-left: 60px;
        padding-right: 60px;
    }

    .get-in-touch-wrap .get-in-touch-content { 
        padding-right: 30px;
    }

    .get-in-touch-wrap {
        padding:60px 40px;
    }

    .footer-address {
        font-size:26px;
    }

    .top-footer-left ul li a {
        font-size: 24px;
    }

    .social-media li a {
        width: 52px;
        height: 52px;
    }

    .social-media li a img {
        width: 30%;
    }

    .top-footer {
        padding-bottom: 50px;
    }

}

@media screen and (max-width:992px) {
    .service-content-bottom {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .service-images {
        display: flex;
        align-items: center;
        gap: 30px;
        width: 100%;
    }

    .service-first-bock .service-content {
        width: 100%; 
		padding-top : 40px;
    }

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

    .service-first-bock { 
        padding-bottom: 0;
    }

    .support-section {
        padding: 100px 0;
        width: 100%;
    }

    .panel-container {
        gap: 15px;
        flex-direction: column;
    }

    .panel {
        padding-bottom: 60px;
        min-height: auto;
    }

    .panel .header { 
        display: flex;
        gap: 14px;
        align-items: center;
    }

    .panel .header h5 br { display: none;}
    .business-travel-images .big-img {  top: 30%; }
    .business-travel { padding: 100px 0;} 
    .faq-section { padding: 100px 0; }

    .download-wrap .download-img {
        width: 290px;
    }

    .download-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
 
    .download-wrap .download-content p {
        color: #CBCDD2;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .download-wrap .download-content {
        max-width: 370px;
        padding-top: 40px;
        color: #fff;
    }

    .download-section { padding-top: 100px; padding-bottom: 100px; }
    .get-in-touch-wrap {
        padding: 60px 40px;
        flex-wrap: wrap;
    }

    .get-in-touch-wrap .get-in-touch-content {
        padding-right: 0;
        max-width: 1000%;
        width: 100%;
        padding-bottom: 20px;
    }

    .get-in-touch-wrap .contact-form {
        max-width: 100%;
        width: 100%;
    }

    .gfmc-container .gfmc-container .gfield.gfmc-column.gfmc-field>div.gfield_html {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .ginput_container_consent {
        margin-bottom: 0;
    }

    .gform_wrapper button.secondary-button {
        width: auto !important;
        margin-top: 30px;
    }

    .bottom-footer {
        font-size: 12px;
    }

    .gform-footer.gform_footer.top_label {
        display: none;
    }

    .service-content-top {
        max-width: 320px;
        text-align: center;
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
        color: #fff;
        margin: 0 auto 120px;
    }

    header div#navbarNavDropdown { 
        display: none !important;
    }

    .navbar-toggler .navbar-toggler-icon {
        background-image: none !important; 
        display: flex !important;
        align-items: center;
        justify-content: center;
        border: 1px solid #CBCDD2B2; 
        padding: 0px;
        width: 38px;
        height: 38px;
        position: relative;
        border-radius: 0;
    }

      .navbar-toggler .navbar-toggler-icon:before {
        content: "";
        display: inline-block;
        transition-duration: 0.5s;
        position: absolute;
        width: 16px;
        height: 1px;
        background-color: #ffffff;
        content: "";
        top: auto;
        bottom: 15px;
    }

    .navbar-toggler .navbar-toggler-icon:after {
        content: "";
        display: inline-block;
        transition-duration: 0.5s;
        position: absolute;
        width: 16px;
        height: 1px;
        background-color: #ffffff;
        content: "";
        top: 15px;
    }

    body:not([data-scrollpos="0"]):not(.disablestickynav-1) nav#main-nav button.navbar-toggler {
        filter: brightness(1);
        border: none;
        display: block !important;
        padding: 0;
        margin-left: 9px;
    }

    body:not([data-scrollpos="0"]):not(.disablestickynav-1) nav#main-nav button.navbar-toggler:focus {
        outline: none;
    }

    .navbar-dark .navbar-brand {
        color: #fff;
        max-width: 156px;
        padding: 0;
        margin-right: auto;
    }

    header .btn.btn-primary { padding: 12px 22px; font-size: 12px; }

    .menu-open .navbar-toggler .navbar-toggler-icon:before {
        transform: rotate(45deg) translate(-2px, -2px);
    }
    
    .menu-open .navbar-toggler .navbar-toggler-icon:after {
        transform: rotate(-45deg) translate(-2px, 2px); 
    }

    .navbar-collapse .navbar-nav {
        flex-basis: 100%;
        flex-grow: 1; 
        position: absolute;
        width: 240px; 
        right: 0;
        top:0px;
        background: #fff; 
        padding:30px 30px 0;
        top: 60px;
    }

   .menu-open header div#navbarNavDropdown {
        display: block !important;
        position: absolute;
        right: 0;
        top: 0;
		transition: none  !important;
    }

    .navbar-wrap ul#main-menu-nav {
        gap: 0;
        flex-direction: column;
    }

    .navbar-dark .navbar-wrap .navbar-nav li {
        padding: 0;
    }

    header nav#main-nav a.nav-link, body:not([data-scrollpos="0"]):not(.disablestickynav-1) nav#main-nav a.nav-link { 
        color: #151427  !important; 
        font-weight: 400;
        font-size: 14px; 
        letter-spacing: 0.14em;
        padding: 0px 0px 20px !important;
    }

    header .navbar .navbar-nav a.child-triggerm {
        cursor: pointer;
        height: 30px;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: relative;
        width: 100%;
        left: 0;
        border-radius: 0px !important;
        background: #fff;
        padding: 0 0 10px;
        width: 100%;
        clear: both; 
        top: -10px;
    }
    
    .navbar-wrap ul#main-menu-nav>li {
        position: relative;
        flex-wrap: wrap;
    }

    header .navbar .navbar-nav .dropdown-menu li {
        width: 100%;
        padding: 0 0 15px;
    }

    header .navbar .navbar-nav li a.child-triggerm span:after { filter: brightness(0) saturate(100%) invert(6%) sepia(12%) saturate(3524%) hue-rotate(207deg) brightness(95%) contrast(95%); }
    header .navbar .navbar-nav .dropdown-menu li a { opacity: 0.7;}
     header .navbar .navbar-nav li:hover a.child-triggerm.child-open span:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
	
	.navbar-toggler {
        border: none !important;
        box-shadow: none !important;
        display: block !important;
        margin-left: 10px;
    }


}

@media screen and (max-width:767px) {
    .h1, h1 {
        font-size: 44px;
    }

    h3 {
        font-size: 30px;
    }

    .service-images {
        gap: 15px;
    }
    
    .support-section .support-top h6 { 
        margin-bottom: 25px;
    }

    h6 { font-size: 14px; }
    .h2, h2 {
        font-size: 34px;
    }

    .support-section .support-top {
        margin-bottom: 60px;
    }

    .panel { padding:30px 30px 60px;}
    h5 {
        font-size: 22px;
    }

    .panel::after { width: 32px; height: 32px;}
    .business-travel-content h6 {
        margin-bottom: 25px;
    }

    .business-travel-images .small-img {
        margin-left: 0;
        position: relative;
        margin-top: 140px;
        max-width: 210px;
    }

    .business-travel-images .big-img {
        top: auto;
        bottom: 20%;
        width: 63.5%;
    }

    .service-slider-service-top .service-top-right {
        display: none;
    }

    .service-slider-service-top {
        margin-bottom: 20px;
    }

    .service-item {
        margin: 0 7px;
    }

    .center-button {
        margin-top: 95px;
        text-align: center;
    }

    .service-slider-section {
        padding-bottom: 100px;
    }

    .service-slider-section .slick-dots li button:before {
        font-family: slick;
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        content: '';
        text-align: center;
        opacity: 1;
        color: #000;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border: 1px solid #636873;
        border-radius: 50%;
    }

    .service-slider-section .slick-dots li.slick-active  button::after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 4px;
        height: 4px;
        background-color: #ffffff;
        border-radius: 50%;
        top: 3px;
        left: 3px;
    }

    .service-slider-section .slick-dots {
        bottom: -55px!important;
    }

    .faq-section h2 {
        margin-bottom: 50px;
    }

    .accordion_container .accordion_item {
        padding: 28px 24px;
    }

    .accordion_container .accordion_item .accordion_head {
        font-size: 22px;
        display: flex;
        align-items: flex-start;
    }

    .plusminus {
        min-width: 32px;
        width: auto;
        height: auto;
        min-height: 32px;
    }


    .logo-slider-section {
        padding-bottom: 100px;
    }

    .testimonials-nav {
        margin-top: 40px;
        display: none;
    }

    .testimonials-block .slick-dots li button:before {
        font-family: slick;
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        content: '';
        text-align: center;
        opacity: 1;
        color: #000;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border: 1px solid #CBCDD2;
        border-radius: 50%;
    }

    .testimonials-block .slick-dots li.slick-active  button::after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 4px;
        height: 4px;
        background-color: #152797;
        border-radius: 50%;
        top: 3px;
        left: 3px;
    }

    .testimonials-block .slick-dots li.slick-active button:before {
        border-color: #152797;
    }

    
    .testimonials-block .slick-dots {
        text-align: left;
    }

    .download-wrap .download-content {
        max-width: 370px;
        padding-top: 0;
        color: #fff;
        padding-bottom: 60px;
    }

    .download-wrap .download-img {
        width: 290px;
        margin: 0 auto;
    }

    .download-wrap {
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column-reverse;
    }

    .get-in-touch-wrap {
        padding: 40px 20px;
    }

    .top-footer {
        padding-bottom: 50px;
        flex-wrap: wrap;
    }

    .top-footer-right {
        text-align: left;
    }

    .social-media {
        list-style: none;
        padding: 0;
        display: flex;
        gap: 14px;
        justify-content: flex-start;
        margin: 25px 0 45px;
    }

    .top-footer-left #circle {
        position: relative;
        width: 100%;
        padding-bottom: 0;
        overflow: hidden;
        left: 0;
        top: 0;
        height: 150px;
        left: 0;
        top: 0;
    }

    .top-footer-left #circle svg {
        width: 150px;
        height: 150px;
    }

    .member-logo {
        gap: 10px;
        display: flex;
        justify-content: flex-start;
    }

    .member-logo img { max-height: 30px;}
    .copy-right {
        text-align: left;
    }

    .bottom-footer { 
        padding-bottom: 40px;
    }

    .service-content-top h2 { 
        font-size: 120px;
        line-height: 100%; 
    }

    .service-content-top h4 {
        font-size: 26px;
    }

    .service-content-top {
        max-width: 240px;  
        margin: 0 auto 90px;
    }

    #circle {
        position: absolute;
        width: 280px;
        height: 280px;
        overflow: hidden;
        left: -40%;
        top: -80px;
    }

    #circle text { font-size: 26px;}
	.footer-address p {
		font-size: 26px !important;
		    margin-bottom: 22px;
	}
	
	.bottom-footer p, .bottom-footer a {
		font-size: 12px !important;
	}
    .navbar-wrap { width: 100%; }
	
	.service-bg-mobile {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		display:block;
	}
	
	.service-section { background-image: none !important; }
	
	.service-section .service-bg-mobile:before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		background: linear-gradient(0deg, rgba(4, 5, 39, 0.5), rgba(4, 5, 39, 0.5)),
			linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
		top: 0;
		left: 0;
	}
	
	.service-section:before { display:none;}
}