


.container{
    max-width: 1392px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
    display: block;
}
.logo{
    margin-left: 12px;
}
.header{
    padding: 25px 0 28px 0;
    position: relative;
    z-index: 99999;
}
.header .container{
    max-width: 100%;
}
.banner-section .container{
    max-width: 100%;
}
.hamburger{
    margin-top: 11px;
}
.hamburger-slide{
    width: 26px;
    height: 2px;
    background-color: #142A3E;
    margin: 5px 0;
    transition: all 0.5s;
    opacity: 1;
}
.nav{
    display: none;
}
.active-class{
    display: block;
    transition: all 0.5s;

}
.active-menu .middle-slide{
    opacity: 0;

}
.active-menu .hamburger-slide:nth-child(1) {
    transform: translateY(1px) rotate(45deg);
}

.active-menu .hamburger-slide:nth-child(3) {
    transform: translateY(-13px) rotate(-45deg);
}

.active-class .navigation {
    flex-direction: column;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 97%;
    background: #fff;
    z-index: 99;
}

.navigation {
    display: flex;
    padding: 10px 0 0 0;
}

.navigation li {
    list-style-type: none;
    margin: 0 10px;
    position: relative;
}

.navigation li a {
    font: normal normal bold 18px/30px Erbaum;
    letter-spacing: 0.72px;
    color: #142A3E;
    text-transform: uppercase;
    transition: all 0.5s;
}

.navigation li a:hover {
    color: #F2B400;
}

.navigation .sub-menu {
    display: none;

    background-color: #fff;
    box-shadow: 10px 10px 50px #0000001a;
    padding: 13px 0;
    z-index: 999;
    border-radius: 10px;
    display: none;
}

.sub-menu li {
    margin: 0 !important;
}

.sub-menu li a {
    font-size: 14px !important;
    color: #1c5f9c !important;
    ;
    font-weight: 400 !important;
    ;
}

.hamburger-slide.middle-slide {
    width: 22px;
    margin-left: auto;
}

.navigation .active a {
    position: relative;
}

.navigation .active>a::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -7px;
    transform: rotate(-45deg);
    width: 4px;
    height: 4px;
    border-left: 1.5px solid #000;
    border-bottom: 1.5px solid #000;
    transition: all 0.5s;

}

.list-country li {
    cursor: pointer;
    max-height: 31px;
}

.list-country .dropdown-toggle::after {
    content: "";
    position: absolute;
    top: 7px;
    right: -8px;
    transform: rotate(-45deg);
    width: 4px;
    height: 4px;
    border-left: 1.5px solid #000!important;
    border-bottom: 1.5px solid #000!important;
}

.list-country button {
    min-width: 50px;
}
.banner-background{
    background:url("../images/banner-background.png");
    background-size: cover;
    height: 770px;
    position: relative;
}

.social-media{
    position: fixed;
    top: 50%;
    right: 34px;
    transform: rotate(90deg);
    z-index: 9999;
}
.social-media a{
    display: inline-block;
}
.icon-fb{
    width: 30px;
    height: 30px;
   background: url('../images/FB.svg') no-repeat center center;
   background-size: contain;
   display: inline-block;
   transform: rotate(270deg);
   margin-left: 15px;

}
.icon-twitter{
    width: 30px;
    height: 30px;
    background: url('../images/twitter.svg') no-repeat center center;
    background-size: contain;
    display: inline-block;
    transform: rotate(280deg);
    margin-left: 15px;


 }
 .icon-insta{
    width: 30px;
    height: 30px;
    background: url('../images/insta.svg') no-repeat center center;
    background-size: contain;
       display: inline-block;
       margin-left: 15px;

 }
.banner-background::after{
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    background: url("../images/banner-bottom.png");
    width: 100%;
    height: 40px;
}
.banner-images{
    padding-top: 292px;
    position: relative;
}
.content-img{
    position: relative;
}
.content-text{
    position: absolute;
    top: 15px;
    left: 15px;
}
.content-img img{
  width: 100%;
  max-height: 188px;

}
.content-para-desktop{
    display: none;
}
.saler-images{
    position: absolute;
    top: 33px;
    left: -30px;
    z-index: 7;
}
.ship{
    position: absolute;
    top: 40px;
    left: -9px;
    z-index: 3;
}
.island{
    position: absolute;
    bottom: 5px;
    left: 0;
}

.cloud-wrap{
    position: absolute;
    top:0;
    left: 0;
    z-index: 9999;
}


.cloud{
    position: absolute;
    top: -3px;


}


.cloud-content{
    position: absolute;
    right: 16px;
    top: 28px;
    color: #fff;
    font-family: 'Erbaum';
    font-size: 34px;
    font-weight: 600;
    line-height: 1;

}
.cloud-content .timing{
    font-size: 8px;
    display: flex;
    justify-content: space-between;
}
/* .banner-section .container{
    padding: 0 21px;
} */
.banner-section{
    overflow: hidden;
}
.banner-content .content{
    background: #fff;
    padding: 24px 40px 25px 29px;
    min-height: 172px;
}
.banner-content .content .banner-heading{
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #142A3E;
    font-family: 'Erbaum';
    letter-spacing: 0.6px;
    line-height: 1.3;
    margin-bottom: 7px;
}
.banner-content{
    position: relative;
    z-index: 9;
    border-radius: 10px;
    margin-top: -23px;
}
.Actualites h2{
    font-family: 'Erbaum';
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 34px;
    color: #142A3E;
}
.heading-wrap{
    position: relative;
    text-align: center;
}
.latest-heading{
    position: relative;
    font-family: 'Erbaum';
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    z-index: 9999;
    width: 182px;
    background:url("../images/latest-heading.png");
    display: inline-block;
}
.latest-heading span{
    position: absolute;
    width: 182px;
    background:url("../images/latest-heading.png");
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: -1;
}
.Actualites{
    padding: 27px 0 0 0;
    overflow: hidden;
}
.Actualites-content{
    background-color: #fff;
    box-shadow: 10px 10px 50px #0000001A;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 18px;
    transition: all 0.5s;
    cursor: pointer;
    margin-bottom: 20px;
}
.Actualites-content:hover{
    box-shadow: 10px 10px 50px #00000040;

}

.Actualites-image{
    height: 178px;
    margin-bottom: 38px;
}
.Actualites-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.Actualites-content h3{
    font-family: 'Erbaum';
    font-size: 15px;
    font-weight: 700;
    padding: 0 30px 0 52px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.4;
    margin-bottom: 9px;
}
.Actualites-content p{
    font-family: 'Acumin Pro';
    font-size: 16px;
    padding: 0 30px 0 52px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 1.6;
    margin-bottom: 2px;
    height: 103px;
    overflow: hidden;
    display: none;
}
.Actualites .slick-dots{
    display: flex;
    padding: 0;
    justify-content: center;
    margin-top: 13px;
}
.actualites-btn{
    padding-top: 18px;
}
.Actualites .slick-dots li{
    list-style-type: none;
    margin: 0 4px;
}
.Actualites .slick-dots li button{
    border: 0;
    font-size: 0;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    max-width: 5px;
    background: #C9C9C9;
    padding: 0;
}
.Actualites .slick-dots li.slick-active button{
    width: 18px;
    background: #000;
    border-radius: 10px;
    max-width: 18px;
}
.Actualites-read-more a{
    font: normal normal bold 14px/23px Acumin Pro;
    color: #F2B400;
    padding: 0 51px;
    text-transform: uppercase;
}
.actualites-btn a{
    height: 54px;
    width: 244px;
    background-color: #0070BA;
    display: block;
    margin: auto;
    color: #fff;
    font-family: 'Erbaum';
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    padding-top: 17px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.programme{
    background:url("../images/programme-background.png") center top;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 190px;
    padding: 66px 0 30px 0;
    text-transform: uppercase;
    position: relative;
}
.programme .slick-list{
    padding-bottom: 50px;
}
.programme .latest-heading span{
    background: url('../images/programme-sm.png');
}
.programme::after{
    position: absolute;
    top: -167px;
    width: 100%;
    height: 169px;
    left: 0;
    content: '';
    background: url(../images/programme-wave.png);
}
.animate-ship{
    position: absolute;
    top: -156px;
    width: 213px;
    height: 156px;
    left: -29px;
    content: '';
    /*background: url(../images/animate-ship.png);*/
    margin: auto;
    right: 0;
    z-index: 1;
    animation: top 3s ease infinite;

}
.animate-ship img{
    height: 188px;
}
 .gallery-logo{
    max-width: 61px;
 }

  @keyframes top {
    50% {
        left: 10px;
    }
  }


.cover-text{
    position: relative;
}
.programme .slick-dots{
    display: flex;
    padding: 0;
    justify-content: center;
    margin: 20px 0 50px 0;
}
.programme .slick-dots li{
    list-style-type: none;
    margin: 0 5px;
}
.programme .slick-dots li button{
    border: 0;
    font-size: 0;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    max-width: 5px;
    background: #C9C9C9;
    padding: 0;
}
.programme .slick-dots li.slick-active button{
    width: 18px;
    background: #fff;
    border-radius: 10px;
    max-width: 18px;
}
.programme .programme-heading{
    font-family: 'Erbaum';
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 42px;
}
.programme .cover-text{
    position: relative;

}
.programme .cover-text{
    content: '';
    position: absolute;
    top: 8px;
    left: 28%;
    background:url('../images/cover.png') no-repeat ;
    transform: translate(-50%, 0%);
}
.programme-content P{
    font: normal normal 400 16px/23px Acumin Pro;
    text-transform: none;
    line-height: 1.7;
    position: relative;
}
.programme-content-1,
.programme-content-3{
    background:url("../images/programme-slide-1.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.programme-content span{
    font-family: 'Acumin Pro';
    font-weight: 700;
    font-size: 28px;
    padding: 10px 32px;
    position: absolute;
    top: -67px;
    left: 0;
    right: 0;
    display: inline-table;
    margin: auto;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    background-repeat: no-repeat;
    background-size: cover;
}
.programme-content-2{
    background:url("../images/programme-2.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.programme-content{
    padding: 73px 42px 27px 43px;
    position: relative;
}

.slick-list{
    padding-bottom: 70px;
}

.programme-content::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    background: url(../images/programme-slide-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 40px;
    background-position: left bottom;
    z-index: 99999999;

}
.programme-btn a{
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    height: 54px;
    max-width: 331px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding-top: 16px;
    display: block;
    font-family: 'Erbaum';
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin: 0 auto;
}
.your-slide-one{
    /* background:url("../images/your-slide-one.png"); */
    /* height: 203px; */
    /* width: 100%; */
    background-size: cover;
    /* padding: 39px 0 0 12px; */
    margin-bottom: 22px;
    border-radius: 10px;
}
/*
.your-slide-one img{
    width: 100%;
} */

.slide-one-image{
    position: relative;

}
.slide-one-image .new-img{
    width: 100%;
    max-height: 210px;
}
.slide-content {
    position: absolute;
     bottom: 10px;
    left: 10px;
}
.slide-one-questions{
    display: flex;
}

.slide-one-content{
    padding-top: 22px;
}
.bg-info-text{
    font-family: 'Erbaum';
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    padding: 1px 5px;
    position: relative;
    z-index: 9;
    height: 50px;


}
.bg-info-text::after{
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    background: url(../images/que.png) no-repeat;
    width: 100%;
    height: 50px;
    z-index: -1;
    background-size: contain;

}
.slide-one-questions span{
    color: #fff;
    display: block;
    font-family: 'Erbaum';
    font-size: 16px;
    font-weight: 600;
     line-height: 1.2;

}
.after-text{
    padding: 6px 8px;
    font-size: 25px!important;
}
.inside-text{
    margin-left: 10px;
}
.slide-one-questions{
    /* padding: 0px 0 0 22px; */
    position: relative;
}
.slide-one-questions::after{
    /* position: absolute;
    left: 2px;
    top: 5px;
    background: url(../images/que.png);
    content: 'QUE';
    font-family: 'Erbaum';
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    padding: 1px 5px; */
}
.slide-one-heading h1{
    font-family: 'Erbaum';
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    padding-top: 5px;
}
.your-slide-two{
    display: flex;
    background-color: #142A3E;
    height: 203px;
    border-radius: 10px;
}
.your-slide-two .slide-two-image{
    width: 38%;
}
.your-slide-two .slide-two-image img{
    height: 215px;
    margin-top: -10px;
}
.your-slide-two .slide-two-content{
    width: 62%;
    padding-top: 28px;
}
.slide-two-content h2{
    font-family: 'Erbaum';
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    position: relative;
}
.slide-two-content h2::after{
    padding: 0px 10px 4px 10px;
    position: absolute;
    content: '...';
    background: url(../images/slide-two-heading.png);
    top: -2px;
    right: 10px;
    color: #fff;
    display: inline-table;
    line-height: 1;
}
.slide-two-content p{
    font-family: 'Acumin Pro';
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.5px;
    padding-right: 29px;
    margin-bottom: 7px;
}
.slide-two-content a{
    color: #F2B400;
    font-family: 'Acumin Pro';
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 0.5px;
    margin-left: -2px;
}
.your-stay-heading h2{
    font-family: 'Erbaum';
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #142A3E;
}
.gallery-slide-one{
    /* background:url("../images/gallery-imges-1.png"); */
    width: 48%;
    position: relative;
    border-radius: 10px;
    /* background-size: cover; */
}

.gallery-slide-one img{
    width: 100%;
}

.gallery-slide-two{
    /* background:url("../images/gallery-image-2.png"); */
    width: 48%;
    position: relative;
    border-radius: 10px;
    /* background-size: cover; */
}

.gallery-slide-three img{
    width: 100%;
}

.gallery-slide-two img{
    width: 100%;
}
.pictures-slider .images img{
    width: 100%;
    height: 360px;
}
.pictures-slider .images{
    border-radius: 10px;
    overflow: hidden;
}

.gallery-slide-three{
    border-radius: 10px;
    position: relative;
    overflow: hidden;

}
.gallery-one{
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px;
}
.gallery-slide-one span,
.gallery-slide-two span{
    font-family: 'Erbaum';
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
.gallery-slide-one a,
.gallery-slide-two a{
    font-family: 'Erbaum';
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
.gallery-slide-three span{
    font-family: 'Erbaum';
    font-size: 21px;
    color: #fff;
    font-weight: 700;
}
.gallery-slide-three a{
    font-family: 'Erbaum';
    font-size: 21px;
    color: #fff;
    font-weight: 700;
}
.gallery span{
    position: absolute;
    left: 17px;
    bottom: 5px;
    text-transform: uppercase;
}
.gallery a{
    position: absolute;
    left: 17px;
    bottom: 5px;
    text-transform: uppercase;
}
.pictures .slick-dots{
    display: flex;
    padding: 0;
    justify-content: center;
    margin-top: 20px;
}
.pictures .slick-dots li{
    list-style-type: none;
    margin: 0 4px;
}
.pictures .slick-dots li button{
    border: 0;
    font-size: 0;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    max-width: 5px;
    background: #C9C9C9;
    padding: 0;
}
.pictures .slick-dots li.slick-active button{
    width: 18px;
    background: #000;
    border-radius: 10px;
    max-width: 18px;
}
.pictures h2{
    font-family: 'Erbaum';
    font-size: 34px;
    color: #142A3E;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.banner-content .content-img span{
    font-family: 'Erbaum';
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.banner-content .content-img h1{
    font-family: 'Erbaum';
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.content-para-mobile{
    word-spacing: 3px;
    line-height: 1.7;
    font-family: 'Acumin Pro';
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
}
.banner-read-more a{
    font-family: 'Acumin Pro';
    font-weight: 700;
    font-size: 16px;
    color: #F2B400;
}
.your-stay{
    padding-top: 52px;
}
.important-heading{
    position: relative;
    font-family: 'Erbaum';
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    z-index: 1;
    text-align: center;
    background:url("../images/important-heading.png") no-repeat;
    width: 137px;
    height: 30px;
    padding: 0 8px;
    margin: 0 auto;

}
/* .important-heading span{
    position: absolute;
    width: 137px;
    height: 30px;
    background:url("../images/important-heading.png");
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: -1;
} */
.gallerys{
    padding-top: 58px;
}
.your-stay-heading{
    margin-bottom: 17px;
    text-align: center;
}
.pictures{
    padding-top: 36px;
}
.picture-heading{
    margin-bottom: 44px;
}
.bg-text{
    color: #d7e6f4;
    text-transform: uppercase;
    font-family: 'Erbaum';
    font-size: 40px;
    text-align: center;
    display: block;
    opacity: 0.2;
    margin: 0 auto;
    font-weight: 700;
    transform: rotate(355deg);
    line-height: 1;
}
.insta-btn a{
    max-width: 336px;
    height: 54px;
    background-color: #0070BA;
    font-family: 'Erbaum';
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    display: block;
    text-decoration: none;
    text-align: center;
    padding-top: 17px;
    border-radius: 5px;
    margin: auto;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.pictures-slider{
    margin-bottom: 38px;
}
.sponsers{
    padding-top: 45px;
    overflow: hidden;
}
.sponsers-slider .slick-dots{
    display: flex;
    padding: 0;
    justify-content: center;
    margin: 20px 0 50px 0;
}
.sponsers-slider .slick-dots li{
    list-style-type: none;
    margin: 0 5px;
}
.sponsers-slider .slick-prev{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    border: 0;
    outline: 0;
}
.sponsers-slider .slick-next{
    position: absolute;
    top: 33px;
    left: 0;
}
.sponsers-slider{
    padding: 0 25px;
}
.sponsers-slider .slick-next{
    position: absolute;
    top: 33px;
    left: auto;
    right: 0;
    font-size: 0;
    border: 0;
    outline: 0;
}
.sponsers-slider .slick-next::after{
    content: '';
    right:4px;
    position: absolute;
    top: 6px;
    width: 20px;
    height: 20px;
    background:url('../images/slick-next-img.png') no-repeat center center;

}

.sponsers-slider .slick-prev::after{
    content: '';
    right: -15px;
    position: absolute;
    top: 39px;
    width: 20px;
    height: 20px;
    background:url('../images/slick-prev-img.png') no-repeat center center;
}
.footer-links li{
    list-style-type: none;
}

.footer-links li a{
  color: #fff;
  transition: all 0.5s;
}

.footer-links li a:hover{
    color: #F2B400;
}

.footer{
    background: url(../images/programme-background.png);
    padding-top: 85px;
    margin-top: 230px;
    border-radius: 4% 4% 0 0;
    background-size: cover;
}
.footer-heading{
    font-family: 'Erbaum';
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.footer-heading::after{
    position: absolute;
    content: '';
    background: url(../images/arrow.png);
    top: 11px;
    right: -31px;
    height: 10px;
    width: 13px;
    background-repeat: no-repeat;
}
.footer-nav{
    padding: 105px 25px 25px 29px;
}
.footer-links li{
    font-family: 'Acumin Pro';
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
.footer-links{
    padding: 0;
    margin-bottom: 30px;
    display: none;
}
.mail-box{
    background-color: #fff;
    padding: 48px 29px 36px 29px;
    border-radius: 10px;
    line-height: 1.5;
    text-align: center;
    position: relative;
    max-width: 355px;
    margin: auto;
    box-shadow: 10px 10px 50px #0000001a;

}
.left-bird{
    position: absolute;
    background: url(../images/bird-1.png);
    content: '';
    bottom: -41px;
    left: 0;
    width: 136px;
    height: 79px;
    animation: move 9s ease infinite;


}

@keyframes move {
    50% {
        bottom: -41px;
        left: 100px;
    }
  }

.right-bird{
    position: absolute;
    background: url(../images/bird-2.png);
    content: '';
    bottom: 14px;
    right: 0;
    width: 79px;
    height: 50px;
    animation: moves 7s ease infinite;

}

@keyframes moves {
    50% {
        bottom: 0;
        right: 50px;
    }
  }

.mail-box P{
    font-family: 'Acumin Pro';
    font-weight: 500;
    font-size: 16px;
    color: #142A3E;
    letter-spacing: 0.4px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 24px;
}
.mail-box form{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mail-box form .email{
    height: 54px;
    border:1px solid #3b495536;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 27px;
}
.mail-box form .email-btn{
    width: 168px;
    height: 54px;
    background-color:#0070BA;
    color: #fff;
    font-family: 'Erbaum';
    font-size: 15px;
    font-weight: 700;
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
}
.mail-box-heading{
    background: url(../images/important-heading.png) no-repeat;
    background-size: contain;
    display: inline-block;
    padding: 7px 24px;
    font-family: 'Erbaum';
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
    text-transform: uppercase;
}
.mail-box form .email::placeholder{
    font-family: 'Acumin Pro';
    font-weight: 500;
    font-size: 16px;
    color: #3B4955;
}
.mail-box-content{
    margin-top: -233px;
}
.desktop-normande{
    display: none;
}
.copyright{
    font-family: 'Acumin Pro';
    font-weight: 400;
    font-size: 11px;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 1.8;
}
.footer-copyright{
    padding: 11px 28px;
}
.mobile-normande{
    display: block;
    margin-bottom: 30px;
}




/* KEYFRAMES */


@keyframes animateCloud {
    0% {
        margin-left: -500px;
    }
    100% {
        margin-left: 100%;
    }
}
@keyframes animateCloud01 {
    0% {
        margin-left: -100px;
    }
    100% {
        margin-left: 100%;
    }
}
@keyframes animateCloud02 {
    0% {
        margin-left: -600px;
    }
    100% {
        margin-left: 100%;
    }
}

/* ANIMATIONS */

.x1 {

    animation: animateCloud01 70s linear infinite;


}

.x2 {

    animation: animateCloud 90s linear infinite;

}

.x3 {

    animation: animateCloud 120s linear infinite;

}

.x4 {

    animation: animateCloud02 140s linear infinite;


}

.x5 {

    animation: animateCloud 160s linear infinite;


}


/* second page styling */
.banner{
    overflow: hidden;
    position: relative;
}
.banner .ship-img{
    animation: top01 3s ease infinite;
    position: relative;
    left: 0;


}
@keyframes top01 {
    50% {
        left: 10px;
    }
  }
.banner .ship-img img{
    width: 100%;
}

.banner .banner-details{
    text-align: center;
    z-index: 9999;
}
.banner .sm-title{
    font-family: 'Erbaum';
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    z-index: 1;
    text-align: center;
    background: url('../images/blue-bg.jpg') ;
    background-size: contain;
    padding: 0 30px;

}
.banner h1{
    font-family: 'Erbaum';
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 34px;
    color: #142A3E;
     margin-bottom: 10px;
}
.banner p{
    font-family: 'Acumin Pro';
    font-size: 17px;
    color: #142A3E;
}
.banner .sm-info{
    margin-bottom: 24px;
    display: inline-block;
    color: #959595;
}
.info-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.info-section .Actualites-content{
    margin-bottom: 30px;
}
.info-section .Actualites-heading{
    padding: 0;
}
.info-section .Actualites-content p{
    padding-left: 0;
}
.info-section .Actualites-read-more a{
    padding-left: 0;
}

.actuality-content-info{
    padding-left: 30px;
}
.icon-country{
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url('../images/country.svg') no-repeat center center;
    background-size: contain;
    margin-bottom: 11px;
}


.c-sprite {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

.c-sprite__img {
    position: absolute;
    top: 0;
    max-width: none;
    display: block;
    left: -34px;

}



/**page-three**/
.post-details {
    position: relative;
    padding: 30px 0;
    overflow: hidden;
}

.post-details .latest-heading span {
    background: url(../images/post-head-text-bg.png) no-repeat;
    /* width: 247px; */
    height: 45px;
}

.post-details h1 {
    font-family: 'Erbaum';
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    color: #142A3E;
    margin-top: 20px;
}

.post-main-image img {
    width: 100%;
    display: block;
}

.post-content ul {
    list-style-type: none;
    padding: 0;
}

.post-content {
    background-color: #f2b400;
    padding: 30px;
    max-width: 401px;
    margin: 0 auto;
    margin-left: 0;
    position: relative;
}
.top-panel{
    position: absolute;
    bottom: 97%;
    left: 0;
    width: calc(100% + 3px);
}
.top-panel img{
    display: block;
    width: 100%;
}
.bottom-panel{
    position: absolute;
    top: 100%;
    left: -5px;
    width: calc(100% + 8px);
}
.bottom-panel img{
    display: block;
    width: 100%;
}

.post-comment-list li {
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Erbaum';
    font-size: 12px;
    margin-bottom: 10px;
}

.flag-img {
    width: 40px;
    margin-bottom: 15px;
}

.flag-img img {
    width: 100%;
    display: block;
}

.post-content .flag-img img{
    height: 33px;
}


.latest-sub-text {
    color: #959595;
    text-align: center;
    font-size: 13px;
    display: block;
    margin-bottom: 25px;
}

/* .content-section .latest-heading span{
    background: url(../images/content-head-text-bg.png) no-repeat;
    width: 203px;
    height: 36px;
} */
.bg-text-img {
    position: relative;
    background: url(../images/content-head-text-bg.png) no-repeat;
    width: 203px;
    height: 36px;
    margin-bottom: 20px;
    margin: 0 auto;
}
.post-details .latest-heading{
    background: none;
    width: 100%;
}

.bg-text-img span {
    display: block;
    text-align: center;
    font-family: 'Erbaum';
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    z-index: 1;
    width: 100%;
    /* height: 100%; */
    position: absolute;
    top: 9px;
}

.content-section {
    position: relative;
    padding: 30px 0 50px;
}

.content-section::after {
    position: absolute;
    bottom: -13px;
    width: 100%;
    height: 75px;
    left: 0;
    content: '';
    background: url(../images/bottom-curve.png) no-repeat;
}

.content-section .container {
    max-width: 1042px;
}

.content-head p {
    font-weight: 500;
}

.content-section p {
    color: #142A3E;
    margin-bottom: 35px;
    font-family: 'Acumin Pro';
}

.content-section .latest-heading {
    margin-bottom: 30px;
    /* text-align: left; */
}

.content-section .latest-heading span {
    left: 0;
    margin: 0;
}

/* suivants */
.suivants {
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(239, 247, 253, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(239, 247, 253, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(30, 87, 153, 1) 0%, rgba(239, 247, 253, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.Actualites-content.suivants-content p {
    padding: 0 30px;
}

.Actualites-content.suivants-content .Actualites-read-more a {
    padding: 0 30px;
}

.Actualites-content.suivants-content h3 {
    padding: 0 30px;
}

.Actualites-content.suivants-content .flag-img {
    margin-left: 30px;
}

.Actualites-content.suivants-content .Actualites-heading {
    min-height: 30px;
}

.Actualites-content.suivants-content .latest-heading {
    height: 36px;
}
/**page-four**/
.program-card{
    padding: 30px 0;
}
.program-section{
    position: relative;
    padding: 50px 0 100px;
}
.program-section .container{
    max-width: 1730px;
}
.program-section-details .latest-heading{
    margin-bottom: 11px;
    width: 100%;
    background: none;
}
.program-section-details .latest-heading span {
    position: absolute;
    width: 224px;
    background: url(../images/post-head-text-bg.png);
    height: 36px;
}
.program-section h1{
    font-family: 'Erbaum';
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
    color: #142A3E;
}
.program-section .ship-img img{
    width: 100%;
    display: block;
}
.program-section .sm-info{
    color:#959595;
    text-align: center;
    margin-bottom: 10px;
    display: block;
}
.program-section .order-program{
    background: #F2B400;
    padding: 15px 20px;
    border: 1px solid transparent;
    border-radius: 7px;
    font-family: 'Erbaum';
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    width: 280px;
    margin: 0 auto;
    display: block;
    transition: all 0.5s;
}
.program-section .order-program:hover{
    border: 1px solid #F2B400;
    color: #F2B400;
    background-color: transparent;
}
/* program-card */
.program-card .container{
    max-width: 1362px;
}
.rtl-wrap{
    margin: 73px auto 12px;
    display: flex;
    justify-content: center;
}
.rtl-wrap .post-content{
    margin-left: auto;
    margin-top: -79px;

}
.card-main{
  padding: 50px 20px 30px;
  position: relative;
  margin-bottom: 70px;
  max-width: 425px;
  background: url('../images/programme-slide-1.png') no-repeat;
  background-size: cover;
  width: 100%;
}
.card-main::after{
  box-shadow: 10px 10px 50px #0000001A;
  background: url(../images/white-bg.png) no-repeat top left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.card-main::before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    background: url(../images/programme-slide-021.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 40px;
    background-position: left bottom;
    z-index: 99;
}
.top-white{
    position: absolute;
    bottom: 100%;
    left: -32px;
    width: calc(100% + 52px);
}
.left-white{
    position: absolute;
    top: 0;
    right: 100%;
    /* width: 33px; */
    width: 5px;
    height: 100%;
}
.right-white{
    position: absolute;
    top: 0;
    left: 99%;
    /* width: 38px; */
    width: 5px;
    height: 100%;
}
.bottom-white{
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100% + 6px);
}
.top-white img{
    display: block;
    width: 100%;
}
.left-white img{
    display: block;
    width: 100%;
    height: 100%;
}
.right-white img{
    display: block;
    width: 100%;
    height: 100%;
}
.bottom-white img{
    display: block;
    width: 100%;
}
.program-card .text-bg {
    background: url(../images/card-union.png) no-repeat;
    width: 175px;
    height: 60px;
    padding: 8px 25px;
    margin-bottom: 20px;
    position: absolute;
    top: -30px;
    left: 43px;
}
.program-card .about-card{
    color: #fff;
    font-family: 'Acumin Pro';
    font-weight: 700;
    font-size: 12px;
    display: block;
}
.program-card .date-text {
    color: #fff;
    font-family: 'Acumin Pro';
    font-weight: 700;
    font-size: 23px;
    display: block;
}
.see-program{
    color: #F2B400;
    font-weight: 700;
    font-size: 12px;
}
.see-data{
    background-color: transparent;
    border: 1px solid #0070BA;
    color: #0070BA;
    padding: 13px 20px;
    font-family: 'Erbaum';
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 311px;
    display: block;
    margin: 0 auto;
    text-align: center;
    transition: all 0.5s;
    border-radius: 7px;
}
.see-data:hover{
    background: #0070BA;
    color: #fff;
}
.discover-btn{
    transition: all 0.5s;
}
.discover-btn:hover{
    opacity: 0.7;
}

.card-main{
    cursor: pointer;
}

.see-program{
    transition: all 0.5s;
}
.see-program:hover{
    color: #F2B400;
    opacity: 0.7;
}
.Actualites.suivants .latest-heading{
    padding: 7px;
}
.para-text p:first-child{
    margin-bottom: 10px;
}
.program-card-wrapper {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.app_btn{
    display:none;
}


.list-country .dropdown-toggle::after {
    border: 0;
    background: none;
    margin-left: 0;
    margin-right: 5px;

}
.list-country .dropdown-toggle.show::after {
    transform: rotate(140deg);

}

.list-country li {
    margin: 0 !important;
    padding: 0 10px 0 10px;
}

.list-country li:first-child {
    display: none;
}

.list-country .dropdown-menu {
    min-width: 80px;
    left: 37%;

}

.list-country .dropdown-toggle {
    background-color: transparent;
    border: 0;
    color: #ffffff !important;
    box-shadow: none;
    padding: 0 !important;
    margin: 0 auto;
    position: relative;
}

.list-country .dropdown-toggle:active:focus {
    box-shadow: none;

}

.flagstrap-us {
   width: 30px;
   height: 19px;
   display: inline-block;
   background: url(../images/country.jpg) no-repeat center bottom;
}

.flagstrap-uk {
   width: 30px;
   height: 19px;
   display: inline-block;
   background: url(../images/uk.png) no-repeat center bottom;
   background-size: contain;
}



@media (min-width:768px) {

    .c-sprite__img.anim2{
        animation: hand 0.4s steps(6) forwards;
    }
    @keyframes hand {
        100% {
        transform: translate3d(-3468px, 0px, 0px);
    }
    }
    .c-sprite__img.anim_up{
        animation: handn 0.4s steps(6) forwards;
        transition: all 0.3s
    }
    @keyframes handn {


     0% {
        transform: translate3d(-3468px, 0px, 0px);
    }
    100% {
        transform: translate3d(0, 0px, 0px);
    }
    }

    .c-sprite{
        width: 578px;
        height: 625px;
        overflow: hidden;
    }
    .wolf_m{
        display: none;
    }

}
@media (max-width:767px) {
    .c-sprite{
        width: 300px;
        height: 325px;
        overflow: hidden;
    }
    .wolf_d{
        display: none;
    }
    .c-sprite__img.anim2{
        animation: hand 0.4s steps(6) forwards;
    }
    @keyframes hand {
        100% {
        transform: translate3d(-1803px, 0px, 0px);
    }
    }
    .c-sprite__img.anim_up{
        animation: handn 0.4s steps(6) forwards;
        transition: all 0.3s
    }
    @keyframes handn {


     0% {
        transform: translate3d(-1803px, 0px, 0px);
    }
    100% {
        transform: translate3d(0, 0px, 0px);
    }
    }
}
