.text_wrapper_content a {
    color: #13bfb1;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}

.text_wrapper_content a:hover {
    text-decoration: none;
    color: #13bfb1;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
    border-bottom: 1px dashed;
}


.header_contact_nav {
    float: left;
    position: relative;
    top: 2px;
}

.header_contact_nav li a {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}

.header_contact_nav li h5 {
    font-size: 16px;
    white-space: normal;
}

#nav-lang li:first-child {
    float: right;
}

.slider_area .carousel-inner .item:before {
    opacity: 0.4;
}

p {
    color: #636363;
    font-size: 16px;
    line-height: 24px;
}

.about_us_wrapper {
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.text_wrapper_content p {
    margin-top: 20px;
}

.text_wrapper_content ul {
    margin: 0;
    padding-left: 40px;
    list-style: square;
}

.text_wrapper_content h1 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.image_wrapper {
    padding-top: 51px;
}

.menu_search {
    float: left;
    width: 100%;
}

.lv_btn {
    float: right;
    margin-top: 20px;
    padding-left: 0;
}

.lv_btn a {
    float: left;
    width: auto;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    background: #13bfb1;
    text-align: center;
    border: 2px solid #13bfb1;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    white-space: nowrap;
    padding: 0 10px;
}

.navbar-default .navbar-nav>li>a {
    font-size: 15px;
    text-transform: uppercase;
    color: #474747;
    margin: 0;
    padding: 30px 0;
}

.logo_img {
    top: -16px;
    position: relative;
}

.logo_img span {
    font-size: 13px !important;
    display: block;
    color: #fff;
    position: relative;
    top: -7px;
    white-space: nowrap;
}

.logo_img span:first-of-type {
    font-size: 30px !important;
    font-weight: 600;
    line-height: 44px;
    top: 0;
}

.header_contact_wrapper {
    float: left;
    width: 100%;
    background: #13bfb1;
    padding: 30px 0px 0px;
}

.carousel-inner>.active {
    left: 0;
    max-height: 470px;
}

.slider_area .carousel-inner .item .carousel-caption {
    bottom: inherit;
    top: 25%;
    text-shadow: none;
}

@media (max-width: 1200px) and (min-width: 991px) {

    .slider_area .carousel-inner .item {
        height: auto;
    }
    
}

@media (max-width: 991px) and (min-width: 768px) {

    .header_contact_nav li h5 {
        font-size: 15px;
    }

    .slider_area .carousel-inner .item {
        height: 420px;
    }

    .navbar-nav>li {
        margin-right: 40px;
    }

    .navbar-nav>li>a {
        font-size: 15px !important;
    }

    .menu_search {
        float: none;
        width: 100%;
        display: flex;
    }
    
    .main_menu_wrapper .lv_btn {
        padding-left: 0;
        display: block;
        margin: 0 auto 20px;
    }
}

@media (max-width: 991px) { 

    .logo_img {
        top: 0;
        position: relative;
    }
    .header_contact_wrapper {
        float: left;
        width: 100%;
        background: #13bfb1;
        padding: 30px 0px 20px;
    }

}

@media (max-width: 767px) { 

    .lv_btn {
        display: block;
        position: relative;
        top: -3px;
        right: 30px;
    }

    .lv_btn a {
        float: left;
        width: 46px;
        height: 46px;
        line-height: 46px;
        font-size: 0px;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: bold;
        background: #13bfb1;
        text-align: center;
        border: 2px solid #13bfb1;
        border-radius: 50px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        white-space: nowrap;
        padding: 0 10px;
    }

    .lv_btn a i {
        padding-right: 0;
        font-size: 20px;
        padding-top: 0;
        position: relative;
        top: 5px;
    }

    .header_contact_nav li {
        display: inline-block;
        padding-right: 0;
        padding-left: 0;
    }

    .main_menu_wrapper .logo_img {
        float: left;
        margin-top: 10px;
    }

    .logo_img span {
        font-size: 13px !important;
        display: block;
        color: #000;
        position: relative;
        top: -7px;
    }

    .logo_img span:first-of-type {
        font-size: 25px !important;
        font-weight: 600;
        line-height: 44px;
        top: 0;
    }

    .slider_area .carousel-inner .item {
        height: 450px;
    }

    .slider_area .carousel-inner .item .carousel-caption .slider_content h3 {
        font-size: 22px;
        line-height: 1.5em;
    }

    .slider_area .carousel-inner .item .carousel-caption {
        top: 25%;
    }

    .image_wrapper {
        margin-top: 20px;
        padding-top: 0;
    }
}