html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.hidden,
[hidden] {
    display: none !important;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

.invisible {
    visibility: hidden;
}

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

.clearfix::after {
    clear: both;
}

@media print {
    *,
    ::after,
    ::before {
        background: #fff !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@font-face {
    font-family: "helv-55";
    src: url("../fonts/helv-55.otf");
}

@font-face {
    font-family: "helv-65";
    src: url("../fonts/helv-65.otf");
}

@font-face {
    font-family: "helv-75";
    src: url("../fonts/helv-75.otf");
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none !important;
}

.swiper-button-next {
    background-image: url("../img/arr-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 35px;
    height: 15px;
}

.swiper-button-prev {
    background-image: url("../img/arr-left.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 35px;
    height: 15px;
}

.main-slider-wrapper .swiper-button-next {
    background-image: url("../img/arrgreen-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 35px;
    height: 15px;
}

.main-slider-wrapper .swiper-button-prev {
    background-image: url("../img/arrgreen-left.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 35px;
    height: 15px;
}

@media (min-width: 1200px) {
    .header-nav-bar .container,
    .main-slider-wrapper .container,
    footer .container,
    .programs-section .container {
        max-width: 1240px;
    }
}

@media (max-width: 1200px) {
    .programs-section .programs-section__inner .contact-us {
        display: none;
    }

    .programs-section .programs-section__inner .carousel-item {
        width: 100% !important;
    }
}

.header-nav-bar {
    display: inline-block;
    width: 100%;
}

.nav-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: 15px;
}

.nav-bar-inner .brand-logo {
    position: relative;
}

.nav-bar-inner .brand-logo h1 {
    margin: 0;
}

.nav-bar-inner .brand-logo a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.nav-bar-inner .brand-logo .logo-icon {
    max-width: 80px;
}

.nav-bar-inner .brand-logo .logo-icon img {
    max-width: 100%;
}

.nav-bar-inner .brand-logo .logo-txt {
    display: inline-block;
}

.nav-bar-inner .brand-logo .logo-txt .headline-txt {
    font-family: "helv-75";
    font-size: 25px;
    font-feature-settings: "case" on;
    -webkit-font-feature-settings: "case" on;
    -moz-font-feature-settings: "case" on;
    color: #000000;
}

.nav-bar-inner .brand-logo .logo-txt p {
    color: #7f7f7f;
    font-size: 14px;
    font-family: "helv-65";
    margin: 0;
}

.nav-bar-inner .menu-bar {
    display: flex;
    align-items: center;
}

.nav-bar-inner .menu-bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.nav-bar-inner .menu-bar ul li {
    margin-left: 20px;
}

.nav-bar-inner .menu-bar ul li a {
    color: #7f7f7f;
    font-size: 14px;
    font-family: "helv-65";
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    font-feature-settings: "case" on;
    -webkit-font-feature-settings: "case" on;
    -moz-font-feature-settings: "case" on;
}

.nav-bar-inner .menu-bar ul li a:hover {
    color: #646464;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.header-nav-bar .nav-bar-inner .menu-bar .socials {
    margin-left: 15px;
    display: flex;
}

.header-nav-bar .nav-bar-inner .menu-bar .socials a {
    margin-left: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    border: 1px solid #e2e2e2;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.header-nav-bar .nav-bar-inner .menu-bar .socials a:hover {
    background-color: #e2e2e2;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.main-slider-wrapper {
    min-height: calc(100vh - 100px);
}

.main-slider-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.main-slider-wrapper .swiper-container {
    min-height: calc(100vh - 100px);
}

.main-slider-wrapper .slide-inner {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.main-slider-wrapper .caption-item {
    width: 50%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    float: left;
}

.main-slider-wrapper .caption-item h3 {
    color: #151716;
    font-size: calc(28px + 1vmin);
    font-family: "helv-75";
    font-feature-settings: "case" on;
    -webkit-font-feature-settings: "case" on;
    -moz-font-feature-settings: "case" on;
    margin-bottom: 15px;
}

.main-slider-wrapper .caption-item p {
    color: #686868;
    font-family: "helv-55";
    font-size: 16px;
    text-align: left;
    max-width: 70%;
}

.main-slider-wrapper .caption-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-top: 40px;
}

.main-slider-wrapper .caption-item a .txt {
    color: #000000;
    font-size: 16px;
    font-family: "helv-55";
    font-feature-settings: "case" on;
    -webkit-font-feature-settings: "case" on;
    -moz-font-feature-settings: "case" on;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.main-slider-wrapper .caption-item a .arrow-icon {
    background: #33bf5c;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.main-slider-wrapper .caption-item a:hover .arrow-icon {
    background: #1f9643;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.main-slider-wrapper .caption-item a:hover .txt {
    color: #1f9643;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.main-slider-wrapper .img-item {
    width: 50%;
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-slider-wrapper .img-item img {
    max-width: 100%;
}

.main-slider-wrapper .swiper-button-next {
    right: unset;
    bottom: unset;
    top: 85%;
    left: 40px;
}

.main-slider-wrapper .swiper-button-prev {
    left: unset;
    bottom: unset;
    top: 85%;
    left: 10px;
}

.main-slider-wrapper .swiper-button-next:after,
.main-slider-wrapper .swiper-button-prev:after {
    font-size: 20px;
    color: #000;
}

.main-slider-wrapper .swiper-button-prev:focus,
.main-slider-wrapper .swiper-button-next:focus {
    outline: none !important;
}

.programs-section {
    display: inline-block;
    width: 100%;
    z-index: 1;
    position: relative;
}

@media (min-width: 992px) {
    .programs-section {
        height: 188px;
        overflow: hidden;
    }
}

.programs-section .programs-section__inner {
    display: inline-block;
    width: 100%;
    position: relative;
}

.programs-section .programs-section__inner .carousel-item {
    width: 62%;
    float: left;
    display: flex;
    flex-direction: column;
    background: rgba(78, 206, 100, 1);
    background: linear-gradient(
        63deg,
        rgba(78, 206, 100, 1) 0%,
        rgba(122, 207, 71, 1) 100%
    );
    padding: 40px;
}

.programs-section .programs-section__inner .carousel-item h3 {
    color: #fff;
    font-size: 24px;
    font-family: "helv-75";
    font-feature-settings: "case" on;
    -webkit-font-feature-settings: "case" on;
    -moz-font-feature-settings: "case" on;
}

.programs-section .programs-section__inner .program-items {
    display: flex;
    align-items: center;
    margin-top: 15px;
    justify-content: space-between;
    position: relative;
}

.programs-section .programs-section__inner .program-items .swiper-button-prev {
    bottom: unset;

    top: -40px;

    right: 50px;

    left: unset;
}

.programs-section .programs-section__inner .program-items .swiper-button-next {
    bottom: unset;

    top: -40px;
}

.programs-section .programs-section__inner .program-items .program-item {
    margin-right: 25px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    opacity: 0.5;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.programs-section .programs-section__inner .program-items .program-item:hover {
    opacity: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.programs-section
    .programs-section__inner
    .program-items
    .program-item:hover
    span {
    width: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.programs-section .programs-section__inner .program-items .program-item h4 {
    font-size: 14px;
    color: #fff;
    font-family: "helv-65";
    font-feature-settings: "case" on;
}

.programs-section .programs-section__inner .program-items .program-item p {
    font-size: 14px;
    color: #fff;
    font-family: "helv-55";
}

.programs-section .programs-section__inner .program-items .program-item span {
    height: 3px;
    width: 20%;
    display: inline-block;
    background: #fff;
    border-radius: 40px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.programs-section .programs-section__inner .contact-us {
    width: 38%;
    float: right;
    padding: 40px 30px;
    background-color: #fff;
}

.programs-section .programs-section__inner .contact-us h2 {
    color: #194326;
    font-size: 24px;
    font-family: "helv-65";
    font-feature-settings: "case" on;
    -webkit-font-feature-settings: "case" on;
    -moz-font-feature-settings: "case" on;
}

.programs-section .programs-section__inner .contact-us .contact-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.programs-section .programs-section__inner .contact-us a {
    color: #000000;
    font-size: 14px;
    font-family: "helv-65";
    display: flex;
    align-items: center;
    text-decoration: none;
}

.programs-section .programs-section__inner .contact-us a .icon {
    min-width: 50px;
    background: #33bf5c;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    margin-right: 10px;
}

.solution-exists {
    display: inline-block;
    width: 100%;
    margin-top: 100px;
}

.solution-exists h2 {
    color: #151716;
    font-size: 28px;
    font-family: "helv-75";
    font-feature-settings: "case" on;
    -webkit-font-feature-settings: "case" on;
    -moz-font-feature-settings: "case" on;
}

.solution-exists .solution-list {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.solution-exists .solution-list .solution-item {
    display: flex;
    flex-direction: column;
    width: calc(100% / 5);
    flex-wrap: wrap;
}

.solution-exists .solution-list .solution-item .icon {
    width: 100%;
    background-size: contain;
    background-position: center;
    height: 75px;
    background-repeat: no-repeat;
}

.solution-exists .solution-list .solution-item h4 {
    color: #151716;
    font-size: 16px;
    font-family: "helv-65";
    margin: 0;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 15px;
}

section.program-list {
    display: inline-block;
    width: 100%;
    margin-top: 100px;
}

section.program-list .program-list-inner {
    display: inline-block;
    width: 100%;
}

section.program-list .program-list-inner .headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.program-list .program-list-inner .headline h2 {
    color: #151716;
    font-size: 28px;
    font-family: "helv-75";
    font-feature-settings: "case" on;
    -webkit-font-feature-settings: "case" on;
    -moz-font-feature-settings: "case" on;
}

section.program-list .program-list-inner .headline a {
    text-decoration: none;
    background: #33bf5c;
    color: #fff;
    font-size: 16px;
    font-family: "helv-65";
    border-radius: 20px;
    padding: 7px 20px;
}

section.program-list .program-list-inner .program-list-wrapper {
    display: flex;
    width: 100%;
    margin-top: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.program-list .program-list-inner .program-list-wrapper .program-item {
    width: calc(100% / 3 - 10px);
    text-decoration: none;
    margin-bottom: 50px;
    position: relative;
}

section.program-list
    .program-list-inner
    .program-list-wrapper
    .program-item
    .img {
    width: 100%;
    height: 310px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    margin-bottom: 25px;
}

section.program-list
    .program-list-inner
    .program-list-wrapper
    .program-item
    .txt-info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

section.program-list
    .program-list-inner
    .program-list-wrapper
    .program-item
    .txt-info
    h3 {
    color: #151716;
    font-size: 18px;
    font-family: "helv-75";
    font-feature-settings: "case" on;
    -webkit-font-feature-settings: "case" on;
    -moz-font-feature-settings: "case" on;
}

section.program-list
    .program-list-inner
    .program-list-wrapper
    .program-item
    .txt-info
    p {
    color: #686868;
    font-family: "helv-65";
    font-size: 16px;
    margin-bottom: 5px;
}

section.program-list
    .program-list-inner
    .program-list-wrapper
    .program-item
    .arrow-item {
    width: 35px;
    height: 35px;
    background: #33bf5c;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

section.program-list
    .program-list-inner
    .program-list-wrapper
    .program-item:hover
    .arrow-item {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

section.special-items {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

section.special-items .special-items-inn {
    display: inline-block;
    width: 100%;
}

section.special-items .special-items-inn a {
    background: rgba(78, 206, 100, 1);
    background: linear-gradient(
        63deg,
        rgba(78, 206, 100, 1) 0%,
        rgba(122, 207, 71, 1) 100%
    );
    padding: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-family: "helv-75";
    font-feature-settings: "case" on;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

section.special-items .special-items-inn a .arrow svg {
    width: 30px;
    height: 30px;
}

section.special-items .special-items-inn .item-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f5f5;
    width: calc(100% + 200px);
    margin-left: -100px;
    margin-top: -50px;
    padding-top: 130px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 20px;
    padding-bottom: 80px;
}

@media (max-width: 1440px) {
    section.special-items .special-items-inn .item-list {
        width: calc(100% + 60px);
        margin-left: -30px;
    }
}

section.special-items .special-items-inn .item-list .item {
    position: relative;
    max-width: calc(100% / 3);
}

section.special-items .special-items-inn .item-list .item:last-child {
    padding-right: 0;
}

@media (max-width: 1440px) {
    section.special-items .special-items-inn .item-list .item {
        padding-right: 30px;
    }
}

section.special-items .special-items-inn .item-list .item .icon {
    position: relative;
}

section.special-items .special-items-inn .item-list .item h3 {
    color: #000000;
    font-size: 24px;
    font-family: "helv-65";
    margin: 25px 0;
    height: 60px;
    display: flex;
    align-items: center;
}

section.special-items .special-items-inn .item-list .item p {
    color: #7a7a7a;
    font-size: 14px;
    font-family: "helv-65";
    height: 150px;
    overflow: hidden;
}

section.our-specialist {
    display: inline-block;
    width: 100%;
    margin-top: 100px;
}

section.our-specialist .specialists-wrapper {
    display: inline-block;
    width: 100%;
}

section.our-specialist .specialists-wrapper h2 {
    color: #151716;
    font-size: 28px;
    font-family: "helv-75";
    font-feature-settings: "case" on;
    -webkit-font-feature-settings: "case" on;
    -moz-font-feature-settings: "case" on;
}

section.our-specialist .specialists-wrapper .sub-txt {
    color: #030303;
    font-size: 14px;
    font-family: "helv-65";
    max-width: 50%;
}

section.our-specialist .specialists-wrapper .spec-list-wrapper {
    display: flex;
    margin-top: 50px;
    width: 100%;
    flex-wrap: wrap;
}

section.our-specialist .specialists-wrapper .spec-list-wrapper .spec-item {
    width: calc(100% / 4);
    margin-bottom: 45px;
}

section.our-specialist
    .specialists-wrapper
    .spec-list-wrapper
    .spec-item
    .img-item {
    width: 100%;
    height: 180px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
}

section.our-specialist
    .specialists-wrapper
    .spec-list-wrapper
    .spec-item
    .img-item
    .icon {
    position: absolute;
    width: 70px;
    height: 70px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 0 20px rgb(0 0 0 / 0.1);
    border-radius: 100%;
    right: 30px;
    z-index: 2;
    background-color: #fff;
}

section.our-specialist
    .specialists-wrapper
    .spec-list-wrapper
    .spec-item
    .txt-info {
    position: relative;
    margin-top: 20px;
}

section.our-specialist
    .specialists-wrapper
    .spec-list-wrapper
    .spec-item
    .txt-info
    h3 {
    color: #151716;
    font-size: 18px;
    font-family: "helv-75";
    font-feature-settings: "case" on;
    -webkit-font-feature-settings: "case" on;
    -moz-font-feature-settings: "case" on;
}

section.our-specialist
    .specialists-wrapper
    .spec-list-wrapper
    .spec-item
    .txt-info
    p {
    color: #030303;
    font-size: 13px;
    font-family: "helv-65";
}

section.our-specialist
    .specialists-wrapper
    .spec-list-wrapper
    .spec-item
    .txt-info
    span {
    display: inline-block;
    color: #818181;
    font-family: "helv-55";
    font-size: 12px;
}

section.our-specialist .clearer {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    border: 1px solid #f7f7f7;
}

section.our-specialist h4 {
    color: #151716;
    font-size: 22px;
    font-family: "helv-75";
    font-feature-settings: "case" on;
    -webkit-font-feature-settings: "case" on;
    -moz-font-feature-settings: "case" on;
}

section.photo-video {
    display: inline-block;
    width: 100%;
    margin: 50px 0 100px;
}

section.photo-video .photo-video-slider {
    position: relative;
}

section.photo-video .photo-video-slider .swiper-slide {
    background-position: center;
    background-size: cover;
    height: 500px;
    background-repeat: no-repeat;
    width: 800px;
    border-radius: 20px;
    opacity: 0.9;
    position: relative;
}

section.photo-video .photo-video-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}

section.photo-video .photo-video-slider h2 {
    color: #151716;
    font-size: 28px;
    font-family: "helv-75";
    font-feature-settings: "case" on;
    -webkit-font-feature-settings: "case" on;
    -moz-font-feature-settings: "case" on;
}

section.photo-video .photo-video-slider p {
    color: #030303;
    font-size: 14px;
    font-family: "helv-65";
    max-width: 300px;
}

section.photo-video .ph-slider {
    margin-top: 50px;
    padding-bottom: 50px;
}

.swiper-pagination-bullet {
    background: #51ce62 !important;
}

section.photo-video .photo-video-slider .swiper-slide .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.videoModal .modal-body {
    padding: 0;
}

.videoModal .modal-body .close {
    position: absolute;
    z-index: 1;
    right: 10px;
    color: red;
    opacity: 1;
    box-shadow: none;
    text-shadow: none;
    top: 10px;
    width: 30px;
    height: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 6px;
    padding-left: 1px;
    border-radius: 5px;
}

.partner-organizations {
    display: inline-block;

    width: 100%;
}

.partner-organizations .headline {
    display: inline-block;
}

.partner-organizations .headline h2 {
    color: #151716;

    font-size: 21px;

    font-family: "helv-75";

    font-feature-settings: "case" on;

    -webkit-font-feature-settings: "case" on;

    -moz-font-feature-settings: "case" on;
}

.partner-organizations .headline p {
    color: #030303;

    font-size: 15px;

    font-family: "helv-65";

    max-width: 70%;
}

.partner-organizations .map-wrapper {
    display: inline-block;

    width: 100%;

    position: relative;
}

.partner-organizations .map-wrapper .flags {
    width: 20%;

    float: left;
}

.partner-organizations .map-wrapper .flags .flag-item {
    display: flex;

    align-items: center;

    color: #151716;

    font-size: 14px;

    font-family: "helv-75";

    font-feature-settings: "case" on;

    -webkit-font-feature-settings: "case" on;

    -moz-font-feature-settings: "case" on;

    margin: 15px 0;
}

.partner-organizations .map-wrapper .flags .flag-item .icon {
    min-width: 50px;

    min-height: 50px;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    margin-right: 20px;
}

.partner-organizations .map-wrapper .map-item {
    position: relative;
    width: 80%;
    float: right;
    background-size: contain;
    background-position: center;
    height: 500px;
    background-repeat: no-repeat;
    margin-top: -80px;
}

.partner-organizations .partner-org-inner {
    background: #f5f5f5;
    width: calc(100% + 200px);
    margin-left: -100px;
    margin-top: -50px;
    padding-top: 100px;
    padding-left: 100px;
    padding-right: 100px;
    border-radius: 20px;
    padding-bottom: 50px;
}

@media (max-width: 1440px) {
    .partner-organizations .partner-org-inner {
        width: calc(100% + 60px);
        padding-right: 30px;
        margin-left: -30px;
        padding-left: 30px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.partner-organizations .map-wrapper .map-item .pin-item {
    position: absolute;

    cursor: pointer;

    transform: translate(-50%, -50%);
}

.partner-organizations .map-wrapper .map-item .pin-item:first-child {
    top: calc(50% - 0px);

    left: calc(50% + 8px);
}

.partner-organizations .map-wrapper .map-item .pin-item:nth-child(2) {
    top: calc(50% - 60px);

    left: calc(50% + 0px);

    z-index: 8;
}

.partner-organizations .map-wrapper .map-item .pin-item:nth-child(3) {
    top: calc(50% - 80px);

    left: calc(50% + 45px);

    z-index: 9;
}

.partner-organizations .map-wrapper .map-item .pin-item:nth-child(4) {
    top: calc(50% - 35px);

    left: calc(50% + 125px);
}

.partner-organizations .map-wrapper .map-item .pin-item:nth-child(5) {
    top: calc(50% - 35px);

    left: calc(50% + 33px);
}

.partner-organizations .map-wrapper .map-item .pin-item .pin-icon {
    width: 35px;

    height: 35px;

    border: 3px solid #fff;

    border-radius: 100%;

    background-size: contain;

    background-color: #fff;
}

.partner-organizations .map-wrapper .map-item .pin-item .pin-tooltip {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: absolute;
    top: calc(100% + 15px);
    background: #fff;
    left: -77px;
    width: 190px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 5px;
}

.partner-organizations .map-wrapper .map-item .pin-item .pin-tooltip:before {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.partner-organizations .map-wrapper .map-item .pin-item:hover .pin-tooltip {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.partner-organizations .map-wrapper .map-item .pin-item .pin-tooltip h4 {
    color: #151716;
    font-size: 14px;
    font-family: "helv-75";
    font-feature-settings: "case" on;
    -webkit-font-feature-settings: "case" on;
}

.partner-organizations .map-wrapper .map-item .pin-item .pin-tooltip p {
    font-family: "helv-65";
    font-size: 14px;
    color: #818181;
}

.partner-organizations .map-wrapper .map-item .pin-item .pin-tooltip a {
    text-decoration: none;
}

section.statistics {
    display: inline-block;

    width: 100%;

    margin: 75px 0 30px;
}

section.statistics .img-item {
    width: 56%;

    float: left;
}

section.statistics .img-item img {
    max-width: 95%;
}

section.statistics .stat-info {
    display: inline-block;
}

section.statistics .stat-info h3 {
    color: #151716;

    font-size: 24px;

    font-family: "helv-75";

    font-feature-settings: "case" on;

    -webkit-font-feature-settings: "case" on;

    -moz-font-feature-settings: "case" on;

    margin-bottom: 15px;
}

section.statistics .stat-info p {
    color: #030303;

    font-size: 15px;

    font-family: "helv-65";

    max-width: 70%;
}

section.statistics .stat-info .stat-list {
    display: flex;

    flex-direction: column;
}

section.statistics .stat-info .stat-list .stat-item {
    display: flex;

    align-items: center;

    margin: 10px 0;

    color: #151716;

    font-size: 16px;

    font-family: "helv-75";

    font-feature-settings: "case" on;

    -webkit-font-feature-settings: "case" on;

    -moz-font-feature-settings: "case" on;
}

section.statistics .stat-info .stat-list .stat-item .stat-nmb {
    width: 80px;

    height: 80px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 4px solid #b0cf23;

    border-radius: 100%;

    margin-right: 15px;
}

section.successfull-stories {
    display: inline-block;
    width: 100%;
    margin: 100px 0 50px;
}

section.successfull-stories .headline {
    display: inline-block;
    width: 100%;
}

section.successfull-stories .headline h2 {
    color: #151716;
    font-size: 25px;
    font-family: "helv-75";
    font-feature-settings: "case" on;
    -webkit-font-feature-settings: "case" on;
    -moz-font-feature-settings: "case" on;
}

section.successfull-stories .headline p {
    color: #030303;
    font-size: 15px;
    font-family: "helv-65";
    max-width: 300px;
}

section.successfull-stories .stories-wrapper {
    background: #f5f5f5;
    width: calc(100% + 200px);
    margin-left: -100px;
    margin-top: -50px;
    padding-top: 100px;
    padding-left: 100px;
    padding-right: 100px;
    border-radius: 20px;
    padding-bottom: 50px;
}

@media (max-width: 1440px) {
    section.successfull-stories .stories-wrapper {
        width: calc(100% + 60px);
        padding-right: 30px;
        margin-left: -30px;
        padding-left: 30px;
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

section.successfull-stories .stories-wrapper .caption-side {
    width: 50%;
    float: left;
    height: 400px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 35px;
    background-color: #fff;
}

section.successfull-stories .stories-wrapper .caption-side h3 {
    color: #151716;
    font-size: 18px;
    font-family: "helv-75";
    font-feature-settings: "case" on;
    -webkit-font-feature-settings: "case" on;
    -moz-font-feature-settings: "case" on;
}

section.successfull-stories .stories-wrapper .caption-side h3 span {
    color: #7f7f7f;
    font-family: "helv-55";
    font-feature-settings: "case" off;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
}

section.successfull-stories .stories-wrapper .caption-side p {
    color: #7f7f7f;
    font-family: "helv-55";
    font-size: 16px;
    margin-top: 15px;
}

section.successfull-stories .stories-wrapper .image-item {
    width: 50%;
    float: right;
    height: 400px;
    background-size: cover;
    position: relative;
}

section.successfull-stories .stories-wrapper .swiper-container {
    border-radius: 12px;
}

section.successfull-stories .stories-wrapper .caption-side .caption-inner {
    position: relative;
}

section.successfull-stories .stories-wrapper .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

section.successfull-stories .stories-wrapper .swiper-pagination {
    padding-left: 30px;
    padding-bottom: 25px;
    text-align: left;
}

section.successfull-stories .slider-wrapper {
    margin-top: 25px;
}

section.news {
    display: inline-block;
    width: 100%;
}

section.news h2 {
    color: #151716;
    font-size: 25px;
    font-family: "helv-75";
    font-feature-settings: "case" on;
    -webkit-font-feature-settings: "case" on;
    -moz-font-feature-settings: "case" on;
}

section.news .news-list {
    display: flex;

    justify-content: space-between;

    margin-top: 25px;
}

section.news .news-list .news-item {
    width: calc(100% / 3 - 20px);

    background: #f5f5f5;

    padding: 25px;

    border-radius: 12px;
}

section.news .news-list .news-item .img {
    width: 100%;

    height: 210px;

    background-size: cover;
    border-radius: 5px;
    background-position: center;
}

section.news .news-list .news-item .news-info {
    margin-top: 15px;
}

section.news .news-list .news-item .news-info .date {
    color: #7a7a7a;

    font-family: "helv-65";

    font-size: 12px;
}

section.news .news-list .news-item .news-info h4 {
    color: #000000;

    font-size: 14px;

    margin-top: 10px;

    line-height: normal;

    font-family: "helv-65";
}

section.news .news-list .news-item .news-info a {
    display: flex;

    align-items: center;

    text-decoration: none;

    margin-top: 30px;

    font-family: "helv-65";

    color: #7a7a7a;
}

section.news .news-list .news-item .news-info a .arrow-icon {
    background: #33bf5c;

    width: 50px;

    height: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 100%;

    margin-right: 10px;
}

footer {
    border-top: 1px solid #e2e2e2;
    margin-top: 85px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav-bar-inner .brand-logo .logo-txt p {
        font-size: 12px;
    }

    .nav-bar-inner .brand-logo .logo-txt .headline-txt {
        font-size: 18px;
    }

    .nav-bar-inner .menu-bar ul li {
        margin-left: 10px;
    }

    .nav-bar-inner .menu-bar ul li a {
        font-size: 10px;
    }
}

.main-slider-wrapper.type-two {
    position: relative;
    margin-bottom: -188px;
}

.main-slider-wrapper.type-two .swiper-slide {
    background: transparent;
}

.main-slider-wrapper.type-two .swiper-slide::before {
    content: "";
    background-image: url(../img/figure.png);
    background-repeat: no-repeat;
    background-size: 200%;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-position: center;
}

.main-slider-wrapper.type-two .swiper-slide .img-item {
    min-height: calc(100vh - 100px);
    position: relative;
}

.main-slider-wrapper.type-two .img-item .img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.main-slider-wrapper.type-two .img-item .img:before {
    content: "";
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    width: 65px;
    height: 65px;
    background-position: center;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.main-slider-wrapper.type-two .img-item .img:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
}

.main-slider-wrapper.type-two .caption-in {
    position: absolute;
    top: 40%;
    left: calc(100% - 1275px);
    width: 465px;
    text-align: left;
    transform: translateY(-50%);
}
@media (min-width: 1600px) {
    .main-slider-wrapper.type-two .caption-in {
        left: 19%;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    .main-slider-wrapper.type-two .caption-item h3 {
        font-size: calc(18px + 1vmin);
    }

    .main-slider-wrapper.type-two .caption-in {
        left: 10%;
    }
}

@media (max-width: 991px) {
    html,
    body {
        overflow-x: hidden;
    }

    .main-slider-wrapper.type-two .caption-in {
        width: 80%;
        text-align: left;
        position: absolute;
        top: 40%;
        left: 50%;
        z-index: 1;
        transform: translate(-50%, -50%);
    }

    .main-slider-wrapper.type-two .img-item .img:after {
        background: rgba(0, 0, 0, 0.5);
    }

    .main-slider-wrapper.type-two .img-item .img:before {
        content: none;
    }

    .main-slider-wrapper {
        margin-top: 0 !important;
    }

    .main-slider-wrapper.type-two .swiper-slide .img-item {
        margin-top: 0 !important;
    }

    .main-slider-wrapper.type-two .caption-item a .txt {
        color: #fff;
    }

    .main-slider-wrapper.type-two .caption-item p {
        color: #fff;
    }

    .main-slider-wrapper.type-two .caption-item h3 {
        color: #fff;
    }

    .programs-section .programs-section__inner .carousel-item h3 {
        font-size: 20px;
        max-width: 50%;
    }

    .programs-section
        .programs-section__inner
        .program-items
        .swiper-button-next,
    .programs-section
        .programs-section__inner
        .program-items
        .swiper-button-prev {
        top: -56px;
    }

    .header-nav-bar .nav-bar-inner .menu-bar .socials {
        display: none;
    }

    .partner-organizations .partner-org-inner,
    section.successfull-stories .stories-wrapper {
        padding: 0;
        margin-left: 0;
        width: 100%;
        background: none;
    }

    .header-nav-bar .nav-bar-inner .menu-bar ul {
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 9;
        background: #fff;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        padding: 20px;
        box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.08);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }

    .header-nav-bar .nav-bar-inner .menu-bar.active ul {
        opacity: 1;
        visibility: visible;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }

    .header-nav-bar .nav-bar-inner .menu-bar ul li {
        margin-bottom: 15px;
    }

    .header-nav-bar .nav-bar-inner .menu-bar ul li:last-child {
        margin-bottom: 0;
    }

    .main-slider-wrapper .slide-inner {
        flex-direction: column;
    }

    .main-slider-wrapper {
        margin-top: 35px;
        min-height: unset;
    }

    .main-slider-wrapper .swiper-container {
        min-height: unset;
    }

    section.photo-video .photo-video-slider .swiper-slide .play-btn,
    section.successfull-stories .stories-wrapper .play-btn {
        width: 60px;
        height: 60px;
    }

    .main-slider-wrapper .caption-item,
    .main-slider-wrapper .img-item {
        width: 100%;
    }

    .main-slider-wrapper .img-item {
        margin-top: 25px;
    }

    .main-slider-wrapper .caption-item h3 {
        font-size: calc(18px + 1vmin);
        font-family: "helv-75";
    }

    .main-slider-wrapper .caption-item p {
        width: 100%;
        font-size: 14px;
    }

    .main-slider-wrapper .caption-item a {
        margin-top: 15px;
    }

    .main-slider-wrapper .caption-item a .arrow-icon {
        width: 30px;
        height: 30px;
    }

    .main-slider-wrapper .caption-item a .arrow-icon svg {
        width: 15px;
    }

    .main-slider-wrapper .caption-item a .txt {
        font-size: 12px;
        margin-top: 2px;
    }

    .programs-section .programs-section__inner .carousel-item {
        width: 100%;
    }

    .programs-section .programs-section__inner .contact-us {
        width: 100%;
        display: none;
    }

    .main-slider-wrapper .swiper-button-next,
    .main-slider-wrapper .swiper-button-prev {
        display: none;
    }

    .programs-section .programs-section__inner .program-items {
        align-items: flex-start;
        flex-direction: column;
    }

    .programs-section .programs-section__inner .program-items .program-item {
        margin: 15px 0;
    }

    .programs-section .programs-section__inner {
        margin-top: 30px;
    }

    .solution-exists .solution-list {
        overflow-x: auto;
    }

    .solution-exists .solution-list .solution-item {
        width: auto;
        flex-wrap: wrap;
        min-width: 250px;
    }

    .solution-exists {
        margin-top: 50px;
    }

    section.program-list {
        margin-top: 50px;
    }

    section.program-list .program-list-inner .headline h2 {
        margin: 0;
    }

    section.program-list
        .program-list-inner
        .program-list-wrapper
        .program-item {
        width: 100%;
    }

    section.special-items .special-items-inn .item-list {
        margin-top: 60px;
        margin-left: 0;
        width: 100%;
    }

    section.special-items .special-items-inn {
        padding: 25px 0 10px;
    }

    section.special-items .special-items-inn a {
        padding: 20px;
        font-size: 18px;
        margin-top: -130px;
    }

    section.special-items .special-items-inn .item-list {
        padding: 0;
        flex-wrap: wrap;
    }

    section.special-items {
        background: whitesmoke;
        margin-top: 95px;
        border-radius: 12px;
    }

    section.successfull-stories {
        margin: 50px 0;
        background: whitesmoke;
        padding: 40px 0;
    }

    section.successfull-stories .stories-wrapper {
        margin-top: 0;
    }

    section.special-items .special-items-inn .item-list .item {
        padding-right: 0;
        margin: 10px 0;
        width: 100%;
        max-width: unset;
    }

    section.special-items .special-items-inn .item-list .item .icon {
        float: left;
    }

    section.special-items .special-items-inn .item-list .item h3 {
        margin-left: 15px;
        margin-top: 5px;
        height: auto;
        margin-bottom: 0;
        font-size: 18px;
        display: inline-block;
    }

    section.special-items .special-items-inn .item-list .item p {
        display: inline-block;
        width: 100%;
        margin-top: 15px;
        height: auto;
    }

    section.our-specialist {
        margin-top: 50px;
    }

    section.our-specialist .specialists-wrapper h2 {
        font-size: 18px;
    }

    section.our-specialist .specialists-wrapper .sub-txt {
        max-width: 100%;
    }

    section.our-specialist .specialists-wrapper .spec-list-wrapper .spec-item {
        width: 100%;
    }

    section.our-specialist
        .specialists-wrapper
        .spec-list-wrapper
        .spec-item
        .img-item {
        width: 180px;
        margin: 0 auto;
    }

    section.our-specialist
        .specialists-wrapper
        .spec-list-wrapper
        .spec-item
        .img-item
        .icon {
        right: -15px;
    }

    section.photo-video .photo-video-slider .swiper-slide {
        height: 200px;
    }

    footer .nav-bar-inner {
        margin-top: 0;
        flex-wrap: wrap;
    }

    footer .nav-bar-inner .menu-bar {
        margin-top: 30px;
    }

    footer .nav-bar-inner .menu-bar ul {
        flex-wrap: wrap;
    }

    footer .nav-bar-inner .menu-bar ul li {
        margin-left: 0;
        width: 100%;
        margin: 10px 0;
    }

    section.news .news-list {
        flex-wrap: wrap;
    }

    section.news .news-list .news-item {
        width: 100%;
        margin-bottom: 25px;
    }

    footer {
        margin-top: 50px;
    }

    section.successfull-stories .stories-wrapper .image-item {
        width: 100%;
    }

    section.successfull-stories .stories-wrapper .caption-side {
        width: 100%;
        height: auto;
    }

    .partner-organizations .map-wrapper {
        flex-wrap: wrap;
        display: flex;
        margin-top: 25px;
    }

    .partner-organizations .map-wrapper .flags {
        width: 100%;
        order: 2;
        display: flex;
        overflow-x: auto;
        margin-top: 45px;
    }

    .partner-organizations .map-wrapper .map-item {
        width: 100%;
        background-size: 300%;
        height: 315px;
        margin-top: 0;
    }

    .partner-organizations .map-wrapper .flags .flag-item {
        margin: 0;
        min-width: 200px;
    }

    section.statistics .stat-inner {
        display: flex;
        flex-wrap: wrap;
    }

    section.statistics .img-item {
        width: 100%;
        order: 2;
    }

    section.statistics .stat-info {
        width: 100%;
    }

    .header-nav-bar {
        height: 80px;
    }
}

@media (min-width: 992px) {
    .mobile-menu-btn {
        display: none;
    }

    .header-nav-bar {
        height: 115px;
    }
}

@media (max-width: 768px) {
    .nav-bar-inner .brand-logo .logo-icon {
        max-width: 50px;
    }

    .nav-bar-inner .brand-logo .logo-txt .headline-txt {
        font-size: 16px;
    }

    .nav-bar-inner .brand-logo .logo-txt p {
        font-size: 9px;
    }

    .programs-section .programs-section__inner .carousel-item {
        padding: 25px;
    }

    .solution-exists h2 {
        text-align: center;
        font-size: 20px;
    }

    section.program-list .program-list-inner .headline h2 {
        font-size: 20px;
    }

    section.special-items .special-items-inn a {
        font-size: 14px;
    }

    .main-slider-wrapper .swiper-button-next,
    .main-slider-wrapper .swiper-button-prev {
        display: none;
    }
}

[role="button"] {
    outline: none !important;
}

.page-cover {
    height: 50vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.page-cover::before {
    content: "";
    background-image: url(../img/figurelg.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    width: 65px;
    height: 65px;
    background-position: center;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.page-cover::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
}

.about-page {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

.about-page .title-row {
    display: inline-block;
    width: 100%;
}

.about-page .title-row span {
    color: #4dce65;
    font-size: 14px;
    font-family: "helv-75";
    font-feature-settings: "case" on;
    -webkit-font-feature-settings: "case" on;
    -moz-font-feature-settings: "case" on;
}

.about-page .title-row h2 {
    color: #000000;
    font-size: 24px;
    font-family: "helv-75";
    font-feature-settings: "case" on;
    -webkit-font-feature-settings: "case" on;
    -moz-font-feature-settings: "case" on;
    margin-top: 5px;
}

.about-page .about-content {
    display: inline-block;
    width: 100%;
    word-break: break-word;
}

.about-page .about-content p {
    color: #000;
    font-size: 14px;
    font-family: "helv-65";
}

/* .about-page .about-content p span {
  color: #33BF5C;
  font-size: 18px;
  font-family: 'helv-65'
} */

.about-page .about-content .simple-txt {
    color: #707070;
    font-size: 14px;
    font-family: "helv-65";
}

.about-page .about-content img {
    float: right;
    width: 40%;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    object-fit: contain;
}

.faq-wrapper {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

.faq-wrapper .panel {
    margin: 15px 0;
    border: 1px solid #dddddd;
    border-radius: 12px;
}

.faq-wrapper .panel-heading a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
    padding: 30px;
    color: #000000;
    font-family: "helv-75";
    font-feature-settings: "case" on;
    font-size: calc(14px + 1vmin);
    text-decoration: none;
}

.faq-wrapper .panel-heading a .arrow-btn {
    background-image: url("../img/arr-down.svg");
    width: 20px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
}

.faq-wrapper .panel-heading .panel-title {
    margin: 0;
}

.faq-wrapper .panel-collapse .panel-body {
    padding: 0 30px 30px 30px;
}

.faq-wrapper .panel-collapse .panel-body * {
    font-family: "helv-65";
    font-size: 14px;
    color: #000;
}

.programs-page {
    display: inline-block;
    width: 100%;
    margin-top: 35px;
}

.programs-page .headline {
    display: flex;

    align-items: center;

    justify-content: space-between;
}

.programs-page .headline h3 {
    margin: 0;

    font-family: "helv-65";

    font-feature-settings: "case" on;
}

.programs-page .headline .rg {
    display: flex;

    align-items: center;
    position: relative;
}

.programs-page .headline .rg .filter-select {
    display: inline-block;

    position: relative;

    margin-right: 20px;
}

.programs-page .headline .rg .filter-select select {
    height: 48px;

    border: 1px solid #e2e2e2;

    border-radius: 12px;

    width: 130px;

    font-family: "helv-65";

    font-size: 14px;

    padding-bottom: 3px;

    padding-left: 15px;

    cursor: pointer;

    background-image: url("../img/arrfull-down.svg");

    background-repeat: no-repeat;

    background-position: 106px 22px;
}

.programs-page .headline .rg .filter-select select:focus {
    outline: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

.programs-page .headline .rg .search-button {
    width: 50px;
    height: 50px;
    border: 1px solid #e2e2e2;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.programs-page .headline .rg .search-button .icon {
    background-image: url("../img/search-icon.svg");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.programs-page .headline .rg .search-input {
    position: absolute;
    right: 0;
    top: calc(100% + 15px);
    z-index: 2;
    background: #fff;
    padding: 12px;
    width: 240px;
    box-shadow: 0px 7px 18px rgb(0 0 0 / 18%);
    border-radius: 12px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.programs-page .headline .rg .search-input.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.programs-page .headline .rg .search-input input {
    width: 100%;

    height: 40px;

    font-size: 14px;

    padding-left: 10px;

    font-family: "helv-65";

    color: #000;
}

.programs-page .headline .rg .search-input:before {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    right: 13px;
    top: -10px;
}

.programs-page .headline .rg .search-input input:focus {
    outline: none;
}

@media (max-width: 768px) {
    .programs-page .headline {
        flex-wrap: wrap;
    }

    .programs-page .headline .rg {
        width: 100%;
        margin-top: 15px;
        justify-content: flex-end;
    }
}

.pgnation {
    display: flex;
    width: 100%;
}

.pgnation a {
    width: 50px;
    height: 50px;
    border: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: "helv-65";
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    text-decoration: none;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.pgnation a:hover {
    background: #33bf5c;
    border-color: #33bf5c;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.pgnation a.active {
    background: #33bf5c;
    border-color: #33bf5c;
    color: #fff;
}

.page-cover.no-icon::before {
    content: none;
}

.program-inner {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

.program-inner .program-detail-wrapper {
    display: inline-block;
    width: 100%;
}

.program-inner .program-detail-wrapper .lf {
    width: 55%;
    float: left;
}

.program-inner .program-detail-wrapper .lf h3 {
    color: #000;
    font-family: "helv-75";
    font-size: 20px;
    font-feature-settings: "case" on;
}

.program-inner .program-detail-wrapper .lf p {
    font-size: 14px;
    font-family: "helv-65";
    color: #686868;
    margin: 15px 0 5px;
}

.program-inner .program-detail-wrapper .lf span {
    font-size: 13px;
    font-family: "helv-65";
    color: #686868;
    display: inline-block;
    line-height: normal;
}

.program-inner .program-detail-wrapper .lf .txt {
    font-size: 13px;
    font-family: "helv-65";
    color: #686868;
    margin-top: 25px;
    line-height: 1.8;
}

.program-inner .program-detail-wrapper .rg {
    width: 335px;

    float: right;
}

.program-inner .program-detail-wrapper .rg h5 {
    color: #000;

    font-family: "helv-75";

    font-size: 18px;

    font-feature-settings: "case" on;
}

.program-inner .program-detail-wrapper .rg .specialist-detail {
    width: 100%;

    margin-top: 20px;

    border: 1px solid #e8e8e8;

    padding: 25px;

    border-radius: 12px;
}

.program-inner .program-detail-wrapper .rg .specialist-detail .img {
    width: 180px;

    height: 180px;

    background-size: contain;

    background-position: center;

    background-repeat: no-repeat;

    position: relative;

    margin: 0 auto;
}

.program-inner .program-detail-wrapper .rg .specialist-detail .img .icon {
    position: absolute;

    width: 70px;

    height: 70px;

    background-size: contain;

    background-position: center;

    background-repeat: no-repeat;

    box-shadow: 0 0 20px rgb(0 0 0 / 0.1);

    border-radius: 100%;

    right: -15px;

    z-index: 2;

    background-color: #fff;
}

.program-inner .program-detail-wrapper .rg .specialist-detail .info {
    position: relative;

    margin-top: 20px;
}

.program-inner .program-detail-wrapper .rg .specialist-detail .info h3 {
    color: #151716;

    font-size: 18px;

    font-family: "helv-75";

    font-feature-settings: "case" on;

    -webkit-font-feature-settings: "case" on;

    -moz-font-feature-settings: "case" on;
}

.program-inner .program-detail-wrapper .rg .specialist-detail .info p {
    color: #030303;

    font-size: 13px;

    font-family: "helv-65";
}

.program-inner .program-detail-wrapper .rg .specialist-detail .info span {
    display: inline-block;

    color: #818181;

    font-family: "helv-55";

    font-size: 12px;
}

.program-inner .program-detail-wrapper .rg .visit-btn {
    background: rgba(78, 206, 100, 1);

    background: linear-gradient(
        63deg,
        rgba(78, 206, 100, 1) 0%,
        rgba(122, 207, 71, 1) 100%
    );

    padding: 15px 30px;

    border-radius: 30px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    font-size: 18px;

    color: #fff;

    font-family: "helv-75";

    font-feature-settings: "case" on;

    cursor: pointer;

    margin-top: 40px;
}

.title-row {
    color: #000;
    font-family: "helv-75";
    font-size: 24px;
    font-feature-settings: "case" on;
    -webkit-font-feature-settings: "case" on;
    -moz-font-feature-settings: "case" on;
}

.program-inner .program-detail-wrapper .rg .visit-btn svg {
    width: 30px;
}

@media (max-width: 991px) {
    .program-inner .program-detail-wrapper .lf {
        width: 100%;
        float: none;
    }

    .program-inner .program-detail-wrapper .rg {
        float: none;
        margin: 50px auto 0;
        display: table;
    }
}

.faq-wrapper .panel-collapse .panel-body h3 {
    font-size: calc(18px + 1vmin);
    color: #64ce54;
    font-feature-settings: "case" on;
    -webkit-font-feature-settings: "case" on;
    -moz-font-feature-settings: "case" on;
}

@media (max-width: 991px) {
    .about-page {
        margin-top: 25px;
    }
}

section.our-specialist .title-item {
    display: flex;

    align-items: center;

    justify-content: space-between;
}

section.our-specialist .title-item .lf {
    position: relative;
}

section.our-specialist .title-item .visit-btn {
    background: rgba(78, 206, 100, 1);
    background: linear-gradient(
        63deg,
        rgba(78, 206, 100, 1) 0%,
        rgba(122, 207, 71, 1) 100%
    );
    padding: 10px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #fff;
    font-family: "helv-75";
    font-feature-settings: "case" on;
    cursor: pointer;
}

section.our-specialist .title-item .visit-btn svg {
    width: 27px;
    margin-right: 10px;
    margin-left: 5px;
}

section.our-specialist
    .specialists-wrapper
    .spec-list-wrapper
    .spec-item
    .visit-btn {
    display: flex;

    align-items: center;

    margin-top: 20px;

    font-family: "helv-65";

    font-size: 14px;

    cursor: pointer;

    opacity: 0;

    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

section.our-specialist
    .specialists-wrapper
    .spec-list-wrapper
    .spec-item:hover
    .visit-btn {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

section.our-specialist
    .specialists-wrapper
    .spec-list-wrapper
    .spec-item
    .visit-btn
    .icon {
    min-width: 50px;
    height: 50px;
    background-color: #33bf5c;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    border-radius: 100%;
    margin-right: 12px;
}

@media (max-width: 991px) {
    section.our-specialist .title-item .visit-btn {
        margin: 25px auto 0;
    }

    section.our-specialist .title-item {
        flex-wrap: wrap;
    }
}

.specialist-detail-modal-content {
    margin-top: 30px;

    padding: 30px;

    padding-top: 0;
}

.specialist-detail-modal-content .specialist-detail {
    display: flex;

    align-items: center;
}

.specialist-detail-modal-content .specialist-detail .img {
    width: 180px;

    height: 180px;

    background-size: contain;

    background-position: center;

    background-repeat: no-repeat;

    position: relative;
}

.specialist-detail-modal-content .specialist-detail .img .icon {
    position: absolute;

    width: 70px;

    height: 70px;

    background-size: contain;

    background-position: center;

    background-repeat: no-repeat;

    box-shadow: 0 0 20px rgb(0 0 0 / 0.1);

    border-radius: 100%;

    right: -15px;

    z-index: 2;

    background-color: #fff;
}

.specialist-detail-modal-content .specialist-detail .info {
    position: relative;

    margin-left: 35px;
}

.specialist-detail-modal-content .specialist-detail .info h3 {
    color: #151716;

    font-size: 18px;

    font-family: "helv-75";

    font-feature-settings: "case" on;

    -webkit-font-feature-settings: "case" on;

    -moz-font-feature-settings: "case" on;
}

.specialist-detail-modal-content .specialist-detail .info p {
    color: #030303;

    font-size: 13px;

    font-family: "helv-65";

    margin: 0;
}

.specialist-detail-modal-content .specialist-detail .info span {
    display: inline-block;

    color: #818181;

    font-family: "helv-55";

    font-size: 12px;
}

.specialist-detail-modal-content p {
    color: #030303;

    font-size: 13px;

    font-family: "helv-65";

    margin: 25px 0;
}

.specialist-detail-modal-content .visit-btn {
    display: inline-flex;
    align-items: center;
    font-family: "helv-65";
    font-size: 14px;
    cursor: pointer;
    margin-top: 20px;
}

.specialist-detail-modal-content .icon {
    min-width: 50px;
    height: 50px;
    background-color: #33bf5c;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    border-radius: 100%;
    margin-right: 12px;
}

@media (max-width: 991px) {
    .specialist-detail-modal-content {
        padding: 15px;
    }

    .specialist-detail-modal-content .specialist-detail {
        flex-wrap: wrap;
    }

    .specialist-detail-modal-content .specialist-detail .img {
        margin: 0 auto 15px;
    }

    .specialist-detail-modal-content .specialist-detail .info {
        margin-left: 0;
    }
}

button.close {
    color: #33bf5c;
    font-size: 2.5rem;
    text-shadow: none;
    opacity: 1;
}

button.close:hover {
    color: #33bf5c;
}

button.close:focus {
    outline: none;
}

#visitOrderModalSingle .modal-dialog, #visitOrderModal .modal-dialog{
    width: 450px;
}

.visit-order-content {
    margin-top: 60px;

    padding: 30px;

    padding-top: 0;
}

.visit-order-content .input-item {
    display: flex;

    align-items: center;

    border: 1px solid #e2e2e2;

    border-radius: 12px;

    padding: 15px;

    margin-bottom: 20px;
}

.visit-order-content .input-item .icon {
    width: 45px;
    display: flex;
    align-items: center;
    height: 0;
}

.phone-input {
    background-image: none !important;
}

.visit-order-content .input-item .inp {
    width: 100%;
    margin-left: 0;
}

.visit-order-content .input-item .inp input {
    width: 100%;
    font-family: "helv-65";
    color: #000;
    font-size: 14px;
    height: 40px;
    border: none;
    background-image: url(../img/arrfull-grey.svg);
    background-repeat: no-repeat;
    background-position: 270px 18px;
    padding-left: 15px;
}

.visit-order-content .input-item .inp select {
    width: 100%;
    padding-bottom: 0;
    padding-left: 15px;
    cursor: pointer;
    background-image: url("../img/arrfull-grey.svg");
    background-repeat: no-repeat;
    background-position: 270px 18px;
    height: 40px;
    border: none;
    font-family: "helv-65";
    font-size: 14px;
    color: #909090;
}

.visit-order-content .input-item textarea {
    width: 100%;

    height: 100%;

    border: none;

    resize: none;

    font-family: "helv-65";

    font-size: 14px;
}

.visit-order-content .input-item textarea::placeholder {
}

.visit-order-content .note {
    color: #818181;

    font-family: "helv-65";

    font-size: 14px;
}

.visit-order-content button {
    margin-top: 25px;

    float: right;

    margin-bottom: 20px;

    width: 180px;

    height: 45px;

    border: none;

    background: #33bf5c;

    border-radius: 20px;

    color: #fff;

    font-family: "helv-65";

    font-size: 14px;

    font-feature-settings: "case" on;
}

.visit-order-content .input-item .icon svg path {
    fill: #33bf5c;
}

.visit-order-content .input-item .icon svg {
    width: 25px;

    margin: 0 auto;
}

input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    border: none;
}

@media (max-width: 768px) {
    #visitOrderModal .modal-dialog {
        width: calc(100% - 15px);
    }

    .visit-order-content {
        margin-top: 65px;
        padding: 30px 0;
        padding-top: 0;
    }
}

.contact-page {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}
.contact-page .contact-details {
    width: 45%;

    float: left;
}
.contact-page h2 {
    font-family: "helv-75";

    font-feature-settings: "case" on;

    font-size: 24px;
}
.contact-page .contact-details iframe {
    width: 100%;
    height: 160px;
    border-radius: 12px;
}
.contact-page .contact-details .list-item {
    margin: 40px 0;
}
.contact-page .contact-details .list-item .item {
    display: flex;
    margin: 10px 0;
    align-items: center;
}
.contact-page .contact-details .list-item .item .key {
    font-family: "helv-65";

    font-size: 14px;

    color: #666666;
}
.contact-page .contact-details .list-item .item .key svg {
    margin-right: 10px;
}
.contact-page .contact-details .list-item .item .value {
    color: #363636;

    font-family: "helv-65";

    font-size: 14px;

    margin-left: 10px;

    text-align: left;
}
.contact-page .contact-details .list-item .item .value a {
    color: #363636;

    font-family: "helv-65";

    font-size: 14px;

    text-decoration: none;
}

.contact-page .contact-form {
    width: 50%;

    float: right;
}
.contact-page .contact-form .form {
    margin-top: 40px;
}
.contact-page .contact-form .form-item {
    width: calc(100% / 2 - 10px);
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.contact-page .contact-form .form-item:first-child {
    margin-right: 20px;
    width: 100%;
}
.contact-page .contact-form .form-item:nth-child(2) {
    margin-right: 0;
}
.contact-page .contact-form .form-item.lg {
    width: 100%;
}
.contact-page .contact-form .form-item input {
    width: 100%;
    height: 50px;
    font-family: "helv-65";
    font-size: 14px;
    padding-left: 10px;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
}

.contact-page .contact-form .form-item input::placeholder {
}
.contact-page .contact-form .form-item textarea {
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    width: 100%;
    height: 200px;
    padding: 10px;
    font-family: "helv-65";
    font-size: 14px;
    resize: none;
    margin-top: 15px;
}
.contact-page .contact-form .form-item textarea::placeholder {
}
.contact-page .contact-form button {
    float: right;

    border: none;

    background: #33bf5c;

    padding: 15px 30px;

    border-radius: 15px;

    color: #fff;

    font-family: "helv-65";

    font-size: 14px;

    font-feature-settings: "case" on;
}

@media (max-width: 991px) {
    .contact-page .contact-details {
        width: 100%;
    }
    .contact-page .contact-details .list-item .item .key {
        min-width: 50%;
    }
    .contact-page .contact-form {
        width: 100%;
        margin-top: 40px;
    }
    .contact-page .contact-form .form {
        margin-top: 25px;
    }
    .contact-page h2 {
        font-size: calc(18px + 1vmin);
    }
}

.wpcf7-submit {
    float: right !important;
    border: none !important;
    background: #33bf5c !important;
    padding: 15px 30px !important;
    border-radius: 15px !important;
    color: #fff !important;
    font-family: "helv-65" !important;
    font-size: 14px !important;
    font-feature-settings: "case" on !important;
    width: auto !important;
}

.page-numbers {
    width: 50px;
    height: 50px;
    border: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: "helv-65";
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    text-decoration: none;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.page-numbers:hover {
    background: #33bf5c;
    border-color: #33bf5c;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.page-numbers.current {
    background: #33bf5c;
    border-color: #33bf5c;
    color: #fff;
}


.alert {
    right: -2px;
    padding: 20px;
    background-color: #33bf5c;
    color: white;
    font-family: "helv-65";
    position: fixed;
    top: 200px;
    z-index: 9999;
  }
  
  .closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .closebtn:hover {
    color: black;
  }
 

#myForm > div:nth-child(5) {
	display: none;
}

 .spec-list-wrapper .spec2 .visit-btn.spec-2 {
     display: none !important;
 }
section.our-specialist .specialists-wrapper .spec-list-wrapper > h4 {
    display: none;
}
section.our-specialist .specialists-wrapper .spec-list-wrapper > .spec-list-wrapper {
    display: none;
}