/*-----------------------------------------------------------------------------
    * Website Style
    * @author: Hasan YUKSEL
----------------------------------------------------------------------------- */
@import url('font.css');
* {
    outline: none;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}


h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

a, a:hover, a:active {
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;

}
a:visited {
    color:white;
}
a:link {
    color:white;
}

body {
    overflow-x: hidden;
}


html, body, form {
    height: 100%;
    background-color: #FFFFFF;
font-family: 'Raleway', sans-serif;
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    float: left;
    width: 100%;
}
form{
    background: transparent;
}
.scrollTop {
    display: block;
    width: auto;
    height: auto;
    position: fixed;
    right: 20px;
    top: auto;
    z-index: 99;
    bottom: 20px;
    cursor: pointer;
    font-size: 18px;
    transition: all 300ms;
    width: 44px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #2574bb;
    border-radius: 50%;
    color: #fff;
}

    .scrollTop.animatedIn {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: bounceInRight;
        animation-name: bounceInRight;
    }


    .scrollTop.animatedOut {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: bounceOutRight;
        animation-name: bounceOutRight;
    }

.revealOnScroll {
    opacity: 0;
}

.animated {
    opacity: 1;
}

/*------------------------------------------ header animation ------------------------------------------*/

header {
    width: 100%;
    z-index: 9;
    display: inline-block;
    float: left;
    position: relative;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

.header {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
}

.nav-up {
}


/*------------------------------------------ header animation ------------------------------------------*/



/*------------------------------------------ banner style ------------------------------------------*/
.banner {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
}
.banner.homepage .carousel-item {
    -webkit-transition: all 1.5s !important;
    -moz-transition: all 1.5s !important;
    -o-transition: all 1.5s !important;
    transition: all 1.5s !important;
    height: 100%;
}
.homepage.banner .carousel-caption {
    right: 0;
    left: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}
.homepage.banner .carousel-caption .carousel-item{
    height: 100%;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 1.5s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}




    .homepage.banner .carousel-caption .carousel-text-wrap {
        display: table;
        width: 100%;
        height: 100%;
        float: left;
    }

        .homepage.banner .carousel-caption .carousel-text-wrap .verMid {
            display: table-cell;
            vertical-align: middle;
            width: 100%;
        }

            .homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper {
                text-align: right;
            }

.banner.homepage {
    height: 100%;
}

.homepage.banner .carousel-item > img {
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: cover;
}

.banner.homepage .carousel {
    display: inline-block;
    width: 100%;
    float: left;
    height: 100%;
}

    .banner.homepage .carousel .carousel-inner {
        display: inline-block;
        float: left;
        height: 100%;
    }
/*------------------------------------------ banner style ------------------------------------------*/

.header {
    width: 100%;
    float: left;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 67px;
}

.header .left {width: calc(100% - 500px);padding: 12px 100px;display: flex;align-items: center;justify-content: flex-start;float: left;flex-wrap: wrap;}

.header .right {
    width: 500px;
    display: inline-block;
    float: left;
}

.header .left .logo, .header .left .logo a {
    display: inline-block;
    float: left;
    text-decoration: none;
    width: 180px;
}

.header .left .logo img {
    width: auto;
    display: inline-block;
    float: left;
}

.header .menu {
    display: inline-block;
    float: left;
    width: calc(100% - 180px);
}

.header .menu ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.header .menu ul li {
    float: left;
    display: inline-block;
}

.header .menu ul li a {
    float: left;
    display: inline-block;
    padding: 6px 20px;
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
    transition: all 500ms ease;
    color: #081a39;
    border-right: 2px solid #081a39;
}

.header .menu ul li:last-child a {
    border-right: 0;
}

.phone_button_container .button {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    height: 100%;
    background: #0077be;
    color: #ffffff;
    font-size: 21px;
    font-weight: bold;
    padding: 0 15px;
    text-decoration: none;
}

.phone_button_container .button img {
    margin-right: 15px;
    width: auto;
}

.phone_button_container .button.phone {
    background: #0077be;
}

.phone_button_container .button.whatsapp {
    background: #3dc050;
}

.header .menu ul li a:hover {
    color: #0077be;
}
.fix-social-media {
    position: fixed;
    left: 0;
    top: 67px;
    z-index: 10;
    background: #0077be;
    width: 52px;
}

.fix-social-media ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: inline-block;
    float: left;
    padding: 10px 0;
}

.fix-social-media ul li {
    width: 100%;
    display: inline-block;
    float: left;
}

.fix-social-media ul li a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    float: left;
    text-decoration: none;
    height: 46px;
    font-size: 26px;
}
.banner .down-button-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 20px 0;
}

.banner .down-button-wrapper .button {
    width: 60px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    padding-top: 5px;
    text-decoration: none;
    transition: all 500ms ease;
}.banner .down-button-wrapper .button:hover {
    background: #fff;
    color: #484848;
}
.section-container {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
}

.section-container .section {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
}

.section-container .section.section_1 .box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    padding: 20px 0;
}
.section-container .section_2 {
    background: #0077be;
    padding: 40px 0;
}

.section-container .section_2 .white-title {
    font-size: 66px;
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    color: #ffffff;
    font-weight: 900;
}

.section-container .section_2 .blue-text-list {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 20px;
}

.section-container .section_2 .blue-text-list li {
    float: left;
    font-size: 45px;
    font-weight: bold;
    color: #051b4d;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.section-container .section_2 .blue-text-list li:before {content: '';width: 12px;height: 12px;background: #051b4d;border-radius: 50%;display: inline-block;float: left;margin-right: 15px;}

.section-container .section_2 .blue-text-list li:first-child:before {
    display: none;
}

.section-container .section_2 .box-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

.section-container .section_2 .box-wrapper .box {
    float: left;
    display: inline-block;
    font-weight: 800;
    color: #ffffff;
    font-size: 30px;
    line-height: 36px;
    text-align: left;
    padding: 0 30px;
    border-right: 3px solid #fff;
}

.section-container .section_2 .box-wrapper .box b {
    display: inline-block;
    float: left;
    font-size: 46px;
}

.section-container .section_2 .box-wrapper .box:last-child {
    border-right: 0;
    padding-right: 0;
}

.section-container .section_2 .box-wrapper .box:first-child {
    padding-left: 0;
    padding-top: 5px;
}
.section-container .section .blue-title {
    width: 100%;
    text-align: center;
    display: inline-block;
    float: left;
    color: #0077be; 
    font-size: 60px;
    font-weight: 900;
    padding: 50px 20px;
    line-height: 60px;
}
.section-container .parallax_section .parallax-image {
    width: 100%;
    display: inline-block;
    float: left;
    min-height: 650px;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 42vw;
}

.section-container .parallax_section .wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 110px;
    display: flex;
    justify-content: space-between;
    float: left;
    align-items: flex-start;
}

.section-container .parallax_section .wrapper .title-box {
    font-size: 58px;
    line-height: 60px;
    font-weight: 900;
    color: #fff;
    border-bottom: 10px solid #fff;
    background: rgba(0, 45, 72, 0.9);
    padding: 20px 20px;
    box-shadow: 0 4px 12px rgba(0, 45, 72, 0.65);
}

.section-container .parallax_section .wrapper .text-box {
    background: rgba(255, 255, 255, .7);
    color: #0077be; 
    font-size: 26px;
    padding: 25px 25px;
    max-width: 780px;
    width: auto;
    line-height: 33px;
}
.section-container .parallax_section .wrapper.align-bottom {flex-direction: column;height: 100%;}

.phone_button_container {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    float: left;
    height: 100%;
}

.section-container .parallax_section .wrapper.align-bottom .title-box {
    box-shadow: 0 -4px 12px rgba(0, 45, 72, 0.65);
}

footer {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 50px 250px;
}

.footer {
    width: 100%;
    display: inline-block;
    float: left;
}

.footer .blue-box {
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    background: #0077be;
    font-weight: bold;
    color: #fff;
    font-size: 54px;
    padding: 20px 0;
    margin-bottom: 30px;
}

.footer .phone_button_container {
    max-width: 700px;
    height: 80px;
    float: none;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 30px;
}

.footer .phone_button_container .button {
    font-size: 30px;
    width: 48%;
}

.footer .social-media {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-top: 3px solid #0077be;
    padding-top: 30px;
}

.footer .social-media li {
    float: left;
    display: inline-block;
}

.footer .social-media li a {
    float: left;
    display: inline-block;
    color: #0077be;
    font-size: 35px;
    padding: 0 10px;
}
.footer .copryt {
    color: #052551;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    display: inline-block;
    text-align: center;
    float: left;
    margin-top: 25px;
}
.contact_form_box {
	position: fixed;
    /* right: -500px; */
    right: 0;
    top: 0;
    z-index: 11;
    display: inline-block;
    float: left;
    width: 600px;
    height: calc(100% - 67px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    padding-left: 100px;
    -webkit-transform: translateX(500px);
    -moz-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -o-transform: translateX(500px);
    transform: translateX(500px);
    -webkit-transition: transform .7s ease-in-out;
    -moz-transition: transform .7s ease-in-out;
    -ms-transition: transform .7s ease-in-out;
    -o-transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
}
.contact_form_box1 {
    position: fixed;
    /* right: -500px; */
    right: 0;
    top: 67px;
    z-index: 11;
    display: inline-block;
    float: left;
    width: 600px;
    height: calc(100% - 67px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    padding-left: 100px;
    -webkit-transform: translateX(500px);
    -moz-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -o-transform: translateX(500px);
    transform: translateX(500px);
    -webkit-transition: transform .7s ease-in-out;
    -moz-transition: transform .7s ease-in-out;
    -ms-transition: transform .7s ease-in-out;
    -o-transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
}

.contact_form_box .button {
    position: absolute;
    left: -103px;
    top: 200px;
    background: #fff;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0077be;
    font-size: 36px;
    font-weight: bold;
    padding: 0 40px;
    box-shadow: 0 0 18px 0 rgba(147, 148, 151, .75);
    transform: rotate(-90deg);
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
	visibility: visible;
    opacity: 1;
    cursor: pointer;
}

.contact_form_box .wrapper {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 30px 45px;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    background: #dddee1;
    position: relative;
    min-height: 100%;
}

.contact_form_box .wrapper .close-button {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff;
    font-size: 22px;
    color: #0077be;
    text-decoration: none;
}

.contact_form_box .wrapper .logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}

.contact_form_box .wrapper .form-box {
    width: 100%;
    display: inline-block;
    float: left;
    margin-top: 20px;
    background: #eceef1;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 0 18px rgba(198, 199, 201, 0.6);
}

.contact_form_box .wrapper .form-box .title-box {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    text-align: center;
}

.contact_form_box .wrapper .form-box .title-box .title {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 21px;
    color: #0077be;
    font-weight: bold;
}

.contact_form_box .wrapper .form-box .title-box .text {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #0077be;
}
.form-box .form-group {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 6px 0;
}

.form-box .form-group > input, .form-box .form-group > textarea {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 9px 15px;
    border-radius: 2px;
    border: 0;
    background: #dde3ec;
    color: #0077be;
    font-size: 14px;
}

.form-box .form-group .chekbox {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
    margin: 5px 0;
}

.form-box .form-group .chekbox > input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}

.form-box .form-group .chekbox > label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    float: left;
    flex-wrap: wrap;
    position: relative;
    padding-left: 32px;
    margin: 0;
    font-size: 13px;
}

.form-box .form-group .chekbox > label:before {content: "\f00c";width: 20px;height: 20px;float: left;margin-right: 10px;background: #fff;position: absolute;left: 0;top: 0;color: #fff;font-family: 'FontAwesome';display: flex;align-items: center;justify-content: center;font-size: 11px;}

.form-box .form-group .chekbox > input:checked + label:before {
    background: #0077be;
}

.form-box .form-group .form-button {
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #0077be;
    border: 0;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    height: 40px;
    border-radius: 3px;
    font-size: 19px;
    outline: none;
    box-shadow: none;
}


.contact_form_box::-webkit-scrollbar {
  width: 0;
}

.contact_form_box::-webkit-scrollbar-track {
  background: transparent;
}

.contact_form_box::-webkit-scrollbar-thumb {
  background: transparent;
}

.contact_form_box::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
.form-box .form-group > input::-webkit-input-placeholder, .form-box .form-group > textarea::-webkit-input-placeholder { /* Edge */
    color: #0077be;
    font-size: 14px;
    }

.form-box .form-group > input:-ms-input-placeholder, .form-box .form-group > textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #0077be;
    font-size: 14px;
    }

.form-box .form-group > input::placeholder, .form-box .form-group > textarea::placeholder {
    color: #0077be;
    font-size: 14px;
    }
.form-box .form-group > textarea {
    resize: none;
}

.contact_form_box.active .button {
    opacity: 0;
    visibility: hidden;
}

.contact_form_box.active {
    /* right: 0; */
    z-index: 16;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.phone-box {
    position: fixed;
    left: 120px;
    z-index: 11;
    display: inline-block;
    float: left;
}
@media all and (max-width: 500px){
    .phone-box {
        bottom: 60px;
    }
}
@media all and (min-width: 501px){
    .phone-box {
        bottom: 0;
    }
}     

.phone-box .button {
    display: inline-block;
    float: left;
    cursor: pointer;
    margin-bottom: 100px;
    padding: 0 15px;
}

.phone-box .title-box {
    width: 100%;
    float: left;
    background: #0077be;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.25);
}

.phone-box .wrapper {
    width: 360px;
    display: inline-block;
    float: left;
}
.phone-box .wrapper .box-content {
    width: 100%;
    display: inline-block;
    float: left;
    height: 500px;
    background: #eceef1;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    /* transform: translateY(530px); */
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(530px);
    -moz-transform: translateY(530px);
    -ms-transform: translateY(530px);
    -o-transform: translateY(530px);
    transform: translateY(530px);
    -webkit-transition: transform .7s ease-in-out;
    -moz-transition: transform .7s ease-in-out;
    -ms-transition: transform .7s ease-in-out;
    -o-transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
}

.phone-box .wrapper .box-content .close-button {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    position: absolute;
    left: 13px;
    top: 14px;
    background: #ffffff;
    font-size: 16px;
    color: #0077be;
    text-decoration: none;
    border-radius: 50%;
}

.phone-box .wrapper .box-content .top {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0077be;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    height: 220px;
}

.phone-box .wrapper .box-content .center {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    float: left;
    height: calc(100% - 220px);
}

.phone-box .wrapper .box-content .center .form-box {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0 30px;
}

.phone-box .wrapper .box-content .center .form-box .note-text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-top: 30px;
    cursor: pointer;
    font-size: 18px;
    color: #0077be;
    height: auto;
}

.phone-box .wrapper .box-content .center .form-box .note-text .button {
    height: auto;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
}
.phone-box.active .wrapper .box-content.box-1 {-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);}
.phone-box.box_active .wrapper .box-content.box-2 {-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);}
.phone-box .wrapper .box-content .top {
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-box .wrapper .box-content .top .left {
    width: calc(100% - 50px);
    float: left;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    padding-left: 40px;
}

.phone-box .wrapper .box-content .top .left > * {
    width: 100%;
    display: inline-block;
    float: left;
}

.phone-box .wrapper .box-content .center {
    height: calc(100% - 66px);
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.phone-box .wrapper .box-content .center .message-content {
    width: 100%;
    display: inline-block;
    float: left;
    height: 70%;
    border-bottom: 1px solid #0077be;
}

.phone-box .wrapper .box-content .center .message-bottom {
    height: 30%;
    display: inline-block;
    float: left;
    width: 100%;
}

.phone-box .wrapper .box-content .center .message-content .wrapper {
    width: 100%;
    display: inline-block;
    float: left;
    height: 100%;
        -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}

.phone-box .wrapper .box-content .center .message-bottom .wrapper {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
    height: 100%;
    padding-right: 75px;
}

.phone-box .wrapper .box-content .center .message-bottom .wrapper input {
    width: 100%;
    display: inline-block;
    float: left;
    border: 0;
    background: transparent;
    padding: 15px 15px;
        color: #0077be;
    font-size: 14px;
}

.phone-box .wrapper .box-content .center .message-bottom .wrapper .submit_button {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 46px;
    margin-top: -23px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: #0077be;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.phone-box .wrapper .box-content .center .message-bottom .wrapper .submit_button * {
    font-weight: bold;
}


.phone-box .wrapper .box-content .center .message-content .wrapper::-webkit-scrollbar {
  width: 0;
}

.phone-box .wrapper .box-content .center .message-content .wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.phone-box .wrapper .box-content .center .message-content .wrapper::-webkit-scrollbar-thumb {
  background: transparent;
}

.phone-box .wrapper .box-content .center .message-content .wrapper::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
.phone-box .wrapper .box-content .center .message-bottom .wrapper input::-webkit-input-placeholder { /* Edge */
    color: #0077be;
    font-size: 14px;
    }

.phone-box .wrapper .box-content .center .message-bottom .wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #0077be;
    font-size: 14px;
    }

.phone-box .wrapper .box-content .center .message-bottom .wrapper input::placeholder {
    color: #0077be;
    font-size: 14px;
    }


/*------------------------------------------ MODAL/POPUP ------------------------------------------*/

#HomepageModal img {
    max-width: 100%;
    display: inline-block;
    float: left;
}

#HomepageModal .modal-body {
    padding: 0;
    background: #eceef1;
    border-radius: 5px;
    padding: 30px 20px;
    flex-wrap: wrap;
    display: flex;
    float: left;
    width: 500px;
    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 100%;
}

#HomepageModal .modal-dialog {
    overflow: initial;
    background: transparent !important;
    margin-top: 60px;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
}
#HomepageModal .close-button {
    right: 0;
    border: 0;
    cursor: pointer;
    box-shadow: none;
    outline: none;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    position: absolute;
    top: 0;
    background: #ffffff;
    font-size: 22px;
    color: #0077be;
    text-decoration: none;
}

/*------------------------------------------ MODAL/POPUP ------------------------------------------*/

/*CONTACT*/
.section.contact_box {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 40px 0;
}

.section.contact_box .list-group h2 {
    width: 100%;
    display: inline-block;
    float: left;
    font-weight: bold;
    margin-bottom: 10px;
    color: #0077be;
}

.section.contact_box .list-group .list-group-item {
    width: 100%;
    display: inline-block;
    float: left;
    border: 0;
    font-size: 16px;
    text-decoration: none;
}

.section.contact_box .list-group .list-group-item a {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 7px 0;
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.section.contact_box .list-group .list-group-item a i {
    color: #0077be;
    margin-right: 4px;
    width: 20px;
}


.section.contact_box .row > div iframe {
    height: 100%;
    width: 100%;
    display: inline-block;
    min-height: 320px;
}
/*CONTACT*/
.modal-backdrop.show {
    opacity: .35;
}
.modal-content {
    border: 0;
    background: transparent;
}

#HomepageModal .modal-body .logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 20px 0;
}

#HomepageModal .modal-body .text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    float: left;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 14px;
    color: #0077be;
}

#HomepageModal .modal-body .text > * {
    width: 100%;
    display: inline-block;
}

#HomepageModal .modal-body .text > b {
    font-weight: bold;
    font-size: 140%;
}

#HomepageModal .modal-body .icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-bottom: 20px;
}

#HomepageModal .modal-body .icon i {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0077be;
    border-radius: 50%;
    color: #0077be;
    font-size: 40px;
}

@media (max-width: 767px){
    
.section.contact_box .list-group .list-group-item {
    margin-bottom: 10px;
}

.section.contact_box {
    padding-bottom: 0;
}
#HomepageModal .modal-body .text {
    margin: 20px 0;
}

#HomepageModal .modal-body .logo {
    margin-top: 0;
}

#HomepageModal .modal-body .icon {
    margin-bottom: 0;
}

#HomepageModal .modal-body .icon i {
    width: 60px;
    height: 60px;
    font-size: 25px;
}
}
.modal-content {
    overflow: hidden;
}

/*-------------------------------------------------------
    #RESPONSIVE
-------------------------------------------------------*/

@media (max-width: 1600px){


}
@media (max-width: 1400px){
.section-container .parallax_section .wrapper .text-box {
    max-width: 600px;
}
    .section-container .parallax_section .wrapper {
    padding: 0 40px;
}

footer {
    padding: 50px 120px;
}

.header .left {
    padding: 12px 30px;
}
}
@media (max-width: 1200px) {
    .fix-social-media {
    width: 60px;
}

.fix-social-media ul li a {
    height: 50px;
    font-size: 28px;
}

.header .menu ul li a {
    font-size: 19px;
}

.header .right {
    width: 400px;
}

.phone_button_container .button {
    font-size: 17px;
}

.phone_button_container .button img {
    width: 30px;
}

.header .left {
    width: calc(100% - 400px);
}

.section-container .section_2 .white-title {
    font-size: 51px;
}

.section-container .section_2 .blue-text-list li {
    font-size: 33px;
}

.section-container .section_2 .box-wrapper .box b {
    font-size: 36px;
}

.section-container .section_2 .box-wrapper .box {
    font-size: 23px;
}

.section-container .section .blue-title {
    font-size: 48px;
    line-height: 55px;
}

.section-container .parallax_section .wrapper .title-box {
    font-size: 45px;
    padding: 10px 20px;
    line-height: 47px;
}

.footer .blue-box {
    font-size: 42px;
    line-height: 55px;
}
.section-container .parallax_section .wrapper .text-box {
    max-width: 450px;
}
}
@media (min-width: 1000px){
    .mobiletab {

display: none !important;
}
    .header .mobile-menu-button{
        display:none !important;
    }
}
@media (max-width: 1000px){
	.mobiletab {
    display: inline-block !important;
    max-width: 100% !important;
    width: 100% !important;
}
    .header .menu ul {
    flex-wrap: wrap;
}

.header .menu ul li {
    width: 100%;
}

.header .menu ul li a {
    border: 0;
    border-bottom: 1px solid #06649c;
    width: 100%;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
}

header {
    z-index: 12;
}

.section-container .parallax_section .parallax-image {
    
    min-height: 450px;
}
.phone-box .title-box {
    width: 350px;
    max-width: 100%;
}

.phone-box .button {
    width: 100%;
    margin-bottom: 20px;
}
    .phone-box {
    left: 0;
}

.phone-box .title-box {
    height: 48px;
    font-size: 18px;
}

.contact_form_box .button {
    padding: 0 20px;
    font-size: 24px;
    height: 60px;
    left: -32px;
}

.phone-box .button img {
    width: 60px;
}
    .header .left {
    width: 100%;
}

.header .mobile-menu-button {
    width: auto !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #0476be;
    font-size: 37px;
}

.header .mobile-menu-button * {
    font-weight: bold;
}
    .header .menu {
    display: none;
    position: fixed;
    left: 0;
    top: 67px;
    width: 100%;
    height: calc(100% - 67px);
    background: #0077be;
    z-index: 26;
}

.header .right {
    display: none;
}

.header .left .logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .section-container .parallax_section .wrapper {
    position: relative;
    width: 100%;
    order: 1;
    flex-wrap: wrap;
    padding: 0 0;
}

.section-container .parallax_section .parallax-image {
    position: relative;
    order: 2;
    background-attachment: initial !important;
	background-position: center
	!important;
}

.section-container .section.parallax_section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.section-container .parallax_section .wrapper .title-box {
    width: 100%;
    box-shadow: none !important;
    border-bottom: 0;
}

.section-container .parallax_section .wrapper .text-box {
    max-width: 100%;
    width: 100%;
    order: 2;
}
}
@media (max-width: 800px){
	
  .contact_form_box {
    overflow: hidden;
    height: calc(100% - 67px);
}

    .contact_form_box .wrapper .form-box {
    margin-top: 50px;
    min-height: calc(100% - 60px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.contact_form_box .wrapper {
    height: 100%;
    overflow-y: scroll;
    display: inline-block;
}
.contact_form_box.active {
}
    footer {
    padding: 50px 50px;
}

.footer .blue-box {
    font-size: 28px;
    line-height: 34px;
}

.footer .phone_button_container .button {
    font-size: 22px;
}

.footer .phone_button_container {
    max-width: 100%;
    height: 60px;
}
  .contact_form_box {
    width: calc(100% + 100px);
    /* right: -100%; */
    -webkit-transform: translateX(calc(100% - 100px));
    -moz-transform: translateX(calc(100% - 100px));
    -ms-transform: translateX(calc(100% - 100px));
    -o-transform: translateX(calc(100% - 100px));
    transform: translateX(calc(100% - 100px));
}

.phone-box, .phone-box .wrapper {
    width: 100%;
    z-index: 12;
}

.phone-box .wrapper .box-content {
    height: calc(100% - 67px);
    border-radius: 0;
    transform: translateY(100vh);
    position: fixed;
}

.phone-box .title-box {
    width: 200px;
}
@media (max-width: 800px){
.banner .down-button-wrapper {
    z-index: 15;
    width: auto;
    left: 40%;
    right: 40%;
    bottom:60px;
    padding: 10px 10px;
}
}

header {
    z-index: 16;
}

.phone-box.box_active, .phone-box.active{
    z-index: 16;
}
.section-container .section_2 .white-title {
    font-size: 36px;
}

.section-container .section_2 .blue-text-list li {
    font-size: 22px;
}

.section-container .section_2 .box-wrapper .box {
    font-size: 18px;
    line-height: 25px;
}

.section-container .section_2 .box-wrapper .box b {
    font-size: 26px;
}

.section-container .section .blue-title {
    font-size: 36px;
    line-height: 40px;
    padding: 25px 0;
}

.section-container .parallax_section .wrapper .title-box {
    font-size: 28px;
}

.section-container .parallax_section .wrapper .text-box {
    font-size: 20px;
    line-height: 27px;
    padding: 20px;
}
}
@media (max-width: 600px){
    .section-container .parallax_section .parallax-image {
    height: 300px;
}
.section-container .section_2 .white-title {
    font-size: 24px;
}

.section-container .section_2 .blue-text-list li {
    font-size: 18px;
    padding: 5px 8px;
}

.section-container .section_2 .box-wrapper .box {
    font-size: 16px;
    line-height: 20px !important;
    text-align: center;
    letter-spacing: 0px !important;
}

.section-container .section_2 .box-wrapper .box b {
    font-size: 22px;
}

.section-container .section .blue-title {
    font-size: 26px;
    line-height: 30px;
    padding: 20px 0;
}

.section-container .parallax_section .wrapper .title-box {
    font-size: 21px;
    line-height: 30px;
}

.section-container .parallax_section .wrapper .text-box {
    font-size: 18px;
    line-height: 24px;
    padding: 15px 15px;
}
footer {
    padding: 50px 20px;
    padding-bottom: 140px;
}

.footer .phone_button_container .button {
    font-size: 18px;
}

.phone_button_container .button img {
    width: 20px;
}

.footer .phone_button_container {
    height: auto;
    flex-wrap: wrap;
}

.footer .social-media li a {
    font-size: 25px;
}

.footer .phone_button_container > * {
    width: 100% !important;
    margin: 6px 0;
    height: 45px;
}
.fix-social-media ul li a {
    font-size: 22px;
    height: 35px;
}

.fix-social-media {
    width: 50px;
}

.contact_form_box .button {
    height: 50px;
    padding: 0 20px;
    font-size: 18px;
    left: -4px;
    top: 150px;
}

.phone-box .button img {
    width: 49px;
}
.section-container .section_2 .box-wrapper {
    flex-wrap: wrap;
}

.section-container .section_2 .box-wrapper .box {
    width: 100%;
    border: 0;
    margin: 10px 0;
    padding: 0;
}

.section-container .section_2 .box-wrapper .box * {
    letter-spacing: 0 !important;
    width: 100%;
}
.contact_form_box .wrapper {
    padding: 20px 20px;
}

.contact_form_box .wrapper .logo {
    display: none;
}

}
/*-------------------------------------------------------
    #RESPONSIVE
-------------------------------------------------------*/
.mobiletab {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 33%;
  z-index: 100;
  font-size: 16px;
  font-weight: bold;

}
.call {
    background-color:#0077be;
    color:#ffffff; 
}
.whatsapp {
    background-color:#3dc050;
    color:#ffffff; 
}
