/*@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500,700&display=swap");*/
@import url('https://fonts.googleapis.com/css?family=Patua+One&display=swap');
@font-face {
    font-family: 'Gotham Pro';
    src: url('/font/gotham/GothamPro.eot');
    src: local('Gotham Pro'), local('GothamPro'),
        url('/font/gotham/GothamPro.eot?#iefix') format('embedded-opentype'),
        url('/font/gotham/GothamPro.woff') format('woff'),
        url('/font/gotham/GothamPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('/font/gotham/GothamPro-Bold.eot');
    src: local('Gotham Pro Bold'), local('GothamPro-Bold'),
        url('/font/gotham/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('/font/gotham/GothamPro-Bold.woff') format('woff'),
        url('/font/gotham/GothamPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/font/gotham/GothamPro-Medium.eot');
    src: local('Gotham Pro Medium'), local('GothamPro-Medium'),
        url('/font/gotham/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('/font/gotham/GothamPro-Medium.woff') format('woff'),
        url('/font/gotham/GothamPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
html {
    min-height: 100%;

}
body {
    position: relative;
    margin: 0;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    font-family: 'Gotham Pro';
    font-style: normal;
    background: transparent;
}
body a, body input {
    font-family: 'Gotham Pro';
}
a {
    color: #4ba2ff;
}
.wrapper {
    overflow: hidden;
}
.wrapper:before {
    content: ' ';
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.3);
}
.content {
    position: relative;
    overflow: hidden;
    color: #fff;
}
.unsplash {
    background: url('/image/guest/field-bg.jpg') no-repeat center center;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    right: 0;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    /*animation: scale 45s ease-out alternate infinite;*/
    /*-webkit-transform: scale(1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: 20s -webkit-transform ease-out;
    transition: 20s -webkit-transform ease-out;
    -o-transition: 20s transform ease-out;
    transition: 20s transform ease-out;
    transition: 20s transform ease-out, 20s -webkit-transform ease-out;*/
}
.unsplash img {
    display: none;
}
@keyframes scale {
  0% {
    transform: scaleX(1.4) scaleY(1.4) rotate(10deg);
    }
  100% {
    transform: scaleX(1) scaleY(1) rotate(0deg);
    }
}
.container-md {
    width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.menu-container {
    position: relative;
    background-color: #533557;
    overflow: hidden;
}
.pattern-green {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-image: radial-gradient(circle at 73% 38%, #1bc789, #137c6a) !important;
    /*background: url('/image/guest/pattern-green.jpg') no-repeat center 0;*/
    -webkit-background-size: cover;
    background-size: cover;
}
.sticky-top-bar {
    position: absolute;
    width: 100%;
    z-index: 2;
}
.header-bg {
    padding: 110px 0 120px 0;
}
.header-bg-overlay {
    position: relative;
    z-index: 1;
}
.navbar-brand img {
    width: 165px;
}
.navbar {

}
.invalid-feedback {
    border-radius: 12px;
    margin-top: 10px;
    padding: 2px 4px;
    background: #002d0e;
    color: #e0be10;
}
.form-link {
    margin-top: 50px !important;
}
.form-link a {
    color: #fff;
}
.contact {
    position: relative;
    z-index: 3;
}
.contact .contact-box {
    font-size: 14px;
    margin-right: 30px;
    margin-left: 40px;
}
.contact .contact-box .c-icon {
    background: #137c6a;
    border-radius: 50%;
    color: #fff;
    line-height: 38px;
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 0 15px 0 0;
    -webkit-box-shadow: 0 0 0 3px rgba(0, 255, 211, 0.5);
    box-shadow: 0 0 0 3px rgba(0, 255, 211, 0.5);
}
.contact .contact-box .data {
    color: #fff;
}
.contact .contact-box .data span {
    display: block;
    margin: 4px 0;
}
.contact .contact-box .data span i {
    font-size: 18px;
    color: #1bc789;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.contact .contact-box .data span b {
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}
.menu-wrapper {
    padding: 20px 0;
}
.menu-right .btn  {
    margin: 0 0 0 30px;
}
.social {
    padding: 0 20px 0 0;
}
.social a {
    color: #fff;
    margin: 0 0 0 20px;
}
.navbar ul li {
    padding: 10px 30px;
}
.navbar-light .navbar-nav .nav-link {
    color: #147260;
    font-family: 'Gotham Pro';
    font-weight: 100;
    text-transform: uppercase;
    font-size: 14px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #147260;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #0da386;
}
.dark-content h1 {
    font-size: 80px !important;
    color: #fff;
    margin: 0px 0 30px 0;
    font-family: 'Patua One', cursive;
}
.dark-content h2 {
    font-size: 60px;
    color: #1bc789;
}
.dark-content h2 br {
    display: none;
}
.dark-content {
    width:1440px;
    margin:0 auto;
    padding: 70px 0 0 0;
}
.dark-content .intro {
    position: relative;
    z-index: 2;
}
.dark-content p {
    font-size: 24px;
    font-weight: 100;
    color: #fff;
    margin-bottom: 0;
}
.dark-content .intro-text p > i {
    font-size: 28px;
    letter-spacing: 1px;
    font-family: 'Patua One', cursive;
}
.form-box {

}
.dark-content .form-control {
    font-family: 'Gotham Pro';
    background: #fff;
    border:none;
    padding: 12px 20px;
    height: auto;
    text-align: center;
    color: #147260;
    font-weight: 500;
    border-radius: 30px;
}
.dark-content .form-control:focus {
    box-shadow: 0 0 0 0.4rem rgba(0, 255, 163, 0.4) !important;
}
.dark-content .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.41);
}
.dark-content .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.41);
}
.dark-content .form-control:-ms-input-placeholder {
 color: rgba(0, 0, 0, 0.41);
}
.dark-content .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.41);
}
.j-form .row.w-100 {
    padding: 15px 0 0 0;
}
.j-form > .col-lg-12 .row.align-items-top .col-lg-5 > p {
    margin-bottom: 20px;
}
.j-form > .col-lg-12 .row.align-items-top .col-lg-5 > p i {
    display: none;
}
.j-form .captcha {
    margin: 0 auto;
}
.btn-outline-success {
    border-radius: 25px;
    text-transform: uppercase;
    border: none;
    padding: 1em 2.3em;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    color: #fff;
    background-color: #1bc789;
    box-shadow: 0 0 0 0.4rem rgba(0, 255, 163, 0.4);
}
.btn-outline-success:hover {
    background: #1bc789;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 255, 163, 0.4);
}
.btn-outline-primary {
    border-radius: 25px;
    padding: 10px 40px;
    font-size: 14px;
    border-width: 2px;
    text-transform: uppercase;
    font-weight: 500;
}
.apply-btn {
    font-family: 'Gotham Pro';
    border-radius: 25px;
    border: 2px solid #147260;
    text-transform: uppercase;
    padding: 10px 40px;
    font-size: 14px;
    color: #137260;
    background: none;
}
.grey-bg {
    background: #f1f2f2;
    padding-bottom: 20px;
}
.grey-bg .col-xl-6 {
    padding: 0;
}
.sep-block {
    position: relative;
    z-index: 1;
}
.sep-block .row {
    margin-left: 0;
    margin-right: 0;
    margin-top: -150px;
    margin-bottom: 70px;
}
.sep-block .white-box {
    background: #fff;
    padding: 50px;
    text-align: center;
    border-right: 1px solid #ececec;
}
.sep-block .col-xl-6:nth-child(2) .white-box {
    border-right: none;
}
.sep-block .white-box .icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    padding: 20px;
    border: 7px solid #179f80;
    background: #137c6a;
}
.sep-block .white-box b {
    font-size: 29px;
}
.navbar-light .navbar-toggler {
    color: rgba(13, 163, 134, 0.6);
}
.navbar-light .navbar-toggler-icon {
    background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(13, 163, 134, 0.6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.auth-form {
    position: relative;
    z-index: 1;
    background-size: cover;
    color: #000;
    margin: 190px 0 0 0;
}
.auth-form .form-header {

}
.auth-form .form-header h2 {
    color: #fff;
    font-size: 55px;
    text-align: center;
    font-family: 'Patua One', cursive;
}
.auth-form form {
    padding: 30px 0 0 0;
    text-align: center;
}
.auth-form .form-control {
    font-family: 'Gotham Pro';
    background: #fff;
    border: none;
    padding: 12px 20px;
    height: auto;
    text-align: center;
    color: #147260;
    font-weight: 500;
    border-radius: 30px;
}
.auth-form .form-control:focus {
    box-shadow: 0 0 0 0.4rem rgba(0, 255, 163, 0.4) !important;
}
.auth-form .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.41);
}
.auth-form .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.41);
}
.auth-form .form-control:-ms-input-placeholder {
 color: rgba(0, 0, 0, 0.41);
}
.auth-form .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.41);
}
.auth-form label {
    font-weight: bold;
    margin-bottom: 20px;
}
.auth-form textarea.form-control {
    border: 2px solid rgba(21, 97, 78, 0.45);
}
.auth-form textarea.form-control:focus {
    border: 2px solid #15614e;
}
.auth-form .captcha {
    display: inline-block;
}
.button-counter {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    border-radius: 20px;
    padding: 10px 20px;
    border: 2px solid #1bc789;
}
.button-counter:hover {
    background: #1bc789;
    text-decoration: none;
    color: #fff;
}
.button-counter span {
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
}
.legal-container {
    color: #fff;
    margin:140px 0 70px 0;
    position: relative;
    z-index: 1;
}
.legal-container .content {
    padding: 50px 120px 120px 120px;
}
.legal-container .content.green-bg-self {
    padding-bottom: 50px;
}
.legal-container .page-header h1 {
    padding: 20px 70px 20px 120px;
    font-weight: 900;
}
.legal-container .content h1, .legal-container .content h2, .legal-container .content h3 {
    text-align: left !important;
}
.legal-container .content h1 {
    font-size: 32px;
}
.plant-dark-img {
    margin: 50px 0 -135px 0;
}
.plant-dark-img img {

}
.legal-container .content {

}
.legal-container.green-bg .content, .green-bg-self {
    background: #093116;
}
.legal-container.green-bg .content h1, .legal-container.green-bg .content h3, .green-bg-self h1, .green-bg-self h2 {
    color: #e0be10;
}
.arrow-btn {
    display: inline-block;
    position: relative;
}
.arrow-btn img {
    position: absolute;
    right: 0;
    top: 17px;
    margin-right: -70px;
}
.moving-clouds-a {
    background: url('/image/guest/clouds-bg.png') repeat 0 bottom;
    position: fixed;
    z-index: 1;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    animation: cloud 80s linear infinite;
}
@keyframes cloud {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -2400px -2440px;
    }
}
.footer {
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 0px 0 50px 0;
}
.footer p {

}
.footer p span {
    display: inline-block;
    background: #137c6a;
    border-radius: 50%;
    color: #fff;
    line-height: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    margin: 0 15px 0 0;
    -webkit-box-shadow: 0 0 0 3px rgba(0, 255, 211, 0.5);
    box-shadow: 0 0 0 3px rgba(0, 255, 211, 0.5);
}
.footer p span i {
    font-size: 10px;
}
.social-links > span {
    display: inline-block;
    background: #137c6a;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin: 0 0 0 15px;
    -webkit-box-shadow: 0 0 0 3px rgba(0, 255, 211, 0.5);
    box-shadow: 0 0 0 3px rgba(0, 255, 211, 0.5);
    -webkit-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
}
.social-links > span > a {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
}
.social-links > span:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 255, 211, 0.5);
    box-shadow: 0 0 0 0 rgba(0, 255, 211, 0.5);
}
.social-links a i {
    line-height: inherit;
}
.social-links div a {
    margin: 0;
}
.accordion .card {
    border-color: transparent;
    background-color: #093116;
    margin-bottom: 10px;
}
.accordion .card-header {
    padding: 0;
}
.accordion .card-header h2 button {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #e0be10;
    padding: .75rem 1.25rem;

}
.accordion .card-header h2 button i {
    position: relative;
    color: #fff;
    opacity: 0;
    font-size: 14px;
    left: 3px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.accordion .card-header h2 button:hover i {
    opacity: 1;
    left: 8px;
}
.accordion .card-header h2 button:hover {
    text-decoration: none;
}
.accordion .card-body {
    background: #134622;
}
.accordion .card-body p {
    color: #fff;
    margin: 10px 0;
    line-height: 1.8;
}
.accordion .card-body ul {
    color: #fff;
    padding: 0;
    margin: 0 0 0 20px;
}
.auth-form .input-group .form-group {
	position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}
.auth-form .input-group .form-group .invalid-feedback {
    position: absolute;
    top: 100%;
    z-index: 5;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
}
.auth-form .input-group>.input-group-append>.btn {
    border-radius: 25px;
    margin-left: 25px;
}
.auth-form .form-info-text {
    margin: 20px 0 0 0;
    color: #00ffa3;
    text-align: center;
}
.auth-form .form-warning-text {
    margin: 20px 0 0 0;
    color: #dc3545;
    text-align: center;
}
.contact-data {
    background: #fff url('/image/guest/symbol-bg.png') no-repeat center center;
    background-size: contain;
    border-radius: 190px;
    padding: 152px 50px 152px 50px;
    color: #000;
    width: 380px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.contact-data span {
    display: block;
    margin: 0 0 5px 0;
    font-size: 12px;
    color: #1bc789;
}
.contact-data a {
    color: #000;
}
.contact-data p {

}
.contacts-wrapper .content {
    padding: 0;
    overflow: visible;
}
.contacts-wrapper .page-title {

}
.contacts-wrapper .page-title h1 {
    font-family: 'Patua One', cursive;
}
.map {

}
.team-grid {
    padding: 40px 0 40px 0;
}
.team-box {
    position: relative;
    width: 270px;
    margin: 0 auto 80px auto;
    padding-top: 130px;
}
.team-grid .col-lg-4:nth-child(7) .team-box, .team-grid .col-lg-4:nth-child(8) .team-box, .team-grid .col-lg-4:nth-child(9) .team-box {
    margin-bottom: 0;
}
.team-box .name {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    margin-right: 140px;
    text-align: right;
}
.team-box .name span {
    display: block;
    font-size: 22px;
    color: #12ec9d;
    line-height: 1.2;
    font-family: 'Patua One', cursive;
}
.team-box .name b {
    font-size: 12px;
}
.team-box .color-box {
    position: relative;
    background: #093116;
    border-radius: 20px;
    padding: 60px 30px 20px 30px;
}
.team-box .color-box .icon {
    position: relative;
    z-index: 2;
    margin: 0 0 30px 0;
}
.team-box .color-box .icon a {
    display: block;
    color: #fff;
    width: 30px;
    height: 30px;
    border: 2px solid #1bc789;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}
.team-box .color-box img {
    top: 0;
    right: 0;
    position: absolute;
    margin: -110px -20px 0 0;
}
.team-box .color-box p {
    font-size: 12px;
}
.team-box .color-box p:last-child {
    margin-bottom: 0;
}
.team-box .color-box .team-description {
    height: 220px;
    overflow-y: hidden;
}
.team-box .color-box .team-description.truncated {
    height: 240px;
    margin-top:-20px;
}
.team-box .color-box .team-description.truncated:before{
    content:"";
    display:block;
    height:20px;
    position:relative;
    top:220px;
    background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0), #093116 75%)
}
.team-box .color-box .show-more {
    color: #fff;
    background-color: #137c6a;
    display: none;
}
.team-box .color-box .show-more.visible {
    display: inline;
}
.team-box .color-box .show-more-block {
    height: 30px;
}

.footer .links a {
    position: relative;
    left: 0;
    display: block;
    margin-bottom: 1rem;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.footer .links a i {
    position: relative;
    color: #1bc789;
    opacity: 0;
    font-size: 12px;
    left: 3px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.footer .links a:hover {
    left: 5px;
    text-decoration: none;
}
.footer .links a:hover i {
    opacity: 1;
    left: 8px;
}
.footer .links > div > div:nth-child(1) {
    margin-right: 60px;
}
.footer a {
    color: #fff;
}
#toggle {
  display: none;
}
.social-mob {
    display: none;
}
.field-joinform-referer, .field-joinform-invite {
    margin-bottom: 0;
}
@media (max-width:1440px) {
    .dark-content, .navbar {
        width: 100%;
    }
    .container-md {
        width: 100%;
        padding: 0 40px;
    }
}
@media (max-width:990px) {
    .j-form > .col-lg-12 .row.align-items-top .col-lg-5 {
        margin-left: 15px !important;
        margin-right: 15px !important;
        background: #fff;
        border-radius: 0 0 6px 6px;
        padding-top: 20px;
        padding-bottom: 20px;
        order: 2;
    }
    .j-form > .col-lg-12 .row.align-items-top .col-lg-5:nth-child(2) {
        border-radius: 6px 6px 0 0;
        order: 1;
    }
    .j-form > .col-lg-12 .row.align-items-top .col-lg-5:nth-child(2) .form-control::-webkit-input-placeholder {
        font-size: 14px;
    }
    .j-form > .col-lg-12 .row.align-items-top .col-lg-5:nth-child(2) .form-control::-moz-placeholder {
        font-size: 14px;
    }
    .j-form > .col-lg-12 .row.align-items-top .col-lg-5:nth-child(2) .form-control:-ms-input-placeholder {
        font-size: 14px;
    }
    .j-form > .col-lg-12 .row.align-items-top .col-lg-5:nth-child(2) .form-control:-moz-placeholder {
        font-size: 14px;
    }
    .j-form > .col-lg-12 .row.align-items-top .col-lg-5 > p {
        color: #000;
        margin-bottom: 20px;
        position: relative;
    }
    .j-form > .col-lg-12 .row.align-items-top .col-lg-5 > p b {
        font-weight: bold;
    }
    .j-form > .col-lg-12 .row.align-items-top .col-lg-5 > p i {
        display: inline-block;
        position: absolute;
        left: 0;
        margin: 2px 0 0 5px;
        color: #1bc789;
        font-size: 22px;
    }
    .dark-content .form-control {
        border: 2px solid #ced4da;
    }
    .j-form .hidden-form form {
        display: none;
    }
    .j-form .hidden-form {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .j-form .hidden-form p {
        margin-bottom: 0 !important;
        border-top: 1px solid #ccc;
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 20px;
        padding-bottom: 20px;
        background: #f3f3f3;
        border-radius: 0 0 6px 6px;
    }
    .j-form .hidden-form p i {
        margin-left: 20px !important;
        color: #808080 !important;
    }
    .j-form > .col-lg-12 .row.align-items-top .col-lg-5:nth-child(2).hidden-form p {
        border-top: none;
        border-bottom: 1px solid #ccc;
        border-radius: 6px 6px 0 0;
    }
    .j-form .mt-5 {
        margin-top: 15px !important;
    }
    .remember-me-label {
        color: #000000;
    }
}
@media (min-width:640px) {
    .navbar-brand {
        margin-right: 40px;
    }
    .menu-wrapper label {
        display: none;
    }
    .nav-mob .nav-item {
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        padding: 0 20px;
    }
    .nav-mob .nav-item:hover {
        text-decoration: none;
        color: #1bc789;
    }
}
@media (max-width:640px) {
    body, html {

    }
    html {
        background: #000;
    }
    html.shine-bg {
        background: #000 url(/image/guest/shine.png) no-repeat center top;
    }
    html.smoke-bg .moving-clouds-a {
        background: url(/image/guest/clouds-bg-mob.png) repeat 0 bottom;
    }
    .header-bg {
        padding: 60px 0 0px 0;
    }
    .navbar {
        height: 75px;
    }
    .navbar-brand img {
        width: 120px;
    }
    .contact .contact-box {
        display: none !important;
    }
    .contact .contact-box > div {
        margin-left: 20px;
    }
    .menu-right .btn {
        margin: 0 0 0 15px;
    }
    .menu-right > div:nth-child(3) .btn span {
        display: none;
    }
    .menu-right > div:nth-child(3) .btn {
        background-image: url('/image/guest/signin-w-icon.svg');
        background-repeat: no-repeat;
        background-size: 55% 55%;
        background-position: center center;
        padding: 17px 17px;
        box-shadow: 0 0 0 0.24rem rgba(0, 255, 163, 0.4);
        margin: 0;
    }
    .menu-right > div:nth-child(4) .btn {
        font-size: 12px;
        padding: 8px 20px;
        box-shadow: 0 0 0 0.24rem rgba(0, 255, 163, 0.4);
    }
    .nav-main.container-md {
        padding: 0;
    }
    .navbar-collapse {
        text-align: center;
    }
    .nav-top {
        position: absolute;
        top: 0;
        left: 15px;
    }
    .nav-top > .d-flex {
        display: block !important;
    }
    .nav-top .social {
        display: none;
    }
    .language-list {
        margin-right: 10px;
    }
    .menu-wrapper {
        padding: 0;
    }
    .dark-content h2 br {
        display: block;
    }
    .plant-dark-img {
        display: none;
    }
    .dark-content {
        padding: 0px 0 0px 0;
    }
    .dark-content h1 {
        font-size: 45px !important;
        margin: 20px 0 10px 0;
    }
    .dark-content p {

    }
    .dark-content p {
        font-size: 17px;
    }
    .footer {
        font-size: 12px;
        padding: 30px 20px;
        background-size: contain;
        background-position: center center;
    }
    .footer .links {
        margin: 15px 0;
    }
    .footer .links .d-flex.justify-content-center {
        -ms-flex-pack: start!important;
        justify-content: start!important;
    }
    .footer .links > div > div:nth-child(1) {
        margin-right: 0px;
    }
    .footer .links > div > div {
        width: 50%;
    }
    .footer .social-links {
        text-align: left !important;
    }
    .social-links > span:first-child {
        margin-left: 0;
    }
    .legal-container {
        border-radius: 70px 0 70px 0;
    }
    .legal-container .content {
        padding: 10px 0 20px 0;
    }
    .legal-container.green-bg .content, .legal-container .content.green-bg-self {
        padding: 20px 20px;
    }
    .legal-container .content h2 {
        font-size: 18px;
    }
    .legal-container .content p {
        font-size: 14px;
    }
    .legal-container .page-header h1 {
        font-size: 20px;
        display: block;
        padding: 20px 30px 20px 30px;
        text-align:center;
        border-radius: 70px 0 70px 0;
    }
    .legal-container .content h3.mb-5 {
        margin-bottom: 20px !important;
    }
    .legal-container .content h3.mt-5 {
        margin-top: 20px !important;
    }
    .legal-container .content h1 {
        font-size: 32px;
    }
    .moving-clouds {

    }
    .legal-container {
        margin: 90px 0 0 0;
    }
    .dark-content h2 {
        font-size: 38px;
    }
    .dark-content h2 span {
        display: none;
    }
    .j-form form {
        margin-top: 0 !important;
    }
    .j-form .btn {
        width: auto !important;
    }
    .auth-form {
        margin: 90px 0 0 0;
        margin-bottom: 0 !important;
    }
    .auth-form form {
        padding: 40px 20px;
    }
    .nav-main {

    }
    .navbar-brand {
        position: absolute;
        z-index: 99;
        top: 0px;
        /*right: 100px;*/
        left: 15px;
        margin: 0;
        padding: 5px 0 0 0;
        text-align: center;
    }
    .sticky-top-bar {
        z-index: 99;
    }

    /* Toggle Functionality */
    #toggle {
      display: none;
    }

    #toggle:checked ~ .toggle-container .button-toggle {
      box-shadow: 0 0 0 700px rgba(29, 165, 137, 0.95), inset 0 0 0 22px rgba(255, 255, 255, 1);
    }
    #toggle:checked ~ .toggle-container .button-toggle:before {
      transform: translateY(-50%) rotate(45deg) scale(1);
    }
    #toggle:checked ~ .toggle-container .button-toggle:after {
      transform: translateY(-50%) rotate(-45deg) scale(1);
    }
    #toggle:checked ~ .nav-mob {
      margin-bottom: 60px;
      pointer-events: auto;
      transform: translate(0px, 50px);
    }
    #toggle:checked ~ .nav-mob .nav-item {
      color: #fff;
      letter-spacing: 0;
      height: 40px;
      line-height: 40px;
      margin-top: 0;
      opacity: 1;
      transform: scaleY(1);
      transition: 0.5s, opacity 0.1s;
    }
    #toggle:checked ~ .nav-mob .nav-item:nth-child(1) {
      transition-delay: 0.15s;
    }
    #toggle:checked ~ .nav-mob .nav-item:nth-child(1):before {
      transition-delay: 0.15s;
    }
    #toggle:checked ~ .nav-mob .nav-item:nth-child(2) {
      transition-delay: 0.1s;
    }
    #toggle:checked ~ .nav-mob .nav-item:nth-child(2):before {
      transition-delay: 0.1s;
    }
    #toggle:checked ~ .nav-mob .nav-item:nth-child(3) {
      transition-delay: 0.05s;
    }
    #toggle:checked ~ .nav-mob .nav-item:nth-child(3):before {
      transition-delay: 0.05s;
    }
    #toggle:checked ~ .nav-mob .nav-item:nth-child(4) {
      transition-delay: 0s;
    }
    #toggle:checked ~ .nav-mob .nav-item:nth-child(4):before {
      transition-delay: 0s;
    }
    #toggle:checked ~ .nav-mob .nav-item:before {
      opacity: 0;
    }

    #toggle:checked ~ .social-mob {
        display: -ms-flexbox;
        display: flex;
        position: relative;
        z-index: 11;
        justify-content: space-between;
        padding: 10px 10px 30px 10px;
    }
    .social-mob a {
        color: #fff;
        display: inline-block;
        margin: 0 20px 0 0;
    }

    .social-mob a span i {
        font-size: 18px;
        color: #00d689;
        margin: 0 5px 0 0;
        vertical-align: middle;
    }
    .social-mob a span b {
        font-weight: normal;
        display: inline-block;
        vertical-align: middle;
    }

    /* Toggle Button */
    .button-toggle {
      position: absolute;
      z-index: 10;
      left: 0;
      top: 0;
      display: inline-block;
      width: 33px;
      height: 33px;
      margin: 12px 0 0 3px;
      background-color: transparent;
      border: none;
      cursor: pointer;
      border-radius: 100%;
      transition: 0.6s;
    }
    .button-toggle:hover {

    }
    .button-toggle:before, .button-toggle:after {
      position: absolute;
      content: '';
      top: 50%;
      left: 0;
      width: 50%;
      margin-left: 8px;
      height: 2px;
      background-color: #0da386;
      border-radius: 5px;
      transition: 0.5s;
    }
    .button-toggle:before {
      transform: translateY(-50%) rotate(45deg) scale(0);
    }
    .button-toggle:after {
      transform: translateY(50%) rotate(-45deg) scale(0);
    }

    /* Menu */
    .nav-mob {
      display: inline-block;
      margin: 18px 0 10px 0px;
      pointer-events: none;
      transition: 0.5s;
      position: relative;
      z-index: 11;
    }

    .nav-mob .nav-item {
      position: relative;
      display: inline-block;
      float: left;
      clear: both;
      color: transparent;
      font-size: 14px;
      letter-spacing: -6.2px;
      height: 7px;
      line-height: 7px;
      text-transform: uppercase;
      white-space: nowrap;
      transform: scaleY(0.2);
      transition: 0.5s, opacity 1s;
    }
    .nav-mob .nav-item:nth-child(1) {
      transition-delay: 0s;
    }
    .nav-mob .nav-item:nth-child(1):before {
      transition-delay: 0s;
    }
    .nav-mob .nav-item:nth-child(2) {
      transition-delay: 0.05s;
    }
    .nav-mob .nav-item:nth-child(2):before {
      transition-delay: 0.05s;
    }
    .nav-mob .nav-item:nth-child(3) {
      transition-delay: 0.1s;
    }
    .nav-mob .nav-item:nth-child(3):before {
      transition-delay: 0.1s;
    }
    .nav-mob .nav-item:nth-child(4) {
      transition-delay: 0.15s;
    }
    .nav-mob .nav-item:nth-child(4):before {
      transition-delay: 0.15s;
    }
    .nav-mob .nav-item:nth-child(1) {
      letter-spacing: -8px;
    }
    .nav-mob .nav-item:nth-child(2) {
      letter-spacing: -7px;
    }
    .nav-mob .nav-item:nth-child(n + 4) {
      letter-spacing: -8px;
      margin-top: -7px;
      opacity: 0;
    }
    .nav-mob .nav-item:before {
      position: absolute;
      content: '';
      top: 50%;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #1bc789;
      transform: translateY(-50%) scaleY(5);
      transition: 0.5s;
    }
    .sep-block .row {
        margin-bottom: 0;
    }
    .sep-block .white-box .icon {
        width: 80px;
        height: 80px;
        padding: 15px;
    }
    .sep-block .white-box {
        padding: 20px;
        border-right: none;
        border-bottom: 1px solid #ececec;
    }
    .sep-block .white-box b {
        font-size: 20px;
    }
    .sep-block .white-box p {
        font-size: 14px;
    }
    .unsplash {
        height: 820px;
    }
    .arrow-btn img {
        display: none;
        top: 14px;
        margin-right: -40px;
        content: url('/image/guest/arrow-btn-mob.png');
    }
    .arrow-btn p {
        font-size: 16px;
    }
    .j-form .field-joinform-email {

    }
    .dark-content .intro-text p > i {
        font-size: 19px;
    }
    .accordion .card-header h2 button i {
        position: absolute;
        left: auto;
        right: 0;
        top: calc(50% - 7px);
        opacity: 1;
        margin: 0 15px 0 0;
    }
    .accordion .card-header h2 button:hover i {
        left: auto;
    }
    .accordion .card-header h2 button {
        position: relative;
        padding-right: 40px;
    }
    .container-md {
        padding: 0 20px;
    }
    .contact-data {
        position: relative;
        margin: 0 0 0 0;
        width: 100%;
        border-radius: 0;
        padding: 35px 30px 25px 30px;
        background-size: cover;
    }
    .contacts-wrapper .content {
        padding-top: 0;
    }
    .contact-data a {
        color: #000;
    }
}
@media (max-width:375px) {
    .arrow-btn img {
        display: none;
        top: 24px;
        margin-right: 0px;
        content: url('/image/guest/arrow-btn-mob.png');
    }
    .j-form .btn {
        margin-top: 10px;
    }
    .auth-form .form-header h2 {
        font-size: 45px;
    }
    .auth-form form {
        padding: 30px 0 30px 0;
    }
    .navbar-brand img {
        width: 40px;
        height: auto;
        content: url('/image/guest/logo.svg');
    }
    .team-grid {
        padding: 20px 0;
    }
    .team-grid .team-box {
        margin-bottom: 30px !important;
    }
}
@media (max-width:320px) {
    .auth-form .captcha {
        width: 250px;
        overflow: hidden;
    }
    .footer {
        padding: 30px 20px;
    }
    .footer .container-md {
        padding: 0;
    }
    .footer .container-md .row > div:nth-child(1) p {
        white-space: nowrap;
    }
    .j-form > .col-lg-12 .row.align-items-top .col-lg-5:nth-child(2) .form-control::-webkit-input-placeholder {
        font-size: 12px;
    }
    .j-form > .col-lg-12 .row.align-items-top .col-lg-5:nth-child(2) .form-control::-moz-placeholder {
        font-size: 12px;
    }
    .j-form > .col-lg-12 .row.align-items-top .col-lg-5:nth-child(2) .form-control:-ms-input-placeholder {
        font-size: 12px;
    }
    .j-form > .col-lg-12 .row.align-items-top .col-lg-5:nth-child(2) .form-control:-moz-placeholder {
        font-size: 12px;
    }
    .j-form > .col-lg-12 .row.align-items-top .col-lg-5 > p {
        font-size: 14px;
    }
    .j-form > .col-lg-12 .row.align-items-top .col-lg-5 > p i {
        font-size: 19px;
        margin-top: 1px;
        color: #1bc789;
    }
    .auth-form .form-header h2 {
        font-size: 38px;
    }
    .container-md {
        padding: 0 10px;
    }
}

.social-links-top {
    font-size: 30px;
}

.social-links-top .social-links span {
    display: inline-block;;
}

.social-links-top .social-links a {
    color: #ffffff;
}

#telegramim_fixed {
    position: fixed;
    z-index: 999999999;
    font-size: 20px;
    letter-spacing: normal;
    bottom: 20px;
    right: 20px;
    width: 51px;
    height: 51px;
    background-color: #137c6a;
    -webkit-box-shadow: 0 0 0 3px rgba(0, 255, 211, 0.5);
    box-shadow: 0 0 0 3px rgba(0, 255, 211, 0.5);
    -webkit-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
    border-radius: 51px;
}

#telegramim_fixed .fa-telegram-plane {
    font-size: 30px;
    position: relative;
    top: 3px;
    left: -2px;
    color: #fff;
}

.telegramim_button {
    opacity: 1;
    cursor: pointer;
    text-align: center;
    display: block;
    padding: 10px;
    text-decoration: none !important;
    text-transform: none;
    letter-spacing: normal;
}

.telegramim_shadow {
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.telegramim_shadow:hover {
    box-shadow: 1px 1px 15px rgba(0,0,0,0.5) !important;
}

.telegramim_pulse {
    animation: animationpulse 2s infinite;
    -webkit-animation: animationpulse 2s ease-out;
    -webkit-animation-iteration-count: infinite;
}
.telegramim_pulse:hover {
    animation: linear;
}

@-webkit-keyframes animationpulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 inherit;
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(0,0,0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
    }
}
@keyframes animationpulse {
    0% {
        transform: scale(1.0, 1.0);
        -moz-box-shadow: 0 0 0 0 inherit;
        box-shadow: 0 0 0 0 inherit;
    }
    10% {
        transform: scale(1.1, 1.1);
    }
    15% {
        transform: scale(1.0, 1.0);
    }
    70% {
        -moz-box-shadow: 0 0 0 15px rgba(0,0,0, 0);
        box-shadow: 0 0 0 15px rgba(0,0,0, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
        box-shadow: 0 0 0 0 rgba(0,0,0, 0);
    }
}
@-ms-keyframes animationpulse {
    0% {
        -ms-transform: scale(1.0, 1.0);
    }
    10% {
        -ms-transform: scale(1.1, 1.1);
    }
    20% {
        -ms-transform: scale(1.0, 1.0);
    }
    100% {
        -ms-transform: scale(1.0, 1.0);
    }
}


.partners-contact a {
    color: #ffffff;
    font-weight: bold;
}

.office-schedule-button {
    border-radius: 25px;
    text-transform: uppercase;
    border: none;
    padding: 1em 2.3em;
    font-size: 14px;
    color: #fff !important;
    font-weight: 500;
    box-shadow: 0 0 0 0.4rem rgba(0, 212, 176, 0.5);
    background-color: #137c6a;
    margin: 20px 0 20px 0;
}

.office-schedule-button:hover {
    box-shadow: 0 0 0 0 rgba(0, 212, 176, 0.5);
}