body {
    color: #666666;
    scroll-behavior: smooth;
    text-align: justify;
    /*solution only for now after put jquery*/
}
p a {
    word-wrap: break-word;
}

/*lazy load start*/
.img-lazy-load{
    opacity: 0;
    transition: 1s;
}

img.initial,
img.loaded,
img.error {
    opacity: 1;
}
/*lazy load end*/
/* Sticky reviews */
.sticky-container {
    padding: 0;
    margin: 0;
    position: fixed;
    right: -80px;
    top: 430px;
    width: 200px;
    z-index: 1100;

}
.sticky li {
    list-style-type: none;
    color: #efefef;
    height: 90px;
    padding: 0;
    margin: 0 0 1px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    background: #4080ff;
    border: 1px solid #4b7bdb;
    border-radius: 3px;
}
.sticky li:hover {
    margin-left: -120px;
}
.sticky li img {
    float: left;
    margin: 5px 5px 5px 4px;
}
.sticky li p {
    padding-top: 10px;
    margin: 0;
    line-height: 16px;
    font-size: 13px;
    text-align: center;
    width: 180px;
}
.sticky li p a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
.sticky li p a:hover {
    text-decoration: underline;
    color: #fff !important;
}
/*----------------------------------------------------------------INDEX CSS START*/
/*SLIDER Video*/

.video-height {
    width: 100%;
}
.max-height-vh {
    max-height: 100vh;
}
.learn-portuguese {
    font-size: 3em;
    font-weight: bold;
    text-transform: uppercase;
}
.carousel-caption {
    bottom: 30px !important;
}
.fa-chevron-circle-down {
    font-size: 3em;
    margin-top: 10px;
    animation: arrow-down 0.9s infinite alternate ease-in-out;
}
@keyframes arrow-down {
    0% {
        transform: translate(0, -5px);
    }
    100% {
        transform: translate(0, 5px);
    }
}
.fa-chevron-circle-down:hover {
    color: #97bb3a;
    cursor: pointer;
}
.background-poster {
    background: url('/img/homepage333.jpg') center center no-repeat;
    background-size: cover;
}
@media (max-width: 1400px) {
    .learn-portuguese {
        font-size: 2em;
    }
    .learn-more {
        font-size: 1.2em;
    }
    .carousel-caption {
        bottom: 0 !important;
    }
}
@media (max-width: 800px) {
    .max-height-vh {
        margin-top: 100px;
    }
    .learn-portuguese {
        font-size: 20px;
    }
    .fa-chevron-circle-down {
        font-size: 30px;
    }
}
@media (max-width: 499px) {
    .max-height-vh {
        margin-top: 150px;
    }
    .learn-portuguese {
        font-size: 15px;
    }
    .fa-chevron-circle-down {
        font-size: 15px;
    }
    .video-fluid {
        width: 150%;
        max-width: 150%;
        height: 150%;
        margin-left: -25%;
    }
}
@media (max-width: 320px) {
    .max-height-vh {
        margin-top: 100px;
    }
    .learn-portuguese {
        font-size: 15px;
    }
    .fa-chevron-circle-down {
        font-size: 15px;
    }
}
/*SLIDER Video*/

/*PRE HEADER START*/
.nav-shadow-margin {
    margin-top: 38px;
    box-shadow: 0 4px 6px -1px rgb(204, 204, 204, 1);
    border-top: 1px solid rgb(204, 204, 204, 1) !important;
}
.nav-link-forced {
    font-size: 15px !important;
}
.nav-link-forced:hover {
    color: #97bb3a !important;
}
@media (max-width: 610px) {
    .nav-link-forced {
        font-size: 12px !important;
    }
    .nav-shadow-margin {
        margin-top: 34px;
    }
}
@media (max-width: 500px) {
    .nav-shadow-margin {
        margin-top: 68px;
    }
}
@media (max-width: 320px) {
    .nav-shadow-margin {
        margin-top: 60px;
    }
    .pre-header {
        height: 120px !important;
    }
    .nav-link-forced {
        font-size: 10px !important;
    }
    .logo-header {
        width: 100px !important;
    }
}
.pre-header {
    height: 40px;
}
/*PRE HEADER END*/

/*-----------------MEGA MENU START------------------------------*/
.active {
    color: #97bb3a !important;
}
.transparent-nav {
    background-color: rgb(255, 255, 255) !important;
}
.nav-link {
    color: rgba(0, 0, 0, 0.5) !important;
    font-weight: 400;
}
.dropdown-mega-menu {
    background-color: rgb(255, 255, 255) !important;
    color: #000 !important;
}
.black-text {
    color: rgba(0, 0, 0, 0.5) !important;
}
.logo-header {
    width: 200px;
}
.max-width-20 {
    max-width: 20%;
}
@media (max-width: 991px) {
    .max-width-20 {
        max-width: initial;
    }
}
/*mdbootstrap restyle*/
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-2 .sub-menu .news-title,
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-2 .sub-menu ul li a,
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-2 .sub-menu ul li a,
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-3 .sub-menu .news-title,
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-3 .sub-menu ul li a,
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-3 .sub-menu ul li a {
    color: rgba(0, 0, 0, 0.7) !important;
}
.chip:active,
.z-depth-1 {
    box-shadow: none !important;
}
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-2 .sub-menu ul li a:hover {
    color: white !important;
    background: #97bb3a !important;
    text-decoration: underline;
}

.navbar.navbar-light .breadcrumb .nav-item.active > .nav-link,
.navbar.navbar-light .navbar-nav .nav-item.active > .nav-link {
    background: transparent;
    color: #97bb3a !important;
}
/*mdbootstrap restyle*/
/*menu effect*/
.menu-hover-effect {
    transition: 0.5s ease-in-out;
    margin-left: -20%;
    min-width: 120%;
}
.menu-hover-effect:hover {
    transition: 0.5s ease-in-out;
    margin-left: 0;
}
.barra {
    margin-top: 30%;
    width: 100%;
    height: 100px;
}
.green-gradient {
    background-image: linear-gradient(to right, rgba(151, 187, 58, 3), rgba(151, 187, 58, 0.5));
    box-shadow: 0 0 5px 0 rgb(64, 64, 64);
}
.red-gradient {
    background-image: linear-gradient(to right, rgba(194, 14, 26, 3), rgba(194, 14, 26, 0.5));
    box-shadow: 0 0 5px 0 rgb(64, 64, 64);
}
.blued-gradient {
    background-image: linear-gradient(to right, rgba(0, 143, 211, 3), rgba(0, 143, 211, 0.5));
    box-shadow: 0 0 5px 0 rgb(64, 64, 64);
}
.yellow-gradient {
    background-image: linear-gradient(to right, rgba(231, 175, 25, 3), rgba(231, 175, 25, 0.5));
    box-shadow: 0 0 5px 0 rgb(64, 64, 64);
}
.school-team-padding {
    padding: 30px 10px 10px;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}

.new-channel-box {
    padding: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    background: red;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 70%;
    box-shadow: 1px 0 5px 1px rgb(204, 204, 204, .75);
    animation: newschannel 2s ease infinite alternate;
}
@keyframes newschannel {
    0% {
        background-color: red;
        opacity: 0.2;
    }
    100% {
        background-color: orange;
        opacity: 1;
    }
}
/*a links mega menu*/
li a:hover {
    color: #97bb3a !important;
}
/*a links mega menu*/

/*media querires mega menu*/
@media (max-width: 1450px) {
    .navbar .mega-dropdown .dropdown-menu.mega-menu.v-2 .sub-menu .news-title,
    .navbar .mega-dropdown .dropdown-menu.mega-menu.v-2 .sub-menu ul li a,
    .navbar .mega-dropdown .dropdown-menu.mega-menu.v-2 .sub-menu ul li a,
    .navbar .mega-dropdown .dropdown-menu.mega-menu.v-3 .sub-menu .news-title,
    .navbar .mega-dropdown .dropdown-menu.mega-menu.v-3 .sub-menu ul li a,
    .navbar .mega-dropdown .dropdown-menu.mega-menu.v-3 .sub-menu ul li a {
        color: rgba(0, 0, 0, 0.7) !important;
        font-size: 14px;
    }
    .school-team-padding {
        padding: 20px 10px 10px;
        font-size: 17px;
    }
    .barra {
        margin-top: 30%;
        width: 100%;
        height: 80px;
    }
    .nav-link {
        font-size: 13px;
    }
}
@media (max-width: 1290px) {
    .nav-link {
        font-size: 11px;
    }
}
@media (max-width: 1141px) {
    .nav-link {
        font-size: 9px;
    }
}
@media (max-width: 1004px) {
    .nav-link {
        font-size: 8px;
    }
}
@media (max-width: 985px) {
    .nav-link {
        font-size: 15px;
    }
}
@media (max-width: 770px) {
    .nav-link {
        font-size: 12px;
        font-weight: 700;
        text-align: center;
    }
    .dropdown-menu {
        padding-top: 10px !important;
    }
    a.nav-link.text-uppercase.waves-effect.waves-light {
        padding: 2px !important;
    }
}
/*media querires mega menu*/

/*img-gif start*/
.swap-on-hover {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-height: 210px;
    margin-bottom: 20px;
}
.swap-on-hover img {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    min-height: 200px;
    margin-bottom: 20px;
}
.swap-on-hover .swap-on-hover__front-image {
    z-index: 9999;
    transition: opacity 0.5s linear;
    cursor: pointer;
}
.swap-on-hover:hover > .swap-on-hover__front-image {
    opacity: 0;
}
/*img-gif end*/

/*-----------------MEGA MENU END------------------------------*/

/*-----------------SECTION 1 START------------------------------*/
.hr-line-style {
    border: 2px solid #97bb3a;
    text-align: center;
    width: 20%;
    margin: auto;
}
.hr-line-style-2 {
    border: 2px solid #97bb3a;
    text-align: center;
    width: 90%;
    margin: auto;
}
.hr-line-style-blue {
    border: 2px solid #008fd3;
    text-align: center;
    width: 20%;
    margin: auto;
}
.hr-line-style-2-blue {
    border: 2px solid #008fd3;
    text-align: center;
    width: 90%;
    margin: auto;
}
.hr-line-style-yellow {
    border: 2px solid #e7af19;
    text-align: center;
    width: 10%;
    margin: auto;
}
.hr-line-style-2-yellow {
    border: 2px solid #e7af19;
    text-align: center;
    width: 90%;
    margin: auto;
}
.hr-line-style-red {
    border: 2px solid #c20e1a;
    text-align: center;
    width: 10%;
    margin: auto;
}
.hr-line-style-red-2 {
    border: 2px solid #c20e1a;
    text-align: center;
    width: 90%;
    margin: auto;
}
.font-weight-bold {
    font-weight: bold;
}
.text-uppercase {
    text-transform: uppercase;
}
.font-weight-400 {
    font-weight: 400;
}
.m-top-10{
    margin-top: 10px !important;
}
.m-top-0{
    margin-top: 0px;
}
.m-top-50 {
    margin-top: 50px !important;
}
.m-top-60 {
    margin-top: 60px;
}
.m-top-100 {
    margin-top: 100px;
}
.m-top-130 {
    margin-top: 130px;
}
.m-top-25 {
    margin-top: 25px !important;
}
.m-top-28 {
    margin-top: 28px !important;
}
.m-top-29 {
    margin-top: 29px !important;
}
.m-top-30 {
    margin-top: 30px;
}
.m-top-20 {
    margin-top: 20px !important;
}
.m-top-10 {
    margin-top: 10px !important;
}
.m-top-auto {
    margin: 20px auto !important;
}
.m-bottom-10 {
    margin-top: 10px !important;
}
.m-bottom-20 {
    margin-bottom: 20px !important;
}
.m-bottom-30 {
    margin-bottom: 30px !important;
}
.m-bottom-25 {
    margin-bottom: 25px;
}
.m-bottom-50 {
    margin-bottom: 50px !important;
}
.m-bottom-150 {
    margin-bottom: 150px;
}
.m-top-150 {
    margin-top: 150px;
}
.m-top-250 {
    margin-top: 250px;
}
.m-bottom-100 {
    margin-bottom: 100px;
}
.font-size-40 {
    font-size: 40px !important;
}
.font-size-60 {
    font-size: 60px;
}
.font-size-80 {
    font-size: 80px;
}
.font-size-30 {
    font-size: 30px !important;
}
.font-size-35 {
    font-size: 35px !important;
}
.font-size-25 {
    font-size: 25px;
}
.font-size-20 {
    font-size: 20px !important;
}
.font-size-17 {
    font-size: 17px;
}
.font-size-15 {
    font-size: 15px;
}
.font-size-10 {
    font-size: 10px;
}
.font-size-12 {
    font-size: 12px;
}
.font-size-13 {
    font-size: 13px;
}
.p-top-87 {
    padding-top: 87px !important;
}
.p-top-84 {
    padding-top: 84px !important;
}
.p-top-80 {
    padding-top: 80px !important;
}
.p-top-90 {
    padding-top: 90px !important;
}
.p-top-120 {
    padding-top: 120px !important;
}
.p-top-122 {
    padding-top: 127px !important;
}
.p-top-165{
    padding-top: 165px !important;
}
.p-top-128 {
    padding-top: 128px !important;
}
.p-top-200 {
    padding-top: 200px !important;
}
.p-top-160 {
    padding-top: 160px !important;
}
.p-top-20 {
    padding-top: 20px !important;
}
.p-top-100 {
    padding-top: 20px !important;
}
.color-green {
    color: #97bb3a;
}
.color-green-important {
    color: #97bb3a !important;
}
.color-red {
    color: #c20e1a;
}
.color-blue {
    color: #008fd3;
}
.color-yellow {
    color: #e7af19;
}
.color-white {
    color: #fff !important;
}
.background-green {
    background-color: #97bb3a !important;
}
.background-green-important {
    background-color: #97bb3a !important;
}
.background-blue {
    background-color: #008fd3 !important;
}
.background-yellow {
    background-color: #e7af19;
}
.background-red {
    background-color: #c20e1a !important;
}
.background-grey {
    background-color: #a6a6a6 !important;
}
.background-transparent-white {
    background-color: rgba(255, 255, 255, 0.9) !important;
}
.border-none {
    border: none;
}
.border-transparent-important {
    border: 1px solid #97bb3a !important;
}
.max-width {
    max-width: 300px;
}
.position-absolute {
    position: absolute;
}
.width-100 {
    width: 100%;
}
.width-100-important {
    width: 100% !important;
}
.width-100-blog-img {
    width: 100% !important;
}
.width-50 {
    width: 50%;
}
.width-80 {
    width: 80%;
}
.max-width-500 {
    max-width: 500px;
}
.p-20 {
    padding: 20px;
}
.p-30 {
    padding: 30px;
}
.p-50 {
    padding: 50px;
}
.p-10-50-10-50 {
    padding: 10px 50px;
}
.p-3px {
    padding: 3px;
}
.p-10 {
    padding: 10px;
}
.p-100 {
    padding: 0 100px;
}
.p-top-10 {
    padding-top: 10px;
}
.p-top-20 {
    padding-top: 20px;
}
.p-top-30 {
    padding-top: 30px !important;
}
.p-top-50 {
    padding-top: 50px !important;
}
.p-top-100 {
    padding-top: 100px;
}
.p-r-l-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.m-auto {
    margin: auto !important;
}
.m-20 {
    margin: 20px 20px 0;
}
.p-0 {
    padding-top: 0 !important;
}
.min-height-662 {
    min-height: 662px;
}

/*-----------------SECTION 1 END------------------------------*/

/*-----------------SECTION 2 START------------------------------*/
.img-box {
    overflow: hidden;
}
.box-classes {
    box-shadow: 1px 0 5px 1px rgb(204, 204, 204, .75);
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin: 0 1%;
    max-width: 31.3333333333%;
}
.discount-box {
    padding: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    background: red;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 93%;
    box-shadow: 1px 0 5px 1px rgb(204, 204, 204, .75);
    animation: promotion 2s ease infinite alternate;
}
@keyframes promotion {
    0% {
        background-color: red;
        opacity: 0.2;
    }
    100% {
        background-color: orange;
        opacity: 1;
    }
}

.img-transition {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease;
    -webkit-filter: grayscale(80%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(80%);
}
img.img-transition:hover {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transition: 0.3s ease;
    -webkit-transition: 0.3s;
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.text-classes {
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 10px;
    font-size: 1em;
    color: #fff;
    padding-bottom: 0 !important;
    margin-bottom: 5px;
}
.text-classes-2 {
    padding-top: 0 !important;
    font-size: 0.8em;
    color: #fff;
    margin-bottom: 10px;
}
.course-link:active,
.course-link:hover,
.course-link:visited,
.courses-link {
    color: #fff !important;
}
@media (max-width: 767px) {
    .box-classes {
        margin: 1% !important;
        max-width: 48%;
    }
}
@media (max-width: 500px) {
    .box-classes {
        margin-top: 10% !important;
        max-width: 100%;
    }
    .m-top-100 {
        margin-top: 60px !important;
    }
    .discount-box {
        font-size: 10px;
    }
}
/*-----------------SECTION 2 END------------------------------*/

/*-----------------SECTION 3 Start------------------------------*/
.min-height-500 {
    min-height: 400px;
}
.jarallax-custom {
    min-height: 300px !important;
}
@media (max-width: 500px) {
    .font-size-30 {
        font-size: 18px !important;
    }
}

/*Grid bug fix mdbootstrap*/
/*.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    float: left;
}*/
/*Grid bug fix mdbootstrap*/

/*-----------------SECTION 3 End------------------------------*/

/*-----------------SECTION 4 START------------------------------*/
.btn-custome {
    width: 25%;
}
.btn:hover {
    background: #e7af19 !important;
    color: #fff;
}
.img-section-4 {
    box-shadow: 1px 0 5px 1px rgb(204, 204, 204, .75);
    border-radius: 20px;
}
.img-box-section-4 {
    transition: 0.5s ease;

}
.img-box-section-4:hover {
    transform: rotate(1deg);
    transition: 0.5s ease;
}
@media (max-width: 1200px) {
    .mobile-text-section-4 {
        font-size: 15px !important;
    }
}
@media (max-width: 768px) {
    .mobile-section-4 {
        max-width: 100% !important;
    }
    .with-highly {
        font-size: 20px;
        padding: 20px !important;
    }
    .img-box-section-4:hover {
        transform: none;
        transition: 0.5s ease;
    }
    .btn-custome {
        width: 50%;
    }
}
@media (max-width: 500px) {
    .with-highly {
        font-size: 15px;
    }
    .button-contact {
        font-size: 12px;
    }
}
@media (max-width: 300px) {
    .btn-custome {
        width: 80%;
    }
}
/*-----------------SECTION 4 END------------------------------*/

/*----------------------------------------------------------------INDEX CSS END*/

/*----------------------------------------------------------------FIXED TESTIMONIALS BAR  START*/
/*Doesnt work in IT/Edge, only border*/
.sticky-container > ul.sticky > li {
    border: 2px solid #e7af19;
    animation: testimonials 1s ease-in-out infinite alternate;
    -webkit-animation: testimonials 1s ease-in-out infinite alternate;
}
@keyframes testimonials {
    100% {
        box-shadow: 0 0 10px 0 #e7af19;
    }
}
@-webkit-keyframes testimonials {
    100% {
        box-shadow: 0 0 10px 0 #e7af19;
    }
}

.video-test-mobile {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0;
}
@media (max-width: 500px) {
    .testimo-encorage-text {
        font-size: 15px !important;
    }
}

/*----------------------------------------------------------------FIXED TESTIMONIALS BAR END*/

/*----------------------------------------------------------------TESTIMONIALS START*/

.plead {
    text-align: left;
}

/*----------------------------------------------------------------TESTIMONIALS END*/

/*----------------------------------------------------------------ACCOMODATION CSS START*/
select.browser-default {
    color: #97bb3a;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-radius: 0;
    font-family: "Roboto";
}
select.browser-default:focus {
    color: #757575;
    box-shadow: none;
    border-bottom: 2px solid;
    border-color: #97bb3a;
}
select.browser-default:active {
    color: #97bb3a;
}

/*CARD HEAGER START*/

.card.card-cascade .view.view-cascade {
    border-radius: 0;
}
.card.card-cascade.wider.reverse .card-body.card-body-cascade {
    margin-top: -15rem;
}
/*CARD HEAGER END*/
@media (max-width: 500px) {
    .with-highly {
        font-size: 15px;
    }
    .button-contact {
        font-size: 12px;
    }
    .button-accommodation-mobile {
        margin-top: 50px;
    }
    .header-img-accommmodation {
        margin-top: 150px !important;
    }
    .header-news-channel{
        margin-top: 180px !important; 
    }
    .mobile-blog-adjustments {
        margin-top: 0 !important;
    }
}
@media (max-width: 1000px) {
    .img-responsive-logo {
        max-width: 200px;
    }
    .button-accommodation-mobile {
        margin-top: 100px;
    }
}
@media (max-width: 325px) {
    .button-accommodation-mobile {
        margin-top: 0 !important;
    }
    .header-img-accommmodation {
        margin-top: 110px !important;
    }
    .header-news-channel{
        margin-top: 120px !important; 
    }
}
@media (max-width: 370px) {
    .button-accommodation-mobile {
        margin-top: 25px !important;
    }
    .mobile-blog-adjustments {
        margin-top: 0 !important;
    }
}

/*----------------------------------------------------------------ACCOMODATION CSS END*/

/*----------------------------------------------------------------THE BEGINNING START */
@media (min-width: 768px) {
    .carousel-multi-item-2 .col-md-3 {
        float: left;
        width: 25%;
        max-width: 100%;
    }
}

.carousel-multi-item-2 .card img {
    border-radius: 2px;
}

/*----------------------------------------------------------------THE BEGINNING END */

/*----------------------------------------------------------------CULTURAL ACTIVITIES START*/

/*carousel wrapper*/
.min-height-349 {
    min-height: 339.78px !important;
}
.max-height-400 {
    max-height: 360px !important;
}
.float-left {
    float: left !important;
}
/*carousel wrapper*/

.carousel-multi-item .carousel-indicators li {
    background-color: #97bb3a !important;
}
.btn-floating i {
    color: #fff !important;
}
.carousel-multi-item .controls-top .btn-floating {
    background-color: #97bb3a !important;
}
h2.card-title {
    text-align: left;
}
@media (max-width: 800px) {

    .carousel-indicators {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }
}
@media (max-width: 500px) {
    .card-title {
        font-size: 20px;
    }
    .card-text {
        font-size: 15px !important;
    }
    div.card.mb-2 {
        max-height: 280px;
    }
    .li-ident {
        text-indent: 0;
        padding: 0 !important;
    }
    .bread-crumb {
        font-size: 12px;
        text-indent: 0 !important;
    }
}

/*----------------------------------------------------------------CULTURAL ACTIVITIES CSS END*/

/*----------------------------------------------------------------CONTACTS START*/
.position-absolute {
    position: absolute;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: transparent !important;
}
label {
    margin-bottom: 0;
    line-height: 1.5;
}
.md-form {
    margin-bottom: 0;
    margin-top: 5px;
}
.md-form label {
    left: auto !important;
    /*position: relative;
    top: 20px;*/
}
.md-form label.active {
    color: #97bb3a !important;
}
.md-form input:focus,
.md-form textarea:focus {
    border-bottom: 1px solid #97bb3a !important;
    box-shadow: 0 1px 0 0 #97bb3a !important;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(checked) {
    opacity: 1 !important;
    pointer-events: auto !important;
    margin-top: 15px;
}
[type="submit"]:not(:disabled) {
    background-color: #97bb3a;
    margin: auto;
}
.md-form input[type="text"],
.md-form input[type="email"] {
    height: 2rem;
}
.element_error {
    color: #D43F3A;
}
.element_error ul {
    list-style-type: none;
}
/*.intl-tel-input{
    margin-top: 20px;
}*/
.max-width-48 {
    max-width: 48.8%;
}
input[type="tel"] {
    padding-left: 50px !important;
}
@media (max-width: 767px) {
    .accommodation-mobile {
        margin-top: 30px;
    }
    .mobile-font-size-I-agree {
        font-size: 12px;

    }
}
/*----------------------------------------------------------------CONTACTS END*/

/*----------------------------------------------------------------PORTUGUES LANG SCHOOL START*/
@media (max-width: 1400px) {
    .d-block {
        max-height: 500px;
    }
}
@media (max-width: 1061px) {
    .width-mobile {
        width: 60%;
    }
}
@media (max-width: 1167px) {
    .width-mobile {
        width: 90%;
    }
}
@media (max-width: 850px) {
    .width-mobile {
        width: 60%;
    }
    .slider-mobile-version {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
@media (max-width: 560px) {
    .width-mobile {
        width: 45%;
    }

}
@media (max-width: 300px) {
    .width-mobile {
        opacity: 0;
    }

}
/*----------------------------------------------------------------PORTUGUES LANG SCHOOL END*/

/*----------------------------------------------------------------REVIEWS START*/
.plead {
    font-size: 25px;
}
.pnormal {
    color: gray;
    margin: 20px 0 30px;
}
ul.pagination.pagination-centered li {
    text-align: center !important;
    margin: auto !important;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    color: #97bb3a !important;
    font-size: 25px;
    font-weight: 500;

}
.pagination {
    width: 30%;
    margin: auto;
}
.text-align-justify{
    text-align: justify;
}
i.reviews-link-anim {
    animation: reviewsanim 2s ease-in-out infinite alternate;
    -webkit-animation: reviewsanim 2s ease-in-out infinite alternate;
    padding-right: 5px;
}
@keyframes reviewsanim {
    100% {
        color: #e7af19;
    }
}
@media (max-width: 766px) {
    .pagination {
        width: initial !important;
    }
    .check-our-reviews {
        font-size: 25px !important;
        margin-bottom: 25px;
    }
}
/*----------------------------------------------------------------REVIEWS  END*/

/*----------------------------------------------------------------SCHOOL TEAM START*/

.school-team-hover {
    width: 100%;
    background: #fff;
    padding: 10px;
    font-weight: 600;
}

.school-team-shadow {
    box-shadow: 1px 1px 5px 1px rgb(64, 64, 64);
}
.box-team{
    box-shadow: 1px 0 5px 1px rgb(204, 204, 204);
    width: 100%;
}
.img-team{
    width: 100%;
    height: 100%;
}
@media (max-width: 767px) {
    .box-team{
        margin-top: 0px !important;
    }
    .mobile-team-box{
        margin-top: 25px;
    }
}

/*----------------------------------------------------------------SCHOOL TEAM  END*/

/*----------------------------------------------------------------BLOG START*/
.post-date {
    background-color: #97bb3a !important;
    padding: 10px;
}
.text-post {
    font-size: 18px;
}
h2.header-post {
    text-align: left;
}
.blog-articles {
    text-align: left;
}
#header-blog {
    text-align: left;
}
/*----------------------------------------------------------------BLOG  END*/
/*----------------------------------------------------------------CLASSES START*/
table.table td,
table.table th {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.box-shadow-price {
    box-shadow: 1px 0 5px 1px rgb(204, 204, 204);
}
.fa-book-reader {
    padding-bottom: 40px;
}
@media (max-width: 500px) {
    .box-shadow-price {
        padding-left: 5px;
        padding-right: 5px;
        box-shadow: 1px 0 5px 1px rgb(204, 204, 204, .75);
    }
}
/*----------------------------------------------------------------CLASSES END*/

/*----------------------------------------------------------------SUMMERCOURSE START*/
.m-bottom-10-auto {
    margin: auto auto 10px auto !important;
}
.box-shadow-custome {
    box-shadow: 1px 0 5px 1px rgb(204, 204, 204, .75);
}
.video_item,
.video_thumbs {
    width: 100%;
}
.modal-dialog {
    max-width: 75%;
}
.modal-body,
.modal-footer {
    padding: 0;
    border: none;
}
.carousel-multi-item .indicators-blue li {
    background-color: #008fd3 !important;
}
@media (max-width: 800px) {
    .modal-dialog {
        max-width: 100%;
    }
}
@media (max-width: 800px) {
    h2.card-title {
        font-size: 25px;
    }
    .min-height-349 {
        min-height: 200px !important;
    }
    p.card-text.font-size-20 {
        font-size: 15px !important;
    }
}
@media (max-width: 800px) {
    h2.card-title {
        font-size: 20px;
    }

}

/*----------------------------------------------------------------SUMMERCOURSE END*/

/*----------------------------------------------------------------PAITING CLASSES START*/
.list-style-none {
    list-style-type: none;
}
@media (max-width: 400px) {
    ul li.p-10 {
        text-indent: 0;
    }

}
/*----------------------------------------------------------------PAITING CLASSES END*/

/*----------------------------------------------------------------PAITING CLASSES START*/
.li-2ndlevel {
    text-indent: 2em;
}
/*----------------------------------------------------------------PAITING CLASSES END*/

/*----------------------------------------------------------------EXTENSIVE CLASSES START*/

.min-height-400 {
    min-height: 400px;
}

@media (max-width: 400px) {
    .new-dates{
        text-align: left;
        font-size: 13px;
    }
}
@media (max-width: 326px) {
    .new-dates{
        font-size: 10px;
    }

}

/*----------------------------------------------------------------EXTENSIVE CLASSES END*/

/*----------------------------------------------------------------CONVERSATION CLASSES START*/
@media (max-width: 995px) {
    .width-80-conversation {
        width: 100%;
        padding: 0;
    }
}
/*----------------------------------------------------------------CONVERSATION CLASSES END*/

/*----------------------------------------------------------------Site Map START*/
.li-2ndlevel {
    line-height: 2em;
    font-size: 15px;

}
@media (max-width: 400px) {
    .li-2ndlevel {
        font-size: 12px;
        line-height: 3em;
        text-indent: 0;
    }
    .ptitle {
        font-size: 15px;
    }
}
/*----------------------------------------------------------------Site Mao END*/

/*----------------------------------------------------------------Partnership START*/

.box-partners {
    box-shadow: 0 4px 6px 1px rgb(204, 204, 204, 1);
    padding: 10px;
    margin: 20px 20px 20px 0;
}
.box-partners-2 {
    padding: 50px;
    box-shadow: 0 1px 5px 1px rgb(204, 204, 204, 1);
}

/*----------------------------------------------------------------Partnership END*/

/*----------------------------------------------------------------Aplication Form START*/

.intl-tel-input {
    padding-right: 50px !important;
}
.intl-tel-input {
    display: table-cell;
}
.intl-tel-input .selected-flag {
    z-index: 4;
}
.intl-tel-input .country-list {
    z-index: 5;
}
.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}
div.selected-flag {
    padding-left: 0;
}
#dateofbirth {
    padding-top: 25px;
}
input.select-dropdown {
    margin-top: 0 !important;
}
.select-dropdown {
    padding-top: 0 !important;
    color: #97bb3a;
}
.picker__box .picker__header .picker__date-display {
    background-color: #97bb3a;
}
.picker__box .picker__header .picker__date-display .picker__weekday-display {
    background-color: #668024;
}
.picker__box .picker__header .picker__date-display .picker__day-display {
    font-size: 35px;
}
.picker__box .picker__header .picker__date-display .picker__month-display {
    font-size: 20px;
}
.picker__box .picker__header .picker__date-display .picker__year-display {
    font-size: 20px;
}
.md-form .form-control:disabled,
.md-form .form-control[readonly] {
    border-bottom-color: #ced4da;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.allow-dropdown input[type="tel"],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type="text"],
.intl-tel-input.separate-dial-code input[type="tel"] {
    padding-right: 0 !important;
}
@media (max-width: 767px) {
    .number-of-weeks-mob {
        margin-top: 25px;
    }
}
.element_error_2 ul {
    list-style-type: none;
    color: #D43F3A;
    margin-top: 40px;
}
/*----------------------------------------------------------------Aplication Form END*/

/*----------------------------------------FOOTER--------------------------------------------*/

.our-courses-footer {
    padding-left: 0 !important;
}
.newsletter-style {
    max-width: 600px !important;
    margin: auto !important;
}
@media (max-width: 767px) {
    .img-responsive-logo {
        max-width: 250px;
    }
    .links-2-block-footer {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .adress-footer {
        margin: auto;
    }
    .about-us-box,
    .mobile-text-about,
    .newsletter-box {
        padding: 0 10px 0 10px !important;
    }
    .row-bug-fix {
        margin-right: 0 !important;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 25px;
    }
}
@media (max-width: 300px) {
    .list-unstyled {
        font-size: 12px !important;
    }
    .img-responsive-logo {
        max-width: 200px;
    }
}
/*----------------------------------------FOOTER--------------------------------------------*/
/*Solution for mobile if Iphone start*/
.our-video-mobile {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
@media (max-width: 500px) {
    .our-video-mobile {
        position: initial;
        overflow: initial;
        clip: initial;
        height: initial;
        width: initial;
        margin: auto;
        padding: auto;
        border: auto;
    }
}

/*Solution for mobile if Iphone end*/

/*NEWS CHANNEL START*/
.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
}
.gallery .pics {
    -webkit-transition: all 35ms ease;
    transition: all 35ms ease;
}
.gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.iframe-news {
    min-width: 100%;
    min-height: 200px;
}
.btn-outline-black:active,
.btn-outline-black:focus,
.btn-outline-black:hover {
    background: #97bb3a !important;
    color: #fff !important;
    border: none !important;
}

.news-video-box {
    cursor: pointer;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease;
    -webkit-filter: grayscale(40%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(40%);
}
.news-video-box:hover {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease;
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.news-video-text {
    position: absolute;
    bottom: 1px;
    background: #97bb3a;
    color: #fff;
    width: 100%;
}
.new-video-featured {
    max-width: 500px;
    padding: 0 0 50px;
}
.mb-3, .my-3{
    margin-bottom: 5px !important;
}

.fa-spin{
    position: absolute;
    top: 50%;
    font-size: 3rem;
    left: 48%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #97bb3a;
}
p.new-video-text {
    border-radius: 20px;
    padding: 2px 15px;
    font-size: 20px;
    animation: newschannel 2s ease infinite alternate;
    box-shadow: 0 0 3px 0 rgb(128, 128, 128);
}
@media (max-width: 450px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }
}
@media (max-width: 400px) {
    .btn.filter {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
}
@media (max-width: 800px) {
    .button-news-filter {
        font-size: 10px;
    }
    .news-video-text {
        font-size: 10px;
    }
    .watch-us {
        font-size: 35px;
    }
}
@media (max-width: 450px) {
    .news-video-text {
        font-size: 15px;
    }
    .watch-us {
        font-size: 25px;
        padding: 0 10px;
    }
    .choose-cathegory {
        font-size: 15px;
        padding: 0 10px;
    }
}

/*NEWS CHANNEL END*/

/*Sold out start*/

.sold-out{
    color: #fff;
    animation: soldout 2s ease infinite alternate;
    padding: 5px;
}


@keyframes soldout {
    0% {
        color: red;
        opacity: 0.2;
    }
    100% {
        color: orange;
        opacity: 1;
    }
}

/*Sold out end*/