/*stylesheet for https://whitefoxevents.ae*/
body{
    padding:0;
    margin:0;
    font-family: 'Roboto', sans-serif;
    /* background-color:#eaeaea; */
}
@font-face {
    font-family: 'dunkinbold';
    src: url('../fonts/dunkin_bold-webfont.woff2') format('woff2'),
         url('../fonts/dunkin_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: "flaticon";
    src: url("../fonts/flaticon.ttf?fa8632155910a1975507574d77585fec") format("truetype"),
    url("../fonts/flaticon.woff?fa8632155910a1975507574d77585fec") format("woff"),
    url("../fonts/flaticon.woff2?fa8632155910a1975507574d77585fec") format("woff2"),
    url("../fonts/flaticon.eot?fa8632155910a1975507574d77585fec#iefix") format("embedded-opentype"),
    url("../fonts/flaticon.svg?fa8632155910a1975507574d77585fec#flaticon") format("svg");
}
i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'Chalkboard';
    src: url('../fonts/Chalkboard-Regular.woff2') format('woff2'),
        url('../fonts/Chalkboard-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noteworthy';
    src: url('../fonts/Noteworthy-Light.woff2') format('woff2'),
        url('../fonts/Noteworthy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}






.flaticon-world:before {
    content: "\f101";
}
.flaticon-airplane:before {
    content: "\f102";
}
.flaticon-coconut-tree:before {
    content: "\f103";
}
.flaticon-baggage:before {
    content: "\f104";
}



.flaticon-passport:before {
    content: "\f101";
}
.flaticon-passport-1:before {
    content: "\f102";
}
.flaticon-embassy:before {
    content: "\f103";
}

@media only screen and (min-width: 1920px){
  .container {
    max-width: 1277px !important;
  } 
}



section{
    width:100%;
}
header{
    width:100%;
}
footer{
    width:100%;
    background-color: #000000;
    /* padding-top:70px; */
    padding: 50px 0;
}
.topBar{
    width:100%;
    background-color: #00aeef;
    padding:2px 0;
}
.min-navbar{
    width:100%;
    background-color: #000;
}
.top_contact{
    width:100%;
    padding-top:5px;
}
.top_contact ul{
    width:100%;
    padding:0;
    margin:0;
}
.top_contact ul li {
    float: left;
    color: #fff;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    width: fit-content;
    list-style-type: none;
    padding-right: 10px;
}
.top_contact ul li i{
    position:absolute;
    left:0;
    top:3px;
}
.top_contact ul li:nth-child(1){
    border-right:solid 1px #fff;
    margin-right:10px;
}
.socialMedia{
    width:100%;
    padding: 3px;
}
.socialMedia ul{
    width:100%;
    padding:0;
    margin:0;
    text-align:center;
    display: flex;
    justify-content: flex-end;
}
.socialMedia ul li {
    list-style-type: none;
    display: inline-block;
}
.socialMedia ul li a {
    display: inline-block;
    width: 24px;
    height: 25px;
    text-align: center;
    color: #fff;
    border: solid 2px #fff;
    line-height: 30px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    float: left;
    font-size: 12px;
    line-height: 22px;
    margin: 0px 3px;
}
.socialMedia ul li a:hover{
    color:#000;
    border: solid 2px #000;
} 
.logo{
    width: 100%;
    padding-top:6px;
    padding: 5px;
    transition-duration: 0.2s;
}
.logo img{
    width:100%;
}
.logoflex{
    display: flex;
    align-items: center;
}
.min-vavigation{
    width:100%;
}
.min-vavigation ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.min-vavigation ul li{
    list-style-type:none;
}
.min-vavigation ul li a{
    display:block;
    float:left;
    text-transform:uppercase;
    font-size:14px;
    color:#fff;
    text-decoration:none;
    padding: 20px 10px;
}
.min-vavigation ul li a:hover{
    color: #555555;
    transition-duration:0.2s;
    overflow:hidden;
}
.banner{
    background:#777;
}

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
video {
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  background-size: 3px 3px;
  z-index: 2;
}
.bg-video-wrap h1 {
  text-align: center;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  text-transform:capitalize;
  font-family: 'dunkinbold';
}
.bg-video-wrap h1 span{
    font-size:78px;
    font-weight:bold;
}
.banner_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row_flex{
    position:relative;
    z-index:100;
    justify-content: center;
    align-items: center;
}
.row_flex p{
    width:100%;
    color:#fff;
    text-align:center;
}
.min_form{
    overflow:hidden;
    border-radius:15px;
    background:#fff;
}
.input_panel{}
.input_panel input{
    width:100%;
    padding:10px;
    color:#777;
    border:none;
    box-shadow:none;
    border-radius:0;
}
.input_panel input:focus{
    width:100%;
    padding:10px;
    color:#777;
    border:none;
    box-shadow:none;
    border-radius:0;
}
.input_panel input:focus-visible{
    width:100%;
    padding:10px;
    color:#777;
    border:none;
    box-shadow:none;
    border-radius:0;
    outline:none;
}
.right-border{
    border-right: solid 1px #b7b7b7;
}
.position{}
.position i{
    position:absolute;
    left:5px;
    top:13px;
    color:#777;
}
.input_panel button {
    width: 100%;
    background: #f5953e;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    letter-spacing: 5px;
    border: none;
    outline: none;
    box-shadow: none;
    height: 100%;
    margin-left: -15px;
    margin-right: -15px;
    width: 100%;
    display: block;
    margin:0;
    font-weight: 600;
    cursor: pointer;
    position:relative;
    right:-2px;
}
.input_panel button:hover{
    background:#000;
    color:#fff;
    transition-duration:0.2s;
}
.padding_none{
    padding:0;
}
.min_section{
    padding:50px 0px;
}
.min_row{}
.min_row h3 {
    width: 100%;
    text-transform: capitalize;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    color: #707070;
}
.min_row h3 span{
    font-weight:700;
}
.activities{
    padding-top:50px;
}
.owl_wrapp{
    width:100%;
    height:300px;
    overflow:hidden;
    border-radius:20px;
    -webkit-border-radius:20px;
    background:#777;
    position:relative;
}
.owl_wrapp img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.owl_wrapp span{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: -moz-linear-gradient(top,  rgba(153,153,153,0) 0%, rgba(0,0,0,0.79) 100%);
    background: -webkit-linear-gradient(top,  rgba(153,153,153,0) 0%,rgba(0,0,0,0.79) 100%);
    background: linear-gradient(to bottom,  rgba(153,153,153,0) 0%,rgba(0,0,0,0.79) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00999999', endColorstr='#c9000000',GradientType=0 );
    display: flex;
    flex-direction: column-reverse;
}
.owl_wrapp span h4 {
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}
.shadow_box{
    border-radius:20px;
    -webkit-border-radius:20px;
}
.activities .owl-carousel .owl-stage{
    padding-bottom:30px;
}
.activities .owl-carousel .owl-nav {
    display: block;
    width: 100%;
    position: absolute;
    top: 33%;
    display: flex;
    justify-content: space-between;
}
.activities .owl-carousel .owl-nav button{
    width:50px;
    height:50px;
    background:#fff;
    display:block;
    border-radius:100%;
    position:relative;
    outline:none;
    font-size:24px;
    box-shadow: 0px 5px 12px -5px;
    -webkit-box-shadow: 0px 5px 12px -5px;
}
.activities .owl-carousel .owl-nav button:hover{
    background:#00aeef;
    color:#000;
    font-size:24px;
}
.activities .owl-carousel .owl-nav button:nth-child(2){
    right:-30px;
}
.activities .owl-carousel .owl-nav button:nth-child(1){
    left:-30px;
}
.col-wrapper {
    width: 100%;
    height: 340px;
    background: #00aeef;
    position: relative;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.col-wrapper span {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    top: 27px;
    left: 26px;
    overflow: hidden;
}
.col-wrapper span img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.cv-sent{
    width:100%;
}
.cv-sent ul{
    padding:0;
    margin:0;
}
.cv-sent li{
    list-style-type:none;
}
.cv-sent ul li:before{
    content'';
    display:none !important;
}
.cv-sent ul li a{
    position:relative;
    padding-left:25px;
    font-weight: 700 !important;
}
.cv-sent ul li a span{
    position:absolute;
    left:0;
    display:flex;
    align-items:center;
    justify-content:center;
    width:20px;
    height:20px;
    background-color:#000;
    color:#fff;
    border-radius:3px;
}

.email-bg{
    background-color:red !important;
}
.whatsapp-bg{
    background-color:#25D366 !important;
}
.website-bg{}
    
.section_padd_bottom{
    padding-bottom:100px;
    padding-top:0;
}
.side_content{
    padding-left:10%;
    /* padding-top:10%; */
    padding-top:4%;
}
.side_content p{
    text-align:justify;
    /* padding-top:20px; */
}
.side_content a{
    display: block;
    width: fit-content;
    padding: 4px 10px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    border: none;
    border-radius: 6px;
}
.side_content a:hover{
    color: #00aeef;
    transition-duration: 0.2s;
}
.round_panel{
    width: 220px;
    height: 220px;
    background:#777;
    border:solid 10px #fff;
    display:block;
    margin-bottom:30px;
    -webkit-border-radius:100%;
    border-radius:100%;
    margin:auto;
    overflow:hidden;
    box-shadow: 0px 12px 12px -12px #000;
    -webkit-box-shadow: 0px 12px 12px -12px #000;
}
.round_panel img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.item_padding{
    padding-bottom:50px;
}
.round_block{}
.round_block .owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 13px;
    width: 100%;
}
.round_block .owl-carousel .owl-nav button{
    display:block;
    width:40px;
    height:40px;
    background:#000;
    color:#fff;
    margin:5px;
    border:none;
    outline:none;
    box-shadow:none;
}
.round_block .owl-carousel .owl-nav button:hover{
    background:#0082b3;
    border:none;
    outline:none;
    box-shadow:none;    
}
.round_block .owl-carousel .owl-nav button:focus{
    background:#0082b3;
    border:none;
    outline:none;
    box-shadow:none;    
}
.round_block .owl-carousel .owl-stage{
    padding:50px 0px;
}
.item_padding h4 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    margin: 16px 0px;
}
.achievement{
    background-image:url(../images/background/eventbg.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
    background-position:center;
    position:relative;
    margin-top:50px;
    padding: 70px 0;
}
.achievement:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    position: absolute;
}
.achievementCaption{
    position:relative;
}
.achievementCaption h6{
    width:100%;
    text-align:center;
    color:#fff;
    text-transform:capitalize;
    font-size:24px;
}
.achievementCaption h4{
    width:100%;
    text-align:center;
    color:#fff;
    text-transform:uppercase;
    font-size:30px;
    font-weight:bold;
}
.counter{
    font-size:36px;
    text-align:center;
    font-weight:bold;
    color:#00aeef;
}
.achievement_pan{
    display: flex;
    flex-direction: column;
}
.achievement_pan h6{
    width:100%;
    text-align:center;
    color:#fff;
    font-size:18px;
}
.row_top_padd{
    padding-top:40px;
}

.achievement_pan span{
    display:flex;
    margin:auto;
    width:50px;
    font-size:44px;
    color:#fff;
    align-items: center;
    justify-content: center;
}
.achievement_pan span svg{
    fill: #fff !important;
}
.min_row h6{
    width:100%;
    font-size:18px;
    text-align:justify;
}
.row_padd_top{
    padding-top:30px;
}
.visa_col{
    width:100%;
    overflow:hidden;
    background:#fff;
    border-radius:20px;
    box-shadow: 0px 9px 15px -18px #000;
    -webkit-box-shadow: 0px 9px 15px -18px #000;
}
.visa_col span {
    display: block;
    width: 100%;
    height: 195px;
    border-radius: 20px;
    background: #777;
    position: relative;
    overflow:hidden;
}
.visa_col span aside{
    position:absolute;
    width:100%;
    height:100%;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.17) 1%, rgba(0,0,0,0.97) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.17) 1%,rgba(0,0,0,0.97) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0.17) 1%,rgba(0,0,0,0.97) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bffffff', endColorstr='#f7000000',GradientType=0 );
    display:flex;
    flex-direction: column-reverse;
} 

.visa_col span aside h5{
    width:100%;
    text-align:center;
    margin-bottom:30px;
    color:#fff;
    text-transform:uppercase;
    font-size:18px;
}
.visa_col span img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.colmn-panel{
    padding:15px;
}
.colmn-panel h6{
    width:100%;
    text-align:left;
    text-transform:capitalize;
    color:#777;
    font-size:14px;
}
.col-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.col-flex h3 {
    font-weight: 700;
    color: #000;
    font-size: 26px;
    text-align: left;
    display:none !important;
}
.col-flex a {
    display: none;
    padding: 7px;
    border-radius: 20px;
    text-decoration: none;
    background-color: #f5953e;
    color: #000;
    text-align: center;
    font-size: 14px;
    width: fit-content;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
}
.col-flex a:hover{
    background-color:#000;
    color:#f5953e;
    transition-duration:0.2s;
}
.item_padding{
    padding-bottom:30px;
}
.what-we-do{
    background-color:#00aeef;
    position:relative;
}
.what-we-do:before{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background-image:url(../images/background/net.png);
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:right;
    background-size:cover;
}
.travel_before{
    background-image:url(../images/background/travel-before-bg.webp);
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
    background-position:center;
    position:relative;
}
.travel_before:before{
    content:"";
    display:block;
    width:100%;
    height:100%;
    top:0;
    left:0;
    position:absolute;
    background-color:#000;
    opacity:0.7;
}
.title_position{
    position:relative;
    z-index:10;
    color:#fff !important;
    text-align:center;
}
.before-travel{}
.before-travel span{
    display:block;
    width:60px;
    height:60px;
    border-radius:100%;
    border:solid 2px #f5953e;
    text-align:center;
    font-size:18px;
    text-align:center;
    margin:auto;
    padding:12px;
    margin-bottom:20px;
}
.before-travel span img{
    width:100%;
}
.before-travel h3{
    width:100%;
    text-align:center;
    color:#fff;
    font-size:15px;
    text-transform:uppercase;
    font-weight:bold;
    margin-bottom:20px;
}
.before-travel p {
    width: 100%;
    text-align: center;
    color: #fff;
    padding-left: 10%;
    padding-right: 10%;
}
.events_col{
    padding:10px;
    background-color:#fff;
    -webkit-box-shadow: 0px 9px 15px -18px #000;
    
}
.events_col aside{
    width:100%;
    height:168px;
    background-color:#777;
}
.events_col aside img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.events_col h6 {
    width: 100%;
    text-transform: capitalize;
    font-size: 13px;
    color: #898989;
    margin: 5px 0px;
}
.events_col h4{
    width:100%;
    text-transform:uppercase;
    font-size:18px;
    color:#000;
    background-color:#f5953e;
    text-align:left;
    padding:10px;
    font-weight:bold;
    margin-bottom:0;
}
.events_wrapp{}
.events_wrapp .owl-stage-outer{}
.events_wrapp .owl-stage-outer .owl-stage{
    padding:35px 0px;
}
.events_wrapp .owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    bottom: 324px;
    width: 100%;
}
.events_wrapp .owl-carousel .owl-nav button{
    display:block;
    width:40px;
    height:40px;
    background-color:#f5953e;
    text-align:center;
    margin:5px;
    border:none;
    outline:none;
    box-shadow:none;
}
.events_wrapp .owl-carousel .owl-nav button:hover{
    background:#000;
    color:#fff;
    transition-duration:0.2s;
    border:none;
    outline:none;
    box-shadow:none;    
}
.events_wrapp .owl-carousel .owl-nav button:focus{
    background:#000;
    color:#fff;
    transition-duration:0.2s;
    border:none;
    outline:none;
    box-shadow:none;    
}
.footerLogo{
    width: 230px;
    display:block;
    text-decoration:none;
    padding:10px;

}
.footerLogo img{
    width:100%;
}
.col-footer{
    margin-bottom:30px;
}
.col-footer p{
    width:100%;
    text-align:justify;
    color:#a0a0a0;
    font-size:14px;
    padding-right:10%;
}
.footer_col{
    width:100%;
    margin-bottom:30px;
}
.footer_col h4{
    width:100%;
    color:#00aeef;
    text-transform:uppercase;
    font-weight:bold;
    margin-bottom:20px;
    font-size:20px;
}
.footer_col ul{
    width:100%;
    padding:0;
    margin:0;
}
.footer_col ul li{
    width:100%;
    list-style-type:none;
}
.footer_col ul li a{
    width:100%;
    display:block;
    padding:5px;
    position:relative;
    padding-left:30px;
    color:#a0a0a0;
    font-size:13px;
    text-decoration:none;
}
.footer_col ul li a:hover{
    color:#00aeef;
    transition-duration:0.2s;
}
.footer_col ul li a i {
    position: absolute;
    color: #00aeef;
    left: 0;
    top: 11px;
    font-size: 10px;
}
.relative{
    position:relative;
    padding-left:30px;
    color:#d0d0d0;
    font-size:14px;
    margin-bottom:20px;
}
.relative span{
    position:absolute;
    left:0;
    top:0;
    color:#00aeef;
    font-size:16px;
}
.bottom_border{
    border-bottom:solid 1px #525252;
}
.copyright{
    padding-top:10px;
}
.copyright p{
    width:100%;
    text-align:center;
    color:#d0d0d0;
    font-size:14px;
}
.copyright p a{
    text-decoration:none;
    color:#00aeef;
}
.top_animate{
    width:40px;
    height:40px;
    background-color:#00aeef;
    color:#fff;
    display:none;
    position:fixed;
    bottom:100px;
    right:50px;
    border:none;
    outline:none;
    box-shadow:none;
    text-align:center;
    line-height:40px;
    font-size:14px;
    -webkit-border-radius:100%;
    border-radius:100%;
    cursor: pointer;
    z-index:1000;
}
.top_animate:hover{
    background:#000;
    color:#fff;
}
.top_animate:focus{
    border:none;
    outline:none;
    box-shadow:none;
    text-align:center;
    line-height:40px;    
}
.navFixed {
    position: fixed;
    top: -110px;
    left: 0;
    width: 100%;
    z-index: 1000;
    margin-top: 109px;
    transition-duration:1.2s;
}
.search_cover{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background-color: rgb(0 0 0 / 76%);
    z-index:1500;
    display:flex;
    justify-content:center;
    align-items: center;
    display:none;
}
.search_cover .boxes {
    width: 100%;
    height: 100vh;
    text-align: center;
}
.search_box {
    width: 25%;
    border-bottom: solid 2px #fff;
    margin: auto;
    padding-top: 15%;
}
.search_box form{
    width:100%;
}
.search_box form input{
    border:none;
    background:none;
    color:#fff;
    padding:10px;
    width:80%;
}
.search_box form input:focus{
    border:none;
    background:none;
    color:#fff;
    padding:10px;
    width:80%; 
    outline:none;
    box-shadow:none;
}
.search_box form button{
    background:none;
    border:none;
    outline:none;
    box-shadow:none;
    color:#fff;
    font-size:30px;
    padding:10px;
}
.search_box form button:hover{
    color:#eb8f3d;
}
.search_box form input::placeholder {
  color: #fff;
  opacity: 1;
}
.search_box form input:-ms-input-placeholder {
  color: #fff;
}
.search_box form input::-ms-input-placeholder {
  color: #fff;
}
.close_btn{
    width:50px;
    height:50px;
    position:absolute;
    top:20%;
    right:20%;
    background:none;
    border:none;
    outline:none;
    box-shadow:none;
    color:#fff;
    font-size:30px;    
    color:#fff;
    font-size:14px;
    text-align:center;
    line-height:50px;
    cursor: pointer;
}
.close_btn:focus{
    width:50px;
    height:50px;
    position:absolute;
    top:20%;
    right:20%;
    background:none;
    border:none;
    outline:none;
    box-shadow:none;
    color:#fff;
    font-size:30px;    
    color:#fff;
    font-size:14px;
    text-align:center;
    line-height:50px;
    cursor: pointer;    
}
.body-overflow{
    overflow:hidden;
}
.banner-inner-banner {
    background-color: #222222;
    padding: 58px 0;
    position: relative;
    display: flex;
    align-items: center;
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
    border-top: solid 1px #4d4d4d;
}
.banner-inner-banner h1{
    width:100%;
    color:#fff;
    text-transform:uppercase;
    font-weight:bold;
    text-align:center;
    position:relative;
    z-index:1;
    font-family: 'Poppins', sans-serif;
}
.banner-inner-banner:before{
    content:"";
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color:#000;
    opacity:0.5;
}
.visa_col_pan {
    width: 100%;
    margin-bottom: 30px;
}
.visa_col_pan span{
    width:100%;
    height: 240px;
    overflow:hidden;
    -webkit-border-radius:10px;
    border-radius:10px;
    margin-bottom: 20px;
    display:block;
}
.visa_col_pan span img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.visa_col_pan h4{
    width:100%;
    text-transform:uppercase;
    font-weight:bold;
    margin-bottom:10px;
}
.visa_col_pan p{
    width:100%;
    text-align:justify;
    color:#232323;
    
}
.visa_col_pan a{
    display: block;
    padding: 7px;
    border-radius: 20px;
    text-decoration: none;
    background-color: #f5953e;
    color: #000;
    text-align: center;
    font-size: 14px;
    width: fit-content;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
}
.visa_col_pan a:hover{
    background:#000;
    color:#f5953e;
    text-decoration:none;
    transition-duration:0.2s;
}
.visa_col_pan h6{
    width:100%;
    text-align:left;
    text-transform:capitalize;
    color:#777;
    font-size:14px;
}
.visa_col_pan h6 aside{
    display: contents;
    color:blue;
}
.row-margin-none{
    margin:0;
}
.row_padd_bottom{
    padding-bottom:30px;
}
.enquiry_form{
    padding:30px 0;
}
.enquiry_form .form-group{}
.enquiry_form .form-group input{
    width:100%;
    padding:10px;
    border:none;
    outline:none;
    box-shadow:none;
    color:#777;
    font-size:14px;
    border-radius:6px;
}
.enquiry_form h4{
    width:100%;
    text-transform:uppercase;
    font-weight:bold;
    margin-bottom:30px;
    font-size: 28px;
}
.enquiry_form .form-group textarea{
    width:100%;
    padding:10px;
    border:none;
    outline:none;
    box-shadow:none;
    color:#777;
    font-size:14px;
    border-radius:6px;
}
.enquiry_form .form-group button{
    width:fit-content;
    padding:10px;
    border:none;
    outline:none;
    box-shadow:none;
    text-decoration:none;
    background-color:#ffaa00;
    color:#000;
    text-align:center;
    text-transform:uppercase;
    font-size:14px;
    padding-left:20px;
    padding-right:20px;
    cursor: pointer;
    border-radius:6px;
    font-weight:bold;
}
.enquiry_form .form-group button:hover{
    background-color:#000;
    color:#ffaa00;
    text-decoration:none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.enquiry-wrapp{
    padding-left:6%;
}
.wrapper {
  max-width: 40rem;
  padding: 2rem;
  margin: 4rem auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 4px;
}
.form-group .input-field {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: block;
  width: 100%;
  height: auto;
  padding: 1rem 1.5rem;
  margin-top: 1rem;
  cursor: pointer;
  color: #353535;
  outline: none;
  border: none;
  border-radius: 0.2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.form-group .input-field:focus {
  outline: none;
}
.ui-datepicker {
  display: none;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.3rem rgba(0, 0, 0, 0.2);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
.ui-datepicker-calendar table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 400;
  color: #353535;
}
.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}
.ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 50%;
  line-height: 2rem;
  transition: 0.3s all;
  color: #353535;
  font-size: 0.875rem;
  text-decoration: none;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.ui-datepicker-calendar tbody td a:hover {
  background: #e17981;
  color: #ffffff;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
  background: #d33a47;
  color: #ffffff;
}
.ui-datepicker-calendar tbody td a.ui-state-highlight {
  color: #d33a47;
  border: 1px solid #d33a47;
}
.ui-datepicker-header a span {
  display: none;
}
.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.5rem;
}
.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
}
.ui-datepicker-header a.ui-datepicker-prev::after {
  font-family: "Material Icons";
  content: "";
  font-size: 1.5rem;
  color: #353535;
}
.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
}
.ui-datepicker-header a.ui-datepicker-next::after {
  font-family: "Material Icons";
  content: "";
  font-size: 1.5rem;
  color: #353535;
}
.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
  color: #353535;
  font-weight: 400;
  font-size: 0.75rem;
}
.col-padd_control{
    padding:0;
}
.visa_col_pan h3{
    font-size:19px;
    text-transform:uppercase;
    color:red;
    display:none;
}
.visa_col_pan h3 aside{
    font-weight:bold;
    display: contents;
}
.package_link{
    text-decoration:none;
}
.package_link:hover{
    text-decoration:none;
}
.package_link .visa_col_pan h4{
    color:#000;
    font-size:19px;
}
.faq{
    padding-top:30px;
}
.faq ul{
    width:100%;
    padding:0;
    margin:0;
}
.faq ul li{
    width:100%;
    position:relative;
    list-style-type:none;
    padding-left:30px;
}
.faq ul li:before{
    content:"";
    display:block;
    width:10px;
    height:10px;
    position:absolute;
    left: 14px;
    top: 32px;
    border-top:solid 2px #000;
    border-right:solid 2px #000;
    transform:rotate(42deg);
    -webkit-transform:rotate(42deg);
}
.faq ul li span{
    display:block;
    padding:5px;
    position:relative;
    padding-left:20px;
}
.faq ul li span:before{
    content:"";
    display:block;
    width:7px;
    height:7px;
    position:absolute;
    left:0;
    top:10px;
    border-top:solid 2px #000;
    border-right:solid 2px #000;
    transform:rotate(42deg);
    -webkit-transform:rotate(42deg);
}
.title {
    height: 2.5em;
    width: 75%;
    margin-left: 12.5%;
    background: #6bba70;
    color: #fff;
    text-align: center;
    padding-top: .5em;
    transform: rotate(-1deg);
    box-shadow: 3px 5px 2px #999;
}
.faq li {
    padding: 1.25em;
}
.faq li.q {
    font-weight: bold;
    font-size: 120%;
    border-bottom: 1px #ccc solid;
    cursor: pointer;
}
.faq li.q:nth-child(1),
.faq li.q:nth-child(5),
.faq li.q:nth-child(9) {
    background: #eee;
}
.faq li.a {
    font-weight: bold;
    color: #9a9a9a;
    background: #fff;
    display: none;
    font-size: 14px;
    font-weight: 500;
}
.faq li.a:before{
    content:"";
    display:none;
}
.grid_col_first{
    width:100%;
}
.grid_col_first ul{
    padding:0;
    margin:0; 
}
.grid_col_first ul li{
    list-style-type:none;
    width:100%;
    height:50vh;
    overflow:hidden;
    margin-bottom:15px;
    -webkit-border-radius:10px;
    border-radius:10px;
    background-color:#777;
}
.grid_col_first ul li img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.grid_col_second{
    width:100%;
}
.grid_col_second ul{
    padding:0;
    margin:0; 
}
.grid_col_second ul li{
    list-style-type:none;
    width:100%;
    height:50vh;
    overflow:hidden;
    margin-bottom:15px;
    -webkit-border-radius:10px;
    border-radius:10px;
    background-color:#777;    
}
.grid_col_second ul li:nth-child(1){
    height:39vh;
}
.grid_col_second ul li:nth-child(2){
    height:61vh;
}
.grid_col_second ul li img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.grid-wrapp {
    padding-left: 7px;
    padding-right: 7px;
}
.grid_col_third{
    width:100%;
}
.grid_col_third ul{
    padding:0;
    margin:0;
}
.grid_col_third ul li{
    list-style-type:none;
    width:100%;
    height:50vh;
    overflow:hidden;
    margin-bottom:15px;
    -webkit-border-radius:10px;
    border-radius:10px;
    background-color:#777;    
}
.grid_col_third ul li img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.grid_col_third ul li:nth-child(1){
    height:61vh;
}
.grid_col_third ul li:nth-child(2){
    height:39vh;
}
.list-pan{}
.list-pan li{
    position:relative;
    overflow:hidden;
}
.list-pan li:before{
    content:"";
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.84) 99%, rgba(0,0,0,0.85) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.84) 99%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.84) 99%,rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d9000000',GradientType=0 );
    opacity: 0.5;
}
.list-pan li{
    transition-duration:0.2s;
}
.list-pan li span {
    display: block;
    width: 100%;
    padding: 26px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.list-pan li span h6{
    width:100%;
    text-transform:capitalize;
    color:#fff;
    font-size:14px;
}
.list-pan li span h5{
    width:100%;
    text-transform:capitalize;
    color:#fff;
    font-size:18px;
    font-weight:bold;
}
.list-pan li aside{
    display:block;
    width:100%;
    position:absolute;
    bottom: -1080px;
    height: 45vh;
    left:0;
    background:#ff00f0;
    opacity:0.5;
    clip-path: polygon(0 0, 100% 70%, 100% 100%, 0% 100%);
     transition-duration:0.2s;
}
.list-pan li:hover aside{
    bottom:0;
    transition-duration:0.2s;
}
.experiences_panel{
    width:100%;
    margin-bottom:20px;
}
.experiences_panel ul{
    width:100%;
    padding:0;
    margin:0;
}
.experiences_panel ul{
    display:block;
    width:100%;
}
.experiences_panel ul li{
    width:100%;
    list-style-type:none;
}
.experiences_panel ul li:nth-child(1){
    height:200px;
    overflow:hidden;
    border-radius:10px;
    margin-bottom:10px;
    background-color:#fff;
}
.experiences_panel ul li:nth-child(1) img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.experiences_panel ul li h4{
    width:100%;
    text-transform:capitalize;
    font-size:15px;
    color:#000;
}
.experiences_panel ul li h5 {
    width: 100%;
    text-transform: capitalize;
    font-size: 20px;
    color: #f5953e;
}
.experiences_panel ul li h5 aside {
    font-weight: bold;
    display: contents;
}
.experiences_panel ul li a{}
.experiences_panel ul li a:hover{
    text-decoration:none;
}
.col-explore{
    width:100%;
    overflow:hidden;
    background-color:#777;
    margin-bottom:30px;
    -webkit-border-radius:10px;
    border-radius:10px;
    position:relative;
    height:62vh;
}
.col-explore img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.col-explore aside{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    padding:15px;
    background: rgb(0 0 0 / 42%);
}
.col-explore aside h4{
    width:100%;
    color:#fff;
    text-transform:capitalize;
    margin-bottom:20px;
    font-size:18px;
    font-weight:bold;
}
.col-explore aside h6{
    width:100%;
    color:#fff;
    text-transform:capitalize;
    margin-bottom:20px;
    font-size:15px;
}
.btm_padd_none{}
.btm_padd_none .owl-carousel .owl-stage{
    padding-bottom:0 !important;
}
.explore_col{
    width:100%;
    height:200px;
    overflow:hidden;
    -webkit-border-radius:10px;
    border-radius:10px;
    margin-bottom:30pox;
    position:relative;
    background:#777;
    transition: transform .2s;
}
.explore_col img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition: transform .2s;
}
.explore_col:before{
    content:"";
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    background:#000;
    opacity: -0.5;
    top:0;
    left:0;
}
.explore_col span {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    flex-direction: column-reverse;
    z-index:200;
}
.explore_col span h5 {
    width: 100%;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.explore_col span h6 {
    width: 100%;
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
}
.explore_col aside {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -1080px;
    height: 35vh;
    left: 0;
    background: #ff00f0;
    opacity: 0.5;
    clip-path: polygon(0 0, 100% 70%, 100% 100%, 0% 100%);
    transition-duration: 0.2s;
    z-index:150;
}
.explore_col:hover aside{
    bottom:0;
    transition-duration: 0.2s;
    z-index:150;
}
.padding_control_grid{
    padding-left:5px;
    padding-right:5px;
    margin-bottom:10px;
}
.explore_col:hover img{
    transform: scale(1.5);
    transition: transform .2s;
}
.tours-and-travels{
    padding-top:0 !important;
}
.min-activities{
    width:100%;
    height: 43vh;
    position:relative;
    overflow:hidden;
    -webkit-border-radius:10px;
    border-radius:10px;
    transition-duration:0.2s;
    -webkit-transition-duration:0.2s;
}
.min-activities img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.min-activities span {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column-reverse;
        transition-duration:0.2s;
    -webkit-transition-duration:0.2s;
}
.min-activities span h5{
    width:100%;
    text-align:center;
    color:#fff;
    text-transform:uppercase;
    font-weight:bold;
    margin-bottom:30px;
    font-size: 17px;
}
.active_margin{
    margin-bottom:14px;
}
.min-activities:hover span{
    background: -moz-linear-gradient(top,  rgba(153,153,153,0) 0%, rgba(0,0,0,0.79) 100%);
    background: -webkit-linear-gradient(top,  rgba(153,153,153,0) 0%,rgba(0,0,0,0.79) 100%);
    background: linear-gradient(to bottom,  rgba(153,153,153,0) 0%,rgba(0,0,0,0.79) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00999999', endColorstr='#c9000000',GradientType=0 );
    transition-duration:0.2s;
    -webkit-transition-duration:0.2s;
}
.title_padding_bottom{
    padding-bottom:30px;
}
.directors_photo{
    width:100%;
    height: 271px;
    overflow: hidden;
    position: relative;
    border-radius: 0px 30px 0 30px;
    background-color: #777;
}
.directors_photo img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.min-content{
    width:100%;
    margin-bottom:30px;
}
.min-content p{
    width:100%;
    text-align:justify;
    color:#fff;
}
.directir_section{
    background-color:#00aeef;
}
.title_fff{}
.title_fff h3{
    color:#fff;
}
.wrapper_colm{
    width:100%;
    margin-bottom:30px;
}
.wrapper_colm span {
    display: block;
    width: 70px;
    height: 70px;
    background: #00aeef;
    color: #fff;
    text-align: center;
    font-size: 34px;
    line-height: 63px;
    border: solid 5px #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-bottom: 75px;
    margin: auto;
}
.wrapper_colm h4{
    width:100%;
    text-transform:capitalize;
    font-weight:bold;
    color:#000;
    margin-bottom:20px;
    text-align:center;
    margin-top:20px;
}
.wrapper_colm p {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 14% 0;
    font-size: 13px;
}
.wrapper_colm aside{
    display:block;
    width:100px;
    height:1px;
    background-color:#000;
    margin:auto;
}
.maxAuto{
    margin:auto;
    float:none;
}
.team_colm{
    width:100%;
    margin-bottom:30px;
}
.team_colm aside{
    display:block;
    width:150px;
    height:150px;
    margin:auto;
    overflow:hidden;
    background-color:#777;
    margin-bottom:20px;
    -webkit-border-radius:100%;
    border-radius:100%;
    border:solid 5px #fff;
}
.team_colm aside img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.team_colm h5{
    width:100%;
    text-align:center;
    color:#fff;
    text-transform:capitalize;
    font-size:18px;
    font-weight:bold;
}
.team_colm h6{
    width:100%;
    text-align:center;
    color:#fff;
    text-transform:capitalize;
    font-size:14px;
}
.dubai_bg{
    background-image:url(../images/background/dubaibackground.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
    position:relative;
    padding-bottom: 0 !important;
}
.dubai_bg:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 78%);
}
.termsConditions{}
.termsConditions p{
    text-align:justify;
    margin-bottom:30px;
}
.smBanner{
   height: 25vh;
    background-color: #777;
    position: relative;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;   
}
.smBanner:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
}
.smBanner h1 {
    width: 100%;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 1;
}
.contact-list{
    width:100%;
    height: 100%;
    display: flex;
    align-items: center;
    /* padding-left:20%; */
}
.contact-list ul{
    width:100%;
    padding:0;
    margin:0;
}
.contact-list ul aside{
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.contact-list ul li{
    list-style-type:none;
    /* padding-left:30px; */
    position:relative;
    color:#000;
    text-align: center;
}
.contact-list ul li i{
    position:absolute;
    left:0;
    top:5px;
    font-size:18px;
}
.contact-list h5{
    width:100%;
    text-transform:uppercase;
    font-size:21px;
    font-weight:200;
    text-align: center;
}
.contact-list h5 span{
    font-weight:bold;
}
.socialmediaPanel{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.socialmediaPanel a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: solid #444444 1px;
    margin: 5px;
    border-radius: 100%;
    text-decoration: none;
    color: #444444;
}


.socialmediaPanel a:hover:nth-child(1) {
    background-color: #25d366;
    color: #fff;
    border: solid 1px #fff;
}
.socialmediaPanel a:hover:nth-child(2) {
    background-color: #4267B2;
    color: #fff;
    border: solid 1px #fff;
}
.socialmediaPanel a:hover:nth-child(3) {
    background-color: #00acee;
    color: #fff;
    border: solid 1px #fff;
}
.socialmediaPanel a:hover:nth-child(4) {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color: #fff;
    border: solid 1px #fff;
}
.socialmediaPanel a:hover:nth-child(5) {
    background-color: #0072b1;
    color: #fff;
    border: solid 1px #fff;
}
.contactformSection{
    padding: 30px 0;
    background-color: #f8f8f8;
}
.contact__form{}
.contact__form .form-group{
    margin: 0 !important;
}
.contact__form .form-group aside{
    margin-bottom: 13px !important;
}
.flex-box .gj-datepicker{
    display: flex;
}
.flex-box .gj-datepicker input{
    width: auto !important;
}
.flex-box .gj-datepicker span{
    width: 30px;
}
.videoSection{
    padding: 30px 0;
}
.centerContent{
    width: 100%;
    padding-top: 30px;
}
.centerContent p{
    text-align: center;
    font-size: 14px;
    color: #777;
}
.paddingComon{
    padding-bottom: 30px;
}
.contact_form{}
.contact_form button{
    background-color:#00aeef;
    color:#fff;
    border:none;
    outline:none;
    box-shadow:none;
    text-decoration:none;
    font-weight:bold;
}
.contact_form button:hover{
    background-color:#000;
    color:#fff;
    border:none;
    outline:none;
    box-shadow:none;
    text-decoration:none;    
}
.left_toggle_btn{
    display:none;
    width:50px;
    height:50px;
    background:#000;
    border:none;
    outline:none;
    box-shadow:none;
    color:#fff;
    line-height:50px;
    font-size:18px;
    text-decoration:none;
}
.menu_btn{
    display:none;
}
.menu_cover{
    display:none;
}
.sm_logo{
    display:none;
}
.costomer_review{
    width: 100%;
}
.costomer_review p{
    text-align: center;
    color: #000;
}
.costomer_review h6 {
    text-align: center;
    color: #000;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
}
.center{
    justify-content: center;
}
.customer_reviews{
    background-color: #f1f1f1;
    padding: 20px;
    margin-bottom: 30px;
}
.customer_reviews .owl-carousel{}
.customer_reviews .owl-carousel .owl-nav{
    display:none !important;
}
.termsConditions{
    padding:10%;
    background:#fff;
}
.termsConditions h4{
    width:100%;
    text-align:left;
    color:#000;
    font-size:24px;
    font-weight:bold;
    margin-bottom:20px;
    text-transform:capitalize;
}
.termsConditions p{
    text-align:justify;
}
.red{
    color:red !important;
}
.row_height{
    height: 100%;
    align-items: center;
}
.gallery_wrapper{
    height: 300px;
    /* padding: 0 !important; */
    margin-bottom: 30px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition-duration: 0.2s;
}
.gallery_wrapper:before{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
}
.gallery_wrapper:hover:before{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background-color: #000;
    opacity: 0.7;
    transition-duration: 0.2s;
}
.gallery_wrapper span{
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 0;
    transition-duration: 0.2s;
    transition: transform .2s;
    
}
.gallery_wrapper:hover span{
    transform: scale(1.5);
    transition: transform .2s;
    opacity: 1;
}
.gallery_wrapper span:before{
    content:"";
    display: block;
    position: absolute;
    right: 0;
    top:0;
    width: 25px;
    height: 25px;
    border-top:solid 1px #fff;
    border-right:solid 1px #fff;
}

.gallery_wrapper span:after{
    content:"";
    display: block;
    position: absolute;
    left: 0;
    bottom:0;
    width: 25px;
    height: 25px;
    border-bottom:solid 1px #fff;
    border-left:solid 1px #fff;
}
.gallery_wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fff_title{
    color: #fff !important;
}
.client_logo{
    width: 100%;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    border:solid 1px rgb(170, 170, 170);
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}
.client_logo img{
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.client_logo:hover img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); 
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}
.choose_us{
    position: relative;
    padding-bottom: 0 !important;
    background-color: #222222;
}
.choose_us::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
}
.choose_us .container{
    position: relative;
    z-index: 1;
}
.fff_title{}
.fff_title h3{
    color: #fff !important;
}
.content_panel{
    padding: 15px 0;
}
.content_panel p{
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.content_panel h6{
    text-align: center;
    width: 100%;
    color: #0082b3;
    text-transform: capitalize;
    font-weight: 700;
}
.text_left{}
.text_left h3{
    text-align: left;
}
.logo_position{
    width: 170px !important;
    transition-duration: 0.2s;
}
.row_padding_control{
    padding: 20px 0px;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
    z-index:100;
}
.float:hover{
    color: #fff;
}
.my-float{
	margin-top:16px;
}
.hvr-bounce-in a:hover{
    text-decoration: none !important;
}
.cound_row{
    position: relative;
    z-index: 100;
    justify-content: space-around;
}
.center-box{
    justify-content: center;
    align-items: center;
}
.services_row{
    padding: 50px 0;
    padding-bottom: 0 !important;
}
.costomer_review .owl-dots{
    display: none !important;
}
.banner_logo{
    width: 300px;
    display: block;
}
.banner_logo img{
    width: 100%;
}
.logo_flex{
    display: flex;
    justify-content: center;
    text-transform: capitalize;
}
#tourist_visa .owl-nav{
    display: none !important;
}
.gallery__section{
    padding-top: 30px;
}
.client__logo{
    width: 100%;
    height: 130px;
    background-color: #fff;
    border-radius: 10px;
    border:solid 1px #777;
    margin-bottom: 20px;
}
.client__logo img{
    width: 100%;
}
.margin__bottom{
    margin-bottom: 30px;
}
.img_wrapp{
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.img_wrapp img{
    width: 100%;
    position: relative;
    z-index: 1;
}
.img_wrapp .morphin {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border: none;
}
.morphin {
    border: 10px solid;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: morphin 10s infinite;
    margin: 0 auto;
}

.morphin {
    border: 10px solid;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: morphin 10s infinite;
    margin: 0 auto;
}
@keyframes morphin {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
}
.shake-x {
    animation-name: shake-x;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
@keyframes shake-x {
    16.65% {
        transform: translateX(8px);
    }
    33.3% {
        transform: translateX(-6px);
    }
    49.95% {
        transform: translateX(4px);
    }
    66.6% {
        transform: translateX(-2px);
    }
    83.25% {
        transform: translateX(1px);
    }
    100% {
        transform:translateX(0);
    }
}
@-webkit-keyframes shake-x {
    16.65% {
        transform: translateX(8px);
    }
    33.3% {
        transform: translateX(-6px);
    }
    49.95% {
        transform: translateX(4px);
    }
    66.6% {
        transform: translateX(-2px);
    }
    83.25% {
        transform: translateX(1px);
    }
    100% {
        transform:translateX(0);
    }
}
.shake-y {
    animation-name: shake-y;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
@keyframes shake-y {
    16.65% {
        transform: translateY(8px);
    }
    33.3% {
        transform: translateY(-6px);
    }
    49.95% {
        transform: translateY(4px);
    }
    66.6% {
        transform: translateY(-2px);
    }
    83.25% {
        transform: translateY(1px);
    }
    100% {
        transform:translateY(0);
    }
}
@-webkit-keyframes shake-y {
    16.65% {
        transform: translateY(8px);
    }
    33.3% {
        transform: translateY(-6px);
    }
    49.95% {
        transform: translateY(4px);
    }
    66.6% {
        transform: translateY(-2px);
    }
    83.25% {
        transform: translateY(1px);
    }
    100% {
        transform:translateY(0);
    }
}
@keyframes pulse-anim {
    25% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    75% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
}
@-webkit-keyframes pulse-anim {
    25% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    75% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes up-down {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    100% {
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
    }
}
@-webkit-keyframes up-down {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    100% {
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
    }
}
@keyframes left-right {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    100% {
        transform: translateX(10px);
        -webkit-transform: translateX(10px);
    }
}
@-webkit-keyframes left-right {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    100% {
        transform: translateX(10px);
        -webkit-transform: translateX(10px);
    }
}
.rotate {
    animation: rotate 5s linear infinite;
    -webkit-animation: rotate 5s linear infinite;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@keyframes waving-line{
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -200px 0;
    }
}
@-webkit-keyframes waving-line {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -200px 0;
    }
}
.form__section{
    background-color: #fff;
}
.form_image_wrapp{
    height: 100%;
} 
.form_image_wrapp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.form__wrapper{
    padding-right: 60px;
    padding-left: 50px;
    background-color: #0082b3;
    padding-bottom: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.form__section .container-fluid .min_row{
    padding-bottom: 40px;
}
.form__wrapper form{
    width: 100%;
}
.careefr-block h3{
    color: #00aeef;
}

.list__block{
    width: 100%;
    margin-bottom: 30px;
}
.list__block ul{
    padding: 0;
    margin: 0;
}
.list__block ul li{
    list-style-type: none;
    position: relative;
    display: flex;
    align-items: center;
}
.list__block ul li h5{
    font-weight: bold;
}

.list__block ul li h4{
    text-transform: capitalize;
    margin: 0;
}
.list__block ul li a{
    text-decoration: none;
    color: #000;
    display: block;
    width: fit-content;
    font-weight: 500;
    text-transform: lowercase;
}
.list__block h6{
    padding-top: 10px;
    font-weight: bold;
}
.list__block h5{
    font-weight: bold;
    font-size:15px;
    padding-top:20px;
}
.bold ul li{

    font-size: 20px;
}
.list ul li{
    position: relative;
    padding-left: 20px;
}
.list ul li::before{
    content: '\f005';
    font-family: 'fontAwesome';
    position: absolute;
    left: 0;
    font-size: 13px;
    top: 8px;
}
.list ul li:last-child::before{
    display: none;
}
.list ul h6{
    color: #000;
    padding-left: 20px;
    margin-bottom: 0;
}
.number a{
    margin: 0 !important;
}
.discription{
    width: 100%;
}
.discription ul{
    padding: 0;
    margin: 0;
}
.discription ul li{
    list-style-type: none;
    padding: 5px;
    position: relative;
    margin-bottom: 10px;
}
.discription ul li p{
    font-size: 14px;
    text-align: justify;
    color: #777;
    margin-bottom: 0;
    padding: 0;
}
.welcome-to-whitefox{
    padding: 50px 0;
    background-color: #000;
}
.welcomeCaption h3{
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    font-size: 30px;
    width: 100%;
}
.content-block{

    padding-top: 20px;
}
.content-block p{
    text-align: justify;
}
.background-fff{
    background-color: #fff;
}
.order-lg-1 .row{
    padding-left: 0 !important;
    padding-right: 20px;
}
.wrapper__about__panel{
    width: 100%;
    padding: 30px;
}

.wrapper__about__panel aside{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.wrapper__about__panel aside h4{
    text-transform: capitalize;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}
.wrapper__about__panel aside span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #00aeef;
    border-radius: 100%;
    margin-right: 10px;
    color: #fff;
    font-size: 24px;
    border: solid 5px #fff;
    box-shadow: 0px 0px 10px -4px #000;
}
.wrapper__about__panel p{
    text-align: justify;
    color: #353535;
    font-size: 14px;
}
.videoGallery{
    padding: 30px 0;
    background-color: #fff;
}
.videoGallery_block{
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
}
.videoGallery_block a{
    text-decoration: none;
    display: block;
    width: 100%;
}
.videoGallery_block a img{
    width: 100%;
}
.bannerVideo{
    width: 100%;
    height: 100vh;
    position: relative;
}
.bannerVideo video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bannerVideo aside{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 36%);
    display: flex;
    align-items: center;
    z-index: 100;
}
.bannerVideo aside .blockone{
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;


}

.bannerVideo aside .blockone h1{
    font-family: 'Chalkboard';
    color: #fff;
    text-align: center;
}
.bannerVideo aside .blockone a{
    display: block;
    padding: 10px 20px;
    border: solid 1px #fff;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    width: fit-content;
    border-radius: 6px;
}
.bannerVideo aside .blockone a:hover{
    background-color: #fff;
    color: #000;
}

.bannerVideo aside .blocktwo{
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.bannerVideo aside .blocktwo h3{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}
.fox-logo{
    width: 140px;
}
.fox-logo img{
    width: 100%;
}
.aboutsection{
    padding: 30px 0;
    background-color: #fff;
}
.about-content h3{
    text-transform: capitalize;
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: 400;
}
.about-content p{
    text-align: justify;
    font-size: 14px;
}
.aboun-img{
    width: 100%;
}
.aboun-img img{
    width: 100%;
}
.vision__mission{
    background-color: #f9f9f9;
}
.flexCenter{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-fox-logo{
    width: 100%;
}
.footer-fox-logo img{
    width: 70px;
}
.footer_block{
    width: 100%;
}
.footer_block p{
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}
.footer_block aside{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_block aside a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: solid #a7a7a7 1px;
    margin: 5px;
    border-radius: 100%;
    text-decoration: none;
    color: #a7a7a7;
}
.footer_block aside a:hover:nth-child(1){
    background-color: #25d366;
    color: #fff;
    border: solid 1px #fff;
}
.footer_block aside a:hover:nth-child(2){
    background-color: #4267B2;
    color: #fff;
    border: solid 1px #fff;
}
.footer_block aside a:hover:nth-child(3){
    background-color: #00acee;
    color: #fff;
    border: solid 1px #fff;
}

.footer_block aside a:hover:nth-child(4){
    background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color: #fff;
    border: solid 1px #fff;
}
.footer_block aside a:hover:nth-child(5){
    background-color:  #0072b1;
    color: #fff;
    border: solid 1px #fff;
}
.footerform{
    width: 100%;
}
.footerform h6{
    font-size: 12px;
    color: #777;
}
.footerform form{
    width: 100%;
    display: flex;
    background-color: #fff;
}
.footerform form input{
    background-color: #fff;
    border: none;
    padding-left: 10px;
    width: 100%;
}
.footerform form input:focus{
    border: none;
    box-shadow: none;
    outline: none;
}
.footerform form button{
    background-color: #ff7761;
    border: none;
    padding:5px 10px;
    width: fit-content;
    text-align: center;
    color: #000;
    cursor: pointer;
}
.footerform form button:hover{
    background-color: #000;
    color: #fff;
}
.flex-vertical-center{
    display: flex;
    align-items: center;
}
.we-do{
    background-color: #222222;
    padding: 20px 0;
}
.wrapper-icons{
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrapper-icons span{
    display: block;
    width: 50px;
}
.wrapper-icons span img{
    width: 100%;
}
.whatwedo-section{
    background-color: #fff;
    padding: 50px 0;
}
.caption-main-center h3{
    text-align: center;
    text-transform: capitalize;
    font-weight: 400;
    color: #000;
    width: 100%;
}
.service__row{
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service__box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    flex-direction: column;
    margin-bottom: 30px;
    transition-duration: 0.2s;
}
.service__box:hover{
    transform: scale(1.2);
    transition-duration: 0.2s;
}
.service__box aside{
    width: 70px;
    margin-bottom: 20px;
    border: solid 1px #be3c2b;
    padding: 5px;
    border-radius: 0px 7px 7px 7px;
}
.service__box aside img{
    width: 100%;
}
.service__box h4{
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
.service__box p{
    text-align: center;
    font-size: 12px;
    color: #777;
}
.menuBox{
    width: 100%;
}
.menuBox ul{
    padding: 0;
    margin: 0;
}
.menuBox ul li{
    list-style-type: none;
    padding: 20px 0;
}
.menuBox ul li a{
    display: block;
    width: 100%;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 5px;
}
.menuBox ul li a:before{
    content:"";
    background-color: #ff7761;
}
.wrapper__block{
    width: 100%;
    background-color: #d3d3d3;
    padding: 10px;
}
.wrapper__block img{
    width: 100%;
}
.wrapper__block video{
    width: 100%;
}
.grid-panel-section{
    padding: 30px 0;
    background-color: #fff;
}

.grid-box{}
.grid-box:nth-child(1){
    background-color: #f1f1f1;
}
.grid-box:nth-child(2){
    background-color: #fff;
}
.grid-box:nth-child(3){
    background-color: #f1f1f1;
}

.grid-box:nth-child(4){
    background-color: #fff;
}
.grid-box:nth-child(5){
    background-color: #fff;
}
.grid-box:nth-child(6){
    background-color: #f1f1f1;
}
.grid-box:nth-child(7){
    background-color: #fff;
}
.grid-box:nth-child(8){
    background-color: #f1f1f1;
}
.grid-box aside{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0;
}
.grid-box aside span {
    display: block;
    width: 93px;
    padding: 5px;
}
.grid-box aside span img{
    width: 100%;
}
.grid-box aside p{
    text-align: center;
    font-size: 12px;
    color: #686868;
    margin: 0;
}
.grid-box-panel{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.grid-box-panel aside{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0;
    border: solid 1px #000;
}
.grid-box-panel aside span {
    display: block;
    width: 93px;
    padding: 5px;
}
.grid-box-panel aside span img{
    width: 100%;
}
.grid-box-panel aside p{
    text-align: center;
    font-size: 12px;
    color: #686868;
    margin: 0;
}
.flex-box-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.comments-section{
    padding: 50px 0;
    background-color: #6d6d6d;
}
.comments-content{}
.comments-content h4{
    font-family: 'Noteworthy';
    text-align: center;
    font-size: 22px;
    color: #fff;
}
.wrapper-img{
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}
.wrapper-img img{
    width: 100%;
    height: 100%;
}
.wrapper-img aside{
    width: 100%;
    height: 100%;
    padding: 5px;
    border: solid 1px #777;
}
.wrapper-img aside img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-pannel{
    width: 100%;
    height: 100%;
}
.video-pannel video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.clientLogo {
    width: 100%;
    transition-duration: 0.2s;
    margin-bottom: 30px;
    border: solid 1px #e1e1e1;
}
.clientLogo img{
    width: 100%;
}
.clientLogo:hover{
    transition-duration: 0.2s;
    transform: scale(1.2);
}
.formSection{
    padding: 30px 0;
    background-color: #c9c9c9;
}
.form-block{}
.form-block h4{
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}
.form-block form{}
.form-block form .form-group{
    margin-bottom: 20px;
}
.form-block form .form-group aside{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.form-block form .form-group aside label{
    width: 100%;
    text-transform: capitalize;
}
.form-block form .form-group aside input{
    width: 100%;
    padding: 10px;
    color: #777;
    font-size: 14px;
    outline: none;
    box-shadow: none;
    border: solid 1px #290505;
}


.form-block form .form-group aside button{
    width: fit-content;
    padding: 10px 20px;
    color: #fff;
    background-color: #733f3f;
    font-size: 14px;
    outline: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
}
.form-block form .form-group aside button:hover{
    background-color: #000;
    transition-duration: 0.2s;
}
.form-block form .form-group aside textarea{
    width: 100%;
    padding: 10px;
    color: #777;
    font-size: 14px;
    outline: none;
    box-shadow: none;
    border: solid 1px #290505;
}
.client-say{
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 0;
}
.client-say-title h3{
    color: #000 !important;
}

.fadeinout
{
  animation: fadeinout 4s infinite;
}

@keyframes fadeinout
{
  0%{
    opacity:0;
  }
  50%
  {
    opacity:1;
  }
  100%
  {
    opacity:0;
  }
}
.videoSection_section{
    padding: 30px 0;
    background-color: #111111;
}