html,
body{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

body{
    background-color: #ffffff;
    overflow-x: hidden;
    color: #334155;
    font-size: 18px;
    line-height: 28px;
    font-family: "Cabin", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/*--- Elements ----*/

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
    margin: 0 0 25px;
    padding: 0;
    font-weight: 600;
}

h1,
.h1,
h2,
.h2{
    font-family: "Cormorant", serif;
    color: #0F172A;
}

h1,
.h1{
    font-size: 42px;
    line-height: 50px;
}

h2,
.h2{
    font-size: 34px;
    line-height: 42px;
}

h3,
.h3{
    font-size: 28px;
    line-height: 36px;
}

h4,
.h4{
    font-size: 24px;
    line-height: 32px;
}

h5,
.h5{
    font-size: 20px;
    line-height: 28px;
}

h6,
.h6{
    font-size: 18px;
    line-height: 26px;
}

p{
    margin: 0 0 24px;
}

p:empty{
    display: none;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    text-decoration: none;
} 
a{
    text-decoration: underline;
    outline: none;
    color: #1D4ED8;
    transition: all 0.4s ease-out;
            -moz-transition: all 0.4s ease-out;
            -webkit-transition: all 0.4s ease-out;
            -o-transition: all 0.4s ease-out;
}

a:hover,
a:focus{
    color: #475569;
}

ul,
ol{
    margin: 0 0 24px 15px;
    padding: 0 0 0 24px;
    list-style: disc;
}

li{
    margin: 0 0 5px;
    padding: 0;
}

ol{
    list-style: numeric;
}

img{
    border: none;
    height: auto;
    max-width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea{
    padding: 15px 20px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    border: 1px solid #0F172A;
    background-color: #ffffff;
    outline: none !important;
    border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
    color: #334155;
    width: 100%;
}
blockquote {
  border-left: 4px solid #ccc;
  padding: 10px 20px;
  margin: 20px 0;
  background-color: #f9f9f9;
  font-style: italic;
  color: #555;
}
select{
    background-image: url('../images/chevron-down.svg');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 20px;
    padding-right: 28px;
        -moz-appearance:none;
        -webkit-appearance:none;
        -o-appearance:none;
    appearance:none;
}
input[type=submit],
button[type=submit]{
    background-color: #475569;
    color: #ffffff;
    padding: 8px 28px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    border: none;
    box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
}
input[type=submit]:hover,
button[type=submit]:hover{
    background-color: #0F172A;
    color: #ffffff;
}

::placeholder {
    color: #64748B;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #64748B;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #64748B;
}

:-moz-placeholder { /* Firefox 18- */
    color: #64748B;
}

/* =WordPress Core - Sassified.
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 24px 0;
}

.aligncenter, 
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 24px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 24px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a {
    img {
        &.alignright {
            float: right;
            margin: 5px 0 24px 20px;
        }

        &.alignnone {
            margin: 5px 20px 24px 0;
        }

        &.alignleft {
            float: left;
            margin: 5px 20px 24px 0;
        }

        &.aligncenter {
            display: block;
            margin-left: auto;
            margin-right: auto
        }
    }
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;

    &.alignnone {
        margin: 5px 20px 24px 0;
    }

    &.alignleft {
        margin: 5px 20px 24px 0;
    }

    &.alignright {
        margin: 5px 0 24px 20px;
    }

    img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto;
    }

    p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px;
    }
}

/* Element */

.cbtn{
    background-color: #ffffff;
    color: #0F172A;
    padding: 8px 24px;
    text-align: center;
    border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    display: inline-block;
    border: 1px solid var(--slate-900, #0F172A);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
        -o-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    text-transform: capitalize;
    text-decoration: none;
}

.cbtn:hover,
.cbtn:focus{
    background-color: #ffffff;
    color: #334155;
    border-color: #334155;
}

.cbtn-transparent{
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}
.cbtn-transparent:hover,
.cbtn-transparent:focus{
    background-color: transparent;
    border-color: #334155;
    color: #ffffff;
}
.cbtn-arrow-right{
    padding-right: 48px;
    background-image: url('../images/arrow-right.svg');
    background-size: 24px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right 16px center;
}

.cbtn-black{
    background-color: #0F172A;
    color: #ffffff;
}
.cbtn-black:hover,
.cbtn-black:focus{
    background-color: #334155;
    color: #ffffff;
    border-color: #334155;
}

.mb-50{
    margin-bottom: 50px;
}

.text-black{
    color: #0F172A;
}
.text-white{
    color: #ffffff;
}


/**
* Header
*/
.topbar{
    background: var(--Gold-grad-2, linear-gradient(90deg, #D0BB57 22.05%, #D4B422 92.48%));
    padding: 8px 0;
}
.toplinks{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    gap: 8px;
    list-style: none;
}
.toplinks > li{
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;    
}
.toplinks > li > a{
    color: #0F172A;
}
.toplinks > li > a i{
    display: inline-block;
    margin-right: 4px;
}
.site-header{
    background-color: #ffffff;
}
.page-detail .site-header{
    box-shadow: 0px 1.5px var(--Blur-blur-0, 0px) 0.5px rgba(24, 24, 27, 0.08), 0px 8px var(--Blur-blur-6, 16px) -3px rgba(24, 24, 27, 0.08);
        -moz-box-shadow: 0px 1.5px var(--Blur-blur-0, 0px) 0.5px rgba(24, 24, 27, 0.08), 0px 8px var(--Blur-blur-6, 16px) -3px rgba(24, 24, 27, 0.08);
        -webkit-box-shadow: 0px 1.5px var(--Blur-blur-0, 0px) 0.5px rgba(24, 24, 27, 0.08), 0px 8px var(--Blur-blur-6, 16px) -3px rgba(24, 24, 27, 0.08);
        -o-box-shadow: 0px 1.5px var(--Blur-blur-0, 0px) 0.5px rgba(24, 24, 27, 0.08), 0px 8px var(--Blur-blur-6, 16px) -3px rgba(24, 24, 27, 0.08);
        -ms-box-shadow: 0px 1.5px var(--Blur-blur-0, 0px) 0.5px rgba(24, 24, 27, 0.08), 0px 8px var(--Blur-blur-6, 16px) -3px rgba(24, 24, 27, 0.08);
}
.header-wrap{
    padding: 12px 0;
}
.header-search{
    position: relative;
}
.header-search form{
    margin: 0;
    padding: 0;
    border-radius: 37px;
        -moz-border-radius: 37px;
        -webkit-border-radius: 37px;
        -o-border-radius: 37px;
    border: 1px solid var(--slate-900, #0F172A);
    background: var(--slate-50, #F8FAFC);

}
.header-search input[type=text]{
    width: 100%;
    border: none;
    border-radius: 37px;
        -moz-border-radius: 37px;
        -webkit-border-radius: 37px;
        -o-border-radius: 37px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 20px 8px 40px;
}
.header-search button{
    background: none;
    padding: 0;
    margin: 0;
    color: #64748B;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 12px;
    font-size: 18px;
    line-height: 18px;
    outline: none;
}
.header-search button:hover,
.header-search button:focus{
    background: none;
    color: #64748B;
}


/**
* Menu
*/
.main-nav{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    padding: 0;
    list-style: none;  
    justify-content: flex-end;
    align-items: center;
}
.main-nav > li{
    padding: 0 10px;
    margin: 0;
    position: relative;
}
.main-nav > li > a,
.main-nav > li span{
    text-decoration: none;
    cursor: pointer;
    padding: 8px 0;
    display: inline-block;
    color: #334155;
    font-size: 17px;
    line-height: 28px;
    font-family: "Cabin", sans-serif;
    font-weight: 400;
}
.sub-menu > li > a{
    text-decoration: none;
}
.main-nav > li i{
    display: inline-block;
    padding-left: 6px;
}
.main-nav > li:hover > a,
.main-nav > li:hover span,
.main-nav > li:hover i{
    color: #0F172A;
}

.sub-menu{
    display: none;
}
.menu-button,
.menu-title{
    display: none;
}
.sub-menu{
    z-index: 9999 !important;
}
/**
* Main header
*/

.col-header{
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}
.col-logo{
    width: 20%;
}
.col-search{
    width: 35%;
}
.col-menu{
    width: 45%;
}

/**
* Home page
*/
.home-banner{
    padding: 0;
    background-color: #1E293B;
    color: #E2E8F0;
}
.banner-left{
    padding: 40px 0;
    max-width: 528px;
}
.home-banner .banner-title{
    margin-bottom: 16px;
    color: #E2E8F0;
}
.home-banner .banner-text{
    margin-bottom: 32px;
}
.home-banner .cbtn{
    min-width: 256px;
}
.partners{
    padding: 56px 0;
    background-color: #F1F5F9;
}
.partners-title{
    text-align: center;
    font-weight: 400;
}
/* .swiper-container{
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    width: 100%;
} */
.swiper-container {
    width: 100%;
    height: 100%;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    width: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.swiper-nav-default{
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 24px;
    line-height: 24px;
    margin-top: -12px;
    z-index: 10;
    color: #64748B;
}
.swiper-nav-prev{
    left: 0;
}
.swiper-nav-next{
    right: 0;
}
.partner-logo{
    text-align: center;
    height: 97px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.partner-logo img{
    display: inline-block;
    max-height: 97px;
    width: auto;
    object-fit: cover;
}
.partners-nav{
    position: absolute;
    top: 50%;
    margin-top: -12px;
    z-index: 10;
    font-size: 24px;
    line-height: 24px;
    color: #64748B;
}
.partners-nav-prev{
    left: 0;
}
.partners-nav-next{
    right: 0;
}
/* .partnersCarousel .swiper-wrapper{
    justify-content: center;
} */
.partners-grid{
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 80px;
    justify-content: center;
    align-items: center;
}
.partner-item{
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px;
    width: 50%;
}

.resources{
    padding: 56px 0;
}
.teach{
    background-color: #CBD5E1;
    padding: 56px 0;
}
.teach img{
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
}
.saying{
    padding: 56px 0;
    overflow: hidden;
}
.saying-wrap{
    width: 100%;
}
.quote-box{
    color: #0F172A;
    border-radius: 65px;
        -moz-border-radius: 65px;
        -webkit-border-radius: 65px;
        -o-border-radius: 65px;
    padding: 64px 80px;
    background: var(--Gold-Grad-3, linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), linear-gradient(90deg, #D0BB57 22.05%, #D4B422 92.48%));
}
.quote-content{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 38px;
}
.quote-bottom{
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.quote-right{
    text-align: left;
}
.quote-name{
    font-weight: 700;
    line-height: 150%;
}
.quote-position{
    font-size: 14px;
    line-height: 150%;;
}
.quote-slide {
    width: 65%;
}
.swiper-nav-wrap{
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
}
.swiper-nav{
    display: flex;
    gap: 10px;
}
.swiper-nav-button{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    line-height: 25px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.10), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
        -moz-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.10), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
        -webkit-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.10), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
        -o-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.10), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    border: 1px solid #CBD5E1;
    color: #0F172A;
}
.swiper-button-disabled{
    opacity: 0.5;
}
.swiper-slide:nth-child(2n),
.swiper-slide:nth-child(2n+1) {
    width: 55%;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
    color: #E2E8F0;
    opacity: 1;
    background: #E2E8F0;
}
.swiper-pagination-bullet-active {
    color: #64748B;
    background: #64748B;
}
.more-review{
    padding-top: 20px;
    display: none;
}
.vision{
    padding: 56px 0;
    background-color: #CBD5E1;
}
/*Faq*/
.faq-item{
    margin-bottom: 20px;
}
.faq-title{
    border-bottom: 1px solid #94A3B8;
    padding: 0 0 20px;
    color: #0F172A;
    display: flex;
    cursor: pointer;
    position: relative;
    padding-right: 70px;
}
.faq-title:after{
    color: #64748B;
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    font-size: 24px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 2px;
}
.faq-content{
    display: none;
}
.faq-content p:last-child{
    margin: 0;
}
.faq-item.active{
    border-bottom: 1px solid #94A3B8;
    padding-bottom: 20px;
}
.faq-item.active .faq-title{
    border: none;
    padding: 0;
    color: #0F172A;
}
.faq-item.active .faq-title:after{
    content: "\f077";
    color: #0F172A;
}
.faq-item.active .faq-content{
    display: block;
}
.join-our{
    padding: 80px 0;
}
.join-page{
    background-color: #F1F5F9;
}
.join-our h2{
    margin-bottom: 15px;
}
.join-description{
    margin-bottom: 36px;
}
.subscribe-wrap{
    display: flex;
    gap: 10px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.subscribe-wrap input[type=submit]{
    background-color: #0F172A;
}
.subscribe-wrap input[type=submit]:hover,
.subscribe-wrap input[type=submit]:focus{
    background-color: #475569;
}
/**
    Team page
*/
.teacher-info h3.fst-22 {
    font-size: 18px;
    line-height: 24px;
  }
/*
* Footer
*/
.site-footer{
    background-color: #1E293B;
}
.footer-top{
    padding-top: 48px;
    padding-bottom: 8px;
    border-bottom: 1px solid #64748B;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.socials{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.socials li{
    margin: 0;
    padding: 0;
}
.socials a{
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
}
.socials a:hover{
    opacity: 0.8;
}
.footer-main{
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
}
.footer-menus{
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    order: 1;
}
.footer-image{
    width: 40%;
    text-align: center;
    order: 2;
}
.footer-donate{
    width: 20%;
    order: 3;
}
.footer-menu{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-menu-title{
    color: #E2E8F0;
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}
.footer-nav-column {
    width: 33.33333%;
}
.footer-nav-column li{
    margin: 0;
    padding: 0 0 8px;
}
.footer-nav-column li a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-decoration: none;
}
.footer-nav-column li a:hover{
    color: #E2E8F0;
}
.footer-donate{
    color: #F1F5F9;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}
.cbtn-donate{
    background-image: url(../images/donate-heart.svg);
    background-position: right 65px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding-right: 56px;
    padding-left: 25px;
    width: 100%;
}
.footer-bottom{
    padding-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #E2E8F0;
}
.bottom-menu{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.bottom-menu li{
    margin: 0;
    padding: 0;
}
.bottom-menu li:before{
    width: 4px;
    height: 4px;
    content:"";
    display: inline-block;
    background-color: #E2E8F0;
    margin-right: 8px;
    border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
}
.bottom-menu li.first-item:before{
    display: none;
}
.bottom-menu a{
    color: #E2E8F0;
    text-decoration: none;
}
.bottom-menu a:hover{
    color: #E2E8F0;
    text-decoration: underline;
}
/*
* Page 
*/
.page-main{
    padding-top: 64px;
    padding-bottom: 64px;
}
.page-title{
    margin-bottom: 56px;
}
/*
.page-title.library-page-title{
    margin-bottom: 24px;
}
.search-user-query{
    margin-bottom: 56px;
}*/

/*
* Films
*/
.film-grid{
    display: flex;
    flex-wrap: wrap;
    margin-left: -9px;
    margin-right: -9px;
}
.film-grid-item{
    margin-bottom: 32px;
    padding-left: 9px;
    padding-right: 9px;
}
.grid-column-3 .film-grid-item{
    width: 100%;
}
.bundle-class{
    border: 2px solid #D0BB57 !important;
}
.film-grid-inner{
    border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
    border: 1px solid #E2E8F0;
    box-shadow: 0px 1px var(--Blur-blur-1, 2px) 0px rgba(24, 24, 27, 0.08);
        -moz-box-shadow: 0px 1px var(--Blur-blur-1, 2px) 0px rgba(24, 24, 27, 0.08);
        -webkit-box-shadow: 0px 1px var(--Blur-blur-1, 2px) 0px rgba(24, 24, 27, 0.08);
        -o-box-shadow: 0px 1px var(--Blur-blur-1, 2px) 0px rgba(24, 24, 27, 0.08);
    background-color: #ffffff;
    height: 100%;
    position: relative;
}

.top3-viewed{
    position: absolute;
    right: 7px;
    z-index: 999;
    color: red;
    background-color: #ffffff;
    width: 24px;
    height: 24px;
    display: flex;
    top: 7px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.top3-viewed i{
    font-size: 16px;
    line-height: 16px;
}
.film-grid-inner .entry-thumb{
    position: relative;
}
.film-grid-inner .entry-thumb .watermark img{
    height: auto;
    width: auto;
    position: static;
    object-fit: none;
    display: block;
    border-radius: none;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    -o-border-radius: none;
}
.watermark{
    position: absolute;
    z-index: 999;
}
.watermark.w-top-left{
    top: 0;
    left: 0;
}
.watermark.w-top-right{
    top: 0;
    right: 0;
}
.watermark.w-bottom-left{
    bottom: 0;
    left: 0;
}
.watermark.w-bottom-right{
    bottom: 0;
    right: 0;
}

.btn-subject-group a{
    background: #F1F5F9;
    color: #000;
    border: none;
    border-radius: 10px;
    padding: 8px 20px;
}
.btn-subject-group a.active{
    background: #1E293B;
}
.btn-subject-group{
    margin:0 0 25px;
}

.entry-thumb a{
    display: block;
    padding-top: 56.25%;
    position: relative;
    z-index: 1;
}
.entry-thumb img{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    display: block;
    border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
        -webkit-border-radius: 8px 8px 0 0;
        -o-border-radius: 8px 8px 0 0;
}
.entry-thumb img.film-new{
    width: 72px;
    height: 70px;
    top: -12px;
    left: 20px;
    border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
}
.entry-content{
    padding: 16px;
    font-size: 16px;
    line-height: 24px;
}
.entry-title{
    margin-bottom: 8px;
}
.entry-title a{
    color: #0F172A;
}
.entry-title a:hover{
    color: #475569;
}
.entry-meta{
    color: #64748B;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: disc;
    font-size: 16px;
    line-height: 24px;
}
.entry-meta li{
    padding: 0;
    margin: 0;
    position: relative;
}
.entry-meta li:before{
    display: inline-block;
    content:"";
    width: 4px;
    height: 4px;
    border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
    background-color: #64748B;
    margin-top: 10px;
}

.entry-meta li:first-child:before{
    display: none;
}

.entry-excerpt{
    margin-bottom: 22px;
}
.film-banner{
    background-color: #1E293B;
    padding-top: 64px;
    padding-bottom: 64px;
    color: #E2E8F0;
}
.film-title {
    color: #E2E8F0;
    margin-bottom: 16px;
}
.film-short-desc{
    margin-bottom: 16px;
}
.film-short-desc a{
    color:#ccc;
}
.film-meta{
    margin-bottom: 32px;
    color: #CBD5E1;
    
}
.film-image{
    margin: 0;
}
.film-image img{
    width: 100%;
    border: 1px solid #94A3B8;
    border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
}
.single-fiml-content{
    padding-top: 64px;
    padding-bottom: 64px;
}
.single-sub-title{
    margin-bottom: 16px;
}
.has-subtitle .single-sub-title{
    margin-bottom: 8px;
}
.film-desc-title{
    margin-bottom: 8px;
}
.film-desc-content{
    margin-bottom: 24px;
}
.film-desc-content .ssba,
.film-desc-content .heateor_sss_sharing_container{
    display: none;
}
.single-film-ssba .ssba br{
    display: none;
}
.single-film-ssba .ssba{
    margin: 0;
    text-align: left;
}
.where-to-watch{
    margin: 0 0 64px;
}
.extra-info-section{
    margin: 0 0 64px;
}
.meta-list{
    margin: 0 0 64px;
    padding: 0;
    list-style: none;
}
.meta-list li{
    padding: 0 0 8px;
    margin: 0;
}
.meta-list li:last-child{
    padding-bottom: 0;
}
.curriculum-guide{
    margin-bottom: 64px;
}
.curriculum-guide-list{
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
}
.curriculum-guide-list li{
    padding: 0 0 16px 30px;
    margin: 0;
    position: relative;
}
.curriculum-guide-list li a{
    color: #334155;
}
.curriculum-guide-list li a:hover{
    color: #1D4ED8;
}
.curriculum-guide-list li i{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F1F5F9;
    padding: 6px;
    border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
    font-size: 14px;
    color: #0F172A;
    line-height: 14px;
    margin-right: 4px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
        -o-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.curriculum-guide-list .link-title{
    margin: 0 0 4px;
    font-weight: 700;
}
.curriculum-guide-list .link-subtitle,
.curriculum-guide-list .link-subject,
.curriculum-guide-list .link-grade{
    margin: 0;
    color: #334155;
    font-weight: 400;
}
.btnshortcode{
    margin-bottom: 16px;
}
.curriculum-guide .cbtn,.btnshortcode{
    width: 400px;
}
.download-all-guide{
    margin-bottom: 16px;
}
.logos{
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.logos li{
    margin: 0;
    padding: 0;
}
.film-related{
    border-top: 1px solid #E2E8F0;
    padding-top: 40px;
    margin-top: 40px;
}

.entry-film-metas{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.entry-film-metas .entry-metas,
.entry-film-metas .logos{
    margin-top: 4px;
    margin-bottom: 4px;
}
.entry-film-metas .logos{
    gap: 4px;
}


/**
* Blog
*/
.title-border{
    border-bottom: 1px solid #247796;
    padding-bottom: 40px;
    margin-bottom: 40px;

}
.post-item{
    box-shadow: 0px 10px 30px 0px #3D5B7D26;
    border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -o-border-radius: 15px;
    margin-bottom: 40px;
}
.post-image img{
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px 15px 0 0;
        -moz-border-radius: 15px 15px 0 0;
        -webkit-border-radius: 15px 15px 0 0;
        -o-border-radius: 15px 15px 0 0;
}
.post-inner{
    padding: 15px 40px 40px;
}
.post-inner p{
    margin: 0;
}
.post-metas{
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 30px;
    padding-bottom: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.post-metas span{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
}
.post-category a{
    background: #1E293B;
    padding: 2px 12px 4px 12px;
    color: #ffffff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    display: inline-block;
}
.post-date{
    position: relative;
}
.post-date:before{
    display: inline-block;
    content:"";
    width: 5px;
    height: 5px;
    background-color: #247796;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    margin-right: 10px;
}
.post-excerpt {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.post-excerpt p{
    margin: 0;
}
.read-more-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 120px; /* adjust for your text */
  height: 120px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #003057;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.read-more-circle span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.read-more-circle:hover {
  background-color: #003057;
  color: #fff;
  border-color: #003057;
}

.read-more-circle:hover .arrow {
  transform: translateX(4px);
}
.read-more-btn {
  padding: 10px 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #ccc;
  font-weight: bold;
  color: #003057;
  transition: all 0.3s ease;
  text-decoration: none;
  width: 85px;
  height: 85px;
  line-height:20px;
}
.read-more-btn:hover {
  background-color: #005785;
  color: #fff;
  border-color: #005785;
}

.post-more{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E1E1E1;
    color: #247796;
    flex: 0 0 60px;
}
.post-more:hover{
    border: 1px solid #247796;
    color: #247796;
}
.wp-pagenavi{
    display:flex;
}
.wp-pagenavi span,
.wp-pagenavi a{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DAE6F9;
    color: #212529;
}
.wp-pagenavi span,
.wp-pagenavi span.current{
    color: #247796;
    border: 1px solid #247796;
}

.blog-widget{
    margin-bottom: 48px;
}
.search-form{
    position: relative;
}
.search-form input[type=text]{
    width: 100%;
    background: #EEF5FF82;
    border: none;
    padding: 18px 70px 18px 20px;
    margin: 0;
    outline: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
}
.search-form button{
    background: #1E293B;
    padding: 15px 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    color: #ffffff;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    border: none;
    outline: none;
}
.search-form button:hover,
.search-form button:focus{
    background-color: #999999;
    color: #ffffff;
}
.blog-widget .widget-title{
    font-weight: 700;
    margin-bottom: 20px;
}
.cat-list-item{
    margin-bottom: 14px;
}
.cat-list-item a{
    text-decoration: none;
}
.cat-thumb{
    width: 70px;
    flex: 0 0 70px;
    min-height: 70px;
    height: 100%;
    background-color: #063E53;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    margin-right: 10px;
    display: inline-block;
    border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
        -o-border-radius: 5px 0 0 5px;
}
.term-link-item{
    display: flex;
    width: 100%;
    position: relative;
    border: 1px solid #063E53;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    align-items: center;
    color: #000000;
}

.term-link-item i{
    right: 10px;
    position: absolute;
}
.term-link-item:hover{
    color: #005785;
}
.popular-item{
    display: flex;
    margin: 0 0 16px;
}
.popular-thumb{
    width: 25%;
}
.popular-thumb img{
    border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
    width: 100%;
    height: 70px;
    object-fit: cover;
    object-position: center;
}
.popular-right{
    width: 75%;
    padding-left: 15px;
}
.popular-right .entry-title{
    line-height: 21px;
}
.entry-date{
    font-size: 14px;
    line-height: 20px;
}
/*
Single post
*/
.single-post-title{
    border-bottom-color: #f19100;
}
.single-thumb img{
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -o-border-radius: 15px;
}
.quote-box{
    box-shadow: 0px 10px 30px 0px #3D5B7D26;
        -moz-box-shadow: 0px 10px 30px 0px #3D5B7D26;
        -webkit-box-shadow: 0px 10px 30px 0px #3D5B7D26;
        -o-box-shadow: 0px 10px 30px 0px #3D5B7D26;
    padding: 96px 50px 50px;
    background-color: #ffffff;
    position: relative;
    border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -o-border-radius: 15px;
    margin-top: 48px;
    margin-bottom: 48px;
}
.quote-box:before{
    width: 121px;
    height: 101px;
    background: url(../images/quote-open.png) no-repeat scroll 0 0;
    content:"";
    display: block;
    position: absolute;
    left: 34px;
    top: -15px;
}
.qcontent{
    font-style: italic;
    line-height: 34px;
    margin-bottom: 20px;
}
.qauthor{
    position: relative;
    font-weight: 700;
}
.qauthor:after{
    position: absolute;
    right: 0;
    bottom: 4px;
    content:"";
    display: inline-block;
    background: #1E293B;
    width: 100px;
    height: 6px;
}
.post-tags{
    border-top: 1px solid #DAE6F9;
    padding-top: 30px;
    margin-top: 48px;
}
.post-tags a{
    border: 1px solid #247796;
    font-size: 14px;
    line-height: 20px;
    color: #063E53;
    display: inline-block;
    border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
    padding: 4px 12px;
    margin-left: 10px;
}
.post-tags a:hover{
    border-color: #1E293B;
    background-color: #1E293B;
    color: #ffffff;
}
.author-box{
    box-shadow: 0px 10px 15px 0px #177EF740;
        -moz-box-shadow: 0px 10px 15px 0px #177EF740;
        -webkit-box-shadow: 0px 10px 15px 0px #177EF740;
        -o-box-shadow: 0px 10px 15px 0px #177EF740;
    border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -o-border-radius: 15px;
    background-color: #063E53;
    color: #ffffff;
    position: relative;
    display: flex;
    margin-top: 48px;
    margin-bottom: 48px;
}
.author-box:before{
    content:"";
    background-color: #B0B0B0;
    width: 196px;
    height: 196px;
    display: none;
    border-radius: 15px 0 0 15px;
        -moz-border-radius: 15px 0 0 15px;
        -webkit-border-radius: 15px 0 0 15px;
        -o-border-radius: 15px 0 0 15px;
}
.author-inner{
    padding: 20px 40px 20px;
}
.author-position{
    margin: 0;
}
.author-thumb{
    border-radius: 15px 0 0 15px;
        -moz-border-radius: 15px 0 0 15px;
        -webkit-border-radius: 15px 0 0 15px;
        -o-border-radius: 15px 0 0 15px;
    width: 196px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #B0B0B0;
}
.author-thumb img{
    width: 96px;
}
.author-inner h5{
    margin: 0 0 5px;
}
.author-links{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 5px 0 10px;
    font-size: 20px;
    line-height: 38px;
}
.author-links > li{
    padding: 0;
    margin: 0;
}
.author-links > li a{
    color: #ffffff;
}
.author-links > li a:hover{
    color: #999999;
}

.post-nav-link{
    display: flex;
    gap: 250px;
    justify-content: space-between;
    border-top: 1px solid #DAE6F9;
    padding-top: 40px;
    margin-top: 40px;
}
.post-nav-right{
    text-align: right;
}
.post-nav-item span{
    display: block;
}
.post-nav-item a{
    color: #000000;
}
.post-nav-item a:hover{
    color: #005785;
}
.nav-label{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 30px;
    margin-bottom: 16px;
}
.nav-title{
    font-weight: 700;
    margin-bottom: 4px;
}
.nav-date{
    font-size: 14px;
    line-height: 20px;
}
.post-nav-left .nav-label{
    background-image: url(../images/post-arrow-left.svg);
    background-position: left center;
    padding-left: 40px;
}
.post-nav-right .nav-label{
    background-image: url(../images/post-arrow-right.svg);
    background-position: right center;
    padding-right: 40px;
}

.recent-posts{
    border-top: 1px solid #DAE6F9;
    padding-top: 40px;
    margin-top: 40px;
}
.post-grid-item .post-inner{
    padding-left: 15px;
    padding-right: 15px;
}
.post-grid-item .post-excerpt{
    display: block;
}
.post-grid-item .post-image a{
    display: block;
    position: relative;
    padding-top: 56.25%;
}
.post-grid-item .post-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}


/*
* Contact
*/
.contact-wrap{
    border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -o-border-radius: 20px;
    background-color: #1E293B;
    display: flex;
    flex-wrap: wrap;
}
.contact-left{
    width: 40%;
    padding: 28px 45px;
}
.citem{
    margin-bottom: 18px;
    font-weight: 500;
}
.cbox{
    background-color: #ffffff;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 22px 22px 22px 78px;
    background-position: 22px 22px;
    background-repeat: no-repeat;
    background-size: 36px;
}
.cbox-phone{
    background-image: url('../images/Headphone.svg');
}
.cbox-email{
    background-image: url('../images/Email2.svg');
}
.cbox-address{
    background-image: url('../images/Location.svg');
}
.cbox-phone span{
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}
.contact-right{
    width: 60%;
    padding: 28px 45px;
    background-color: #1176a2;
    color: #ffffff;
    border-radius: 0 20px 20px 0;
        -moz-border-radius: 0 20px 20px 0;
        -webkit-border-radius: 0 20px 20px 0;
        -o-border-radius: 0 20px 20px 0;
}
.ftitle{
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 30px;
    font-weight: 600;
}
.citem h4{
    color: #084879;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
}
.citem p{
    margin: 0 0 8px;
}
.cform .form-inner{
    margin: 0 -15px;
}
.cform a{
    color: #ffffff;
    text-decoration: underline;
}
.vfbp-form .vfb-has-error {
    margin-bottom: 24px;
}
.vfbp-form .vfb-has-error .vfb-form-group {
    margin-bottom: 0;
}
.vfbp-form .vfb-has-error .vfb-help-block, 
.vfbp-form .vfb-has-error .vfb-control-label, 
.vfbp-form .vfb-has-error .vfb-radio, 
.vfbp-form .vfb-has-error .vfb-checkbox, 
.vfbp-form .vfb-has-error .vfb-radio-inline, 
.vfbp-form .vfb-has-error .vfb-checkbox-inline {
    color: #DF4949;
}
.vfbp-form .vfb-form-control{
    outline: none !important;
    padding: 18px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
    border: 1px solid #E6E8EA;
    background-color: #ffffff;
    box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
    height: auto;
}
.vfbp-form select.vfb-form-control{
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    -o-appearance:none;
    appearance:none;
    background-image: url('../images/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    padding-right: 38px;
}
.vfbp-form textarea.vfb-form-control{
    height: 170px;
}
.vfbp-form .vfb-form-group,
.vfbp-form .vfb-name-block .vfb-form-group {
    margin-bottom: 24px;
}
.vfbp-form label{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding-left: 22px;
    display: block;
}
.vfb-fieldType-submit{
    text-align: center;
}
.cform .vfbp-form .btn-primary{
    background-color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 35.88px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #0F172A;
    padding: 8px 60px;
    border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}
.cform .vfbp-form .btn-primary:hover{
    background-color: #ffffff;
    color: #334155;
}
.vfb-name-block:after{
    clear: both;
    content:"";
    display: block;
}
.cform .vfbp-form .vfb-has-success .vfb-control-label{
    color: #ffffff;
}
.cform .vfbp-form .vfb-required-asterisk {
    color: #ffffff;
}
.cform .vfbp-form .vfb-has-error .vfb-help-block, 
.cform .vfbp-form .vfb-has-error .vfb-control-label, 
.cform .vfbp-form .vfb-has-error .vfb-radio, 
.cform .vfbp-form .vfb-has-error .vfb-checkbox, 
.cform .vfbp-form .vfb-has-error .vfb-radio-inline, 
.cform .vfbp-form .vfb-has-error .vfb-checkbox-inline {
    color: #ffffff;
}
.teacher-info {
    text-align: center;
}
.teacher-info .team-title{
    justify-content: center;
}
.teacher-info .linkedin{
    padding-left: 15px;
    display: inline-block;
    color: #f19100;
}
.teacher-img img{
    border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
}
.team-list-title{
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px;
}
.team-list-title:before{
    content:"";
    width: 4px;
    height: 4px;
    border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
    background-color: #334155;
    position: absolute;
    top: 14px;
    left: 0;
    display: inline-block;
}


/* Modal */
.jif-modal-dialog{
    max-width: 580px;
}
.jif-modal-dialog .modal-content{
    padding: 32px;
    border-radius: 6px; 
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -o-border-radius: 6px;
    background-color: #ffffff;
}
.jif-modal-header{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    column-gap: 15px;
}
.jif-modal-header .btn-close{
    color: #0F172A;
    opacity: 1;
}
.jif-modal-header .modal-title{
    margin: 0;
    color: #0F172A;
    font-weight: 700;
}
.jif-modal-body{
    padding-top: 32px;
    
}

.featured-video-plus{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}
.featured-video-plus iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.film-bunlde-wrap{
    margin-bottom: 64px;
}
.film-bundle-item{
    margin-bottom: 32px;
}
.film-bundle-inner{
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
    border: 1px solid #E2E8F0;
    background: #FFF;
    box-shadow: 0px 1px var(--Blur-blur-1, 2px) 0px rgba(24, 24, 27, 0.08);
        -moz-box-shadow: 0px 1px var(--Blur-blur-1, 2px) 0px rgba(24, 24, 27, 0.08);
        -webkit-box-shadow: 0px 1px var(--Blur-blur-1, 2px) 0px rgba(24, 24, 27, 0.08);
        -o-box-shadow: 0px 1px var(--Blur-blur-1, 2px) 0px rgba(24, 24, 27, 0.08);
}
.bundle-film-left image,
.bundle-film-left iframe{
    border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        -o-border-radius: 8px 0 0 8px;
}
.bundle-film-right{
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 16px;
}
.bundle-film-right .single-sub-title{
    margin-bottom: 4px;
}
.bundle-film-right .film-short-desc{
    margin-bottom: 8px;
}
.bundle-film-right .film-short-desc p{
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3; 
    -webkit-box-orient: vertical;
}
.film-bundle-button{
    margin-top: 32px;
    margin-bottom: 0;
}
.film-bundle-item .cbtn{
    min-width: 240px;
}
.common_sense_media_section{
    align-items: center;
}
.common_sense_media_section img{
    width: auto !important;
    height: auto  !important;
}

/**
* PDF link
*/
.pdf-left:before,
.pdf-right:after,
.menu-item.pdf-left > a:before,
.menu-item.pdf-right > a:after{
    display: inline-block !important;
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
    background: none !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin-top: 0 !important;
}
.pdf-left:before,
.menu-item.pdf-left > a:before{
    margin-right: 5px;
    content: "\f1c1";
}
.pdf-right:after,
.menu-item.pdf-right > a:after{
    margin-left: 5px;
    content: "\f1c1";
}
.menu-item.pdf-left:before,
.menu-item.pdf-right:after{
  display: none !important;
}

/**
* External link
*/
.external-left:before,
.external-right:after,
.menu-item.external-left > a:before,
.menu-item.external-right > a:after{
    display: inline-block !important;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    background: none !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin-top: 0 !important;
}
.external-left:before,
.menu-item.external-left > a:before{
    margin-right: 5px;
    content: "\f08e";
}
.external-right:after,
.menu-item.external-right > a:after{
    margin-left: 5px;
    content: "\f08e";
}
.menu-item.external-left:before,
.menu-item.external-right:after{
  display: none !important;
}

/* Search Modal */
#searchModal .modal-dialog {
    max-width: 400px;
    margin: 0;
    position: fixed;
    top: 60px;
    right: 20px;
    transform: none;
    z-index: 1050;
}
#searchModal button{
    top:0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
}
#searchModal .modal-content {
    border-radius: 8px;
    border: none;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

#searchModal .modal-header {
    border-bottom: none;
    padding: 15px;
    background: #fff;
    border-radius: 8px 8px 0 0;
}

#searchModal .modal-body {
    padding: 0 15px 15px;
}

#searchModal .input-group {
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

#searchModal .search-field {
    border: none;
    padding: 12px 15px;
    font-size: 16px;
}

#searchModal .search-submit {
    padding: 12px 20px;
    border: none;
    background: #007bff;
}

#searchModal .search-submit:hover {
    background: #0056b3;
}

@media (min-width: 768px){
    .visible-sm{
        display: none;
    }
    .grid-column-3 .film-grid-item{
        width: 50%;
    }
    .partner-item{
        width: 25%;
    }
}

@media (min-width: 992px){
    .film-banner-left{
        padding-right: 13px;
    }
    .film-banner-right{
        padding-left: 13px;
    }
    .grid-column-3 .film-grid-item{
        width: 33.33333%;
    }
}

@media (min-width: 1024px){
    .container{
        max-width: 1024px;
    }
    .col-search{
        width: 28%;
    }
    .col-menu{
        width: 52%;
    }
    .sub-menu{
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #ffffff;
        z-index: 99;
        min-width: 220px;
        list-style: none;
        box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.10), 0px 20px 25px -5px rgba(0, 0, 0, 0.10);
            -moz-box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.10), 0px 20px 25px -5px rgba(0, 0, 0, 0.10);
            -webkit-box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.10), 0px 20px 25px -5px rgba(0, 0, 0, 0.10);
            -o-box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.10), 0px 20px 25px -5px rgba(0, 0, 0, 0.10);
        border-radius: 0px 0px 8px 8px;
            -moz-border-radius: 0px 0px 8px 8px;
            -webkit-border-radius: 0px 0px 8px 8px;
            -o-border-radius: 0px 0px 8px 8px;
        margin: 0;
        padding: 10px 0 8px;
        display: none;
    }
    .nav-last-item .sub-menu{
        left: auto;
        right: 0;
    }
    .sub-menu > li{
        margin: 0;
        padding: 0;
        position: relative;
    }
    .sub-menu > li > a{
        color: #0F172A;
        font-size: 16px;
        line-height: 16px;
        font-weight: 500;
        display: block;
        padding: 16px 20px;
    }
    .sub-menu > li > a:hover,
    .sub-menu > li > a:focus{
        color: #475569;
    }
    .main-nav > li > a, 
    .main-nav > li > div{
        border-bottom: 2px solid transparent;
    }
    .main-nav > li:hover > a, 
    .main-nav > li:hover > div{
        border-bottom-color: #0F172A;
    }
    .main-nav > li:hover > .sub-menu{
        display: block;
    }
    .menu-title{
        display: none !important;
    }
    .partner-item{
        width: 25%;
    }
}

@media (min-width: 1200px){
    .container{
        max-width: 1200px;
    }
    .main-left {
        padding-right: 35px;
    }
    .col-search{
        width: 34%;
    }
    .col-menu{
        width: 46%;
    }
    .saying-wrap{
        margin-left: calc((100% - 1170px) / 2);
    }
    .swiper-nav-wrap{
        max-width: 1200px;
        padding-right: 32px;
    }
}

@media (min-width: 1400px){
    .container{
        max-width: 1400px;
    }
    .col-search{
        width: 40%;
    }
    .col-menu{
        width: 40%;
    }
    .main-nav{
        margin: 0 -15px;
    }
    .main-nav > li {
        padding: 0 15px;
    }
    .swiper-nav-wrap{
        max-width: 1400px;
        padding-right: 32px;
    }
    .saying-wrap{
        margin-left: calc((100% - 1370px) / 2);
    }
}

@media (max-width: 1199px){
    .cbtn-donate{
        background-position: right 25px center;
    }
    .main-nav > li > a, 
    .main-nav > li span{
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 1023px){
    body.menu-active:after{
        content:"";
        background-color: rgba(0, 0, 0, 0.8);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .col-logo{
        width: 60%;
    }
    .col-search{
        display: none;
    }
    .col-menu{
        width: 40%;
    }
    
    .main-nav{
        position: fixed;
        top: 0;
        left: -325px;
        opacity: 0;
        background-color: #ffffff;
        border: 1px solid #D4D4D8;
        height: 100%;
        z-index: 999999;
        width: 320px;
        max-width: 320px;
        margin: 0;
        padding: 50px 16px 16px;
        transition: all 0.4s ease-out;
            -moz-transition: all 0.4s ease-out;
            -webkit-transition: all 0.4s ease-out;
            -o-transition: all 0.4s ease-out;
    }
    .main-nav > li{
        padding: 12px 0;
        border-bottom: 1px solid #CBD5E1;
        position: static;
    }
    .main-nav > li > a,
    .main-nav > li span{
        padding: 0;
    }
    .main-nav > li:hover > a, 
    .main-nav > li:hover > div > span, 
    .main-nav > li:hover > div > i {
        color: #0F172A;
    }
    .main-nav > li i:before{
        content: "\f054";
    }
    .main-nav > li i,
    .main-nav > li.menu-item-has-children i{
        float: right;
        padding: 6px;
    }
    .main-nav > li > a.cbtn{
        background-color: #ffffff;
        color: #084879;
        font-weight: 600;
    }
    .main-nav > li > a.cbtn:hover{
        background-color: #999999;
        color: #ffffff;
    }
  
    .sub-menu{
        box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            -o-box-shadow: none;
        padding: 0 16px 16px;
        margin: 0;
        list-style: none;
        position: absolute;
        top: 50px;
        left: -325px;
        opacity: 0;
        background-color: #ffffff;
        width: 100%;
        height: 100%;
        transition: all 0.4s ease-out;
            -moz-transition: all 0.4s ease-out;
            -webkit-transition: all 0.4s ease-out;
            -o-transition: all 0.4s ease-out;
    }
    .sub-menu > li{
        padding: 12px 0;
        margin: 0;
        border-bottom: 1px solid #CBD5E1;
    }
    .sub-menu > li > a{
        padding: 0;
        color: #0F172A;
        font-size: 16px;
        line-height: 16px;
    }
    .button-search,
    .button-open{
        display: block;
        font-size: 24px;
        line-height: 24px;
        float: right;
        color: #475569;
    }
    .button-search{
        margin-right: 20px;
    }
    .button-search:hover,
    .button-search:focus,
    .button-open:hover,
    .button-open:focus{
        color: #475569;
    }
    .button-close{
        position: fixed;
        top: 15px;
        left: 282px;
        z-index: 999999;
        font-size: 32px;
        line-height: 32px;
        color: #64748B;
    }
    .menu-title{
        left: 12px;
        position: fixed;
        top: 20px;
        z-index: 999999;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        color: #0F172A;
    }
    .menu-title i{
        display: inline-block;
        margin-right: 4px;
    }
    .button-close:hover,
    .button-close:focus{
        color: #64748B;
    }
    .menu-active .button-close{
        display: block;
    }
    .menu-active .main-nav{
        display: block;
        left: 0;
        opacity: 1;
    }
    .menu-item-active .sub-menu{
        left: 0;
        opacity: 1;
    }
}

@media (max-width: 991px){
    .footer-menus{
        width: 60%;
    }
    .footer-image{
        width: 40%;
    }
    .footer-donate{
        width: 100%;
    }
    .film-banner{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .download-guide{
        margin-bottom: 40px;
    }
    .contact-right, .contact-left {
        width: 100%;
    }
    .contact-right{
        border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
        -webkit-border-radius: 0 0 20px 20px;
        -o-border-radius: 0 0 20px 20px;
    }
    .bundle-film-right{
        padding-left: 16px;
    }
    .bundle-film-left image, .bundle-film-left iframe{
        border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
        -webkit-border-radius: 8px 8px 0 0;
        -o-border-radius: 8px 8px 0 0;
    }
}

@media(min-width: 768px) and (max-width: 991px){
    .footer-donate{
        padding-top: 24px;
        padding-right: 60%;
    }
}

@media (max-width: 767px){
    body{
        font-size: 16px;
        line-height: 24px;
    }
    h1,
    .h1{
        font-size: 32px;
        line-height: 40px;
    }

    h2,
    .h2{
        font-size: 28px;
        line-height: 36px;
    }

    h3,
    .h3{
        font-size: 26px;
        line-height: 34px;
    }

    h4,
    .h4{
        font-size: 24px;
        line-height: 32px;
    }

    h5,
    .h5{
        font-size: 18px;
        line-height: 26px;
    }

    h6,
    .h6{
        font-size: 16px;
        line-height: 24px;
    }
    input[type=text], input[type=email], input[type=tel], select, textarea{
        padding: 15px 20px;
    }
    .visible-md{
        display: none;
    }
    .home-banner{
        padding-bottom: 40px;
    }
    .home-banner .container{
        padding: 0;
    }
    .home-banner .row{
        margin: 0;
    }
    .banner-left{
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner-img img{
        width: 100%;
    }
    .home-banner .cbtn{
        width: 100%;
        text-align: center;
    }
    .home-banner .cbtn-arrow-right{
        background-position: right 40px center;
    }
    .saying-wrap{
        padding-right: 15px;
        padding-left: 15px;
    }
    .more-review{
        display: block;
    }
    .quoteCarousel .swiper-wrapper{
        transform: none !important;
        height: auto !important;
        overflow: hidden;
        width: 100% !important;
        display: block !important;
    }
    .quoteCarousel .swiper-slide{
        width: 100% !important;
        height: auto !important;
    }
    .quote-box{
        margin-bottom: 16px;
        padding: 40px 24px;
    }
    .quote-content{
        font-size: 18px;
        margin-bottom: 32px;
    }
    .quoteCarousel .swiper-nav-wrap{
        display: none;
    }
    .join-our{
        padding: 56px 0;
    }
    .footer-menus,
    .footer-image,
    .footer-donate{
        width: 100%;
    }
    .footer-donate{
        order: 2;
        border-top: 1px solid #64748B;
        padding-top: 24px;
    }
    .footer-image{
        order: 3;
    }
    .footer-nav-column{
        width: 50%;
        margin-bottom: 24px;
    }
    .socials{
        justify-content: center;
        margin-bottom: 24px;
    }
    .footer-bottom{
        display: block;
        text-align: center;
    }
    .bottom-menu{
        justify-content: center;
    }
    .copyright{
        text-align: center;
        padding-top: 24px;
    }
    .download-guide .cbtn{
        width: 100%;
    }
    .post-nav-link{
        gap: 30px;
    }
    .contact-box-info, 
    .contact-box-form {
        padding-left: 15px;
        padding-right: 15px;
    }
    .author-box{
        display: block;
    }
    .author-thumb{
        width: 100%;
        padding: 15px 0;
        text-align: center;
        border-radius: 15px 15px 0 0;
            -moz-border-radius: 15px 15px 0 0;
            -webkit-border-radius: 15px 15px 0 0;
            -o-border-radius: 15px 15px 0 0;
    }
    .col-sidebar{
        padding-bottom: 30px;
    }
    .contact-left,
    .contact-right{
        padding-left: 15px;
        padding-right: 15px;
    }
    .cbox-email a{
        word-wrap: break-word;
    }
    .ftitle {
        font-size: 26px;
        line-height: 34px;
    }
    #searchModal .modal-dialog{
        max-width: 100%;
        align-items: flex-start;
        left: 5%;
        right: 5%;
        top: 96px;
    }
}

@media (max-width: 479px){
    .post-inner{
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .post-excerpt{
        align-items: flex-end;
    }
    .qauthor:after{
        width: 50px;
        height: 4px;
    }
    .author-box:before{
        width: 100px;
        height: 120px;
    }
    .author-inner {
        padding: 20px 20px 20px;
    }
    .post-nav-item span.nav-title,
    .post-nav-item span.nav-date{
        display: none;
    }
    .curriculum-guide .cbtn,.btnshortcode{
        width: 100%;
    }
}