* {
    box-sizing: border-box
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    padding-top: 138px;
    padding-right: 115px;
    font-family: 'Roboto', sans-serif
}

.u-noscroll {
    overflow: hidden
}

a {
    text-decoration: none;
    color: inherit
}

.o-header {
    position: fixed;
    background: #FFF;
    width: 100%;
    top: 0;
    z-index: 999;
    height: 140px;
    border-bottom: 1px solid rgba(216, 216, 216, 0.15);
    z-index: 99999
}

body.fancybox-active {
    overflow: auto
}

main {
    width: calc(100% - 115px);
    overflow-x: hidden;
    padding-top: 55px
}

.compensate-for-scrollbar main {
    width: calc(100% - 100px)
}

.title_data {
    margin-left: auto;
    margin-right: auto;
    color: #2f5d85;
    display: table;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 50px;
    position: relative
}

.galleries_grid {
    display: inline-flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    margin-bottom: 30px;
    margin-top: 40px;
}

.gallery_li img {
    display: block;
    height: 100%;
    position: relative;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
}

.gallery_li {
    flex: 0 0 calc(20% - 16px);
    height: 150px;
    overflow: hidden
}

.gallery_li img:hover {
    transform: scale(1.2) rotate(-5deg)
}

@media (max-width: 1200px) {
    .gallery_li {
        flex: 0 0 calc(25% - 12px)
    }
}

@media (max-width: 900px) {
    .gallery_li {
        flex: 0 0 calc(33.33% - 20px)
    }
}

@media (max-width: 767px) {
    .gallery_li {
        flex: 0 0 calc(50% - 10px)
    }
}

@media (min-width: 1060px) {
    .o-header {
        height: 170px
    }
}

.o-header.js-active .c-burger {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.o-header.js-active .c-burger__bar--top {
    -webkit-transform: translateY(1px) rotate(45deg);
    -ms-transform: translateY(1px) rotate(45deg);
    transform: translateY(1px) rotate(45deg)
}

.o-header.js-active .c-burger__bar--bottom {
    -webkit-transform: translateY(-1px) rotate(-45deg);
    -ms-transform: translateY(-1px) rotate(-45deg);
    transform: translateY(-1px) rotate(-45deg)
}

.o-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(100% - 60px);
    position: relative
}

.o-header__container .o-container {
    padding-right: 0
}

.o-header__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.o-header__logo img {
    width: auto;
    height: 60px
}

.o-header__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    height: 100%
}

.o-header__action-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 80px;
    border-left: 1px solid rgba(216, 216, 216, 0.15)
}

@media (min-width: 1060px) {
    .o-header__action-item {
        width: 115px
    }
}

@media (min-width: 1600px) {
    .o-header__action-item {
        width: calc(115px * 1)
    }
}

.o-header__link {
    font-weight: 300;
    font-size: 12px;
    letter-spacing: .2em;
    text-align: center;
    color: #7edeea;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: transparent;
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.o-header__link:hover {
    text-decoration: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.05)
}

@media (min-width: 1600px) {
    .o-header__link {
        font-size: calc(14px * 1)
    }
}

.o-header__sticky {
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 99
}

@media (min-width: 1060px) {
    .o-header__sticky {
        top: 110px
    }
}

.o-header__sticky-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    text-transform: uppercase;
    height: calc(33.33vh - 80px);
    background-color: #1A1A1A;
    border-left: 1px solid rgba(216, 216, 216, 0.15);
    border-bottom: 1px solid rgba(216, 216, 216, 0.15)
}

@media (min-width: 1060px) {
    .o-header__sticky-item {
        height: calc(33.33vh - 115px);
        width: 115px
    }
}

@media (min-width: 1600px) {
    .o-header__sticky-item {
        height: calc(33.33vh - (115px * 1));
        width: calc(115px * 1)
    }
}

.o-header__sticky-item--edit {
    height: 80px;
    color: #78c8da !important;
    background: #5c6c9a !important
}

.o-header__sticky-item--edit svg {
    fill: #78c8da !important
}

@media (min-width: 1060px) {
    .o-header__sticky-item--edit {
        height: 115px
    }
}

@media (min-width: 1600px) {
    .o-header__sticky-item--edit {
        height: calc(115px * 1)
    }
}

.o-header__sticky .o-header__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed
}

.o-header__sticky {
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 99
}

@media (min-width: 1060px) {
    .o-header__sticky {
        top: 110px
    }
}

.o-header__sticky-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: calc(33.33vh - 53px);
    background-color: #668cb1;
    border-left: 1px solid rgba(216, 216, 216, 0.15);
    border-bottom: 1px solid rgba(216, 216, 216, 0.15)
}

@media (min-width: 1060px) {
    .o-header__sticky-item {
        height: calc(33.33vh - 95px);
        width: 115px
    }
}

@media (min-width: 1600px) {
    .o-header__sticky-item {
        height: calc(33.33vh - (93px * 1));
        width: calc(115px * 1)
    }
}

.o-header__sticky-item--edit {
    height: 80px
}

@media (min-width: 1060px) {
    .o-header__sticky-item--edit {
        height: 115px
    }
}

@media (min-width: 1600px) {
    .o-header__sticky-item--edit {
        height: calc(115px * 1)
    }
}

.o-header__sticky .o-header__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed
}

.o-header__form {
    position: fixed;
    right: 80px;
    top: 80px;
    display: none
}

@media (min-width: 1060px) {
    .o-header__form {
        top: 115px;
        right: 115px
    }
}

@media (min-width: 1600px) {
    .o-header__form {
        top: calc(115px * 1);
        right: calc(115px * 1)
    }
}

.c-burger {
    height: 15px;
    position: relative;
    display: block;
    -webkit-transition: all .3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: all .3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all .3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    background-color: transparent;
    outline: none;
    border: none;
    cursor: pointer
}

@media (min-width: 1060px) {
    .c-burger {
        height: 50px;
        padding: 15px
    }
}

.c-burger__bar {
    width: 20px;
    height: 2px;
    display: block;
    position: relative;
    background: #27949b;
    -webkit-transition: all .3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: all .3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all .3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

@media (min-width: 1060px) {
    .c-burger__bar {
        width: 29px;
        height: 2px
    }
}

.c-burger__bar--top {
    -webkit-transform: translateY(-6px) rotate(0deg);
    -ms-transform: translateY(-6px) rotate(0deg);
    transform: translateY(-6px) rotate(0deg)
}

.c-burger__bar--bottom {
    -webkit-transform: translateY(5px) rotate(0deg);
    -ms-transform: translateY(5px) rotate(0deg);
    transform: translateY(5px) rotate(0deg)
}

.c-sticky-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media (min-width: 1060px) {
    .c-sticky-button {
        width: 115px;
        height: 115px
    }
}

@media (min-width: 1600px) {
    .c-sticky-button {
        width: calc(115px * 1);
        height: calc(115px * 1)
    }
}

.c-sticky-button .icon {
    width: 31px;
    height: 29px;
    fill: #fff
}

@media (min-width: 1600px) {
    .c-sticky-button .icon {
        width: calc(31px * 1);
        height: calc(29px * 1)
    }
}

.header_bant {
    background: #4991cf;
    display: flex;
    padding: 10px 30px
}

.header_short_nav {
    position: absolute;
    right: auto;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center
}

.header_short_nav a {
    display: inline-block;
    position: relative;
    color: #2f5d85;
    cursor: pointer;
    line-height: 20px;
    padding: 15px 10px;
    font-weight: 400
}

.home_slider_content {
    position: relative;
    width: 100%;
    height: calc(100vh - 225px);
    padding: 0;
    max-height: 750px;
    min-height: 450px;
    background-size: cover;
    overflow-y: hidden;
    background-repeat: no-repeat;
    background-position: center
}

.slider_bg_1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 55%;
    height: 100%;
    background-blend-mode: multiply;
    clip-path: polygon(0% 0%, 100% 0%, 83% 100%, 0% 100%, 0% 0%);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1d5ccd
}

.slide_container {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    margin: 0 auto
}

.slide_content {
    padding: 80px;
    border-radius: 0;
    background: #f6f7f9;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    height: 100%
}

.slide_text {
    width: 40%;
    position: absolute;
    z-index: 3
}

.slide_bg {
    position: absolute;
    object-fit: contain;
    background: #000;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    display: block;
    height: 100%
}

.slide_text_1 {
    font-size: 48px;
    margin-bottom: 30px;
    display: inline-block
}

.slide_text_2 {
    font-size: 22px;
    width: 80%;
    margin-bottom: 30px;
    display: block;
    font-weight: 300
}

@media (max-height: 900px) {
    .slide_content {
        padding: 50px
    }

    .slide_text_1 {
        font-size: 34px
    }
}

@media (max-width: 1500px) {
    .slide_text_1 {
        font-size: 34px
    }
}

.btn {
    height: 50px;
    border-radius: 1px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 15px 30px;
    line-height: 20px;
    color: #FFF;
    font-weight: 300
}

.btnMint {
    background: #2f5d85
}

.home_services_list {
    padding-left: 30px;
    padding-right: 30px;
    user-select: none
}

.services_icon_list a {
    display: inline-block;
    width: 130px;
    text-align: center;
    font-weight: 300;
    position: relative
}

.services_icon_list a:hover,
.services_icon_list a.active {
    background: rgba(0, 0, 0, .01)
}

.services_icon_list a:before {
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #27949b;
    content: "";
    display: block;
    transition: all linear .2s;
    -moz-transition: all linear .2s;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 4px, 0)
}

.services_icon_list a:hover:before,
.services_icon_list a.active:before {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.services_icon_list a img {
    width: 100%;
    height: 40px;
    box-sizing: content-box;
    padding-top: 20px;
    padding-bottom: 10px
}

.services_icon_list a span {
    display: block;
    margin-bottom: 15px
}

.services_icon_list a:after {
    width: 1px;
    opacity: .5;
    content: "";
    display: block;
    height: 60%;
    background: #ebebeb;
    position: absolute;
    right: 0;
    top: 20%
}

.t2 {
    transition: all linear .2s;
    -moz-transition: all linear .2s;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s
}

.search_box {
    padding-top: 10px;
    width: 250px
}

.search_box input {
    padding-left: 0;
    color: #FFF;
    width: 150px;
    width: 100%;
    background: transparent;
    border: none;
    height: 30px;
    outline: none;
    border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.search_box input::placeholder {
    color: rgba(255, 255, 255, .5)
}

.social_icons {
    padding-top: 15px;
    display: flex;
    padding-left: 40px
}

.social_icons a {
    width: 20px;
    background: #FFF;
    border-radius: 3px;
    height: 20px;
    margin-left: 10px;
    display: block
}

.social_icons a svg {
    width: 50%;
    height: 50%;
    margin: 25%;
    fill: #4991cf
}

.language_list {
    position: absolute;
    right: 30px;
    min-width: 150px
}

.language_list select {
    width: 100%;
    outline: none;
    color: #FFF;
    font-weight: 300;
    height: 30px;
    margin-top: 10px;
    background: transparent;
    border: none
}

.container {
    width: 1170px;
    max-width: 92%;
    margin: 0 auto
}

.about_row {
    display: flex;
    grid-gap: 10%;
    padding-top: 150px;
    padding-bottom: 150px
}

.about_row p {
    font-size: 16px;
    line-height: 1.6
}

.about_row>div {
    flex: 0 0 45%;
    position: relative
}

.about_row .hero_img {
    position: relative;
    z-index: 4;
    width: 100%;
    border-radius: 15px;
    box-shadow: -3px 3px 0 rgba(0, 0, 0, .2);
    height: auto
}

.about_row .shape-1 {
    position: absolute;
    top: -55px;
    z-index: 3;
    right: -35px;
    width: 136px;
    height: 137px;
    background-repeat: no-repeat
}

.about_row .shape-2 {
    position: absolute;
    top: 120px;
    right: -50px;
    width: 110px;
    height: 99px;
    background-repeat: no-repeat;
    z-index: 1
}

.about_row .social_icons,
.about_row_2 .social_icons {
    padding-left: 0
}

.about_row .social_icons a,
.about_row_2 .social_icons a {
    background: #ebebeb;
    cursor: pointer;
    border-radius: 40px;
    width: 40px;
    height: 40px
}

.about_row .social_icons a:hover,
.about_row_2 .social_icons a:hover {
    background: #27949b
}

.about_row .social_icons a:hover svg,
.about_row_2 .social_icons a:hover svg {
    fill: #FFF
}

.about_row .social_icons a svg,
.about_row_2 .social_icons a svg {
    width: 40%;
    height: 40%;
    fill: #313131;
    margin: 30%
}

.video_cover {
    position: relative;
    padding: 190px 0 183px;
    width: 100%;
    background-size: cover
}

.video-section .video-btn {
    position: relative;
    display: block
}

.video-section .video-btn a {
    position: relative;
    display: inline-block;
    width: 98px;
    height: 98px;
    font-size: 98px;
    border-radius: 50%
}

.video-section .inner-box h3 {
    display: block;
    font-size: 26px;
    line-height: 34px;
    color: #fff;
    font-weight: 700
}

.video-section {
    padding-bottom: 100px;
    padding-top: 100px
}

.video-section .video-btn a {
    color: #fff
}

.video-section .video-btn a:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.max-container {
    max-width: 1700px
}

.centred {
    text-align: center
}

.rotate-me {
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

.video_cart_list {
    padding-top: 50px;
    padding-bottom: 50px
}

.blog_post_list .post_cart_li p {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 30px
}

.blog_post_list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 30px
}

.blog_post_list .post_cart_li {
    flex: 0 0 calc(25% - 25px);
    margin: 0 !important
}

.video_cart_list .post_cart_li {
    margin: 15px
}

.post_cart_li {
    position: relative;
    background: #FFF;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    transform: translate(0, 0);
    overflow: hidden
}

.post_cart_li:hover {
    background: #f4f4f4;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.post_cart_li .post_title {
    font-weight: 900;
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 15px
}

.post_cart_li .post_cart_image {
    position: relative
}

.video_cart_list .post_cart_li .post_cart_image .icon-4 {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #FFF;
    z-index: 4;
    transform: translate(-50%, -50%);
    font-size: 50px;
    opacity: .5
}

.video_cart_list .post_cart_li:hover .post_cart_image .icon-4 {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2)
}

.post_cart_li .post_cart_image:after {
    position: absolute;
    width: 90%;
    height: 90%;
    background: rgba(0, 0, 0, .2);
    z-index: 3;
    display: block;
    content: "";
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    border-radius: 15px 15px 0 0;
    transition: all linear .2s;
    -moz-transition: all linear .2s;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s
}

.post_cart_li:hover .post_cart_image:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible
}

.post_cart_li .post_cart_image img {
    max-width: 100%;
    border-radius: 15px 15px 0 0;
    height: 170px;
    object-fit: cover;
    display: block;
    width: 100%
}

.cover_link {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block
}

.post_description {
    padding: 20px;
    min-height: 140px
}

.post_cart_li {
    padding-bottom: 50px
}

.post_description .post_li_btn {
    position: absolute;
    bottom: 20px
}

.post_cart_li:hover .post_li_btn {
    min-width: 120px
}

.post_li_btn {
    min-width: 100px;
    text-align: center;
    font-weight: 300;
    border-radius: 30px;
    background: #ebebeb;
    display: inline-block;
    font-size: 12px;
    padding: 10px 20px
}

.all_videos_btn {
    margin: 0 auto;
    display: table;
    font-weight: 500;
    letter-spacing: 1px
}

.news_section,
.teams_section {
    background: #FFF;
    padding-top: 100px;
    padding-bottom: 100px
}

.teams_section {
    padding-bottom: 50px
}

.gray_section {
    background: #fbfbfb
}

.news_container,
.video_content_row {
    display: flex;
    grid-gap: 100px
}

.news_container>div {
    flex: 0 0 100%;
    width: 100%
}

.video_content_row>div {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px)
}

.news_container .home_post_slider .post_cart_li {
    margin: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .03);
    min-height: 300px
}

.news_container .home_post_slider .post_cart_li .post_cart_image img {
    height: 100px
}

.news_container .home_post_slider .post_cart_li .post_title {
    font-size: 12px
}

.news_container .home_post_slider .post_cart_li p {
    font-size: 10px
}

.news_container .home_post_slider .post_cart_li .post_li_btn {
    font-size: 10px;
    padding: 5px 10px
}

.teams_post_li {
    position: relative;
    margin: 15px;
    padding-bottom: 40px
}

.teams_post_li .teams_post_li_image {
    margin: 0 auto;
    margin-bottom: 15px;
    display: block;
    border-radius: 5px;
    object-fit: cover
}

.teams_title {
    font-size: 18px;
    font-weight: 700
}

.teams_post_li p {
    font-size: 16px;
    display: block;
    max-height: 100px;
    overflow: hidden;
    font-weight: 300
}

.teams_position {
    font-size: 16px;
    font-weight: 300
}

.home_text_seciton {
    background: #FFF;
    padding-top: 100px;
    padding-bottom: 100px
}

.home_text_seciton li,
.home_text_seciton p {
    font-size: 12px;
    line-height: 1.4
}

.home_text_container {
    background: #f1f1f1;
    height: 250px;
    overflow: hidden;
    padding: 15px;
    font-size: 12px;
    line-height: 1.4
}

.home_text_container p:first-child {
    margin-top: 0
}

.nicescroll-rails>div {
    border: none !important
}

footer {
    background: #fbfbfb;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative
}

.footer_container {
    display: flex;
    grid-gap: 30px;
    flex-wrap: wrap
}

.footer_container .col-1 {
    min-height: 120px;
    max-width: 220px;
    flex: auto
}

.footer_container .col-2 {
    width: 250px
}

.footer_container .col-1 a {
    font-size: 12px;
    font-weight: 900;
    cursor: pointer
}

.footer_container .col-1 a:hover {
    text-decoration: underline
}

.footer_container .col-1 ul {
    padding: 0;
    padding-top: 10px;
    list-style: none;
    margin: 0
}

.footer_container .col-1 ul a {
    font-weight: 300;
    line-height: 20px
}

.footer_container .col-2 {
    font-size: 12px
}

.footer_container .col-2 p:first-child {
    margin-top: 0
}

.footer_container .col-2 b {
    font-weight: 900
}

.footer_container .col-2 .social_icons {
    padding-left: 0;
    padding-top: 0
}

.footer_container .col-2 .social_icons a {
    background: #27949b
}

.footer_container .col-2 .social_icons a svg {
    fill: #FFF
}

.footer_ysa {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300px;
    overflow: hidden;
    padding-top: 70px
}

.footer_ysa:after {
    content: "";
    border-radius: 100%;
    position: absolute;
    width: 500px;
    height: 500px;
    background: #27949b;
    opacity: .5;
    left: -100%;
    top: 0
}

.footer_ysa img {
    width: 150px;
    display: block
}

.home_slider .slick-slide,
.home_slider .slick-list,
.home_slider .slick-track {
    height: 100%
}

.o-main-menu {
    position: fixed;
    top: 120px;
    overflow: auto;
    width: calc(100% - 80px);
    min-height: calc(100% - 120px);
    height: 0;
    z-index: 100;
    background-color: #fcfcfc;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    padding: 65px 30px
}

@media (min-width: 1060px) {
    .o-main-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 170px;
        width: 100%;
        height: calc(100% - 170px)
    }
}

.o-main-menu.js-active {
    opacity: 1;
    z-index: 999999;
    pointer-events: all
}

.o-main-menu.js-active .c-main-nav__item {
    visibility: visible;
    opacity: 1
}

.o-main-menu.js-active .c-main-nav__item:nth-child(1) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.o-main-menu.js-active .c-main-nav__item:nth-child(2) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.o-main-menu.js-active .c-main-nav__item:nth-child(3) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.o-main-menu.js-active .c-main-nav__item:nth-child(4) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.o-main-menu.js-active .c-main-nav__item:nth-child(5) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.o-main-menu.js-active .c-main-nav__item:nth-child(6) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s
}

.o-main-menu.js-active .c-main-nav__item:nth-child(7) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.o-main-menu.js-active .o-main-menu__social {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.o-main-menu__inner {
    width: 100%
}

@media (min-width: 1060px) {
    .o-main-menu__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        height: 100%
    }
}

.o-main-menu__container {
    height: 100%
}

@media (min-width: 1060px) {
    .o-main-menu__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 110px
    }
}

@media (min-width: 1200px) {
    .o-main-menu__container {
        padding-left: 12vw
    }
}

.o-main-menu__nav {
    position: relative;
    width: 100%
}

@media (min-width: 1060px) {
    .o-main-menu__nav {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

.o-main-menu__right {
    margin-top: 40px
}

@media (min-width: 1060px) {
    .o-main-menu__right {
        margin-left: auto;
        margin-top: auto;
        padding-right: 230px;
        height: 50%
    }
}

.o-main-menu__sub-nav .c-sub-nav {
    display: none
}

.o-main-menu__social {
    -webkit-transition: all .7s cubic-bezier(0.78, 0.11, 0.19, 0.81);
    -o-transition: all .7s cubic-bezier(0.78, 0.11, 0.19, 0.81);
    transition: all .7s cubic-bezier(0.78, 0.11, 0.19, 0.81);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    visibility: hidden;
    opacity: 0
}

@media (min-width: 1060px) {
    .o-main-menu__social {
        position: absolute;
        left: 45vw;
        bottom: 0
    }

    .o-main-menu__social.active {
        visibility: hidden !important;
        opacity: 0 !important
    }
}

.o-main-menu__picture {
    display: none
}

@media (min-width: 1060px) {
    .o-main-menu__picture {
        display: block;
        height: 100%;
        position: fixed;
        top: 0;
        right: 115px;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        -webkit-transition: -webkit-transform .44s;
        transition: -webkit-transform .44s;
        -o-transition: transform .44s;
        transition: transform .44s;
        transition: transform 0.44s, -webkit-transform .44s;
        -webkit-transition-delay: .7s;
        -o-transition-delay: .7s;
        transition-delay: .7s
    }

    .o-main-menu__picture img {
        max-width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .o-main-menu__picture.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.c-main-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: counter;
    position: relative
}

.c-main-nav__item {
    counter-increment: counter;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.78, 0.11, 0.19, 0.81);
    -o-transition: all 1s cubic-bezier(0.78, 0.11, 0.19, 0.81);
    transition: all 1s cubic-bezier(0.78, 0.11, 0.19, 0.81)
}

@media (min-width: 1060px) {
    .c-main-nav__item {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
}

.c-main-nav__item.no-focus .c-main-nav__link {
    color: rgba(0, 0, 0, 0.15)
}

.c-main-nav__item.no-focus .c-main-nav__link::before {
    color: rgba(0, 0, 0, 0.15)
}

.c-main-nav__item .c-sub-nav {
    display: none
}

@media (min-width: 1060px) {
    .c-main-nav__item .c-sub-nav {
        position: absolute;
        top: 25%;
        left: 45vw
    }
}

.c-main-nav__link {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    color: #000;
    margin-bottom: 30px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    font-weight: 900;
    font-size: 25px;
    letter-spacing: .07em;
    line-height: 34px
}

@media (min-width: 1060px) {
    .c-main-nav__link {
        margin-bottom: 25px
    }
}

@media (min-width: 1200px) {
    .c-main-nav__link {
        font-size: 28px;
        letter-spacing: .06em;
        line-height: 36px
    }
}

@media (min-width: 1600px) {
    .c-main-nav__link {
        font-size: 32px;
        margin-bottom: 40px
    }
}

@media (min-width: 1060px) {
    .c-main-nav__link::before {
        margin-right: 30px
    }
}

.c-main-nav__link:hover {
    text-decoration: none;
    outline: none;
    color: #000
}

.c-main-nav__link:hover span {
    width: 100%
}

.c-contact-area {
    font-weight: 400
}

.c-contact-area__row {
    margin-bottom: 30px
}

.c-contact-area__title {
    font-weight: 300;
    font-size: 10px;
    letter-spacing: .2em;
    text-align: left;
    color: #fff;
    opacity: .4;
    margin-bottom: 10px
}

@media (min-width: 1600px) {
    .c-contact-area__title {
        font-size: calc(10px * 1)
    }
}

.c-contact-area__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: .13em;
    text-align: left;
    color: #fff;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    margin-bottom: 10px
}

.c-contact-area__link:hover {
    text-decoration: none;
    color: #fff
}

@media (min-width: 1600px) {
    .c-contact-area__link {
        font-size: calc(16px * 1);
        letter-spacing: calc(0.13em * 1);
        margin-bottom: calc(10px * 1)
    }
}

.c-contact-area__sub-title {
    font-weight: 300;
    font-size: 10px;
    letter-spacing: .1em;
    text-align: left;
    color: #fff;
    opacity: .15
}

@media (min-width: 1600px) {
    .c-contact-area__sub-title {
        font-size: calc(10px * 1)
    }
}

.c-social-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px
}

.c-social-area__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media (min-width: 1600px) {
    .c-social-area__link {
        margin: 0 calc(15px * 1)
    }
}

.c-social-area__link .icon {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 10px;
    fill: #fff;
    opacity: .5
}

@media (min-width: 1600px) {
    .c-social-area__link .icon {
        font-size: calc(10px * 1)
    }
}

.c-social-area__link:hover .icon {
    opacity: 1
}

.c-sub-nav {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 25px;
    padding-left: 35px
}

@media (min-width: 1060px) {
    .c-sub-nav {
        width: auto;
        padding-top: 55px;
        padding-left: 0
    }
}

.c-sub-nav::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 40px;
    height: 1px
}

@media (min-width: 1060px) {
    .c-sub-nav::after {
        left: 0
    }
}

.c-sub-nav.active .c-sub-nav__item {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible
}

.c-sub-nav.active::after {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible
}

.c-sub-nav__item {
    -webkit-transition: all .6s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all .6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .6s cubic-bezier(0.77, 0, 0.175, 1)
}

@media (min-width: 1060px) {
    .c-sub-nav__item:nth-child(1) {
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s
    }

    .c-sub-nav__item:nth-child(2) {
        -webkit-transition-delay: .15s;
        -o-transition-delay: .15s;
        transition-delay: .15s
    }

    .c-sub-nav__item:nth-child(3) {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s
    }

    .c-sub-nav__item:nth-child(4) {
        -webkit-transition-delay: .25s;
        -o-transition-delay: .25s;
        transition-delay: .25s
    }

    .c-sub-nav__item:nth-child(5) {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s
    }

    .c-sub-nav__item:nth-child(6) {
        -webkit-transition-delay: .35s;
        -o-transition-delay: .35s;
        transition-delay: .35s
    }

    .c-sub-nav__item:nth-child(7) {
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s
    }
}

.c-sub-nav__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .14em;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px
}

@media (min-width: 1600px) {
    .c-sub-nav__link {
        font-size: calc(14px * 1);
        letter-spacing: calc(0.14em * 1);
        margin-bottom: calc(20px * 1)
    }
}

.c-sub-nav__link:hover {
    text-decoration: none;
    outline: none;
    color: #fff
}

.c-sub-nav__picture {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%
}

.c-sub-nav__picture img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.o-header__form {
    position: fixed;
    right: 80px;
    top: 80px;
    display: none
}

@media (min-width: 1060px) {
    .o-header__form {
        top: 115px;
        right: 115px
    }
}

@media (min-width: 1600px) {
    .o-header__form {
        top: calc(115px * 1);
        right: calc(115px * 1)
    }
}

.o-sticky-form {
    position: relative;
    padding: 30px 8vw;
    background-color: #1d5ccd;
    color: #fff;
    min-height: calc(100vh - 80px);
    height: 0;
    overflow-y: auto;
    width: 100%;
    -webkit-filter: drop-shadow(-80px 0px 30px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(-80px 0px 30px rgba(0, 0, 0, 0.2))
}

@media (min-width: 768px) {
    .o-sticky-form {
        width: 356px;
        padding: 40px
    }
}

@media (min-width: 1060px) {
    .o-sticky-form {
        height: calc(100vh - 115px)
    }
}

@media (min-width: 1600px) {
    .o-sticky-form {
        height: calc(100vh - (115px * 1));
        width: calc(356px * 1);
        padding: calc(40px * 1)
    }
}

.o-sticky-form::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.o-sticky-form__top .c-circle-button {
    margin-left: auto;
    margin-bottom: 30px
}

.o-sticky-form__title {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .06em;
    width: 100%;
    margin-bottom: 30px
}

@media (min-width: 1600px) {
    .o-sticky-form__title {
        font-size: calc(18px * 1);
        letter-spacing: calc(0.06em * 1);
        width: 100%;
        margin-bottom: calc(30px * 1)
    }
}

.o-sticky-form__title b {
    font-weight: 700
}

.c-form-control {
    width: 100%;
    height: 58px;
    background: transparent;
    outline: none;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid #fff;
    color: #fff;
    padding: 20px;
    padding-bottom: 8px
}

@media (min-width: 1600px) {
    .c-form-control {
        height: calc(58px * 1)
    }
}

.c-form-control--textarea {
    height: 150px
}

.c-form-control--textarea+.c-placeholder {
    top: 25px
}

.c-form-control--secondary {
    padding-bottom: 20px;
    font-size: 12px;
    letter-spacing: .08em;
    color: #fff
}

@media (min-width: 1600px) {
    .c-form-control--secondary {
        font-size: calc(12px * 1);
        letter-spacing: calc(0.08em * 1)
    }
}

.c-form-control--secondary::-webkit-input-placeholder {
    color: #fff
}

.c-form-control--secondary::-ms-input-placeholder {
    color: #fff
}

.c-form-control--secondary::placeholder {
    color: #fff
}

.c-form-control:focus+.c-placeholder,
.c-form-control.addValueData+.c-placeholder {
    font-size: 10px;
    color: #c4c4c4;
    top: 15px
}

@media (min-width: 1600px) {

    .c-form-control:focus+.c-placeholder,
    .c-form-control.addValueData+.c-placeholder {
        font-size: calc(10px * 1);
        top: calc(15px * 1)
    }
}

.c-placeholder {
    font-size: 12px;
    letter-spacing: .08em;
    color: #fff
}

@media (min-width: 1600px) {
    .c-placeholder {
        font-size: calc(12px * 1);
        letter-spacing: calc(0.08em * 1)
    }
}

.c-placeholder.focus {
    font-size: 10px;
    color: #c4c4c4;
    top: 15px
}

@media (min-width: 1600px) {
    .c-placeholder.focus {
        font-size: calc(10px * 1);
        top: calc(15px * 1)
    }
}

.c-label {
    color: #fff;
    font-size: 10px;
    letter-spacing: .04em
}

@media (min-width: 1600px) {
    .c-label {
        font-size: calc(10px * 1);
        letter-spacing: calc(0.04em * 1)
    }
}

.c-label a {
    text-decoration: underline;
    color: #fff
}

.c-label a:hover {
    color: #fff
}

.c-checkbox {
    display: block;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.c-checkbox__input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.c-checkbox__input:checked~.c-checkbox__checkmark {
    background: transparent;
    border-color: #fff
}

.c-checkbox__input:checked~.c-checkbox__checkmark::after {
    display: block
}

.c-checkbox__checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4)
}

.c-checkbox__checkmark::after {
    content: "";
    background: url(../uploads/tick.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 16px;
    border-radius: 5px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.c-custom-select {
    width: 100%
}

.c-custom-select--secondary .choices__inner {
    font-family: "Radikal", "Arial", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .04em;
    padding-left: 60px;
    padding-right: 60px;
    height: 120px
}

@media (min-width: 1600px) {
    .c-custom-select--secondary .choices__inner {
        height: calc(120px * 1)
    }
}

.c-circle-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: transparent;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(216, 216, 216, 0.5);
    cursor: pointer
}

.c-circle-button__icon {
    width: 8px;
    height: 8px
}

.c-slider-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    border: none;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #E20714;
    background-color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.c-form__wrapper {
    position: relative;
    z-index: 2
}

.c-form-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px
}

@media (min-width: 1600px) {
    .c-form-group {
        margin-bottom: calc(10px * 1)
    }
}

.c-form-group .c-placeholder {
    position: absolute;
    top: 50%;
    left: 22px;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none
}

.c-form-group .c-label {
    margin-bottom: 5px;
    margin-left: 25px
}

.c-form-group--md {
    width: 100%
}

@media (min-width: 1060px) {
    .c-form-group--md {
        margin-left: 20px
    }
}

.c-form-group--half {
    width: calc(50% - 20px);
    margin-left: 20px
}

@media (max-width: 768px) {
    .c-form-group--half {
        width: 100%
    }
}

.c-form-group--btn {
    width: 250px;
    margin-bottom: 0
}

.c-form-group span {
    font-size: 12px;
    letter-spacing: .08em;
    color: #fff;
    margin-bottom: 15px
}

@media (min-width: 1600px) {
    .c-form-group span {
        font-size: calc(12px * 1)
    }
}

.c-form-group--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 1060px) {
    .c-form-group.is-3 {
        margin-left: 20px;
        width: 33.33333%
    }
}

@media (min-width: 1060px) {
    .c-form-group.is-half {
        margin-left: 20px;
        width: 65%
    }
}

.c-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 58px;
    padding: 0 25px;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 99
}

.c-btn span {
    margin-bottom: 0 !important;
    color: #1A1A1A !important;
    font-size: 12px !important;
    font-weight: 700 !important
}

.c-form input.error {
    border-color: #E20714
}

.c-form input.error+span {
    border-color: #E20714
}

.c-form__message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #E20714;
    font-size: 12px;
    margin-left: 80px;
    display: none
}

.c-form__message.js-error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.category_data {
    position: relative;
    z-index: 4
}

.category_banner_list {
    height: calc(100vh - 115px);
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    width: 100%;
    background-position: center !important;
    background-size: cover !important
}

.category_banner_list.minhts {
    min-height: calc(100vh - 115px);
    height: auto
}

.category_banner_list:after {
    display: block;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.category_banner_list .title_data {
    color: #FFF;
    font-weight: 400;
    font-size: 50px
}

.category_banner_list .category_nav_list {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.category_banner_list .category_nav_list a {
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    display: inline-block;
    color: #FFF;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 28px;
    clear: both
}

.category_banner_list .category_nav_list a:hover {
    color: #27949b
}

.category_banner_list .description {
    color: rgba(255, 255, 255, .5);
    padding: 20px;
    line-height: 1.6;
    font-size: 14px;
    background: #313131;
    border: 1px solid #27949b;
    margin-top: 50px
}

.category_banner_list.category_banner_detail {
    height: auto;
    background-size: cover !important
}

.description_detail {
    max-width: 1000px;
    font-weight: 300;
    color: rgba(255, 255, 255, .5);
    text-align: center;
    padding: 20px;
    line-height: 1.6;
    font-size: 20px;
    margin-top: 50px
}

.content_detail {
    padding-top: 50px;
    padding-bottom: 50px
}

.content_detail ul,
.content_detail ol {
    padding-left: 20px
}

.content_detail img {
    max-width: 100%;
    height: auto
}

.content_detail p,
.content_detail li {
    font-size: 14px;
    line-height: 1.4
}

.content_detail li {
    margin-top: 5px;
    margin-bottom: 5px
}

.content_index {
    background: #f1f1f1;
    overflow: auto;
    padding: 30px;
    flex: 0 0 300px;
    margin-bottom: 30px
}

.content_index a {
    font-size: 12px
}

.content_index a:hover {
    text-decoration: underline
}

.content_index_title {
    margin-top: 0;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1px
}

.content_index ul {
    padding-left: 15px;
    margin-top: 0
}

.content_index_absolute {
    position: fixed;
    left: 30px;
    bottom: 30px;
    max-width: 100%;
    width: 400px
}

.content_index_absolute .content_index {
    position: absolute;
    left: 0;
    width: 100%;
    display: none;
    bottom: 0;
    margin-bottom: 0
}

.content_index_close {
    position: absolute;
    right: 30px;
    cursor: pointer;
    top: 20px;
    font-size: 14px
}

.content_index_absolute .content_index_scroll {
    height: auto !important
}

.clearfix {
    clear: both
}

.content_index_absolute>a {
    cursor: pointer;
    background: #1d5ccd;
    float: left;
    display: inline-block;
    border-radius: 5px;
    color: #FFF;
    padding: 15px 30px;
    letter-spacing: 1px;
    font-weight: 900
}

.selected_h2 {
    color: #27949b
}

.video_content_section {
    color: rgba(255, 255, 255, .8);
    padding: 50px 0;
    background: #1d5ccd;
    margin: 50px 0
}

.video_content_section iframe {
    width: 100%
}

.flex {
    display: flex;
    flex-wrap: wrap
}

.flex-25 {
    width: calc(25% - 30px)
}

.flex-center {
    align-self: center
}

.nicescroll-rails>div {
    background-color: #e4e4e4 !important;
    z-index: 2 !important
}

.operaiton_abstract {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    font-size: 12px
}

.operaiton_abstract>div {
    flex: 0 0 25%;
    border-bottom: 1px solid #def4f8;
    border-right: 1px solid #def4f8;
    padding: 10px 15px;
    background: #effafc;
    color: #3ac1da
}

.operaiton_abstract>div:nth-child(4n+1) {
    border-left: 1px solid #def4f8
}

.operaiton_abstract>div:nth-child(4),
.operaiton_abstract>div:nth-child(3),
.operaiton_abstract>div:nth-child(2),
.operaiton_abstract>div:first-child {
    border-top: 1px solid #def4f8
}

.pagination {
    height: 36px;
    margin: 0;
    padding: 0
}

.pager,
.pagination ul {
    margin-left: 0;
    *zoom: 1
}

.pagination ul {
    padding: 0;
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05)
}

.pagination li {
    display: inline
}

.pagination a {
    float: left;
    font-size: 12px;
    padding: 0 12px;
    line-height: 30px;
    text-decoration: none;
    border-left-width: 0;
    border-radius: 3px
}

.pagination .active a,
.pagination a:hover {
    background-color: #f5f5f5;
    color: #94999E
}

.pagination .active a {
    color: #94999E;
    cursor: default
}

.pagination .disabled a,
.pagination .disabled a:hover,
.pagination .disabled span {
    color: #94999E;
    background-color: transparent;
    cursor: default
}

.pagination li:first-child a,
.pagination li:first-child span {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.pagination li:last-child a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.pagination-centered {
    text-align: center
}

.pagination-right {
    text-align: right
}

.pager {
    margin-bottom: 18px;
    text-align: center
}

.pager:after,
.pager:before {
    display: table;
    content: ""
}

.pager li {
    display: inline
}

.pager a {
    display: inline-block;
    padding: 5px 12px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.pager a:hover {
    text-decoration: none;
    background-color: #f5f5f5
}

.pager .next a {
    float: right
}

.pager .previous a {
    float: left
}

.pager .disabled a,
.pager .disabled a:hover {
    color: #999;
    background-color: #fff;
    cursor: default
}

.pagination .prev.disabled span {
    float: left;
    padding: 0 12px;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 1px
}

.pagination .next.disabled span {
    float: left;
    padding: 0 12px;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0
}

.pagination li.active,
.pagination li.disabled {
    float: left;
    padding: 0 12px;
    line-height: 30px;
    text-decoration: none;
    border-left-width: 0
}

.pagination li.active {
    background: #1d5ccd;
    color: #fff
}

.pagination li:first-child {
    border-left-width: 1px
}

.testimonials .testimonial_post_li {
    text-align: left;
    position: relative;
    padding-left: 120px;
    padding-right: 30px
}

.testimonials .testimonial_post_li.testimonial_post_li_image_no {
    padding-left: 30px
}

.testimonials .testimonial_post_li_image {
    position: absolute;
    left: 20px;
    top: 0;
    margin: 0
}

.testimonial_post_li p {
    font-size: 12px
}

.fancybox__container {
    z-index: 99999
}

.gallery_content {
    width: 300px;
    position: relative;
    user-select: none;
    cursor: pointer
}

.gallery_content img {
    width: 100%;
    display: block;
    height: 120px;
    object-fit: cover
}

.gallery_content:after {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    content: "";
    position: absolute;
    left: 0;
    top: 0
}

.gallery_content .gallery_title {
    font-size: 18px;
    width: calc(100% - 40px);
    color: #27949b;
    text-transform: uppercase;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 3
}

.gallery_content p {
    position: absolute;
    z-index: 3;
    font-weight: 300;
    width: calc(100% - 40px);
    font-size: 12px;
    color: rgba(255, 255, 255, .7);
    top: 35px;
    left: 20px
}

.gallery_content p b {
    display: block;
    text-transform: uppercase;
    text-decoration: underline
}

.similar_content {
    display: flex;
    grid-gap: 30px;
    flex-wrap: wrap
}

.similar_container {
    height: 120px;
    flex: 0 0 calc(100% - 330px);
    max-width: calc(100% - 330px)
}

.similar_container.op_hide {
    flex: 0 0 100%;
    max-width: 100%
}

.similar_content_li {
    display: flex;
    position: relative
}

.similar_content_image {
    flex: 0 0 120px;
    width: 120px
}

.similar_content_image img {
    max-width: 100%;
    padding: 10px;
    height: 120px;
    object-fit: cover;
    background: #f1f1f1;
    border-radius: 3px
}

.similar_content_description {
    padding: 0 20px;
    width: calc(100% - 150px)
}

.similar_content_description p {
    font-size: 12px
}

.similar_content_description div {
    font-size: 14px;
    font-weight: 900
}

.toUppercase {
    text-transform: uppercase
}

.video_embed_container {
    padding: 56.25% 0 0;
    position: relative;
    margin-bottom: 0
}

.web_hide {
    display: none
}

.body_services,
.mobile_show,
.mobile_stick {
    display: none
}

.body_services li {
    display: inline-block;
    border-radius: 5px;
    background: #f7f7f7;
    margin: 10px 5px
}

.body_services li a {
    display: block;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px
}

.body_services ul {
    margin: 0;
    padding: 20px
}

.up_btn {
    right: 120px;
    bottom: 30px;
    align-items: center;
    align-content: center;
    position: fixed;
    transform: scale(0.7);
    display: none;
    transform-origin: left bottom;
    border-radius: 100%;
    padding: 15px;
    width: 50px;
    height: 50px;
    background: #1d5ccd;
    display: block;
    z-index: 5554
}

.up_btn svg {
    width: 100%;
    height: 100%
}

.up_btn svg g {
    fill: #FFF
}

.slick-prev,
.slick-next {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
    width: 25px;
    font-size: 0;
    height: 40px;
    margin-top: -10px;
    display: block;
    border: none;
    cursor: pointer;
    background: url(../img/left_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .3;
    z-index: 33
}

.slick-next {
    background: url(../img/rigth_arrow.svg);
    right: 0;
    left: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.home_video_slider .slick-prev,
.home_post_list .slick-prev,
.similar_contents .slick-prev {
    left: -13px
}

.home_video_slider .slick-next,
.home_post_list .slick-next,
.similar_contents .slick-next {
    right: -13px
}

.home_slider .slick-next,
.home_slider .slick-prev {
    filter: brightness(0) invert(1)
}

.home_slider .slick-prev {
    left: 5%
}

.home_slider .slick-next {
    right: 50px
}

.text-uppercase {
    text-transform: uppercase
}

.map_box_content {
    flex: 0 0 calc(60% - 20px);
    margin-bottom: 20px;
    grid-gap: 20px;
    flex-wrap: wrap;
    display: flex
}

.map_box {
    position: relative;
    background: #fafafa;
    padding: 30px;
    padding-left: 150px
}

.map_box svg {
    position: absolute;
    left: 60px;
    width: 40px;
    height: 40px;
    transform: translate(0px, -50%);
    top: 50%
}

.contact_detail {
    padding-top: 30px
}

.map_box_1 {
    flex: 0 0 100%
}

.map_box_2 {
    flex: 0 0 calc(50% - 10px)
}

.contact_flex {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px
}

.contact_form {
    background: #fafafa;
    padding: 30px;
    min-height: 100%
}

.contact_form_box {
    flex: 0 0 40%;
    padding-bottom: 20px
}

#contact-form input {
    height: 60px;
    width: 100%;
    border: 1px solid #fafafa;
    padding-left: 20px;
    background: #FFF;
    margin-bottom: 10px;
    width: 100%
}

#contact-form .iti {
    margin-bottom: 10px
}

#contact-form button {
    height: 60px;
    width: 100%;
    background: #1d5ccd;
    border: none;
    color: #FFF;
    cursor: pointer
}

#contact-form textarea {
    height: 90px;
    padding-top: 15px;
    resize: none;
    border: 1px solid #fafafa;
    padding-left: 20px;
    background: #FFF;
    width: 100%;
    margin-bottom: 15px
}

#contact-form input,
#contact-form textarea {
    outline: none;
    border: 1px solid transparent
}

#contact-form input.error,
#contact-form textarea.error,
.c-form-control.error {
    border-color: red
}

.services_detail_index .services_icon_list a {
    width: 100px
}

.services_detail_index .services_icon_list a span {
    font-size: 12px
}

.grid-item {
    float: left;
    width: 20%
}

.services_list_data h3 {
    padding-left: 30px
}

.services_list_data a {
    font-size: 14px;
    line-height: 1.5;
    color: #414141
}

.services_list_data a:hover {
    text-decoration: underline
}

.passive {
    opacity: .1
}

.hr {
    border: none;
    border-top: 1px solid #ebebeb
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-thumb {
    background: #ddd;
    background: #999;
    border-radius: 3px
}

.fix_loading {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 99999
}

@media (max-width: 1400px) {
    .grid-item {
        width: 25%
    }
}

@media (max-width: 1000px) {
    .grid-item {
        width: 25%
    }

    .flex-25 {
        width: calc(33% - 30px)
    }
}

@media (max-width: 767px) {
    .flex-25 {
        width: calc(50% - 30px)
    }

    .bg_footer_logo {
        position: relative;
        z-index: 99999
    }

    .logo_data {
        padding-bottom: 90px !important;
        position: relative;
        z-index: 33333
    }

    .add_passive {
        display: none
    }

    .grid-item {
        width: 50%
    }

    .home_slider .slick-prev {
        left: 5px
    }

    .home_slider .slick-next {
        right: 5px
    }

    .map_box h3 {
        margin-top: 0
    }

    .map_box p {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1.4
    }

    .map_box svg {
        right: 20px;
        top: 40px;
        left: auto;
        width: 25px;
        height: 25px
    }

    .map_box {
        padding-left: 30px
    }

    .contact_detail {
        padding-top: 0
    }

    .map_box_2,
    .contact_flex,
    .map_box_content,
    .contact_form_box {
        flex: 0 0 100%
    }

    .contact_flex {
        grid-gap: 0
    }

    .video_embed_container {
        margin: 0 -20px;
        min-height: 400px
    }

    .up_btn {
        right: 20px;
        bottom: 80px
    }

    .body_services li {
        float: left;
        margin: 2px
    }

    .body_services li a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 12px
    }

    .o-header {
        position: absolute
    }

    .o-sticky-form {
        min-height: auto;
        height: 100vh
    }

    .social_icons {
        padding-left: 20px
    }

    .content_index_absolute>a {
        position: absolute;
        background: #1d5ccd;
        left: -20px;
        bottom: 15px;
        transform: scale(.7);
        transform-origin: left bottom
    }

    .o-header__form {
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        height: 100vh
    }

    .call_form_btn {
        display: inline-block;
        height: 60px;
        text-transform: uppercase;
        background: #27949b;
        color: #FFF;
        line-height: 60px;
        width: 40%;
        text-align: center;
        float: left
    }

    .call_btn {
        width: 20%;
        height: 60px;
        position: relative;
        background: #809adf;
        display: inline-block;
        float: left
    }

    .call_btn svg {
        width: 40px;
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%
    }

    .whatsapp_btn {
        background: #25d366
    }

    .form_btn {
        background: #1d5ccd
    }

    .form_btn svg {
        fill: #FFF
    }

    .mobile_stick,
    .mobile_show {
        display: block
    }

    .mobile_stick {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 5554;
        width: 100%
    }

    .category_banner_list .title_data:after {
        font-size: 40px;
        margin-top: -10px;
        font-size: 40px;
        margin-top: -10px;
        font-size: 40px;
        margin-top: -10px
    }

    .category_banner_list .title_data {
        font-size: 30px;
        margin: 0;
        width: 100%
    }

    .description_detail {
        font-size: 14px;
        line-height: 1.3;
        margin-top: 20px;
        padding-bottom: 0
    }

    .category_banner_list {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .blog_post_list .post_cart_li {
        flex: 0 0 calc(50% - 15px)
    }

    .footer_ysa {
        display: block;
        position: absolute;
        transform: rotateY(180deg);
        width: 100%
    }

    .footer_ysa:after {
        display: none
    }

    .footer_container .col-1 {
        flex: 0 0 calc(50% - 15px);
        text-align: center
    }

    footer {
        padding-top: 50px;
        padding-bottom: 0
    }

    .header_short_nav {
        width: 100%;
        min-width: auto;
        padding-left: 20px;
        padding-right: 20px;
        right: 0;
        top: 80px;
        border-radius: 0;
        padding-left: 20px;
        top: 130px
    }

    .header_short_nav a {
        padding: 10px;
        font-size: 12px
    }

    body {
        padding-top: 180px
    }

    .about_row .shape-1 {
        right: 50%;
        margin-right: -69px
    }

    .about_row p {
        font-size: 14px;
        line-height: 1.2
    }

    .all_videos_btn {
        width: calc(100% - 40px);
        text-align: center
    }

    .video_cart_list {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .news_section,
    .testimonials_section,
    .video-section {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .home_text_seciton {
        padding-bottom: 30px;
        padding-top: 30px
    }

    .video_cover {
        height: 370px;
        padding-top: 100px;
        padding-bottom: 100px
    }

    .about_row {
        flex-wrap: wrap;
        padding-top: 75px;
        padding-bottom: 50px
    }

    .container {
        width: calc(100% - 40px)
    }

    .about_row>div {
        flex: 0 0 100%
    }

    .services_icon_list a {
        width: 105px
    }

    .services_icon_list a span {
        font-size: 12px
    }

    .home_services_list {
        padding: 0
    }

    .slide_content {
        border-radius: 0
    }

    .home_slider_content {
        height: 300px;
        min-height: 300px
    }

    main,
    .o-main-menu {
        width: 100%
    }

    main {
        position: relative;
        z-index: 4447;
        background: #FFF
    }

    .o-header__sticky {
        display: none
    }

    .video_content_section {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .video_content_row {
        flex-wrap: wrap;
        grid-gap: 20px
    }

    .video_content_row>div {
        flex: 0 0 100%
    }

    .similar_container {
        max-width: 100%;
        flex: 0 0 100%
    }

    .gallery_content {
        width: 100%
    }

    .content_detail {
        padding-top: 0
    }

    .content_index_absolute {
        margin: 0;
        position: fixed;
        bottom: 60px;
        top: auto;
        width: 100%
    }

    .content_index_absolute .content_index {
        bottom: 0;
        margin: 0
    }

    .testimonials .testimonial_post_li {
        padding-left: 0
    }

    .testimonial_title {
        text-align: center
    }

    .testimonial_position {
        display: block;
        text-align: center;
        margin-top: 5px
    }

    .testimonials .testimonial_post_li_image {
        position: relative;
        left: auto;
        margin: 0 auto;
        margin-bottom: 40px
    }

    .operaiton_abstract>div {
        width: 50%
    }

    .content_index_scroll {
        height: 500px !important
    }

    .first_section .content_index,
    .about_row .shape-2 {
        display: none
    }

    .first_section .content_index {
        position: fixed;
        left: 0;
        bottom: 0;
        height: 600px;
        width: 100%;
        z-index: 999
    }
}

.sk-circle {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: relative
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #FFF;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg)
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg)
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg)
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg)
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg)
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg)
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg)
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

@-webkit-keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #f9f9f9;
    margin: 0
}

ul.breadcrumb li {
    display: inline;
    font-size: 14px
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: #000;
    content: "/\00a0"
}

ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none
}

ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline
}

.iti__country-list {
    z-index: 106 !important
}

.iti__country,
.c-form-group span {
    color: #444 !important
}

.iti--allow-dropdown {
    width: 100%
}

.iti--allow-dropdown .selected-flag {
    padding-left: 10px;
    padding-right: 10px;
    background: #FFF
}

.iti--separate-dial-code .iti__selected-dial-code {
    font-size: 14px
}

.iti--allow-dropdown input {
    padding-left: 85px !important;
    padding-top: 8px !important
}

.iti--allow-dropdown input::placeholder {
    color: rgba(255, 255, 255, .7)
}

#contact-form .iti--allow-dropdown input::placeholder {
    color: rgba(0, 0, 0, .3)
}

#about_page.about_section .about_row {
    display: block
}

#about_page.about_section .about_row>div {
    display: inline-block;
    float: left
}

#about_page.about_section .about_row>div:not(:first-child) {
    display: contents
}

#about_page.about_section .about_row>div:first-child {
    width: 50%;
    margin-right: 90px;
    margin-bottom: 40px
}

@media (max-width: 900px) and (min-width: 767px) {

    .contact_form_box,
    .map_box_content {
        flex: 0 0 100%
    }

    .contact_form_box {
        order: 1
    }

    .map_box_content {
        order: 2
    }

    .home_slider_content {
        height: 450px !important
    }
}

@media (max-width: 1060px) and (min-width: 767px) {
    .blog_post_list .post_cart_li {
        flex: 0 0 calc(33.33% - 20px)
    }

    footer {
        padding-top: 50px
    }

    .title_data {
        margin-bottom: 25px
    }

    .news_section,
    .testimonials_section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .video-section {
        padding-bottom: 50px
    }

    .about_row {
        padding-top: 80px
    }

    .video_content_row>div {
        flex: auto
    }

    .video_content_row>div.flex {
        flex: 0 0 40%
    }

    .video_content_row {
        grid-gap: 50px
    }

    .map_box {
        padding-left: 30px
    }

    .map_box svg {
        left: 20px;
        top: 20px;
        width: 25px
    }

    .c-main-nav__link {
        justify-content: center
    }

    .header_short_nav {
        display: none
    }

    .container {
        max-width: 90%
    }

    .home_slider_content {
        height: calc(100vh - 190px)
    }

    body {
        padding-top: 80px
    }

    main {
        width: calc(100% - 80px)
    }
}

.language_list select option {
    color: #000
}

.dateCol {
    font-size: 14px;
    margin-top: 40px;
    color: #c1c0c6;
    margin-bottom: 20px
}

.bg_footer_logo {
    background: #f6f6f6
}

.logo_data {
    overflow: auto;
    padding-top: 30px;
    padding-bottom: 30px
}

.c-form-group a {
    cursor: pointer
}

.error+.c-checkbox__checkmark {
    border-color: red
}

#contact-form .c-label,
#contact-form .c-label a {
    color: #313131
}

#contact-form .c-form-group span {
    background: #1d5ccd
}

#contact-form .c-checkbox__input:checked~.c-checkbox__checkmark {
    border-color: #1d5ccd
}

.teams_post_li {
    padding-left: 10px;
    padding-right: 10px
}

.teams_post_li_image {
    max-width: 100%
}

.select2-container--default:not(.select2-container--open) .select2-selection--single {
    color: #FFF !important;
    font-size: 14px !important;
    background: none !important;
    border: 1px solid transparent !important
}

.select2-container--default:not(.select2-container--open) .select2-selection--single .select2-selection__rendered {
    color: #FFF !important
}

.select2-container--default:not(.select2-container--open) .select2-selection--single .select2-selection__arrow b {
    border-color: #FFF transparent transparent
}

.select2-container--default .select2-selection--single {
    padding-left: 18px
}

.cookie {
    background-color: rgba(33, 92, 205, .90);
    width: 400px;
    border-radius: 10px;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: none;
    z-index: 99999
}

.cookie-left {
    font-size: 12px;
    color: #fff;
    width: 100%;
    line-height: 21px;
    margin-top: 5px
}

.cookie a {
    color: #fff;
    text-decoration: underline !important
}

.cookie-right {
    width: 100%
}

.cookie-ok {
    color: #fff;
    font-size: 14px;
    line-height: 44px;
    cursor: pointer
}

.cookie-close {
    font-size: 15px;
    height: 35px;
    border-radius: 27px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    position: absolute;
    right: 20px;
    line-height: 32px;
    width: 35px;
    cursor: pointer;
    top: -19px;
    background-color: rgba(41, 55, 135, .95)
}

.cookie-close:hover {
    background-color: #fff;
    color: rgba(53, 41, 55, .95)
}

.op_false_Section {
    display: flex;
    align-items: start;
    gap: 30px;
    width: 100%;
    flex-wrap: wrap
}

.op_false_Section .flex_content {
    width: calc(72% - 30px)
}

.op_false_Section .content_index {
    width: 25%
}

@media only screen and (max-width:992px) {
    .op_false_Section .flex_content {
        width: 100%
    }

    .search_box input {
        width: 120px
    }

    .cookie-left {
        width: 101%;
        padding-right: 0;
        font-size: 10px;
        line-height: 13px
    }

    .cookie-right {
        width: auto;
        display: block;
        position: relative;
        float: left;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 11px
    }

    .cookie {
        background-color: rgba(41, 55, 135, .95);
        width: 96%;
        border-radius: 10px;
        height: auto;
        padding: 17px 1px 19px 11px;
        box-sizing: border-box;
        position: fixed;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 999
    }

    .cookie-ok {
        width: 107px;
        height: 38px;
        border-radius: 19px;
        text-align: center;
        color: #fff;
        font-size: 13px;
        line-height: 37px;
        border: 2px solid #fff;
        float: right;
        cursor: pointer
    }
}

#about_page {
    overflow-x: hidden;
}

@media only screen and (min-width: 992px) {
    #kkare {
        margin-top: 340px;
    }
}

@media only screen and (max-width: 991px) {
    #kkare {
        margin-top: 200px;
    }
}

.fancybox__container {
    z-index: 99999 !important;
}

.certificates a img {
    max-width: 100%;
    max-height: 80px;
}

.certificates {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.certificates a {
    padding: 20px;
}

@media screen and (max-width: 600px) {
    .certificates {
        gap: 20px;
    }

    .certificates a {
        width: calc(50% - 10px);
    }
}

/* Children Cards Grid */
.children_cards_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 40px auto 0;
    padding: 0 20px;
}

.child_card {
    flex: 0 0 calc(25% - 15px);
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.child_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.child_card_image {
    height: 140px;
    overflow: hidden;
}

.child_card_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.child_card:hover .child_card_image img {
    transform: scale(1.05);
}

.child_card_content {
    padding: 15px;
    text-align: center;
}

.child_card_content h3 {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 700;
    color: #1d5ccd;
    line-height: 1.3;
}

.child_card_content p {
    margin: 0;
    font-size: 12px;
    color: #666;
    line-height: 1.4;
}

@media (max-width: 1200px) {
    .child_card {
        flex: 0 0 calc(33.33% - 14px);
    }
}

@media (max-width: 900px) {
    .child_card {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 600px) {
    .child_card {
        flex: 0 0 100%;
    }

    .child_card_image {
        height: 120px;
    }
}

/* Sticky Content Index */
.content_index.static {
    position: sticky;
    top: 180px;
    align-self: flex-start;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}

.content_index_scroll {
    max-height: calc(100vh - 280px);
    overflow-y: auto;
}

.content_index ul li {
    margin-bottom: 8px;
    line-height: 1.4;
}

.content_index ul li a.active {
    color: #27949b;
    font-weight: 700;
}

@media (max-width: 767px) {
    .content_index.static {
        position: fixed;
        top: auto;
        bottom: 60px;
        left: 0;
        width: 100%;
        max-height: 60vh;
        z-index: 999;
        display: none;
        border-radius: 10px 10px 0 0;
    }

    .content_index.static.active {
        display: block;
    }
}

/* Video Content Section */
.video_content_section {
    padding: 40px 0;
}

.video_content_row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}

.video_content_row>.flex {
    flex: 1;
    min-width: 300px;
}

.video_content_row>.flex .flex-center {
    font-size: 16px;
    line-height: 1.8;
}

.video_content_row>div:last-child {
    flex: 1;
    min-width: 300px;
}

.video_content_row>.video_full {
    flex: 0 0 100%;
    max-width: 900px;
    margin: 0 auto;
}

.video_embed_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 767px) {
    .video_content_section {
        padding: 30px 15px;
    }

    .video_content_row {
        flex-direction: column;
    }

    .video_content_row>.flex,
    .video_content_row>div:last-child {
        min-width: 100%;
    }
}

/* Page Content with Sidebar */
.page_content {
    display: flex;
    gap: 30px;
}

.page_content>div {
    width: 100% !important;
}

.page_content_body {
    flex: 1;
    min-width: 0;
}

.page_content .content_index.static {
    flex: 0 0 280px;
    max-width: 280px;
}

@media (max-width: 991px) {
    .page_content {
        flex-direction: column;
    }

    .page_content .content_index.static {
        flex: none;
        max-width: 100%;
    }
}

/* Social Icons - UL/LI structure with FontAwesome */
.social_icons .social-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.social_icons .social-menu li {
    display: inline-block;
}

.social_icons .social-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #27949b;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social_icons .social-menu li a:hover {
    background: #1d5ccd;
    transform: translateY(-2px);
}

.social_icons .social-menu li a i {
    font-size: 14px;
}

.social_icons .social-menu li a .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Header social icons - smaller, white bg */
.header_bant .social_icons .social-menu li a {
    width: 20px;
    height: 20px;
    background: #fff;
    color: #1d5ccd;
    border-radius: 3px;
}

.header_bant .social_icons .social-menu li a:hover {
    background: #27949b;
    color: #fff;
}

.header_bant .social_icons .social-menu li a i {
    font-size: 10px;
}

/* About row / general page social icons */
.about_row .social_icons .social-menu li a,
.about_row_2 .social_icons .social-menu li a {
    width: 40px;
    height: 40px;
    background: #ebebeb;
    color: #313131;
    border-radius: 50%;
}

.about_row .social_icons .social-menu li a:hover,
.about_row_2 .social_icons .social-menu li a:hover {
    background: #27949b;
    color: #fff;
}

.about_row .social_icons .social-menu li a i,
.about_row_2 .social_icons .social-menu li a i {
    font-size: 16px;
}

/* Gutenberg gallery layout + lightbox targets */
.wp-block-gallery,
figure.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 0 30px;
}

.wp-block-gallery .wp-block-image {
    margin: 0;
    flex: 0 0 calc(33.333% - 20px);
}

.wp-block-gallery .wp-block-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}

@media (max-width: 900px) {
    .wp-block-gallery .wp-block-image {
        flex: 0 0 calc(50% - 20px);
    }
}

@media (max-width: 600px) {
    .wp-block-gallery .wp-block-image {
        flex: 0 0 100%;
    }
}

/* Search Page */
.search_form_section {
    padding: 40px 0;
    background: #f9f9f9;
}

.search_input_wrapper {
    display: flex;
    max-width: 600px;
    margin: 0 auto;
    gap: 10px;
}

.search_input_wrapper input[type="search"] {
    flex: 1;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
    font-family: inherit;
}

.search_input_wrapper input[type="search"]:focus {
    border-color: #27949b;
}

.search_input_wrapper button {
    height: 50px;
    padding: 0 30px;
    background: #27949b;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: inherit;
}

.search_input_wrapper button:hover {
    background: #1d7a80;
}

.search_section_title {
    text-align: center;
    margin-bottom: 30px;
}

.search_result_count {
    display: inline-block;
    font-size: 14px;
    color: #777;
    margin-top: -30px;
    margin-bottom: 20px;
}

.search_no_results {
    padding: 80px 0;
    text-align: center;
}

.search_no_results p {
    font-size: 16px;
    color: #777;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .search_input_wrapper {
        flex-direction: column;
    }

    .search_input_wrapper button {
        width: 100%;
    }
}

.wp-block-gallery.columns-4 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 12px;
}

.wp-block-gallery.columns-6 {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 12px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: 100% !important;
}

@media (max-width: 768px) {
    body {
        padding-right: 0px;
    }

    .wp-block-gallery.columns-4 {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .wp-block-gallery.columns-6 {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

.up_btn img {
    margin-top: -8px;
}