/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root {
    --primary: #0dbf3a;
    --secondary: #202541;
    --white: #ffffff;
    --black: #000000;
    --body-font: "Merriweather Sans", sans-serif;
    --header-font: "Merriweather", serif;
}
body {
    background-color: var(--white);
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: var(--secondary);
}
body * {
    -webkit-transition: all 0.33s;
    -o-transition: all 0.33s;
    transition: all 0.33s;
}
body *:last-child {
    margin-bottom: 0;
}
ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}
a {
    display: inline-block;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--header-font);
    font-weight: 700;
}
h1 {
    font-size: 48px;
    line-height: normal;
    margin-bottom: 16px;
}
h2 {
    font-size: 34px;
    line-height: 1.3;
}
h4 {
    font-size: 20px;
    margin-bottom: 14px;
    line-height: 1.4;
}

p.large {
    font-size: 18px;
}
.primary-solid {
    font-size: 16px;
    color: var(--white);
    padding: 18px 40px;
    background: var(--primary);
    text-align: center;
    border: none;
    outline: none;
    border-radius: 10px;
    font-weight: 700;
    font-family: sans-serif;
}
section {
    padding: 80px 0;
}
.container {
    max-width: 1285px;
    padding: 0 24px;
}
header.site-header {
    padding: 20px 0;
}
a.site-logo {
    max-width: 250px;
}
section.hero {
    background-image: url(../img/575-2.png);
    background-color: var(--secondary);
    color: var(--white);
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}
.hero-content p {
    margin-bottom: 30px;
}
ul.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
}
ul.checkbox > li {
    padding-left: 34px;
    position: relative;
    font-size: 18px;
}
ul.checkbox > li::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../img/575-3.png) center / cover;
    position: absolute;
    left: 0;
    top: 1px;
}
form.hero-form {
    max-width: 550px;
    background: var(--white);
    color: var(--secondary);
    padding: 40px 30px;
    border-radius: 20px;
    margin-left: auto;
    width: 100%;
    overflow: hidden;
}
.hero-form-heading {
    text-align: center;
    margin-bottom: 40px;
}
.hero-form-heading h2 {
    margin-bottom: 16px;
}
.hero-form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
}
.single-form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
}
.single-form-field label {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
}
.single-form-field span {
    font-size: 12px;
    color: rgb(88, 94, 106);
    line-height: 1;
}

.single-form-field input, .single-form-field textarea, .single-form-field select {
    border: 1px solid rgba(0,0,0,0.2);
    padding: 11px 18px;
    outline: none;
    border-radius: 10px;
    background-color: #ffffff !important;
}

.single-form-field .select-style {
    background: url(../img/angle-solid.png) no-repeat center / 12px;
    background-position: center right 10px;
}
.single-form-field select {
    -webkit-box-shadow: inset 0 1px 2px rgba(130,137,150,0.23),0 1px 0 rgba(255,255,255,0.95);
    box-shadow: inset 0 1px 2px rgba(130,137,150,0.23),0 1px 0 rgba(255,255,255,0.95);
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-color: transparent !important;
    width: 100%;
    color: #000000 !important;
}
:is(section.list-content, section.icon-box, section.partner-list) h2 {
    margin-bottom: 60px;
}
.ul-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    padding: 30px 25px 20px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 20px;
}
.ul-group > ul {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
section.icon-box {
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #1e477c), to(#00bcb9));
    background: -o-linear-gradient(left, #1e477c 10%, #00bcb9 100%);
    background: linear-gradient(to right, #1e477c 10%, #00bcb9 100%);
    color: var(--white);
    text-align: center;
}
.single-icon-box {
    text-align: start;
}
.single-icon-box .circle-icon {
    position: relative;
    margin-bottom: 20px;
}
.single-icon-box .circle-icon img {
    width: 85px;
    height: 85px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 50%;
}
.single-icon-box .circle-icon::after {
    content: "";
    width: 106px;
    height: 22px;
    position: absolute;
    right: 20px;
    top: 32px;
    background: url(../img/575-8.png) right center / cover;
}
.bottom-single-button {
    text-align: center;
    margin-top: 60px;
}
section.listbox {
    background: rgb(241, 241, 241);
}
.listbox-content {
    padding: 40px;
    background: var(--white);
    border-radius: 20px;
}
.listbox-content ul.checkbox {
    gap: 20px;
}
.listbox-content ul li h4 {
    margin-bottom: 8px;
}
.listbox-content ul li p {
    font-size: 16px;
}
.partner-listbox {
    padding: 40px 40px 30px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}
section.teaser {
    text-align: center;
    background: rgb(247, 247, 247);
}
.teaser-content h2 {
    margin-bottom: 20px;
}
.teaser-content > p {
    max-width: 900px;
    margin: 0 auto 60px;
    font-weight: 400;
}
.single-teaser-box {
    padding: 30px 20px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 20px;
    background: var(--white);
    min-height: 100%;
}
.single-teaser-box .teaser-icon img {
    width: 45px;
    height: 45px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.single-teaser-box .teaser-icon {
    margin-bottom: 24px;
}
.single-teaser-box h4 {
    text-transform: uppercase;
    line-height: 24px;
}
section.inner-box .container {
    max-width: 1215px;
}
.inner-text {
    max-width: 564px;
}
.inner-text h2 {
    margin-bottom: 20px;
}
.inner-text p.large {
    font-weight: 400;
    margin-bottom: 20px;
}
.inner-box-banner img {
    border-radius: 20px;
}
.inner-box-content {
    margin-top: 50px;
    padding: 40px;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #1e477c), to(#00bcb9));
    background: -o-linear-gradient(left, #1e477c 10%, #00bcb9 100%);
    background: linear-gradient(to right, #1e477c 10%, #00bcb9 100%);
    color: var(--white);
    border-radius: 20px;
}
.inner-box-content h2 {
    margin-bottom: 20px;
}
.inner-box-content p {
    font-weight: 400;
}
section.slider {
    text-align: center;
    background: rgb(247, 247, 247);
}
section.slider h2 {
    margin-bottom: 60px;
}
.slider-content {
    position: relative;
}
.slideshow-container {
    max-width: 1000px;
    margin: 0 auto 30px;
}
.testimonial-item {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    display: none;
}
.slideshow-container img {
    width: 120px;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 50%;
}
.testimonial-item .content {
    padding: 30px 50px;
    text-align: center;
}
.testimonial-item .content h3 {
    font-size: 26px;
    font-weight: 700;
}
.testimonial-item .content p {
    margin: 20px 0;
}
.slider-content .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 10px 20px;
    margin-top: -22px;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    border-radius: 12px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: #fff;
    border: 1px solid #E4E4E4;
}
.slider-content .prev {
    left: 25px;
}
.slider-content .next {
    right: 25px;
}
.slide-indicator {
    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;
    gap: 4px;
}
.slide-indicator .dot-des {
    cursor: pointer;
    display: block;
    height: 18px;
    width: 18px;
    background-color: #BEE1D5;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
    border: 5px solid #f5f5f5;
}
.slide-indicator .dot-des.active, .slide-indicator .dot-des:hover {
    background-color: #fff;
    border: 5px solid #47BD94;
}
section.accordion-section {
    text-align: center;
}
section.accordion-section h2 {
    margin-bottom: 20px;
}
section.accordion-section p.large {
    margin: 0 auto 60px;
    font-weight: 400;
}
section.accordion-section .accordion {
    max-width: 860px;
    margin: 0 auto;
}
.single-accordion-item {
    text-align: start;
    border-bottom: 1px solid #D5D8DC;
}
.single-accordion-item button {
    display: block;
    width: 100%;
    text-align: start;
    padding: 24px 32px 24px 0;
    background: transparent;
    border: none;
    color: #555555;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}
.single-accordion-item button::after {
    content: "\276F";
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    color: #555555;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
}
.single-accordion-item button.collapsed::after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.accordion-item-content {
    padding: 10px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
}
.accordion-bottom-box {
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #1e477c), to(#00bcb9));
    background: -o-linear-gradient(left, #1e477c 10%, #00bcb9 100%);
    background: linear-gradient(to right, #1e477c 10%, #00bcb9 100%);
    text-align: start;
    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;
    gap: 24px;
    color: var(--white);
    padding: 40px;
    border-radius: 20px;
    margin: 80px auto 0;
    max-width: 1170px;
}
.accordion-bottom-box h2 {
    margin-bottom: 0 !important;
}
.accordion-bottom-box a.primary-solid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
footer.site-footer {
    padding: 40px 0 60px;
    background: rgb(32, 37, 65);
    color: rgba(255, 255, 255, 0.35);
    text-align: center;
}
footer.site-footer p {
    margin-top: 40px;
}
a.footer-logo {
    max-width: 250px;
}
footer.site-footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    font-family: sans-serif;
    font-weight: 400;
}
footer.site-footer ul li a {
    color: var(--white);
}
section.single-heading {
    background: rgb(241, 241, 241);
    text-align: center;
}
section.text-content h2 {
    margin-bottom: 45px;
}
section.text-content h3 {
    margin-bottom: 24px;
    font-size: 26px;
}
section.text-content p {
    margin-bottom: 24px;
}
.mail-status {
    padding: 16px 0 0;
    font-weight: 400;
    color: #ff0606;
}
.mail-status p.success {
    color: var(--primary);
}
.single-form-field span.error-msg {
    color: rgb(185, 21, 23);
    font-weight: 400;
}
.single-form-field :is(input.error, select.error, textarea.error) {
    border: 3px solid rgb(185, 21, 23);
}
.single-form-field.form-error {
    font-weight: 700;
    font-size: 18px;
    border: 2px dotted #FFFFFF;
    background-color: rgb(185, 21, 23);
    color: rgb(255, 255, 255);
    padding: 10px;
}
div#hero-form-conatiner {
    margin-top: -60px;
    padding-top: 60px;
}
.single-form-field .iti__country-container button .iti__selected-country-primary {
    background: rgba(0 0 0 / 0.1) !important;
    padding: 0 12px 0 16px;
    border-radius: 9px 0 0 9px;
}
.single-form-field .iti__country-container .iti__dropdown-content ul li {
    padding: 10px 12px;
}
.single-form-field .iti__country-container .iti__dropdown-content ul li span {
    font-size: 13px;
    font-weight: 400;
}