@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500,700');

body {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: 'Open Sans', sans-serif;

    color: #fff;

    letter-spacing: -1px;


    font-weight: bold;
}

a {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.vertical_middle {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.msg {
    color: #000;
}

.msg.failure {
    color: red;
}

.msg.success {
    color: green;
}

/*
* equal height columns
*/

.row.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row.row-eq-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/*
* scroll down_button
*/

.scroll_down {
    position: absolute;
    display: none;
    left: 50%;
    bottom: 2%;
    height: 44px;
    width: 25px;
    transform: translateX(-50%);
}


.scroll-down {

    width: 40px;
    height: 40px;
    bottom: 35px;
    cursor: pointer;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.scroll-down.svg svg {
    width: 25px;
    opacity: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.scroll-down.svg .stroke {}

.scroll-down.svg .scroller {

    -webkit-animation: updown 1s infinite;
    -moz-animation: updown 1s infinite;
    -o-animation: updown 1s infinite;
    animation: updown 1s infinite;
}

@-webkit-keyframes updown {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-moz-keyframes updown {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -moz-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-o-keyframes updown {
    0% {
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -o-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes updown {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

/*
* nav bar styles
*/

.navbar_wrap {
    top: -100%;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    overflow: hidden;
    background-color: transparent;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.scrolling .navbar_wrap {
    background: #fff;
    top: 0px;
    display: none;
}

.navbar {
    transition: all .5s ease;
    margin-bottom: 0px;
}

.navbar-header a,
.nav > li > a {
    color: #fff;
}


.navbar-nav > li {
    margin-left: 10px;
    position: relative;
}

.form_area {
    background: #fff;
    /* margin-top: 100px; */
    border-radius: 5px;
    padding: 0px;
    overflow: auto;


}

.white_box_padding {
    padding: 0px 15%;
}

.bg_gray {

    background: rgba(0, 0, 0, 0.05);
    padding: 30px 0px;
    margin: 30px 0px 0px;

}

.form_area h3 {
    color: #555;
    font-size: 26px;
    margin-top: 105px;
}

.nav > li > a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    transition: all .5s ease;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background: rgba(13, 112, 117, 0.83);
}

.custom_tabs .nav-tabs > li > a:hover,
.custom_tabs .nav-tabs > li.active > a:hover {}


.navbar-nav > li:hover:after,
.navbar-nav > li.active:after {
    /*color: #ffffff;
    display: block;
    background-color: transparent;*/
}

.navbar-brand {
    height: 100%;
    display: block;
    margin-left: 0px !important;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    padding: 10px 35px;
    padding-left: 0px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    background: #fff !important;

}

.navbar-brand > img {
    max-height: 60px;
}

.navbar-header {
    /*  transform: translateX(-50%);
    left: 50%;*/
    position: relative;
    height: auto;
    transition: all .5s ease;
    padding-top: 0px;
    min-height: auto;
    clear: both;
}

.scrolling .navbar-header {
    border-radius: 0px;
    left: 0%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    transform: translateX(0%);
}

.header_logo1 {
    display: block;
    margin-left: 0px;
    margin: 0 auto;
    margin-left: 0px;
    height: 160px;
}

.heading_first {
    font-weight: 300;
    line-height: 42px;
}

.heading_first span {
    display: block;
    font-weight: bold;
}

.scrolling .navbar {
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.04);*/
}


.scrolling .navbar {}

.scrolling .navbar-header {}


.navbar-brand a {
    margin: 0px 35px;
    float: left;
}

.navbar-nav.navbar-right {
    margin-top: 21px;

    transition: all .5s ease;
}

.navbar-brand a img {
    height: 80px;
    transition: all .5s ease;
    image-rendering: auto;


}

.scrolling .navbar-brand a img {
    height: 60px;
}

.btn.btn-default {
    background-color: #327aff;
    color: #fff;
    padding: 6px 21px;
    border: 0px;
    /* font-size: 15px; */
    border-radius: 50px;
    letter-spacing: 1px;
    transition: all .3s ease;
    outline: 0;
}


.btn.btn-default:hover {
    background-color: #1e56c0;
}

/*
* form styles
*/

.text {
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 20px;
    /*  border-radius: 4px;*/
    border: 0px;
    background: rgba(255, 255, 255, 0.00);
    border-bottom: 1px solid #000;
    color: #000;
    outline: 0px !important;
    padding-left: 0px;
}

textarea.text {
    height: 120px;
}

select.text {
    width: 100%;
    padding: 10px 0px 10px;
}

select.text option {
    color: #000;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    color: #000;
    font-weight: 300;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    color: #000;
    font-weight: 300;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    color: #000;
    font-weight: 300;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    color: #000;
    font-weight: 300;
}

.divider_form {
    text-align: left;
    margin-top: 15px;
}

.divider_form hr {
    margin-top: 0px;
    display: none;

}

.divider_form span {
    font-size: 13px;
    font-weight: bold;
    /*color: rgba(0, 0, 0, 0.55);*/
    color: #9cbf63;
    text-transform: uppercase;
}


/*
* first static section styles
*/

section.first_image {
    min-height: 100vh;
    position: fixed;
    top: 0px;
    z-index: -1;
    left: 0px;
    width: 100%;
    background-position: center;
    background-size: cover;

    background-image: url(../images/slider_image1.jpg)
}

.first_image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.55);
    background-color: rgba(9, 23, 47, 0.58);
    transition: all .5s ease;
}

.video_playing .first_image:before {
    background-color: rgba(0, 0, 0, 0)
}

.video_play.play_again {
    cursor: pointer;
}

/*
* First section content styles
*/

section.slider_section {
    height: 100vh;

}

section.slider_section .container-fluid,
section.slider_section .row,
section.slider_section .col-md-6 {
    height: 100%;
}

.video_playing section#slider_area .inner_content {
    top: 100vh;

}

.close_video {
    position: fixed;
    top: 20vh;
    right: 15px;
    background: #000;
    padding: 1px 7px;
    cursor: pointer;
    opacity: 0;
    transition: all .5s ease;
}

.video_playing .close_video {
    opacity: 1;
}

#slider_video {
    opacity: 0;
    transition: all .5s ease;
    width: 100vw;
    /* Could also use width: 100%; */
    height: 100vh;
    object-fit: cover;
    position: fixed;
    /* Change position to absolute if you don't want it to take up the whole page */
    left: 0px;
    top: 0px;
    z-index: -1;

}

.video_playing #slider_video {
    opacity: 1;
}

section#slider_area {
    overflow: hidden;
    position: relative;
}

#slider_area:before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0px;
    left: auto;
    top: 0px;
    background: #fff;
}

section#slider_area .inner_content {
    top: 25vh;
    position: relative;
    transition: all 2s ease;
}

section#slider_area .inner_content h1 span {
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
}

section#slider_area .inner_content h1 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: bolder;
    line-height: 51px;
}

.video_play {
    text-align: center;
}

.video_play span {
    display: block;
    position: relative;
    font-size: 13px;
    top: -1px;
}

.video_play svg {
    width: 60px;
}

.video_play img {
    width: 60px;
}

.sound {
    width: 100px;
    height: 100px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.sound--icon {
    color: #333;
    width: 75%;
    height: 100%;
    line-height: 100%;
    font-size: 100px;
    display: block;
    margin: auto;
}

.sound--wave {
    position: absolute;
    border: 4px solid transparent;
    border-right: 4px solid #333;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.sound--wave_one {
    width: 50%;
    height: 50%;
}

.sound--wave_two {
    width: 75%;
    height: 75%;
}

.sound-mute .sound--wave {
    border-radius: 0;
    width: 50%;
    height: 50%;
    border-width: 0 4px 0 0;
}

.sound-mute .sound--wave_one {
    -webkit-transform: rotate(45deg) translate3d(0, -50%, 0);
    transform: rotate(45deg) translate3d(0, -50%, 0);
}

.sound-mute .sound--wave_two {
    -webkit-transform: rotate(-45deg) translate3d(0, 50%, 0);
    transform: rotate(-45deg) translate3d(0, 50%, 0);
}

.action_bar {
    position: fixed;
    width: 100%;
    bottom: 100px;
    left: 0px;
    z-index: 9;
}

section#slider_area .inner_content a {
    margin-top: 20px;
}

section#slider_area .inner_content p {
    color: #fff;
}


/*
* Main content styles
*/

.main_content_wrapper {
    /*background: #fff;*/
}

.big_text {
    font-size: 21px;
    margin-bottom: 35px;
    line-height: 28px;
}

.black_text {
    color: #252525;
}

/*
* section services
*/

.services_area {
    background: #fff;
    padding: 60px 0px;
}

.services_area h2 {
    margin-top: 0px;
    margin-bottom: 35px;
}

.service-block-parent {
    text-align: center;
    overflow: hidden;
}

.service-block-parent * {
    outline: 0;
}

.service-block-parent:after {
    content: "";
    clear: both;
    display: table;
}

.left_wrap {
    padding-left: 20%;
}

.service-block {
    display: inline-block;
    position: relative;
    margin: 0%;
    vertical-align: top;
    overflow: hidden;
    color: #000;
    width: 20%;
    float: left;
    min-height: 95px;
    text-align: center;
    line-height: 16px;
}

.service-block p {
    margin-bottom: 0px;
}

.service-block:before {
    transform: rotate(-45deg);
}

.service-block:before {

    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.03);
    transition: all ease 0.5s;

}

.service-block figure {
    z-index: 9;
    display: block;
    margin: 0 10px;
}

.service-block a {}

.service-block figure {
    position: relative;

    /*
    top: 50%;
    transform: translateY(-50%);
*/
}

.service-block img {
    width: auto;
    height: 50px !important;
    margin: 0 auto;
    display: block;
    margin-bottom: 5px;
}

.service-block p {
    font-size: 11px;
}

.service-block span {
    display: inline-block;
    background: rgb(57, 126, 255);
    padding: 5px 15px;
    color: #fff;
    border-radius: 2px;
    box-shadow: 0px 0px 1px #d0d0d0;
    font-size: 12px;
    font-weight: 700;
    width: 14px;
    transition: all ease 0.5s;
    white-space: nowrap;
    overflow: hidden;
    /* height: 12px; */
    padding: 0px;
    padding-left: 7px;
    border-radius: 30px;
    margin-top: 3px;
}

/*
* section 1 styles
*/

section.first.about {
    position: relative;
    background-image: url(../images/second_section_bg.jpg);
    background-size: cover;
    background-position: center top;
    padding: 190px 0px;
}

.section_cont_wrap {
    position: relative;
}

section.first.about:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #0d7075;
    opacity: .9;
}

/*
* section 2
*/

.images_slider {
    overflow: hidden;
    margin-top: 30px;
}

.images_slider ul {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    overflow: hidden;
}

.images_slider .slick-arrow {
    height: 25px;
    display: none !important;
    width: 25px;
}

.images_slider li {
    outline: 0 !important;
    margin: 0px 5px;
}

.images_slider li a {
    height: 130px;
    width: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*
* section 3
*/

section.info_bar {
    padding: 30px 0px;
    background: #fff;
    overflow: hidden;
}

.info_bar h2 {
    color: #555;
    letter-spacing: -1px;
    font-size: 24px;
    margin-top: 35px;
    font-weight: bold;
    margin-top: 30px;
    text-align: left;
}

.info_bar #slick_slider {
    padding: 0px;
    margin: 0px;
}

.info_bar #slick_slider li {
    height: 125px;
    outline: 0 !important;
}

.slick-arrow {
    position: absolute;
    top: -30px;
    right: -40px;
    background-color: transparent;
    border: 0px;
    color: #fff;
    text-indent: -10000px;
    width: 30px;
    height: 30px;
    background-image: url(../images/icons/icon_next.svg);
    background-size: auto 57%;
    background-position: 58% 50%;
    background-repeat: no-repeat;
    transition: all .3s ease;
    outline: 0 !important;
    border-radius: 50%;
    border: 0px solid #327aff;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.slick-arrow:hover {}

.slick-prev.slick-arrow {
    right: auto;
    left: -40px;
    transform: rotate(180deg) translateY(50%);
    overflow: hidden;

}

.info_bar #slick_slider li img {
    padding: 15px;
    height: 100%;
    vertical-align: middle;
    height: 100%;
    position: relative;
    display: block;
    object-fit: contain;
    width: 100%;
    object-position: center;
    background: #fff;
}

section.info_bar p {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
}

/*
* section process
*/

.our_process {
    background: #f5f5f5;
}

.our_process .big_numbers {
    font-size: 100px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.19);
    display: block;
    line-height: 0px;
    background: rgba(0, 0, 0, 0.050980392156862744);
    border-radius: 50%;
    text-align: center;
    line-height: 11px;
    width: 150px;
    padding-bottom: 75px;
    padding-top: 65px;

}

.our_process p {
    margin-bottom: 0px;
}

.our_process h2 {
    margin-top: 0px;
    margin-bottom: 45px;
}

.process_1,
.process_2,
.process_3 {
    padding: 50px 0px;
}

.our_process .process_1 {}

.our_process .process_2 {
    background: #fff;

}

.our_process .process_3 {
    padding: 90px 0px;
}

.process_row {
    margin: 30px 0px;
    padding: 30px 0px;
}



/*
* section prices
*/

section.prices {
    position: relative;
    padding: 240px 0px;
    background: url(../images/forth_section_bg.jpg) center center no-repeat;
    background-size: cover;
}

.fourth.prices .btn {
    cursor: initial !important;
}

.fourth.prices .btn:hover,
.fourth.prices .btn:active {
    background-color: #0d7075;
    color: #fff;

}

.fourth.prices .btn.yellow:hover,
.fourth.prices .btn.yellow:active {
    background-color: #d7b63d;
}

section.prices:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: .69;
}

section.prices .btn {
    margin-bottom: 20px;
    font-size: 20px;
    white-space: unset;
}

section.prices .btn.yellow {
    margin-bottom: 45px;
}

section.prices p {
    margin-bottom: 0px;
}

/*
* section contact
*/

section.contact h2 {
    color: #fff;
    margin-bottom: 75px;
}

section.contact {
    background: #efefef;
    background: rgba(0, 46, 134, 0.54);
}

section.contact a {
    display: inline-block;
    border: 1px solid #fff;
    min-width: 230px;
    padding: 8px 20px;
    margin: 9px;
    transition: all .5s ease;
}

section.contact a:hover {
    background: #fff;
    text-decoration: none;
}

section.contact .first_col {
    position: relative;
    /*background-image: url(../images/first_contact.jpg);*/
    padding: 100px 0px;
    background-size: cover;
    background-position: center;
}

section.contact .col_inner_content {
    position: relative;

}

section.contact .first_col:before {
    /* background-color: rgba(13, 112, 117, .74);*/
    content: "";
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;

}

section.contact .second_col {
    position: relative;
    /*background-image: url(../images/second_contact.jpg);*/
    padding: 440px 0px 100px;
    background-size: cover;
    background-position: center top;

}

section.contact .second_col:before {
    content: "";
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, .35);*/
}

/*
* section tabs
*/

section.tabs_section {
    padding: 60px 0px;
    color: #252525;
    background: #fff;
}

.custom_tabs {}

.custom_tabs .nav-tabs > li {
    float: none;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    transition: all .3s ease;
}

.custom_tabs .nav-tabs > li > a {
    border: 0px;
    color: #d6d7d8;
    /* font-weight: bold; */
    letter-spacing: 1px;
    text-transform: none;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 19px;
    padding-bottom: 6px;
    transition: all .5s ease;
    margin-right: 0px;

}

.custom_tabs .nav-tabs > li.active > a {
    border: 0px;
    color: #0d7075;

}

.custom_tabs .nav-tabs > li > a:hover,
.custom_tabs .nav-tabs > li.active > a:hover {
    border: 0px;
    color: #0d7075;
}

.custom_tabs .nav-tabs {
    border-bottom: 0px;
    text-align: center;
    margin-bottom: 60px;
}

.custom_tabs .nav-tabs > li:hover {
    border-bottom: 3px solid #0d7075;
}

.custom_tabs .nav-tabs > li.active {
    border-bottom: 3px solid #0d7075;
}

.time_line {
    color: rgba(107, 107, 107, 0.41);
    font-weight: bolder;
    font-size: 25px;
    margin-bottom: 24px;
}

.tab-pane ul {
    padding-left: 0px;
    margin-left: 0px;
}

.tab-pane ul li {
    list-style: none;
    margin-bottom: 8px;
}


.image_right {
    background-image: url(../images/third_section.jpg);
    height: 350px;
    width: 350px;
    background-size: 460px auto;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    margin-left: 20%;
}

/*
* footer styles
*/

footer {
    padding: 15px 0px;
    background: #fff;
    position: relative;
}

footer.show_footer {
    opacity: 1;
}

footer p {
    font-size: 15px;
    line-height: 35px;
    margin-bottom: 0px;
    color: #000;
}



.back_to_top {
    position: fixed;
    right: 0%;
    bottom: 7%;
    transform: rotate(-90deg);
    opacity: 0;
    transition: all .5s ease;
    cursor: pointer;
    color: #3379ff;
}

.back_to_top.show {
    opacity: 1;
}


.back_to_top img {
    height: 34px;
    transform: rotate(90deg);
    padding-bottom: 13px;
}

@media (max-width: 990px) {
    .row.no-flex-mobile {
        display: block;
    }
    .row.no-flex-mobile > [class*='col-'] {
        display: block;
        flex-direction: initial;
        height: auto;
    }
    section.slider_section {
        height: auto;
    }
    #slider_area:before {
        width: 0px;
    }
    .vertical_middle.left_wrap {
        top: auto;
        transform: translateY(-0px);
        padding: 5%;
        text-align: center;
    }
    .header_logo1 {
        height: auto;
        width: 60%;
        margin: 0 auto;
        max-width: 240px;
    }

    .heading_first {
        font-size: 30px;
        line-height: 34px;
        margin-top: 5px;
    }
    .form_area {
        border-radius: 0px;
    }
    .form_area h3 {
        margin-top: 30px;
        font-size: 22px;
    }
    .image_right {
        margin-right: 0px;
        margin-left: 0px;
        height: 270px;
        width: 270px;
        background-size: 370px auto;
        margin: 0 auto;
    }
    form {
        margin-bottom: 35px;
    }
    .navbar-header {
        border-radius: 0px;
        left: 0;
        transform: translateX(0);
    }
    .navbar-brand a {
        margin: 0px 10px;

    }
    .scrolling .navbar-brand a img {
        height: 80px;
    }
    .navbar-toggle {
        display: none;
    }
    section#slider_area .inner_content {
        top: 30vh;
    }
    /*.video_playing section#slider_area .inner_content {
        top: 30vh;
    }*/
    #slider_video {
        opacity: 0;
        background: transparent;
        height: 100vh;
        position: relative;
        transition: all 1s ease;
        width: 100%;
        object-fit: contain;
        z-index: -1;

    }
    .video_playing #slider_video {
        opacity: 1;
        background: #fff;
    }
    section#slider_area .inner_content h1 {
        color: #fff;
        font-size: 40px;
        margin-bottom: 15px;
        letter-spacing: -1px;
        line-height: 40px;
    }
    section.contact .first_col {
        padding: 0px;
    }
    section.contact .first_col h2 {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    section.contact {
        background-position: center top;
        background-size: contain;
        background-color: #41888c;
        padding-top: 135px;
    }
    section.first.about {
        padding: 50px 0px;
    }
    .custom_tabs .nav-tabs > li {
        margin-left: 0px;
    }
    .custom_tabs .nav-tabs > li > a {
        font-size: 17px;
    }
    section.contact .first_col form {
        padding-bottom: 50px;
    }
    .time_line {
        text-align: center;
    }
    section.prices {
        padding: 100px 0px;
    }

}
