.all-title-box {
    background: url(images/banner.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    min-height: 300px;
}

.all-title-box h1 {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    padding-top: 11%;
    font-size: 48px;
    line-height: 0px;
}

span.m_1 {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5em;
    display: block;
}

.our-team {
    text-align: center;
    margin-bottom: 30px;
}
.our-team .team-img {
    overflow: hidden;
    position: relative;
}
.our-team .team-img img {
    width: 100%;
    height: auto;
}
.our-team .social {
    width: 100%;
    height: 30%;
    background: #5ccb605f;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    border-radius: 100%;
    transform: translateY(-50%) rotate(-30deg);
    transition: all 0.3s ease 0s;
}
.our-team:hover .social {
    height: 100%;
    opacity: 1;
    border-radius: 0px;
    transform: translateY(-50%) rotate(0deg);
}
.our-team .social ul {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
}
.our-team .social ul li {
    display: inline-block;
}
.our-team .social ul li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 17px;
    color: #fff;
    margin-left: 10px;
    background: #212121;
    transition: all 0.3s ease 0s;
}
.our-team .social ul li a:hover {
    background: #fff;
    color: #f3904d;
}
.our-team .team-content {
    padding: 20px 0;
    background: #f5f7f8;
    color: #5ccb5f;
}
.our-team .title {
    display: block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 7px 0;
    padding: 0px;
}
.our-team .post {
    display: block;
    font-size: 15px;
    color: #999;
}
.our-team:hover .team-content {
    background: #fff;
}
.our-team:hover .team-content .title {
    color: #ffffff;
}
.our-team:hover .post {
    color: #cccccc;
}

.lead {
    color: #fff;
}

.upcoming-meetings .section-title {
    text-transform: uppercase;
}

.section-title {
    position: relative;
}

.section-title h3 {
    margin-bottom: 1.5rem;
    color: #fff;
}

.back-transparent {
    background: #fff2;
    border-radius: 20px;
    padding: 2em 0;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}

/* FOOTER */

.footer {
    padding: 90px 0 80px !important;
    color: #cccccc;
    background: linear-gradient(to bottom, #00a3a5 0%, #5ccb5f 100%);
}

.footer .widget-title {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.footer .widget-title small {
    color: #fff;
    display: block;
    padding: 0 58px;
    text-transform: uppercase;
}

.margin-left {
    margin-left: 1em;
}

.footer .widget-title h3 {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    padding: 0;
    margin: 0;
    line-height: 1 !important;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links a {
    color: #fff;
}

.footer-links a:hover,
.footer a:hover {
    color: #f4f4f4 !important;
}

.footer-links li {
    color: #fff;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.twitter-widget li {
    margin-bottom: 0;
    border: 0 !important;
}

.twitter-widget li i {
    border-right: 0 !important;
    margin-right: 0;
}

.footer-links li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.footer-links i {
    display: inline-block;
    width: 25px;
    margin-right: 10px;
    border-right: 1px dashed rgba(255, 255, 255, 0.1);
}

.copyrights {
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    background-color: #1f1f1f;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 10px 0px;
    overflow: hidden;
}

/* Footer left */

.footer-distributed .footer-left {
    float: left;
}

.footer-distributed .footer-links {
    margin: 0 0 10px;
    text-transform: uppercase;
    padding: 0;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    margin: 0 10px 0 10px;
    text-decoration: none;
}

.footer-distributed .footer-company-name {
    font-weight: 300;
    margin: 0 10px;
    color: #666;
    padding: 5px 0px;
}

/* Footer right */

.footer-distributed .footer-right {
    float: right;
}

/* The search form */

.footer-distributed form {
    position: relative;
}

.footer-distributed form input {
    display: block;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #181818;
    border: none;
    font: inherit;
    font-size: 15px;
    font-weight: normal;
    color: #999;
    width: 400px;
    padding: 18px 50px 18px 18px;
}

.footer-distributed form input:focus {
    outline: none;
}

/* Changing the placeholder color */

.footer-distributed form input::-webkit-input-placeholder {
    color: #999;
}

.footer-distributed form input::-moz-placeholder {
    opacity: 1;
    color: #999;
}

.footer-distributed form input:-ms-input-placeholder {
    color: #999;
}

/* The magnify glass icon */

.footer-distributed form i {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 16px;
    right: 18px;
    color: #999;
    font-size: 18px;
    margin-top: 6px;
}

.footer-distributed .footer-company-name a {
    color: #ffffff;
}

.footer-distributed .footer-company-name a:hover {
    color: #00a3a5;
}
.footer-links-soi {
    margin: 0px;
    padding: 0px;
}
.footer-links-soi li {
    display: inline-block;
}
.footer-links-soi li a {
    background: #ffffff;
    color: #333333;
    width: 32px;
    height: 32px;
    display: block;
    font-size: 22px;
    text-align: center;
    line-height: 32px;
    border-radius: 2px;
}
.footer-links-soi li a:hover {
    background: #00a3a5;
}
.footer-links-soi li a:hover i {
    color: #ffffff;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.footer-links-soi li a i {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.footer-center {
    text-align: center;
}

/* END FOOTER */

/*------------------------------------------------------------------
    LOADER
-------------------------------------------------------------------*/

.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 8888;
}
.loader-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #00a3a5;
    z-index: -1;
    transition: top 1.2s linear 3.1s;
}
.loader-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #00a3a5;
    z-index: -1;
    transition: bottom 1.2s linear 3.1s;
}
.loader-container.done:before {
    top: -50%;
}
.loader-container.done:after {
    bottom: -50%;
}

.progress-br {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center;
}
.progress-br .progress__item {
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.progress-br .progress__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -3px;
    margin-left: 0px;
    width: 50px;
    height: 50px;
    border-top: solid 10px #fff;
    border-right: solid 10px #fff;
    border-top-right-radius: 100%;
    transform-origin: left bottom;
    -webkit-animation: spin 3s linear infinite;
}
.progress-br.float .progress__item:before {
    border-top-width: 50px;
    margin-top: 0px;
    height: 50px;
}

.progress-br.float.shadow:before {
    border-top-width: 50px;
    margin-top: -50px;
    height: 50px;
}
.progress-br.shadow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 50px;
    width: 50px;
    height: 50px;
    border-top: solid 10px #6e912d;
    border-right: solid 10px #6e912d;
    border-top-right-radius: 100%;
    z-index: -1;
    transform-origin: left bottom;
    -webkit-animation: spin 3s linear infinite;
}
.progress-br.shadow:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    color: #6e912d;
    text-align: center;
    line-height: 100px;
    border: 2px solid #6e912d;
    border-radius: 50%;
    margin: -50px 0 0 -0px;
    z-index: -1;
    transform-origin: center;
}
.progress-br.done .progress__item {
    opacity: 0;
    -webkit-animation: done 3.1s;
    transition: opacity 0.3s linear 3.1s;
}
.progress-br.done .progress__item:before {
    display: none;
}
.progress-br.done:before {
    display: none;
}
.progress-br.done:after {
    opacity: 0;
    -webkit-animation: done 3.1s;
    transition: opacity 0.15s linear 3.1s;
}

@-webkit-keyframes done {
    10% {
        transform: scale(1.1);
    }
    20% {
        transform: scale(0.9);
    }
    30% {
        transform: scale(1.07);
    }
    40% {
        transform: scale(0.93);
    }
    50% {
        transform: scale(1.04);
    }
    60% {
        transform: scale(0.97);
    }
    80% {
        transform: scale(1.01);
    }
    90% {
        transform: scale(0.99);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.shadow {
    box-shadow: none !important;
}

/* LOADER */
.dmtop {
    background-color: #3c3d41;
    z-index: 100;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: -100px;
    border-radius: 3px;
    right: 10px;
    text-align: center;
    font-size: 28px;
    color: #ffffff !important;
    cursor: pointer;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.post-media img {
    border-radius: 20px;
}

/* VALEUR */
.hmv-box {
    padding: 60px 0px;
    background: linear-gradient(to bottom, #00a3a5 0%, #5ccb5f 100%);
}
.inner-hmv {
    padding: 15px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 46%);
    position: relative;
    overflow: hidden;
}
.icon-box-hmv {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 6px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.icon-box-hmv i {
    font-size: 60px;
    color: #222;
}
.inner-hmv h3 {
    font-size: 28px;
    color: #212121;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.inner-hmv p {
    margin: 0px;
}

.inner-hmv:hover .icon-box-hmv {
    border: 3px solid #00a3a5;
}
.inner-hmv:hover .icon-box-hmv i {
    color: #fff;
}
.inner-hmv:hover h3 {
    color: #00a3a5;
}
.tr-pa {
    font-size: 170px;
    color: #fbfbfb;
    position: absolute;
    top: -20px;
    right: -10px;
    line-height: 125px;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.inner-hmv:hover .tr-pa {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*------------------------------------------------------------------
    TESTIMONIALS
-------------------------------------------------------------------*/
.parallax {
    background-attachment: fixed;
    background-size: cover;
    padding: 120px 0;
    position: relative;
    width: 100%;
}

.parallax.parallax-off {
    background-attachment: fixed !important;
    display: block;
    overflow: hidden;
    position: relative;
    background-position: center center;
    vertical-align: sub;
    width: 100%;
    z-index: 2;
}

.logos img {
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
    opacity: 0.3;
}

.logos img:hover {
    opacity: 1;
}

.desc h3 i {
    color: #5ccb5f;
    font-size: 37px;
    vertical-align: middle;
    margin-right: 12px;
}

.desc {
    padding: 30px;
    position: relative;
    background: #000;
    border: none;
    border-radius: 2px;
}

.testi-meta {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

#testimonials {
    position: relative;
    background-image: url("../images/parallax_04.jpg");
}
#testimonials:before {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.testimonial h4 {
    font-size: 18px;
    color: #ffffff;
    padding: 13px 0 0;
}

.testimonial img {
    max-width: 55px;
}

.testimonial small {
    margin-top: 7px;
    font-size: 16px;
    display: block;
}

.testimonial {
    background-color: transparent;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.testimonial h3 {
    padding: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
}

.testimonial small,
.testimonial .lead {
    background-color: transparent;
    color: #aaa;
    display: block;
    font-size: 16px;
    font-style: normal;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
}

.testimonial p:after {
    display: none;
}

.all-title-box {
    background: url(../images/banner.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    min-height: 300px;
}

.all-title-box h1 {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    padding-top: 11%;
    font-size: 48px;
    line-height: 0px;
}

.all-title-box h1 {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    padding-top: 11%;
    font-size: 48px;
    line-height: 0px;
}

span.m_1 {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5em;
    display: block;
}

/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

.top-navbar .bg-light {
    background: #4c5a7d !important;
}

.top-navbar .navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.top-navbar .navbar-light .navbar-nav .nav-item {
    position: relative;
    display: inline-block;
    padding: 15px 0px;
    margin: 0px 20px;
}
.top-navbar .navbar-light .navbar-nav .nav-item .nav-link {
    padding: 6px 0px;
    position: relative;
    display: block;
    line-height: 30px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.top-navbar .navbar-light .navbar-nav .nav-item::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: auto;
    top: 11px;
    width: 5px;
    height: 5px;
    opacity: 0;
    margin-left: -3px;
    background-color: #ffffff;
    border-radius: 50px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
}

.top-navbar .navbar-light .navbar-nav .nav-item .nav-link::before {
    position: absolute;
    content: "";
    left: 0%;
    bottom: auto;
    top: -4px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    opacity: 0;
    margin-left: -10px;
    background-color: #ffffff;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
}

.top-navbar .navbar-light .navbar-nav .nav-item .nav-link::after {
    position: absolute;
    content: "";
    right: 0%;
    left: auto;
    bottom: auto;
    top: -4px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    border: none !important;
    opacity: 0;
    margin-right: -11px;
    background-color: #ffffff;
    transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
}

.top-navbar .navbar-light .navbar-nav .nav-item.active::after {
    opacity: 1;
}

.top-navbar .navbar-light .navbar-nav .nav-item.active .nav-link::before {
    opacity: 1;
    left: 40%;
}
.top-navbar .navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #5ccb5f;
}
.top-navbar .navbar-light .navbar-nav .nav-item.active .nav-link::after {
    opacity: 1;
    right: 40%;
}

.top-navbar .navbar-light .navbar-nav .nav-item:hover::after {
    opacity: 1;
}

.top-navbar .navbar-light .navbar-nav .nav-item .nav-link:hover::before {
    opacity: 1;
    left: 40%;
}
.top-navbar .navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: #5ccb5f;
}
.top-navbar .navbar-light .navbar-nav .nav-item .nav-link:hover::after {
    opacity: 1;
    right: 40%;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

.dropdown:hover > .dropdown-menu .dropdown-item {
    padding-left: 10px;
}

.top-navbar.fixed-menu .bg-light {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    visibility: visible;
    transform: translate(0, 0) scale(1);
    transition: 0.3s;
}

.top-navbar .bg-light {
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
}

.top-navbar .navbar-light .navbar-nav li .dropdown-menu {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
    border: none;
    border-radius: 0px;
    margin: 0px;
    padding: 10px;
}

.top-navbar .navbar-light .navbar-nav li .dropdown-menu a:hover {
    background: #5ccb5f;
    color: #ffffff;
}

.navbar-right li a {
    position: relative;
    font-size: 18px;
    display: inline-block;
}
.navbar-right li a,
.navbar-right li a.hover-btn-new::after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-right li a.hover-btn-new::before,
.navbar-right li a.hover-btn-new::after {
    background: #5ccb5f;
    content: "";
    position: absolute;
    z-index: 1;
}

.navbar-right li a.hover-btn-new:hover span {
    color: #ffffff;
}
.navbar-right li a.hover-btn-new::before {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.navbar-right li a.hover-btn-new::after {
    background: #ffffff !important;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.navbar-right li a.hover-btn-new span {
    position: relative;
    z-index: 2;
    color: #333333;
}
.navbar-right li a.hover-btn-new:hover:after {
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
}

.navbar-toggler {
    background: #ffffff;
    border-radius: 0px;
    padding: 10px 10px;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #333333;
}
.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggler:hover {
    background: #5ccb5f;
}

.navbar-toggler:hover .icon-bar {
    background: #ffffff;
}

.inscription {
    border-radius: 30px;
    padding: 0 1em;
    background: #00a3a5;
    border: none;
    padding: 0.5em 1em;
    text-transform: uppercase;
    color: #fff;
}

.annuler-inscription {
    background: rgb(255, 94, 0);
}

.soumission {
    box-shadow: 0px 0px 20px 0px black;
    width: 50%;
    position: fixed;
    color: #fff;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 10000;
    background: linear-gradient(to bottom, #00a3a5 0%, #5ccb5f 100%);
    align-content: center;
    padding: 0 1em;
    text-align: center;
    display: none;
}

.soumission input {
    outline: none;
    border: none;
    border-radius: 50px;
    padding: 0.5em;
    width: 80%;
}

.input-text-danger {
    color: red;
    display: none;
    margin-top: 1em;
    font-weight: bold;
}
.input-text-success {
    color: #fff;
    display: none;
    font-weight: bold;
    margin-top: 1em;
}

#loader-link {
    display: none;
    width: 12px;
}
.small-map {
    width: 100%;
    height: 500px;
    margin: 0 auto auto;
}

.mymap {
    width: 100%;
    height: 500px;
}

.meeting-blog {
    display: flex;
}

.meeting-blog .down-content-blog {
    width: 100%;
    border-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.meeting-blog .down-content-blog h4 {
    text-decoration: underline;
}

.meeting-blog .img-blog {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px;
}

.down-content .description a {
    text-decoration: underline !important;
}

.mymark {
    font-size: 3em;
    border-left: 10px solid #00a3a5;
    border-right: 10px solid #00a3a5;
    background: #00a2a50a;
    padding: 0.5em;
    box-shadow: 0px 0px 5px black;
}

/* INSCRIPTION */
.form {
    background: #f8f9fa12;
    margin: 0 auto;
    padding-left: 50px;
    padding-top: 20px;
}
.form fieldset {
    border: 0px;
    padding: 0px;
    margin: 0px;
}
.form p.contact {
    font-size: 12px;
    margin: 0px 0px 10px 0;
    line-height: 14px;
    font-family: Arial, Helvetica;
}

.form label {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica;
}

.form input {
    border: none;
    padding: 7px;
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #00a3a5;
    background: #00a2a50a;
    outline: none;
}
.form input:focus,
.form input:focus-visible {
    border: 1px solid #5ccb5f;
    background-color: #5ccb600e;
    outline: none;
    border-radius: 10px;
}
.form .select-style {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(images/select-arrow.png),
        -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
    background-position: center right;
    background-repeat: no-repeat;
    border: 0px solid #fff;
    color: #555;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.form .gender {
    width: 410px;
}
.form input.buttom {
    background: #4b8df9;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fbf7f7;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 3px #999;
    -webkit-box-shadow: 0 1px 3px #999;
    box-shadow: 0 1px 3px #999;
    text-shadow: 0 -1px 1px #222;
    border: none;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
}
.form input.buttom:hover {
    background-color: #2a78f6;
}

.owl-service-item .icon i {
    border-radius: 50%;
    background: white;
    color: #5ccb5f;
    padding: 0 0.2em;
}

.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

.alignright {
    float: right;
    margin: 10px 0 20px 20px;
}

.aligncenter {
    text-align: center;
    margin: 10px 0 20px 0;
}

.icon_wrap {
    background-color: #5ccb5f;
    width: 100px;
    height: 100%;
    display: block;
    line-height: 100px;
    font-size: 34px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    padding: 0 !important;
    border: 0 !important;
}

div.section.cl {
    background: #00a3a5;
}

.list > li {
    color: #fff;
    list-style-type: disclosure-closed;
    margin: 1em 0;
}
.list.text-black > li {
    color: #000;
}

.list-o > li {
    color: #fff;
    list-style-type: disc;
    margin: 1em 0;
}

.list {
    padding-left: 3em;
}

.top-content {
    position: relative;
    text-align: center;
    background: linear-gradient(to bottom, #00a3a5 0%, #5ccb5f 100%);
    padding: 2em;
    border-radius: 20px;
    box-shadow: inset 0px 0px 20px 0px black;
}
.top-content > h4 {
    font-size: 20px;
    color: #fff;
}

.bg-linear {
    background: linear-gradient(to bottom, #00a3a5 0%, #5ccb5f 100%) !important;
}
.bg-radius {
    padding: 2em;
    border-radius: 20px;
    box-shadow: inset 0px 0px 20px 0px black;
}

.bottom-bar {
    position: relative;
    bottom: 0;
    background: #222;
    left: 0;
    z-index: 999999;
    text-align: center;
    align-content: center;
    padding: 0.5em 0;
}

.card-left {
    border-left: 15px solid #ffffff;
    border-bottom: 15px solid #fff;
    margin-bottom: 30px;
    background: #fff1;
    padding: 10px;
    border-radius: 30px 0 0 30px;
    padding: 1em;
    box-shadow: inset 0px 0px 20px 20px #222;
    color: #fff;
}
.card-right {
    border-right: 15px solid #ffffff;
    border-bottom: 15px solid #fff;
    margin-bottom: 30px;
    background: #fff1;
    padding: 10px;
    border-radius: 0 30px 30px 0;
    padding: 1em;
    box-shadow: inset 0px 0px 20px 20px #222;
    text-align: right;
    color: #fff;
}

#teachers {
    background: linear-gradient(to bottom, #00a3a5 0%, #5ccb5f 100%);
    color: white;
}

.video-about {
    width: 100%;
    height: 500px;
    object-fit: contain;
    z-index: -1;
}

@media (max-width: 786px) {
    .soumission {
        width: 100%;
    }
}

.content-down {
    display: flex;
    justify-content: center;
    margin-top: 2em;
}

.icon-down {
    background: #fff2;
    padding: 1em 0.2em;
    width: 60px;
    height: 100px;
    border-radius: 30px;
    text-align: center;
}
.icon-down i {
    font-size: 20px;
    color: #fff;
    position: relative;
    transition: all 0.5s;
    animation: down-icon 2s infinite ease-in-out;
}

@keyframes down-icon {
    0% {
        transform: translateY(0);
        transform: scale(1);
        top: 0;
    }
    100% {
        transform: translateY(30);
        transform: scale(3);
        top: 50px;
    }
}

.message-box {
    background-color: #fff1;
    box-shadow: -1px -1px 5px 10px #00000044;
    margin: 1em;
    padding: 2em 1em;
    border-radius: 30px;
    transition: all 1s;
}

.message-box:hover {
    transform: scale(1.1);
    background: linear-gradient(to bottom, #00a3a5 0%, #5ccb5f 100%);
}

.message-box h2 {
    font-size: 20px;
    width: 100%;
    padding-bottom: 1em;
    border-bottom: 5px solid #fff;
    margin-bottom: 1rem;
}

.captcha {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
    display: inline-block;
    padding: 10px;
    user-select: none;
    color: #625a5a;
    transform: skew(298deg, 5deg);
    margin-left: 2em;
}
