@charset "utf-8";
/* CSS Document */

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

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. About
7. Split Section Right
8. Split Section Left
9. Testimonials
10. Footer


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

/*********************************
2. Body and some general stuff
*********************************/
.background_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.nopadding {
    padding: 0px !important;
}
.container_custom .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}
.container_custom .container .row {
    margin-left: 0;
    margin-right: 0;
}
.container_custom .container .row > div[class^="col"] {
    padding-left: 0;
    padding-right: 0;
}

/*********************************
5. Home
*********************************/

.home {
    width: 100%;
    height: 588px;
    background: #0f0e24;
}
.home .background_image {
    opacity: 0.28;
}
.home_container {
    position: absolute;
    top: 60.3%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}
.home_content {
}
.home_title {
    font-size: 72px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
}
.booking_form_container {
    width: 100%;
    margin-top: 34px;
    padding-left: 78px;
    padding-right: 88px;
}
.booking_form {
    display: block;
    width: 100%;
}
.booking_input {
    width: 100%;
    height: 54px;
    background: rgba(255, 255, 255, 0.2);
    border: solid 2px #ffffff;
    padding-left: 27px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    outline: none;
}
.booking_input_container {
    width: 100%;
}
.booking_input_container > div {
    padding-right: 10px;
}
.booking_input_container > div:first-child,
.booking_input_container > div:nth-child(2) {
    width: 32.60869565217391%;
}
.booking_input_container > div:nth-child(3),
.booking_input_container > div:nth-child(4) {
    width: 17.39130434782609%;
}
.booking_input_a {
}
.booking_input_b {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.booking_input::-webkit-input-placeholder {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
}
.booking_input:-moz-placeholder {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
}
.booking_input::-moz-placeholder {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
}
.booking_input:-ms-input-placeholder {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
}
.booking_input::input-placeholder {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
}
.booking_button {
    width: 152px;
    height: 54px;
    background: #ffa37b;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
}
.booking_button:hover {
    background: rgba(255, 255, 255, 0.2);
}

/*********************************
6. About
*********************************/

.about {
    background: #ffffff;
    padding-top: 107px;
    padding-bottom: 104px;
}
.about_title {
    max-width: 585px;
}
.about_row {
    margin-top: 21px;
}
.about_images {
    height: 100%;
    padding-left: 17px;
    padding-right: 19px;
    padding-top: 14px;
}
.about_sig {
    margin-top: 20px;
}

/*********************************
7. Split Section Right
*********************************/

.split_section_right {
    background: #ffffff;
}
.split_section_right_content {
    padding-top: 112px;
    padding-left: 67px;
    padding-bottom: 77px;
    padding-right: 130px;
}
.split_section_title h1 {
    font-size: 72px;
}
.split_section_text {
    margin-top: 20px;
}
.milestones_container {
    margin-top: 84px;
    padding-right: 50px;
    padding-left: 10px;
}
.milestone {
    width: calc(100% / 3);
    margin-bottom: 60px;
}
.milestone_counter {
    font-size: 72px;
    color: #393939;
    font-weight: 600;
    line-height: 0.75;
}
.milestone_title {
    font-size: 16px;
    color: #868686;
    font-weight: 600;
    line-height: 0.75;
    margin-top: 35px;
}
.split_section_image {
    height: 100%;
}

/*********************************
8. Split Section Left
*********************************/

.split_section_left {
    background: #ffffff;
}
.split_section_left_content {
    padding-left: 104px;
    padding-top: 116px;
    padding-right: 95px;
    padding-bottom: 120px;
}
.loaders_container {
    margin-top: 43px;
    margin-left: -22px;
}
.loader_container {
    width: calc(100% / 3);
    height: 155px;
}
.loader {
    width: 155px;
    height: 155px;
    background: transparent;
}
.loader_content {
    position: absolute;
    left: 50%;
    bottom: 48px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: 500;
    color: #232323;
    white-space: nowrap;
    text-align: center;
}
.loader_title {
    font-size: 14px;
    font-weight: 600;
    color: #868686;
    line-height: 0.75;
    white-space: nowrap;
}
.progressbar-text {
    top: calc(40% + 1px) !important;
    font-size: 48px !important;
    font-weight: 600 !important;
    color: #393939 !important;
    line-height: 0.75 !important;
}

/*********************************
9. Testimonials
*********************************/

.testimonials {
    padding-top: 117px;
    padding-bottom: 114px;
}
.testimonials_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 11, 24, 0.79);
    pointer-events: none;
}
.test_slider_item {
    background: #ffffff;
    padding-top: 43px;
    padding-bottom: 58px;
    padding-left: 45px;
    padding-right: 45px;
}
.rating i::before {
    font-family: "FontAwesome";
    content: "\f005";
    font-style: normal;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.2);
}
.rating i:not(:last-of-type) {
    margin-right: 6px;
}
.rating_1 i:first-child::before {
    color: #ffb400;
}
.rating_2 i:first-child::before {
    color: #ffb400;
}
.rating_2 i:nth-child(2)::before {
    color: #ffb400;
}
.rating_3 i:first-child::before {
    color: #ffb400;
}
.rating_3 i:nth-child(2)::before {
    color: #ffb400;
}
.rating_3 i:nth-child(3)::before {
    color: #ffb400;
}
.rating_4 i:first-child::before {
    color: #ffb400;
}
.rating_4 i:nth-child(2)::before {
    color: #ffb400;
}
.rating_4 i:nth-child(3)::before {
    color: #ffb400;
}
.rating_4 i:nth-child(4)::before {
    color: #ffb400;
}
.rating_5 i:first-child::before {
    color: #ffb400;
}
.rating_5 i:nth-child(2)::before {
    color: #ffb400;
}
.rating_5 i:nth-child(3)::before {
    color: #ffb400;
}
.rating_5 i:nth-child(4)::before {
    color: #ffb400;
}
.rating_5 i:nth-child(5)::before {
    color: #ffb400;
}
.testimonial_title {
    margin-top: 21px;
}
.testimonial_title a {
    font-size: 24px;
    font-weight: 600;
    color: #393939;
    line-height: 1.2;
}
.testimonial_title a:hover {
    color: #ffa37b;
}
.testimonial_text {
    margin-top: 24px;
}
.testimonial_image {
    width: 106px;
    height: 106px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
}
.testimonial_author {
    margin-top: 26px;
    font-size: 15px;
    font-weight: 600;
    color: #393939;
}
.testimonial_author a {
    font-size: 15px;
    font-weight: 600;
    color: #393939;
}
.testimonial_author a:hover {
    color: #ffa37b;
}

/*********************************
10. Footer
*********************************/

.footer {
    background: #ffffff;
    padding-top: 81px;
}
.footer_content {
    padding-bottom: 52px;
}
.footer_logo {
    display: inline-block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.footer_logo > div:first-of-type {
    width: 235px;
    height: 74px;
    border: solid 3px #393939;
    font-size: 43.32px;
    font-weight: 600;
    color: #393939;
    line-height: 68px;
}
.footer_logo > div:last-of-type {
    font-size: 16px;
    font-weight: 600;
    color: #393939;
    line-height: 0.75;
    margin-top: 15px;
}
.footer_logo a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.footer_row {
    margin-top: 74px;
}
.footer_title {
    font-size: 18px;
    font-weight: 700;
    color: #393939;
    line-height: 1.2;
}
.footer_list {
    margin-top: 9px;
}
.footer_list ul li {
    font-size: 15px;
    font-weight: 500;
    color: #6d6d6d;
    line-height: 2;
}
.newsletter_container {
    margin-top: 8px;
}
.newsletter_form {
    display: block;
    position: relative;
}
.newsletter_input {
    width: 100%;
    height: 64px;
    background: #ffffff;
    border: none;
    border-bottom: solid 2px #393939;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    color: #393939;
}
.newsletter_input::-webkit-input-placeholder {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #6d6d6d !important;
}
.newsletter_input:-moz-placeholder {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #6d6d6d !important;
}
.newsletter_input::-moz-placeholder {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #6d6d6d !important;
}
.newsletter_input:-ms-input-placeholder {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #6d6d6d !important;
}
.newsletter_input::input-placeholder {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #6d6d6d !important;
}
.newsletter_button {
    width: 152px;
    height: 54px;
    background: #ffa37b;
    margin-top: 23px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}
.certificates {
    padding-left: 12px;
    padding-top: 10px;
}
.cert {
    margin-bottom: 30px;
}
.copyright {
    width: 100%;
    height: 33px;
    background: #ffffff;
    text-align: center;
    line-height: 33px;
    font-size: 15px;
    font-weight: 500;
    color: #6d6d6d;
}
