a {
    line-break: anywhere;
}

/*--- global styling ---*/

#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;
}

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

.other-pagination {
    margin-top: 15px;
    position: relative !important;
    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;
}

.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: 450px;
    }
}

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

.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;
}

.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 {
    height: 1055px !important;
    width: 80%;
    padding: 10px !important;
    margin-top: 50px;
}

.item-post {
    text-align: center;
    height: calc((85% - 5px) / 3) !important;
    margin-top: 0 !important;
}

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

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

.content-class-post {
    padding: 15px 30px;
    text-align: left;
    margin-top: -10px;
}

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

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

.grid-responsif .item-post {
    height: 300px !important;
}

.limt_height {
    height: unset !important;
}

.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: 100%;
    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: none;
    /* background-color: #1a97df;
    color: #fff; */
    border-radius: 5px;
    width: 40px;
    height: 20px;
}

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

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

.btn-prev {
    left: 35px;
}

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

.column-fifth {
    padding: 10px 10px 80px 10px;
}

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

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

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

.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: 50% 50%;
    grid-gap: 15px 25px;
}

.item-list {
    height: 40px;
    position: relative;
}

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

.head-item-list,
.sub-item-list {
    padding: 15px 25px;
    position: relative;
    display: flex;
    text-align: left;
    background-color: #52b8ff;
    color: #fff;
    font-weight: 800;
    border-radius: 10px;
}

.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: 2;
    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%;
}

/*-- display media --*/

@media (max-width: 1024px) and (min-width: 768px) {
    /*- classsingle display -*/
    .item-post {
        height: calc((85% - 5px) / 2) !important;
        border-radius: 10px;
    }
    .item-post img {
        height: 200px;
    }
    .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%;
    }
}

@media (max-width: 767px) {
    /*- global display -*/
    .container-wapper {
        width: 100%;
        display: inline-block;
        padding: 30px;
    }
    .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-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(180px, 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: 710px !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;
        display: block;
    }
    .icon-action {
        position: relative;
        margin-top: 5px;
        right: unset;
        top: unset;
    }
    .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%;}
}