/* General CSS */
* {
    margin: 0;
    padding: 0;

}

body {
    padding-top: 0px;
    font-family: Raleway, sans-serif;
    overflow-y: scroll;
    overflow-x: hidden;
    color: #333;
}

p {
    font-size: 14px;
}

/*generic css*/
.section-title {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-title h2 {
    position: relative;
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.section-title h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 60px;
    left: 50%;
    height: 2px;
    background-color: #2b77a4;
    margin-left: -30px;
}

.section-title p {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    line-height: 40px;
    padding-top: 20px;
}

/*navigation*/
.navbar-default {
    background-color: transparent;
    border-color: #444444;
    z-index: 110;

    transition: all .3s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.navbar-default .navbar-nav > li > a {
    color: #B5B5B5;
    font-family: Raleway, sans-serif;

    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #129cf3;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #B5B5B5;
}

.navbar-brand {
    padding: 9px 15px;
}

.navbar-brand img {
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #129cf3;
}

/*header */
.header {

    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;

}

.header-overlay {
   background-color: rgba(53, 53, 53, 0.75);
    padding-top: 50px;
    padding-bottom: 50px;
    height: 500px;
}

.logo {
    padding-bottom: 50px;
}

.header-text h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 300;
    line-height: 45px;
    padding-top: 30px;
    text-transform: uppercase;
}

.header-text p {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    line-height: 45px;
}

.header-btns {
    margin-top: 90px;
    margin-bottom: 50px;
}

.btn-download, .btn-download:focus, .btn-download:active, .btn-download:visited {
    color: white;
    border-color: #129cf3;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all 0.3s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.btn-download2, .btn-download2:focus, .btn-download2:active, .btn-download2:visited {
    color: #f36d06;
    border-color: #f36d06;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all 0.3s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.btn-tour, .btn-tour:focus, .btn-tour:active, .btn-tour:visited {
    color: #A9ADB0;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 500;
    background: transparent;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;

}

.btn-tour:hover {
    color: white;
}

.header-btns i {
    color: #fefdff;
    font-size: 25px;
    padding-left: 5px;
}

.header-phone img {
    width: 100%;
}

/*nos prestations*/
.choose-us-wrapper {
    padding-top: 20px;

}

.about-phone img {
    margin-top: 100px;
}

.about-phone {

}

.choose-us {
    padding-bottom: 50px;
}

.choose-us h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    position: relative;
}

.choose-us h2:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #122b40;
}

.choose-us-item {
    position: relative;
    padding-bottom: 4px;
    padding-left: 80px;
}

.choose-us-item div {
    position: absolute;
    top: 0;
    left: 0;
}

.choose-us-item div i {
    font-size: 55px;
    color: #2255a5;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.choose-us-item h3 {
    color: #6b6b6b;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

.choose-us-item p {
    color: #3f77a5;
    font-size: 15px;
}

/*testimonial*/
.testimonial {
    background-image: url("../images/testimonial-bg.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-position: 50% 50%;
}

.testimonial-overlay {
    background-color: rgba(31, 31, 31, 0.75);
    padding-top: 80px;
    padding-bottom: 80px;
}

.carousel-indicators {
    bottom: -8px;

}

.carousel-inner .item img {
    border: 2px solid #5bc0de;
    border-radius: 50%;
    padding: 3px;
}

.testimonial-caption {
    padding-bottom: 50px;
}

.testimonial-caption h2 {
    color: #129cf3;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    margin-top: 25px;
}

.testimonial-caption h4 {
    color: #b9b7b8;

}

.testimonial-caption h4 span {
    color: #f3f1f2;
    font-style: italic;
    font-weight: 300;

}

.testimonial-caption p {
    color: #f3f1f2;
    font-size: 18px;
    line-height: 27px;
    padding-top: 10px;

}

/*solutions */
.solution_overlay {
    background-image: url("../images/hotel/terrace-1030758_1920.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;

}

.solution_overlay2 {
    background-color: rgba(51, 51, 51, 0.65);
    padding-top: 50px;
    padding-bottom: 50px;
}

.features-inner-wrapper {
    padding-bottom: 70px;
}

.left-feature-item {
    position: relative;
    padding-right: 90px;
    margin-bottom: 65px;
    text-align: right;
    margin-top: 35px;;
}

.left-feature-icon {
    position: absolute;
    font-size: 30px;
    color: #2255a5;
    right: 0;
    top: -8px;
    width: 50px;
    height: 50px;
    text-align: center;
}

.left-feature-item h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #2255a5;
}

.left-feature-icon2 {
    position: absolute;
    font-size: 30px;
    color: #fff8f3;
    right: 0;
    top: -8px;
    width: 50px;
    height: 50px;
    text-align: center;
}

.left-feature-item2 h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #fff8f3;
}

.left-feature-item p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #6b6b6b;
}

.feature-phone img {
    width: 100%;
}

.right-feature-item {
    position: relative;
    padding-left: 90px;
    margin-bottom: 65px;
    text-align: left;
    margin-top: 35px;;
}

.right-feature-icon {
    position: absolute;
    font-size: 30px;
    color: #2255a5;
    left: 0;
    top: -8px;
    width: 50px;
    height: 50px;
    text-align: center;
}

.right-feature-item h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #2255a5;
}

.right-feature-icon2 {
    position: absolute;
    font-size: 30px;
    color: #fff8f3;
    left: 0;
    top: -8px;
    width: 50px;
    height: 50px;
    text-align: center;
}

.right-feature-item2 h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #fff8f3;
}

.right-feature-item2 span {
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    color: #fff8f3;
}

.right-feature-item2 {
    margin-bottom: 60px;
}

.right-feature-item p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #6b6b6b;
}

.right-feature-item2 p {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    color: #fff8f3;
}

.feature-phone img {
    width: 100%;
}

.btn_solution, .btn_solution:focus, .btn_solution:active, .btn_solution:visited {
    color: #129cf3;
    border-color: #129cf3;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
}
.btn_solution:hover {
    background-color: #129cf3;
    color: white;
}

.btnm_solution, .btnm_solution:focus, .btnm_solution:active, .btnm_solution:visited {
    color: #129cf3;
    text-align: center;
    border-color: #989898;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
}

.btnm_solution:hover {
    background-color: #129cf3;
    color: white;
}


.solution_btn {
width: 100%;
}

.btn_solution2, .btn_solution2:focus, .btn_solution2:active, .btn_solution2:visited {
    color: #fffffb;
    border-color: #fffffb;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
}

.btn_solution2:hover {
    background-color: #129cf3;
    color: white;
}

/*acheter maintenant*/
.purchase_now {
    background-color: #444444;
    padding-top: 80px;
    padding-bottom: 50px;
}

.purchase_now p {
    font-size: 18px;
    font-weight: 300;
    color: white;
}

.btn_purchase, .btn_purchase :active, .btn_purchase :focus, .btn_purchase :visited {
    background-color: #3f77a5;
    border: 1px solid #0064a4;
    color: #faf8ff;
    padding: 15px 35px;
    border-radius: 4px;
    text-transform: uppercase;
    transition: all 2s;
    transition: all 0.3s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.btn_purchase:hover {
    background-color: #3f77a5;
    border: 1px solid #0064a4;
    color: #fff8f6;
    padding: 15px 35px;
    border-radius: 4px;
    text-transform: uppercase;
}

/*
counter section */
.counter {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-position: 50% 50%;
}

.counter-overlay {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgba(0, 0, 0, .4);
}

.counter-item i {
    color: #129CF3;
    font-size: 60px;
}

.counter-item h2 {
    font-family: "Source Code Pro", sans-serif;
    color: #fbfeff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    margin-top: 15px;
    margin-bottom: 1px;
}

.counter-item p {
    font-family: "Source Code Pro", sans-serif;
    color: #b9b7b8;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 1px;
}

/*
telecharger maintenant */
.download-now img {
    width: 100%;
}

.disponible {
    background-image: url("../images/testimonial-bg.jpg");
    margin-top: 50px;
    position: relative;
}

.available-title {

    padding-top: 40px;
    padding-bottom: 30px;
    color: white;
}

.available-title p {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
}

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

.available-on-item {
    text-align: center;
    border-left: 1px solid #0F1217;
    min-height: 230px;
    padding-bottom: 15px;
    position: relative;

    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.available-on-item:hover {
    background-color: #122b40;

}

.available-on-item i {
    color: #129cf3;
    text-align: center;
    opacity: 1;
    font-size: 40px;
    padding-top: 90px;

    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.available-on-item:hover i {
    opacity: 0;
}

.available-on-inner {
    position: absolute;
    bottom: 93px;
    width: 100%;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.available-on-inner h2 {
    text-align: center;
    font-weight: 300;
    color: #D7DADB;
    font-size: 16px;
}

.available-on-item:hover div.available-on-inner {
    opacity: 1;

}

/*
CONTACTER NOUS */
.contact-us-form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 21px;
    color: #555;
    background-color: transparent;
    border: 1px solid #aeaeae;
    border-radius: 3px;
    margin-bottom: 15px;
    opacity: .8;
    outline: 0px !important;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

#message {
    height: 117px;
    resize: none;
}

.submit-btn, .submit-btn:active, .submit-btn:focus, .submit-btn:visited {
    background-color: transparent;
    border: 1px solid #129cf3;
    border-radius: 4px;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    font-size: 18px;
    color: #2e6da4;
    outline: 0px !important;
    transition: all .3s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.submit-btn:hover {
    background: #129cf3;
    color: #fff;
    border-color: #129cf3;
}

.social-icons {
    padding-top: 50px;
    padding-bottom: 50px;
}

.social-icons ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.social-icons ul li {
    list-style: none;
    display: inline;
    padding-left: 10px;
}

.social-icons ul li a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border: 1px solid #9d9d9d;
    border-radius: 3px;
    width: 45px;
    height: 45px;
    line-height: 49px;
    color: #9d9d9d;
}

.social-icons ul li a:hover {
    background-color: #129cf3;
    border: #129cf3;
    color: white;

    transition: all .3s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.social-icons ul li a i {
    font-size: 20px;
}

.footer {
    background-color: #1a1a1a;
    padding-bottom: 35px;
    padding-top: 35px;
    border-bottom: 3px solid #129cf3;
}

#copyright {
    width: 100%;

}

#copyright p {
    color: #8C8B8A;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;

}

#copyright p a {
    color: #129cf3;
    text-decoration: none;

}

.scroll-top {
    text-align: right;
}

.scroll-top a {
    background-color: #129cf3;
    padding: 25px;
}

.scroll-top a i {
    color: #fff;
    font-size: 25px;

}

/*nos offres */
.nos-offres {
    margin-top: 40px;

}

.offresarticle {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.offres {
    position: relative;

    margin-bottom: 80px;
    margin-top: 10px;
    border: 1px solid #129cf3;
    text-align: center;
}

.offres header {
    background-color: #0e629d;
    color: #fff;
    padding: 21px 0 22px;
}

.offres .titre {
    font-size: 42px;
    margin-bottom: 20px;
    line-height: 1;
    color: #fff;
}

.offres p {
    font-size: 16px;
}

.offres .bonus {
    padding-top: 15px;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
}

.offres .separator {
    padding-right: 25px;
    padding-left: 25px;
}

.offres .price {
    display: block;
    font-size: 35px;
    line-height: 1.5;

    font-family: "Open Sans";
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    padding: 10px;
}

.price_body {
    border: 1px solid #eaeaea;
    border-top: none;
    background-color: #f6f6fa;
    padding: 23px 25px;
}

.price_body ul {
    margin-bottom: 15px;
}

.price_body ul:last-child {
    margin-bottom: 0;
}

.price_body ul li {
    padding: 7px 0;
    border-bottom: 1px solid #eaeaea;
    list-style-type: none;
}

.price_body ul li:first-child {
    border-top: 1px solid #f6f6fa;
}

.price_body ul li i {
    margin-right: 8px;
    color: #6e6e6e;
}

.price_body ul li.disabled {
    text-decoration: line-through;
}

.bouton {
    background-color: #0e629d;
}

/*
.offres a:hover {
    transition: 1s all;
    background-color: #129cf3;
    border: 1px solid #0e629d;

}*/

.features {
    margin-top: 30px;
}

.titre_solution {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.contact-us {
    margin-top: 50px;
}

.hotel_section {
    color: white;
}
.center_section{
  margin-top: 60px;
}