/*start website*/

/*v1*/

.website h3::before {
    border-radius: 100px 0em 300px;
    margin: -5px auto;
    border-top: 10px solid rgb(59, 122, 151);
}
.filled-reversed-button {
    background-color: #3b7b97;
}
/*v2*/

component-gallery-album .gallery-head ul li a.active {
    color: #60A4BD !important;
}
/*end website*/

.text-head .head h4 {
    text-align: center;
    border: 4px;
    /*border-radius: 25px 25px;*/
    border-radius: 10px 40px 40px 10px;
    width: 35%;
    padding: 2px !important;
    background: #3d7c99;
}
@media screen and (max-width: 991px) {
    .text-head .head h4 {
        width: 50%;
    }
}
@media screen and (max-width: 664px) {
    .text-head .head h4 {
        width: 60%;
    }
}
@media screen and (max-width: 566px) {
    .text-head .head h4 {
        width: 70%;
    }
}
@media screen and (max-width: 500px) {
    .text-head .head h4 {
        width: 100%;
    }
}
.diplay_tabit_customers {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 400px;
    width: 100%;
}
.diplay_tabit_cell_customers {
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.diplay_tabit_cell_customers img {
    max-width: 100%;
    height: auto;
}
.diplay_tabit {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 510px;
    width: 100%;
    padding: 0px;
}
.diplay_tabit_cell {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.diplay_tabit_cell p {
    color: #666666;
    font-size: 14px !important;
    line-height: 170% !important;
}
._descr .currency {
    font-size: 9px !important;
}
/* home main */

body * {
    outline: none !important;
    text-decoration: none !important;
}
.cover_main {}
.cover_main.eee {
    background-color: #eeeeee;
}
.cover_main.fff {
    background-color: #ffffff;
}
.cover_main.set {
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}
.cover_main .cover_main_top_body .cover_top_body_video, .cover_main .cover_main_top_body .cover_top_body_gallery {
    margin: 40px 0;
}
.cover_main .cover_main_top_body .cover_top_body_about {
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
    padding: 40px 0;
}
.cover_main .cover_main_top_body .cover_top_body_video h1, .cover_main .cover_main_top_body .cover_top_body_gallery h1, .cover_main .cover_main_top_body .cover_top_body_about h1 {
    font-size: 36px;
    color: #000;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}
.cover_main .cover_main_top_body .cover_top_body_video .cover_video_all {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.cover_main .cover_main_top_body .cover_top_body {
    margin: 40px 0;
}
@media screen and (max-width: 767px) {
    .cover_main .cover_main_top_body .cover_top_body {
        margin: 0;
    }
}
.cover_main .cover_main_top_body .cover_top_body .row.background_258fbf {
    background-color: #258fbf;
}
.cover_main .cover_main_top_body .cover_top_body .row.background_61863b {
    background-color: #61863b;
}
.cover_main .cover_main_top_body .container {
    padding: 0;
}
.cover_main .cover_main_top_body .row {
    margin: 0;
}
.cover_main .cover_main_top_body .row .col {
    padding: 0;
}
.cover_main .cover_main_top_body .cover_top_body .row .col.right {
    float: right;
}
.cover_main .cover_main_top_body .cover_top_body .row .col .cover_table {
    display: table;
    height: 415px;
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .cover_main .cover_main_top_body .cover_top_body .row .col .cover_table {
        height: 340px;
    }
}
.cover_main .cover_main_top_body .cover_top_body .row .col .cover_table .cover_table_cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.cover_main .cover_main_top_body .cover_top_body .row .col .cover_table .cover_table_cell h1 {
    font-size: 46px;
    font-weight: 600;
    color: white;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 20px;
}
.cover_main .cover_main_top_body .cover_top_body .row .col .cover_table .cover_table_cell p {
    font-size: 18px;
    color: white;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
    .cover_main .cover_main_top_body .cover_top_body .row .col .cover_table {
        height: 260px;
    }
    .cover_main .cover_main_top_body .cover_top_body .row .col .cover_table .cover_table_cell h1 {
        font-size: 28px;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 10px;
    }
    .cover_main .cover_main_top_body .cover_top_body .row .col .cover_table .cover_table_cell p {
        font-size: 16px;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 20px;
    }
}
.cover_main .cover_main_top_body .cover_top_body .cover_background_image .background_image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 73%;
}
/* home main */