/*
Theme Name: Pedro
Theme URI: https://www.linkedin.com/in/badr-janah/
Text Domain: najahlabs
Domain Path: /languages
Author: Badr
Description: Najahlabs brings your site to life with immersive featured images and subtle animations. With a focus on business sites, it features multipl
    sections on the front page as well as widgets, navigation and social menus, 
    a logo, and more. Personalize its asymmetrical grid with a custom color 
    scheme and showcase your multimedia content with post formats. Our default 
    theme for 2017 works great in many languages, for any abilities, and on any 
    device.
Version: 1.0
License: GNU General Public License v2 or later.top_nav ul li a
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* Reset CSS
 * --------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,section_wrap
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}
p a{
	color:#000;
}
.hidden {
    display: none;
}

table {
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption,
th {
    text-align: left;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: #444;
	font-family: 'Josefin Sans', sans-serif !important;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-carousel .owl-dots {
    display: block !important;
}

.owl-carousel .owl-dots {
    text-align: center;
}

/*-------------Custom CSS------------ */
body {
    color: #000000;
    background-color: #f5f5f5;
    margin:0;
}

body::-webkit-scrollbar {
    width: .4em;
}

body::-webkit-scrollbar-track {
    background-color: #EBF0F3;
    border-radius: 0px;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    border-radius: 0;
}

button,
input,
textarea {
    outline: none !important;
}

img{
	max-width:100%;
	display:block;
}
.wrap {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}

h1 {
    font-size: 6em;
}

p {
    font-size: 2em;
}

p:empty { display:none; }
.section_gal p,
.intro p,
.tax-section > p,
.chose_us > p,
.desrt_sahar .item_display > p {
    width: 55%;
    margin: 0 auto;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #222222;
    line-height: 26px;
    text-align: center;
    margin-bottom: 25px;
	letter-spacing: 1px;
}

.tax-section > p {
    margin-bottom: 0;
}

/*
.intro p {
    width: 50%;
	letter-spacing: 0.05em;
}
*/

.chose_us > p {
    padding-bottom: 75px;
}

.section_engagement h2,
.section_gal h3,
.item_h3_style,
.intro > h3,
.tax-section > h3,
.chose_us > h3,
.desrt_sahar .item_display > h3 {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: capitalize;
    text-align: center;
    padding: 0 30px;
    letter-spacing: 0.07em;
}

.tax-section h3 {
    margin-top: 60px;
    margin-bottom: 0;
	font-family: 'Josefin Sans', sans-serif;
}

.tax-class-intro {
    margin-bottom: 25px;
}

.section {
    text-align: center;
}

#menu li {
    display: inline-block;
    margin: 10px;
    color: #000;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#menu li.active {
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

#menu li a {
    text-decoration: none;
    color: #000;
}

#menu li.active a:hover {
    color: #000;
}

#menu li:hover {
    background: rgba(255, 255, 255, 0.8);
}

#menu li a,
#menu li.active a {
    padding: 9px 18px;
    display: block;
}

#menu li.active a {
    color: #fff;
}

#menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin: 0;
}

#nav_mobile{
	display: none;
/*	border: 1px solid red;*/
}
#nav_mobile .container_nav_mob{
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 20px 15px;
}
#nav_mobile .container_nav_mob .item_nv_mb{
	width: 48%;
}
#nav_mobile .container_nav_mob .item_nv_mb .menu_logo{
	max-width: 80%;
	margin-left: auto;
}
#nav_mobile .container_nav_mob .item_nv_mb img{
	display: block;
	vertical-align: middle;
}
#nav_mobile .container_nav_mob .item_nv_mb .menu_icon{
	width: 35px;
}
.container_item_nav{
	display: none;
	border-top: 3px solid var(--main-color);
}
.container_item_nav ul{
    text-align: center;
    padding: 20px 0;
}
.container_item_nav ul li{
    padding: 14px 0;
    text-align: left;
    padding-left: 50px;
    position: relative;
}
.container_item_nav ul li a{
    color: #000;
    text-decoration: none;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: normal;
    position: relative;
}
.container_item_nav ul li a::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
    width: 100%;
    background-color: var(--main-color);
    height: 2px;
}
.twitter-share-button {
    position: fixed;
    z-index: 99;
    right: 149px;
    top: 9px;
}

#download {
    margin: 10px 0 0 0;
    padding: 15px 10px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#download a {
    text-decoration: none;
    color: #fff;
}

#download:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #2F96B4;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -ms-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

#infoMenu {
    height: 20px;
    color: #f2f2f2;
    position: fixed;
    z-index: 70;
    bottom: 0;
    width: 100%;
    text-align: right;
    font-size: 0.9em;
    padding: 8px 0 8px 0;
}

#infoMenu ul {
    padding: 0 40px;
}

#infoMenu li a {
    display: block;
    margin: 0 22px 0 0;
    color: #333;
}

#infoMenu li a:hover {
    text-decoration: underline;
}

#infoMenu li {
    display: inline-block;
    position: relative;
}

#examplesList {
    display: none;
    background: #282828;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px;
    float: left;
    position: absolute;
    bottom: 29px;
    right: 0;
    width: 638px;
    text-align: left;
}

#examplesList ul {
    padding: 0;
}

#examplesList ul li {
    display: block;
    margin: 5px 0;
}

#examplesList ul li a {
    color: #BDBDBD;
    margin: 0;
}

#examplesList ul li a:hover {
    color: #f2f2f2;
}

#examplesList .column {
    float: left;
    margin: 0 20px 0 0;
}

#examplesList h3 {
    color: #f2f2f2;
    font-size: 1.2em;
    margin: 0 0 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 0 0 5px 0;
}

/* Demos Menu
  * --------------------------------------- */
#demosMenu {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}

/**/

/*Home*/

.carousel_home {
    position: relative;
    height: 100vh !important;
}

.carousel_home,
.carousel_home .owl-carousel,
.carousel_home .owl-carousel .owl-stage-outer,
.carousel_home .owl-carousel .owl-stage-outer .owl-stage,
.carousel_home .owl-carousel .owl-stage-outer .owl-stage .owl-item,
.carousel_home .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
    height: 100%;
}

.carousel_home .owl-carousel .owl-stage .owl-item .item {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    transition: transform 6000ms linear 0s;
    transform: scale(1, 1);
    width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.carousel_home .owl-carousel .owl-stage .owl-item.active .item {
}

.carousel_home .owl-carousel .owl-stage .owl-item .item .overlay_text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    z-index: 25;
    position: relative;
}

.carousel_home .owl-carousel .owl-stage .owl-item .item .overlay_text h3,
.carousel_home .owl-carousel .owl-stage .owl-item .item .overlay_text p {
    color: #ffffff;
}

.carousel_home .owl-carousel .owl-stage .owl-item .item .overlay_text h3 {
    font-size: 60px;
}

.carousel_home .owl-carousel .owl-stage .owl-item .item .overlay_text p {
    font-size: 14px;
}

.carousel_home .owl-carousel .owl-stage .owl-item .item::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background-color: #000;
    opacity: .5;*/
}

.carousle_city .item .item_with_img::after {}

.carousle_city .item .item_with_img:hover::after,
.tax-section .container_flex .item_flex .item_with_img:hover::after,
.desrt_carousel .item .item_with_img:hover::after {
    opacity: 0.3;
}

/*.carousle_city .item h3,
.tax-section .container_flex .item_flex .item_with_img h3,
.desrt_carousel .item h3 {
    position: absolute;
    z-index: 5;
    color: #fff;
    text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    padding: 15px 20px;
    z-index: 25;
    margin: 0;
}*/

/*.carousle_city .item h3::after,
.tax-section .container_flex .item_flex .item_with_img h3::after,
.desrt_carousel .item h3::after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #000000;
    opacity: .7;
    position: absolute;
    z-index: -1;
    transition: all .6s linear;
}*/

/*.carousle_city .item:hover h3::after,
.tax-section .container_flex .item_flex .item_with_img:hover h3::after,
.desrt_carousel .item:hover h3::after {
    background-color: #f07c00;
    opacity: 1;
}*/

.carousle_city .item .item_with_img span,
.tax-section .container_flex .item_flex .item_with_img span,
.desrt_carousel .item .item_with_img span {
    display: block;
    background-color:#f07c00;
    font-family: 'Poppins', sans-serif;
    z-index: 30;
    position: absolute;
    top: -20px;
    left: 0px;
    right: 0;
    color: #ffffff;
    padding: 7px 10px;
    letter-spacing: 0.02em;
    font-size: 16px;
    width: 30%;
    margin: 0 auto;
    text-align: center;
}

.carousle_city .item .item_with_img .number_day,
.tax-section .container_flex .item_flex .item_with_img .number_day,
.desrt_carousel .item .item_with_img .number_day {
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 9;
    pointer-events: none;
    opacity: .95;
}

.carousle_city .item .item_with_img .number_day .inner,
.tax-section .container_flex .item_flex .item_with_img .number_day .inner,
.desrt_carousel .item .item_with_img .number_day .inner {
    border-radius: 0;
    background: #f07c00;
    position: relative;
    padding: 8px 16px;
}

.carousle_city .item .item_with_img .number_day .inner::after,
.tax-section .container_flex .item_flex .item_with_img .number_day .inner::after,
.desrt_carousel .item .item_with_img .number_day .inner::after {
    position: absolute;
    content: "";
    right: -20px;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 20px solid #f07c00;
}

.carousle_city .item .item_with_img .number_day .inner .inner_text,
.tax-section .container_flex .item_flex .item_with_img .number_day .inner .inner_text,
.desrt_carousel .item .item_with_img .number_day .inner .inner_text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}

.tax-class .item h3 {
    font-size: 20px !important;
    font-weight: normal !important;
}

.carousle_city .item h3::after {
    /*position: absolute;
     content: "";
     left: 0;
     bottom: -5px;
     width: 15%;
     height: 3px;
     background-color: rgb(247, 129, 4);*/
}

.item_menu_wp {
    position: absolute;
    overflow: hidden;
    z-index: 80;
    width: 100%;
    left: 0;
    top: 0;
}

.menu {
    height: 85px;
    width: 70px;
    text-align: center;
    /*background-color: #7b2121;*/
    transition: all 0.2s ease;
    z-index: 80;
    width: 100%;
    position: absolute;
}

.menu::after {
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6)
        /*background-color:rgb(123,33,33,.5)*/
}


.top_nav ul {
    display: flex;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-size: 14px;
}

.top_nav ul li a i {
	font-size:24px;
}

.top_nav ul li:nth-child(2) {
    margin: 0 15px;
}

.top_nav ul li:nth-child(3) {
    margin-right: 15px;
}

.top_nav ul li:last-child {
    margin-right: 0px;
}
.top_nav ul:last-child li a{
}

/*.menu::after{
      content: "";
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background-color: #000000;
      opacity: .8;
      position: absolute;
    }*/

.menu.active {
    /* width: calc(100% - 100px); */
}

/*.menu.active .menuContent * {
         opacity: 1;
     }*/
.menu.active span i:nth-child(1),
.toggle_in_mobile.active i:nth-child(1) {
    transform: rotate(-45deg) translate(1%, -50%);
    top: 50%;
}

.menu.active span i:nth-child(2),
.toggle_in_mobile.active i:nth-child(2) {
    transform: translateX(-100px);
    opacity: 0;
}

.menu.active span i:nth-child(3),
.toggle_in_mobile.active i:nth-child(3) {
    transform: rotate(45deg) translate(-4%, -50%);
    top: 50%;
}

.menu span,
.toggle_in_mobile {
    width: 55px;
    height: 50px;
    position: absolute;
    left: 0;
    cursor: pointer;
    /*background: #fff;*/
    z-index: 1;
}

.menu span {
    width: auto;
    height: auto;
}

.menu span img {
    width: 85%;
    vertical-align: middle;
}

.toggle_in_mobile {
    z-index: 99;
    left: 50px;
    top: 50px;
    background-color: #eaeaea;
    position: fixed;
}

.menu span i,
.toggle_in_mobile i {
    position: absolute;
    transform-origin: 50% 50%;
    width: 52%;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #e31497;
    transition: transform 0.3s ease, opacity 0.1s ease 0.1s;
}

.menu span i:nth-child(1),
.toggle_in_mobile i:nth-child(1) {
    top: 36%;
}

.menu span i:nth-child(2),
.toggle_in_mobile i:nth-child(2) {
    top: 49%;
}

.menu span i:nth-child(3),
.toggle_in_mobile i:nth-child(3) {
    top: 62%;
}

.menu .menuContent {
    position: relative;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    line-height: 40px;
    right: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    z-index: 25;
    justify-content: center;
    /*padding: 0 30vh;*/
}

.menu .menuContent > a {
    margin-right: 30px;
}

.menu .menuContent a img {
    width: 85px;
    z-index: 25;
    vertical-align: middle;
}

.menu .menuContent * {
    /*opacity: 0;*/
}

.menu .menuContent ul li {
    display: inline-block;
    margin-left: 20px;
    margin-right: 0px;
    transition: opacity 0.3s ease 0.3s;
    cursor: pointer;
    position: relative;
}

.menu .menuContent ul li a {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    letter-spacing: 0.06em;
    font-size: 16px;
}

.menu .menuContent ul li::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 15px;
    width: 0%;
    height: 2px;
    background-color: #e31497;
    transition: width .6s;
}

.menu .menuContent ul li:hover::after {
    width: 100%;
}


/*.menu .menuContent ul li:hover:before {
    opacity: 0.8;
    top: 13px;
    left: 20px;
}

.menu .menuContent ul li:hover:after {
    opacity: 0.8;
    bottom: 13px;
    left: -20px;
}*/

/*.menu .menuContent ul li:before,
.menu .menuContent ul li:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #f07c00;
    transition: all 0.3s ease;
}*/

/*.menu .menuContent ul li:before {
    transform: rotate(-55deg);
    left: 60px;
    top: -30px;
    opacity: 0;
    right: 0;
    margin: auto;
}*/

/*.menu .menuContent ul li:after {
    transform: rotate(-55deg);
    left: -60px;
    bottom: -30px;
    opacity: 0;
    right: 0;
    margin: auto;
}*/

.menu .menuContent li {
    line-height: 70px;
}

.menu .menuContent li button {
    height: 40px;
    line-height: 40px;
    display: block;
    top: 60px;
    right: 60px;
    width: auto;
    z-index: 50;
    border-radius: 20px;
    padding: 0px 60px;
    background: #f07c00;
    letter-spacing: 0.08em;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.5s ease-out;
    font-family: 'Anodina-Bold';
    color: #ffffff;
    box-shadow: none;
    border: none;
}

.menu .menuContent ul li:last-child:hover:before {
    /*opacity: 0;*/
}

.menu .menuContent ul li:last-child:hover::after {
    /*opacity: 0;*/
}



.header_single_page,
.header_contact_page {
    width: 100%;
    position: relative;
}

.header_contact_page {
    background-image: url(img/contact.jpg);
    background-position: 100% 15%;
}



/*.header_single_page::after,
   .header_contact_page::after{
     content: "";
     left: 0;
     right:0;
     top:0;
     bottom: 0;
     background-color:#000000;
     opacity: 0.6;
     position: absolute;
   }*/
/*
   .header_single_page h1,
   .header_contact_page h1{
     color: #ffffff;
     font-size: 50px;
     display: table-cell;
     vertical-align: middle;
     text-align: center;
     z-index: 25;
     position: relative;
     font-family: 'Poppins', sans-serif;
   }
 
   .header_single_page h1:after,
   .header_contact_page h1::after{
     content: "";
     left: 0;
     right: 0;
     bottom: 90px;
     margin: 0 auto;
     width: 10%;
     height: 4px;
     position: absolute;
     background-color: #f07c00;
   }
 */
.detail_city,
.block_contact {
    padding-bottom: 35px;
}

.detail_city .container_flex,
.block_contact .container_flex {
    display: flex;
}

.detail_city .container_flex {
    padding: 0 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.detail_city .container_flex .item_flex:first-child {
	width:69%;
}

/*.block_contact .container_flex .item_flex:first-child {
    max-width: 55%;
    flex: 55%;
    padding: 0 30px;
}*/

.detail_city .container_flex .item_flex:last-child {
    width: 29%;
}

.block_contact .container_flex .item_flex:last-child {
    max-width: 45%;
    flex: 45%;
    padding: 0 30px;
}

.detail_city .container_flex .item_flex:first-child .day_programe .item_day{
	margin-bottom: 30px;
    border: 1px solid #e5e5e5;
}

.detail_city .container_flex .item_flex:first-child .item_descr,
.detail_city .container_flex .item_flex:first-child .day_programe{
    margin: 0 20px;
}
.detail_city .container_flex .item_flex:first-child .item_descr h4{
	font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    margin: 20px 0;
    color: #c89a62;
}
.detail_city .container_flex .item_flex:first-child .day_programe{
	margin-top: 40px;
}
.detail_city .container_flex .item_flex:first-child .day_programe a h4{
    background: var(--main-color);
    padding: 12px;
    font-size: 16px;
    color: #ffffff;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
}
.detail_city .container_flex .item_flex:first-child .day_programe p{
	font-size: 15px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    line-height: 24px;
    padding: 12px;
	letter-spacing: 1px;
}

.detail_city .container_flex .item_flex:first-child .item_descr p:last-child{

}
.detail_city .container_flex .item_flex:first-child .item_descr p:last-child img{

}
.detail_city .container_flex .item_flex:first-child .item_descr p,
.block_contact .info_contact p,
.block_contact .contact_form p {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    line-height: 35px;
}
.item_text_p p,
.detail_city .container_flex .item_flex:first-child .item_descr,
.detail_city .container_flex .item_flex:first-child .item_descr p{
	font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    line-height: 35px;
    letter-spacing: 1px;
}
.container .vc_column_container>.vc_column-inner{
	padding:0;
}
.container .vc_row{
	margin:0 !important;
}

.carousel_gallery_aboute .owl-dots,
.carousel_home .owl-dots,
.carousel_gallery_service .owl-dots{
	position: absolute;
    bottom: 20px;
    z-index: 25;
    left: 0;
    right: 0;
}
.carousel_gallery_aboute .owl-dots button.active,
.carousel_home .owl-dots button.active,
.carousel_gallery_service .owl-dots button.active{
    /*border: 1px solid var(--main-color);*/
}

.carousel_gallery_aboute .owl-dots button,
.carousel_home .owl-dots button,
.carousel_gallery_service .owl-dots button{
    border-radius: 50%;
    margin: 0px 5px 0px 5px;
    border: 1px solid transparent;
    transition: all .5s linear;
}
.carousel_gallery_aboute .owl-dots button span,
.carousel_home .owl-dots button span,
.carousel_gallery_service .owl-dots button span{
    display: block;
    width: 8px;
    height: 8px;
    background: var(--main-color);
    border-radius: 50%;
    margin: 5px;
}

.block_contact .contact_form p,
.block_contact .info_contact p {
    margin-bottom: 25px;
}

.item_info {
    margin-bottom: 25px;
}

.item_info ul li {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    line-height: 24px;
}

.detail_city .container_flex .item_flex:last-child .item_form {
    background-color: #ffffff;
    padding: 25px 15px;
	border: 1px solid #e8e8e8;
	padding-bottom: 5px;
}

.detail_city .container_flex .item_flex:last-child .item_form h3,
.block_contact .info_contact h3,
.block_contact .contact_form h3 {
    text-align: center;
    padding-bottom: 25px;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-weight: bold;
}

.block_contact .contact_form h3,
.block_contact .info_contact h3 {
    text-align: left;
    padding-bottom: 10px;
}

.detail_city .container_flex .item_flex:last-child .item_form .input_control {
    margin-bottom: 12px;
    box-shadow: none;
    display: block;
    width: -webkit-fill-available;
    height: 38px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.42857143;
    font-family: 'Poppins', sans-serif;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.detail_city .container_flex .item_flex:last-child .item_form textarea.input_control {
    height: 120px;
}

.detail_city .container_flex .item_flex:last-child .item_form .btn_submite_form {
    height: 45px;
    background-color: var(--main-color);
    font-family: 'Poppins', sans-serif;
    box-shadow: none;
    border: none;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.detail_city .container_flex .item_flex:last-child .item_form .container_book,
.detail_city .container_flex .item_flex:last-child .item_form .container_book_01{
	display: flex;
	justify-content: space-between;	
}

.detail_city .container_flex .item_flex:last-child .item_form .container_book .item_cf{
	width: 48%;
}
.detail_city .container_flex .item_flex:last-child .item_form .container_book_01 .item_cf_01{
	width: 30%;
}

.detail_city .container_flex .item_flex:last-child .container_column .column {
    flex: 50%;
    max-width: 50%;
    padding: 0 5px;

}

.detail_city .container_flex .item_flex:last-child .container_column .column img {
    display: block;
    max-width: 100%;
    margin-top: 8px;
    vertical-align: middle;
}

.detail_city .container_flex .item_flex:last-child .item_contact {
    background-color: #ffffff;
    padding: 30px;
    margin-top: 25px;
	border: 1px solid #e8e8e8;
}

.detail_city .container_flex .item_flex:last-child .item_contact h3,
.detail_city .container_flex .item_flex:last-child .item_payment_method h3,
.detail_city .container_flex .item_flex:last-child .item_recomended h3 {
    font-size: 22px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing:2px;
    margin-bottom: 15px;
    text-align: center;
}

.detail_city .container_flex .item_flex:last-child .item_recomended h3 {
    margin-bottom: 0;
    text-align: center;
}

.detail_city .container_flex .item_flex:last-child .item_contact p {
    margin: 0 auto;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #000000;
    line-height: 24px;
    text-align: left;
    position: relative;
    z-index: 20;
    margin-bottom: 15px;
}

.detail_city .container_flex .item_flex:last-child .item_contact ul li {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    font-size: 18px;
}

.detail_city .container_flex .item_flex:last-child .item_contact ul li i {
    font-size: 25px;
    color: #00e676;
    margin-right: 15px;
}

.detail_city .container_flex .item_flex:last-child .item_contact ul li:last-child {
    margin-bottom: 0;
}

.detail_city .container_flex .item_flex:last-child .item_recomended,
.detail_city .container_flex .item_flex:last-child .item_payment_method {
    background-color: #ffffff;
    padding: 25px 0;
    border: 1px solid #e8e8e8;
    margin-top: 25px;
}

.detail_city .container_flex .item_flex:last-child .item_payment_method img {
    max-width: 70%;
    vertical-align: middle;
	display: block;
	margin: 0 auto;
}

.detail_city .container_flex .item_flex:last-child .item_recomended ul {
    display: flex;
}
.detail_city .container_flex{
	align-items: initial;
}

.detail_city .container_flex .item_flex:last-child .item_recomended ul li a img {
    max-width: 100%;
    vertical-align: middle;
}

.detail_city .container_flex .item_flex:last-child .item_recomended ul li:last-child a img {
    max-width: 60%;
    margin: 0 auto;
    display: block;
}

.detail_city .container_flex .item_flex:last-child .item_recomended ul li:last-child {
    text-align: center;
    padding-top: 10px;
}

.item_carousel {
    /*border:1px solid red;*/
    margin: 0 auto;
    margin-top: 30px;
    height: 380px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.detail_city .container_flex .item_flex:first-child h3 {
    font-size: 25px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-top: 30px;
    margin-bottom: 30px;
}

.detail_city .container_flex .item_flex:first-child h2 {
    font-size: 26px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
    line-height: 36px;
}



/*.item_carousel .owl-carousel .item{
     height: 250px;
     background-position: center;
     background-repeat: no-repeat;
     background-size:cover;
   }*/

.item_carousel .owl-carousel .owl-stage {
    /*
       width:100%;
       border:1px solid green;
     */
}

/**/

.block_contact .contact_form input,
.block_contact .contact_form textarea {
    margin-bottom: 15px;
    box-shadow: none;
    display: block;
    width: -webkit-fill-available;
    height: 34px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.42857143;
    font-family: 'Raleway', sans-serif;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.block_contact .contact_form textarea {
    height: 120px;
}

.block_contact .contact_form button {
    height: 45px;
    background-color: #f07c00;
    font-family: 'Poppins', sans-serif;
    box-shadow: none;
    border: none;
    width: 40%;
    color: #fff;
    font-size: 18px;
    margin-left: auto;
    display: block;
}

/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/**/
.carousel_home .item_title {
    position: relative;
    z-index: 40;
	text-align: left;
	width: 70%;
}

.active_animation{
	-webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 1s;
}

.carousel_home .owl-item.active .item .item_title h3{
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 1s;
}

.carousel_home .owl-item.active .item .item_title a{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 1s;
}

/*.carousel_home .item_title ul li a{
    margin-right: 10px;
    border: 2px solid #f07c00;
    padding: 10px 60px;
    font-size: 18px;
    color: #fff;
    background-color: transparent;
    font-family: 'Poppins', sans-serif;
    transition: all .5s linear;
    letter-spacing: 0.05em;
   }
*/

.carousel_home .item_title a:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.carousel_home .item_title h3 {
    font-size: 55px;
    color: #ffffff;
    line-height: 65px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin: 0 auto;
	letter-spacing: 1px;
	text-align: left;
}

.carousel_home .item_title ul li {
    display: inline-block;
    /*border: 1px solid red;*/
}

.carousel_home .item_title a {
    padding: 15px 35px;    
	font-size: 20px;
    color: #fff;
    background-color: var(--main-color);
    font-family: 'Poppins', sans-serif;
    transition: all .5s linear;
    letter-spacing:1px;
	margin-top: 40px;
	display: inline-block;
}

.carousel_home .item_title a {
    /**/
    border: 2px solid var(--main-color);
}


.carousel_home .item_title a:hover {
    background-color: var(--main-color);
}


.carousel_home .item_title a {
    /*border: 1px solid red;*/
    /* margin-top:50px;
      display: inline-flex;*/
}

.icon_slid_down {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    z-index: 99;
    margin: 0 auto;
    -webkit-animation: mymove 1s infinite;
    /* Safari 4.0 - 8.0 */
    animation: mymove 1s infinite;
}

.icon_slid_down .fa {
    color: #ffffff;
    font-size: 45px;
    line-height: 50px;
    font-weight: normal;
}

.tax-header .menu {
    position: absolute;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {
        bottom: 70px;
    }

    to {
        bottom: 50px;
    }
}

/* Standard syntax */
@keyframes mymove {
    from {
        bottom: 70px;
    }

    to {
        bottom: 50px;
    }
}


/* Animation */
.anim-typewriter {
    animation: typewriter 4s steps(44) 1s 1 normal both,
        blinkTextCursor 500ms steps(44) infinite normal;
}

@keyframes typewriter {
    from {
        width: 0;
    }

    to {
        width: 24em;
    }
}

@keyframes blinkTextCursor {
    from {
        border-right-color: rgba(255, 255, 255, .75);
    }

    to {
        border-right-color: transparent;
    }
}

.contact_maps iframe {
    height: 255px;
}


.block_loading_website {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 99;
    display: block;
}

.spinner {
    margin: 0px auto;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #f07c00;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.carousel_gallery_service .item {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 30px;
    width: 100%;
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    animation: fadeIn .7s ease-in-out 1 forwards;
}

.menu_mobile {
    position: fixed;
    left: -100%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 50;
    display: table;
    height: 100%;
    width: 35%;
    opacity: 0;
}

.menu_mobile .menu_mobile_table {
    display: table-cell;
    vertical-align: middle;
}

.menu_mobile .menu_mobile_table > a > img {
    width: 110px;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
    position: relative;
    z-index: 25;
}

.menu_mobile::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #ffffff;
    opacity: 0.8;
}

.menu_mobile ul {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 15;
}

.menu_mobile ul li {
    list-style-type: none;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.menu_mobile ul li a {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    font-weight: 700;
}

.toggle_in_mobile {
    /*display: none;*/
}

.social_medi_nav_mob li {
    display: inline-block;
    margin-bottom: 0 !important;
}

.social_medi_nav_mob li a img {
    width: 35px;
    margin: 0 12px;
}

.social_medi_nav_mob {
    text-align: center;
    margin-top: 35px !important;
}





.img_contact {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: table;
    position: relative;
}

.img_contact .item_title {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    z-index: 25;
    position: relative;
}

.img_contact .item_title h1 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
}

.img_contact .item_title p {
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    margin-top: 30px;
}

.img_contact::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #000000;
    opacity: .7;
}

.contact-item .contact_item h3,
.item_adderss h3,
.item_maps h3 {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    margin: 0;
    margin-bottom: 25px;
}

.contact-item .contact_item p,
.item_adderss p,
.item_maps p {
    font-family: 'Raleway', sans-serif;
    color: #8c8c8c;
    font-size: 16px;
    font-weight: 500;
}

.item_map{
	margin: 0 20px;
}

.item_map iframe{
	width: 100%;
	height: 400px;
}

.item_adderss {
    margin-bottom: 25px;
}

.contact-item .contact_item p {
    margin-bottom: 25px;
}

.item_adderss p {
    font-family: 'Open Sans', sans-serif;
}

.contact-item {
    padding: 8vh 0;
}

.contact_item .form-control {
    border-radius: 0;
    margin-bottom: 0;
    background-color: #f3f3f3;
    box-shadow: none;
    border-color: #f3f3f3;
    height: 45px;
    color: #000000;
    font-family: 'Raleway', sans-serif;
}

.contact_item textarea.form-control {
    height: 150px;
}

.contact_item .btn {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    padding: 13px 33px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    background-color: #f07c00;
}

div.wpcf7-response-output {
	border: none;
}

.wpcf7-response-output {
    padding: 12px 0 !important;
    width: 100%;
    margin: 0 auto !important;
    text-align: center;
}

div.wpcf7-mail-sent-ng {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-width: 1px;
}

div.wpcf7-mail-sent-ok {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    border-width: 1px;
}

div.wpcf7-validation-errors {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    border-width: 1px;
}



/**/

.carousel_home .block_about_us {
    width: 40%;
    padding: 25px 20px;
    position: absolute;
    top: 30%;
    ;
    right: 10%;
    z-index: 15;
}

.carousel_home .block_about_us h3 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 10px;
    text-transform: capitalize;
    text-align: left;
    position: relative;
    z-index: 20;
}

.carousel_home .block_about_us p {
    margin: 0 auto;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    color: #fff;
    line-height: 24px;
    text-align: left;
    position: relative;
    z-index: 20;
}

.carousel_home .block_about_us::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #000000;
    opacity: .8;
}

.gallery_bk .owl-carousel .owl-stage .owl-item .item::after {
    opacity: .1;
}




/* HOME SECTION TRANSFERT */

.transfert_book {
    background-image: url(img/er.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    height: 100%;
    width: 100%;
    display: table;
    padding: 100px 0;
}
.transfert_book::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #000000;
    opacity: .7;
}
.transfert_book .item_book{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 20;
    width: 100%;
    text-align: center;
}

.transfert_book .item_book h3 {
	font-size: 26px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 0px;
    text-transform: capitalize;
    letter-spacing: 0.05em;
    text-align: center;
}
.transfert_book .item_book p {
	width: 60%;
    margin: 0 auto;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.section3_v2 .intro .item_all,
.section1_v2 .intro .item_all{
	text-align: center;
}
.section_wrap .container_wrap .item_wrap a img,
.section3_v2 .intro .item_all a img,
.section1_v2 .intro .item_all a img,
.transfert_book .item_book a img{
	vertical-align: middle;
	margin-left: 5px;
	display:inline-block;
}
.item_aboute > a,
.section3_v2 .intro .item_all a,
.section1_v2 .intro .item_all a,
.transfert_book .item_book a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    outline: 0;
    margin: 0;
    padding: 10px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1.5px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
	box-shadow: 0 3px 15px 0 rgba(59,10,31,.1);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: var(--main-color);
    color: #000000;
	border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.transfert_book .item_book a:hover {
    background-color: #e31497;
}

.transfert_book .item_book a{
	font-size: 18px;
	padding: 14px 65px;
}



/**/

/**/

.desrt_sahar .item_display .desrt_carousel {
    padding: 0 18vh;
}

.desrt_carousel .owl-carousel .item .item_desrt {
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 1px 6px rgba(25, 25, 34, .16);
    margin: 5px;
    position: relative;
    transition: all 1s ease-in-out;
    cursor: pointer;
    background-image: url('img/experience-morocco-visit.jpg');
}

.desrt_carousel .owl-carousel .item .item_desrt::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    transition: all 1s ease-in-out;
    ;
}

.desrt_carousel .owl-carousel .item .item_desrt:hover::after {
    opacity: 0.2;
}

.desrt_carousel .owl-carousel .item .item_desrt h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 25px;
    line-height: 24px;
    text-align: left;
    color: #ffffff;
    z-index: 35;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    left: 0;
    right: 0;
    letter-spacing: 0.05em;
    background-color: #f07c00;
}

/*.desrt_carousel .owl-carousel .item .item_desrt h3::after{
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: #000000;
  opacity: .8;
  position: absolute;
  z-index: -1;
}*/

/**/
.contact_block {
    /*background-color: #000000;*/
}

.contact_block .item_contact {
    z-index: 20;
    position: relative;
}

.contact_block .container_contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 70px 50px;
    padding-top: 100px;
}

.contact_block .container_contact .item_flex {
    width: 47%;
    text-align: left;
    /*padding-right: 30px;*/
}

.contact_block .container_contact .item_flex h3 {
    font-size: 25px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    margin-bottom: 30px;
    margin-top: 10px;
    text-transform: capitalize;
}

.contact_block .container_contact .item_flex p {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #ffffff;
    line-height: 24px;
    text-align: left;
    margin-bottom: 25px;
}

.contact_block .container_contact .item_flex ul {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #ffffff;
    line-height: 24px;
    text-align: left;
    margin-bottom: 25px;
}

.contact_block .container_contact .item_flex ul li {
    margin-bottom: 5px;
}

.contact_block .container_contact .item_flex ul li:last-child {
    margin-bottom: 0;
}



.contact_block .container_contact .item_flex .item_form input,
.contact_block .container_contact .item_flex .item_form textarea {
    margin-bottom: 10px;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    font-family: 'Raleway', sans-serif;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.contact_block .container_contact .item_flex .item_form textarea {
    height: 120px;
}

.contact_block .container_contact .item_flex .item_form .btn {
    height: 45px;
    background-color: #f07c00;
    font-family: 'Poppins', sans-serif;
    box-shadow: none;
    border: none;
    width: 40%;
    color: #fff;
    font-size: 18px;
    margin: 0;
    letter-spacing: 0.05em;
}

.contact_block .container_contact .item_flex:first-child {
    padding-right: 0 !important;
}

#section4 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(img/marrakech.jpg);
    position: relative;
}

/*#section5 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: #fff url(img/header05.jpg);
    position: relative;
}*/

#section6 {
	background-color: #ffffff;
    position: relative;
}

#section4::after {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.8;
    position: absolute;
}

.hidden {
    display: none;
}

.chose_us .container_chose_us {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 75px;
}

.chose_us .container_chose_us .item_flex {
    background-color: #ffffff;
    box-shadow: 0 1px 4px rgba(25, 25, 34, .10);
    width: 32%;
}

.chose_us .container_chose_us .item_flex .item_block {
    position: relative;
    padding-top: 45px;
}

.chose_us .container_chose_us .item_flex .item_block span {
    background-image: url(img/icon.png);
    display: block;
    width: 90px;
    height: 90px;
    /* border: 1px solid red; */
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.chose_us .container_chose_us .item_flex:nth-child(2) {
    /*margin: 0 25px;*/
}

.chose_us .container_chose_us .item_flex h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: capitalize;
    text-align: center;
}

.chose_us .container_chose_us .item_flex p {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #242424;
    line-height: 22px;
    text-align: left;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 20px;
}

/*---------------------- SECTION PAGE AIROPORT TRANSFERT-----------------------*/

.page-template-ltp .toggle_in_mobile {
    position: absolute;
    background-color: #ffffff;
}

.bloc_image {
    height: 350px;
    width: 100%;
    background-image: url(img/Marrakech-airport-transfers.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: table;
}

.bloc_image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    /*background: url(img/dark-stripes-light.png), linear-gradient(to left, #e31497, #4a72e5);*/
    /*background: url(img/dark-stripes-light.png), -webkit-linear-gradient(right, #e31497, #4a72e5);*/
    opacity: .5;
    z-index: 0;
}

.bloc_image h2 {
    margin: 0;
    font-size: 45px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    line-height: 50px;
    z-index: 9;
    position: relative;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

.container_reservation {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    width: 70%;
    margin: 0 auto;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.container_reservation .item_flex_reserv {
    width: 49%;
}

.container_reservation .item_flex_reserv:nth-child(3) {
    width: 100%;
}

.block_demande_reserv > span input {
    border-radius: 0;
    display: block;
    padding-left: 15px;
    height: 40px;
    font-family: 'Poppins', sans-serif;
    width: 95%;
    outline: none;
    border-color: transparent;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.block_reservation .btn {
    text-align: center;
    display: block;
    font-size: 14px;
    background: #27a6dc;
    border-radius: 0;
    color: #fff;
    text-align: center;
    padding: 0;
    height: 45px;
    line-height: 40px;
    letter-spacing: 0.050em;
    margin-top: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    cursor: pointer;
    margin-top: 15px;
}

.no-pad-right {
    padding-right: 0;
}

.aller_simple_label_check_pers_v2 {
    margin-top: 0;
    font-family: 'Roboto Condensed', sans-serif;
    float: left;
}

.bloc_title {
    padding: 0px 170px;
    display: table-cell;
    vertical-align: middle;
}

.aller_simple_option {
    padding: 12px 40px;
    background: #27a6dc;
    color: #fff;
    display: block;
    letter-spacing: 0.050em;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
}

.active_airoport {
    background: #ffffff !important;
    color: #000000 !important;
    transition: .5s all;
}

.aller_retour_option {
    padding: 12px 40px;
    background: #27a6dc;
    color: #fff;
    display: block;
    letter-spacing: 0.050em;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;

}

.block_aller_retour .row .title_aller,
.block_aller_simple .row .title_aller {
    display: block;
    font-size: 15px;
    letter-spacing: 0.070em;
    color: #000000;
    height: 50px;
    line-height: 50px;
    font-family: 'Roboto Condensed', sans-serif;
}

.block_aller_retour .row .title_aller img,
.block_aller_simple .row .title_aller img {
    margin-right: 15px;
}

.block_aller_retour {
    display: none;
}

.block_aller_retour .row_flex:first-child {
    margin-bottom: 10px;
}

.block_aller_simple .row_flex:last-child .item_flex_retour:first-child,
.block_aller_retour .row_flex:last-child .item_flex_retour:first-child {
    width: 18%;
}

.block_aller_simple .row_flex:last-child > .item_flex_retour,
.block_aller_retour .row_flex:last-child > .item_flex_retour {
    width: 24.8%;
    margin-right: auto;
}


/*.item_price {
    background-color: var(--main-color);
    height: 45px;
    margin-top: 10px;
    display: table;
    width: 100%;
    display: none;
    position: relative;
}*/

/*.item_price::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0;
    height: 0;
    border-bottom: 22.5px solid transparent;
    border-top: 22.5px solid transparent;
    border-left: 31px solid var(--main-color);
    left: 0; 
    right: -31px;
    margin: auto;
    text-align: center;
}*/

/*.item_price .loader {
    border: 3px solid #ffffff;
    border-top: 3px solid #27a6dc;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 2px;
    bottom: 0;
    z-index: 99;
}*/

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*.item_price h3 {
    text-align: center;
    background: red; 
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}*/

/**/

.block_aller .form-group .form-control,
.block_demande_reserv .form-group .form-control,
.block_demande_reserv .form-group .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    color: rgb(1, 1, 1);
    border-radius: 2px;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background-color: #ffffff;
    border-color: #ffffff;
    border: 1px solid transparent;
    font-family: 'Roboto Condensed', sans-serif;
}

.block_demande_reserv {
    position: relative;
    z-index: 9;
    background: #e2e2e2;
    padding: 0 25px;
    padding-bottom: 1px;
    margin-top: 60px;
}

.block_demande_reserv .form-group textarea.form-control {
    height: 150px;
    font-family: 'Roboto Condensed', sans-serif;
}

.comment .form-group {
    margin-bottom: 0 !important;
}


.comment textarea {
    width: 97%;
    outline: none;
    border-color: transparent;
    padding-top: 15px;
    padding-left: 15px;
    font-family: 'Poppins', sans-serif;
}

.comment {
    margin-top: 15px;
    padding-top: 30px;
}

.block_form_send_info_aller_simple .btn,
.block_aller .btn,
.block_contact_aller_retour .btn {
    margin-top: 15px;
}

.container_reservation .btn {
    height: 45px;
    font-size: 14px;
    background: #f07c00;
    border-color: #f07c00;
    clear: both;
    display: block;
    text-transform: capitalize;
    letter-spacing: 0.070em;
    font-weight: bold;
    color: #fff;
    border-radius: 2px;
    width: 30%;
    margin-left: auto;
    margin-top: 15px;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    font-family: 'Poppins', sans-serif;
}

.reserv_btn_aller_simple,
.reserv_btn_aller_retour {
    background-color: var(--main-color) !important;
    display: none !important;
}

.display_block {
    display: block !important;
}

.display_none {
    display: none !important;
}

/**/

.block_ville {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 260px;
    margin-bottom: 15px;
    position: relative;
}

.block_ville h3 {
    margin: 0;
    position: relative;
    z-index: 9;
    color: #ffffff;
    padding: 30px 20px;
    font-size: 35px;
    letter-spacing: 0.070em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold
}

.block_ville::before {
    position: absolute;
    content: "";
    background-color: #000000;
    opacity: 0.4;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.block_ville span {
    display: block;
    margin-left: 20px;
    background-color: var(--main-color);
    width: 160px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    position: relative;
    border-radius: 4px;
    margin-bottom: 12px;
    font-family: 'Roboto Condensed', sans-serif;
}

.block_demande_reserv > .title_resa {
    color: #858f94;
    display: block;
    letter-spacing: 0.060em;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 15px 0;
}

.block_demande_reserv > .wpcf7-form-control-wrap {
    color: #858f94;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 0.060em;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

.block_demande_reserv > .wpcf7-form-control-wrap:last-child {
    margin-bottom: 20px;
}

.block_display_price {
    margin-top: 40px;
}

#footer {
    padding: 45px;
    text-align: center;
    background-color: #ffffff;
}

#footer .uk-footer-logo {
    margin-bottom: 35px;
}

.uk-footer-logo img {
    width: 100px;
}

#footer .uk-copyright {
    color: #000;
    font-size: 13px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.050em;
    font-family: 'Roboto Condensed', sans-serif;
}

/**/

footer{
    position: relative;
	/*padding: 80px 0;
	background-image: url(img/contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;*/
}
footer::after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: linear-gradient(to top, #ed9d54 , transparent) !important;
}
footer .footer_elem{
	margin: 0 auto;
	background-color: #010101;
	z-index: 25;
	position: relative;
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    border-top: 5px solid #f5f5f5;
}
footer .footer_elem .container_footer{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 75px 30px;
}
footer .footer_elem .container_footer .item_footer:first-child{
	width: 24%;
}
footer .footer_elem .container_footer .item_footer:nth-child(2),
footer .footer_elem .container_footer .item_footer:nth-child(3),
footer .footer_elem .container_footer .item_footer:last-child,
footer .footer_elem .container_footer .item_footer:nth-child(4){
	width: 24%;
}

footer .footer_elem .container_footer .item_footer:first-child p{
    font-size: 13px;
    line-height: 24px;
	color: #1b1b1b;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
}
footer .footer_elem .container_footer .item_footer ul li{
    margin-bottom: 9px;
    line-height: 18px;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}

footer .footer_elem .container_footer .item_footer ul li a{
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    /*font-family: 'Josefin Sans', sans-serif !important;*/   
    color: #c7c7c7;
    line-height: 20px;    
	font-family: 'Poppins', sans-serif;

}
footer .footer_elem .container_footer .item_footer ul li:last-child{
	margin-bottom: 0;
}

footer .footer_elem .container_footer .item_footer ul li a img{
	vertical-align: middle;
	margin-right: 10px;
}
footer .footer_elem .container_footer .item_footer ul.social_media li{
	margin-right: 10px;
}
/**/

.no_pad_right {
    padding-right: 0;
}

.no_pad_left {
    padding-left: 0;
}

.comment .mg_top label {
    margin-top: 15px !important;
    margin-right: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

/**/

#kalendae_aller_simple,
#start_date_ar,
#end_date_ar {
    position: absolute;
    z-index: 11;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

#kalendae_aller_simple .kalendae,
#start_date_ar .kalendae,
#end_date_ar .kalendae {
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 25px 80px;
    background-color: #000000;
    border-radius: 0;
}

#start_date_ar .kalendae,
#end_date_ar .kalendae {
    padding: 25px 33px;
}

#kalendae_aller_simple .kalendae .k-calendar,
#kalendae_aller_simple .kalendae .k-title,
#kalendae_aller_simple .kalendae .k-header,
#kalendae_aller_simple .kalendae .k-days,
#start_date_ar .kalendae .k-calendar,
#start_date_ar .kalendae .k-title,
#start_date_ar .kalendae .k-header,
#start_date_ar .kalendae .k-days,
#end_date_ar .kalendae .k-calendar,
#end_date_ar .kalendae .k-title,
#end_date_ar .kalendae .k-header,
#end_date_ar .kalendae .k-days {
    width: 100%;
}

#kalendae_aller_simple .kalendae .k-days span.k-out-of-month,
#start_date_ar .kalendae .k-days span.k-out-of-month,
#end_date_ar .kalendae .k-days span.k-out-of-month {
    visibility: hidden;
}

#kalendae_aller_simple .kalendae .k-title,
#kalendae_aller_simple .kalendae .k-header,
#start_date_ar .kalendae .k-title,
#start_date_ar .kalendae .k-header,
#end_date_ar .kalendae .k-title,
#end_date_ar .kalendae .k-header {
    margin-bottom: 10px;
}

#kalendae_aller_simple .kalendae .k-days span,
#start_date_ar .kalendae .k-days span,
#end_date_ar .kalendae .k-days span {
    text-align: center;
    width: 40px;
    height: 28px;
    line-height: 26px;
    background: transparent;
    border: none;
}

#kalendae_aller_simple,
#start_date_ar,
#end_date_ar {
    display: none;
}

#kalendae_aller_simple .kalendae .k-header span,
#start_date_ar .kalendae .k-header span,
#end_date_ar .kalendae .k-header span {
    width: 40px;
}

#kalendae_aller_simple .kalendae .k-in-month,
#start_date_ar .kalendae .k-in-month,
#end_date_ar .kalendae .k-in-month {
    text-decoration: line-through;
}

#kalendae_aller_simple .kalendae .k-active,
#start_date_ar .kalendae .k-active,
#end_date_ar .kalendae .k-active {
    background-color: transparent !important;
    text-decoration: none !important;
    color: #ffffff !important;
}

#kalendae_aller_simple .kalendae .k-header span,
#start_date_ar .kalendae .k-header span,
#end_date_ar .kalendae .k-header span {
    color: #ffffff !important;
}

#kalendae_aller_simple .kalendae .k-caption,
#start_date_ar .kalendae .k-caption,
#end_date_ar .kalendae .k-caption {
    color: #ffffff;
}

#kalendae_aller_simple .kalendae .k-btn-next-year,
#kalendae_aller_simple .kalendae .k-btn-previous-year,
#start_date_ar .kalendae .k-btn-next-year,
#start_date_ar .kalendae .k-btn-previous-year,
#end_date_ar .kalendae .k-btn-next-year,
#end_date_ar .kalendae .k-btn-previous-year {
    display: none;
}

.wpcf7-response-output {
    position: absolute;
    bottom: -28px;
    padding: 12px 0 !important;
    right: 0;
    left: 0;
    width: 65%;
    margin: 0 auto !important;
    text-align: center;
}

div.wpcf7-mail-sent-ng {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-width: 1px;
}

div.wpcf7-mail-sent-ok {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    border-width: 1px;
}

div.wpcf7-validation-errors {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    border-width: 1px;
}

#footer {
    padding: 45px;
    text-align: center;
    background-color: #000000;
}

#footer .uk-footer-logo {
    margin-bottom: 35px;
}

.uk-footer-logo img {
    width: 80px;
}

#footer .uk-copyright {
    color: #ffffff;
    font-size: 13px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.050em;
    font-family: 'Roboto Condensed', sans-serif;
}

.alert_error {
    position: absolute;
    right: 15px;
    border-radius: 0;
    top: 8%;
    font-family: 'Roboto Condensed', sans-serif;
    display: none;
    padding: 12px 10px;
}

#paypal_button,
#paypal_button_rt {
    display: none;
}


/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fade-in {
    animation: fadeIn ease 5s;
    -webkit-animation: fadeIn ease 5s;
    -moz-animation: fadeIn ease 5s;
    -o-animation: fadeIn ease 5s;
    -ms-animation: fadeIn ease 5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* SINGLE PAGE */

.single-tours {
/*
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: #fff url(img/dark-stripes-light.png);
*/
    position: relative;
}

.single-tours .toggle_in_mobile,
.page-template-contact-php .toggle_in_mobile{
    z-index: 99;
    left: 30px;
    top: -72px;
    background-color: #ffffff;
    position: absolute;
}

.tax-type nav{
    position: absolute !important;
}

.tax-type .toggle_in_mobile{
    background-color: #ffffff;
    position: absolute;
}

.page-template-contact-php .toggle_in_mobile{
    top: 28px;
    left: 38px;
}

.single-tours .item_menu_wp,
.tax-type .item_menu_wp {
    position: relative;
}

.single-tours .menu,
.tax-type .menu {
    background-color: #000000;
}

.single-tours .detail_city {
/*    margin-top: 25px;*/
}

.single-tours .detail_city .container_flex .item_flex:first-child {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    padding-bottom: 35px !important;
}
.item_recommanded_exc{
	padding: 0 30px;
}
.item_recommanded_exc .container_rec_exc{
	display: flex;
	justify-content:space-between;
	align-content: center;
	flex-direction: row;
	align-items: center;
}
.item_recommanded_exc > h3{
    padding-bottom: 0;
	margin-bottom: 0;
    margin-top: 30px;
    font-size: 20px;
	letter-spacing:2px;
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-weight: 600;
	text-align: left;
}
.single-tours .carousel_gallery_service {
/*    margin: 0 40px;*/
}

.single-tours .carousel_gallery_service{
    margin-bottom: 20px;
}

.single-tours .carousel_gallery_service .item {
    margin-top: 0;
}

.detail_city .container_flex .item_flex:first-child h2 {
    margin-top: 25px;
    margin-left: 20px;
    margin-bottom: 25px;
	text-transform: capitalize;
}



/* START SECTION REVIEW */

.carousel_client{
    padding: 0 80px;
}

.carousel_client .owl-dots,
.desrt_carousel .owl-dots,
.carousle_city .owl-dots {
    display: block;
    margin-top: 20px;
}

.carousel_client .owl-dots button,
.desrt_carousel .owl-dots button,
.carousle_city .owl-dots button {
    border-radius: 50%;
    margin: 0 5px;
    border: 1px solid transparent;
    transition: all .5s linear;
}

.carousel_client .owl-dots button:hover,
.desrt_carousel .owl-dots button:hover,
.carousle_city .owl-dots button:hover {
    border: 1px solid #282828;
    opacity: .6
}

.carousel_client .owl-dots button.active,
.desrt_carousel .owl-dots button.active,
.carousle_city .owl-dots button.active {
    border: 1px solid #282828;
}

.carousel_client .owl-dots button span,
.desrt_carousel .owl-dots button span,
.carousle_city .owl-dots button span {
    display: block;
    width: 5px;
    height: 5px;
    background: #282828;
    border-radius: 50%;
    margin: 5px;
}

.carousel_client .item_review {
    background-color: #f5f5f5;
    padding: 25px 20px;
    box-shadow: 0 1px 4px rgba(25, 25, 34, .10);
    margin: 5px;
    border-bottom:5px solid var(--main-color);
    margin-top: 30px;
    position: relative;
}

.carousel_client .item_review > img {
    width: 105px !important;
    position: absolute;
    top: -35px;
    left: 0px;
}

.carousel_client .item_review ul li {
    font-weight: 700;
    font-size: 12px;
    color: #404044;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
	letter-spacing: 1.5px;
}

.carousel_client .item_review ul li:last-child {
    font-weight: 500;
    color: var(--main-color);
}

.carousel_client .item_review ul {
	text-align: left;
	margin-bottom: 15px;
}

.carousel_client .item_review ul li span {
	float: right;
}

.carousel_client .item_review ul li span img {
    width: 65px;
    vertical-align: middle;
	display: initial;
}

#section6 .chose_us p {
    padding-bottom: 0 !important;
}

.carousel_client .item_review p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    font-weight: normal;
}

/* TAXONOMY  STYLE */
.aboute_section,
.tax-section {
    /*padding-top: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: #fff url(img/dark-stripes-light.png);*/
    position: relative;
}
.aboute_section .elem_aboute{
	margin-top: 60px;
}
.aboute_section .elem_aboute .container_aboute{
	display: flex;
	padding: 0 25px;
	justify-content: space-between;
    width: 88%;
    margin: 0 auto;
}
.aboute_section .elem_aboute .container_aboute .item_aboute:first-child{
	width: 50%;
}
.aboute_section .elem_aboute .container_aboute .item_aboute:last-child{
	width: 50%;
}
.item_contact_aboute{
    padding: 30px;
    background-color: #e97251;
	border-radius:5px;
}
.item_contact_aboute .item_ele_cnt{
	display: flex;
    justify-content: initial;
	margin-bottom: 20px;
}
.item_contact_aboute .item_ele_cnt:last-child{
	margin-bottom: 0 !important;
}
.item_contact_aboute .item_ele_cnt img{
    width: 35px;
    height: 35px;
    margin-right: 20px;
    vertical-align: middle;
    display: block;
}
.aboute_section .item_map_aboute{
	padding: 0 50px;
	margin-bottom: 35px;
	margin-top: 35px;
}

.aboute_section .item_map_aboute iframe{
	width: 100%;
	height: 400px;
}
.aboute_section .item_gallery{
	padding: 0 50px;
}
.aboute_section .item_gallery .item {
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 30px;
    width: 100%;
}

/*
.aboute_section .elem_aboute .container_aboute .item_aboute .item_contact_aboute .item_ele_cnt .item_elem{
	padding-left: 50px;
	float: left;
}
*/
.item_contact_aboute .item_ele_cnt .item_elem h3{
	margin: 0px 0px 3px 0px;
    color: #ffffff;
    font-size: 13px;
    line-height: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: lighter;
	letter-spacing: 2px;
}
.item_contact_aboute .item_ele_cnt .item_elem p{
    margin: 0px;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
	font-family: 'Poppins', sans-serif;
    font-weight: normal;
	letter-spacing: 1px;
}
.aboute_section .elem_aboute .container_aboute .item_aboute:first-child p{
    line-height: 27px;
    text-align: left;
    margin-bottom: 20px;
	letter-spacing: 1px;
	color: #000000;
    font-family: "degular", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.single_post .top_image_tax,
.page-section .top_image_tax,
.aboute_section .top_image_tax,
.tax-section .top_image_tax{
	height: 350px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.aboute_section .top_image_tax{
	background-position: center -160px;
}
.single_post .top_image_tax::after,
.page-section .top_image_tax::after,
.aboute_section .top_image_tax::after,
.tax-section .top_image_tax::after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
    background: rgb(171 126 59);
}

.single_post .top_image_tax h3,
.page-section .top_image_tax h3,
.aboute_section .top_image_tax h3,
.tax-section .top_image_tax h3{
    position: absolute;
    bottom: 50px;
    z-index: 25;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    left: 0;
    right: 0;
    font-size: 30px;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
}

.aboute_section .top_image_tax h3 img,
.tax-section .top_image_tax h3 img{
    width: 20px;
    vertical-align: inherit;
	margin-right: 8px;
}

.tax-section .container_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	position: relative;
}

.tax-section .container_flex .loader_sorting{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f5f5f5;
	opacity: .9;
	z-index: 50;
	display: none;
}

.tax-section .container_flex .item_flex {
    width: 32%;
}

.tax-section .sorting_tax{
    font-size: 13px;
    min-height: 34px;
    line-height: 34px;
    padding: 0 15px;
    border-color: #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    vertical-align: top;
	min-width: 166px;
	font-family: 'Poppins', sans-serif;
}

.tax-section form{
	padding: 30px 70px;
}

/* FOOTER STYLE */

.footer_container {
    display: flex;
    padding: 0 75px;
    flex-wrap: wrap;
    justify-content: space-between;
    background-image: linear-gradient(to top, #422a07 , #523316);
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer_container .item_flex_footer {
    width: 32%;
}

.footer_container .item_flex_footer .item_text img {
    width: 65px;
    vertical-align: middle;
}

.footer_container .item_flex_footer .info_etab li {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    font-size: 15px;
    letter-spacing: 0.05em;
    position: relative;
    padding-right: 15px;
}

.footer_container .item_flex_footer .info_etab {
    margin-top: 42px;
}

/*.footer_container .item_flex_footer ul li a{
  color: #ffffff;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}*/

.footer_container .item_flex_footer h3 {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.footer_container .item_flex_footer p {
    font-size: 14px;
    letter-spacing: 0.05em;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer_container .item_flex_footer .explor_etab {
    margin-top: 42px;
}

.footer_container .item_flex_footer .explor_etab li a {
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    font-size: 15px;
    line-height: 20px;
    padding: 0 25px;
    font-family: 'Poppins', sans-serif;
    display: block;
    color: #ffffff;
    padding-left: 0;
    text-transform: capitalize;
}

.footer_container .item_flex_footer .social_media {
    margin-top: 20px;
}

.footer_container .item_flex_footer .social_media li {
    display: inline-block;
}

.footer_container .item_flex_footer .social_media li a img {
    width: 40px;
    margin: 0 5px;
}

.footer_elem > .item_footer {
    background-color: var(--main-color);
    padding: 12px 15px;
    z-index: 20;
}

footer .footer_elem .container_footer .item_footer:first-child img{
	width: 60%;
	vertical-align: middle;
    margin-bottom:10px;
}
footer .footer_elem .container_footer .item_footer .social_media li {
    display: inline-block;
}
footer .footer_elem .container_footer .item_footer .social_media li a img {
    width: 30px;
    margin: 0;
	vertical-align: middle;
}
footer .footer_elem .container_footer .item_footer h3{
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #FFF;
    margin-bottom: 25px;
    margin-top: 15px;
    letter-spacing: 0.5px;
    text-align: center;
}
footer .footer_elem .container_footer .item_footer h4{
    font-size: 16px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    color:#F5F5F5;
	margin-bottom:5px;
}
footer .footer_elem .container_footer .item_footer h4 a{
    color:#FFF;
	line-height:24px;
}
footer .footer_elem .container_footer .item_footer h3{
    font-size: 18px;
    margin-bottom: 25px;
    text-align: left;
    margin-top: 0;
}
.item_flex_contact .logo_social,
.item_airop .logo_social,
footer .footer_elem .container_footer .item_footer .logo_social{
    display: flex;
    width: 70%;
    margin-top: 20px;
}
.item_flex_contact .logo_social li img,
.item_airop .logo_social li img,
footer .footer_elem .container_footer .item_footer .logo_social li img{
    width: 100%;
    vertical-align: middle;
    display: block;
}
.item_flex_contact .logo_social li,
.item_airop .logo_social li,
footer .footer_elem .container_footer .item_footer .logo_social li{
    width: 15%;
    margin-right: 10px;
}
.item_flex_contact .logo_social li{
    width:24%;
}
.item_footer span {
    color: #ffffff;
    font-size: 13px;
	line-height: 13px;
    font-family: 'Poppins', sans-serif;
    display: block;
    text-align: left;
    font-weight: normal;
    letter-spacing: 1px;
}

.item_footer span a {
    color: #ffffff;
    font-size: 12px;
}

/**/

#section1,
#section3,
#section8,
#section5,
#section6 {
    padding: 45px 0;
}


#section1{
    background-color: #F5F5F5;    
}

/* CONTACT PAGE */

.page-template-contact-php .item_menu_wp {
    position: relative;
    /*background-color: #000000;*/
}

.page-template-contact #nav{
	position: relative;
}


/*.item_menu ul li img{
    width: 24px;
    height: 24px;        
}*/

/**/




.block_reservation_form {
    position: relative;
}

.block_reservation_form .wpcf7-response-output {
    position: absolute;
    bottom: 0;
    padding: 10px 0 !important;
    right: auto !important;
    left: 204px;
    width: 45%;
    margin: 0 auto !important;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;

}

.contact_block .container_contact .item_flex .item_form input::placeholder,
.contact_block .container_contact .item_flex .item_form textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    padding-left: 15px;
    opacity: 1;
    /* Firefox */
}

.contact_block .container_contact .item_flex .item_form input:-ms-input-placeholder,
.contact_block .container_contact .item_flex .item_form textarea:-ms-input-placeholde {
    /* Internet Explorer 10-11 */
    padding-left: 15px;
}

.contact_block .container_contact .item_flex .item_form input::-ms-input-placeholder,
.contact_block .container_contact .item_flex .item_form textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    padding-left: 15px;
}

.item_form span.wpcf7-not-valid-tip,
.container_reservation .item_flex_reserv span.wpcf7-not-valid-tip {
    text-align: left;
    font-size: 12px;
    text-transform: lowercase;
    color: #FF9494;
    font-family: 'Poppins', sans-serif;
}

.item_form span.wpcf7-not-valid-tip {
    margin-bottom: 10px;
}

.item_form {
    position: relative;
}

.item_form .wpcf7-response-output {
    width: 100% !important;
    /* margin-top: 11px !important; */
    bottom: -35px !important;
}


/* SECTION EXCURSION */

.carousle_city .item_excursion,
.container_rec_exc .item_excursion{
    box-shadow: 0 1px 10px rgba(25, 25, 34, .1);
    margin: 25px 20px;
    border-bottom: 5px solid var(--main-color);
}

.container_rec_exc .item_excursion{
	width: 30%;
	margin: 30px 0;
}

.container_flex .item_flex .item_excursion,
.container_rec_exc .item_excursion{
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
.container_tours .item_excursion .item_price a.linktodetails,
.tax-section .item_excursion .item_price a.linktodetails,
.container_rec_exc .item_excursion .item_price a.linktodetails,
.carousle_city .item_excursion .item_price a.linktodetails{
	background-color: var(--main-color);
    font-family: 'Poppins', sans-serif !important;
    display: inline-block;
    cursor: pointer;
    color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 3px 20px;
	text-transform: uppercase;
	margin-top: 10px;
	border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.container_rec_exc .item_excursion .item_price,
.carousle_city .item_excursion .item_price,
.container_tours .item_excursion .item_price,
.container_flex .item_flex .item_excursion .item_price{
    padding: 20px 20px;
}

.container_tours .item_excursion .item_price h3,
.container_rec_exc .item_excursion .item_price h3,
.carousle_city .item_excursion .item_price h3,
.container_flex .item_flex .item_excursion .item_price h3{
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #000000;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
	letter-spacing:0.05em;
    line-height: 24px;
    position: relative;
    font-size: 16px;
}

.container_rec_exc .item_excursion .item_price h5,
.tax-section .item_excursion .item_price h5,
.carousle_city .item_excursion .item_price h5{
	font-size: 14px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    color: #1b1b1b;
    padding-bottom: 10px;
    margin-top: 5px;
    text-transform: capitalize;
	letter-spacing: 0.5px;
}

.container_rec_exc .item_excursion .item_price h5 img,
.tax-section .item_excursion .item_price h5 img,
.carousle_city .item_excursion .item_price h5 img{
    width: 16px;
    vertical-align: middle;
	display: inline-block;
}

.container_rec_exc .item_excursion .item_price ul,
.container_tours .item_excursion .item_price ul,
.carousle_city .item_excursion .item_price ul,
.container_flex .item_flex .item_excursion .item_price ul{
    justify-content: space-between;
    display: flex;
	padding-top: 0;
    border-top: 1px solid #e5e5e5;
}

.container_tours{
    width:88%;
    margin: 0 auto;
}
.container_rec_exc.container_tours{
    width:100%;
    margin: 0 auto;
}
.container_tours .item_excursion{
	border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;	
}
.container_tours .item_excursion{
    width:32%;                
}
.container_tours .item_excursion:nth-child(2){
                 
}
.container_tours .item_excursion:nth-child(3){
                   
}

.container_tours .item_excursion:nth-child(5){
               
}
.container_eng{
    width: 88%;
    display: flex;
    margin: 0 auto;
   	justify-content: space-between;
}
.container_eng .item_eng{
    width: 48%;    
    position:relative;
	border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.container_eng .item_eng:last-child::after,
.container_eng .item_eng:first-child::after{
    position: absolute;
    content: "";
    bottom: 0;
    top: 0;
    left: 0;
	background-color:#000000;
	opacity:0.2;
    right: 0;
	border-radius:10px;
}
.section_engagement .item_eng:last-child{
    background-image: url(https://ergaventure.com/wp-content/uploads/2024/08/marrakech-gq-9oct18_istock_b.webp);  
	background-size:cover;
	background-repeat:no-repeat;
    padding:45px 0;
	height:200px;
    align-content: center;
}
.section_engagement .item_eng:first-child{
    background-image: url(https://ergaventure.com/wp-content/uploads/2024/08/marwane_sibia_mg_8673_copie_1.jpg);  
	background-size:cover;
	background-repeat:no-repeat;
    padding:45px 0;
	height:200px;
    align-content: center;
}

.section_engagement .item_eng a {
position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    outline: 0;
    margin: 0;
    padding: 10px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: 0 3px 15px 0 rgba(59, 10, 31, .1);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: var(--main-color);
    color: #000000;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    /* margin-left: auto; */
    display: block;
    width: 30%;
    z-index: 10;
    margin: 0 auto;
    margin-top: 20px;
}


.section_engagement h2{

}
.section_engagement h3 span{
    font-size: 50px;
    padding-right: 10px;    
}
.section_engagement .item_eng h3{
	font-size: 30px;
    font-weight: 600;
    letter-spacing: -2px;
    text-transform: none;
    color: #ffffff;
    line-height: 30px;
    position: relative;
    /* padding-left: 25px; */
    margin-bottom: 15px;
    z-index:24;
    text-align:center;
}
.section_engagement p{
    letter-spacing: 0.060em;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    color: #FFF;
    text-align:center;
	position:relative;
	z-index:99;
    padding: 0 30px;
}

.container_rec_exc .item_excursion .item_price ul li:first-child,
.container_tours .item_excursion .item_price ul li:first-child,
.carousle_city .item_excursion .item_price ul li:first-child,
.container_flex .item_flex .item_excursion .item_price ul li:first-child{
    color: #1b1b1b;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    position: relative;
    line-height: 30px;
}

.container_tours .item_excursion .item_price ul li span img{
	display:inline;
}

.container_rec_exc .item_excursion .item_price ul li img,
.carousle_city .item_excursion .item_price ul li img,
.container_flex .item_flex .item_excursion .item_price ul li img{
	width: 16px;
	vertical-align: middle;
	display: inline-block;
}

.container_rec_exc .item_excursion .item_price ul li:last-child,
.container_tours .item_excursion .item_price ul li:last-child,
.carousle_city .item_excursion .item_price ul li:last-child,
.container_flex .item_flex .item_excursion .item_price ul li:last-child{
    color:#555555;
    font-size: 25px;
    line-height: 1;
    margin-top: 6px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
}
.container_tours .item_excursion .item_with_img,
.carousel_cars .item .item_with_img,
.container_rec_exc .item_excursion .item_with_img,
.carousle_city .item .item_with_img,
.tax-section .container_flex .item_flex .item_with_img,
.desrt_carousel .item .item_with_img {
    height: 230px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    position: relative;
    transition: all 1s ease-in-out;
    cursor: pointer;
}
.container_tours .item_excursion .item_with_img span{
    background-color: red;
    padding: 4px 10px;
    position: absolute;
    width: 20%;
    text-align: center;
    letter-spacing: 0.05em;
    right: 0;
    left: 0;
    top: 30px;
    font-size: 16px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    background-color: #e1c11e;    
}

.carousle_city,
.carousel_cars {
    padding: 0 14vh;
}

#section5 {
/*
    background-attachment: fixed;
    background-image: url(img/header05.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: #fff url(img/dark-stripes-light.png);
    position: relative;
}

/*
#section5::after {
    content: "";
    left: 0;
    right: 0;
    position: relative;
    top: 0;
    bottom: 0;
    background: #000000;
    opacity: .7;
    position: absolute;
}
*/

.carousel_cars .item_cars {
    margin: 0 20px;
    margin-top: 30px;
    box-shadow: 0 1px 10px rgba(25, 25, 34, .1);
}

.carousel_cars .item_cars .promo_price {
    display: block;
    background-color: #e31497;
    font-family: 'Poppins', sans-serif;
    z-index: 30;
    position: absolute;
    top: 10px;
    left: 0px;
    right: 0;
    color: #ffffff;
    padding: 7px 10px;
    letter-spacing: 0.02em;
    font-size: 16px;
    width: 30%;
    margin: 0 auto;
    text-align: center;
}

.carousel_cars .item_cars img {
    max-width: 100%;
    vertical-align: middle;
    display: block;
    width: auto !important;
    /*
    height: 280px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    background-position: center;
    margin: 25px 20px;
    padding: 5px;
*/
}

.carousel_cars .item_head {
    padding: 20px 30px;
    background-color: #ffffff;
}

.carousel_cars .item_cars .item_head h4 {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #000000;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
}

.carousel_cars .item_cars .item_head span {
    color: #8c8c8c;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    display: block;
    text-align: center;
}

.carousel_cars .item_cars .item_head a {
    padding: 7px 15px;
    background-color: #e31497;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    width: 50%;
    border-radius: 30px;
    text-align: center;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    transition: all .6s ease-out;
    letter-spacing: 0.05em;
}

.carousel_cars .item_cars .item_head a:hover {
    background-color: #65a9f3;
}

#section5 .chose_us {
    position: relative;
    z-index: 25;
}

#section5 .chose_us > h3 {
    color: #000000;
}

#section5 .chose_us > p {
    padding-bottom: 20px;
    color: #ffffff
}

#section7 .container_flex_contact{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 40px;
    z-index: 25;
    position: relative;
}
#section7 .container_flex_contact::after{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    opacity: 0.8;
    border-radius:10px;
}
#section7 .item_map_contact{
    width: 85%;
    margin: 0 auto;
    margin-top: 35px;
    padding: 40px;
    background-color: #FFF;
    display: flex;
    justify-content: space-between;
}
#section7 .item_map_contact .item_cont_v1{
    width: 35%;
    background-color: whitesmoke;    
    padding:20px;
}
#section7 .item_map_contact .item_cont_v1 h3{
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 30px;    
}
#section7 .item_map_contact .item_cont_v1 ul{
}
#section7 .item_map_contact .item_cont_v1 ul li{
    margin-top: 15px;   
    position:relative;
}
#section7 .item_map_contact .item_cont_v1 ul li img{
    position:absolute;
}
#section7 .item_map_contact .item_cont_v1 ul li a{
    font-size: 13px;
    color: #000;
    font-family: 'Josefin Sans', sans-serif !important;
    padding-left:30px;
}
#section7 .item_map_contact .item_cont_v2{
    width: 100%;
    background-color: whitesmoke;    
}
#section7 .item_map_contact iframe{
	width: 100%;
	height: 400px;
}

/*#section7 .container_flex_contact::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #ffffff;
    opacity: 0.8;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(147,147,147,.1);
}*/

#section7 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
    position: relative;
    
   /* background-color: #e5e5e5;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
*/
/*
    background: #fff url(img/dark-stripes-light.png);
    position: relative;
    padding: 50px 0;
*/
}

/*#section7::after{
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.8;
    position: absolute;
}*/


#section7 .container_flex_contact {
    width: 85%;
    margin: 0 auto;
    z-index: 25;
    position: relative;
    background-color:#FFF;
}
#section7{
    padding-bottom: 60px;
    padding-top: 60px;
    background-color:#F5F5F5;
}
#section7 .container_flex_contact .item_flex_contact:first-child{
	width: 60%;
    z-index: 25;
}
#section7 .container_flex_contact .item_flex_contact {
    width: 40%;
}

#section7 .container_flex_contact .item_flex_contact form input {
    z-index: 15;
    position: relative;
    height: 45px;
    background-color: #F5F5F5;
    color: #000000;
    font-family: 'Anodina-Regular';
    margin-bottom: 15px;
    box-shadow: none;
    border: none;
    padding: 0 35px;
    display: block;
    width: 80%;
    font-size: 14px;
    line-height: 1.42857143;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: 'Poppins', sans-serif;
    border-radius: 50px;
}

#section7 .container_flex_contact .item_flex_contact form textarea {
    z-index: 20;
    position: relative;
    background-color: #F5F5F5;
    color: #000000;
    box-shadow: none;
    border: none;
    margin-bottom: 15px;
    height: 115px;    
    width: 80%;
    padding: 15px 35px;
    display: block;
    font-family: 'Poppins', sans-serif;
    border-radius: 20px;
}

#section7 .container_flex_contact .item_flex_contact .btn {
    z-index: 20;
    position: relative;
    display: block;
    border: none;
    box-shadow: none;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    background-color: var(--main-color);
    border-radius: 50px;
    font-size: 15px;
    letter-spacing: 0.08em;
    width: 30%;
    text-align: center;
    border-radius: 50px;
    margin-top: 15px;
    display: block;
    padding: 0;
}

#section7 .container_flex_contact .item_flex_contact > h3 {
    position: relative;
    z-index: 25;
    font-size: 30px;
    color: #383E4C;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 30px;
    padding:0;
}

#section7 .container_flex_contact .item_flex_contact > p {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #1b1b1b;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0;
	font-size: 14px;
    letter-spacing: 1px;
}

#section7 .container_flex_contact .item_flex_contact ul {
}

#section7 .container_flex_contact .item_flex_contact ul li a{
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Josefin Sans', sans-serif !important;   
    color: #979797;
    line-height: 26px;  
}

#section7 .container_flex_contact .item_flex_contact ul li span{
	font-weight: normal;
	color: #e5e5e5;
}

#section7 .container_flex_contact .item_flex_contact ul li:last-child{
	margin-bottom: 0;
}

#section7 .container_flex_contact .item_flex_contact ul li span{
	color: #555555;
	font-size: 15px;
}

#section7 .container_flex_contact .item_flex_contact .social_media li {
    display: inline-block;
    margin-bottom: 0 !important;
}

#section7 .container_flex_contact .item_flex_contact .social_media li a img {
    width: 35px;
    margin: 0 12px;
}

#section7 .container_flex_contact .item_flex_contact .social_media li:first-child a img {
    margin-left: 0;
}

.owl-carousel .owl-nav {
    /*display: block !important;*/
}

.owl-carousel .owl-nav button {
    height: 40px;
    width: 40px;
/*    background-color: #e31497 !important;*/
    color: transparent!important;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0
}

.owl-carousel .owl-nav button.owl-next {
    right: 0
}

.owl-carousel .owl-nav button span {
    font-size: 35px;
}

.carousel_home .owl-carousel .owl-nav button.owl-prev{
    left: 68px;
}

.carousel_home .owl-carousel .owl-nav button.owl-prev,
.carousel_gallery_service .owl-carousel .owl-nav button.owl-prev,
.carousel_cars .owl-carousel .owl-nav button.owl-prev,
.carousle_city .owl-carousel .owl-nav button.owl-prev,
.carousel_gallery_aboute .owl-carousel .owl-nav button.owl-prev,
.carousel_client .owl-carousel .owl-nav button.owl-prev{
    background-image: url(img/Arrows-left_white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent !important;
}

.carousel_home .owl-carousel .owl-nav button.owl-next,
.carousel_gallery_service .owl-carousel .owl-nav button.owl-next,
.carousel_cars .owl-carousel .owl-nav button.owl-next,
.carousle_city .owl-carousel .owl-nav button.owl-next,
.carousel_gallery_aboute .owl-carousel .owl-nav button.owl-next,
.carousel_client .owl-carousel .owl-nav button.owl-next{
    background-image: url(img/Arrows-right_white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent !important;
}

.carousel_gallery_aboute .owl-carousel .owl-nav button.owl-prev,
.carousel_client .owl-carousel .owl-nav button.owl-prev{
    background-image: url(img/Arrows-left_purple.svg);
}

.carousel_gallery_aboute .owl-carousel .owl-nav button.owl-next,
.carousel_client .owl-carousel .owl-nav button.owl-next{
    background-image: url(img/Arrows-right_purple.svg);
}

.carousle_city .owl-carousel .owl-nav button.owl-prev,
.carousel_gallery_service .owl-carousel .owl-nav button.owl-prev{
    background-image: url(img/Arrows-left_purple.svg);
}

.carousle_city .owl-carousel .owl-nav button.owl-next,
.carousel_gallery_service .owl-carousel .owl-nav button.owl-next{
    background-image: url(img/Arrows-right_purple.svg);
}

.carousel_gallery_service .owl-carousel .owl-nav button.owl-prev span,
.carousel_gallery_service .owl-carousel .owl-nav button.owl-next span,
.carousel_cars .owl-carousel .owl-nav button.owl-prev span,
.carousel_cars .owl-carousel .owl-nav button.owl-next span,
.carousle_city .owl-carousel .owl-nav button.owl-prev span,
.carousle_city .owl-carousel .owl-nav button.owl-next span,
.carousel_home .owl-carousel .owl-nav button.owl-prev span,
.carousel_home .owl-carousel .owl-nav button.owl-next span,
.carousel_client .owl-carousel .owl-nav button.owl-prev span,
.carousel_client .owl-carousel .owl-nav button.owl-next span{
    color: transparent;
}

.carousel_home .owl-carousel .owl-nav button.owl-next{
    right: 68px;
}


.carousel_cars .owl-carousel .owl-nav button.owl-next,
.carousle_city .owl-carousel .owl-nav button.owl-next,
.carousel_client .owl-carousel .owl-nav button.owl-next{
    right: -55px;

}

.carousel_cars .owl-carousel .owl-nav button.owl-prev,
.carousle_city .owl-carousel .owl-nav button.owl-prev,
.carousel_client .owl-carousel .owl-nav button.owl-prev{
    left: -55px;
}

.carousel_gallery_service .owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

/**/
.logo_img_desktop_home{
    position: absolute;
    top: 30px;
    right: 40px;
    z-index: 25;
}

.logo_img_desktop_home img{
    width: 95px;
    display: block;
    vertical-align: middle;
}

/**/
.menu_mobile ul{
    text-align: center;
}
.menu_mobile ul li:nth-child(1),
.menu_mobile ul li:nth-child(2){
    display: inline-block;
}

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

#nav {
    z-index: 999;
}
nav {
    /box-shadow: 0 4px 2px -2px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
}
#nav {
    /*position: fixed;*/
	left: 0;
	right: 0;
    /*border-bottom: 1px solid #f5f5f5;*/
    background-color: transparent;
	margin: 0 auto;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
#nav .notopnavbar{
	display: none;
}
#nav.boxed{
    width: 90%;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px !important;	
}

.archive #nav.fullwidth{
    width: 100%;
    position: relative !important;
}
#nav input.trigger {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
#nav label {
    position: relative;
    display: block;
    min-height: 2em;
    padding: .45em;
    font-size: 1.1em;
    margin: 0;
    cursor: pointer;
    background: #6dc234;
    line-height: 2em;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}
#nav label:after {
    position: absolute;
    right: 1em;
    top: .2em;
    content: "\2261";
    font-size: 1.8em;
    color: white;
}
#nav input.trigger:checked ~ ul, #nav input.trigger:checked ~ ul li ul {
    display: block !important;
}
#nav .container_menu{
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
	padding: 5px 40px;
    background-color: rgba(255,255,255,1);
}
#nav .container_menu .item_menu:first-child{
	width: 20%;
}
/*#nav .container_menu .item_menu:nth-child(2){
    width: 70%;
    padding-right: 0;
}*/
#nav .container_menu .item_menu:last-child{
    width: 78%;
    padding-right: 0;}
#nav .container_menu .item_menu:last-child li{
    /*line-height: 11px;
    padding: 20px 0px;
    width: 25%;*/
}
#nav .container_menu .item_menu:first-child img{
	max-width: 35%;
	vertical-align: middle;
	display: block;
	margin: 0 auto;
}
#nav .container_menu ul{
	justify-content: flex-end;
}
.section_engagement{
	padding:50px 0;
	background-color:#FFFFFF;
}
@media (min-width: 720px){
    
    #nav > ul {
        display: -ms-flexbox;
        flex-direction: -ms-row;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        display: flex;
        flex-direction: row;
        width: 100%;
        margin: 0 auto;
        justify-content: center;
        position: relative;
        z-index: 25;
        background-color: #ffffff;
    }
    
}


#nav ul {
        display: none;
        width: 100%;
        list-style: none;
        margin: 0px;
        padding: 0px;
}
#nav .container_menu ul li{
    padding: 20px 10px;
}
#nav .container_menu ul li ul li{
    padding: 0px 10px;
}
#nav .container_menu ul li a {
    display: block;
    color: #000;
    text-decoration: none;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 14px;
    letter-spacing:1.5px;
    font-weight: normal;
	position: relative;
}

#nav .container_menu ul li a::after{
	content: "";
	left: 0;
	bottom: -8px;
	width: 0;
	background-color: transparent;
	transition: all .4s ease-in-out;
	height: 2px;
}

#nav .container_menu ul li a:hover{
	width: 100%;
	color: var(--main-color)
}

#nav ul li ul li a{
    padding: 16px 15px; 
}
#nav ul li ul li a:hover{
    padding-left: 15px;
    text-decoration: none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
#nav ul li ul li{
    border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 48em){
  #nav label {
    display: none;
}
    #nav ul {
    display: -ms-flexbox;
    flex-direction: -ms-row;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    justify-content: center;
}
}


@media (min-width: 48em){
    #nav ul li ul {
        display: none !important;
        position: absolute;
        top:50px;
        left: 0;
        display: block;
        width: 12.5em;
        z-index: 200;
        background-color: #fff;
        border-top: 3px solid var(--main-color);
        z-index: 25;
    }  
    #nav ul li:hover > ul {
        display: block !important;
    } 
}

.top_nav {
    background-color: var(--main-color);
    display: flex;
    color: #fff;
    justify-content: space-around;
    padding: 5px 0;
}
.top_nav ul {
    display: flex;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 30px;
}

.top_nav ul li a {
    display: block;
    color: #ffffff !important;
    padding:0 !important; 
    line-height: 30px;
}

nav{
    /*box-shadow: 0 4px 2px -2px rgba(0,0,0,.1);*/
    /*-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);*/
}

/**/
.container_prices{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}
table{
    width: 100%;
	border: 1px solid #e8e8e8;
}
table tr:nth-child(even) {
    background-color: #eee;
    padding: 0 15px;
}
table tr:nth-child(odd) {
  background-color: #fff;
}
table th {
  color: white;
  background-color: var(--main-color);
}
table th{
    width: 50%;
    padding: 12px 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}
table tr td{
    padding: 12px 0;
    font-family: 'Poppins', sans-serif;
    text-align: center;
	color: #555555;
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
}
/**/
.wpcf7-form-control-wrap{
	display: block;
}
span.wpcf7-not-valid-tip{
    position: absolute;
    top: 8px;
    right: 65px;
    z-index: 22;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    letter-spacing: 0.05em;
}
.wpcf7-form{
	position: relative;
}
.wpcf7-response-output{
	display: block;
    bottom: -28px;
    left: 0;
    right: 0;
    width: 85%;
    font-size: 14px;
    margin: 0 auto !important;
	font-family: 'Poppins', sans-serif;
    text-align: center;
}


/* Home version 2 */

.container_tours{
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding:0 50px;
	flex-wrap: wrap;
}

.container_tours .item_excursion{
	/*width:45%;*/
	background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-bottom: 30px;
	cursor: pointer;
	position:relative;
}
.container_tours .item_excursion::after{

}
.container_tours .item_excursion .item_with_img{
	height: 250px;
}
.container_tours .item_excursion:hover{
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.05);
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.05);	
}

.container_tours .item_excursion:hover a{
	background: #039d9e;
}

.container_tours .item_excursion a,
.container_tours .item_excursion h3{
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.container_tours .item_excursion .item_price a{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    outline: 0;
    margin: 0;
    padding: 10px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: 0 3px 15px 0 rgba(59, 10, 31, .1);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: var(--main-color);
    color: #000000;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;	
    margin-left: auto;
    display: block;
    width: 50%;
}

.container_tours .item_excursion:hover h3{
	color: #f07c00;
}
.container_tours .item_excursion .item_price ul li:last-child{
	font-weight: 500 !important;
	color:var(--main-color) !important;
	font-size:14px;
}
.section3_v2,
.section1_v2{
	background: #FFFFFF;
	padding:50px 0;
}
.container_tours .item_excursion .item_price ul{
	border:none;
	z-index:30;
	position:relative;
}
.container_tours .item_excursion .item_price ul li:first-child{
	color: #9a9a9a;
}
.item_aboute > a,
.section3_v2 .intro .item_all a,
.section1_v2 .intro .item_all a{
	background-color: var(--main-color);
}

.tax-section{
	background-color: #f5f5f5;
}
.container_tours .item_excursion{
	border: none;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;	
}
.item_recommanded_exc .container_rec_exc.container_tours{
	padding: 0;
}
.item_recommanded_exc{
	padding:0;
}
.item_recommanded_exc .container_rec_exc.container_tours .item_excursion{
	width: 100%;
}
.item_recommanded_exc .container_rec_exc.container_tours .item_excursion .item_price ul{
	border: none;
}
.item_recommanded_exc .container_rec_exc.container_tours .item_excursion{
	margin-bottom: 10px; !important;
}
.item_recommanded_exc .container_rec_exc.container_tours .item_excursion:last-child{
	margin: 0 !important;
}

/**/

.blog #nav{
	position: relative;
}
.container_blog{
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-wrap:wrap;
	padding: 50px 40px;
	margin-top: 30px;
}
.container_blog .item_blog{
	width: 30%;
    margin-bottom: 25px;
    border-radius: 10px;
    padding: 20px;
    background: #FFF;
}
.container_blog .item_blog .item_ele{
    background-color: #FFF;
    padding: 20px;
}
.container_blog .item_blog .item_img img{
	height:220px;
	width:100%;
}
.container_blog .item_blog .item_ele.elemtxt{
    padding: 30px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.container_blog .item_blog .item_ele.bkimg{
	background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}
.container_blog .item_blog .item_ele h3{
	font-size: 20px;
	margin-bottom: 15px;
	color: #000000;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	line-height:30px;
}
.container_blog .item_blog .item_ele p{
	font-size: 14px;
    line-height: 24px;	
	color: #9a9a9a;
	font-weight: normal;
	margin-bottom: 15px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
}
.container_blog .item_blog .item_ele a,
.container_blog .item_blog .item_ele span{
	display: block;
}
.container_blog .item_blog .item_ele span{
	color: #9a9a9a;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.container_blog .item_blog .item_ele a{
	font-family: 'Poppins', sans-serif !important;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 30px;
    padding: 10px 20px;
    text-transform: uppercase;
	background-color: var(--main-color);
	transition: all 0.5s ease-in-out;
}

.container_blog .item_blog .item_ele a:hover{
	background-color: #f07c00;
}


/**/

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/**/

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

.section_wrap{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.section_wrap::after{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000000;
	opacity: .1;
}

.section_wrap .container_wrap{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	align-items: initial;
	position: relative;
	z-index: 25;
    background-color: #f9f4f0;
}
.section_wrap .container_wrap::after{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	opacity: .2;
}

.section_wrap .container_wrap .item_wrap{
	width: 50%;
    position: relative;
    margin:0 auto;
    z-index: 25;
    padding:80px 0;
    background-size: contain;
    background-repeat: no-repeat;	
}

.section_wrap .container_wrap .item_wrap:last-child:after{
    /*position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;*/
}
.section_wrap 

.version_02 .container_wrap .item_wrap{
	width: 80% !important;
	margin:0 auto;
}

.section_wrap .container_wrap .item_wrap img{
	vertical-align: middle;
}

.section_wrap .container_wrap .item_wrap h3{
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1px;
    font-family: 'poppins',sans-serif;
    margin-bottom: 20px;
	color: #000;
    position: relative;
    z-index: 25;
}
.section_wrap .container_wrap .item_wrap .item_wrap_text{
    padding:0px 40px;
}
.section_wrap .container_wrap .item_wrap p{
    font-family: 'poppins',sans-serif;
    letter-spacing: 1.5px;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #000;
    position: relative;
    z-index: 25;
}

.section_wrap .container_wrap .item_wrap .item_wrap_text > a{
    padding: 12px;
    width:30%;
    text-align:center;
    background-color: var(--main-color);
    display: table;
    color: #000000;
    font-family: 'poppins',sans-serif;
    font-weight: 500;
    box-shadow: 0 3px 15px 0 rgb(59 10 31 / 10%);
    letter-spacing: 2px;
    cursor: pointer;
    transition: all .6s ease-in-out;
    font-size: 18px;
    /* margin-left: 40px; */
    margin-top: 0;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    position: relative;
    z-index: 25;
}
.section_wrap .container_wrap .item_wrap .item_wrap_text > a:hover{
	/*-webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -ms-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;*/
	background-color: #f07c00;
}

.chose_us > h3{
	margin-bottom: 12px;
}

#section6 .chose_us p{
	margin-bottom: 0;
}

.navigation.pagination{
	position: relative !important;
    display: block;
    width: 100%;
    box-shadow: none;
}

.navigation.pagination h2{
	display: none;
}

.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span{
	padding: 5px 12px;
    background: var(--main-color);
    color: #fff;
	font-family: 'poppins',sans-serif;
}
.navigation.pagination .nav-links span{
	border: 1px solid var(--main-color);
	color: var(--main-color);
	background-color: transparent;
}

.item_descr .next_prev ul{
	
}


.link_to_tripadvisor{
	background-color:#ffffff;
	padding: 50px 0;
}

.link_to_tripadvisor .container_trip{
	display: flex;
	padding: 0 70px;
	align-items: center;
	align-content: space-between;
}

.link_to_tripadvisor .container_trip .item_trip:first-child{
	width: 60%;
}

.link_to_tripadvisor .container_trip .item_trip:last-child{
	width: 40%;
}

.link_to_tripadvisor .container_trip .item_trip:first-child p{
	font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #000;
    line-height: 24px;
	margin-bottom: 0;
	letter-spacing:2px;
}

.link_to_tripadvisor .container_trip .item_trip:last-child img{
    max-width: 60%;
	display: block;
	vertical-align: middle;
	margin: 0 auto;
}

.link_to_tripadvisor .container_trip .item_trip:first-child a{
	background-color: #16a850;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 30px;
    padding: 8px 25px;
    text-transform: uppercase;
	margin-top: 20px;
}

.section_airoport .container_airoport{
	height: 430px;
    display: flex;
    align-items: end;    
    justify-content: center;
	width:100%;
    /*background-image: url('img/');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
}

/*.section_airoport .container_airoport::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-image: linear-gradient(to top,#000000,transparent);
    z-index: 0;
}*/

.section_airoport .container_airoport .bloc_title {
    padding:85px 70px;
    width: 58%;
    position: relative;
    margin-top: 90px;
}

/*.section_airoport .container_airoport .bloc_title::after{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	opacity: .6;
	content: "";
}*/

.section_airoport .container_airoport .bloc_title button{
	font-size: 14px;
    background: var(--main-color);
    border: none;
    clear: both;
    display: block;
    text-transform: capitalize;
    letter-spacing: 3px;
    font-weight: bold;
    color: #fff;
    border-radius: 2px;
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
    padding: 15px 25px;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    z-index: 9;
    position: relative;
    margin-top: 20px;
}

.section_airoport .container_airoport h2 {
    margin: 0;
    font-size: 35px;
    font-weight: 900;
    color: #fff;
    text-align: left;
    line-height: 60px;
    z-index: 9;
    position: relative;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
	margin-bottom: 60px;
	font-size: 50px;
    line-height: 63px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}
.section_airoport .container_airoport .bloc_title p{
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    text-align: left;
    line-height: 35px;
    z-index: 9;
    position: relative;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
}
.section_airoport_text{
    background-color: #ffffff;
}
.section_airoport_text .container_airoport_text{
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    align-content: center;
    position: relative;
    justify-content: center;
	padding:25px 0;
}
.page-template-HomePagev2 .section_airoport_text .container_airoport_text{
	padding:0 !important;
}
.section_airoport_text .container_airoport_text .item_airop:first-child{
    width: 45%;
    padding: 50px 0;
}
.section_airoport_text .container_airoport_text .item_airop:last-child{
    width: 55%;
    padding: 50px 40px;
    background-color: #fff;
}

.section_airoport_text .container_airoport_text .item_img_aeroport{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background: none;
}

.section_airoport_text .container_airoport_text .item_airop:last-child ul,
.section_airoport_text .container_airoport_text .item_airop:last-child p{
    padding: 15px 0;
    display: block;
    letter-spacing: 0.060em;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
}
.section_airoport_text .container_airoport_text .item_airop:last-child ul{
    padding:0;
}
.section_airoport_text .container_airoport_text .item_airop:first-child h3{
    font-size: 20px;
    padding:30px 0;
    text-align: center;
}
#section7 .container_flex_contact .item_flex_contact:first-child{
    background-image:url();
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background: none;
}
.section_airoport_text .container_airoport_text .item_airop h3{
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-align: left;
    line-height: 30px;
    z-index: 9;
    position: relative;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.035;
    margin-bottom: 0;    
}
.section_airoport_text .item_airop img{
    max-width: 50%;
    display: block;
    vertical-align: middle;
    margin:0 auto;
}

.container_flex_contact .item_flex_contact .logo_social img{
    max-width:50%;
}
#section7 .container_flex_contact .item_flex_contact .logo_social{
    display: flex;
    width: 60%;
    margin: 0 auto;
    justify-content: center;
    margin-top:30px;
}
#reservation_form .container_form{
	width: 70%;
	margin:50px auto;
	display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#reservation_form .container_form .item_form{
    width: 45%;
    padding: 15px 0;
    text-align: center;
	background-color: #f5f5f5;
	padding-bottom: 15px;
}

#reservation_form .container_form .item_form p{
    color: #858f94;
    padding: 15px 0;
    display: block;
    letter-spacing: 0.060em;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
	font-family: 'Poppins', sans-serif;
}
#reservation_form textarea,
#reservation_form .item_rmv_pd{
	display: block;
    width: 100%;
    margin:0 auto;
    height: 45px;
    font-size: 14px;
    color: rgb(1, 1, 1);
    border-radius: 2px;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-color: #F5F5F5;
    border-color: #F5F5F5;
    border: 1px solid transparent;
    font-family: 'Poppins', sans-serif;
	margin-bottom: 10px;
    margin-top: 10px;
}
#reservation_form .item label{
    width:90%;
    margin:0 auto;
}
#reservation_form textarea{
    height: 130px;
}
#reservation_form .container_airoport .item:last-child{
    width:100%;
    margin-top:20px;
}
#reservation_form .container_form .item_form.item_comment{
	width: 100%;
    margin-top: 20px;
    padding: 20px;
}

#reservation_form .container_form .item_form.item_comment textarea{
	width: 95%;
    border: none;
    padding: 20px;
}
#reservation_form .wpcf7-submit,
#reservation_form .container_form button{
    font-size: 14px;
    background: var(--main-color);
    border: none;
    clear: both;
    display: block;
    text-transform: capitalize;
    letter-spacing:0.053;
    font-weight: bold;
    color: #fff;
    border-radius: 2px;
    margin-right: auto;
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
    padding: 8px 25px;
	-webkit-box-shadow: initial;
    box-shadow: initial;
}

/**/

.social_media_fixed {
    position: fixed;
    right: 20px;
    bottom: 0;
    z-index: 80;
}
.social_media_fixed ul li {
    margin-bottom: 0px;
}
.social_media_fixed ul li a img {
    display: block;
    vertical-align: middle;
	margin:0 auto;
	padding: 3px;
}
.item_aboute a:hover,
.section3_v2 .intro .item_all a:hover, 
.section1_v2 .intro .item_all a:hover{
	background-color:#f07c00;
}

.item_form .wpcf7-response-output{
	position: absolute;
    top: -75px;
    display: block;
    bottom: auto !important;
    letter-spacing: 1px;
    font-weight: normal;
}

.social_media_fixed {
  animation-name: pulse;
  animation-duration: 1s; 
  animation-timing-function: ease-out; 
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running; 
}

@keyframes pulse {
  0% {
    bottom:0;
  }
  100% {
    bottom:30px;
  }
}

/**/
/*
.container_slidehome,.container_slideclient{
	width: 75%;
	margin: 0 auto;
	border: 1px solid red;
}
.container_slidehome .owl-carousel .item{
	height:345px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.container_slideclient .owl-carousel .item{
}
.container_slideclient .owl-carousel .item .item_slide{
	background-color: blue;
	margin: 0 auto;
	text-align: center;
}
.container_slideclient .owl-carousel .item .item_slide .item_image{
    width: 120px;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99999;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
	border: 8px solid #fff;
}
.container_slideclient .owl-carousel .item .item_slide .block_text{
	padding: 15px;
}
.container_slideclient .owl-carousel .item .item_slide .block_text h3{
	font-size: 24px;
	color: #ffffff;
	line-height: 24px;
	margin: 15px 0;
}
.container_slideclient .owl-carousel .item .item_slide .block_text p{
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
}
.container_slideclient .owl-carousel .item .item_slide .block_img{
	position: relative;
}
.container_slideclient .owl-carousel .item .item_slide .block_img::after{
	position: absolute;
	content: "";
	top: 0;
	height: 50%;
	background-color: #ffffff;
	left: 0;
	right: 0;
}
*/

/**/

.hidden,
#section6{
	display:none;
}
.page-template-contact #nav.boxed{
	position:relative !important;
}
.container_prices{
	display: none;
}
/*.tax-type nav{
	position: relative !important;
	width:100%;
	top:0;
}

.tax-type #nav.boxed{
	top: 0;
    width: 100%;	
}*/

/* NOS SERVICE */
.container_vehicule,
.container_services{
    display: flex;
    justify-content: space-between;
    padding:20px 50px;
}
.container_vehicule .item_vehicule,
.container_services .item_service{
    width: 23%;
    position: relative;
}
.container_vehicule .item_vehicule{
    border-radius: 5px;
}
.container_vehicule .item_vehicule::after,
.container_services .item_service::after{
    position: absolute;
    content: "";
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
    /*opacity: .9;
    background-image: linear-gradient(to top,#000000,transparent);*/
}
.container_vehicule .item_vehicule::after{
    opacity: .5;
    border-radius: 5px;
}
.container_vehicule .item_vehicule .item_with_img,
.container_services .item_service .item_with_img{
    height: 370px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.container_vehicule .item_vehicule .item_with_img{
    background-size:contain;
	background-color:#fff;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.container_vehicule .item_vehicule .item_with_img h3,
.container_services .item_service .item_with_img h3{
	position: absolute;
    bottom: 0;
    left: 0px;
    text-align: center;
    width: 100%;
    z-index: 15;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    right: 0;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
    display: inline-table;
    padding: 12px 0 !important;
    border-radius: 2px;
    z-index: 32;
}

.container_vehicule .item_vehicule .item_with_img h3:after,
.container_services .item_service .item_with_img h3:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0.5;
    top: 0;
    z-index: -1;
}
.container_vehicule .item_vehicule .item_with_img h3:after{
    background-color: #e3c218;
    opacity: 1;
}

.gallery{
    width: 92%;
    margin: 50px auto;
    border-radius: 3px;
}
.nos_vehicule,
.nos_service{
    padding: 50px 0;        
}
.carousel_gallery .item{
    height: 370px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 4px solid #fff;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    border-radius: 5px;
}
.container_gallery{
    border: 10px solid #fff;
    border-radius: 10px;   
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
	padding:12px;
}
#sb_instagram #sbi_load .sbi_load_btn{
    display: none;
}
footer .footer_elem  > .item_footer{
    display: flex;
    justify-content: space-between;
	flex-wrap:wrap;
}
footer .footer_elem > .item_footer ul:first-child{
    width: 100%;
}
footer .footer_elem > .item_footer ul:last-child{
    justify-content: flex-end;
}
footer .footer_elem > .item_footer ul:last-child li{
    margin: 0 10px;
    color: #fff;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}
footer .footer_elem > .item_footer ul:last-child li a{
    color: #f5a516;
    font-size: 13px;
    line-height: 13px;
    font-family: 'Josefin Sans', sans-serif !important;
    font-weight: normal;
    letter-spacing: 1px;  
}
footer .footer_elem > .item_footer ul li{
    font-size: 12px;
    font-family: 'Josefin Sans', sans-serif !important;
    color:#fff;
}
footer .footer_elem > .item_footer ul li a{
    color:#fff;
}

.carousel_home .owl-carousel .item h3{
    font-size: 60px;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: .05em;
    font-family: poppins,sans-serif;
    font-weight: 400;
    text-align: left;
    z-index: 25;
    position: relative;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 1s;    
}
.carousel_home .item h1{
    font-size: 50px;
    line-height: 63px;
	font-weight:700;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    width: 70%;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: capitalize;
    text-align: text;
    padding: 0 30px;
    letter-spacing: 0.05em;
    z-index: 25;
	text-shadow: 1px 1px 1px #000;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    text-transform: capitalize;
}
#reservation_form{
    margin: 40px auto;
    width: 80%;   
}
#reservation_form label{
    display: block;
    letter-spacing: 0.060em;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;   
    margin-bottom: 30px;
}
/*.item_list_service{
    position: absolute;
    width: 53%;
    background-color: #fff;
    top: 40px;
    left: 80px;
    margin: 0 auto;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 30px;
}*/
.item_img_aeroport{
    padding: 0;
    height: 350px;
    box-shadow: none;    
}
.item_text_aeroport{
    /*position: absolute; */
    /* top: 60px; */
    /* width: 40%; */
    background-color: #fff;
    /* left: 0; */
    /* right: 350px; */
    margin: 0 auto;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 35px 30px;
    margin-bottom: 40px;
}
.item_text_aeroport p{
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #919191;
    line-height: 26px;
    text-align: left;
}
.item_text_aeroport h3{
    text-align: left !important;
    padding: 15px 0px !important;
    font-size: 30px;  
}
.page-template-airoport #nav{

}
.container_services .item_service .item_with_img h3{
	
}
.linktodetails{
    display: none !important;
}
.tax-type .container_tours .item_excursion{

}
.tax-type .container_tours .item_excursion .item_with_img{
	
}
.tax-type .container_tours .item_excursion .item_price{
	
}
.tax-type .container_tours .item_excursion .item_price ul{
    z-index: 23;
    position: relative;   
}
.sidemenu_category{
    position:relative;
}
.sidemenu_category .item_sidemenu_category{
    width: 20%;
}
.item_airop .image-1{
background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 20px 50px 0px rgb(0 0 0 / 20%);
    width: 65%;
    margin: 0 auto;
    border: 15px solid #f5a516;
}
.container_airoport_text{
    background-color: #F9F7FF;
}
#reservation_form .container_airoport{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
#reservation_form .container_airoport .item{
    width: 48%;
    background-color:#FFF;
    padding:20px 0;
}
#reservation_form .container_airoport .item h3{
    text-align: center;
    padding-bottom: 20px;
    font-size: 20px;
}
.tablepress{
    width: 80% !important;
    margin: 0 auto;
    margin-top: 40px;
}
.tablepress tbody tr td{
    font-size: 16px;
    padding: 16px 12px;	
}
.top_nav ul li:last-child{
    line-height: initial;
}
.top_nav ul li:last-child a{
	width: auto;
}
#section_cat .container_tours .item_excursion{
	width:24%;
}
#section_cat .container_tours .item_excursion .item_price{
	bottom:15px !important;
	padding:20px 6px !important;
	text-align:center;
	background-color:#f9f4f0;
}
#section_cat .container_tours .item_excursion .item_price ul{
	text-align:center;
	display:block;
}
#section_cat .container_tours .item_excursion .item_price h3{
	font-size:16px !important;
	font-weight:700;
}
#section_cat .container_tours .item_excursion .item_price a{
	width: 70%;
    margin: 0 auto;
    margin-top: 10px;	
}
#section_cat .container_tours .item_excursion .item_with_img{
	height:270px;
}
.section_gal .container_gal{
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
}
.section_gal .container_gal .item_gal{
	width: 32%;
	margin-bottom:10px;
    height: 270px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;	
}
.section_gal{
    padding-top: 50px;
    text-align: center;	
}
.section_gal h3{
}
#sec_activ .item_price{
	background-color:#f9f4f0;
}
.top_nav ul:last-child li i{
	font-size: 18px;
    margin-right: 8px;
    line-height: 30px;	
}
.top_nav ul:last-child li a{
	float: right;	
}
.top_nav ul:last-child{
	justify-content:flex-end !important;
}    
.item_footer > p{
    font-size: 15px;
    color: #FFF;
    line-height: 1.7;
    font-family: "Poppins", sans-serif;	
}

.single_post .container_flex{
	padding:0 20px;
}
.single_post .container_flex .item_flex:first-child{
	background-color:#FFFFFF;
}
.single_post .container_flex .item_flex:first-child .item_descr{
	padding:25px;
}
@media screen and (max-width: 1024px){
	/* Menu */
	#nav .container_menu ul li a{
		font-size: 14px !important;
	}
	.carousel_home .item_title h3{
		width: 80% !important;
		font-size: 50px !important;
	}
	.container_tours{
		padding: 0 15px !important;
	}
	.container_tours .item_excursion{
		width: 32.5% !important;
	}
	.container_tours .item_excursion .item_with_img {
    	height: 250px !important;
	}
	.section_wrap .container_wrap{
		width: 90% !important;
	}
	.intro p, .tax-section > p, 
	.chose_us > p, 
	.desrt_sahar .item_display > p {
    	width: 70% !important;
	}
	.link_to_tripadvisor .container_trip .item_trip:last-child img {
    	max-width: 100% !important;
	}
	.tax-section .container_tours{
		margin-top: 30px;
	}
	.nav-links{
		margin-bottom: 30px;
	}
	.carousel_gallery_service .item{
		height: 400px;
		background-position: top center;
	}
	.detail_city .container_flex .item_flex:first-child .item_descr, 
	.detail_city .container_flex .item_flex:first-child .item_descr p {
		font-size: 13px;
	}
	.detail_city .container_flex .item_flex {
    	width: 100% !important;
	}
	.detail_city .container_flex .item_flex:last-child{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 40px;
	}
	.detail_city .container_flex .item_flex .container_prices{
		margin: 0;
		width: 45%;
	}
	.detail_city .container_flex .item_flex:last-child .item_form{
		width: 45%;
		margin: 0;
	}
	.detail_city .container_flex .item_flex:last-child .item_contact{
		width: 39%;
	}
	.detail_city .container_flex .item_flex:last-child .item_recomended{
		width: 48%;
	}
	.item_recommanded_exc .container_rec_exc {
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		width: 95%;
	}
	.item_recommanded_exc .container_rec_exc.container_tours .item_excursion{
		width: 48% !important;
	}
	.item_recommanded_exc,
	.item_recommanded_exc .container_rec_exc.container_tours{
		padding: 0 !important;
		width:100%;
	}
	.item_recommanded_exc > h3{
		text-align: left;
	}
	/**/
	#reservation_form .container_form{
		width: 80%;
	}
	#reservation_form .container_form .item_form{
		width: 48%;
	}
	.section_airoport .container_airoport{
		height: 250px;
	}
	.section_airoport .container_airoport .bloc_title{
		padding-top: 170px;
		width: 100%;
		padding-bottom: 50px;
		margin:0;
	}
	.section_airoport .container_airoport .bloc_title h2{
		font-size: 40px;
		line-height: 50px;
	}
	.section_airoport .container_airoport .bloc_title p{
		font-size: 20px;
		line-height: 30px;
	}
	.aboute_section .elem_aboute .container_aboute{
		flex-wrap: wrap;
		padding: 0 30px;
	}
	.aboute_section .elem_aboute .container_aboute .item_aboute{
		width: 100% !important;
	}
	.aboute_section .elem_aboute .container_aboute .item_aboute:first-child p{
		font-size: 14px;
	}
	.aboute_section .elem_aboute .container_aboute .item_aboute .item_contact_aboute{
		background-color: transparent;
		display: flex;
		padding:0;
		justify-content: space-between;
	}
	.aboute_section .elem_aboute .container_aboute .item_aboute .item_contact_aboute .item_ele_cnt{
		width: 31%;
		padding: 20px 10px;
		background-color: var(--main-color);
	}
	#section7 .container_flex_contact{
		width: 90%;
		padding: 30px;
		flex-direction:column-reverse;
	}
	#section7 .container_flex_contact .item_flex_contact:first-child{
		padding-left: 30px;
	}
	#section7 .container_flex_contact .item_flex_contact > h3{
		font-size: 26px; 
	}
	#section7 .container_flex_contact .item_flex_contact > p{
		font-size: 14px;
	}
	#section7 .container_flex_contact .item_flex_contact ul li {
		font-size: 13px;
		line-height: 24px;
		margin-bottom: 5px;
	}
	#section7 .container_flex_contact .item_flex_contact .btn{
		width: 87%;
	}
	#section7 .item_map_contact{
		margin-top: 20px;
	}
	.aboute_section .item_gallery .item,
	#section7 .item_map_contact iframe,
	.aboute_section .item_map_aboute iframe{
		height: 370px;
	}
	.aboute_section .item_map_aboute{
		margin-top: 20px;
	}
}

@media screen and (max-width: 768px) {
	.section_wrap .container_wrap .item_wrap .item_wrap_text > a{
		width:50% !important;
	}
	#section0{
		display:none;
	}
	.item_contact_aboute{
		width:70%;
		margin:0 auto;
	}
	.container_blog{
		padding:50px 25px;
	}
	.container_blog .item_blog{
		width:100% !important;
	}
    
    #section7 .container_flex_contact .item_flex_contact > p{
        text-align:center;
        margin-top:20px;
    }
    .container_eng{
        width:100%;
        flex-wrap:wrap;
    }
    .container_eng .item_eng{
		width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
	.section_engagement .item_eng a{
		width:50%;
	}
	footer .footer_elem > .item_footer{
		flex-direction:column-reverse !important;
	}
	footer .footer_elem > .item_footer ul:last-child,
	footer .footer_elem > .item_footer ul:first-child{
    	width: 100% !important;
	}
	footer .footer_elem > .item_footer ul:last-child{
		display:none !important;
	}
	.section_airoport_text .container_airoport_text{
		flex-wrap: wrap;
    	flex-direction: column-reverse;
	}
	.section_airoport_text .container_airoport_text .item_airop:first-child,
	.section_airoport_text .container_airoport_text .item_airop:last-child{
		width:100% !important;
	}
	.item_text_aeroport{
		position: relative !important;
    	left: 0 !important;
    	right: 0 !important;
    	width: 100% !important;
    	top: 0 !important;
		padding: 0 !important;
        padding-bottom: 15px !important;
        padding-top: 15px !important;
	}
	.item_text_aeroport h3{
		text-align:center !important;
	}
	.item_text_aeroport p{
		padding: 25px !important;
        padding-top: 0 !important;
	}
	.item_text_aeroport a{
		margin: 0 auto !important;
	}
	.container .vc_row{
		padding:0 15px !important;
	}
    #section7 .container_flex_contact{
        width: 90%;
        padding: 0;        
    }
    #nav_mobile{
        background-color: #fff;
    }
    .container_services .item_service .item_with_img h3{
        font-size: 25px;
    }
    .item_flex_contact .logo_social{
        width: 80%;        
    }
    #section7 .container_flex_contact .item_flex_contact form input{
        width: 70% !important;
        margin: 15px auto;
    }
    #section7 .container_flex_contact .item_flex_contact > h3{
        font-size: 24px;
        line-height: 30px; 
        text-align:center;
    }
	#nav_mobile{
		-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	}
    .intro p, .tax-section > p, 
    .chose_us > p, 
    .desrt_sahar .item_display > p {
        width: 100% !important;
    }
	
	#section7{
		margin-bottom: 30px;
	}
	.vc_custom_1613648640184{
		padding:0 !important;
	}
	.container .vc_row .wpb_single_image.vc_align_left{
		margin:0 !important;
	}
	.container_tours .item_excursion{
		width: 48% !important;
	}
	.section_wrap .container_wrap .item_wrap{
		width: 100% !important;

	}
	.section_wrap .container_wrap .item_wrap:first-child{
        height: auto;
        background-size: cover;
	}
	.section_wrap .container_wrap{
		flex-wrap: wrap;
		width: 90%;
	}
	.section_wrap .container_wrap .item_wrap h3{
		padding: 0;
    	font-size: 16px;
    	line-height: 24px;
	}
	.section_wrap .container_wrap .item_wrap a{
		margin: 0;
    	margin-top: 25px;
	}
	.link_to_tripadvisor .container_trip{
		padding: 0 80px;
    	flex-wrap: wrap;
	}
	.link_to_tripadvisor .container_trip .item_trip{
		width: 100%;
	}
	.link_to_tripadvisor .container_trip .item_trip:last-child img{
		max-width: 100%;
		margin-top: 15px;
	}
	.section_wrap .container_wrap .item_wrap:last-child{
		margin-top: 30px;
	}
	#section7 .container_flex_contact .item_flex_contact:first-child {
    	width: 50%;
    	padding: 0;
	}
	.section_wrap .container_wrap .item_wrap h3{
		padding: 0;
	}
	#nav{
		display: none;
	}
    #nav ul li a {
    	padding: 12px 15px;
	}
    /**/
    .owl-carousel .owl-nav button {
        top: 20vh !important;
    }
    #section7 .container_flex_contact .item_flex_contact,
    .menu_mobile{
        width: 100% !important;
    }
    .carousle_city, 
    .carousel_cars {
        padding: 0 5vh !important;
    }
    #section7 .container_flex_contact .item_flex_contact form input,
    #section7 .container_flex_contact .item_flex_contact form textarea{
        width:70% !important;
        margin:0 auto;
        margin-bottom:15px;
    }
    #section7 .item_map_contact .item_cont_v1{
        width:100%;
        padding-bottom: 35px;
    }
    #section7 .item_map_contact .item_cont_v2{
        width:100%;
    }
	#section7 .item_map_contact{
		width: 98%;
		flex-wrap:wrap;
		padding:0;
	}
	.aboute_section .item_gallery .item, 
	#section7 .item_map_contact iframe, 
	.aboute_section .item_map_aboute iframe{
		height: 300px;
	}
	#section7 .container_flex_contact .item_flex_contact .btn{
        width: 40% !important;
        margin-left: 20px;
        text-align: center;
	}
    .carousel_cars .owl-carousel .owl-nav button.owl-next, .carousle_city .owl-carousel .owl-nav button.owl-next{
        right: -30px !important;
    }
    .carousel_cars .owl-carousel .owl-nav button.owl-prev, .carousle_city .owl-carousel .owl-nav button.owl-prev{
        left: -30px !important;
    }
    .carousel_client .owl-carousel .owl-nav button.owl-next{
        right: 4px !important;
    }
    .carousel_client .owl-carousel .owl-nav button.owl-prev{
        left: 4px !important;
    }
    /**/

    #kalendae_aller_simple .kalendae,
    #start_date_ar .kalendae,
    #end_date_ar .kalendae {
        padding: 20px 20px !important;
    }
	/**/
	.carousel_gallery_service .item{
		height: 280px;
	}
	
	/**/

    /* FOOTER SECTION */
    .footer_container {
        padding: 20px 30px;
    }

    .footer_container .item_flex_footer {
        width: 100%;
    }

    .footer_container .item_flex_footer h3 {
        margin-top: 30px;
        font-size: 20px;
    }

    .footer_container .item_flex_footer .explor_etab,
    .footer_container .item_flex_footer .info_etab {
        margin-top: 20px;
    }

    .footer_container .item_flex_footer .explor_etab li a,
    .footer_container .item_flex_footer p,
    .footer_container .item_flex_footer .info_etab li {
        font-size: 13px;
    }

    .item_footer {
        padding: 14px 20px;
    }

    .item_footer span {
        font-size: 12px;
        text-align: center !important;
    }

    .item_footer span a {
        float: inherit !important;
    }

    /* END FOOTER SECTION */

    /**/

    .carousel_client {
        padding: 0 20px;
    }

    .intro p,
    .section_gal p,
    .chose_us > p,
    .desrt_sahar .item_display > p {
        font-size: 18px;
        line-height: 28px;
    }

    .intro h3,
	.section_gal h3,
    .tax-section h3,
    .chose_us h3,
    .desrt_sahar .item_display > h3 {
        font-size: 26px;
        line-height: 28px;
        padding: 0 !important;
    }

    .chose_us .container_chose_us .item_flex {
        width: 100%;
        margin-bottom: 90px;
    }

    .chose_us .container_chose_us .item_flex:last-child {
        display: block;
        margin-bottom: 0;
    }

    .chose_us .container_chose_us {
        padding: 0 20px;
    }

    .transfert_book .item_book h3 {
        font-size: 22px;
        padding-right: 0 20px;
    }

    .transfert_book .item_book p {
        width: 90%;
    }
	
	.owl-carousel .owl-nav,
    .carousel_home .item_title {
		display: none;
    }
	.carousel_gallery_aboute .owl-dots, 
	.carousel_home .owl-dots, 
	.carousel_gallery_service .owl-dots{
		bottom: 12px;
	}
	.carousel_home{
		height: auto !important;
	}
    .container_services,
	.section_airoport_text .container_airoport_text{
        flex-wrap: wrap;
		padding:0;
    }
    .container_vehicule,
    .container_services{
        padding:20px !important;
        flex-wrap: wrap;
    }
    .container_vehicule .item_vehicule,
    .container_services .item_service{
        margin-bottom: 15px;
        width: 100% !important;    
    }
    .container_vehicule .item_vehicule:last-child,
    .container_services .item_service:last-child{
        margin-bottom: 0;
    }
    .container_services .item_service,
    .section_airoport_text .container_airoport_text .item_airop:last-child,
    .section_airoport_text .container_airoport_text .item_airop:first-child{
        width: 100% !important;
    }
    .section_airoport_text .container_airoport_text .item_airop:last-child{
        padding:30px;
		display:none;
    }
	.carousel_home .owl-carousel .owl-stage-outer .owl-stage .owl-item .item{
		height: 90vh;
	}
	.item_text_aeroport{
		position:relative;
		width:100%;
	}
    .carousel_home .item_title h3 {
        font-size: 30px;
        width: 80%;
    }
    .carousel_home .item_title ul li {
        /*display: block;*/
    }

    /**/
    /* AIROPORT TRANSFER */

    .container_reservation {
        width: 90%;
    }

    .container_reservation .item_flex_reserv {
        width: 100%;
    }

    .bloc_title {
        padding: 0 50px;
    }

    .bloc_image h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .block_demande_reserv {
        margin-top: 40px;
    }

    .bloc_image {
        height: 230px;
    }

    .container_reservation .btn {
        width: 100%;
    }

    /**/

    /* CONTACT PAGE */

    .container_contact {
        padding: 60px 20px !important;
    }

    .contact_block .container_contact .item_flex:first-child {
        padding: 0;
    }

    .contact_block .container_contact .item_flex {
        padding: 0;
        width: 100%;
    }

    .contact_block .container_contact .item_flex .item_form .btn {
        width: 100%;
    }

    /**/

    /* TAXONOMY */

    .tax-section .container_flex {
        padding: 30px 20px;
    }

    .tax-section .container_flex .item_flex {
        width: 100%;
    }

    .carousle_city .item .item_with_img,
    .tax-section .container_flex .item_flex .item_with_img,
    .desrt_carousel .item .item_with_img {
        margin: 0;
    }

    .tax-section .container_flex .item_flex {
        margin-bottom: 15px;
    }

    .tax-section .container_flex .item_flex:last-child {
        margin-bottom: 0;
    }

    /**/

    /* HOME PAGE */
    .carousel_home .item_title ul li a {
        padding: 5px 20px;
    }

    /**/

    /* SINGLE TOURS */
	
	.container_rec_exc .item_excursion .item_price, 
	.carousle_city .item_excursion .item_price, 
	.container_tours .item_excursion .item_price, 
	.container_flex .item_flex .item_excursion .item_price{
		padding: 15px !important;
	}
	.item_excursion .item_price{

	}
	
	.item_map {
		margin: 0 15px;
	}
	

    .single-tours .detail_city {
        margin-top: 0;
    }

    .detail_city .container_flex {
		padding: 0px 10px;
		padding-top: 40px;
    }

    .detail_city .container_flex .item_flex:first-child h2 {
		font-size: 18px;
		margin: 20px 15px;
		line-height: 24px;
    }

    .single-tours .carousel_gallery_service,
    .detail_city .container_flex .item_flex:first-child .item_descr {
        margin: 0 15px;
    }
	.detail_city .container_flex .item_flex:last-child .item_contact{
		padding: 20px;
	}
	.detail_city .container_flex .item_flex:last-child .item_recomended, 
	.detail_city .container_flex .item_flex:last-child .item_payment_method{
		padding: 20px 0;
	}
	
	.item_recommanded_exc > h3{
		font-size: 17px;
		margin-bottom: 15px;
	}
	
	.item_recommanded_exc,
	.item_recommanded_exc .container_rec_exc.container_tours{
    	padding: 0 !important;
    	width:100%;
	}
	
	.single-tours .carousel_gallery_service{
		margin: 0;
	}
	
	.detail_city .container_flex .item_flex:first-child .day_programe{
		margin: 0 40px;
		margin-top: 40px;
	}

    .detail_city .container_flex .item_flex {
        margin-bottom: 25px;
    }

    .single-tours .detail_city .container_flex .item_flex:first-child {
        padding-bottom: 0 !important;
    }

    .toggle_in_mobile {
        display: block;
    }

    .header_single_page,
    .header_contact_page {
        height: 250px;
    }

    .header_single_page h1,
    .header_contact_page h1 {
        line-height: 32px;
        font-size: 30px;
        padding-top: 65px;
        padding-left: 35px;
        padding-right: 35px;
    }

    .header_single_page h1:after,
    .header_contact_page h1::after {
        bottom: 50px;
        width: 15%;
    }

    .carousel_home .item_title h3 {
        font-size: 40px;
        line-height: 45px;
    }


	#section1, #section3, #section8, #section5, #section6 {
		padding: 30px 0;
	}
	
	.container_tours{
		padding: 0 10px !important;
	}
	
	.container_tours .item_excursion{
		width: 49% !important;
	}
	.section_wrap .container_wrap .item_wrap img {
		max-width: 80%;
		margin: 0 auto;
	}

	
	.section_wrap .container_wrap{
		width: 100% !important;
	}
    .section_wrap .container_wrap .item_wrap:last-child{
        text-align: center;
        padding: 20px;
		display:none;
    }
    .section_wrap .container_wrap .item_wrap h3{
        font-size: 18px;
        text-align: center;
        line-height: 35px;        
    }
    .intro > h3 {
		font-size: 28px;
    	line-height: 30px;
    	padding: 0 30px !important;
    }

    .hidden_in_mobile {
        display: none;
    }

    .detail_city .container_flex {
        flex-wrap: wrap;
    }

    .detail_city .container_flex .item_flex {
        max-width: 100% !important;
        flex: 100% !important;
        padding: 0 !important;
    }
	
	footer .footer_elem .container_footer{
		flex-wrap: wrap;
		padding: 20px 10px;
	}
	footer .footer_elem .container_footer .item_footer:nth-child(2),
	footer .footer_elem .container_footer .item_footer:nth-child(3),
	footer .footer_elem .container_footer .item_footer:first-child,
	footer .footer_elem .container_footer .item_footer:last-child,
	footer .footer_elem .container_footer .item_foote{
		width: 100%;
	}
	
	footer .footer_elem .container_footer .item_footer:first-child img{
		width: 50%;
	}
	
	.item_recommanded_exc .container_rec_exc{
		flex-wrap: wrap;
	}
	.container_rec_exc .item_excursion{
		width: 100% !important;
		margin: 15px;
	}
	.tax-section .top_image_tax h3{
		width:80%;
		margin: 0 auto;
		font-size: 25px;
    	line-height: 30px;
	}
	
	.aboute_section .elem_aboute .container_aboute{
		padding: 0 20px;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.aboute_section .elem_aboute .container_aboute .item_aboute:first-child,
	.aboute_section .elem_aboute .container_aboute .item_aboute:last-child{
		width: 100%;
	}
	.aboute_section .elem_aboute{
		margin-top: 25px;
	}
	.aboute_section .item_gallery,
	.aboute_section .item_map_aboute{
		padding: 0 20px;
	}
	.aboute_section .item_gallery .item{
		height: 300px;
	}
	#section7 .container_flex_contact .item_flex_contact ul{
		margin-bottom: 25px;
	}
	
	.section_wrap .container_wrap .item_wrap h3,
	.section_wrap .container_wrap .item_wrap p{
		padding: 0 !important;
	}
	
	.section_wrap .container_wrap .item_wrap h3{
		font-size: 18px;
	}
	
	.section_wrap .container_wrap .item_wrap a{
        margin: 0 auto !important;	
		width:45%;
    }
	
	#section6 .chose_us > p{
		display: none;
	}
	
	.link_to_tripadvisor .container_trip .item_trip{
		width: 100% !important;
	}
	
	.link_to_tripadvisor .container_trip{
		flex-direction: column-reverse;
	}
	
	.link_to_tripadvisor .container_trip .item_trip:last-child img{
		max-width: 80% !important;
		margin: 0 auto;
	}
	
	.link_to_tripadvisor .container_trip .item_trip:first-child a,
	.link_to_tripadvisor .container_trip .item_trip:first-child p{
		margin-top: 20px;
		font-size: 18px;
	}
	.link_to_tripadvisor .container_trip .item_trip:first-child a{
    	padding: 15px 40px;
	}
	.carousel_home .owl-carousel .owl-stage .owl-item .item::after {
		opacity: 0;
	}
	
	.section_airoport .container_airoport .bloc_title p{
		display: none;
	}
	
	.section_airoport .container_airoport .bloc_title{
		margin-top: 0 !important;
	}
	
	.section_airoport .container_airoport{
		height: 250px !important;
	}
	
	.section_airoport .container_airoport .bloc_title h2{
		font-size: 30px !important;
		line-height: 40px !important;
	}
	
	#reservation_form .container_form .item_form{
		width: 100% !important;
	}
	
	#reservation_form .container_form{
		width: 90% !important;
	}
	
	#reservation_form .container_form .item_form{
		margin: 15px 0 !important;
	}
	
	#reservation_form .container_form .item_form.item_comment textarea{
		width: 100% !important;
		padding: 0 !important;
	}
	
	.aboute_section .top_image_tax, .tax-section .top_image_tax{
		height: 240px;
		/*margin-bottom: 20px;*/
	}
	
	.tax-section form {
    	padding: 20px 30px;
		padding-bottom: 0;
	}
	
	.navigation.pagination{
		margin-bottom: 25px;
	}
	.aboute_section .elem_aboute .container_aboute .item_aboute .item_contact_aboute .item_ele_cnt{
		width: 30%;
	}
	.item_map iframe{
		height: 300px;
	}
	.detail_city .container_flex .item_flex:last-child{
		margin-top: 0;
	}
	.detail_city .container_flex .item_flex .container_prices,
	.detail_city .container_flex .item_flex:last-child .item_form{
		width: 100%;
	}
	.detail_city .container_flex .item_flex:last-child .item_contact{
		width: 42%;
	}
	.item_recommanded_exc .container_rec_exc{
		width:100%;
	}
	.container_rec_exc .item_excursion{
		margin: 0;
	}
	.detail_city .container_flex .item_flex:last-child .item_form{
		margin-top: 20px;
	}
	#nav_mobile .container_nav_mob{
		padding: 10px 15px;
		border-bottom: 2px solid #f5F5F5;
	}
	#nav_mobile .container_nav_mob .item_nv_mb .menu_logo{
		max-width: 35%;		
	}
	
	#section_cat .container_tours .item_excursion{
		width:100%
	}
}




@media (min-width: 48em){
    #nav ul li {
        position: relative;
        text-align: left;
    }  
}
@media screen and (max-width: 375px){
	.carousel_gallery .item{
		height:405px;
	}
	.section_wrap .container_wrap .item_wrap img{
		max-width: 100%;
	}
	.link_to_tripadvisor .container_trip {
    	padding: 0 25px;
	}
	.detail_city .container_flex .item_flex:last-child .item_form{
		padding-bottom: 0;
	}
	#section7 .container_flex_contact{
		width: 90%;
    	padding: 30px 15px;
	}
	#section7 .container_flex_contact .item_flex_contact form input{
		width: 79%;
	}
	.container_tours .item_excursion{
		width: 95% !important;
	}
}
@media screen and (max-width: 475px){
	.section_airoport .container_airoport .bloc_title{
		padding-top: 60px;
		width: 100%;
		padding-bottom: 60px;
		margin: 0;
		padding-left: 30px;
		padding-right: 30px;
	}
	.container_tours .item_excursion {
		width: 100% !important;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.link_to_tripadvisor .container_trip {
		padding: 0 40px;
	}
	.link_to_tripadvisor .container_trip .item_trip:last-child img {
		max-width: 100% !important;
		margin: 0 auto;
	}
	.detail_city .container_flex .item_flex:last-child .item_form{
		padding: 30px 0;
	}
	.detail_city .container_flex .item_flex:last-child .item_contact,
	.detail_city .container_flex .item_flex:last-child .item_recomended{
		width: 91%;
	}
	.detail_city .container_flex .item_flex:last-child .item_recomended,
	.item_recommanded_exc .container_rec_exc.container_tours .item_excursion{
		width: 100% !important;
	}
	.item_recommanded_exc > h3{
		margin-bottom: 30px;
	}
	.detail_city .container_flex .item_flex:last-child .item_form .input_control{
		width:90%;
		margin: 10px auto;
	}
	.detail_city .container_flex .item_flex:last-child .item_form .input_control{
		padding: 0 10px;
	}
	
	.detail_city .container_flex .item_flex:last-child .item_form .container_book .input_control{
		margin: 0;
	}
	.detail_city .container_flex .item_flex:last-child .item_form .container_book,
	.detail_city .container_flex .item_flex:last-child .item_form .btn_submite_form{
		width: 95%;
    	margin: 0 auto;
	}
	.detail_city .container_flex .item_flex:last-child .item_form .container_book_01{
		width: 98%;
    	margin: 0 auto;
	}
	
	.detail_city .container_flex .item_flex:last-child .item_form .btn_submite_form{
		display: block;
	}
	.aboute_section .elem_aboute .container_aboute .item_aboute .item_contact_aboute{
		flex-wrap: wrap;
	}
	.aboute_section .elem_aboute .container_aboute .item_aboute .item_contact_aboute .item_ele_cnt{
		width: 100%;
	}
	#section_cat .container_tours .item_excursion{
		width:100%
	}
}