.image-head{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.theme-element{
    font-size: 33px;
    color: #739d17;
    text-transform: uppercase;
    font-family: 'open_sansbold';
}

.title-green{
    text-transform: uppercase;
    color: #739d17;
}

.advantages-text{
    font-size: 14px;
    text-align: justify;
    text-align-last: center;
}

.big-title,
.title-about{
    font-size: 33px;
    font-family: 'open_sansextrabold';
}

.green-text{
    background-color: #8ec600;
    color: #ffffff;
    font-size: 30px;
    line-height: 36px;
    font-family: 'open_sansbold';
}

.advantages-icon{
    position: relative;
    overflow: hidden;
    display: block;
    width: 97px;
    height: 97px;
    border-radius: 50%;
    color: #1e252f;
    border: 2px solid #1e252f;
    margin: 0 auto;
    font-size: 38px;
    line-height: 91px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.advantages-item:hover .advantages-icon{
    background-color: #8ec600;
    border: 2px solid #8ec600;
    color: #ffffff;
}

.advantages-item .fa-users::before,
.advantages-item .fa-users::after,
.advantages-item .fa-line-chart::before,
.advantages-item .fa-line-chart::after,
.advantages-item .fa-graduation-cap::before,
.advantages-item .fa-graduation-cap::after,
.advantages-item .fa-map-signs::before,
.advantages-item .fa-map-signs::after,
.advantages-item .fa-file-text::before,
.advantages-item .fa-file-text::after,
.advantages-item .fa-globe::before,
.advantages-item .fa-globe::after,
.advantages-item .fa-link::before,
.advantages-item .fa-link::after,
.advantages-item .fa-bolt::before,
.advantages-item .fa-bolt::after,
.advantages-item .fa-trophy::before,
.advantages-item .fa-trophy::after{
    top: 32%;
    position: absolute;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.advantages-item .fa-users::before,
.advantages-item .fa-line-chart::before,
.advantages-item .fa-graduation-cap::before,
.advantages-item .fa-map-signs::before,
.advantages-item .fa-file-text::before,
.advantages-item .fa-globe::before,
.advantages-item .fa-link::before,
.advantages-item .fa-bolt::before,
.advantages-item .fa-trophy::before{
    left: 28%;
}

.advantages-item .fa-line-chart::before{
    left: 28%;   
}
.advantages-item .fa-graduation-cap::before{
    left: 27%;   
}
.advantages-item .fa-map-signs::after{
    left: 30%;
}
.advantages-item .fa-file-text::before{
    left: 32%;
}
.advantages-item .fa-globe::before{
    left: 32%;
}
.advantages-item .fa-link::before{
    left: 30%;
}
.advantages-item .fa-bolt::before{
    left: 38%;
}
.advantages-item .fa-trophy::before{
    left: 30%;
}


.advantages-item:hover .fa-users::before,
.advantages-item:hover .fa-line-chart::before,
.advantages-item:hover .fa-graduation-cap::before,
.advantages-item:hover .fa-map-signs::before,
.advantages-item:hover .fa-file-text::before,
.advantages-item:hover .fa-globe::before,
.advantages-item:hover .fa-link::before,
.advantages-item:hover .fa-bolt::before,
.advantages-item:hover .fa-trophy::before{
    left: -110%;
}

.advantages-item .fa-users::after{
    content: "\f0c0";
    left: 110%;
}
.advantages-item .fa-line-chart::after{
    content: "\f201";
    left: 110%;
}
.advantages-item .fa-graduation-cap::after{
    content: "\f19d";
    left: 110%;
}
.advantages-item .fa-map-signs::after{
    content: "\f277";
    left: 110%;
}
.advantages-item .fa-file-text::after{
    content: "\f15c";
    left: 110%;
}
.advantages-item .fa-globe::after{
    content: "\f0ac";
    left: 110%;
}
.advantages-item .fa-link::after{
    content: "\f0c1";
    left: 110%;
}
.advantages-item .fa-bolt::after{
    content: "\f0e7";
    left: 110%;
}
.advantages-item .fa-trophy::after{
    content: "\f091";
    left: 110%;
}

.advantages-item:hover .fa-users::after{
    left: 28%;
}
.advantages-item:hover .fa-line-chart::after{
    left: 28%;
}
.advantages-item:hover .fa-graduation-cap::after{
    left: 27%;
}
.advantages-item:hover .fa-map-signs::after{
    left: 30%;
}
.advantages-item:hover .fa-file-text::after{
    left: 32%;
}
.advantages-item:hover .fa-globe::after{
    left: 32%;
}
.advantages-item:hover .fa-link::after{
    left: 32%;
}
.advantages-item:hover .fa-bolt::after{
    left: 38%;
}
.advantages-item:hover .fa-trophy::after{
    left: 32%;
}


.slider-learn .slick-slide {
    position: relative;
    background-color: #2a2f36;
}

.slider-learn .slick-slide img{
    opacity: 1;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
}
.slider-learn .slick-slide.slick-current.slick-active.slick-center img{
    opacity: .5;
}


.slider-learn .slick-slide.slick-current.slick-active.slick-center .slider-learn-text{
    opacity: 1;
    top: 45%;
}

.slider-learn .slick-slide.slick-current.slick-active.slick-center .slider-learn-text h4{
    margin-top: 0px;
}

.slider-learn-text{
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 65%;
    width: 100%;
    color: #ffffff;
    opacity: 0;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
}

.slider-learn-text h3{
    font-family: 'open_sansregular';
    text-transform: uppercase;
    font-size: 36px;
}
.slider-learn-text h4{
    font-family: 'open_sansregular';
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 80px;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
}

.btn-full-container{
    display: none;
    position: absolute;
    z-index: 2;
    background: none;
    color: #ffffff00;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.slider-learn .slick-slide.slick-current.slick-active.slick-center .btn-full-container{
    
    display: block;
}
.team-image{
    position: relative;
}

.advantages-title{
    font-size: 24px;
    height: 50px;
    margin-bottom: 25px;
    font-family: 'open_sansbold';
}

.team-link-contact{
    position: absolute;
    width: 100%;
    padding: 0 15px 0 0;
    bottom: 10px;
    text-align: right;
}

.team-link-contact a{
    text-align: center;
    position: relative;
    display: inline-block;
    color: #1e252f;
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

.team-link-contact i {
    position: absolute;
    top: 9px;
    left: 10px;
    transition: all 265ms ease-out;
  }
  .team-link-contact i.fa-envelope-o {
    top: 9px;
    left: 9px;
  }
  .social-icons a {
    display: inline-block;
  }
  .team-link-contact a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: block;
    background: linear-gradient(45deg, #ffffff, #ffffff);
    transition: all 265ms ease-out;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .team-link-contact a:hover:before {
    transform: scale(0);
    transition: all 265ms ease-in;
  }

.team-link-contact a.social-square:before {
    content: '';
    display: block;
    background: linear-gradient(45deg, #ffffff, #ffffff);
    border-radius: 10%;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.team-link-contact a.social-square:hover:before {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: scale(-180deg);
    background: linear-gradient(45deg, #8ec600, #8ec600);
    border-radius: 100%;
}
.team-link-contact a.social-square:hover i {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    color: #fff;
    transform: scale(1.3);
    -webkit-text-fill-color: #fff;
}

.team-name{
    font-size: 18px;
    font-family: 'open_sansregular';
}

.team-position{
    color: #8ec600;
    font-size: 16px;
}

.reviews-section{
    background-image: url(/assets/images/reviews-section-bg.jpg);
    background-size: cover;
    color: #ffffff;
}

.image-reviews{
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border: 10px solid #ffffff;
    max-width: 320px;
    margin: 0 auto;
}

.fa.fa-quote-left{
    float: left;
    display: block;
    font-size: 24px;
}

.text-reviews{
    float: left;
    display: block;
    width: 90%;
    margin-left: 8px;
}

.section-title-reviews{
    position: absolute;
}

.section-title-reviews::before{
    content: '';
    width: 100px;
    float: left;
    margin: 20px 15px 0;
    height: 3px;
    background-color: #ffffff;
}

.slider-partners img{
    border: 1px solid #1e252f30
}

.sub-about{
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.5);
}

.sub-about .nav-link{
    font-family: 'open_sanssemibold';
    color: #1e252f;
    padding: 1.5rem 1rem;
    text-decoration: none;
}
.sub-about .nav-link:hover,
.sub-about .nav-link.active{
    color: #ffffff;
    background-color: #8ec600;
}


@media(max-width: 767px){
    span#select {    
        line-height: 53px;
        height: auto;
        background: transparent;
        border: none;
        border-radius: 5px;
        width: 95%;
        margin: 0 auto;
        margin-bottom: -5px;
        color: #1e252f;
        text-transform: uppercase;
        font-size: 18px;
        display: block;
        text-align: left;
    }
    .icon-wrap {
        position: absolute;
        right: 5%;
        top: 0px;
        font-size: 28px;
    }
    #submenu {
        position: relative;
        width: 100%;
        display: none;
        margin-top: 14px;
    }
    #submenu ul {
        padding: 0 10px;
    }
    #submenu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-align: left;
    }
    #submenu ul li {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }
    #submenu ul li {
        display: inline-block;
        padding: 0 10px;
        width: 95%;
    }
    #secondary-subnav #submenu li a {
        font-size: 14px !important;
        line-height: 3.5 !important;
        display: block;
        text-align: left;
    }
    #submenu ul li a {
        color: #fff;
        padding: 10px 0px;
        display: block;
        font-size: 16px;
        font-weight: 400;
    }
    .sel-box {
        position: relative;
    }
    .clicked-once .nav-item{
        width: 100%;
    }
    .clicked-once .nav-item .nav-link{
        padding: .5rem 1rem;
    }

}

@media(max-width: 991px){
  
    .image-head{
        height: 250px;
    }
}


@media(max-width: 594px){
    .slider-learn-text{
        width: 50%;
        left: 25%;
    }
    .slider-learn .slick-slide.slick-current.slick-active.slick-center .slider-learn-text{
        opacity: 1;
        top: 25%;
    }
}

@media(max-width: 480px){
    .slider-learn-text{
        width: 300px;
        left: 34.5%;
    }
    .slider-learn .slick-slide.slick-current.slick-active.slick-center .slider-learn-text{
        opacity: 1;
        top: 18%;
    }
}

@media(min-width: 768px){
    .slider-learn-text{
        width: 60%;
        left: 20%;
    }
    .slider-learn .slick-slide.slick-current.slick-active.slick-center .slider-learn-text{
        opacity: 1;
        top: 39%;
    }
}

@media(min-width: 992px){

    .slider-learn .slick-slide.slick-current.slick-active.slick-center .slider-learn-text{
        opacity: 1;
        top: 45%;
    }
    .slider-learn-text{
        width: 100%;
        left: auto;
    }
    .advantages-title{
        font-size: 21px;
        height: 40px;
    }

    .image-head{
        height: 400px;
    }
    
    #submenu{
        display: block!important;
    }
    #select{
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    .reviews-section{
        height: 500px;
    }

}    

@media(min-width: 1200px){

    .advantages-title{
        font-size: 24px;
        height: 50px;
    }

    .image-head{
        height: 400px;
    }
}