@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&display=swap");
body {
    font-family: poppins, sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    color: #444
}

body,
html {
    height: 100%;
    width: 100%;
    overflow-x: hidden
}

a {
    color: #111;
    transition: .3s all
}

a:hover {
    color: #4F993F
}

a,
a:hover,
button,
button:focus {
    transition: all .3s;
    text-decoration: none;
    outline: 0
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 700;
    color: #111
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1,
.h1 {
    font-size: 48px
}

h2,
.h2 {
    font-size: 36px
}

h3,
.h3 {
    font-size: 26px
}

h4,
.h4 {
    font-size: 22px
}

h5,
.h5 {
    font-size: 18px
}

h6,
.h6 {
    font-size: 16px
}

p {
    line-height: 28px
}

.lead {
    line-height: 35px
}

.text-secondary {
    color: #4F993F!important
}

.text-primary {
    color: #4F993F!important
}

.subtitle {
    font-family: poppins, sans-serif;
    text-transform: capitalize
}

.lg-title {
    font-size: 62px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.section {
    padding: 60px 0
}

.section-sm {
    padding: 90px 0
}

.section-top {
    padding-top: 90px
}

.section-bottom {
    padding-bottom: 90px
}

.mb-30 {
    margin-bottom: 30px
}

.section-heading {
    margin-bottom: 75px
}

.section-heading p {
    margin-top: 20px
}

.form-control {
    border-color: #e8e8e8;
    height: 50px;
    padding-left: 20px;
    font-size: 13px;
    background: #eee
}

.form-control:focus,
.form-control:hover,
.form-control:active {
    box-shadow: none;
    border-color: #4F993F
}

.bg-secondary {
    background: #4F993F!important
}

.bg-primary {
    background: #4F993F!important
}

.content-padding {
    padding: 220px 0 200px
}

.menu-tel {
    font-size: 3em;
}

.btn {
    line-height: 1;
    padding: 16px 32px;
    box-shadow: 0 11px 22px rgba(34, 34, 34, .2);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    will-change: box-shadow;
    font-size: 13px;
    border-radius: 0;
    letter-spacing: .2em;
    text-transform: uppercase;
    border: 2px solid transparent;
    font-weight: 700;
    font-family: poppins, sans-serif
}

.btn-rounded {
    border-radius: 60px
}

.btn-hero {
    background: #4F993F;
    color: #fff;
    border-color: #4F993F
}

.btn-hero:hover {
    background: #111;
    border-color: #111;
    color: #fff
}

.btn-secondary {
    background: #4F993F;
    border-color: #4F993F;
    color: #fff
}

.btn-secondary:hover {
    background: 0 0;
    color: #111;
    border-color: #4F993F
}

.btn-subscribe {
    background: #FF4800;
    border-color: #FF4800;
    color: #fff
}

.btn-subscribe:hover {
    background: 0 0;
    color: #111;
    border-color: #FF4800
}

.btn-sponsor {
    background: #4F993F;
    border-color: #4F993F;
    color: #fff
}

.btn-sponsor:hover {
    background: #fff;
    color: #111;
    border-color: #4F993F
}

.btn-gray {
    background: #f8f8f8;
    color: #111
}

.btn:focus,
.btn.focus {
    box-shadow: none
}

.text-black {
    color: #111
}

.text-color {
    color: #4F993F
}

.text-md {
    font-size: 45px;
    line-height: 1.2
}

.box-shadow {
    box-shadow: 0 15px 38px 0 rgba(0, 0, 0, .1)
}

.border-left {
    border-left: 1px solid rgba(0, 0, 0, .06)!important
}

.overflow-hidden {
    overflow: hidden
}

a {
    color: inherit
}

.title strong {
    color: #4F993F
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
    color: #4F993F
}

.main-nav {
    transition: all .7s linear
}

.main-nav .nav-link {
    font-size: 1em;
    padding: 26px 18px!important;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #111;
    opacity: .9
}

.btn-sm {
    padding: 5px 18px;
    border-radius: 50px
}

.dropdown {
    padding: 0
}

.dropdown-toggle::after {
    display: none
}

.dropdown-item {
    padding: 10px 12px 10px 25px;
    border-bottom: 1px dashed #e8e8e8;
    border-left: 3px solid transparent
}

.dropdown-item:hover {
    color: #4F993F;
    background: 0 0;
    border-left: 3px solid #4F993F
}

.dropdown-menu {
    min-width: 250px;
    border: 0;
    border-radius: 0;
    box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, .07);
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: all .15s ease-out;
    display: block;
    padding: 0!important
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible
}

.page-header ul li {
    color: #fff;
    font-size: 18px
}

.page-header ul li a {
    color: #fff
}

.page-header .divider {
    width: 100px;
    height: 4px
}

.error h2 {
    font-size: 89px;
    color: #888
}

.section-banner {
    min-height: 523px;
    position: relative;
    background: #eee;
    background-repeat: no-repeat;
    background-position: 65%;
    background-size: cover
}

.section-banner .banner-content h1 {
    font-size: 120px;
    line-height: 1.2;
    letter-spacing: -.04em;
    color: white;
}

.section-banner .banner-content span {
    color: white;
    font-size: 20px
}

.banner-img {
    position: absolute;
    right: -160px;
    top: 0
}

.badge {
    text-align: center;
    font-size: 2em;
}

.badge img {
    margin-bottom: 15px;
}

.divider {
    width: 120px;
    height: 6px;
    background: #4F993F;
    display: block
}

.about-img {
    box-shadow: 0 15px 38px 0 rgba(0, 0, 0, .1)
}

.about-img .img-block {
    position: absolute;
    content: "";
    bottom: -70px;
    right: 0;
    left: 30%;
    width: 100%;
    border: 10px solid #fff
}

.stroke-text {
    color: #6fc660;
    font-size: 120px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1
}

.text-lg {
    font-size: 52px;
    line-height: 1.1
}

.ml-90 {
    margin-left: 160px
}

.page-header {
    padding: 80px 0;
    position: relative
}

.overly {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #4F993F;
    opacity: .9
}

#faqs h4 {
    color: #444
}

.text-sm-2 {
    font-size: 16px
}

.socials-links a {
    font-size: 18px;
    padding: 5px 10px 0 0
}

#map {
    min-height: 550px
}

.google-map {
    position: relative
}

.contact-info-block {
    position: absolute;
    content: "";
    left: 30px;
    top: 30px;
    z-index: 1;
    background: #fff
}


.feature-box {
    padding: 40px;
    background: #f8f9fa;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.feature-box i {
    font-size: 60px
}

.feature-box .divider {
    width: 45px;
    margin-bottom: 20px;
    background: #4F993F
}

.feature-box:hover {
    background: #4F993F
}

.feature-box:hover i {
    color: #fff
}

.feature-box:hover h4 {
    color: #fff
}

.feature-box:hover p {
    color: rgba(255, 255, 255, .8)
}

.feature-box:hover .divider {
    background: #e8e8e8
}

.feature-box.active {
    background: #4F993F
}

.feature-box.active i {
    color: #fff
}

.feature-box.active h4 {
    color: #fff
}

.feature-box.active p {
    color: rgba(255, 255, 255, .8)
}

.feature-box.active .divider {
    background: #e8e8e8
}

.pl-90 {
    padding-left: 150px
}

.heading h2 {
    position: relative
}

.heading h2:before {
    position: absolute;
    content: "";
    left: -130px;
    top: 20px;
    width: 100px;
    height: 3px;
    background: #4F993F
}

.bg-red {
    background: #f87c57
}

.feature-item {
    padding: 40px;
    background: #f8f9fa;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.feature-item i {
    font-size: 60px;
    color: #fff
}

.feature-item h4 {
    color: #fff
}

.feature-item p {
    color: rgba(255, 255, 255, .7)
}

.cta {
    position: relative
}

.cta:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 50%;
    height: 70%;
}

.cta .cta-content {
    border: 1px solid #e8e8e8
}

.cta-img {
    position: relative
}

.cta-img .contact-info {
    position: absolute;
    content: "";
    right: 40px;
    bottom: -90px;
    background: #fff;
    padding: 60px 50px
}


.sub-form {
    position: relative
}

.sub-form .form-control {
    border-color: #4F993F;
    height: 51px
}

.sub-form .btn {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0!important;
    display: inline-block;
    padding: 17px 35px;
    border-radius: 0 5px 5px 0
}

.sub-form .btn:hover {
    background: #111;
    color: #fff
}

.speaker-block .img-block {
    position: relative
}

.speaker-block .img-block:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
}

.speaker-block .img-block:hover:before {
    opacity: 1;
    height: 100%
}

.speaker-block .img-block:hover .speaker-social {
    opacity: 1
}

.speaker-block img, .rounded {
    border-radius: 5px
}

.speaker-block .speaker-social {
    position: absolute;
    content: "";
    bottom: 10%;
    right: 0;
    left: 40%;
    margin-left: -50px;
    opacity: 0;
    margin-top: -50px;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease
}

.speaker-block .speaker-social li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #7AD367;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 0 15px 38px 0 rgba(0, 0, 0, .1)
}

.speaker-block .speaker-social li a:hover {
    background: white;
    color: #4F993F;
}
.speaker-block .speaker-social li a.tw {
    background: #00acee;
    color: #fff;

}
.speaker-block .speaker-social li a.tw:hover {
    background: white;
    color: #00acee;
}
.speaker-block .speaker-social li a.lnked {
    background: #0e76a8;
    color: #fff;

}
.speaker-block .speaker-social li a.lnked:hover {
    background: white;
    color: #0e76a8;
}
.speaker-block.style-2 .img-block {
    position: relative
}

.speaker-block.style-2 .img-block:before {
    display: none
}

.speaker-block.style-2 .img-block:hover .speaker-social {
    opacity: 1
}

.speaker-single-wrap p {
    font-size: 16px;
    line-height: 2
}

.social-single a {
    margin-right: 15px;
    font-size: 18px
}

.skill-item i {
    font-size: 40px;
    display: inline-block;
    margin-bottom: 15px;
    color: #4F993F
}

#TopicTab {
    background: #eee;
    border-radius: 5px
}

.nav-justified .nav-item {
    text-align: left!important
}

.nav-pills .nav-link {
    border-radius: 0;
    padding: 20px 30px;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease
}

.nav-pills .nav-link.active {
    background: #4F993F;
    border-radius: 8px;
    position: relative
}

.nav-pills .nav-link.active h2 {
    color: #fff
}

.nav-pills .nav-link.active h5 {
    color: #fff
}

.nav-pills .nav-link.active:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 20px 0;
    border-color: #000 transparent transparent;
    content: "";
    position: absolute;
    bottom: -18px;
    transform: translateY(-50%);
    transition: .3s;
    left: 80px;
    margin: auto;
    z-index: -1;
    border-color: #4F993F transparent transparent
}

.time-table .time {
    flex-basis: 20%
}

.time-table .content {
    flex-basis: 60%
}

.time-table .content-img {
    flex-basis: 20%
}

.time-table .content-img img {
    border-radius: 100%
}

.time-table li {
    box-shadow: 0 15px 38px 0 rgba(0, 0, 0, .1)
}

.text-color-2 {
    color: #4F993F
}

.package {
    text-align: center;
    box-shadow: 0 11px 22px rgba(34, 34, 34, .2)
}

.package .price-header {
    padding: 60px 0;
    position: relative
}

.package ul li {
    padding: 5px 0;
    color: #111
}

.package .pname {
    margin: -45px auto 30px;
    width: 50%;
    padding: 10px;
    border-radius: 25px;
    font-weight: 500;
    border: 1px solid #eee;
    text-transform: capitalize;
    background: #fff;
    position: relative;
    z-index: 1
}

.package i {
    font-size: 60px;
    color: #fff
}

.bg-orange {
    background: #ff4747
}

h4.style-1 {
    color: #D4AF37;
}
.style-1 .pname {
    border-color: #D4AF37;
}

.style-1 .btn {
    border-color: #D4AF37;
    background: #D4AF37;
    color: #fff
}

.style-1 .btn:hover {
    border-color: #D4AF37;
    background: #fff;
    color: #111;
}

h4.style-2 {
    color: #C0C0C0
}
.style-2 .pname {
    border-color: #C0C0C0
}

.style-2 .btn {
    border-color: #C0C0C0;
    background: #C0C0C0;
    color: #fff
}

.style-2 .btn:hover {
    border-color:#C0C0C0;
    background: #fff;
    color: #111;
}

h4.style-3 {
    color: #9F7A34;
}
.style-3 .pname {
    border-color: #9F7A34;
}

.style-3 .btn {
    border-color: #9F7A34;
    background: #9F7A34;
    color: #fff
}

.style-3 .btn:hover {
    border-color: #9F7A34;
    background: #fff;
    color: #111;
}

.sponsors {
    position: relative;
    background-color: #444;
    background-size: cover
}

.sponsors:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.client-item-color {
    float: left;
    width: 15%;
    height: 115px;
    padding: 20px;
    text-align: center;
}
.client-item-color a {
    display: block
}

.client-item {
    float: left;
    width: 15%;
    height: 115px;
    border: 1px solid rgba(255, 255, 255, .05);
    padding: 20px;
    text-align: center;
    opacity: .7;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out
}
.client-item a {
    display: block
}
.client-item:hover {
    opacity: 1;
    background: #111
}


.bg-black {
    background: #000
}

.letter-spacing {
    letter-spacing: 2px;
    text-transform: uppercase
}

.text-sm {
    font-size: 1em
}

.bg-gray {
    background: #eee
}

.counter-wrapper {
    margin-top: -70px
}

.counter-inner {
    padding: 50px;
    position: relative
}

.counter-inner:before {
    position: absolute;
    content: "";
    left: -5%;
    top: 0;
    width: 200%;
    height: 100%;
    background: #fff;
    border-radius: 100px 0 0 100px;
    box-shadow: 0 15px 38px 0 rgba(0, 0, 0, .1)
}

.counter-inner .syotimer {
    position: relative;
    z-index: 1
}

.font-weight-light {
    font-weight: 300
}

.syotimer.large .syotimer-cell {
    height: 100px;
    width: 100px
}

.syotimer-cell {
    display: inline-block;
    height: 100px;
    width: 115px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .7);
    text-align: center;
    padding-top: 15px;
    margin-right: 10px
}

.syotimer-cell__unit {
    text-transform: capitalize;
    color: #a4a4a4
}

.syotimer-cell__value {
    font-weight: 800;
    font-size: 45px;
    line-height: 45px;
    color: #111
}

.syotimer-cell_type_day .syotimer-cell__value {
    color: #4F993F
}

.blog-article {
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.blog-article .read-more i {
    width: 30px;
    height: 30px;
    background: #eee;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    padding-top: 7px;
    color: #111
}

.blog-article img {
    width: 100%
}

.blog-nav a {
    border: 1px solid #e8e8e8;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 25px;
    font-weight: 600;
    background: #e8e8e8
}

.widget .widget-title {
    padding-bottom: 10px;
    position: relative
}

.widget .widget-title:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #4F993F;
    width: 30px
}

.widget.list-item li {
    padding: 15px 0;
    font-size: 16px;
    border-bottom: 1px dashed #e8e8e8
}

.tags a {
    display: inline-block;
    padding: 6px 15px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    margin-bottom: 5px;
    text-transform: capitalize
}

.post-author-info img {
    max-width: 15%;
    border-radius: 3px
}

.comment-respond {
    border: 20px solid #e8e8e8
}

.comment-reply-link {
    color: #777
}

.social-links li a {
    width: 40px;
    height: 40px;
    text-align: center;
    background: #eee;
    display: inline-block;
    border-radius: 3px;
    padding-top: 8px
}

.social-links li a:hover {
    background: #4F993F;
    color: #fff
}

.footer {
    padding-bottom: 35px;
    padding-top: 4px;
    background-color: #444;
}

.footer-socails a {
    padding: 0 10px
}

.footer-socails a i {
    font-size: 30px;
    color: #fff
}
.footer-text {
    text-align: center;
    color: white;
    list-style: none;
    font-size: 0.9em;
}

.footer-text ul {
    list-style: none;
    padding-left: 0;
}

.footer-text h3 {
    text-transform: uppercase;
}

.logo_footer {
    margin-bottom: 15px;
}

.copy.border-top {
    border-top: 1px solid rgba(255, 255, 255, .04)!important
}
img.orga{
    border-radius: 90%;
    max-width: 150px; 
    margin-bottom: 30px;
    margin-top: -15px;
}
.mt30{
    margin-top: 30px;
}
p.orgasocial{
    font-size: 0.8em;
    margin-top: 10px;
}
iframe.maps{
    margin-bottom:20px;
    border:0;
    border: none;
}
.local-map{
    max-width: 100%;
}
.img-partenaire{
    max-width: 180px;
}
@media(max-width:991px) {
    .main-nav .nav-link {
        padding: 10px 18px!important
    }
    .navbar-nav .dropdown-menu {
        position: absolute;
        left: 50%;
        transform: translateX(-50%)
    }
    #select-language {
        display: block;
        margin: auto!important
    }
    .main-nav .nav-link {
        font-size: 1.5em;
    }
    .section-banner .banner-content h1 {
        font-size: 90px
    }
    .about-img .img-block {
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        bottom: -20px
    }
    .ml-90 {
        margin-left: 0
    }
    .client-item, .client-item-color {
        width: 20%
    }
    .counter-inner {
        padding: 50px 20px
    }
    .syotimer-cell {
        width: 100px
    }
}

@media(max-width:767px) {
    body {
        font-size: 1.2em;
    }
    .sub-form .btn {
        position: relative;
        margin-top: 16px!important;
        border-radius: 5px
    }
    .main-nav .nav-link {
        padding: 10px 18px!important
    }
    .navbar-nav .dropdown-menu {
        position: absolute
    }
    .section-banner .banner-content h1 {
        font-size: 70px
    }
    .section-banner {
        min-height: 515px
    }
    .stroke-text {
        font-size: 90px
    }
    .latest-blog {
        padding-top: 100px
    }
    .pl-90 {
        padding-left: 0
    }
    .cta-img .contact-info {
        position: static
    }
    .speaker-block .speaker-social li a {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
    .client-item, .client-item-color {
        width: 30%
    }
}

@media(min-width:768px) {
    .top-nav-collapse {
        text-shadow: none;
        border-color: transparent;
        background-color: #fff;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease
    }
}

@media(max-width:480px) {
    .sub-form .btn {
        position: relative;
        margin-top: 16px!important;
        border-radius: 5px
    }
    .main-nav .nav-link {
        padding: 10px 18px!important
    }
    .navbar-nav .dropdown-menu {
        position: absolute
    }
    .section-banner {
        min-height: 500px
    }
    .stroke-text {
        font-size: 50px
    }
    .contact-info-block {
        position: static
    }
    .latest-blog {
        padding-top: 100px
    }
    .pl-90 {
        padding-left: 0
    }
    .counter-inner .counter-stat h2 {
        font-size: 20px
    }
    .client-item, .client-item-color {
        width: 40%
    }
    .syotimer-cell {
        width: 65px;
        height: 70px
    }
    .syotimer-cell__value {
        font-size: 30px;
        line-height: 30px
    }
    .comment-respond {
        border: 0
    }
    .media {
        display: block
    }
    .media img {
        margin-bottom: 10px
    }
}

@media(max-width:400px) {
    .sub-form .btn {
        position: relative;
        margin-top: 16px!important;
        border-radius: 5px
    }
    .main-nav .nav-link {
        padding: 10px 18px!important
    }
    .navbar-nav .dropdown-menu {
        position: absolute
    }
    .section-banner {
        min-height: 400px
    }
    .latest-blog {
        padding-top: 100px
    }

    .pl-90 {
        padding-left: 0
    }
    .client-item, .client-item-color {
        width: 50%
    }
    .comment-respond {
        border: 0
    }
    .media {
        display: block
    }
    .media img {
        margin-bottom: 10px
    }
}

@media screen {
    .time-table .content-img img {
        width: 100px
    }
}