a {
    line-break: anywhere;
}

/*--- global styling ---*/
body:not(.et-tb) #page-container #main-content > .container {
    padding-top: 0;
}

#main-header,
#main-header .nav li ul,
.et-search-form,
#main-header .et_mobile_menu {
    background-color: #1b2f6b !important
}

.et_fixed_nav #main-header,
.et_fixed_nav #top-header {
    position: relative;
    top: 0 !important;
}
.sg-sc-top{
    padding-top: 145px !important;
}
.admin-bar .sg-sc-top {
    padding-top: 110px !important;
}

#main-content .container:before {
    background-color: unset !important;
}

.width-screen {
    width: 100% !important;
    max-width: 100% !important;
}

.section-box {
    margin: 80px auto;
    position: relative;
}

.container-wapper {
    width: 1100px;
    margin: auto;
    position: relative;
}

.col-content {
    padding: 10px 10px 30px 10px;
    position: relative;
    display: block;
    border-bottom: 3px solid #e2e2e2;
    text-align: center;
}

.btn-button {
    margin-top: 20px;
}

.button-clases {
    padding: 8px 20px;
    /* background-color: #1b2f6b;
    color: #fff; */
    text-decoration: none;
    border-radius: 20px;
    margin: 5px 0;
    display: inline-block;
/*    position: absolute;*/
    bottom: 0;
}

.other-pagination {
    margin-top: 15px;
    text-align: left !important;
}

.other-pagination .swiper-pagination-bullet {
    height: 35px;
    width: 30px;
    border-radius: 5px;
    text-align: center;
    padding-top: 7px;
    /* background-color: #1a97df;
    color: #fff; */
    opacity: .3;
}

.other-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-pagination-bullet:focus {
    outline: none;
}

.heading-title {
    margin: 10px 0;
    padding: 0;
    -webkit-line-break: after-white-space;
    line-height: 1.2;
}

.heading-default {
    margin: 0;
    padding: 0;
}

.size-big {
    font-size: 40px;
    margin: 30px 0;
    text-transform: uppercase;
}

/* .size-default {
    font-size: 35px;
    text-transform: uppercase;
} */

.size-medium {
    font-size: 28px;
}

.size-small {
    font-size: 20px;
}

.text-brown {
    color: #670f0f;
}

.size-smally {
    font-size: 14px;
}

/* .inner-text {
    opacity: .3;
    text-transform: uppercase;
} */

.bgr-parallax-warp {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.bgr-parallax {
    background-size: cover;
    background-position: center center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hide-gallery {
    border-bottom: unset;
}

/*--- content styling ---*/

.element-first .container-wapper {
    width: unset;
}

.element-top,
.element-first {
    margin: 0;
}

.element-top {
    text-align: center;
    /* background: #fff; */
    display: inline-block;
    width: 100%;
    box-shadow: 0px 3px 3px #0000001f;
    z-index: 1;
    padding: 20px 0;
}

.image-screen,
.image-screen img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

@media(max-width:767px) {
    .image-screen,
    .image-screen img {
        width: 100%;
        height: unset;
    }
}

@media(max-width:500px) {
    .image-screen,
    .image-screen img {
        width: 100%;
        height: unset;
    }
}

.column-second {
    display: flex;
    text-align: center;
}

.text-link p {
    line-height: 17px;
    padding-bottom: 10px !important;
}

.collection-content {
    width: 35%;
    margin: auto;
    padding: 10px;
}

.width-options {
    width: 1100px;
}

.collection-teachers {
    width: 65%;
    margin-left: 20px;
    padding: 10px;
}

.item-teachers-post img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.swiper-teachers .swiper-wrapper {
    margin-bottom: 30px;
}

.item-post {
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #e8e8e8;
    margin-bottom: 20px;
    background-color: #fff;
}

.swiper-post {
    width: 80%;
    padding: 0 10px 30px 10px !important;
    margin: 25px auto auto auto;
}

.item-post {
    text-align: center;    
    height: auto !important;
    margin-top: 0 !important;
}

.item-post img {
    height: 200px !important;
    width: 100%;
    object-fit: cover;
}

.plagination-post {
    margin-top: -50px;
    display: flex;
}

.content-class-post {
    padding: 15px 30px;
    text-align: left;
    margin-top: -10px;
}
.more_post {
    position: absolute;
    bottom: 25px;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
}
.more_post:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.item-post .fluid-width-video-wrapper {
    height: 200px;
}

.grid-responsif {
    display: grid !important;
    grid-template-columns: auto auto auto;
    padding-bottom: 40px;
    grid-gap: 20px 18px;
}

.grid-responsif .item-post {
    height: 100% !important;
    position: relative;
}

.item-col-fourth {
    padding: 20px 0;
}

.column-fourth {
    display: grid;
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    padding: 10px 10px 80px 10px;
}

.item-col-fourth .button-clases {
    width: 80%;
    margin: 5px 0;
}

.gallery-image {
    height: 440px !important;
    margin-top: 50px;
}

.item-img-galery {
    text-align: center;
    height: calc((85% - 30px) / 2) !important;
    position: relative;
    cursor: pointer;
}

.item-img-galery img {
    width: 100%;
    height: 172px;
    object-fit: cover;
}

.gallery-plagination {
    margin-top: -30px;
}

.column-fifth {
    border-bottom: none;
}

.overlay-item-slide {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}

.overlay-item-slide:hover {
    opacity: .8;
}

.swp-link {
    height: 290px !important;
}

.swp-slide {
    text-align: center;
    height: calc((100% - 18px) / 6) !important;
}

.btn-prev,
.btn-next {
    top: unset;
    bottom: 0;
    background-image: unset !important;
    /* background-color: #1a97df;
    color: #fff; */
    border-radius: 5px;
    width: 40px !important;
    height: 20px !important;
}

.btn-prev:after,
.btn-next:after {
    font-size: 10px !important;
}

.btn-next {
    right: unset !important;
    left: 85px !important;
}

.btn-prev {
    left: 35px !important;
}

.element-fifth {
    margin: 80px auto auto auto;
}

.column-fifth {
    padding: 10px 10px 80px 10px;
}
.element-sixth {
    margin: 0px auto auto auto;
}

.column-sixth {
    padding: 40px 10px 80px 10px;
    border-top:3px solid #e2e2e2;
    border-bottom:none;
}


/*--- style single blog post ---*/

.single-post .sg-sc-top {
    padding-top: 0!important;
}

.box-contain-sg {
    background-color: #fff;
    padding: 20px;
}

.single-sc-bottom {
    margin: 30px auto 80px auto;
}

.sg-sc-top {
    margin: 50px auto !important;
    text-align: center;
}

.sg-sc-contain {
    margin: 0 auto 0 auto;
}

.sg-image,
.sg-video,
.sg-content {
    padding-bottom: 30px;
}

.icon-sg{
    font-family: 'Fredoka One', display;
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    color: #670f0f;
    cursor: pointer;
}
.icon-sg a{
    color: #670f0f;
}
.next-post:after,
.prev-post:before {
    font-family: "Font Awesome 5 Free";
    margin: 10px;
    font-size: 18px;
    display: inline-block;
}

.next-post:after {
    content: "\f30b";
}

.prev-post:before {
    content: "\f30a";
}

.next-post {
    right: 0;
}

.prev-post {
    left: 0;
}

.navigator-page-sg {
    display: inline-block;
}

/*--- page policies ---*/

.polic-first {
    margin: 0 auto 80px auto;
    text-align: center;
    background-color: #7edb04;
}

.tread-initial {
    display: inline-block;
}

.polic-second {
    text-align: center;
}

.grid-list-polic {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 49% 49%;
    grid-gap: 15px 2%;
}

.item-list {
    position: relative;
}

.sub-item-list {
    background-color: #5d99ca !important;
}

.head-item-list,
.sub-item-list {
    position: relative;
    display: flex;
    text-align: left;
    background-color: #52b8ff;
    color: #fff;
    font-weight: 800;
    border-radius: 10px;
    cursor: pointer;
}
.container-text a {
    padding: 12px;
    width: 100%;
}
.container-post.swiper-slide > a {
    padding: 0;
}
.container-text .title-item {
    padding: 12px;
    color: #1b2f6b;
}

.icon-action {
    position: absolute;
    right: 25px;
    top: 10px;
}

.ica {
    margin: 0 5px;
}

.tread-initial h1 {
    color: #fff;
    text-transform: capitalize;
}

.polic-second {
    margin: 80px auto 150px auto;
}

.head-item-list h3,
.sub-item-list h3 {
    color: #fff;
}

.drop-dwon {
    transform: rotate(90deg);
}

.icon-action a {
    color: #fff;
}

.wapper-sub-item {
    display: none;
    position: absolute;
    width: 90%;
    z-index: 10;
    right: 40px;
    top: 40px;
    box-shadow: 0 0 5px 0px #00000085;
    border-radius: 10px;
    padding: 2px 7px;
    background-color: #f3f3f3;
}

.sub-item-list {
    margin: 5px 0;
}

/*--- style lightbox image ---*/

#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

#overlay-body-lightbox {
    background: rgb(0 0 0 / 88%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

#lightbox .close-light {
    position: fixed;
    z-index: 999;
    cursor: pointer;
    right: 20%;
    top: 35px;
    text-align: right;
    color: #fff;
    font-size: 30px;
}

#slideshow {
    position: relative;
    z-index: 100;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0px;
}

#slideshow img {
    position: absolute;
    top: 5%;
    left: 0px;
    right: 0px;
    bottom: 5%;
    text-align: center;
    margin: auto;
}

.nav-light {
    display: none;
    z-index: 999;
}

.prev,
.next {
    position: absolute;
    top: 45%;
    z-index: 999;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
}

.next {
    right: 20%;
}

.prev {
    left: 20%;
}
.gn-class a {
    display: contents;
}
.ctn-gm .swiper-post {
    margin: auto !important;
    height: unset !important;
}
.ctn-gm .grid-responsif {
    grid-gap: 20px 18px;
    grid-template-columns: 32% 32% 32%;
    display: grid !important;
}
.container-post a iframe, .item-post video {
    height: 200px;
    width: 100%;
    object-fit: cover;
    display: table;
}
.pagination {
    display: flex;
}
.pagination span {
    opacity: 0.5;
}
.pagination span, .pagination a {
    width: auto;
    padding: 8px 11px;
    background-color: #8bc34a;
    color: #fff !important;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 15px !important;
}
.grid-pagination ul {
    display: flex;
    justify-content: center;
}
.grid-pagination li span.current {
    opacity: 1 !important;
}
.grid-pagination li a.inactive, .grid-pagination li span.current {
    font-size: 18px;
    font-weight: 900;
    opacity: 0.5;
    color: #fff;
    background-color: #1a97df;
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    opacity: 0.5;
}
.sg-item-galery img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.sg-container iframe {
    width: 100% !important;
}
.sg-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.element-second .btn-button ul {
    padding: 0;
    list-style: none;
}

.collection-teachers .swiper-container {
    display: block !important;
}

.collection-teachers .other-pagination {
    position: relative;
}

.gl_conditional {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 22.9% 22.9% 22.9% 22.9%;
    grid-gap: 30px;
}
.gl_conditional .swiper-slide {
    margin: 0 !important;
    height: 100% !important;
    width: 100% !important;
}

.th_responsif {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(47%, 1fr));
    grid-gap: 6%;
}
.th_responsif .swiper-slide {
    width: 250px !important;
    margin: auto;
}

.display_ls .swiper-wrapper {
    display: unset !important;
}
.display_ls {
    height: unset !important;
}
.button_grid {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 5px 21px;
    margin: 30px 0;
}
.sg-image-gallery {
    height: 210px;
}


/*-- display media --*/
@media (max-width: 1110px) and (min-width: 1025px) {
    .container-wapper {
        width: 80%;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    /*- classsingle display -*/
    .button_grid {
        grid-template-columns: 49% 49%;
    }
    .item-post {
        height: calc((85% - 5px) / 2) !important;
        border-radius: 10px;
    }
    .item-post img {
        height: 200px !important;
    }
    .swiper-post {
        /* height: 730px !important; */
        width: 100%;
    }
    .container-wapper {
        width: 80%;
    }
    .grid-responsif {
        padding-bottom: 25px;
        /* display: flex !important; */
    }
    .column-second {
        display: block;
    }

    .collection-teachers {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .column-fourth {
        grid-template-columns: repeat(2, minmax(180px, 1fr));
    }
    /*- blogpost display -*/
    .box-contain-sg {
        padding: 30px;
    }
    /*- lightbox display -*/
    .prev {
        left: 2%;
    }
    .next,
    #lightbox .close-light {
        right: 2%;
    }
    .prev,
    .next {
        top: 45%;
    }
    #lightbox .close-light {
        top: 2%;
    }
    .ctn-gm .grid-responsif {
        grid-template-columns: auto auto; 
        display: grid !important;
    }
}

@media (max-width: 767px) {
    /*- global display -*/
    .button_grid {
        grid-template-columns: auto;
    }
    .ctn-gm .grid-responsif {
        grid-template-columns: auto;
        display: grid !important;
    }
    .box-contain-sg {
        padding: 10px;
    }
    .container-wapper {
        width: 90%;
    }
    .element-first .container-wapper {
        padding: 0px;
    }
    /*- classsinggle display -*/
    .image-screen {
        padding: 0 !important;
    }
    .col-content {
        padding: 0 0 30px 0;
    }
    .column-fifth {
        padding: 0 0 80px 0;
    }
    .column-sixth{
        padding:40px 0 80px 0;
    }
    .column-second {
        display: block;
    }
    .text-link p {
        font-size: 12px;
    }
    .collection-teachers {
        width: 100%;
        margin: 0;
    }
    .grid-responsif {
        padding-bottom: 25px;
        /* display: flex !important; */
    }
    .column-fourth {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }
    .swiper-post {
        width: 100%;
    }
    .item-post {
        margin-top: 0 !important;
    }
    .item-post {
        height: calc((85% - 5px) / 2) !important;
        border-radius: 10px;
    }
    .item-post .size-small {
        font-size: 14px;
    }
    /* .swiper-post {
        height: 740px !important;
    } */
    /*- blogpost display -*/
    .sg-sc-top {
        margin: 20px auto !important;
    }
    /*- policy -*/
    .grid-list-polic {
        grid-template-columns: auto;
        grid-gap: 10px;
    }
    .head-item-list,
    .sub-item-list {
        text-align: center;
        justify-content: center;
    }
    .icon-action {
        position: absolute;
        right: 20px;
        top: 35%;
        transform: rotate(90deg) translateX(-50%);
    }
    .item-list {
        height: unset;
    }
    /*- lightbox display -*/
    #slideshow img {
        width: 75% !important;
    }
    .prev {
        left: 2%;
    }
    .next,
    #lightbox .close-light {
        right: 2%;
    }
    .prev,
    .next {
        top: 45%;
    }
    #lightbox .close-light {
        top: 2%;
    }
}

/*--- Tablet Style ---*/
@media (max-width: 1024px) and (min-width: 768px) {
    .contener-article {grid-template-columns: auto;}
    .collection-content {width: 100%;}
}

/*--- Phone Style ---*/
@media (max-width: 767px) {
    .contener-article {grid-template-columns: auto;}
    .collection-content {width: 100%;}
}