.nexkern-slider-item .nexkern-slider-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.nexkern-slider-item .nexkern-slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nexkern-slider-item {
    position: relative;
    height: 480px;
}

.nexkern-slider-item .nexkern-slider-content {
    padding-top: 133px;
    padding-bottom: 133px;
    position: relative;
    z-index: 9;
    max-width: 1064px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.nexkern-slider-item .nexkern-slider-image::after {
    background: linear-gradient(108.98deg, rgba(232, 90, 40, 0.2) 1.41%, rgba(11, 46, 87, 0.8) 38.09%, rgba(11, 46, 87, 0.5) 102.22%);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.nexkern-slider-item .nexkern-slider-title {
font-weight: 700;
font-size: 52px;
line-height: 1.3846153846153846em;
    margin-bottom: 25px;
}

.nexkern-slider-item .nexkern-slider-description {
font-weight: 400;
font-size: 18px;
line-height: 24px;
    margin-bottom: 23px;
}

.nexkern-slider-item .nexkern-slider-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.nexkern-slider-item .nexkern-slider-buttons .btn-2 {
    background: #fff;
    color: #162F56;
}

.nexkern-slider-item .nexkern-slider-buttons .btn-2 i {
    background: #162F56;
    color: #fff;
}

.nexkern-slider-item .nexkern-slider-buttons .btn-2:hover {
    background: #E85A28;
    color: #fff;
}

.nexkern-slider-item .nexkern-slider-buttons .btn-2:hover i::after {
    background: #162F56;
}

.nexkern-slider-widget .nexkern-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #162F56;
    border-radius: 50%;
    background: #fff;
        -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.nexkern-slider-widget .nexkern-slider-arrow:hover {
        background: #E85A28;
    color: #fff;
}

.nexkern-slider-widget .nexkern-slider-arrow.nexkern-slider-prev {
    left: 80px;
}

.nexkern-slider-widget .nexkern-slider-arrow.nexkern-slider-next {
    right: 80px;
}

.nexkern-slider-widget .group-bullet {
    position: absolute;
    bottom: 18px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.nexkern-slider-widget .group-bullet .swiper-pagination-bullet {
    width: 12px;
height: 4px;
background: #fff !important;
border-radius: 4px;
opacity: 1;
}

.nexkern-slider-widget .group-bullet .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E85A28 !important;
}

.wg-image-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}

.wg-image-list .tf-image-box .thumb {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 8px;
}

.wg-image-list .tf-image-box .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wg-image-list .tf-image-box .title {
    margin: 0;
font-weight: 700;
font-size: 18px;
line-height: 24px;
color: #00234B;
text-align: left;
}

.wg-image-list-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.wg-image-list-group .item {
    border: 2px solid #E85A28;
    background: #FFF2EB;
    border-radius: 80px;
    padding: 40px;
    text-align: center;
        padding-bottom: 43px;
}

.wg-image-list-group .item-1 {
    border-bottom-right-radius: 0;
}
.wg-image-list-group .item-2 {
    border-bottom-left-radius: 0;
    border-color: #00234B;
background: #F1F8FF;
}
.wg-image-list-group .item-3 {
    border-top-right-radius: 0;
            border-color: #00234B;
background: #F1F8FF;
}
.wg-image-list-group .item-4 {
    border-top-left-radius: 0;
}

.wg-image-list-group .item .icon {
    width: 80px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.wg-image-list-group .item .title {
font-weight: 700;
font-size: 28px;
color: #162F56;
    margin-bottom: 15px;
}

.wg-image-list-group .item .desc {
font-weight: 400;
font-size: 18px;
line-height: 24px;
color: #162F56;
}

.wg-counter {
    border: 4px solid #FBCEBE;
    border-radius: 100px;
    padding: 12px 30px 4px 30px;
    text-align: center;
    background: #FFF2EB;
}

.wg-counter .number-top {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.wg-counter .number-top .number-counter {
font-weight: 600;
font-size: 72px;
line-height: 1.2222222222222223em;
letter-spacing: 0.75%;
color: #E85A28;
}

.wg-counter .number-top .suffix {
font-weight: 600;
font-size: 20px;
color: #E85A28;
}

.wg-counter .desc {
font-weight: 400;
font-size: 18px;
line-height: 24px;
color: #10162E;
}

.wrap-wg-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 24px;
    box-shadow: 0px 5px 15px 0px #0C0C0D1A;
}

.wrap-wg-contact .content-left {
    padding: 32px;
}

.wrap-wg-contact .content-left .thumbnail {
    margin-bottom: 32px;
}

.wrap-wg-contact .content-left .thumbnail img {
    border-radius: 16px;
    width: 100%;
    height: 286px;
    object-fit: cover;
}

.wrap-wg-contact .content-left h3 {
font-weight: 700;
font-size: 28px;
color: #162F56;
margin-bottom: 24px;
}

.wrap-wg-contact .content-left .desc {
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #162F56;
margin-bottom: 24px;
}

.wrap-wg-contact .content-right {
    background: #F1F8FF;
    padding: 32px;
}

.wrap-wg-contact .wrap-information {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 29px;
}

.wrap-wg-contact .wrap-information li {
    display: flex;
    gap: 14px;
    color: #162F56;
}

.wrap-wg-contact .wrap-information li i {
    font-size: 24px;
}

.wrap-wg-contact .wrap-information li a {
font-weight: 700;
font-size: 16px;
line-height: 24px;
color: #162F56;
}

.wrap-wg-contact .wrap-information li .label {
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #162F56;
margin: 0;
    margin-top: 4px;
}

.wrap-wg-contact .content-right {
color: #162F56;
}

.wrap-wg-contact .content-right h2 {
font-weight: 700;
font-size: 28px;
    margin-bottom: 18px;
}

.wrap-wg-contact .content-right label {
font-weight: 600;
font-size: 12px;
color: #52525B;
    margin-bottom: 0px;
}

.wrap-wg-contact .content-right .group-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
        margin-bottom: 10.5px;
}

.wrap-wg-contact .content-right input {
        padding: 9px 10px;
}

.wrap-wg-contact .content-right .nice-select {
        padding: 9px 11px;
        color: #00234B;
}

.wrap-wg-contact .content-right .group-textarea {
    margin-top: 50px;
}

.wrap-wg-contact .content-right textarea {
    height: 130px;
        margin-bottom: 17px;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.9;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.3s ease;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    transform: scale(1);
}

.mfp-bg {
    z-index: 99991 !important;
}

.mfp-wrap {
    z-index: 99992 !important;
}

.wg-gallery-wrapper .item img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    height: 540px;
                -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.wg-gallery-wrapper .swiper-horizontal {
    overflow: unset;
}

.wg-gallery-wrapper .swiper-slide {
    opacity: 0.3;
            -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 600px;
        align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wg-gallery-wrapper .gallery-popup {
    display: block;
    width: 100%;
}

.wg-gallery-wrapper .show-slide {
    opacity: 1;
}

.wg-gallery-wrapper .show-slide.center .item img {
    height: 600px;
}

.wg-gallery-wrapper .nexkern-slider-pagination {
    text-align: center;
        margin-top: 5px;
}

.wg-gallery-wrapper .nexkern-slider-pagination .swiper-pagination-bullet {
    width: 50px;
height: 6px;
border-radius: 4px;
background: #D4D4D8;
opacity: 1 !important;
                -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.wg-gallery-wrapper .nexkern-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #162F56;
}

.wg-gallery-wrapper .item {
    border-radius: 8px;
    overflow: hidden;
                -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.wg-gallery-wrapper .show-slide.center .item {
    box-shadow: 0 16px 80px -24px #000000;
}

.wg-gallery-wrapper .nexkern-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #162F56;
    border-radius: 50%;
    background: #fff;
        -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    box-shadow: 0px 3.2px 9.2px 0px #0000000D;
}

.wg-gallery-wrapper .nexkern-slider-arrow:hover {
        background: #E85A28;
    color: #fff;
}

.wg-gallery-wrapper .nexkern-slider-arrow.nexkern-slider-prev {
    left: -20px;
}

.wg-gallery-wrapper .nexkern-slider-arrow.nexkern-slider-next {
    right: -20px;
}

.wg-list-icon .content {
    border: 2px solid #E85A28;
    border-radius: 32px;
    padding: 38px 32px 45px 32px;
    text-align: center;
background: #FFF2EB;
}

.wg-list-icon .content .icon {
    margin: 0 auto;
    width: 112px;
    height: 112px;
    background: #E85A28;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.wg-list-icon .content h3 {
font-weight: 700;
font-size: 22px;
line-height: 32px;
color: #E85A28;
    margin-bottom: 17px;
}

.wg-list-icon .content .description {
font-weight: 400;
font-size: 18px;
line-height: 24px;
color: #18181B;
}

.wg-list-icon .content.dark .icon {
    background: #162F56;
}

.wg-list-icon .content.dark {
    background: #F1F8FF;
    border-color: #162F56;
}

.wg-list-icon .content.dark h3 {
    color: #162F56;
}

.wg-list-icon .nexkern-slider-pagination {
    text-align: center;
        margin-top: 5px;
}

.wg-list-icon .nexkern-slider-pagination .swiper-pagination-bullet {
    width: 20px;
height: 6px;
border-radius: 4px;
background: #D4D4D8;
opacity: 1 !important;
                -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.wg-list-icon .nexkern-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E85A28;
}

.sc-call-action {
    border: 3px solid #C7F4C2;
    border-radius: 24px;
    padding: 38px 32px 37px 32px;
    background: #F6FFF3;
    text-align: center;
}

.sc-call-action .title {
font-weight: 700;
font-size: 52px;
line-height: 1.3846153846153846em;
color: #649E5F;
    margin-bottom: 16px;
}

.sc-call-action .description {
font-weight: 400;
font-size: 18px;
line-height: 24px;
color: #18181B;
    margin-bottom: 39px;
}

.sc-call-action .wrap-icon {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
}

.sc-call-action .wrap-icon h3 {
    margin: 0;
font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #18181B;
}

.sc-call-action .wrap-icon img {
    margin: 0 auto;
    margin-bottom: 12px;
}

@media (max-width: 1400px) {
.nexkern-slider-widget .nexkern-slider-arrow.nexkern-slider-prev {
    left: 15px;
}

.nexkern-slider-widget .nexkern-slider-arrow.nexkern-slider-next {
    right: 15px;
}

}

@media (max-width: 1200px) {
    .nexkern-slider-item .nexkern-slider-content {
    max-width: 900px;
}
.wg-gallery-wrapper .nexkern-slider-arrow.nexkern-slider-prev {
    left: 10px;
}
.wg-gallery-wrapper .nexkern-slider-arrow.nexkern-slider-next {
    right: 10px;
}
}

@media (max-width: 1024px) {
.nexkern-slider-widget .nexkern-slider-arrow {
    display: none;
}
.nexkern-slider-item .nexkern-slider-title {
    font-size: 40px;
}
.nexkern-slider-item .nexkern-slider-content {
    padding-left: 15px;
    padding-right: 15px;
}
    .nexkern-slider-item .nexkern-slider-title {
        font-size: 34px;
    }
        .wg-gallery-wrapper .item img,
    .wg-gallery-wrapper .swiper-slide {
        height: 100% !important;
    }
    .wg-gallery-wrapper .show-slide.center .item {
    box-shadow: unset !important;
}
.wg-gallery-wrapper .swiper-slide {
    opacity: 1;
}
}

@media (max-width: 991px) {
    .wrap-wg-contact {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {

    .sc-call-action .wrap-icon {
    grid-template-columns: 1fr 1fr;
}

.sc-call-action .title {
    font-size: 30px;
}

.sc-call-action {
    padding: 20px;
}

    .wg-gallery-wrapper .nexkern-slider-arrow.nexkern-slider-prev,
    .wg-gallery-wrapper .nexkern-slider-arrow.nexkern-slider-next {
        display: none;
}
    .wrap-wg-contact .content-right,
    .wrap-wg-contact .content-left {
    padding: 20px;
}

    .wg-counter .number-top .number-counter {
    font-size: 50px;
}
    .nexkern-slider-item .nexkern-slider-buttons {
    flex-direction: column;
    gap: 15px;
}
.wg-image-list ul {
    grid-template-columns: 1fr 1fr;
}
.wg-image-list-group,
.wrap-wg-contact .wrap-information {
    grid-template-columns: 1fr;
}
.wg-image-list-group .item {
    border-radius: 80px !important;
}
}