@font-face {
    font-family: 'Bahij-Janna';
    src: url('../fonts/bahij/BahijJanna.eot');
    src: url('../fonts/bahij/BahijJanna.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bahij/BahijJanna.woff2') format('woff2'),
    url('../fonts/bahij/BahijJanna.woff') format('woff'),
    url('../fonts/bahij/BahijJanna.ttf') format('truetype'),
    url('../fonts/bahij/BahijJanna.svg#BahijJanna') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bahij-Janna-bold';
    src: url('../fonts/bahij/BahijJanna-Bold.eot');
    src: url('../fonts/bahij/BahijJanna-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bahij/BahijJanna-Bold.woff2') format('woff2'),
    url('../fonts/bahij/BahijJanna-Bold.woff') format('woff'),
    url('../fonts/bahij/BahijJanna-Bold.ttf') format('truetype'),
    url('../fonts/bahij/BahijJanna-Bold.svg#BahijJanna-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/******************************/
/******************************/
:root {
    --primary: #d42d3f;
    --secondary: #389eb0;
    --gold: #cf8104;
    --gray: #828181;
    --black: #000;
    --white: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.wrap {
    overflow: hidden;
}

html[dir="ltr"] body {
    direction: ltr;
    text-align: left;
}

html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
}

body {
    font-family: 'Bahij-Janna';
    color: var(--black);
    background: var(--white);
    font-size: 16px;
}

p:last-of-type {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-weight: bold;
    color: var(--white);
}

button,
li,
a {
    color: var(--secondary);
    transition: all 0.5s ease-in-out;
}

a {
    display: inline-block;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

ul, ol {
    margin-bottom: 0;
}

button:focus {
    outline: 0;
}

li,
input[type=submit],
a {
    transition: all 0.5s linear;
}

img, iframe, video {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
}

.no-padding {
    padding: 0 !important;
}

.form-control {
    border-radius: 35px !important;
}

.form-group label {
    font-weight: bold;
}

html[dir="rtl"] .form-control {
    border-radius: 0;
    direction: rtl;
}

html[dir="ltr"] .form-control {
    direction: ltr;
}

textarea.form-control {
    height: 200px;
}

.form-control:focus {
    box-shadow: none;
    color: var(--primary);
}

.main-title {
    margin: 30px 0;
}
.main-title h1,
.main-title h2 {
    color: var(--black);
    font-size: 46px;
    position: relative;
    margin: 0;
    z-index: 2;
    font-weight: bold;
}

.main-btn a, .main-btn button {
    position: relative;
    color: var(--white) !important;
    border: 1px solid var(--secondary);
    background-color: var(--secondary);
    border-radius: 10px;
    width: 140px;
    height: 40px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    transition: all .35s ease-in-out;
}

.main-btn:hover a, .main-btn:hover button {
    color: var(--white) !important;
    background-color: var(--gold);
    border: 1px solid var(--gold);
    transform: translateY(-5px);

}


@media (max-width: 768px) {



}

@media (max-width: 500px) {
    .main-btn {

        font-size: 12px;

    }

    .main-title h2 {
        font-size: 28px;
    }
}

/******************************/
/* && search &&*/
/******************************/
#header-search {
    display: inline-block;
}

#search-header.open {
    background: rgba(0, 0, 0, 0.8);
}

#search-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    transform: translate(0px, 0px) scale(0.7, 0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

#search-header.open {
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    visibility: visible;
}

#search-header .search-form {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

#search-header input[type="search"] {
    font-size: 44px;
    color: #fff;
    font-weight: 300;
    border: 0;
    outline: none;
    width: 70%;
    height: 90px;
    line-height: normal;
    border-bottom: 1px solid;
}

#search-header .search-submit {
    z-index: 10;
    border: none !important;
}

#search-header .search-submit,
.search-icon {
    background: none;
    border: none;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 20px;
}

.search-icon:before {
    font-family: 'Font Awesome 5 Brands';
    content: "\f3eb";
    display: inline-block;
    width: 70px;
    height: 70px;
    font-size: 24px;
    padding-top: 20px;
    color: #fff;
}

#search-header .close {
    background: none;
    border: none;
    position: fixed;
    top: 45px;
    right: 45px;
    opacity: 1;
    cursor: pointer;
    color: #fff;
    text-align: center;
    transition: all 0.2s ease-out;
}

#search-header .close:hover {
    opacity: 0.8;
}

#search-header .close i {
    display: none;
}

#search-header .close:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f057";
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 29px;
    left: 0;
}

#search-header button.close {
    border: 2px solid #fff;
    height: 37px;
    width: 37px;
    border-radius: 200em;
}

#search-header input[type="search"] {
    background: rgba(0, 0, 0, 0);
    border-color: #5f5f5f;
}

#search-header .search-submit {
    color: transparent;
}

#search-header input[type="search"] {
    color: #fff;
}


/******************************/
/* && header &&*/
/******************************/
header {
    padding: 20px 0;
    background: var(--white);
}


.head-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.head-logo .main-logo {
    margin-inline-start: 25px;
}

.header--icon .open-search {
    background: var(--gold);
}

@media (min-width: 992px) {
    .header-icon-mob {
        display: none;
    }

    .header-icon-desc {
        display: block;
    }

    .main-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex: 1;
        margin-top: 30px;
    }

    .nav-list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 90%;
        flex-wrap: wrap;
        margin-bottom: 0;
        position: relative;
    }

    .nav-list > .menu-item {
        position: relative;
    }

    html[dir="ltr"] .nav-list > .menu-item:not(:last-of-type) {
        margin-inline-end: 5px;
    }

    html[dir="rtl"] .nav-list > .menu-item:not(:last-of-type) {
        margin-inline-start: 5px;
    }

    .nav-list > .menu-item > a {
        color: var(--gray);
        font-weight: bold;
        padding: 8px 7px 8px;
        text-align: center;
        font-size: 16px;
        position: relative;
        transition: all 0.35s ease-in-out;
    }

    .nav-list .menu-item:hover > a,
    .nav-list > .menu-item.active a {
        color: var(--secondary);

    }

    .nav-list > .menu-item-has-children > a:after {
        display: inline-block;
        content: "\f0d7";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        margin-inline-start: 10px;
        color: var(--gray);
        background: transparent;
        transition: all .35s ease-in-out;
    }


    .nav-list > .menu-item:hover > a:before,
    .nav-list > .menu-item.active a:before {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    .nav-list > .menu-item-has-children:hover a:after {
        transform: rotateX(-180deg);
        color: var(--secondary);
    }

    html[dir="rtl"].sub-menu {
        left: 0;
    }

    html[dir="ltr"].sub-menu {
        right: 0;
    }

    .sub-menu {
        position: absolute;
        top: 100%;
        z-index: 4;
        min-width: 200px;
        background-color: #f4f4f4;
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
        transform-origin: 0 0 0;
        transform: scaleY(0);
        box-shadow: 0 0 26px rgba(0, 0, 0, .17);
        transition: all 0.2s ease-in-out;
    }

    .sub-menu li {
        position: relative;
        padding: 0 20px;
    }

    .sub-menu li:not(:last-of-type) a {
        margin-bottom: 10px;
    }

    .sub-menu li a {
        display: block;
        width: 100%;
        position: relative;
        color: var(--black);
        padding-bottom: 10px;
        transition: all 0.5s ease-in-out;
    }

    html[dir="rtl"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        left: 0;
        content: "\f060";
    }

    html[dir="ltr"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        right: 0;
        content: "\f061";
    }

    .nav-list .sub-menu > li.menu-item-has-children > a:after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: var(--black);
        position: absolute;
        transition: all 0.5s ease-in-out;
    }

    .sub-menu li a:hover {
        color: var(--secondary);
    }

    .nav-list .sub-menu > li.menu-item-has-children:hover > a:after {
        color: var(--secondary);
    }

    .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: scaleY(1);
    }

    html[dir="rtl"] .sub-menu .menu-item-has-children .sub-menu {
        right: 100%;
    }

    html[dir="ltr"] .sub-menu .menu-item-has-children .sub-menu {
        left: 100%;
    }

    .sub-menu .menu-item-has-children .sub-menu {
        top: 0 !important;
    }

    html[dir="rtl"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        right: 100%;
    }

    html[dir="ltr"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        left: 100%;
    }


    html[dir="rtl"] .nav-list > .menu-item-has-children > .sub-menu a:before {
        content: "\f100";
    }

    html[dir="ltr"] .nav-list > .menu-item-has-children > .sub-menu a:before {
        content: "\f101";
    }

    .nav-list > .menu-item-has-children > .sub-menu a:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        display: inline-block;
        margin-inline-end: 10px;
        color: var(--black);
        font-size: 14px;
        transition: all .35s ease-in-out;
    }

    .nav-list > .menu-item-has-children > .sub-menu a:hover:before {
        color: var(--secondary);
    }

    .nav-btn,
    .mobile-nav-list,
    .dd-trigger {
        display: none;
    }


}

@media (max-width: 992px) {
    .header-icon-desc {
        display: none;
    }

    .header-icon-mob {
        display: block;
    }

    .header-content {
        justify-content: flex-start;
    }


    .head-logo .header-icon a {
        margin: 0 10px;
        font-size: 24px;
    }


    .whats-mob {
        display: block;
    }


    .whats-desc {
        display: none;
    }

    .nav-list {
        display: none;
    }

    .dd-trigger {
        display: inline-block;
    }

    .main-nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .head-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;

        margin-bottom: 0;
    }

    .head-logo .header-icon {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

    .header-icon {
        margin-top: 0;
    }

    .menu-icons a:not(:last-of-type) {
        margin-inline-end: 10px;
    }

    .nav-list > li.menu-item-has-children > a:after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: var(--white);
        position: absolute;
        transition: all 0.5s ease-in-out;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 15px;
        text-align: center;
        color: var(--white) !important;
        padding: 0;
        display: block;
        background-color: var(--primary);
        transition: all 0.5s ease-in-out;
    }

    html[dir="ltr"] .mobile-nav-list {
        left: 0;
        transform: translateX(-100%);
    }

    html[dir="rtl"] .mobile-nav-list {
        transform: translateX(100%);
        right: 0;
    }

    .mobile-nav-list {
        width: 300px;
        height: 100%;
        padding: 15px;
        background-color: rgba(255, 255, 255, 1);
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        z-index: 6;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        overflow-y: scroll;
        transition: all .5s linear;
    }

    .mobile-nav-list .menu-item {
        position: relative;
        border-bottom: 1px solid var(--primary);
    }

    .mobile-nav-list .menu-item:not(:last-of-type) a {
    }

    .mobile-nav-list .menu-item > a {
        display: block;
        color: var(--black);
        padding: 15px;
    }

    .mobile-nav-list .menu-item.menu-item-has-children > a {
        width: calc(100% - 34px);
        display: inline-block;
    }

    .mobile-nav-list .menu-item > a:hover,
    .mobile-nav-list .menu-item.active > a {
        color: var(--black);
    }

    html[dir="ltr"] .mobile-nav-list .menu-item.menu-item-has-children i {
        border-left: 1px solid var(--black);
    }

    html[dir="rtl"] .mobile-nav-list .menu-item.menu-item-has-children i {
        border-right: 1px solid var(--black);
    }

    .mobile-nav-list .menu-item.menu-item-has-children i {
        color: var(--black);
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;

        transform-origin: center;
        transition: all .3s linear;
    }

    .mobile-nav-list .menu-item i.open {
        color: var(--white);
    }

    .sub-menu {
        list-style: none;
        background-color: var(--primary);
    }

    .mobile-nav-list .sub-menu a {
        display: block;
        padding: 15px 25px;
        color: var(--white);

        transition: all .3s linear;
    }

    .mobile-nav-list .sub-menu a:hover {
        color: #393839;
    }

    .trans-none {
        transform: none !important;
    }

    html[dir="ltr"] .nav-overlay {
        right: 0;
        transform: translateX(100%);
    }

    html[dir="rtl"] .nav-overlay {
        left: 0;
        transform: translateX(-100%);
    }

    .nav-overlay {
        display: block;
        position: fixed;
        top: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        transition: all .35s ease-in-out;
    }

    .head-logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

@media (max-width: 768px) {



    .header--icon {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }
}

@media (max-width: 500px) {

    .head-logo {
        margin-bottom: 10px;
    }
}

/******************************/
/* && slider &&*/
/******************************/

.main-slider .mainItem {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.main-slider:before {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    background-image: url("../images/curv.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 135px;
    width: 100%;
    z-index: 1;
}

.mainItem .slider-img img {
    width: 100%;
     max-height: 705px;
}

.main-slider .mainItem-overlay {
    position: absolute;

    top: 22%;
    right: 10%;

    color: var(--black);
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.main-slider .slid-tit .tit {
    font-size: 88px;
    color: var(--secondary);
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.main-slider .slid-tit .tit span {
    margin: 5px 0;
}

.main-slider .slid-tit .tit span:nth-of-type(1) {
    color: var(--primary);
}

.main-slider .slid-tit .tit span:nth-of-type(2) {
    color: var(--secondary);
}

.main-slider .slid-tit .tit span:nth-of-type(3) {
    color: var(--gold);
}

.main-slider .slid-tit .main-btn {
    margin-bottom: 20px;
}


.main-slider .owl-dots {
    position: absolute;
    display: flex;
    bottom: 70px;
    right: 10%;

}

.main-slider .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 50%;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gold);
    transition: all .35s ease-in-out;
}

.main-slider .owl-dots .owl-dot span {
    width: 10px;
    border-radius: 50%;
    height: 10px;
    transition: all .35s ease-in-out;
}

.main-slider .owl-dots .owl-dot.active {
    border: 1px solid rgb(0, 159, 112);
    transition: all .35s ease-in-out;
}

.main-slider .owl-dots .owl-dot.active span {
    background: linear-gradient(90deg, rgba(0, 159, 112, 1) 0%, rgba(0, 112, 187, 1) 50%);
    transition: all .35s ease-in-out;
}


@media (max-width: 768px) {
    .main-slider:before {
        height: 80px;
    }

    .main-slider .slid-tit .tit {
        font-size: 48px;
        line-height: 50px;
    }

    .main-slider .slid-tit .desc {
        margin: 10px 0;
        font-size: 34px;
        line-height: 30px;
    }

    .main-slider .slid-tit .des {
        font-size: 46px;
        line-height: 40px;

    }
.mainItem .slider-img img{
    max-height : 550px;
}
    .main-slider .slid-tit {
        margin-inline-start: 0;
    }

}

@media (max-width: 500px) {
    .main-slider:before {
        height: 30px;
    }

    .main-slider .slid-tit .tit {
        font-size: 16px;
        line-height: 18px;

    }

    .main-slider .slid-tit .main-btn a {
        margin: 0;
        max-width: 100px;

    }

.mainItem .slider-img img{
    max-height : 180px;
}
    .main-slider .slid-tit h3 {
        font-size: 24px;
        display: inline-block;
    }


    .slid-url {
        display: table;
        margin: 0 auto;
    }

}

/******************************/
/* && fly-social &&*/
/******************************/
.fly-social .social {
    position: fixed;
    left: 10px;
    top: 50%;
    z-index: 99;
    display: flex;
    align-items: center;
    flex-direction: column;

}

.fly-social a  {

    text-align: center;
    margin: 2px 0;
    transition: all .35s ease-in-out;
}



@media (max-width: 768px) {
    .fly-social {
        left: 15px;

    }

    .fly-social a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

/******************************/
/* && about &&*/
/******************************/
.about {
    padding: 50px 0 100px;
    position: relative;
    background-image: url("../images/about-bg.png");
    background-position: 0 450px;
    background-size: contain;
    background-repeat: no-repeat;

}

.col-abt .about-item {
    padding: 15px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 0 29px rgba(0, 0, 0, .18);
}

.col-abt:nth-of-type(1) .about-item {
    background: #fceaec;
}

.col-abt:nth-of-type(1) .about-item:before {
    content: " ";
    background-image: url("../images/about-bg-1.png");
    background-size: cover;
    width: 100%;
    height: 175px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
}

.col-abt:nth-of-type(2) .about-item {
    background: #e3faff;
    margin-top: 50px;
}

.col-abt:nth-of-type(2) .about-item:before {
    content: " ";
    background-image: url("../images/about-bg-2.png");
    background-size: cover;
    width: 100%;
    height: 175px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
}

.col-abt:nth-of-type(3) .about-item {
    background: #fae7c7;
}

.col-abt:nth-of-type(3) .about-item:before {
    content: " ";
    background-image: url("../images/about-bg-3.png");
    background-size: cover;
    width: 100%;
    height: 175px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
}

.about-head {

    margin-bottom: 20px;
}

.about .about-title {
    font-size: 32px;
    font-weight: bold;
    color: var(--black);
    transition: all .35s ease-in-out;
}

.about .about-item:hover .about-title {
    color: var(--secondary);
}

.about-desc {
    color: var(--gray);
    font-size: 18px;
    position: relative;
    z-index: 1;
}

.about-desc {
    display: flex;
    flex-direction: column;
}


@media (max-width: 768px) {
    .col-abt:nth-of-type(2) .about-item{
        margin-top: 150px;
    }
    .col-abt:nth-of-type(3) .about-item{
        margin-top: -100px;
    }

}

@media (max-width: 500px) {
    .about{
        padding: 25px 0 50px;
    }
    .col-abt:nth-of-type(2) .about-item{
        margin : 30px 0;

    }
    .col-abt:nth-of-type(3) .about-item{
        margin-top: 0px;
    }
}


/******************************/
/* && category &&*/
/******************************/
.category{
        overflow: hidden;

}
.category-items {
    position: relative;
}

.category-items .img img {
    width: 100%;
}

.category-items .content {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.category-items .content .desc {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--black);
    transition: all .35s ease-in-out;
}

.category-items:hover .content .desc {
    color: var(--white);

}

.category .col-c:nth-of-type(1) .category-items .content {
    right: 15%;
}

.category .col-c:nth-of-type(2) .category-items .content {
    left: 15%;
}

@media (max-width: 768px) {

    .category-items .content .desc{
        font-size: 34px;
    }
}

@media (max-width: 500px) {


}

/******************************/
/* && program &&*/
/******************************/
.program {
    padding: 50px 0;
}

.program-items .image img {
    width: 100%;
    border-radius: 15px 15px 0 0;
}

.program-items .content {
    background: #e3faff;
    border-radius: 0 0 15px 15px;
    padding: 15px;
}

.program .new-row .program-items:nth-of-type(5n + 1) .content {
    padding: 30px;

}

.program-items .content .title {
    font-size: 18px;
    font-weight: bold;
    color: var(--black);

}

.program .new-row .program-items:nth-of-type(5n + 1) .content .title {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--secondary);


}

.program-items .content .desc {
    font-size: 14px;
    margin-bottom: 10px;

}

.program .new-row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2em;
}

.program .new-row .program-items:nth-of-type(5n + 1) {
    grid-column: span 6;
    grid-row: span 2;
}

.program .new-row .program-items:nth-of-type(5n + 2) {
    grid-column: span 3;
    grid-row: span 1;
}
.program .new-row .program-items:nth-of-type(5n + 2) img
,.program .new-row .program-items:nth-of-type(5n + 3) img
,.program .new-row .program-items:nth-of-type(5n + 4) img
,.program .new-row .program-items:nth-of-type(5n + 5) img{
    height : 175px;
}

.program .new-row .program-items:nth-of-type(5n + 3) {
    grid-column: span 3;
    grid-row: span 1;
}

.program .new-row .program-items:nth-of-type(5n + 4) {
    grid-column: span 3;
    grid-row: span 1;
}

.program .new-row .program-items:nth-of-type(5n + 5) {
    grid-column: span 3;
    grid-row: span 1;
}

@media (max-width: 768px) {
    .program .new-row .program-items:nth-of-type(5n + 1) {
        grid-column: span 12;
        grid-row: span 1;
    }

    .program .new-row .program-items:nth-of-type(5n + 2) {
        grid-column: span 6;
        grid-row: span 1;
    }

    .program .new-row .program-items:nth-of-type(5n + 3) {
        grid-column: span 6;
        grid-row: span 1;
    }

    .program .new-row .program-items:nth-of-type(5n + 4) {
        grid-column: span 6;
        grid-row: span 1;
    }

    .program .new-row .program-items:nth-of-type(5n + 5) {
        grid-column: span 6;
        grid-row: span 1;
    }

}

@media (max-width: 500px) {
    .program-items .content{
        padding: 5px;
    }
    .program .new-row .program-items:nth-of-type(5n + 1) .content{
        padding: 12px;
    }
    .program-items .content .title{
        font-size: 14px;
    }
    .program .new-row{
        margin: 0;
    }

}

/******************************/
/* && activity &&*/
/******************************/
.activity {
    position: relative;
}

.activity:before {
    content: " ";
    background-image: url("../images/a-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
position: absolute;
    left: 0;
    top: 0;
    width: 232px;
    height: 902px;

}
.activity:after {
    content: " ";
    background-image: url("../images/cont-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 199px;
    height: 697px;

}
.activity-image {
    position: relative;
    margin-bottom: 10px;
}

.activity-items .activity-image:before {
    content: " ";
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 15px;
    z-index: 1;
    opacity: 0;
    transition: all .35s ease-in-out;
}

.activity-items:hover .activity-image:before {
    opacity: 1;
    box-shadow: 0 0 29px rgba(0, 0, 0, .42);
}

.activity-image .img img {
    width: 100%;
    border-radius: 15px;
}

.activity-items .activity-image .date {
    background: var(--gold);
    color: var(--white);
    padding: 5px;
    position: absolute;
    right: 0;
    bottom: 15px;
    z-index: 2;
    transition: all .5s ease-in-out;

}

.activity-items:hover .activity-image .date {
    background: var(--secondary);

}

.activity-image .date span {
    margin-inline-start: 10px;
}

.activity-content .title {
    color: var(--gold);
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
    transition: all .5s ease-in-out;

}

.activity-items:hover .activity-content .title {
    color: var(--secondary);
}

.activity-content .desc {
    color: var(--gray);

}

.activity .main-btn.d-table a {
    justify-content: center;
    margin: 50px auto;
    border: 1px solid var(--primary);
    background: transparent;
    color: var(--primary) !important;
}

.activity .main-btn.d-table a:hover {

    border: 1px solid var(--secondary);
    background: var(--secondary);
    color: var(--white) !important;
}
.banner-form{
    padding: 30px 0;
}
.contact-content .tit{
    font-size: 38px;
    margin-bottom: 20px;
    color: var(--black);
    font-weight: bold;
}
.banners {
    background: #eef1f6;
    padding: 15px 30px;
    height: 220px;
    margin-bottom: 30px;
    border-radius: 15px;
}

.banners-content .tit {
    font-size: 46px;
    width: 75%;
    font-weight: bold;

}

.banners-content .main-btn {
    float: left;

}

.col-banner .banners:nth-of-type(1) .banners-content .tit {
    color: var(--secondary);
}

.col-banner .banners:nth-of-type(2) .banners-content .tit {
    color: var(--primary);
}

@media (max-width: 768px) {
.contact-form .main-btn{
     margin: 10px auto;
}
    .contact-content{
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .banners-content .tit{
        font-size: 24px;
    }
    .banners{
        height: 150px;
    }
.activity-items{
    margin-bottom: 20px;
}
}

/******************************/
/*footer*/
/******************************/
footer{
    padding: 50px 0 20px ;
     position: relative;
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-size: cover;
 }
.mid-footer-content{
    margin-top: 50px;
    border-bottom: 1px solid var(--white);
    padding-bottom: 30px;
}
.mid-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.info{
    display: flex;
    align-items: center;
    justify-content: center;
}

.info .icon {
    position: relative;
}


.qr{
    display: flex;
    justify-content: flex-end;
}
.info .icon i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 10px;
    text-align: center;
    background: transparent;
    color: var(--gold);
    border: 1px solid var(--gold);
    transform: translateY(0);
    transition: all .35s ease-in-out;

}

.info:hover .icon i {
    background: var(--secondary);
    color: var(--white);
    border: 1px solid var(--secondary);
}

.info .info-content .kay {
    color: var(--primary);
    font-size: 18px;
    font-weight: bold;
}

.info .info-content .value {
     color: var(--white);
}

.footer-hed .tit {
    font-size: 64px;
    color: var(--white);
}
.info-content {
    margin-inline-start: 10px;
}
.footer-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}
.footer-list li {
    margin: 10px 30px;
}
.footer-list li a {
    color: var(--white) !important;
    font-weight: bold;
    transition: all .35s ease-in-out;
}
.footer-list li a:hover{
    color: var(--secondary) !important;

}
.end-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white) !important;
}
.end-footer a {
    color: var(--secondary);
    margin: 0 5px;
}
.footer-powrd{
    position: relative;
 }

@media (max-width: 768px) {
    .qr{
        justify-content: center;
        margin-top: 20px;
    }
    .footer-list li{
        margin: 10px 10px;

    }
}
@media (max-width: 500px){
    .mid-footer{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .info{
        justify-content: flex-start !important;
        align-items: flex-start !important;
        margin-bottom: 30px;
    }
    .info-content{
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
    .info:nth-of-type(2){
        border: none !important;
    }
    .footer-list ul{
        flex-wrap: wrap;
    }
    .end-footer{
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .end-footer h6{
        font-size: 12px;
    }
}

/**/
.breadcrumb-area{
    color: var(--primary);
    background-color: var(--gold);
    padding: 15px 0;
}
.breadcrumb-area a{
    color: var(--white);
}
.content{
    padding: 50px 0;
}
.uploadBox input {
    display: none;
}

.uploadBox label {
    border: 1px solid #000;
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 5px 20px;
    font-size: 17px;
    color: #000;
    margin: 0;
    transition: all .4s ease-in-out;
    cursor: pointer;
}

.upload-icon {

    transition: all .4s ease-in-out;
}

.uploadBox label:hover {
    background: var(--secondary);
    color: #fff;
}

.uploadBox label:hover .upload-icon {
    /*filter: brightness(0) invert(1);*/
}
.content .program-items{
    margin-bottom : 30px;
}
.content .program-items .image img{
    height : 200px ;
}