/*!
Theme Name: flyhyer
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: flyhyer
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

flyhyer is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	 font-family: "Open Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	 font-family: "Open Sans", sans-serif;
}

p {
	margin-bottom: 0;
	 font-family: "Open Sans", sans-serif;
}


body {
	background: #fff;
	 font-family: "Open Sans", sans-serif;
}


/*================Header===============*/

.site-header .container-fluid {
    padding: 0 65px;
}

.site-header .site-branding .logo-light img {
    width: 300px;
    height: auto;
}

.home .site-header .site-branding .logo-light img {
    width: 100%;
    height: auto;
}

.site-header .site-branding .logo-dark {
    display: none;
}

header#masthead {
    padding: 40px 0 0 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    transform: translateY(-100%);
    transition: all 0.8s;
}

header#masthead.show {
    transform: translateY(0px);
}

ul#primary-menu li a {
    color: #000;
    font-size: 1.2671875vw;
    text-decoration: none;
    font-weight: 500;
    margin: 0.87890625vw 0 0;
    display: block;
	text-transform:capitalize;
}
ul#primary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.NavButtons_navButtons__28Evk {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    align-items: center;
}

.Button_button__3-u4P {
    background: none;
    outline: none;
    text-decoration: none;
    text-shadow: none;
    border: none;
    text-align: left;
    cursor: pointer;
    color: #fff;
    background-color: #000d10;
    font-size: 1.171875vw;
    width: 3.3203125vw;
    height: 3.3203125vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color .3s cubic-bezier(.4,0,.2,1),background-color .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1);
    border-radius: 100%;
}

.site-header .col-sm-1 {
    width: 11.66%;
}
.site-header .col-sm-5 {
    width: 38.3%;
   
}

.site-header .col-sm-4 {
    width: 30%;
}

.Button_button__3-u4P:hover {
    color: #fff;
    background-color: #303131;
}


/*===================Banner================*/

.banner-btn-text {
    height: 30vw !important;
}



/*=====================Flexible service section================*/

.flexible-service-box {
    height: 56vw !important;
}


a.on-demand {
    position: relative;
    overflow: hidden;
}

h3.Solutions_solution_title:after {
    content: " →";
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -moz-transition: opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1) .1s;
    transition: opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1) .1s;
}

h3.Solutions_solution_title {
    font-weight: 700;
    font-size: 2.5390625vw;
    color: #fff;
    position: relative;
}

.Solutions_solution_content__1lBLQ p {
    font-size: 1.3671875vw;
    color: #fff;
    line-height: 110%;
}

.Solutions_solution_content__1lBLQ {
    max-width: 20.8333333333vw;
    opacity: 0;
    max-height: 0;
    margin: 0;
    -moz-transition: opacity .15s cubic-bezier(.4,0,.2,1),max-height .15s cubic-bezier(.4,0,.2,1),margin .2s cubic-bezier(.4,0,.2,1) .15s;
    transition: opacity .15s cubic-bezier(.4,0,.2,1),max-height .15s cubic-bezier(.4,0,.2,1),margin .2s cubic-bezier(.4,0,.2,1) .15s;
    will-change: max-height;
}

.flexible-on-demand:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: -moz-linear-gradient(top,transparent 17.19%,rgba(0,0,0,.7) 100%);
    background: linear-gradient(180deg,transparent 61.11%,rgba(0,0,0,.5));
}
.flexible-on-demand {
    position: relative !important;
    z-index: 1 !important;
}

.on-demand:hover .Solutions_solution_content__1lBLQ {
    opacity: 1;
    max-height: 100%;
    margin-top: 1.5625vw;
    -moz-transition: opacity .4s cubic-bezier(.4,0,.2,1) .15s,max-height .4s cubic-bezier(.4,0,.2,1),margin .4s cubic-bezier(.4,0,.2,1);
    transition: opacity .4s cubic-bezier(.4,0,.2,1) .15s,max-height .4s cubic-bezier(.4,0,.2,1),margin .4s cubic-bezier(.4,0,.2,1);
}

.on-demand:hover .Solutions_solution_title:after {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -moz-transition: opacity .3s cubic-bezier(.4,0,.2,1) .15s,transform .3s cubic-bezier(.4,0,.2,1);
    transition: opacity .3s cubic-bezier(.4,0,.2,1) .15s,transform .3s cubic-bezier(.4,0,.2,1);
}


/*===================Destination=================*/

.destination-img-box img {
    position: absolute;
    left: 0;
    top: 0;
    height: 32.32421875vw !important;
    object-fit: cover;
}
.destination-img-box {
    position: relative !important;
    overflow: hidden !important;
    height: 32.32421875vw !important;
    border-bottom-right-radius: 3.125vw !important;
}


.destination-img-box .elementor-widget-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


.inner-block-1 {
    height: 155px !important;
}

.desti-head-title h2 span {
    font-weight: 400;
}


.desti-img-2 img, .desti-img-3 img, .desti-img-4 img {
    opacity: 0;
}

.desti-img-1 img {
    opacity: 1;
}


.personal-flight-cls {
    height: 38vw !important;
}

.flight-manager-text .elementor-widget-container span {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.2px;
}


.exp-block-cls .elementor-icon.elementor-animation- {
   
    width: 6.4453125vw;
    height: 6.4453125vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.exp-block-cls .elementor-icon-box-title {
    margin-bottom: 1.46484375vw;
}

.exp-block-cls .elementor-icon.elementor-animation-:before { 
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(https://www.intrasiamanagement.com/wp-content/uploads/2024/02/border.svg);
}


.home-slider-cls .elementor-widget-container .slide-number {
    position: absolute;
    bottom: 30px;
    right: 50px;
    z-index: 99;
    font-size: 4.39453125vw;
    letter-spacing: -.02em;
    font-weight: 700;
    line-height: 100%;
    color: #fff;
}

.home-slider-cls .elementor-widget-container {
    position: relative;
}

.slick-carousel1 {
    margin-bottom: 0;
    position: relative;
}

.home-slider-cls .elementor-widget-container .slide-number {
    position: absolute;
    bottom: 30px;
    right: 50px;
    z-index: 99;
    font-size: 4.39453125vw;
    letter-spacing: -.02em;
    font-weight: 700;
    line-height: 100%;
    color: #fff;
}

.slick-carousel1 .slick-prev:before {
    content: '';
    position: absolute;
    background-image: url(https://www.intrasiamanagement.com/wp-content/uploads/2024/02/arrow-prev.svg);
    width: 50px;
    height: 50px;
    opacity: 1;
}

.slick-carousel1 .slick-prev {
    left: 5px;
    right: auto;
    z-index: 99;
	 top: 46%;
}


.slick-carousel1 {
    margin-bottom: 0;
    position: relative;
/*    height: 50vw;*/
}


.slick-carousel1 .slick-next:before {
    content: '';
    position: absolute;
    background-image: url(https://www.intrasiamanagement.com/wp-content/uploads/2024/02/arrow-next.svg);
    width: 50px;
    height: 50px;
    opacity: 1;
}

.slick-carousel1 .slick-next {
    right: 55px;
    z-index: 99;
    top: 46%;
}


.book-a-flight-cls:after {
    content: '';
    position: absolute;
    background: linear-gradient(1turn,#d3e3f2,rgba(211,227,242,0) 72.08%);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.book-a-flight-cls {
    height: 48.828125vw !important;
    position: relative;
}

.book-flight-btn a:hover:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}

.book-flight-btn a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 0.4vw;
    left: 0.2vw;
    position: absolute;
    background: currentColor;
    width: 100%;
    transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1);
    -moz-transition: transform .3s cubic-bezier(.4,0,.2,1),-moz-transform .3s cubic-bezier(.4,0,.2,1);
    transition: transform .3s cubic-bezier(.4,0,.2,1);
    transition: transform .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1),-moz-transform .3s cubic-bezier(.4,0,.2,1);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    transform-origin: left;
}
.book-flight-btn a {
    position: relative;
}

.believe-section {
    overflow: hidden !important;
}

.banner-btn-text-2 {
    height: 40vw !important;
}

.banner-main-img > .elementor-widget-container {
    overflow: hidden !important;
}

.banner-main-img > .elementor-widget-container > img {
    transition: transform 0.3s ease;
}


/*===============on demand sidebar================*/

.BookingWidget_bookingWidget {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
     -webkit-transform: translateX(100%); 
    -moz-transform: translateX(100%);
     transform: translateX(100%); 
     opacity: 0; 
    transition: opacity .1s cubic-bezier(.4,0,.2,1) .3s,-webkit-transform .3s cubic-bezier(.4,0,.2,1);
    -moz-transition: transform .3s cubic-bezier(.4,0,.2,1),opacity .1s cubic-bezier(.4,0,.2,1) .3s,-moz-transform .3s cubic-bezier(.4,0,.2,1);
    transition: transform .3s cubic-bezier(.4,0,.2,1),opacity .1s cubic-bezier(.4,0,.2,1) .3s;
    transition: transform .3s cubic-bezier(.4,0,.2,1),opacity .1s cubic-bezier(.4,0,.2,1) .3s,-webkit-transform .3s cubic-bezier(.4,0,.2,1),-moz-transform .3s cubic-bezier(.4,0,.2,1);
    max-height: 100vh;
    height: 100vh;
    background-color: #fff;
    left: auto;
    right: 0;
    max-width: 37.5vw;
        z-index: 9999999;
}

.Widget_widget__3XNlU {
    box-shadow: -10px 0 20px rgba(0,0,0,.05);
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-flow: column;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.Widget_header__2whzz {
    padding: 2.83203125vw 4.19921875vw 2.05078125vw 2.63671875vw;
    height: 15.13671875vw;
    min-height: 15.13671875vw;
    background-color: #000d10;
    color: #fff;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%;
    -webkit-flex-flow: column wrap;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-flow: column wrap;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.Widget_top__1NMo- {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.BookingWidget_buttons__2YW-A {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
}


button.on-demand-btn {
    background-color: #bc7155;
    padding: 0.5rem 0.7777777778rem;
    border-radius: 55.5555555556rem;
    color: #000d10;
    outline: none;
    text-decoration: none;
    text-shadow: none;
    border: none;
    text-align: left;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    line-height: 100%;
    letter-spacing: .01em;
    position: relative;
    margin-right: 1.1111111111rem;
    font-size: 1.07421875vw;
}

button.share-flight-btn {
    background: none;
    outline: none;
    text-decoration: none;
    text-shadow: none;
    border: none;
    text-align: left;
    padding: 0;
    cursor: pointer;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    line-height: 100%;
    letter-spacing: .01em;
    position: relative;
    margin-right: 1.1111111111rem;
    font-size: 1.07421875vw;
}

.Button_color-white__LjdgZ {
    background-color: #fff;
    color: #000d10;
    width: 3.3203125vw;
    height: 3.3203125vw;
    border-radius: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 0;
    font-size: 1.171875vw;
}

span.u-h3 {
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -.01em;
    font-size: 3.125vw;
}

.Widget_content__2yUOT {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow: column wrap;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-flow: column wrap;
    height: 100%;
}

.BookingForm_bookingForm__2iCqj {
    font-size: 1.07421875vw;
    margin-top: 1.46484375vw;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    font-weight: 400;
    padding: 1.875vw 2.03125vw 2.03125vw 2.63671875vw;
    position: relative;
    flex-flow: column wrap;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    flex: 1 1;
}

.BookingForm_bookingForm__2iCqj p {
    color: #000d10;
    font-size: 1.3671875vw;
    line-height: 110%;
}


.BookingForm_ondemandPlaceholder__2QZa6 .BookingForm_button__qpV5n {
    margin-top: 1.953125vw;
    display: inline-block;
    border-radius: 55.5555555556rem;
    font-size: 1.171875vw;
    padding: 1.02vw 1.5vw 1.12vw;
    transition: color .3s cubic-bezier(.4,0,.2,1),background-color .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1);
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    display: block;
    width: fit-content;
    align-items: center;
    line-height: 100%;
}

.BookingWidget_bookingWidget.show {
    opacity: 1;
    transform: translateX(0);
    transition: opacity .1s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1) .1s;
    -moz-transition: transform .3s cubic-bezier(.4,0,.2,1) .1s,opacity .1s cubic-bezier(.4,0,.2,1),-moz-transform .3s cubic-bezier(.4,0,.2,1) .1s;
    transition: transform .3s cubic-bezier(.4,0,.2,1) .1s,opacity .1s cubic-bezier(.4,0,.2,1);
    transition: transform .3s cubic-bezier(.4,0,.2,1) .1s,opacity .1s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1) .1s,-moz-transform .3s cubic-bezier(.4,0,.2,1) .1s;
}


.home-slider-img img {
    width: 100%;
    height: 650px !important;
    object-fit: cover;
    object-position: top;
	border-radius:5px !important;
}

.home-slider-img.slick-active .slider-title {
    z-index: 1;
    opacity: 1;
    top: 50%;
}

.home-slider-img .slider-title h3 {
    font-size: 65px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.home-slider-img .slider-title {
    position: absolute;
    top: 60%;
    transform: translate(-50%, -50%);
    text-align: center;
    left: 50%;
    color: #fff;
    z-index: -1;
    opacity: 0;
    transition: all 2s;
	width:70%;
}
.home-slider-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
    z-index: 0;
	border-radius:5px;
}
.home-slider-img {
    position: relative;
    z-index: 1;
}

/*===================Sidenav Form==================  */

.contact-us-form textarea::placeholder {
    font-size: 14px;
    letter-spacing: 0.8px;
}

.contact-us-form input[type="text"]::placeholder, .contact-us-form input[type="email"]::placeholder {
    font-size: 14px;
    letter-spacing: 0.8px;
}
.contact-us-form textarea {
    width: 100%;
    height: 110px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #aeaeae;
}
.contact-us-form .col-sm-6 {
    margin-bottom: 15px;
}
.contact-us-form input[type="text"], .contact-us-form input[type="email"] {
    width: 100%;
    padding: 10px;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #aeaeae;
}

.contact-us-form .cf-btn:hover {
    color: #FFFFFF;
    background-color: #303131;
    border-color: #303131;
}

.contact-us-form .cf-btn {
    width: 100%;
    margin-top: 20px;
    font-family: "open sans", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #000D10;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000D10;
    border-radius: 100px 100px 100px 100px;
    padding: 15px 23px 17px 23px;
}

/*=====================About Us Page ===============  */

.flexible-service-box.flexible-service-box-1 {
    height: 38vw !important;
}

.about-page-para {
    overflow: hidden !important;
}

/*=============what we do================  */

.inner-partner-cls {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 3px;
    padding: 10px;
    border-radius: 5px;
}

.partner-img-cls {
    padding: 10px;
}

/*=====================Business Set Up==========  */

.set-up-cls {
    height: 100%;
}

.set-up-cls .elementor-icon-box-wrapper {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: #fff;
    padding: 25px;
    height: 100%;
    border-radius: 10px;
	transition: all 0.5s;
}

.set-up-cls .elementor-icon-box-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


/*===================Global Setup==========  */
.destination-img-box-new {
    position: relative !important;
    overflow: hidden !important;
    height: 45.324219vw !important;
    border-bottom-right-radius: 3.125vw !important;
}

.destination-img-box-new .elementor-widget-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.destination-img-box-new img {
    position: absolute;
    left: 0;
    top: 0;
    height: 45.324219vw  !important;
    object-fit: cover;
}

.desti-imgnew-2 img, .desti-imgnew-3 img, .desti-imgnew-4 img, .desti-imgnew-5 img, .desti-imgnew-6 img, .desti-imgnew-7 img, .desti-imgnew-8 img, .desti-imgnew-9 img {
    opacity: 0;
}

.desti-imgnew-1 img {
    opacity: 1;
}

/*===================Our Team===========  */

.inner-team-cls img {
    height: 300px !important;
    width: 300px;
    border-radius: 100% !important;
    border: 1px solid #dbdbdb !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
    object-fit: cover;
	object-position:top;
}

.our-team-title h3 {
    margin: 15px 0 5px 0;
    font-size: 20px;
}

.our-team-title {
    text-align: center;
}

.our-team-profession {
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-style: italic;
    font-size: 15px;
}

div#our_team_slider button.splide__arrow svg path {
    fill: #fff;
}
div#our_team_slider button.splide__arrow {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    opacity: 1;
    background: rgb(0, 13, 16, 0.9);
}

	
	div#our_team_slider .splide__pagination__page {
    width: 10px;
    height: 10px;
    margin: 5px;
}
	
	div#our_team_slider .splide__pagination__page.is-active {
    background: #000;
}
	
	div#our_team_slider .splide__pagination {
    bottom: -30px;
}

/*================Contact Whatsapp box=============  */
.whatsapp-contact {
    position: relative;
}
button.whatsapp-contact-btn {
    font-family: "open sans", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #000D10;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000D10;
    border-radius: 100px 100px 100px 100px;
    padding: 15px 23px 17px 23px;
}

.whatsapp-contact-box {
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 65px;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 18px;
	display:none;
	left: -28px;
	z-index:99999;
	width: 270px;
}

button.whatsapp-contact-btn:hover {
    color: #FFFFFF;
    background-color: #303131;
    border-color: #303131;
}

.whatsapp-contact ul.user-detail-list {
    margin: 0;
    padding: 0;
    list-style: none;
	margin-bottom: 5px;
}

.whatsapp-contact ul.user-detail-list li img {
    height: 50px;
    border-radius: 100%;
    width: 50px;
    object-fit: cover;
    object-position: top;
}

.whatsapp-contact ul.user-detail-list li span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
	color:000D10;
}

.whatsapp-contact ul.user-detail-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.whatsapp-contact ul.user-detail-list li .whatsapp-contact-img {
    width: 30%;
}

.whatsapp-contact ul.user-detail-list li span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
    width: 70%;
}


.whatsapp-contact .whats-icon- {
    text-align: center;
}

.whatsapp-contact .whats-icon- a {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    flex-direction: column;
}

.whatsapp-contact .whats-icon- .callmeMain1 {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #25d366;
    width: 45px;
    height: 45px;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.whatsapp-contact .whats-icon- span {
    color: #000D10;
    font-weight: 500;
}

/*==================Social sidebar===========  */
.social {
  position: fixed;
  top: 30%;
	    width: 55px;
	z-index:9999;
}

.social ul {
  list-style-type: none;
  padding: 0;
  transform: translatex(-250px);
}

.social ul li {
  display: block;
  margin: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 300px;
  text-align: right;
  padding: 10px;
  border-radius: 0 30px 30px 0;
  transition: all 1s;
	    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.social ul li:hover {
  transform: translatex(110px);
}

.social ul li.twitter:hover {
  background-color: #000;
}

.social ul li.facebook:hover {
  background-color: #3b5999;
}

.social ul li.instagram:hover {
  background-color: #e4405f;
}

.social ul li.linkedin:hover {
  background-color: #0A66C2;
}

.social ul li a {
  color: white;
  text-decoration: none;
	display: flex;
    align-items: center;
}


.social ul li span {
    text-align: center;
    margin-left: 14px;
    color: black;
    background-color: white;
    padding: 10px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    transform: rotate(0deg);
    display: inline-flex;
}
.social ul li span svg {
    width: 15px;
    height: 15px;
}

.social ul li:hover svg {
  transform: rotate(360deg);
  transition: all 1s;
}

/*==================Footer===============*/

.site-footer {
    background: #000d10;
}

.site-footer .container-fluid {
    padding: 0 63px;
}

.main-footer .ftr-col1 {
    padding-top: 3.642578125vw;
    margin-bottom: 5.17578125vw;
}


.main-footer .ftr-col1 .logo_ftr img {
    max-width: 19.33%;
    filter: invert(1) brightness(25);
	 height: auto !important;
}

.ftr-social h3 {
    color: #fff;
    font-family: 'HelveticaNowDisplay';
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 18px;
}

.ftr-social ul li a svg {
    width: 1.66015625vw;
    height: 1.66015625vw;
}

.ftr-social ul li a {
    background-color: #fff;
    color: #000d10;
    width: 3.3203125vw;
    height: 3.3203125vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 1.171875vw;
}
.ftr-social ul li {
    display: inline-block;
    margin-right: 0.78125vw;
}
.ftr-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.site-footer h2 {
    color: #fff;
    margin-bottom: 1.171875vw;
    font-size: 1.5625vw;
    font-weight: 700;
}


.site-footer .menu li a:hover {
    color: #fff;
}

.site-footer .menu li a {
    color: #8e8e95;
    font-size: 1.3671875vw;
    text-decoration: none;
    transition: all 0.5s;
}
.site-footer .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

div#nav_menu-7 {
    margin-bottom: 1.16015625vw;
}

div#nav_menu-8 {
    margin-bottom: 3.160156vw;
}

.copyrightdiv {
    margin-top: 7.28515625vw;
}

p.copy-right-para a {
    color: #fff;
    text-decoration: none;
}
p.copy-right-para {
    color: #fff;
    font-size: 1vw;
}

.ftr-bottom ul li a:hover {
    color: #fff;
}

.ftr-bottom ul li a {
    color: #8e8e95;
    font-size: 1.3671875vw;
    text-decoration: none;
    transition: all 0.5s;
}
.ftr-bottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
}

p.ftr-bottom-para span {
    margin-top: 0px;
}

p.ftr-bottom-para svg {
    width: 25px;
    height: 25px;
}
p.ftr-bottom-para {
    margin-top: 2.63671875vw;
    margin-bottom: 3.515625vw;
    color: #8e8e95;
    font-size: 1.171875vw;
    letter-spacing: .01em;
    line-height: 120%;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

p.Footer_hq__3nZqs.u-small {
    margin-top: 2.63671875vw;
    margin-bottom: 3.515625vw;
    color: #8e8e95;
    font-size: 1.171875vw;
    letter-spacing: .01em;
    line-height: 120%;
}

p.Footer_hq__3nZqs.u-small a:hover {
    color: #fff;
}
p.Footer_hq__3nZqs.u-small a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #8e8e95;
    transition: all 0.5s;
}
p.Footer_hq__3nZqs.u-small a img {
    width: 16px;
    filter: invert(1) brightness(25);
}


/*=================our-tram-new================  */

.our-team-main {
    display: flex;
   
}

.our-team-main .our-teams-details {
    background: #000D10;
    border-radius: 5px 0  0 5px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
	 width: 50%;
	padding: 0 40px;
}

.our-team-inner-text p {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}

.our-team-main .our-teams-details, .our-team-main .our-team-img {
    
    width: 50%;
}

.our-team-main .our-teams-details h3 {
    color: #fff;
}

.our-team-inner-img img {
    width: 100%;
    border-radius: 0 5px 5px 0 !important;
    height: 405px !important;
    object-position: top;
    object-fit: contain;
}

.our-team-inner-img {
    background: #f7fbfe;
}

.our-team-section .col-sm-12 {
    margin-bottom: 25px;
}

.our-team-inner-profession {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    font-style: italic;
}

 .our-team-section {
        overflow: hidden;
    }

 .moving-text {
        overflow: hidden;
	
    }
.xlHeader--right {
  position: relative;
}
.our-team-inner-text p { text-align: justify; }
/*==================Side Menu===============  */

.MenuContainer_menuContainer__3-8QB {
    position: fixed;
    top: 0;
   left: auto;
    right: 0;
    max-width: 45.5vw;
    width: 100%;
    z-index: 99999;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    transition: opacity .1s cubic-bezier(.4,0,.2,1) .3s, -webkit-transform .3s cubic-bezier(.4,0,.2,1);
    -moz-transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .1s cubic-bezier(.4, 0, .2, 1) .3s, -moz-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4,0,.2,1), opacity .1s cubic-bezier(.4,0,.2,1) .3s;
    transition: transform .3s cubic-bezier(.4,0,.2,1), opacity .1s cubic-bezier(.4,0,.2,1) .3s, -webkit-transform .3s cubic-bezier(.4,0,.2,1), -moz-transform .3s cubic-bezier(.4,0,.2,1);
    max-height: 100vh;
    height: 100vh;
}

.MenuContainer_menuContainer__3-8QB.Menushow {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    transition: opacity .1s cubic-bezier(.4,0,.2,1), -webkit-transform .3s cubic-bezier(.4,0,.2,1) .1s;
    -moz-transition: transform .3s cubic-bezier(.4, 0, .2, 1) .1s, opacity .1s cubic-bezier(.4, 0, .2, 1), -moz-transform .3s cubic-bezier(.4, 0, .2, 1) .1s;
    transition: transform .3s cubic-bezier(.4,0,.2,1) .1s, opacity .1s cubic-bezier(.4,0,.2,1);
    transition: transform .3s cubic-bezier(.4,0,.2,1) .1s, opacity .1s cubic-bezier(.4,0,.2,1), -webkit-transform .3s cubic-bezier(.4,0,.2,1) .1s, -moz-transform .3s cubic-bezier(.4,0,.2,1) .1s;
}

.Menu_menu__2O5iu {
    height: 100%;
    background-color: #fff;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
	    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    padding-top: 9.765625vw;
    overflow: auto;
}

.Menu_top__2ajIK {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.5rem 1.2222222222rem 1.1111111111rem 1.8333333333rem;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
	    padding: 2.83203125vw 4.19921875vw 2.05078125vw 2.63671875vw;
}

.Menu_close__jkEHW {
    margin-left: 4.8828125vw;
}

.Menu_columns__VI8Ou {
    padding: 0 3.765625vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.Menu_columns__VI8Ou {
    width: 100%;
    overflow: hidden;
}

.Menu_columnWrapper__3ROUv h4 {
    margin-bottom: 1.3671875vw;
    font-size: 2.5390625vw;
    color: #000d10;
}

.MenuContainer_menuContainer__3-8QB ul li a:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}
.MenuContainer_menuContainer__3-8QB ul li a:before {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    background: currentColor;
    width: 100%;
    transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1);
    -moz-transition: transform .3s cubic-bezier(.4, 0, .2, 1), -moz-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4,0,.2,1);
    transition: transform .3s cubic-bezier(.4,0,.2,1), -webkit-transform .3s cubic-bezier(.4,0,.2,1), -moz-transform .3s cubic-bezier(.4,0,.2,1);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    transform-origin: left;
}
.MenuContainer_menuContainer__3-8QB ul li a {
    font-size: 1.5625vw;
    color: #000d10;
    line-height: 140%;
    display: inline-block;
    position: relative;
    transition: color .5s cubic-bezier(.4,0,.2,1);
    text-decoration: none;
}
.MenuContainer_menuContainer__3-8QB ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebarLogo img {
    width: 175px;
/*     display: none; */
}

.Menu_top__2ajIK {
    width: 100%;
    justify-content: space-between;
}

/*=======================404 Temp==================*/
.error-page-top-wrapper {
    background: #fffaf7;
    padding: 150px 0 150px;
}
.error-page-top-wrapper .page-content {
    text-align: center;
    max-width: 770px;
    margin: 0 auto;
}
.error-page-top-wrapper h1.page-title {
    display: inline-block;
    font-size: 6.25em;
    color: #000000;
    letter-spacing: .05em;
    line-height: 1.1;
    font-style: normal;
    position: relative;
    margin-bottom: 0;
    z-index: 1;
    font-size: 9.375em;
}
.error-page-top-wrapper p.sub-title {
    color: #000;
    font-size: 1.1em;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding: 0 50px;
    letter-spacing: .2em;
    margin-bottom: 30px;
}
.error-page-top-wrapper p.sub-title:before {
    content: "";
    position: absolute;
    top: 13px;
    width: 36px;
    height: 1px;
    background-color: #000;
    width: 64px;
    height: 1px;
    left: -20px;
}
.error-page-top-wrapper p.sub-title:after {
    content: "";
    position: absolute;
    top: 13px;
    width: 36px;
    height: 1px;
    background-color: #000;
    width: 64px;
    height: 1px;
    /* left: -20px; */
}
.error-page-top-wrapper a.btn-primary {
    color: #fff;
    background: #000;
    border: 1px solid #000;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    padding: 16px 32px;
    display: inline-block;
    margin-top: 40px;
}


.flexible-service-box.flexible-service-box-about {
    height: 35vw !important;
}

/*==================Popup Form=================  */
#modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    height: 100%;
    width: 100%;
    display: none;
}


.modalPopup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    width: 100%;
    max-width: 450px;
    padding: 0px 0px 0px !important;
    -webkit-box-shadow: 0 2px 10px 3px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px 3px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

#modalOverlay .modalPopup .modalContent {
    padding: 40px 28px;
}

.news-letter-img h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
}

button#clsbuttonPopup {
    position: absolute;
    top: 8px;
    font-size: 22px;
    right: 6px;
    color: #000;
    border-radius: 50%;
    background: #fff;
    outline: none;
    border: none;
    overflow: hidden;
    width: 40px;
    height: 40px;
}

button#clsbuttonPopup i {
    font-size: 18px;
}

.request-meeting-form input[type="text"]::placeholder,.request-meeting-form input[type="date"]::placeholder,.request-meeting-form input[type="email"]::placeholder {
    color: #b7b7b7;
    letter-spacing: 1px;
}

.request-meeting-form input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.request-meeting-form input[type="text"], .request-meeting-form input[type="date"] ,.request-meeting-form input[type="email"]{
    background: transparent;
    border: 1px solid #efefef !important;
    border-radius: 100px !important;
    height: 50px !important;
    outline: none;
    padding: 10px 20px !important;
    color: #fff;
    width: 100%;
}

.request-meeting-form .col-sm-12:not(:last-child) {
    margin-bottom: 20px;
}


.request-meet-btn:hover {
    opacity: 0.9;
}
.request-meet-btn {
    width: 100%;
    height: 50px;
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.2px;
    background: #fff;
    color: #000;
    transition: all 0.5s;
    border: none;
}

.wpcf7-spinner {
    position: absolute;
}

/*=====================FixNav Social Right===========  */
nav.social-right {
    position: fixed;
    top: 30%;
    width: 55px;
    z-index: 9999;
	right:0;
}

nav.social-right ul {
    list-style-type: none;
    padding: 0;
/*     transform: translatex(250px); */
}

nav.social-right ul li {
    display: block;
    margin: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 300px;
    text-align: left;
    padding: 10px;
    border-radius: 30px 0px 0px 30px;
    transition: all 1s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

nav.social-right ul li a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
}

nav.social-right ul li span {
    text-align: center;
    margin-right: 14px;
    color: black;
    background-color: white;
    padding: 10px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    transform: rotate(0deg);
    display: inline-flex;
}

nav.social-right ul li span svg {
    width: 15px;
    height: 15px;
}

nav.social-right ul li:hover {
    transform: translatex(-140px);
	    background: #000;
}

nav.social-right ul li:hover svg {
    transform: rotate(360deg);
    transition: all 1s;
}

.social ul li.whatsapp:hover {
    background: #25D366;
}

/*================Responsive ======================*/


@media(max-width:768px){

html,body{
	overflow-x:hidden;
}

	.site-header .site-branding .logo-light  {
    display: none;
}

.site-header .site-branding .logo-dark img {
    width: 180px;
}

header#masthead {
    padding: 20px 0 0 0;
}
	.site-header .col-sm-5 {
    width: 38.3%;
    display: none;
}



.site-header .site-branding .logo-dark {
    display: block;
}


.site-header .container-fluid {
    padding: 0 10px;
}

.site-header .col-sm-4 {
    display: none;
}

.site-header .col-sm-6, .site-header .col-sm-1 {
    width: 50%;
}

.site-header .Button_button__3-u4P {
    width: 2.7777777778rem;
    height: 2.7777777778rem;
    font-size: .8888888889rem;
}

.NavButtons_navButtons__28Evk {
    flex-direction: column;
    align-items: end;
}

.flexible-service-box {
    height: 410px !important;
}
h3.Solutions_solution_title {
    font-size: 1.6666666667rem;
    letter-spacing: -.01em;
}

.Solutions_solution_content__1lBLQ {
    opacity: 1;
    max-width: 80%;
    margin-top: 0.8333333333rem;
    max-height: 100%;
}

.Solutions_solution_content__1lBLQ p {
    font-size: 1rem;
}

.flight-image-mark .elementor-widget-container {
    width: 36%;
    display: block;
    margin-left: auto;
}

.inner-block-1, .inner-block-2 {
    height: 10.3333333333rem !important;
    margin-bottom: 1.1111111111rem;
}

.main-banner-bg {
    min-height: 515px !important;
}
	
.exp-block-cls .elementor-icon.elementor-animation- {
    width: 4.4444444444rem;
    height: 4.4444444444rem;
}

.home-slider-img img {
    width: 100%;
    height: 350px !important;
    object-fit: cover;
    object-position: top;
	border-radius:5px !important;
}


.slick-carousel1 .slick-prev:before {
    height: 22px;
    width: 22px;
    margin-left: -6px;
}

.slick-carousel1 .slick-next:before {
    height: 22px;
    width: 22px;
    margin-left: 92px;
   
}

.slick-carousel1 .slick-prev {
    left: 5px;
    right: auto;
    z-index: 99;
  
}

.slick-carousel1 .slick-next {
    right: 115px;
    bottom: 45px;
}

.home-slider-cls .elementor-widget-container .slide-number {
    font-size: 7vw;
    right: 40px;
}
	
.home-slider-img .slider-title h3 {
    font-size: 30px;
    padding: 28px;
}
	
	.home-slider-img .slider-title {
    width: 100%;
    padding: 0 10px;
}

.site-footer .container-fluid {
    padding: 30px 10px;
}

.main-footer .ftr-col1 .logo_ftr img {
    max-width: 29.1666666667%!important;
}

.ftr-social h3 {
    margin-top: 2.2222222222rem;
    margin-bottom: 1rem;
}

.ftr-social ul li a {
    width: 2.7777777778rem;
    height: 2.7777777778rem;
    font-size: .8888888889rem;
}

.ftr-social ul li a svg {
    width: 1.3888888889rem;
    height: 1.3888888889rem;
}

.col-sm-2.ftr-col3 #nav_menu-7, .col-sm-2.ftr-col3 #nav_menu-3 {
    width: 50%;
}

.col-sm-2.ftr-col3 {
    margin-top: 2.2222222222rem;
    display: flex;
    flex-wrap: wrap;
}

.site-footer h2 {
    font-size: 1.2222222222rem;
    line-height: 100%;
}

.site-footer .menu li a {
    font-size: 1rem;
    color: #8e8e95;
}

.col-sm-2.ftr-col4 #nav_menu-8, .col-sm-2.ftr-col4 #nav_menu-5 {
    width: 50%;
    margin-bottom: 0;
}

.col-sm-2.ftr-col4 {
    display: flex;
    margin-top: 2.2222222222rem;
}

p.copy-right-para {
    font-size: 1rem;
}

p.Footer_hq__3nZqs.u-small {
    font-size: 1.1rem;
    line-height: 120%;
}
.ftr-bottom ul {
    flex-direction: column;
    gap: 10px;
}

.ftr-bottom ul li a {
    font-size: 1rem;
}

p.ftr-bottom-para {
    font-size: .7777777778rem;
    line-height: 120%;
    letter-spacing: .01em;
}
	
	div#nav_menu-6 {
    margin-top: 30px;
}

.BookingWidget_bookingWidget {
    width: 100%;
    max-width: 100%;
}

.Widget_header__2whzz {
    padding: 1.5rem 1.2222222222rem 1.1111111111rem 1.8333333333rem;
    height: 10rem;
    min-height: 10rem;
}

.BookingWidget_buttons__2YW-A {
    margin-bottom: 1.1111111111rem;
    width: 60vw;
    justify-content: flex-start;
}
button.on-demand-btn {
    font-size: .7777777778rem;
}

button.share-flight-btn {
    font-size: .7777777778rem;
    margin-right: 1.1111111111rem;
}

.Button_color-white__LjdgZ {
    width: 2.7777777778rem;
    height: 2.7777777778rem;
    font-size: .8888888889rem;
}

span.u-h3 {
    font-size: 1.7777777778rem;
}

.BookingForm_bookingForm__2iCqj {
    padding: 1.3888888889rem 1.8888888889rem 1.8888888889rem;
}

.BookingForm_bookingForm__2iCqj p {
    font-size: 1.1rem;
}

.BookingForm_ondemandPlaceholder__2QZa6 .BookingForm_button__qpV5n {
    margin-top: 1.1111111111rem;
    border-radius: 55.5555555556rem;
    font-size: .8888888889rem;
    padding: 0.6111111111rem 1.1111111111rem 0.7222222222rem;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
	
.social ul li span svg {
    width: 15px;
    height: 13px;
}

	.social ul li span {
    width: 34px;
    height: 34px;
    padding: 3px;
    align-items: center;
    justify-content: center;
}
.social ul li {
    width: 286px;
}
	
	.social ul li:hover {
    width: 265px;
}
	
	button.whatsapp-contact-btn {
    font-size: 16px;
    padding: 13px 25px 13px 25px;
}
	
	.whatsapp-contact-box {
    top: 50px;
    left: 0;
}

	.inner-team-cls {
    text-align: center;
}
	
	.our-team-profession {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
}
	
	div#our_team_slider .splide__pagination__page {
    width: 10px;
    height: 10px;
    margin: 5px;
}
	
	div#our_team_slider .splide__pagination__page.is-active {
    background: #000;
}
	
	div#our_team_slider .splide__pagination {
    bottom: -30px;
}
	
	.moving-text {
    transform: translate(0px, 0) !important;
}
	
	.our-team-main {
    flex-direction: column-reverse;
}
	
	.our-team-main .our-teams-details, .our-team-main .our-team-img {
    width: 100%;
}
	
	.moving-text {
    height: auto;
}
	
	.our-team-inner-img img {
    height: 280px !important;
    border-radius: 5px 5px 0 0 !important;
}
	
.our-team-main .our-teams-details {
    height: auto;
    border-radius: 0 0 5px 5px !important;
    padding: 30px 10px;
}
	
	.social {
    position: fixed;
    top: 30% !important;
    z-index: 9999;
}
	
	.MenuContainer_menuContainer__3-8QB {
    width: 100%;
    max-width: 100%;
}
	
	.Button_button__3-u4P {
    width: 2.7777777778rem;
    height: 2.7777777778rem;
    font-size: .8888888889rem;
}
	
	.Menu_columnWrapper__3ROUv h4 {
    margin-bottom: 1.9671875vw;
    font-size: 1.6666666667rem;
    line-height: 100%;
    font-weight: 700;
}
	
	.Menu_columns__VI8Ou {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
}
	
	.Menu_columns__VI8Ou {
    margin-top: 5.5555555556rem;
}
	
	.MenuContainer_menuContainer__3-8QB ul li a {
    font-size: 1.1rem;
}
	
	.MenuContainer_menuContainer__3-8QB ul {
    margin-bottom: 20px;
}
	
	.MenuContainer_menuContainer__3-8QB ul li a {
    font-size: 1.1rem;
    padding-bottom: 3px;
}
	
	.sidebarLogo img {
    width: 175px;
    display: block;
}
	
	.Menu_top__2ajIK {
    width: 100%;
    justify-content: space-between;
}
	
}


@media(min-width:768px) and (max-width:1024px){
	body,html{
		overflow-x:hidden;
	}
	
	button.whatsapp-contact-btn {
    font-size: 15px;
    padding: 16px 22px 17px 20px;
}
	
	.whatsapp-contact-box {
    top: 55px;
    width: 230px;
    left: -35px;
}
	
	.home-slider-cls .elementor-widget-container .slide-number {
    font-size: 4vw;
    right: 38px;
}
	
	.slick-carousel1 .slick-next:before {
    height: 22px;
    width: 22px;
}
	
	.slick-carousel1 .slick-prev:before {
    height: 22px;
    width: 22px;
}
	
	.set-up-cls .elementor-icon-box-wrapper {
    padding: 25px 15px;
}
	
	h3.Solutions_solution_title {
    font-size: 1.4rem;
}
	
	.destination-img-box-new {
    position: relative !important;
    overflow: hidden !important;
    height: 85.324219vw !important;
    border-bottom-right-radius: 3.125vw !important;
}
	.destination-img-box-new img {
    position: absolute;
    left: 0;
    top: 0;
    height: 85.324219vw !important;
    object-fit: cover;
}
	
	.col-sm-2.ftr-col3, .col-sm-2.ftr-col4, .col-sm-2.ftr-col5 {
    width: 50%;
}
	
	.col-sm-4.ftr-col5 {
    margin-top: 2.2222222222rem;
}
	
.copyrightdiv .col-sm-1 {
    display: none;
}

.copyrightdiv .col-sm-3, .copyrightdiv .col-sm-8 {
    width: 100%;
}
	
	.main-footer .row {
    justify-content: space-between;
}
	
	p.copy-right-para {
    text-align: center;
}
	p.Footer_hq__3nZqs.u-small a {
    justify-content: center;
}
	
	.ftr-bottom ul {
    flex-direction: row;
    justify-content: center;
}
	
	p.ftr-bottom-para {
    justify-content: center;
	}
	
	.col-sm-2.ftr-col4 {
    display: flex;
    margin-top: 2.2222222222rem;
    justify-content: space-between;
}
	
	.site-header .col-sm-4 {
    display: none;
}
	
	.site-header .col-sm-7, .site-header .col-sm-1 {
    width: 50%;
}
	
	.site-footer .container-fluid {
    padding: 30px 20px;
}
.BlogContent p { margin-bottom: 10px; }
.business-download a.button {
    border-width: 1px 1px 1px 1px;
    background-color: black;
    color: white;
    padding: 15px 23px 17px 23px;
    border-radius: 100px 100px 100px 100px;
    font-family: "open sans", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}
.business-download {
    padding-top: 37px;
    padding-bottom: 20px;
}
.business-download a.button:hover {
    background-color: #303131;
}
.bussiness-box-cls .elementor-image-box-wrapper {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: #fff;
    height: 100%;
    border-radius: 10px;
    transition: all 0.5s;
    position: relative;
}
.bussiness-box-cls .elementor-image-box-wrapper h3.elementor-image-box-title { text-align: center; }
.business-download {
    padding-top: 37px;
    padding-bottom: 20px;
    position: absolute;
    bottom: 20px;
}
.mauritius-incentives a.button {
    background-color: black;
    color: white;
    padding: 14px 31px 14px 31px;
    border-width: 1px 1px 1px 1px;
    border-radius: 100px 100px 100px 100px;
}
.mauritius-incentives {
    padding-top: 12px;
    position: absolute;
    bottom: 30px;
}
.mauritius-incentives a.button:hover{
    background-color: red;
    background-color: #303131;
}
.exp-block-cls.set-up-cls.film-air .elementor-icon-box-wrapper {
    padding-bottom: 45px;
    position: relative;
}
.Global-download {
    padding-top: 36px;
    border-width: 1px 1px 1px 1px;
}
.Global-download a.button {
    background-color: black;
    color: white;
    border-width: 1px 1px 1px 1px;
    border-radius: 100px 100px 100px 100px;
    padding: 14px 20px 14px 20px;
}
.Global-download a.button:hover {
    background-color: #303131;
}
.corporate-download {
    padding-top: 20px;
}
.corporate-download a.button {
    background-color: black;
    padding: 14px 20px 14px 20px;
    color: white;
    border-width: 1px 1px 1px 1px;
    border-radius: 100px 100px 100px 100px;
}


.exp-block-cls.set-up-cls .licenses-link-cls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
	.exp-block-cls.set-up-cls {
    position: relative;
}
	.exp-block-cls.set-up-cls .licenses-link-cls a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}


@media(max-width:768px){
	
	.mauritius-incentives {
    position: relative;
    bottom: 0;
    padding: 0;
    margin-top: 30px;
}
	.mauritius-incentives a.button {
    padding: 12px 30px;
    font-size: 14px;
}
}

.navbar-brand {
    font-size: 0!important;
    padding-top: 3px;
    padding-bottom: 3px;
}
@media(min-width:768px){

.home .logo-image.logo-light:after {
    content: 'One stop Shop provider';
    display: block;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}
.home  header#masthead img.img-responsive {
    max-width: 400px!important;
}

.home  .logo-image.logo-light {
    position: absolute;
    top: 50px;
}
}
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.bussiness-box-cls img {
    height: 245px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}
.bussiness-box-cls .elementor-image-box-wrapper img {
    border-radius: 5px 5px 0 0;
}
.bussiness-box-cls .elementor-image-box-wrapper figure {
    margin-bottom: 0px !important;
}
.bussiness-box-cls 
 .elementor-image-box-wrapper {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: #fff;
    height: 100%;
    border-radius: 10px;
    transition: all 0.5s;
	 position: relative;
}

.bussiness-box-cls .elementor-image-box-wrapper .licenses-link-cls {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bussiness-box-cls .elementor-image-box-wrapper .licenses-link-cls a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999;
    opacity: 0;
}

.bussiness-box-cls .elementor-image-box-wrapper .elementor-image-box-content {
    padding: 25px;
}
.bussiness-box-cls h3.elementor-image-box-title {
    margin-bottom: 1.46484375vw;
}
.bussiness-box-cls {
    height: 100%;
}
.exps-block-cls span.elementor-icon.elementor-animation- svg {
    color: #fff;
    width: 26px;
}
.exps-block-cls 
 span.elementor-icon.elementor-animation- {
    display: inline-flex;
    background-color: #000d10;
    width: 4.3203125vw;
    height: 4.3203125vw;
    justify-content: center;
    border-radius: 100%;
    align-items: center;
}
.exps-block-cls span.elementor-icon.elementor-animation- svg path {
    fill: #fff;
}
.exps-block-cls span.elementor-icon.elementor-animation- svg path {
    fill: transparent;
}
.exps-block-cls span.elementor-icon.elementor-animation- svg path {
    fill: #fff;
}
.exps-block-cls span.elementor-icon.elementor-animation- svg path {
    fill: #fff;
}
.exps-block-cls.locs-box-cls span.elementor-icon.elementor-animation- svg path {
    fill: transparent;
}
.home-slider-cls .elementor-widget-container .slide-number {
    display: none;
}
.slick-carousel1.slick-initialized.slick-slider ul.slick-dots {
    bottom: -12px;
}
.slick-carousel1 .slick-dots li button:before {
    color: #fff;
    font-size: 17px;
    opacity: 1;
}

.slick-carousel1 .slick-dots li button:hover:before {
    color: #000;
}
.slick-carousel1 .slick-dots li.slick-active button:before {
    color: #000;
}


@media(min-width:1510px){
	.our-team-inner-img img {
    width: 100%;
    border-radius: 0 5px 5px 0 !important;
    height: 405px !important;
    object-position: top;
    object-fit: contain;
}
	.moving-text {
    overflow: hidden;
    height: 450px;
}
}



@media(max-width:768px){
	
	.partner-img-cls {
    padding: 5px;
}
	.inner-partner-cls img {
    height: 55px;
    object-fit: contain;
    width: 100%;
}
	.exps-block-cls span.elementor-icon.elementor-animation- {
    width: 12.320313vw;
    height: 12.320313vw;
}
	.our-team-inner-text p {
    font-size: 16px;
}
	
}

a.on-demand-linknew {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
}
.flexible-service-box.flexible-service-box-about {
    height: 35vw !important;
    position: relative;
}

.read-more-section {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
/*=============================contact us page==========================================  */
.exps-block-cls p a {
    color: #000D10;
}


.Message-section .contact-form .col-sm-6 {
    margin-bottom: 20px;
}
.Message-section .contact-form .col-sm-6 p {
    color: #000d10;
    font-size: 1rem;
    line-height: 110%;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    padding: 10px;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #aeaeae;
}


textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 110px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #aeaeae;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.cf-btn {
    width: 100%;
    margin-top: 20px;
    font-family: "HelveticaNowDisplay", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #000D10;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000D10;
    border-radius: 100px 100px 100px 100px;
    padding: 15px 23px 17px 23px;
}
.Message-section .contact-form .col-sm-6 label {
    padding-bottom: 8px;
    padding-left: 5px;
}
.Message-section .e-con-inner {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   
}
.exp-block-cls.x-contact-cls .elementor-icon-box-icon {
    margin: auto;
    display: flex;
    justify-content: center;
}

.box-section .box-cls-first {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

.elementor-element.elementor-element-25abbde.e-con-full.box-cls-first.e-flex.e-con.e-child {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.elementor-element.elementor-element-2038680.e-con-full.box-cls-first.e-flex.e-con.e-child {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
.elementor-element.elementor-element-5953d8b.e-con-full.box-cls-first.e-flex.e-con.e-child { box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
p.ftr-bottom-para svg { min-width: 25px; }
header#masthead { background: rgb(255 255 255 / 61%);  padding-top: 5px; padding-top: 5px;}
header#masthead img.img-responsive {  max-width: 160px;}
 .inner-brokerage-cls { text-align: center; }
.modalPopup .wpcf7-response-output { color: #fff; }
.our-team-section .col-sm-12 { transform: inherit!important; }
.our-team-main .our-teams-details { padding-top: 15px; padding-bottom: 15px; }
.addressBox {min-height: 48px;}
.banner-blog { max-height: 350px;  overflow: hidden;  position: relative;}
.banner-blog:after { content: '';    display: block;  background: rgb(255 255 255 / 37%); position: absolute;  left: 0; right: 0;   top: 0;  bottom: 0;}
.blog-page img { max-width: 100%;    width: 100%;}
.blog-page h1 { padding-top: 16px;    font-size: 30px;}
span.posted-on a {  color: #fff;    text-transform: inherit;    text-decoration: none;}
.image-blog img { max-width: 700px!important;  margin: 0 auto!important;   margin-top: 35px!important;   display: block;   height: auto;}
.image-blog { margin-bottom: 30px;}
h2.blogh2 { font-size: 26px; margin-bottom: 5px;  margin-top: 20px;}
.BlogContent { margin-bottom: 40px;}
.BlogContent a {color: #ba9d59;    text-decoration: none;}
.BlogContent a:hover { color: #000;}
.banner-blog {
    background-image: url(https://www.intrasiamanagement.com/wp-content/uploads/2024/07/banner-blog-jpg.webp);
    min-height: 350px;
    padding-top: 136px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.banner-blog .container { position: relative;   z-index: 9;    text-align: center;}
.blog-page h1 { color: #fff;}
span.posted-on { color: #fff;}
ul.blogul {margin-top: 15px; margin-left: 0px; padding-left: 20px;}
.blogrow img {
    max-width: 100%;
    height: auto;
}

.inner-blog {
}
.inner-blog {
    padding: 0px;
    margin: 0px;
    background-color: #ded8d8;
    margin-bottom: 25px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: #fff;
    padding-bottom: 8px;
    transition: all 0.5s;
}
.inner-blog-title {
    font-size: 25px;
    padding-top: 18px;
    text-align: center;
    font-family: "Jost", sans-serif;
    padding-left: 6px;
    padding-right: 6px;
}
.inner-blog-title a {
    overflow: hidden;
    -webkit-line-clamp: 2;
    padding: 0;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.2;
}
.inner-blog-date {
    padding: 6px;
    font-size: 13px;
    text-align: center;
    background-color: black;
    color: white;
    margin-left: 120px;
    margin-right: 120px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 10px;
    font-family: "Jost", sans-serif;
}
.inner-blog-btn a {
    padding-top: 7px;
    text-align: center;
    box-sizing: border-box;
    font-size: 17px;
    background-color: #000D10;
    padding-bottom: 7px;
    border-radius: 40px;
    color: #fff;
    display: block;
    text-decoration: none;
    border: 2px solid #000D10;
    max-width: 163px;
    margin: 0 auto;
    margin-top: 22px;
    margin-bottom: 30px;
}

.inner-blog-btn a:hover {
    background: transparent;
    color: #000D10;
}

.row.blogrow {
    margin-top: 60px;
    margin-bottom: 30px;
}

.inner-blog-date a { color: #fff;    text-decoration: none;}
.inner-blog:hover {transform: translateY(-10px); box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.banner-blog h1 { color: #fff;}
.main-footer .ftr-col1 .logo_ftr img { width: 100%; height: auto!important; }
img { height: auto; }
@media only screen and (max-width: 600px) {
.home-slider-img .slider-title h3 { font-size: 22px; line-height: 1.4; }
}