.container {
    width: 100%;
    max-width: 1170px !important;
    position: relative;
    padding: 0;
}

* {
    padding: 0;
    outline: none;
    margin: 0;
}

a.down {}

a {
    text-decoration: none;
    transition: all 0.5s ease 0s;
    outline: none;
}

a:hover {
    transition: all 0.5s ease 0s;
    outline: none;
}


/*@font-face {
font-family:DIN;
font-style:normal;
font-weight:normal;
src:url("fonts/ArbFONTS-DINNEXTLTARABIC-LIGHT-1.ttf") format('truetype')
}
*/

@font-face {
    font-family: sky;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/sky.ttf") format('truetype')
}

@font-face {
    font-family: sky bd;
    src: url("fonts/2c458bc98aac2311643f30a231a7ea30.woff2")format("woff2"), url("fonts/2c458bc98aac2311643f30a231a7ea30.woff")format("woff")
}




@font-face {
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/AvenirLTProLight.otf") format('')
}
@font-face {
    font-family: Nature;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/Nature.ttf") format('truetype')
}


body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: Poppins;
    font-size: 16px; 
    font-weight: 300;
    text-align: left;
    direction: ltr;

}
/*  */

header{
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
header .container{
    display: flex;
    padding: 0;
    justify-content: space-between;
    align-items: center;
}
.logo{
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #011689;
	font-weight: 400;
	font-size: 11px;
}
header .container img{
    height: 76px;
    width: auto;
    margin: 0;
}
@media (max-width: 769px) {
	.logo{
	font-size: 10px;
}
 header .container img{
    height: 75px !important;
    width: auto;
    margin: 0 !important;
}   
}

header .container ul.topnav{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0;
}
@media (max-width: 769px) {
    header .container ul.topnav{
    display: none
}
}
header .container ul.topnav li{
    padding: 0 5px;
	position: relative;
}
header .container ul.topnav li.menu-item-has-children{
	padding-right: 30px
}
header .container ul.topnav li.menu-item-has-children:after{
	content: "\f107";
	position: absolute;
	width: 30px;
	height: 30px;
	right: 5px;
	top: -3px;
	font-family: fontawesome;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #999;
	text-align: center;
}

header .container ul.topnav li a{
    color: #999999;
    text-decoration: none;
    outline: none;
    padding: 15px 15px;
    font-weight: 400;
}
header .container ul.topnav li:hover > a{
    color: #4dc0e8;
}
.current_page_item a{
    color: #4dc0e8 !important;
 
}
header .container ul.topnav li ul{
	display: none;
	position: absolute;
	width: 200px;
	top: 32px;
	left: 20px;
	flex-direction: column;
	align-items: flex-start;
	list-style: none;
	padding: 20px 10px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px #ddd;
}
header .container ul.topnav li ul ul{
	position: absolute;
	width: 200px;
	padding: 5px 10px;
	top: 0;
	left: 180px;
}
@media (max-width: 769px) {
	header .container ul.topnav li ul{
	position: relative;
	width: 100%;
	top: auto;
	left: auto;
}
}
header .container ul.topnav li:hover > ul{
	display: flex;
}
header .container ul.topnav li li {}
header .container ul.topnav li li a{
    padding: 7px 0;
    display: block;
}


/*  */
header .container .box{
    display: flex;
}
header .container .box select{
    border: none;
    outline: none;
    color: #7c7c7c;
    padding: 5px;
}
header .container .box .bar{
    width: 25px;
    height: 20px;
    position: relative;
    border-top: 3px solid #000;
    margin: 10px 0 0 30px;
    cursor: pointer;
}
header .container .box .bar::after{
    content: "";
    position: absolute;
    border-top: 3px solid #000;
    bottom: 0;
    right: 0;
    width: 30%;
}
header .container .box .bar::before{
    content: "";
    position: absolute;
    border-top: 3px solid #000;
    bottom: 49%;
    right: 0;
    width: 59%;
    z-index: 9;
}
/*  */
.side{
    background: #ffffff;
    /* box-shadow: 0 0 10px #ddd; */
    padding: 20px;
    width: 300px;
    display: flex;
    list-style: none;
    margin: 0;
    position: fixed;
    left: -350px;
    top: 0;
    height: 100vh;
    transition: all 0.5s ease 0s;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 999999;
    overflow-y: auto;
}
.open{transition: all 0.5s ease 0s;left: 0 !important;box-shadow: 0 0 20px #0000005e;}
.side img{
	    height: 100px;
}
.side ul{
	list-style: none;
	width: 100%;
	margin: 5px 0;
	padding: 0;
}
.side li{
    padding: 10px 0;
	position: relative;
}
.side li.menu-item-has-children{
	padding-right: 30px;
}
.side li.menu-item-has-children:after{
	content: "\f107";
	position: absolute;
	width: 40px;
	height: 40px;
	right: 5px;
	top: 4px;
	font-family: fontawesome;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #999;
	text-align: center;
	border-left: 1px solid #999;
}
.side li a{
    padding: 0 ;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
}
.side li:hover > a{
    color: #000C84;
}
.side li ul{
	display: none;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	list-style: none;
	padding: 10px 0;
	background: #fff;
	border-radius: 10px;
/* 	box-shadow: 0 0 10px #ddd; */
}
.side li:hover > ul{
	display: block;
}
.side li ul ul{
	display: none;
}
.side li li:hover > ul{
	display: block;
}

/*  */
.side footer{
	background: #fff
}
.side footer .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
.side footer .container .box{
    color: #011688;
    text-align: center;
    padding: 10px 0 0;
}
.side footer .container .box a{
    color: #011688;
}
/* / */
.hero{
    background-image: url("img/bg.png") !important;
    background-image: none;
    background-position: center top 100px;
    background-size: 100% auto;
    padding-top: 120px;
}
.hero .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.hero .container .block{
    padding: 0 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.hero .container .block img{
    width: 100%;
    height: auto;
}
.hero .container .block h1{
    margin: 0 0 20px;
    color: #000C84;
    font-size: 60px;
    font-weight: 200;
}
@media (max-width: 769px) {
    .hero .container .block h1{
    font-size: 40px;
}
}
.hero .container .block h1 strong{
    color: #F5BE0B;
    font-family: Nature;
}

.hero .container .block p{}

.hero .container .block .box{
    display: flex;
    flex-wrap: wrap;
}
.hero .container .block .box a.book{
    padding: 10px 20px;
    color: #fff;
    background: #F5BE0B;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    margin: 0 15px 10px 0;
}
.hero .container .block .box a.book:hover{
    background: #011689;
}
.hero .container .block .box a.tel{
    display: flex;
    color: #011689;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0 0 0 60px;
    position: relative;
    margin: 0;
}
.hero .container .block .box a.tel i{
    color: #5BC1E3;
    width: 45px;
    height: 45px;
    margin: 0 10px 0 0;
    border: 1px solid #999;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
}
.hero .container .block .box a.tel span{
    width: 100%;
    font-size: 12px;
    color: #999;
}
.coun{
    padding: 15px 15px 5px 0;
    display: flex;
    flex-direction: column;
    min-width: 111px;
    color: #666;
}
.coun h3{
    color: #011689;
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 600;
}
.coun span{}
.form{
    background: #fff;
    padding: 10px 20px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    min-height: 80px;
    margin: -60px auto 0;
    box-shadow: 0 0 20px #00000045;
    /* display: flex; */
    /* flex-wrap: wrap; */
}
@media (max-width: 769px) {
    .form{

    margin: 0 auto 0;
    /* flex-wrap: wrap; */
}
}

.form form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row-reverse;
    width: 100%;
    padding: 0;
    margin: 0;
    align-items: center;
}
.wpcf7{
    width: 100%;
}
.form .div{
    display: flex;
    position: relative;
    padding: 5px;
}
.form .div p{
    padding: 5px 5px 5px 40px;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    margin: 0;
}
.form .div i{
    width: 30px;
    height: 30px;
    border: 1px solid #99999975;
    border-radius: 5px;
    display: flex;
    color: #F5BE0B;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 10px;
    align-items: center;
    justify-content: center;
}
.form .div select{
    width: 100%;
    outline: none;
    border: none;
    color: #011689;
    font-size: 13px;
    direction: ltr;
    font-weight: 500;
}
.form .div span{
    display: block;
    width: 100%;
    color: #999;
    font-size: 13px;

}
.form .div input{
    width: 100%;
    outline: none;
    border: none;
    color: #011689;
    font-size: 13px;
    font-weight: 500;
}
.form .div .wpcf7-submit{
    background: #00B34F;
    border: none;
    outline: none;
    color: #fff;
    width: 100%;
    border-radius: 10px;
    display: flex;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.wpcf7-spinner{
    display: none !important;
}
/*  */
section{
    position: relative;
    clear: both;
    padding: 50px 10px;
}
.destinations{
    background-image: url("img/bg2.jpg");
    background-size: 100% 100%;
    min-height: 50vh;
    overflow: hidden;
    background-repeat: no-repeat;
}
.destinations .container{
    display: flex;
    flex-wrap: wrap;
    max-width: 100% !important;
    /* padding-left: 5%; */
    padding-left: calc((100% - 1200px) / 2); /* Ãƒâ„¢Ã¢â‚¬Â Ãƒâ„¢Ã‚ÂÃƒËœÃ‚Â³ ÃƒËœÃ‚Â­ÃƒËœÃ‚Â³ÃƒËœÃ‚Â§ÃƒËœÃ‚Â¨ ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾Ãƒâ„¢Ã†â€™Ãƒâ„¢Ã‹â€ Ãƒâ„¢Ã¢â‚¬Â ÃƒËœÃ‚ÂªÃƒâ„¢Ã…Â Ãƒâ„¢Ã¢â‚¬Â ÃƒËœÃ‚Â± */
}
.destinations .container .block{
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.destinations .container .block h1{
        margin: 0 0 20px;
        color: #000C84;
        font-size: 40px;
        font-weight: 200;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 0 0 30px;
}
.destinations .container .block h1 strong{
    color: #F5BE0B;
    font-family: Nature;
    margin: 0 0 0 -30px;
}
/*  */
.nav-tabs{
    margin: 20px 0 0;
    background: #F5BE0B;
    border: none;
    border-radius: 10px;
    padding: 7px 10px;
    display: flex;
    justify-content: center;
    width: calc((100% - 70px));
    align-items: center;
    height: auto;
}
.nav-tabs li{
	width: 50%;
	padding: 0;
}
.nav-tabs button{
    border: none;
    outline: none;
    background: #F5BE0B;
    color: #FFF;
    padding: 3px 5px;
	width: 100%;
    border-radius: 5px;
    font-size: 14px;
    border: none !important;
}
.nav-tabs button.active{
    background: #fff;
    color: #F5BE0B;
}
.dec-slider{
    width: 140%;
}
@media (max-width: 769px) {
    .destinations {
        padding: 30px 10px 0px;
        background-size: 200% auto;
    }
    .destinations .container {
        padding: 0;
    }
    .dec-slider{
    width: 100%;
}
}

@media (min-width: 769px) {
.dec-slider .owl-item:nth-child(odd){
    margin-top: 50px;
}
}

.dec-box {
    padding: 15px;
}
.dec-box a{
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    margin: 0;
    display: flex;
	flex-wrap: wrap;
/*     box-shadow: 0 0 15px #0000004a; */
}
.dec-box a div{
	width: 100%;
	overflow: hidden;
    border-radius: 20px;
	
}
.dec-box img{
    width: 100%;
    height: 350px;
transition: all 0.5s ease 0s;
    object-fit: cover;
    border-radius: 30px;
}
.dec-box:hover img{
transition: all 0.5s ease 0s;
transform: scale(1.2);	
}
.dec-box h3{
    background: #00000077;
    color: #fff;
    display: flex;
    text-align: center;
transition: all 0.5s ease 0s;
    font-size: 17px;
    font-weight: 300;
    position: absolute;
    bottom: -160px;
    left: 0;
    right: 0;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    justify-content: center;
}
.dec-box:hover h3{
    transition: all 0.5s ease 0s;
    bottom: -10px;
}
.owl-prev{
    font-size: 0;
    width: 40px;
    height: 40px;
    background-image: url("img/site_31.png");
    background-size: 100% 100%;
    border-radius: 50%;
    margin: 0 2px;
}
.owl-prev:hover{
    background-image: url("img/site_22.png");
}
.owl-next{
    font-size: 0;
    width: 40px;
    height: 40px;
    background-image: url("img/site_33.png");
    background-size: 100% 100%;
    border-radius: 50%;
    margin: 0 2px;
}
.owl-next:hover{
    background-image: url("img/site_19.png");
}
.owl-buttons{
    display: flex;
    position: absolute;
    left: -100px;
    bottom: 0;
    justify-content: center;
}
@media (max-width: 769px) {
    .owl-buttons{
    display: flex;
    position: absolute;
    right: -20px;
    /* bottom: auto; */
    justify-content: center;
    width: auto;
    margin: 0;
    left: auto;
    top: -80px;
    bottom: auto;
}
}
/*  */
.packages{
    padding: 50px 25px;
}
.packages .container{
    display: flex;
    flex-wrap: wrap;
    /* max-width: 1000px !important; */
    align-items: center;
    justify-content: center;
}
.packages .container .block{
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.packages .container .block>p{
    max-width: 700px;
    padding: 20px;
    text-align: center;
    margin: 0 auto;
    display: flex;
}
.packages .container .block .log{
    float: right;
    margin: -100px 13% 50px 0;
    height: 90px;
}
@media (max-width: 769px) {
    .packages .container .block{
        padding: 15px 0;
    }
.packages .container .block .log{
    float: none;
    display: block;
    margin: 0 auto 10px;
    height: 90px;
}    
}
.packages .container .block .log~p{
    width: 100%;
    text-align: center;
    clear: both;
    margin: 0 auto 30px;
    display: block;
    /* max-width: 1000px; */
    color: #444;
    padding: 0 0;
}
.packages .container .block h1{
        margin: 0 10px;
        color: #4DC0E8;
        font-size: 50px;
        font-weight: 200;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        font-family: Nature;
        text-align: center;
        width: auto;
}
.packages .container .block .log{
    margin: 0 10px !important;
    height: 90px !important;
    float: none !important;
}

.packages .container .block .nav-tabs{
    background: #4DC0E8;
    width: 100%;
}
.packages .container .block .nav-tabs button.active {
    background: #011689;
    color: #fff;
    border: none;
}

.all{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	padding: 30px 0 0 ;
}
.all  .vid{
    padding: 15px 5px;
}
.all  .vid video{
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}    
.all .box{
    display: flex;
    flex-direction: column;
    min-height: 400px;
	padding: 15px 0;
    justify-content: space-between;
}
.all .box h2{
    color: #011689;
    margin: 0 0 30px;
    text-align: center;
/*     font-family: Nature; */
    font-weight: 600;
    width: 100%;
    font-size: 36px;
}
.allbox{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
.all .box .boxs{
    padding: 15px;
    text-align: left;
}
@media (max-width: 769px) {
	.all .box .boxs{
    padding: 15px 0;
}
	.all .vid{
		padding: 15px 0 !important;
	}
}
.all .box .boxs img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
}
.all .box .boxs b{
    color: #727272;
    margin: 0 0 10px;
    display: block;
    font-weight: 500;
    font-size: 20px;
}
.all .box .boxs p{}
.all .box .boxs a{
    color: #fff;
    background: #011689;
    padding: 10px 15px;
    margin: 10px 0 0;
    display: inline-block;
    border-radius: 10px;
}
.all .box .boxs a:hover{
    background: #4DC0E8
}
.all  .owl-buttons{
    width: 100%;
    position: absolute;
    left: auto;
    right: 0;
    bottom: auto;
    top: 20px !important;
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    clear: both;
}
@media (max-width: 769px) {
    .all  .owl-buttons{
    display: flex;
    justify-content: space-between;
}
}
/*  */
.serv{
    position: relative;
    background-image: url("img/bbg.jpg");
    background-size: 100% 100%;
    padding: 50px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.serv img{
    position: absolute;
    bottom: -120px;
    left: 58%;
    width: 45%;
    max-width: 100%;
    z-index: -1;
}
@media (max-width: 769px) {
	.serv{
    overflow: hidden;
    padding: 15px 15px 0;
    margin: -20px 0 0;
}
    .serv img{
    position: absolute;
    bottom: 0;
    right: auto;
    width: 70%;
    left: 100%;
    margin: 0 0 0 -90px;
    z-index: 0;
}
}
.serv .container{
    display: flex;
    flex-wrap: wrap;
    min-height: 500px;
    flex-direction: column;
    z-index: 9;
    position: relative;
    padding-top: 20px;
}
.serv .container h1{
    margin: 0 0 30px;
    color: #011689;
    font-size: 50px;
    /* font-weight: 200; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: Nature;
    width: 100%;
    padding: 10px 15px 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: auto;
}
.serv .container .serv-slider{}
.serv .container .serv-box{
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.serv .container .serv-box h4{
    color: #011689;
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 20px;
}
.serv .container .serv-box p{
    margin: 0 0 25px;
}
@media (max-width: 769px) {
	.serv .container h1{
		font-size: 30px;
	}
.serv .container .serv-box p{
    padding-right: 26%;
}	
}


.serv .container .serv-box a{
    background: #00B34F;
    border: none;
    outline: none;
    color: #fff;
    width: 200px;
    border-radius: 10px;
    display: flex;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
}
.serv .container .serv-box a:hover{
    background: #011689;
}
.serv  .owl-buttons{
    position: absolute;
    left: 200px;
    width: auto;
    bottom: 0;
    top: -70px;
    display: flex;
    height: auto;
    align-items: flex-start;
    flex-wrap: wrap;
    width: auto !important;
    flex-direction: row;
}
@media (max-width: 769px) {
    .serv  .owl-buttons{
    top: -75px !important;
    width: auto;
}
}
/*  */
.contact{
    position: relative;
    padding: 100px 10px 50px;
}
.contact .container{
    display: flex;
    flex-wrap: wrap;
}
.contact .container .block{
    padding: 15px;
    color: #F5BE0B;
    font-weight: 500;
    line-height: 1.2;
}
.contact .container .block h1{
    margin: 0 0 30px 0;
    /* text-align: center; */
    font-family: Nature;
    font-weight: 600;
    width: 100%;
    font-size: 40px;
}
.contact img.man{
    height: 100%;
    width: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media (max-width: 769px) {
    .contact{
        padding: 0 10px 40px;
    }
    .contact img.man{
    height: 420px;
    display: none;
}
}

.contact .container .block form{
    background-image: url("img/form.png");
    background-size: cover;
    padding: 40px 30px 30px;
    border-radius: 20px;
    color: #000;
}
.contact .container .block form label{
    margin: 0 0 10px;
    color: #011689;
    font-size: 16px;
    font-weight: 400;
    direction: ltr;
}
.contact .container .block form label input{
    width: 100%;
    border: none;
    border-bottom: 1px solid #011689;
    outline: none;
    height: 30px;
    padding: 10px;
    color: #011689;
    background: initial;
    margin: 0 0 10px;
}
textarea{
     width: 100%;
     border: 1px solid #011689;
     outline: none;
     height: 100px;
     padding: 10px;
     color: #011689;
     background: initial;
     border-radius: 10px;
     margin: 9px 0 0;
}
.contact .container .block form span{
    font-size: 13px;
    text-align: center;
}
.contact .container .block form .wpcf7-submit{
    background: #00B34F;
    border: none;
    outline: none;
    color: #fff;
    width: 150px;
    border-radius: 10px;
    display: flex;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
    /* float: left; */
}
.contact .container .block .icons{
    margin: 20px 0;
    display: flex;
}
.contact .container .block .icons a{
    margin: 5px;
    display: flex;
}
.contact .container .block .icons a img{
    width: 50px;
    height: 50px;
    border-radius: 5px;
}
.footer-img{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    /* background-image: url("img/footer.png"); */
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}
/*  */
footer{
    padding: 2px 10px;
    background: #011689;
    color: #fff;
}
footer .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 769px) {
    footer .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
}

footer .container .box{
    padding: 5px 5px;
    text-align: center;
    width: auto;
    font-size: 12px;
}
@media (max-width: 769px) {
	footer .container .box-1{
    padding: 5px 10px;
    text-align: center;
		width: 100%;
}
}

footer .container .box img{
    width: 26px;
    height: 26px !important;
    margin: 0 3px !important;
    border-radius: 5px;
}
footer .container .box a{
    color: #fff;
    text-decoration: none;
    outline: none;
    border-radius: 5px;
}
footer .container .box a:hover{
    color: #00B34F;
}
/*  */
.cover{
	/* background-image: url(img/bg2.jpg); */
	background-size: cover;
	min-height: 50vh;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 20px;
	margin: 110px 0 0;
	position: relative;
	background: #0b1f8e;
}
.cover img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    z-index: 2;
    opacity: 0.4;
    height: 100%;
}
@media (max-width: 769px) {
	.cover{
	margin: 110px 0 0;
}
}
.cover h1 {
    color: #fff;
    /* font-family: Nature; */
    font-size: 40px;
    margin: 0;
    position: relative;
    z-index: 9;
    font-weight: 600;
}
.sky-top{
	padding: 0;
    background-image: url(img/bg2.jpg);
    background-size: 100% auto;
    background-position: center top -30vh;
    background-repeat: no-repeat;
}

.sky-bottom{
	padding: 0;
	background-image: url(img/bbg.jpg);
	background-size: 100% auto;
	background-position: center bottom -50vh;
	background-repeat: no-repeat;
}
@media (max-width: 769px) {

.sky-top{
    background-size: auto 80vh;
}
.sky-bottom{
    background-size: auto 80vh;
}
}

@media (max-width: 769px) {

}
.des .container{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
    align-items: center;
}
.des .container .block{}
.des .container .block h1{
    margin: 0 0 25px;
/*     font-family: 'Nature'; */
    color: #011688;
	line-height: 1;
}
.destinations-page{
    padding-top: 0;
    background-image: none;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 400px;
}
.destinations-page-bg{
/* 	background-image: url(img/bbg.jpg) !important; */
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto !important;
	background-attachment: initial !important;
	min-height: 200px;
}
.destinations-page .container{
	    display: flex;
	    flex-wrap: wrap;
	    text-align: center;
	    flex-direction: column;
	    align-content: center;
	    align-items: center;
	    padding: 0 !important;
	    max-width: 1200px !important;
}
.destinations-page .container .block{
	padding: 0;
}
.destinations-page .tab-pane.active{
	display: flex;
	flex-wrap: wrap;
}
/*  */
.des-single{
    margin: 110px 0 0;
    padding: 50px 20px;
    /*     background-image: url(img/bg2.jpg); */
    background-size: 100% 100%;
    background-position: center top;
    background-repeat: no-repeat;
}
@media (max-width: 769px) {
	.des-single{
    background-size: 200% auto;
    background-position: center top;
}
}
.des-single  .container {}
.des-single  .container .block{
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 15px 0;
}
.des-single  .container .block img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.des-single  .container .block h1{
	margin: 0 0 25px;
	color: #F5BE0B;
}
/*  */
.carousel-item{}
.carousel-item img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}
@media (max-width: 769px) {
	.carousel-item img{
	width: 100%;
	height: 350px;
	object-fit: cover;
}
}

/*  */
.destinations-det{
	text-align: left;
}
.destinations-det .container{
	text-align: left;
	
}

.destinations-det .container h1,
.destinations-det .container h2,
.destinations-det .container h3,
.destinations-det .container h4,
.destinations-det .container h5
{
	font-family: 'Nature';
	margin: 10px 0 15px;
}
.destinations-det  .container .tab-pane{
	padding: 15px
}
.destinations-det  .container .tab-pane ul{
	text-align: left;
	padding: 20px 0;
	color: #011689;
	font-weight: 400;
	margin: 0 0 0 25px;
}
.destinations-det .container ul li{}
.destinations-det .container .nav-tabs{
	width: 100% !important
}
.destinations-det .container .nav-tabs li {
    width: 33%;
    padding: 0;
}
/*  */
.carousel-indicators{
    position: relative;
    margin: 0 auto;
    bottom: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.carousel-indicators button{
    width: 50px !important;
    height: 50px !important;
    margin: 5px;
    overflow: hidden;
    padding: 0 !important;
}
.carousel-indicators button img{
    width: 100%;
    height: 50px;
    object-fit: cover;
    display: block;
}

/*  */
.destinations-det  .container .tab-pane video{
	width: 100%;
	height: 100%;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.wp-video{
	width: 100%;
	max-width: 100%;
		margin: 0 auto;
	display: block;
}




/* .accordion-item .accordion-button.collapsed:after {
    background-image: url(img/+.png) !important;
  } */




/***
*******************************************************/




/*  */
.hero-intro{
    background-color: #FCF6EF;
    background-image: url("img/bg2.jpg");
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: repeat-x;
    /* min-height: 100vh; */
    position: relative;
    padding: 30px 10px;
    /* height: calc(100vh - 103px); */
    margin: 100px 0 0;
    color: #727272;
}
.hero-intro:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("img/after.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 20% auto;
}
.hero-intro .container{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
    flex-direction: row-reverse;
    align-items: center;
    background-image: url("img/sahm.png");
    background-position: left 60% center;
    background-repeat: no-repeat;
    background-size: 10% auto;
}
.hero-intro .container .block{
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.hero-intro .container .block .img{
    position: relative;
    margin: 0 auto;
    width: auto;
    display: block;
}
.hero-intro .container .block .img .mob{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 550px;
}
.hero-intro .container .block .img .map{position: absolute;width: 5%;left: 36%;top: 16.4%;}
.hero-intro .container .block .img .man{
    position: absolute;
    width: 17%;
    left: 13%;
    bottom: 32%;
}

.hero-intro .container .block h3{
    margin: 0;
    color: #727272;
    font-size: 40px;
    font-weight: 500;
    background-image: url("img/q.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding-inline-end: 40px;
    background-size: 30px auto;
    width: auto;
}
.hero-intro .container .block h1{
    margin: 20px 0 35px;
    color: #011689;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    font-family: Nature;
}
@media (max-width: 769px) {
    .hero-intro .container .block h3{
        font-size: 20px;
        font-weight: 300;
    }
    .hero-intro .container .block h1{
        font-size: 40px;
        font-weight: 500;
    }
}

.hero-intro .container .block p{
    margin: 0 0 35px;
    font-size: 19px;
}
.foot-hero{
    display: flex;
    flex-wrap: wrap;
}
.hero-intro .container .block a{
    margin-inline-end: 20px;
    height: 52px;
    color: #fff;
    background: #011689;
    border-radius: 52px;
    text-decoration: none;
    outline: none;
    display: flex;
    padding: 0 25px;
    font-size: 17px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    width: 155px;
}
.hero-intro .container .block a:hover{
    background: #f5be0b;
    color: #000;
}
.hero-intro .container .block button{
    border: none;
    height: 52px;
    background-image: url("img/play.png");
    background-position: left center;
    background-size: 52px  52px;
    background-repeat: no-repeat;
    color: #011689;
    font-size: 20px;
    font-weight: 500;
    padding-inline-start: 65px;
    display: flex;
    outline: none;
    align-items: center;
    justify-content: center;
    background-color: inherit;
}
@media (max-width: 769px) {
    .hero-intro .container .block a{
        margin-inline-end: 15px;
        padding: 0 20px;
        width: auto;
    }
    .hero-intro .container .block button{
        font-size: 17px;
    }
}
.video-bg{
    width: 100%;
    height: auto;
}
section{
    padding: 50px 10px;
    position: relative;
    clear: both;
}

.choose{}
.choose .container{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.choose .container .tit{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    color: #202A81;
}
.choose .container .tit h3{
    margin: 0 0 10px;
    background-image: url(img/home.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 35px 0 25px;
    font-size: 20px;
    position: relative;
    color: #202A81;
}
.choose .container .tit h3::after{
    content: "";
    width: 30px;
    height: 50px;
    background-image: url(img/home.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 4px;
}
.choose .container .tit h1{
    font-size: 45px;
    font-weight: 900;
    margin: 0 0 30px;
    color: #011689;
    text-align: center;
    font-family: Nature;
}
.choose .container .choose-box{
    padding: 20px;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    color: #727272;
}
.choose .container .choose-box img{
    width: auto;
    height: auto;
    margin: 0 0 20px;
}
.choose .container .choose-box h3{
    color: #202A81;
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 500;
}
/*  */




.about-page{
    background: #011689;
    padding: 50px 0 70px;
}
.about-page .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
}
.about-page .container .block{
    padding: 30px;
    display: flex;
    color: #8A8A8A;
    font-size: 15px;
    flex-direction: column;
    align-items: flex-start;
}
@media (max-width: 769px) {
    .about-page .container .block{
        padding: 20px;
    }
}

.about-page .container .block h3{
    margin: 0 0 10px;
    background-image: url(img/home2.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 0 0;
    font-size: 20px;
    color: #ffffff;
}
.about-page .container .block h1{
    font-size: 49px;
    /* font-weight: 900; */
    margin: 0 0 24px;
    color: #f5be0b;
    font-family: Nature;
}
@media (max-width: 769px) {
    .about-page .container .block h1{
        font-size: 34px;
    }
}
.about-page .container .block p{
    margin: 0 0 15px;
    color: #ffffff;
}
.about-page .container .block ul{
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}
.about-page .container .block-ul ul li  {
    margin: 0 0 5px;
    background-image: url("img/li.png");
    background-repeat: no-repeat;
    background-position: left 5px;
    padding: 5px 0 0 35px;
    color: #ffffff;
    min-height: 30px;
    font-size: 16px;
}
.about-page
.vid{border: 50px solid #ffffff33;border-radius: 25px;overflow: hidden;}
@media (max-width: 769px) {
    .vid{/* border: 30px solid #000; */}
}
.vid video{
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin: 0 0 -10px;
}
}
.down{
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 769px) {
    .down a{
        height: 48px !important;
        width: 165px !important;
    }
}
/*  */
.count{
    padding: 0 15px;
    margin: -70px 0 0;
}
@media (max-width: 769px) {
    .count{
        margin: -60px 0 0;
    }
}

.count .container{
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    background: #f5be0b;
    color: #000;
    text-align: center;
    font-size: 17px;
    border-radius: 20px;
    justify-content: center;
}
.count .container .box{
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    text-align: center;
    min-width: 190px;
    color: #011689;
}
.count .container .box h1{
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    font-family: inherit;
}

/*  */



.testimonials{
    background-image: url(img/bbg.jpg);
    background-size: 100% 100%;
    background-position: center top 190px;
    background-repeat: no-repeat;
}
.testimonials .container{
    display: flex;
    flex-wrap: wrap;
}
.testimonials .container .tit2{
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 0 90px 0 0;
}
.testimonials .container .tit2 h3::after{
    display: none !important;
}
.testimonials .container .tit2 h1{
   font-weight: 800 !important;
   text-align: left;
}
@media (max-width: 769px) {
    .testimonials .container .tit2 h1{
        font-weight: 800 !important;
        font-size: 34px;
     }
}

.testimonials .container .testimonials-item{
    padding: 10px;
    margin-top: 10px;
}
.testimonials .container .testimonials-item .box{
    background: #F4F4F4;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.testimonials .container .testimonials-item .box img{
    width: 72px;
    height: 72px;
transition: all 0.5s ease 0s;
border-radius: 50%;
    margin-inline-end: 20px;
}
.testimonials .container .testimonials-item .box div{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: auto;
}
.testimonials .container .testimonials-item .box div span{
    color: #7D7D7D;
transition: all 0.5s ease 0s;
font-size: 14px;
}
.testimonials .container .testimonials-item .box div h3{transition: all 0.5s ease 0s;font-size: 20px;color: #011689;margin: 0 0 6px;width: auto;}
.testimonials .container .testimonials-item .box p{
    margin: 15px 0 0;
    transition: all 0.5s ease 0s;
    color: #727272;
    font-size: 15px;
}
.testimonials .container .testimonials-item .box:hover{
    color: #fff;
transition: all 0.5s ease 0s;
background: #f5be0b;
}
.testimonials .container .testimonials-item .box:hover h3,
.testimonials .container .testimonials-item .box:hover span,
.testimonials .container .testimonials-item .box:hover p
{
transition: all 0.5s ease 0s;
color: #fff;
}

/*  */
#videos{}
#videos *{
	max-height: 500px !important
}
.contact-page{
	padding: 0;
	margin: 100px 0 0;
}
/*  */
.title{
	font-family: 'Nature';
	color: #011689;
	margin: 0 0 25px;
	font-size: 40px;
	font-weight: 500;
	text-align: left;
	width: 100%;
	padding: 20px 0 10px;
}
/*  */


.faq{
    background-image: url("img/faq.png");
    background-size: 100% auto;
    background-position: center top;
    padding: 50px 20px;
}
@media (max-width: 769px) {
	.faq{
    background-position: center bottom;
}
}
.faq .container{
    display: flex;
    flex-wrap: wrap;
}


.faq .container .faq-all{
    display: block;
    margin: 40px auto 0;
    text-align: left;
}
.accordion,.accordion-item{
    background: inherit !important;
    border: none !important;
    border-top: 1px solid #00000014 !important;
    border-bottom: 1px solid #00000014 !important;
    --bs-accordion-btn-focus-box-shadow: none !important;
    text-align: left;
}
.accordion-button {
    color: #F5BE0B !important;
    background: inherit !important;
    border: none !important;
    position: relative;
    outline: none;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 25px 20px;
    font-size: 30px;
    align-items: flex-start;
    /* font-family: 'Nature'; */
}
.accordion-button:after{
    position: absolute;
    right: 0;
    top: 25px;
    color: #000;
    /* filter: contrast(0.5); */
}
.accordion-body{
    color: #011688;
    text-align: left;
}
.accordion-button{
    border: none !important;
    box-shadow: none !important;
    text-align: left !important;
}
/*  */
.gallery {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
}
.gallery .gallery-item{
    padding: 10px;
    margin: 0 !important;
    border: none;
}
@media (max-width: 769px) {
	.gallery .gallery-item{
		width: 50% !important
	}
}

.gallery .gallery-item .gallery-icon {
    padding: 0;
    margin: 0;
    border: none;
    text-align: center;
    font-size: 19px;
}
.gallery .gallery-item .gallery-icon img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    border: none !important;
}
/*  */
.sl-wrapper {background: #000000c7;}

/* Ã˜Â­Ã™â€ž Ã™â€ Ã™â€¡Ã˜Â§Ã˜Â¦Ã™Å  Ã™â€žÃ˜Â¥Ã˜Â®Ã™ÂÃ˜Â§Ã˜Â¡ Ã˜Â§Ã™â€žÃ™â‚¬ overlay Ã˜Â¨Ã˜Â¹Ã˜Â¯ Ã˜Â§Ã™â€žÃ˜Â¥Ã˜ÂºÃ™â€žÃ˜Â§Ã™â€š */
.sl-overlay:not(.visible) {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none;
}
/*  */
.vid-box{
	padding: 10px;
}
.vid-box video{
	width: 100%;
	height: 208px;
	background: #000;
}
.vid-box iframe{
	width: 100%;
	height: 208px;
	background: #000;
}
/*  */
.sl-wrapper .sl-navigation button,.sl-wrapper .sl-close {
    color: #F5BE0B !important;
}
/*  */
.def{
	text-align: left;
	padding: 20px;
}
.def ul{
	font-weight: 400;
	padding: 20px 0 20px 20px;
	margin: 0;
	color: #011688;
}


@media (max-width: 769px) {}



/*::placeholder { 
color: #ffffff50;
}*/


/*
background-color: rgba(80,104,140,0.5);
transition: all 0.5s ease 0s;
transform: scale(1.2);

*/

.owl-carousel {
    direction: ltr !important;
    position: relative;
}