* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Preloader */
#preloader {
    position: fixed;
    inset: 0;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Logo */
#loader-logo {
    width: 160px;
}

/* Loading line */
.loader-line {
    width: 0;
    height: 4px;
    background: #0a3c78;
    margin-top: 20px;
}

/* Content hidden */
#content {
    visibility: hidden;

}

.fa-border-none:before
{
    content:"\f850"
}
thead.table-dark th,thead.table-dark td
{
    background-color: #006c36;
    color: #fcc236;
}
.main-header .main-navigation-area .main-navigation ul li.current_page_item > a {
    background-color: #006c36;
    color: white;
}
.main-header .main-navigation-area .main-navigation ul li a {
    padding: 32px 8px;
}
.elementor-2785 .elementor-element.elementor-element-27ebb72:not(.elementor-motion-effects-element-type-background), .elementor-2785 .elementor-element.elementor-element-27ebb72 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: url(../img/aboutSchool.png);

}
.elementor-2785 .elementor-element.elementor-element-27ebb72 > .elementor-background-overlay
{
    background-color: transparent;
    background-image: linear-gradient(300deg, #FCC236 19%, #211d1dad 15%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.heading{
    font-family: "Roboto", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #006C36;
    padding: 20px 0;
}


.full-width-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.margin-0 {
     margin: 0;
}
.padding-0 {
    padding: 0;
}
/* ------------------------------------
    Program Section CSS
---------------------------------------*/
.rts__light {
    background: #f6f6f6;
}


.rts__section {
    position: relative;
}
.rts__program--item--description {
    color: white;
    opacity: 0;
    transition: all 0.4s ease;
    font-size: 15px;
}
.rts__program--item .rts-nbg-btn {
    position: absolute;
    bottom: 40px;
    color: white);
    font-weight: 400;
}

a.rts-nbg-btn {
    font-weight: 500;
    position: relative;
    color: #FCC236 ;
    text-transform: capitalize;
}
.rts__program--item:hover::after, .rts__program--item.active::after {
    opacity: 1;
    left: 0;
}
.rts__program--item:hover .rts__program--item--description,
.rts__program--item.active .rts__program--item--description {
    opacity: 1;
}
.rts__program--item {
   /* max-width: 300px;
    max-height: 360px;*/
    height: 360px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 38px;
    padding-right: 26px;
    padding-left: 28px;
    position: relative;
    overflow: hidden;
}
.rts__program--item>* {
    position: relative;
    z-index: 1;
}
.rts__program--item::after {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    transition:all 0.4s ease;
    left: -50%;
    opacity: 0;
}
.rts__program--item::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
    transition: all 0.4s ease;
}
/* ------------------------------------
    Gallery Section CSS
---------------------------------------*/
.rs-gallery .gallery-item {
    padding: 0 30px 30px 0;
}
.rs-gallery .gallery-item .gallery-img a img {
    border-radius: 5px;
}
.rs-gallery .gallery-item .title {
    padding-top: 25px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #111111;
}
.rs-gallery.style2 .gallery-part {
    position: relative;
    overflow: hidden;
}
.rs-gallery.style2 .gallery-part .gallery-img {
    position: relative;
    overflow: hidden;
}
.rs-gallery.style2 .gallery-part .gallery-img a img {
    transform: scale(1);
    transition: all .8s ease;
    height: 220px;
    width: 100%;
}
.rs-gallery.style2 .gallery-part .gallery-img a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #171f32;
    opacity: 0;
    display: block;
    transition: all .8s ease;
    z-index: 1;
}
.rs-gallery.style2 .gallery-part:hover .gallery-img a img {
    transform: scale(1.1);
}
.rs-gallery.style2 .gallery-part:hover .gallery-img a:before {
    opacity: .4;
}
.rs-gallery.home11-style .gallery-part .gallery-img {
    position: relative;
}
.rs-gallery.home11-style .gallery-part .gallery-img img {
    border-radius: 30px;
}
.rs-gallery.home11-style .gallery-part .gallery-img .content-part {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #4e49a1;
    padding: 5px 20px;
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    right: 0;
    transition: all .4s ease;
}
.rs-gallery.home11-style .gallery-part .gallery-img .content-part .title {
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    color: #ffffff;
    padding: 15px 0 15px;
    margin: 0;
}
.rs-gallery.home11-style .gallery-part .gallery-img .gallery-info {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s ease;
    z-index: 1;
    text-align: center;
    width: 100%;
}
.rs-gallery.home11-style .gallery-part .gallery-img .gallery-info .title-part {
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}
.rs-gallery.home11-style .gallery-part .gallery-img .gallery-info p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    padding-right: 60px;
    padding-left: 60px;
    margin-bottom: 15px;
}
.rs-gallery.home11-style .gallery-part .gallery-img .gallery-info .btn-part a {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
}
.rs-gallery.home11-style .gallery-part .gallery-img .gallery-info .btn-part a i {
    padding-left: 6px;
}
.rs-gallery.home11-style .gallery-part .gallery-img .gallery-info .btn-part a i:before {
    font-size: 16px;
}
.rs-gallery.home11-style .gallery-part .gallery-img:before {
    content: '';
    background: #4e49a1;
    position: absolute;
    visibility: hidden;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    opacity: 0;
    display: block;
    transition: all .4s ease;
    z-index: 1;
}
.rs-gallery.home11-style .gallery-part:hover .content-part {
    visibility: hidden;
    opacity: 0;
}
.rs-gallery.home11-style .gallery-part:hover .gallery-img .gallery-info {
    opacity: 1;
    visibility: visible;
}
.rs-gallery.home11-style .gallery-part:hover .gallery-img .gallery-info .title-part {
    color: #ffffff;
}
.rs-gallery.home11-style .gallery-part:hover .gallery-img .gallery-info p {
    color: #ffffff;
}
.rs-gallery.home11-style .gallery-part:hover .gallery-img .gallery-info .btn-part a {
    color: #ffffff;
}
.rs-gallery.home11-style .gallery-part:hover .gallery-img:before {
    visibility: visible;
    opacity: 0.9;
}



