* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}


/* Segoe Pro --- */

@font-face {
    font-family: 'Segoe Pro';
    src: url('../fonts/subset-SegoePro.eot');
    src: url('../fonts/subset-SegoePro.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-SegoePro.woff2') format('woff2'), url('../fonts/subset-SegoePro.woff') format('woff'), url('../fonts/subset-SegoePro.ttf') format('truetype'), url('../fonts/subset-SegoePro.svg#SegoePro') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe Pro';
    src: url('../fonts/subset-SegoeProBlack.eot');
    src: url('../fonts/subset-SegoeProBlack.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-SegoeProBlack.woff2') format('woff2'), url('../fonts/subset-SegoeProBlack.woff') format('woff'), url('../fonts/subset-SegoeProBlack.ttf') format('truetype'), url('../fonts/subset-SegoeProBlack.svg#SegoeProBlack') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe Pro';
    src: url('../fonts/subset-SegoePro-Semibold.eot');
    src: url('../fonts/subset-SegoePro-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-SegoePro-Semibold.woff2') format('woff2'), url('../fonts/subset-SegoePro-Semibold.woff') format('woff'), url('../fonts/subset-SegoePro-Semibold.ttf') format('truetype'), url('../fonts/subset-SegoePro-Semibold.svg#SegoePro-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe Pro';
    src: url('../fonts/subset-SegoePro-Bold.eot');
    src: url('../fonts/subset-SegoePro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-SegoePro-Bold.woff2') format('woff2'), url('../fonts/subset-SegoePro-Bold.woff') format('woff'), url('../fonts/subset-SegoePro-Bold.ttf') format('truetype'), url('../fonts/subset-SegoePro-Bold.svg#SegoePro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* Segoe Pro --- */

.page {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    min-width: 315px;
    background-color: #fff;
    overflow: hidden;
}

.wrap_static_video .main_center {
    
padding: 15px;
    
box-shadow: 0px 2px 6px 0px rgba(23, 30, 38, 0.04);
    
background-color: #f6f6f6;
}

.main_center {
    display: block;
    width: 100%;
    max-width: 1132px;
    padding: 0 16px;
    margin: 0 auto;
}


/* html {
  scroll-behavior: smooth;
} */

body {
    font-family: 'Segoe Pro', Arial, Helvetica, sans-serif;
    /* background-color: #ffffff; */
}


/*! ====  ALL PAGES CSS START  ===== */

main {
    display: block;
    position: relative;
    width: 100%;
    min-height: 700px;
    padding: 0px 0;
}

.section_wrap {
    display: block;
    position: relative;
    width: 100%;
}

.wrap_left {
    float: left;
    max-width: 300px;
}

.wrap_right {
    float: left;
    max-width: 300px;
}

.sect_body {
    display: block;
    width: 100%;
}

.sect_footer {
    display: flex;
    justify-content: center;
    width: 100%;
}

.sect_header {
    display: block;
    width: 100%;
    padding: 0 0 64px 0;
}

.sect_title,
.sect_title a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    color: #578078;
    opacity: 1;
    word-break: break-word;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sect_title a {
    display: inline-flex;
    width: auto;
}

.sect_info {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 650px;
    margin-top: 20px;
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    color: #404040;
    opacity: 1;
    word-break: break-word;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


/* breadcrumb */

.wrap_breadcrumb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 16px;
    padding: 44px 0;
    /* background-color: #fff; */
    overflow: hidden;
}

.breadcrumb {
    display: flex;
    align-items: center;
    width: auto;
    max-width: 100%;
    gap: 24px;
    margin-right: auto;
    text-align: left;
    color: var(--Black-01, #0B0F0E);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 25.6px */
    overflow: hidden;
    overflow-x: auto;
}

.breadcrumb a:last-child::before {
    display: none;
}

.breadcrumb a::before {
    content: "-";
    display: block;
    position: absolute;
    right: -20px;
    text-align: left;
    font-weight: normal;
    font-size: 26px;
    line-height: 1;
    color: #C3C3C3;
}

.breadcrumb span {
    white-space: nowrap;
}

.breadcrumb a {
    display: inline-flex;
    align-items: center;
    position: relative;
    float: left;
    width: auto;
    margin-right: 12px;
    text-align: left;
    color: var(--Dark-Green-03, #b7b7b7);
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    white-space: nowrap;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.pr_like_button {
    display: flex;
    align-items: center;
}


/* breadcrumb */

.itm_title {
    display: block;
    width: 100%;
    margin: 12px 0 0 0;
    text-align: left;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #001833;
    opacity: 1;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.itm_title_second {
    display: block;
    width: 100%;
    margin: 12px 0 0 0;
    text-align: left;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    color: #001833;
    opacity: 1;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.itm_info {
    display: block;
    width: 100%;
    margin: 12px 0;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #1e1e1e;
    opacity: 1;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.itm_date {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.5px;
    color: #001833;
    opacity: 1;
}

.itm_more {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: auto;
    padding: 12px 48px 12px 16px;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #00428E;
    opacity: 1;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.itm_more::before {
    content: "";
    display: block;
    position: absolute;
    right: 16px;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../img/icons/more_right.svg");
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.itm_more:hover {
    background-color: #D1E3FF;
    padding-left: 32px;
}

.itm_more:hover::before {
    right: 10px;
}

.more {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: auto;
    padding: 12px 64px 12px 32px;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #00428E;
    opacity: 1;
    border: 1px solid #00428E;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.more svg {
    display: block;
    position: absolute;
    right: 32px;
    width: 24px;
    height: 24px;
}

.more svg path {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.more:hover {
    background-color: #00428E;
    color: #fff;
}

.more:hover svg path {
    fill: #fff;
}

.itm_info ul,
.itm_info ol {
    list-style: auto;
    margin: auto;
    padding-left: 30px;
}

.itm_info li {
    display: list-item;
    width: 100%;
    list-style-type: disc;
    /* margin: 4px 0; */
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #747678;
}

.tour_price {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    padding: 8px 14px;
    margin: 12px 0 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    word-break: break-word;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.tour_price span {
    margin-left: 4px;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.21px;
    color: #7F7F7F;
    opacity: 1;
    word-break: break-word;
}


/* .itm_info_short {
  margin: 8px 0px 0px 0px;
  text-align: left;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #80868B;
} */

.item_img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.col_in:hover .item_img img,
.col_in:hover .item_img video,
.col_in:hover .item_img iframe {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
}

.item_img img,
.item_img video,
.item_img iframe {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.item_img::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.item_content {
    display: block;
    width: 100%;
}

.item_content_btm {
    display: block;
    width: 100%;
}


/*! ---Wrap Top Container --- */

.wrap_top_container {
    display: block;
    width: 100%;
    /* background: #778f86; */
    padding: 224px 16px 24px 16px;
}

.wrap_top_container::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/top_back.png");
}

.wrap_main_post {
    display: block;
    width: 100%;
    background: #fff;
    padding: 96px 16px;
    position: relative;
    overflow: hidden;
}

.main_news_item {
    display: flex;
    align-items: center;
    gap: 48px;
}

.main_news_item .item_content {
    padding-right: 16px;
    max-width: calc(100% - 460px);
}

.main_news_item .item_img {
    width: 100%;
    max-width: 460px;
    width: 100%;
    flex: 0 0 460px;
    position: relative;
}

.main_news_item .item_img img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
}

.main_news_item .itm_title {
    margin: 0 0 35px 0;
    font-size: 34px;
    font-weight: 700;
}

.itm_title .accent {
    color: #ff4b7a;
    /* vurğu */
}

.main_news_item .itm_info {
    margin: 0;
    font-size: 18px;
    -webkit-line-clamp: none;
}

.hero-bg {
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 900px;
    width: auto;
    height: auto;
    opacity: .55;
    pointer-events: none;
    user-select: none;
}


/* responsive */

@media (max-width: 860px) {
    .main_news_item {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .main_news_item .item_content {
        max-width: 100%;
        padding-right: 0;
    }
    .main_news_item .item_img {
        max-width: 560px;
        width: 100%;
        flex: 1;
        margin: 24px auto 0;
    }
}

@media (max-width: 520px) {
    .hero-bg {
        display: none;
    }
}

.btn_start {
    border-color: #fff;
}

.btn_get {
    background-color: #cc5a16;
    border-color: #cc5a16;
}


/*! ---Wrap Top Container --- */


/*! ---FAQ --- */

.wrap_faq {
    width: 100%;
    padding: 48px 16px 72px 16px;
}

.faq_body {
    position: relative;
    width: 100%;
    /* padding: 15px 0px; */
}

.wrap_faq .sect_header {
    padding-bottom: 8px;
}

.wrap_faq .item_col {
    width: 50%;
}

.wrap_faq_page {
    padding-bottom: 24px;
}

.wrap_faq_page .wrap_faq {
    max-width: 792px;
    padding: 0px 0 48px 0;
    margin: 0 auto;
}

.wrap_faq_page .wrap_faq .sect_title,
.wrap_faq_page .wrap_faq .sect_title a {
    font-weight: 500;
    font-size: 22px;
}

.wrap_faq_search {
    margin: 12px 0 48px 0;
    padding: 72px 16px;
    border: 2px solid #EBEBEB;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.wrap_faq_search .form_item {
    position: relative;
    max-width: 996px;
    margin: 0 auto;
}

.wrap_faq_search .item_input::placeholder {
    font-weight: normal;
}

.wrap_faq_search .item_input {
    background: #F5F5F5;
    padding: 15px 56px 15px 20px;
    height: 48px;
    font-weight: normal;
}

.search_faq_btn {
    display: block;
    position: absolute;
    right: 16px;
    width: 24px;
    height: 24px;
    border: none;
    outline: none;
    background: none;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/icons/search.svg);
    cursor: pointer;
}

.faq_title {
    margin-bottom: 24px;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    word-break: break-word;
}

.collapse_row {
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
}

.collapse_btn {
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 100%;
    padding: 16px 40px 16px 0;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.24px;
    color: #000000;
    opacity: 1;
    word-break: break-word;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.collapse_btn::before {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    width: 24px;
    height: 24px;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url("../img/icons/arrow_drop.svg");
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.collapse_btn.clp_clicked::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.collapse_content {
    display: none;
    width: 100%;
    padding: 0px 0 16px 16px;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.24px;
    color: #444444;
    word-break: break-word;
}


/*! ---FAQ --- */


/*! ---Sliders Part --- */

.slider_container {
    position: relative;
    /* overflow: hidden; */
}

.swiper-container {
    overflow: hidden;
}

.swiper-link {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.swiper_pagin_items {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 48px;
}


/* .swiper_pagin_items .swiper-pagination {
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0;
} */

.slider_container {
    position: relative;
}

.wrap_slider .swiper-pagination {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    margin-top: 48px;
    padding: 0 0;
    bottom: 0;
    right: 0;
    left: 0;
    outline: none;
}

.wrap_slider .swiper-pagination-bullet {
    display: inline-block;
    opacity: 0.6;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.wrap_slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #dc2751;
}

.wrap_slider .swiper_arrows {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    top: calc(50% - 24px);
    left: 0;
}

.wrap_slider .swiper-button-next:hover,
.wrap_slider .swiper-button-prev:hover {
    opacity: 1;
    /* background-color: #F5F5F5; */
}

.wrap_slider .swiper-button-next::after,
.wrap_slider .swiper-button-prev::after,
.wrap_slider .swiper-rtl .swiper-button-next:after {
    display: none;
}

.wrap_slider .swiper-button-next:hover,
.wrap_slider .swiper-button-prev:hover {
    background-color: #dc2751;
}

.wrap_slider .swiper-button-next,
.wrap_slider .swiper-button-prev {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    margin: 0;
    top: 0;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 20px 20px;
    box-shadow: 0 8px 24px 0 rgba(129, 139, 156, 0.24);
    border: none;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


/* .wrap_slider .swiper-button-disabled {
  opacity: 0 !important;
} */

.wrap_slider .swp_show {
    opacity: 1 !important;
    pointer-events: all;
}

.wrap_slider .swiper-button-next {
    float: right;
    background-image: url("../img/icons/next.svg");
    right: 0;
    margin-left: auto;
}

.wrap_slider .swiper-button-prev {
    float: left;
    background-image: url("../img/icons/prev.svg");
    left: 0;
    margin-right: auto;
}


/*! ---Sliders Part --- */


/*!Pgination*/

.pagination {
    display: block;
    width: 100%;
    padding: 48px 0;
}

.pagination_list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0
}

.pagination_list li {
    display: block;
    float: left;
    margin: 0 4px
}

.pagination_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 48px;
    padding: 6px;
    background-color: #f7f7f7;
    text-align: center;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #272727;
    opacity: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease
}

.pagination_list li.active a {
    background-color: #dc2751;
    color: #fff
}

.pagination_list li:hover:not(.active) a {
    background-color: #778f86;
    color: #fff
}

.pagination_list li.first-a a::before,
.pagination_list li.last-a a::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%
}

.pagination_list li.first-a a::before {
    background-image: url("../img/icons/p_prev.svg")
}

.pagination_list li.last-a a::before {
    background-image: url("../img/icons/p_next.svg")
}

.pagination_list li.first-a a:hover:before {
    background-position: 0 100%
}

.pagination_list li.last-a a:hover:before {
    background-position: 0 100%
}


/*!Pgination*/


/*! ---Popup Part --- */

.modal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #00000085;
    z-index: 9999999999;
}

.modal_body {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px 16px;
}

.modal_content {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1200px;
    /* max-width: 368px; */
    height: auto;
    padding: 0px;
}

.modal_btn {
    display: block;
    position: absolute;
    right: 0;
    float: right;
    width: 24px;
    height: 24px;
    margin: 0;
    background-position: 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/icons/close_modal.svg);
    cursor: pointer;
}


/*! ---Popup Part --- */


/* !form items */

.form_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    position: relative;
}

.form_item::after {
    content: "";
    display: block;
    clear: both;
}

.show_label .itm_inp_label {
    display: block;
    opacity: 1;
    visibility: visible;
    font-size: 11px;
    top: -5px;
}

.show_error .itm_inp_label {
    color: #D61E24;
}

.itm_inp_label {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    /* padding: 0 4px; */
    text-align: left;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.5px;
    color: #7F7F7F;
    background: #fff;
    left: 0;
    top: 17px;
    z-index: 999999;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.item_input {
    /* display: flex; */
    /* align-items: center; */
    min-width: 100%;
    width: 100%;
    padding: 12px 0;
    height: 48px;
    font-family: 'Segoe Pro';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #001833;
    opacity: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid #DCDEE0;
    background-color: #fff;
    -webkit-transition: border 0.3s ease;
    -moz-transition: border 0.3s ease;
    -ms-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
}

.item_input:focus {
    border-color: #001833;
}

.show_error .item_input {
    border-color: #D61E24;
}

.item_input::placeholder {
    color: #747678;
}

.form_submit {
    display: block;
    width: 100%;
}

.form-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 48px;
    margin-top: 24px;
    padding: 6px 32px;
    cursor: pointer;
    border: none;
    outline: none;
    font-family: 'Segoe Pro';
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #181E00;
    opacity: 1;
    background-color: #BBD900;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.form-btn:hover {
    background: #DCF056 !important;
}

.customDrop {
    z-index: 9999999;
}


/* !form items */

.row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -12px;
}

.col {
    display: block;
    float: left;
    padding: 0 12px;
}

.col_in {
    display: block;
    width: 100%;
}

.row_inner {
    width: 100%;
}


/*! === Fancybox Gallery ==== */

.fancybox_item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.fancybox_item:hover:before {
    opacity: 1;
    visibility: visible;
}

.fancybox_item::before {
    opacity: 0;
    visibility: hidden;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #dc27514d;
    background-position: center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-image: url(../img/icons/zoom.png);
    z-index: 1;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}

.fancybox_img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #3cb878;
}

.fancybox_img::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.fancybox_img img,
.fancybox_img video,
.fancybox_img iframe {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
}


/*! === Fancybox Gallery ==== */

@media only screen and (min-width: 1025px) and (max-width: 1132px) {
    .main_center {
        padding: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .main_center {
        padding: 0px;
    }
    .sect_title,
    .sect_title a {
        font-size: 32px;
    }
    .itm_title {
        font-size: 22px;
    }
    .onl_title {
        font-size: 36px;
    }
    /*! ---Wrap Top Container --- */
    .wrap_top_container {
        padding-top: 76px;
    }
    .main_news_item .itm_title {
        margin: 0 0 12px 0;
        font-size: 24px;
    }
    .wrap_main_post {
        padding: 56px 16px;
    }
    .main_news_item .itm_info {
        font-size: 16px;
    }
    .main_news_item .item_content {
        padding-right: 16px;
        max-width: calc(100% - 320px);
    }
    .main_news_item .item_img {
        max-width: 320px;
    }
    /*! ---Wrap Top Container --- */
}

@media only screen and (min-width: 561px) and (max-width: 767px) {
    .main_center {
        padding: 0px;
    }
    .sect_header {
        padding: 0 0 24px 0;
    }
    .sect_title,
    .sect_title a {
        font-size: 32px;
    }
    .itm_title {
        font-size: 22px;
    }
    .onl_title {
        font-size: 36px;
    }
    /*! ---Wrap Top Container --- */
    .wrap_top_container {
        padding-top: 76px;
    }
    .wrap_main_post {
        padding: 56px 16px;
    }
    .main_news_item .itm_title {
        margin: 0 0 12px 0;
        font-size: 16px;
    }
    .main_news_item .itm_info {
        font-size: 12px;
    }
    /*! ---Wrap Top Container --- */
}

@media only screen and (min-width: 0px) and (max-width: 560px) {
    .main_center {
        padding: 0px;
    }
    .row {
        margin: 0px;
    }
    .col {
        padding: 0px 0px 12px 0px;
    }
    .sect_header {
        padding: 0 0 24px 0;
    }
    .sect_title,
    .sect_title a {
        font-size: 24px;
    }
    .itm_title {
        font-size: 22px;
    }
    .onl_title {
        font-size: 36px;
    }
    /*! ---Wrap Top Container --- */
    .wrap_top_container {
        padding-top: 76px;
    }
    .wrap_main_post {
        padding: 56px 16px;
    }
    .main_news_item .itm_title {
        margin: 0 0 12px 0;
        font-size: 16px;
    }
    .main_news_item .itm_info {
        font-size: 12px;
    }
    /*! ---Wrap Top Container --- */
}


/*! ====  MAIN START  ===== */

.wrap_main_slider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    width: 100%;
    /* padding-top: 112px;   */
}

.wrap_main_slider .item_img {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.wrap_main_slider .item_img::before {
    padding-top: 100vh;
}

.wrap_main_slider .item_img::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(23, 24, 25, 0.50) 0%, rgba(23, 24, 25, 0.50) 100%);
    z-index: 2;
}

.wrap_main_slider .item_content {
    position: absolute;
    left: 0;
    bottom: 105px;
    z-index: 2;
}

.wrap_main_slider .itm_title {
    margin: 16px 0 0 0;
    text-align: left;
    font-size: 94px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #fff;
    opacity: 1;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.wrap_main_slider .itm_info {
    margin: 0;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1px;
    color: #fff;
    opacity: 1;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}


/*! Manshet tab */

.desktop_show {
    display: block !important;
}

.mobile_show {
    display: none !important;
}


/*! ---Adventages --- */

.wrap_advantage {
    width: 100%;
    padding: 96px 16px;
}

.wrap_container_page .wrap_advantage {
    padding-bottom: 64px !important;
}

.wrap_advantage .sect_header {
    display: flex;
    align-items: flex-start;
}

.wrap_advantage .sect_title {
    width: 35%;
    font-style: italic;
}

.wrap_advantage .sect_info {
    width: 65%;
    padding-left: 24px;
    margin: 0;
}

.wrap_advantage .row {
    margin: 0 -24px;
}

.wrap_advantage .item_col {
    width: 33.33%;
    padding: 0 24px 48px 24px;
}

.atg_item {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    padding: 48px;
    border: 1px solid #555555;
    background-color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.atg_item:hover {
    border-color: #ecf3f2;
    background-color: #ecf3f2;
}

.atg_item:hover .atg_content .itm_title {
    color: #cc5a16;
}

.atg_item:hover .atg_img::before {
    background-color: #cc5a16;
}

.atg_img {
    position: relative;
    padding-bottom: 24px;
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.atg_img::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 65%;
    background-color: #578078;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.atg_img img {
    display: block;
    width: auto;
    height: auto;
    max-width: 64px;
    max-height: 64px;
    margin: 0 auto 0 0;
}

.atg_img_custom {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.atg_img_custom img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.atg_content_custom {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    opacity: 1;
    word-break: break-word;
}

.atg_item_custom {
    align-items: center;
    justify-content: center;
}

.atg_content {
    display: block;
    width: 100%;
    margin-top: 24px;
}

.atg_content .itm_title {
    margin: 0;
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    color: #578078;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.atg_content .itm_info {
    margin: 20px 0 0 0;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
}


/*! ---Adventages --- */


/*! ---Teams --- */

.wrap_teams {
    width: 100%;
    padding: 96px 16px;
}

.wrap_bg_item img {
    display: block;
    min-width: 100%;
    width: auto;
    height: 100%;
    object-fit: cover;
}

.wrap_bg_item {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 360px;
    background-color: #dc2751;
}

.mt_90 {
    margin-top: 90px;
}

.wrap_container_page .sect_header {
    padding: 0 0 24px 0;
}

.wrap_container_page .sect_title {
    font-size: 64px;
    color: #fff;
}

.wrap_container_page .sect_info {
    max-width: 100%;
    font-size: 32px;
    margin: 0 0 12px 0;
    color: #f7f7f9;
}

.wrap_teams .sect_title {
    color: #fff;
}

.wrap_teams .sect_info {
    margin: 0 0 12px 0;
    color: #f7f7f9;
}

.wrap_teams .row {
    margin: 0 -24px;
}

.wrap_teams .item_col {
    width: 33.33%;
    padding: 0 24px 48px 24px;
}

.team_item {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.team_img_block {
    position: relative;
    width: 100%;
    padding: 15px;
    box-shadow: 0px 2px 6px 0px rgba(23, 30, 38, 0.04);
    background-color: #f6f6f6;
}

.team_img {
    position: relative;
    width: 100%;
}

.team_img::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 27%;
}

.team_img img {
    display: block;
    position: absolute;
    width: 100%;
    /* height: 100%; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
}

.team_content {
    display: block;
    width: 100%;
    padding: 0 8px 16px 8px;
    margin-top: 32px;
}

.team_content .itm_title {
    margin: 0;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    color: #578078;
}

.team_content .itm_title_second {
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    color: #001833;
    opacity: 1;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.team_content .itm_info {
    margin: 32px 0 0 0;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    align-self: stretch;
}

.team_content .main_buttons {
    justify-content: center;
    margin-top: 24px;
}

.btn_more {
    min-width: 120px;
    color: #578078;
    border: 1px solid #578078;
}

.team_item:hover .btn_more {
    color: #fff;
    border-color: #cc5a16;
    background-color: #cc5a16;
}


/*! ---Teams --- */


/*! ---Gallery Slider --- */

.wrap_gallery_item {
    display: block;
    width: 100%;
}

.wrap_gallery_detail {
    display: block;
    width: calc(100% + 32px);
    margin: 48px -16px;
    padding: 100px 16px;
    background-color: #dc2751;
}

.wrap_gallery_detail .fancybox_item {
    float: left;
    width: 33.33%;
}

.team_gallery .row {
    margin: 0 -10px;
}

.team_gallery .fancybox_item {
    float: left;
    width: 20%;
    padding: 10px 10px 10px 10px;
}

.team_gallery .fancybox_img::before {
    display: none;
}

.team_gallery .fancybox_img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.team_gallery .fancybox_img img,
.team_gallery .fancybox_img video,
.team_gallery .fancybox_img iframe {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}


/*! ---Gallery Slider --- */


/*! ---  Paartners section --- */

.wrap_partners {
    padding: 48px 16px;
    background-color: #f5f5f5;
}

.wrap_partners .row {
    margin: 0 -16px;
}

.wrap_partners .item_col {
    width: 20%;
    padding: 0 16px 32px 16px;
}

.partner_items {
    position: relative;
}


/* .partner_items::before,
.partner_items::after {
    content: "";
    display: block;
    width: 100px;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 3;
} */


/* .partner_items::before {
    left: 0;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.00) 100%);
}

.partner_items::after {
    right: 0;
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0.00) 100%);
} */

.partner_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    /* padding: 24px; */
    margin: 0 auto;
    /* background-color: #EBEEF2; */
    overflow: hidden;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    /* border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px; */
}

.partner_img img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}


/* .partner_img:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
} */


/*! ---  Paartners section --- */

.wrap_product_slider {
    padding: 0 0 48px 0;
}

.wrap_product_slider .blog_img_block {
    border: 1px solid transparent;
}

.wrap_product_slider .blog_item:hover .blog_img_block {
    border-color: #dc2751;
}

.wrap_product_slider .slider_container {
    padding: 0 48px;
}

.wrap_product_slider .swiper_arrows {
    top: calc(40% - 24px);
}

.wrap_product_slider .blog_content .itm_title {
    color: #fff;
}


/*! ---Teams --- */

.wrap_blogs {
    width: 100%;
    padding: 96px 16px;
}

.wrap_blogs .swiper_arrows {
    display: inline-flex;
    width: auto;
    top: auto;
    right: 0;
    left: auto;
}

.wrap_blogs .swiper-button-prev {
    left: auto;
    margin-right: 0;
}

.wrap_blogs .swiper-button-next {
    right: 0;
    margin-left: 8px;
}

.wrap_blogs .swiper-button-next:hover,
.wrap_blogs .swiper-button-prev:hover {
    background-color: #fdfdfd78;
}

.wrap_blogs .sect_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.wrap_blogs .sect_title {
    color: #fff;
}

.wrap_blogs .sect_info {
    margin: 0 0 12px 0;
    color: #fff;
}

.wrap_blogs .row {
    margin: 0 -24px;
}

.wrap_blogs .item_col {
    width: 33.33%;
    padding: 0 24px 72px 25px;
	min-height: 360px;
}

.blog_item {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.blog_img_block {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.blog_img {
    position: relative;
    width: 100%;
}

.blog_img::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 66%;
}

.blog_img img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
}

.blog_content {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 32px;
    /* border: 1px solid #f7f7f7; */
    /* background-color: #fff; */
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}

.blog_content .itm_title {
    margin: 0;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    color: #171717;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}

.blog_content .itm_info {
    margin: 16px 0 0 0;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
    color: #171717;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    align-self: stretch;
}

.blog_item:hover .news_catg {
    background-color: #dc2751;
    color: #fff;
}

.blog_item:hover .blog_content .itm_title {
    color: #dc2751;
}

.blog_item:hover .vid_icon {
    background-image: url('../img/icons/vid_icon_hov.png');
}

.news_catg {
    display: inline-flex;
    width: auto;
    position: absolute;
    left: 12px;
    bottom: 12px;
    font-size: 14px;
    font-weight: normal;
    color: #1d1d1d;
    background-color: #fff;
    padding: 10px 20px;
    z-index: 1;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}

.vid_icon {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    bottom: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('../img/icons/vid_icon.png');
    z-index: 1;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
}


/*! ---Teams --- */


/*! ====  MAIN FINISH  ===== */


/*! ====  MAIN RESPONSIVE START  ===== */

@media only screen and (max-height: 768px) and (max-width: 1366px) {
    .wrap_main_slider .itm_title {
        font-size: 64px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1132px) {
    .main_center {
        padding: 0px;
    }
    /* *** ---Home Main Slider ---*** */
    .wrap_main_slider .item_content {
        padding: 0 16px;
    }
    .wrap_main_slider .itm_title {
        font-size: 64px;
    }
    /* *** ---Home Main Slider ---*** */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .main_center {
        padding: 0px;
    }
    /* *** ---Home Main Slider ---*** */
    .wrap_main_slider .item_content {
        padding: 0 16px;
    }
    .wrap_main_slider .itm_title {
        font-size: 48px;
    }
    /* *** ---Home Main Slider ---*** */
    /* *** ---Adventages ---*** */
    .wrap_advantage {
        padding: 56px 16px;
    }
    .wrap_advantage .item_col {
        width: 50%;
        padding-bottom: 24px;
    }
    /* *** ---Adventages ---*** */
    /* *** ---Paartners ---*** */
    .wrap_partners {
        padding: 32px 16px;
    }
    .wrap_partners .row {
        margin: 0 -8px;
    }
    .wrap_partners .item_col {
        width: 33.33%;
        padding: 0 8px 16px 8px;
    }
    .partner_items::before,
    .partner_items::after {
        width: 50px;
    }
    .partner_img {
        padding: 16px;
    }
    /* *** ---Paartners ---*** */
}

@media only screen and (min-width: 561px) and (max-width: 767px) {
    .main_center {
        padding: 0px;
    }
    .desktop_show {
        display: none !important;
    }
    .mobile_show {
        display: block !important;
    }
    /* *** ---Adventages ---*** */
    .wrap_advantage {
        padding: 56px 16px;
    }
    .wrap_advantage .item_col {
        width: 50%;
        padding-bottom: 24px;
    }
    .atg_item {
        padding: 24px;
    }
    /* *** ---Adventages ---*** */
    /* *** ---Team ---*** */
    .wrap_container_page .sect_header {
        padding: 24px 0 0 0;
    }
    .wrap_container_page .sect_title {
        font-size: 24px;
    }
    .wrap_container_page .sect_info {
        font-size: 18px;
    }
    .wrap_teams {
        padding: 64px 16px 56px 16px;
    }
    .wrap_teams .row {
        margin: 0 -8px;
    }
    .wrap_teams .item_col {
        width: 33.33%;
        padding: 0 8px;
    }
    .team_content .itm_title_second {
        margin: 12px 0 0 0;
        font-size: 18px;
    }
    .team_content .itm_info {
        margin: 24px 0 0 0;
        font-size: 16px;
    }
    .team_img_block {
        padding: 16px;
    }
    /* *** ---Team ---*** */
    /* *** ---Paartners ---*** */
    .wrap_partners {
        padding: 32px 16px;
    }
    .wrap_partners .row {
        margin: 0 -8px;
    }
    .wrap_partners .item_col {
        width: 50%;
        padding: 0 8px 16px 8px;
    }
    .partner_items::before,
    .partner_items::after {
        width: 50px;
    }
    .partner_img {
        padding: 16px;
    }
    /* *** ---Paartners ---*** */
    /* *** ---Blogs ---*** */
    .wrap_blogs {
        padding: 64px 16px 56px 16px;
    }
    .wrap_bg_item {
        display: block !important;
    }
    .wrap_blogs .sect_title {
        font-size: 22px;
    }
    .wrap_blogs .row {
        margin: 0 -8px;
    }
    .wrap_blogs .item_col {
        width: 50%;
        padding: 0 8px 16px 8px;
    }
    .blog_content {
        margin-top: 24px;
    }
    .blog_content .itm_title {
        font-size: 18px;
    }
    .wrap_blogs .itm_info {
        font-size: 16px;
    }
    /* *** ---Blogs ---*** */
    /* *** ---Gallery ---*** */
    .wrap_gallery_detail {
        margin: 24px -16px;
        padding: 48px 16px;
    }
    /* *** ---Gallery ---*** */
    .wrap_product_slider {
        padding: 24px 0;
    }
    .wrap_product_slider .slider_container {
        padding: 0;
    }
    .wrap_product_slider .swiper_arrows {
        padding: 0 12px;
    }
    .wrap_slider .swiper-pagination {
        margin-top: 24px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 560px) {
    /* *** ---Home Main Slider ---*** */
    /* .wrap_slider .swiper_arrows {
        display: none;
    } */
    /* *** ---Home Main Slider ---*** */
    .desktop_show {
        display: none !important;
    }
    .mobile_show {
        display: block !important;
    }
    /* *** ---Adventages ---*** */
    .wrap_advantage {
        padding: 56px 16px 0 16px;
    }
    .wrap_advantage .item_col {
        width: 100%;
        padding-bottom: 24px;
    }
    .atg_item {
        padding: 24px;
    }
    /* *** ---Adventages ---*** */
    /* *** ---Team ---*** */
    .wrap_container_page .sect_header {
        padding: 24px 0 0 0;
    }
    .wrap_container_page .sect_title {
        font-size: 24px;
    }
    .wrap_container_page .sect_info {
        font-size: 18px;
    }
    .wrap_teams {
        padding: 0 16px 56px 16px;
    }
    .wrap_teams .sect_header {
        display: none;
    }
    .wrap_teams .row {
        margin: 0;
    }
    .wrap_teams .item_col {
        float: none;
        width: 100%;
        padding: 0 0 0 0;
    }
    .team_content .itm_title_second {
        margin: 12px 0 0 0;
        font-size: 18px;
    }
    .team_content .itm_info {
        margin: 24px 0 0 0;
        font-size: 16px;
    }
    .team_img_block {
        padding: 10px;
    }
    /* *** ---Team ---*** */
    /* *** ---Paartners ---*** */
    .wrap_partners {
        padding: 32px 16px;
    }
    .wrap_partners .row {
        margin: 0 -8px;
    }
    .wrap_partners .item_col {
        width: 50%;
        padding: 0 8px 16px 8px;
    }
    .partner_items::before,
    .partner_items::after {
        width: 50px;
    }
    .partner_img {
        padding: 16px;
    }
    /* *** ---Paartners ---*** */
    /* *** ---Blogs ---*** */
    .wrap_blogs {
        padding: 56px 16px;
    }
    .wrap_blogs .sect_title {
        font-size: 22px;
    }
    .wrap_blogs .row {
        margin: 0;
    }
    .wrap_blogs .item_col {
        float: none;
        width: 100%;
        padding: 0 0 16px 0;
    }
    .blog_content {
        padding: 0;
        margin-top: 24px;
    }
    .wrap_blogs .itm_info {
        font-size: 16px;
    }
    .wrap_blogs .swiper_arrows {
        bottom: 16px;
    }
    .wrap_blogs .sect_header {
        padding-bottom: 64px;
    }
    /* *** ---Blogs ---*** */
    /* *** ---Gallery ---*** */
    .wrap_gallery_detail {
        margin: 24px -16px;
        padding: 48px 16px;
    }
    .wrap_gallery_detail .fancybox_item {
        float: none;
        width: 100%;
    }
    /* *** ---Gallery ---*** */
    .wrap_product_slider {
        padding: 24px 0;
    }
    .wrap_product_slider .slider_container {
        padding: 0;
    }
    .wrap_product_slider .swiper_arrows {
        padding: 0 12px;
    }
    .wrap_slider .swiper-pagination {
        margin-top: 24px;
    }
}


/*! ====  MAIN RESPONSIVE FINISH  ===== */


/** ---- Category Page ---- */


/*! ---Category --- */

.wrap_category {
    display: block;
    padding-top: 64px;
    padding-bottom: 104px;
    width: 100%;
}

.main_catg {
    padding: 104px 16px !important;
}

.wrap_category .item_col {
    float: none;
    width: 100%;
    padding: 0 0 48px 0;
}

.wrap_category .item_img {
    float: left;
    width: 100%;
    max-width: 536px;
}

.wrap_category .item_img::before {
    padding-top: 56%;
}

.wrap_category .item_content {
    float: left;
    width: calc(100% - 536px);
    padding: 30px 0 30px 48px;
}

.wrap_category .item_content {
    font-size: 36px;
    font-style: normal;
    font-weight: 510;
    line-height: 1.2;
    color: #001833;
}


/*! ---Category --- */

@media only screen and (min-width: 1025px) and (max-width: 1132px) {
    /* !Wrap category */
    .wrap_category {
        padding: 48px 16px;
    }
    .main_catg {
        padding: 64px 16px !important;
    }
    .wrap_category .item_col {
        padding: 0 0 24px 0;
    }
    .wrap_category .item_img {
        max-width: 50%;
    }
    .wrap_category .item_content {
        width: 50%;
        padding: 16px 0 16px 24px;
    }
    .wrap_category .item_img::before {
        padding-top: 67%;
    }
    /* !Wrap category */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* !Wrap category */
    .wrap_category {
        padding: 48px 16px;
    }
    .main_catg {
        padding: 64px 16px !important;
    }
    .wrap_category .item_col {
        padding: 0 0 24px 0;
    }
    .wrap_category .item_img {
        max-width: 50%;
    }
    .wrap_category .item_content {
        width: 50%;
        padding: 16px 0 16px 24px;
    }
    .wrap_category .item_img::before {
        padding-top: 67%;
    }
    /* !Wrap category */
}

@media only screen and (min-width: 561px) and (max-width: 767px) {
    /* !Wrap category */
    .wrap_category {
        padding: 48px 16px;
    }
    .main_catg {
        padding: 64px 16px !important;
    }
    .wrap_category .item_col {
        padding: 0 0 24px 0;
    }
    .wrap_category .item_img {
        float: none;
        width: 100%;
        max-width: 100%;
    }
    .wrap_category .item_content {
        float: none;
        width: 100%;
        padding: 16px 0 0 0;
    }
    .wrap_category .item_img::before {
        padding-top: 67%;
    }
    /* !Wrap category */
}

@media only screen and (min-width: 0px) and (max-width: 560px) {
    /* !Wrap category */
    .wrap_category {
        padding: 48px 16px;
    }
    .main_catg {
        padding: 64px 16px !important;
    }
    .wrap_category .item_col {
        padding: 0 0 24px 0;
    }
    .wrap_category .item_img {
        float: none;
        width: 100%;
        max-width: 100%;
    }
    .wrap_category .item_content {
        float: none;
        width: 100%;
        padding: 16px 0 0 0;
    }
    .wrap_category .item_img::before {
        padding-top: 67%;
    }
    /* !Wrap category */
}


/** ---- Category Page ---- */


/** ---- Gallery Page ---- */

.wrap_gallery {
    padding: 64px 16px 104px 16px;
}


/* Light gallery */

.news_in_gallery {
    display: flex;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0px 0px 24px 0px;
}

.demo-gallery {
    width: 100%;
}

.demo-gallery-poster img {
    width: 20px;
    height: 20px;
}

.news_in_gallery .prosmotr_ul {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

#lg-counter span::after {
    display: inline;
}

.news_in_gallery .prosmotr_ul li {
    display: block;
    position: relative;
    float: left;
    list-style: none;
    width: 100%;
    max-width: calc(25% - 18px);
    margin: 0px 24px 24px 0px;
    padding: 0;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.news_in_gallery .prosmotr_ul li:nth-child(4n) {
    margin: 0 0px 24px 0;
}

.news_in_gallery .prosmotr_ul li::before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    padding-top: 100%;
}

.news_in_gallery .prosmotr_ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 !important;
}

.demo-gallery>ul>li a:hover>img {
    transform: scale(1.02);
}

img.product_gallery_images_upload {
    display: block;
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    border-radius: 0 !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .wrap_gallery {
        padding: 48px 16px;
    }
    .news_in_gallery .prosmotr_ul li {
        max-width: calc(33.33% - 13px) !important;
        margin: 0px 17px 17px 0px !important;
    }
    .news_in_gallery .prosmotr_ul li:nth-child(3n) {
        margin: 0px 0px 17px 0px !important;
    }
    .news_in_gallery .prosmotr_ul li:nth-child(4n) {
        margin: 0px 17px 17px 0px !important;
    }
    .news_in_gallery .prosmotr_ul li::before {
        padding-top: 87%;
    }
}

@media only screen and (min-width: 561px) and (max-width: 767px) {
    .wrap_gallery {
        padding: 48px 16px;
    }
    .news_in_gallery .prosmotr_ul li {
        max-width: calc(50% - 9px) !important;
        margin: 0px 17px 17px 0px !important;
    }
    .news_in_gallery .prosmotr_ul li:nth-child(2n) {
        margin: 0px 0px 17px 0px !important;
    }
    .news_in_gallery .prosmotr_ul li::before {
        padding-top: 87%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 560px) {
    .wrap_gallery {
        padding: 48px 16px;
    }
    .news_in_gallery .prosmotr_ul li {
        max-width: calc(50% - 9px) !important;
        margin: 0px 17px 17px 0px !important;
    }
    .news_in_gallery .prosmotr_ul li:nth-child(2n) {
        margin: 0px 0px 17px 0px !important;
    }
    .news_in_gallery .prosmotr_ul li::before {
        padding-top: 87%;
    }
}


/* Gallery------ */


/** ---- Gallery Page ---- */


/** ---- Services Page ---- */

.wrap_services {
    padding: 0;
}

.wrap_top_header {
    padding: 0px 16px;
    position: relative;
    min-height: 200px;
    max-height: 340px;
    overflow: hidden;
}

.wrap_top_header .sect_title {
    color: #fff;
}

.top_header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 16px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.wrap_top_header img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.wrap_top_header::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    min-height: 200px;
    padding-top: 18%;
}

.wrap_top_header::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 66, 142, 0.80) 0%, rgba(0, 66, 142, 0.80) 100%) cover no-repeat;
    z-index: 1;
}

.benefit_tabs {
    width: 100%;
}

.bf_tb_content {
    width: 100%;
}

.bf_tb_hd {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 44px;
}

.bt_tb_title:last-child {
    margin-right: 0 !important;
}

.bt_tb_title {
    display: inline-block;
    width: auto;
    position: relative;
    margin-right: 24px;
    padding: 10px 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.4px;
    color: #747678;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.bt_tb_title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #001833;
    transition: transform 0.5s;
    transform: scaleX(0);
    transform-origin: right;
}

.bt_tb_title:hover {
    color: #001833;
    opacity: 1;
}

.bt_tb_title.active {
    color: #001833;
    opacity: 1;
}

.bt_tb_title.active::after {
    transform: scaleX(1);
    transform-origin: left;
}

.bf_tb_items {
    display: none;
    width: 100%;
}

.bf_tb_items.active {
    display: block;
}

@media only screen and (min-width: 1025px) and (max-width: 1132px) {}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .wrap_top_header::before {
        padding-top: 0%;
    }
}

@media only screen and (min-width: 561px) and (max-width: 767px) {
    .wrap_top_header::before {
        padding-top: 0%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 560px) {
    .wrap_top_header::before {
        padding-top: 0%;
    }
}


/** ---- Services Page ---- */


/** ---- Static Page ---- */

.wrap_about_page {
    display: block;
    width: 100%;
}

.wrap_about_part {
    padding-top: 104px;
}

.about_gallery_item {
    padding: 0 16px;
}

.about_gallery_item.back_color {
    padding: 104px 16px;
    background-color: #001833;
}

.about_gallery_item.back_color .main_center {
    flex-direction: row-reverse;
}

.back_color .abt_left {
    display: flex;
    flex-direction: column-reverse;
}

.back_color .abt_right {
    padding-right: 136px;
    padding-left: 0;
}

.back_color .abt_small {
    margin: 0 0 0 auto;
    z-index: 2;
}

.back_color .abt_big {
    margin: -45% auto 0 0;
    z-index: 3;
}

.back_color .abt_title {
    padding-bottom: 16px;
    margin-bottom: 0px;
    font-size: 46px;
    color: #fff;
    border-bottom: none;
}

.back_color .abt_info ul,
.back_color .abt_info ol {
    padding-left: 0;
}

.back_color .abt_info,
.back_color .abt_info p,
.back_color .abt_info li {
    color: #fff;
}

.back_color li {
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 100%;
    padding-left: 32px;
}

.back_color li::before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../img/icons/tick_b.svg");
}

.about_gallery_item .main_center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.abt_left {
    float: left;
    width: 100%;
    max-width: 536px;
}

.abt_right {
    float: left;
    width: calc(100% - 536px);
    padding-top: 24px;
    padding-left: 136px;
}

.abt_big::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 128%;
}

.abt_small::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 106%;
}

.abt_big img,
.abt_small img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.abt_big {
    display: block;
    position: relative;
    width: 80%;
    overflow: hidden;
    margin: 0 auto 0 0;
    z-index: 1;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.abt_small {
    display: block;
    position: relative;
    width: 63%;
    overflow: hidden;
    margin: -45% 0 0 auto;
    z-index: 2;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.abt_title {
    display: flex;
    padding-bottom: 16px;
    margin-bottom: 8px;
    text-align: left;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    color: #001833;
    opacity: 1;
    word-break: break-word;
    border-bottom: 1px solid #DCDEE0;
}

.abt_info {
    display: flex;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #001833;
    opacity: 1;
    word-break: break-word;
}

.abt_info p,
.abt_info li {
    margin: 16px 0 0px 0;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #001833;
    opacity: 1;
    word-break: break-word;
}

.abt_info ul,
.abt_info ol {
    list-style: auto;
    padding-left: 16px;
}

.wrap_about_content {
    display: block;
}

.about_title_item {
    padding: 48px 16px;
    background-color: #F7FAFF;
}

.about_title_item .abt_row {
    margin: 0 -12px;
}

.about_title_item .item_col {
    width: 20%;
    padding: 0 12px;
}

.item_pr {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    position: relative;
}

.item_pr_content {
    display: block;
    width: auto;
    padding-left: 4px;
}

.item_pr_let {
    display: block;
    padding: 0 10px;
    text-align: left;
    font-size: 94px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -1px;
    color: #00428E;
}

.item_pr_title {
    margin-bottom: 4px;
    text-align: left;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    color: #00428E;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
}

.item_pr_info {
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: #747678;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
}

.about_info_item {
    padding: 80px 16px;
}

.abt_row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -68px;
}

.about_info_item .item_col {
    width: 33.333%;
    padding: 0 68px;
}

.about_info_item p,
.about_info_item span,
.about_info_item li {
    margin: 0px auto 10px auto !important;
    text-align: left;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #001833;
    opacity: 1;
    word-break: break-word;
}

.wrap_abt_date {
    padding: 80px 16px;
}

.wrap_abt_date .abt_row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -27px;
}

.wrap_abt_date .item_col {
    width: 33.333%;
    padding: 0 27px;
}

.wrap_abt_date .col_in {
    padding: 16px;
}

.abt_date_title {
    text-align: center;
    font-size: 94px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #00428E;
    opacity: 1;
    word-break: break-word;
}

.abt_date_info {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1px;
    color: #001833;
    opacity: 1;
    word-break: break-word;
}

.wrap_about_content .about_title {
    width: 100%;
    margin-bottom: 0;
    text-align: left;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    color: #001833;
    opacity: 1;
    word-break: break-word;
}

.wrap_about_gallery .wrap_gallery_detail {
    margin: 0 -16px;
    padding: 0px 16px 32px;
    background-color: transparent;
}

.wrap_static_page {
    padding: 48px 16px;
    margin: 0 auto;
}

.wrap_static_page .detail_image {
    display: block;
    margin: 0 auto 32px;
    width: 100%;
    /* max-width: 800px; */
    overflow: hidden;
}

.wrap_static_page .detail_image img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
}


/* .wrap_static_page .main_center {
  max-width: 904px;
} */

.wrap_static_page .news_in_gallery {
    padding-top: 48px;
    padding-bottom: 48px;
}

.wrap_static_video {
    /* width: calc(100% + 0px); */
    /* margin: 24px 0px; */
    /* padding: 15px 15px; */
}

.wrap_static_page iframe,
.wrap_static_page video {
    display: block;
    max-width: 100%;
    width: 100%;
    min-height: 480px;
    margin: 0 auto 0 auto;
}

.wrap_static_page .detail_title {
    display: block;
    margin: 0 auto 32px auto;
    max-width: 800px;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    color: #171717;
    opacity: 1;
    word-break: break-word;
}

.wrap_static_page h1,
.wrap_static_page h2,
.wrap_static_page h3,
.wrap_static_page h4,
.wrap_static_page h5,
.wrap_static_page h6 {
    margin-bottom: 12px;
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    color: #171717;
    opacity: 1;
    word-break: break-word;
}

.main_leadership_p p{
    margin: 15px auto;
}


.wrap_static_page p,
.wrap_static_page li {
    /* display: block; */
    width: 100%;
    margin: 20px auto;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
    color: #171717;
    opacity: 1;
    word-break: break-word;
}

.wrap_static_page ul,
.wrap_static_page ol {
    /* list-style: disc; */
    padding-left: 16px;
    margin: 10px auto;
}


/** Error Page */

.error_page {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 384px;
    margin: 72px auto;
}

.error_page a:hover {
    background: #dc2751;
}

.error_page a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 15px 20px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.24px;
    color: #FFFFFF;
    opacity: 1;
    background-color: #171717;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.error_img {
    display: block;
    width: 330px;
    height: 220px;
    margin: 0 auto 32px auto;
}

.error_img img {
    display: block;
    width: 100%;
    height: 100%;
}

.wrap_static_page .error_page h1 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 16px;
}

.wrap_static_page .error_page p {
    text-align: center;
    color: #444444;
    margin-bottom: 24px;
}

@media only screen and (min-width: 1025px) and (max-width: 1132px) {
    .abt_row {
        margin: 0 -16px;
    }
    .about_info_item .item_col {
        width: 33.33%;
        padding: 0 16px;
    }
    .wrap_abt_date .abt_row {
        margin: 0 -16px;
    }
    .wrap_abt_date .item_col {
        width: 33.33%;
        padding: 0 16px;
    }
    .abt_date_title {
        font-size: 74px;
    }
    .about_title_item {
        padding: 48px 16px 24px 16px;
    }
    .about_title_item .abt_row {
        margin: 0 -12px;
    }
    .about_title_item .item_col {
        width: 33.33%;
        padding: 0 12px 24px 12px;
    }
    .abt_left {
        float: left;
        max-width: 40%;
    }
    .abt_right {
        float: left;
        width: 60%;
        padding-left: 24px;
    }
    .abt_title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .wrap_about_part {
        padding-top: 64px;
    }
    .about_info_item {
        padding: 64px 16px 32px 16px;
    }
    .abt_row {
        margin: 0;
    }
    .about_info_item .item_col {
        width: 100%;
        padding: 0 0 32px 0;
    }
    .wrap_abt_date {
        padding: 48px 0 24px 0;
    }
    .wrap_abt_date .abt_row {
        margin: 0;
    }
    .wrap_abt_date .item_col {
        width: 100%;
        padding: 0 0 24px 0;
    }
    .abt_date_title {
        font-size: 74px;
    }
    .about_title_item {
        padding: 48px 16px 24px 16px;
    }
    .about_title_item .abt_row {
        margin: 0 -12px;
    }
    .about_title_item .item_col {
        width: 50%;
        padding: 0 12px 24px 12px;
    }
    .abt_left {
        float: left;
        max-width: 40%;
    }
    .abt_right {
        float: left;
        width: 60%;
        padding-left: 24px;
    }
    .abt_title {
        font-size: 22px;
    }
    .back_color .abt_right {
        padding: 0 24px 0 0;
    }
    .back_color .abt_title {
        font-size: 36px;
    }
}

@media only screen and (min-width: 561px) and (max-width: 767px) {
    .wrap_about_part {
        padding-top: 64px;
    }
    .about_info_item {
        padding: 64px 16px 32px 16px;
    }
    .abt_row {
        margin: 0;
    }
    .about_info_item .item_col {
        width: 100%;
        padding: 0 0 32px 0;
    }
    .wrap_abt_date {
        padding: 48px 0 24px 0;
    }
    .wrap_abt_date .abt_row {
        margin: 0;
    }
    .wrap_abt_date .item_col {
        width: 100%;
        padding: 0 0 24px 0;
    }
    .abt_date_title {
        font-size: 74px;
    }
    .about_title_item {
        padding: 48px 16px 24px 16px;
    }
    .about_title_item .abt_row {
        margin: 0;
    }
    .about_title_item .item_col {
        width: 100%;
        padding: 0 0 24px 0;
    }
    .item_pr_let {
        font-size: 74px;
    }
    .abt_left {
        float: none;
        max-width: 100%;
    }
    .abt_right {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .abt_title {
        font-size: 22px;
    }
    .about_gallery_item.back_color {
        padding: 64px 16px;
    }
    .about_gallery_item.back_color .main_center {
        flex-direction: column-reverse;
    }
    .back_color .abt_right {
        padding: 0 0 24px 0;
    }
    .back_color .abt_title {
        font-size: 36px;
    }
    /* Static--- */
    .wrap_static_page {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .wrap_static_page h1,
    .wrap_static_page .static_title {
        margin-top: 12px;
        margin-bottom: 12px;
        font-size: 22px;
    }
    .wrap_static_page .blog_item {
        display: block;
        max-width: 500px;
        float: none;
        margin: 0 auto;
    }
    .wrap_static_page .team_item {
        display: block;
        /* max-width: 340px; */
        float: none;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 0px) and (max-width: 560px) {
    .wrap_about_part {
        padding-top: 64px;
    }
    .about_info_item {
        padding: 64px 16px 32px 16px;
    }
    .abt_row {
        margin: 0;
    }
    .about_info_item .item_col {
        width: 100%;
        padding: 0 0 32px 0;
    }
    .wrap_abt_date {
        padding: 48px 0 24px 0;
    }
    .wrap_abt_date .abt_row {
        margin: 0;
    }
    .wrap_abt_date .item_col {
        width: 100%;
        padding: 0 0 24px 0;
    }
    .abt_date_title {
        font-size: 74px;
    }
    .about_title_item {
        padding: 48px 16px 24px 16px;
    }
    .about_title_item .abt_row {
        margin: 0;
    }
    .about_title_item .item_col {
        width: 100%;
        padding: 0 0 24px 0;
    }
    .item_pr_let {
        font-size: 74px;
    }
    .abt_left {
        float: none;
        max-width: 100%;
    }
    .abt_right {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .abt_title {
        font-size: 22px;
    }
    .about_gallery_item.back_color {
        padding: 64px 16px;
    }
    .about_gallery_item.back_color .main_center {
        flex-direction: column-reverse;
    }
    .back_color .abt_right {
        padding: 0 0 24px 0;
    }
    .back_color .abt_title {
        font-size: 36px;
    }
    /* Static--- */
    .wrap_static_page {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .wrap_static_page .detail_image {
        margin: 0 auto 24px;
    }
    .wrap_static_page .detail_title {
        margin: 0 auto 24px auto;
        font-size: 22px;
    }
    .wrap_static_page h1,
    .wrap_static_page .static_title {
        margin-top: 12px;
        margin-bottom: 12px;
        font-size: 22px;
    }
    .wrap_static_page .blog_item {
        display: block;
        max-width: 500px;
        float: none;
        margin: 0 auto;
    }
    .wrap_static_page .team_item {
        display: block;
        /* max-width: 340px; */
        float: none;
        margin: 0 auto;
    }
}


/** ---- Static Page ---- */


/** ---- Contact Page ---- */

.wrap_contact_page {
    margin: 0 auto;
}

.wrap_contact_items {
    padding: 88px 16px 64px 16px;
    margin: 0 auto;
}

.contact_col_sect {
    display: flex;
    width: 100%;
    gap: 32px;
}

.contact_col_left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.contact_col_left img {
    display: block;
    width: 100%;
}

.contact_social_block {
    display: flex;
    flex-direction: column;
    flex: 1;
    float: left;
    width: auto;
    /* max-width: 424px; */
}

.contact_social_block .sect_header {
    padding: 0 0 24px 0;
}

.contact_social_block .sect_title {
    font-size: 36px;
}

.contatc_person_name {
    display: block;
    padding-bottom: 32px;
    margin-bottom: 32px;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    color: #1d1d1d;
    border-bottom: 1px solid #dc2751;
}

.error_type {
    margin-top: 4px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #D61E24;
}

.cnt_item {
    display: flex;
    width: 100%;
    margin-bottom: 24px;
}

.cnt_item_link:hover .cnt_itm_img {
    background-color: #dc27511a;
}

.cnt_item_link {
    display: inline-flex;
    align-items: center;
}

.cnt_itm_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 40px;
    /* background-color: #EDF4FF; */
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.cnt_itm_img img {
    display: block;
    width: 24px;
    height: 24px;
}

.cnt_itm_text {
    width: calc(100% - 32px);
    padding-left: 12px;
}

.cnt_itm_name,
.cnt_itm_value {
    display: block;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.1px;
    color: #4b4b4b;
    word-break: break-word;
}

.cnt_itm_name {
    margin-bottom: 4px;
    font-weight: 500;
}

.cnt_itm_value {
    font-weight: 400;
}

.scl_title {
    display: block;
    margin-bottom: 12px;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.24px;
    color: #444444;
    opacity: 1;
}

.contact_social {
    margin: 0 0 48px 0;
}

.contact_social .socials li {
    margin: 0 12px 0 0;
}

.contact_form_block {
    display: block;
    float: left;
    width: calc(100% - 424px);
    padding: 0 0 0 136px;
}

.contact_form_block .row {
    margin: 0 -8px;
}

.contact_form_block .item_col {
    width: 50%;
    padding: 0 8px 16px 8px;
}

.map {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 56px;
}

.map::before {
    content: "";
    display: block;
    width: 100%;
    min-height: 240px;
    position: relative;
    padding-top: 41%
}

.map iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .wrap_contact_items {
        padding: 48px 16px;
    }
    .contact_social_block {
        max-width: 50%;
    }
    .contact_form_block {
        width: 50%;
        padding-left: 24px;
    }
    .map {
        margin-top: 24px;
    }
}

@media only screen and (min-width: 561px) and (max-width: 767px) {
    .wrap_contact_items {
        padding: 48px 16px;
    }
    .contact_social_block {
        float: none;
        width: 100%;
        max-width: 100%;
    }
    .contact_form_block {
        float: none;
        width: 100%;
        padding: 24px 0;
    }
    .contact_form_block form {
        margin-top: 24px;
    }
    .contact_form_block .row {
        margin: 0px;
    }
    .contact_form_block .item_col {
        width: 100%;
        padding: 0 0 16px 0;
    }
    .map {
        margin-top: 0;
    }
    .contact_col_sect {
        flex-direction: column;
        gap: 24px;
    }
    .contact_social_block {
        float: none;
    }
    .contatc_person_name {
        padding-bottom: 24px;
        margin-bottom: 24px;
        font-size: 24px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 560px) {
    .wrap_contact_items {
        padding: 48px 16px;
    }
    .contact_social_block {
        float: none;
        width: 100%;
        max-width: 100%;
    }
    .contact_form_block {
        float: none;
        width: 100%;
        padding: 24px 0;
    }
    .contact_form_block form {
        margin-top: 24px;
    }
    .contact_form_block .row {
        margin: 0px;
    }
    .contact_form_block .item_col {
        width: 100%;
        padding: 0 0 16px 0;
    }
    .map {
        margin-top: 0;
    }
    .contact_col_sect {
        flex-direction: column;
        gap: 24px;
    }
    .contact_social_block {
        float: none;
    }
    .contatc_person_name {
        padding-bottom: 24px;
        margin-bottom: 24px;
        font-size: 24px;
    }
}


/** ---- Contact Page ---- */




.search-block {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  word-break: break-word;
  border-bottom: 1px dotted #79968b;
  padding: 20px 0px 20px 0px;
  text-align: justify;
}

.searchin_name {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #dc2751;
  margin-bottom: 8px;
  word-break: break-word;
}

.searchin_text {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  opacity: 1;
  word-break: break-word;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

a.s_res:hover .searchin_text {
  color: #0000009e;
}

.search-block:last-child {
  border-bottom: none !important;
}

.gl_short_video iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}
.gl_short_inner{
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s;
}
.show_vid_ifr .gl_short_inner{    
    opacity: 1;
    visibility: visible;
}
.show_vid_ifr .vid_icon{
    display: none;
}
/*! ====  ALL PAGES CSS FINISH  ===== */