html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #4A4A4A;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

@media (max-width: 575px) {

    .container,
    [class*='col-'] {
        padding: 0 10px;
    }

    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
}

#sitemenu {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #fff;
    transition: all .4s ease;

}


#sitemenu.scrolled {
    background-color: #fff !important;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 30%)
}

.navbar .nav-link {
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;

}

#sitemenu.scrolled .nav-link {
    color: #2C2C2C !important;
}

.navbar-toggler {
    color: #fff !important;
    padding: 4px !important;
    background-color: rgba(0, 0, 0, 0);
    height: 36px;
    width: 36px;
    border-color: rgba(0, 0, 0, 0) !important;
}

#sitemenu.scrolled .navbar-toggler,
#sitemenu.menuopen .navbar-toggler {
    color: #000 !important;
}

.navbar-toggler svg {
    height: 32px;
}

.btn {
    border-radius: 6px;
    padding: 12px 16px;
    line-height: 24px;
    font-weight: 500;
}

.lang-tog {
    background-color: #fff;
    color: #2c2c2c;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Noto Sans Arabic', sans-serif;
    padding-bottom: 14px;
    padding-top: 7px;
    width: 50px;
    margin-right: 1rem;
}

#sitemenu.scrolled .lang-tog {
    background-color: #14415A;
    color: #fff;
}

.btn-green {
    background-color: #188E9C;
    color: #fff;
}

.menu-btns .btn-green {
    font-size: 18px;
    font-weight: 500;

}

.hov1 {
    transition: all .5s ease;
}

.hov1:hover,
.hov1:focus {
    box-shadow: inset 0 54px 0 0 rgba(255, 255, 255, 0.09),
        inset 0 -54px 0 0 rgba(255, 255, 255, 0.09);
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.banner {
    height: 100vh;
    min-height: 600px;
    width: 100%;
    max-height: 768px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.banner .container {
    position: relative;
    z-index: 5;
    padding-top: 80px;
    text-align: center;
    color: #fff;
}

.banner::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .6;
    z-index: 1;
}

.text-yellow {
    color: #63b348;
}

.banner .container .text-yellow {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 18px;
}

.banner h1 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.52;
    margin-bottom: 2.5rem;
}

.banner .container .info {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}

.banner .container .info>div {
    margin-right: 2.5rem;
    display: flex;
    align-items: center;
}

.banner .container .info>div img {
    margin-right: .75rem;
}

.btn-yellow {
    background-color: #63b348;
    color: #fff;
}

.banner .container .btn-yellow {
    font-size: 18px;
    font-weight: 500;
    margin-top: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #ffcc00;
}


@media (min-width: 992px) {
    #navbarNav>ul {
        margin: auto;
    }

    .navbar .nav-link {
        margin: 0 .5rem;
    }

    .menu-btns .btn-green {
        min-width: 178px;
    }
}

@media (min-width: 1200px) {

    .navbar .nav-link {
        margin: 0 1rem;
    }

}

@media (max-width: 991.98px) {
    #sitemenu.menuopen {
        background-color: #ebebeb !important;
    }

    #sitemenu.menuopen .lang-tog {
        background-color: #188E9C;
        color: #fff;
    }

    #sitemenu.menuopen .nav-link {
        color: #2c2c2c !important;
    }

    #navbarNav>ul {
        padding: 1rem;
        margin-top: 1rem;
        width: 100%;
        border-top: 2px solid #F59C00;
    }

    .menu-btns {
        padding: 1rem;
        padding-top: 0;
    }

    .nav-link {
        margin-bottom: 5px;
        padding-bottom: 10px;
        font-size: 16px !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
}

@media (max-width: 768px) {
    .banner h1 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .banner h1 {
        font-size: 32px;
        margin-bottom: 1.5rem;
    }

    .banner .container .info {
        font-size: 16px;
        flex-wrap: wrap;
    }

    .banner .container .btn-yellow {
        margin-top: 1.5rem;
    }

    .banner .container .info>div {
        margin-right: 0;
        margin-bottom: .5rem;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .banner .container .info>div img {
        max-height: 18px;
    }

    .navbar-brand img {
        max-width: 140px;
    }
}

.time-cont {
    position: relative;
    z-index: 15;
    transform: translateY(-50%);
}

.time-count {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #188E9C;
    color: #fff;
    justify-content: center;
    padding: 1.75rem 1rem;
    box-shadow: 0 10px 20px rgb(0 0 0 / 18%), 0 7px 10px rgb(0 0 0 / 14%);
    border-radius: .75rem;
}

.time-count .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    max-width: 740px;
}

.time-count .inner>div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}

.time-count .inner>div>div {
    width: 100%;
    text-align: center;
}

.time-count .num {
    font-size: 70px;
    font-weight: bold;
    line-height: 1.23;
    margin-bottom: 10px;
}

.time-count .sec .num {
    width: 125px;
}

.time-count .lbl {
    font-size: 18px;
    font-weight: 500;
}

.time-count .dots {
    font-size: 80px;
    font-weight: bold;
}

@media (max-width: 767.98px) {

    .time-count .num {
        font-size: 40px;
    }

    .time-count .sec .num {
        width: 80px;
    }

    .time-count .lbl {
        font-size: 16px;
    }

    .time-count .dots {
        font-size: 40px;
        font-weight: bold;
    }
}

@media (max-width: 420px) {
    .time-count .num {
        font-size: 24px;
        margin-bottom: 3px;
    }

    .time-count .sec .num {
        width: 35px;
    }

    .time-count .lbl {
        font-size: 14px;
    }

    .time-count .dots {
        font-size: 24px;
        font-weight: bold;
    }
}

.sec-title {
    text-align: center;
}

.text-green {
    color: #188e9c;
}

.sec-title .text-green {
    font-weight: 600;
}

.sec-title .dark {
    color: #2E2E2E;
    font-size: 22px;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    max-width: 588px;
    margin-left: auto;
    margin-right: auto;
}

.about-sec .container {
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.about-text {
    font-size: 17px;
    line-height: 32px;
    text-align: center;
}

.about-sec .text-center .btn {
    font-size: 18px;
    font-weight: 500;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: .5rem;
}

.part-sec {
    padding-top: 90px;
    padding-bottom: 0px;
}

.part-sec .sec-title .dark {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 2.5rem;
}

.part-sec .col-6 {
    padding-bottom: 1.25rem;
}

.part-card {
    background-color: #FCFCFCCC;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.part-card img {
    max-width: 100%;
    max-height: 86px;
}

.sch-sec {
    background-color: #FBFBFB;
    padding-top: 80px;
    padding-bottom: 45px;
}

.sch-sec .sec-title .dark {
    font-size: 36px;
}

.sch-sec .container>.d-flex {
    justify-content: center;
    padding: 1rem;
    align-items: center;

}

.sch-sec .info-card {
    width: 306px;
    max-width: 100%;
    border: 2px solid #188E9C;
    border-radius: 6px;
    padding: 1rem;
    color: #2c2c2c;
    overflow: hidden;
    margin-bottom: 3rem;
}

.sch-sec .info-card .bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;

    margin-bottom: .75rem;
}

.sch-sec .info-card .bar .bg-y {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #188E9C;
    color: #fff;
    height: 39px;
    border-radius: 0px 50px 50px 0px;
    padding: 0 26px;
    margin-left: -1rem;
}

.sch-sec .info-card .bar .text {
    padding-left: 1rem;
}

.sch-sec .info-card .date {
    font-size: 22px;
    font-weight: bold;
    text-align: end;
    margin-top: 1rem;
}

.shape-cont .row {
    justify-content: flex-end;
}

.shape-cont .row .col-lg-6 {
    padding-left: 90px;
}

.shape-cont .col-lg-6 {
    position: relative;
    padding-bottom: 35px;
}


.shape .circle {
    position: absolute;
    top: 0;
    left: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px dashed #C9236D;
    color: #444;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    z-index: 5;
}

.shape .v-line {
    position: absolute;
    height: 100%;
    left: -1px;
    border-right: 1px dashed #C9236D;
    bottom: 0;
}

.person-card {
    border: 1px solid #DEDEDE;
    border-radius: 12px;
    background-color: #fff;
    padding: 26px 1.5rem;
    box-shadow: 0px 15px 60px #0000001A;
}

.person-card .person {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
    border-bottom: 1px solid #dededed5;
    padding-bottom: 6px;
}


.person-card .title,
.person-card .person .name {
    color: #2C2C2C;
    font-size: 18px;
    font-weight: 600;
}

.person-card .person .name {
    width: 100%;
    font-size: 17px;
    margin-bottom: 4px;
}

.person-card .person .name span {
    color: #8e8e8e;
    height: 17px;
    display: inline-flex;
    align-items: center;
}

.person-card .person .name svg {
    height: 20px;
}

.person-card .person .desc {
    color: #8E8E8E;
    font-weight: 500;
}

.person-card .person img {
    margin-right: 1rem;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.person-card .title {
    margin-bottom: .75rem;
}

.person-card p {
    font-size: 14px;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    margin-bottom: 0;
}

.shape-cont .card-wr {
    position: relative;
    padding-left: 33px;
}

.shape-cont .card-wr::after {
    content: "";
    position: absolute;
    height: 38px;
    width: 33px;
    top: 31px;
    left: 0;
    background-image: url(../pic/Polygon1.png);
}


@media (min-width: 992px) {

    .shape-cont .row:nth-child(even) {
        justify-content: flex-start;
    }



    .shape-cont .row:nth-child(even) .col-lg-6 {
        padding-right: 90px;
        padding-left: 15px;
    }


    .shape-cont .row:nth-child(even) .shape .circle {
        left: auto;
        right: -50px;
    }


    .shape-cont .row:nth-child(even) .shape .v-line {
        right: -1px;
        left: auto;
        border-right: 0;
        border-left: 1px dashed;
    }


    .shape-cont .row:nth-child(even) .card-wr {
        padding-right: 33px;
        padding-left: 0;
    }

    .shape-cont .row:nth-child(even) .card-wr::after {
        left: auto;
        right: 0;

    }

}

@media (max-width: 991.98px) {

    .shape-cont .row:nth-child(even) .card-wr::after {
        transform: scale(-1);

    }

    .shape .circle {
        left: 0;
        width: 86px;
        height: 86px;
        font-size: 12px;
    }

    .shape .v-line {

        left: 43px;

    }

    .shape-cont .card-wr::after {
        top: 24px;
    }

}

.green-v .card-wr::after {
    background-image: url(../pic/Polygon\ 2.png) !important;
}

.green-v .v-line,
.green-v .circle {
    border-color: #188E9C !important;
}


.purp-v .card-wr::after {
    background-image: url(../pic/Polygon\ 3.png) !important;
}

.purp-v .v-line,
.purp-v .circle {
    border-color: #C9236D !important;
}


.shape-cont .row:last-child .shape .v-line {
    display: none;
}

@media (max-width: 530px) {

    .person-card .person {
        margin-bottom: 10px;
    }

    .person-card .title {
        margin-bottom: 6px;
    }

    .shape-cont .card-wr {
        padding-left: 16px;
    }

    .person-card {
        padding: .75rem;
        position: relative;
        z-index: 2;
    }

    .person-card .person .desc {
        font-size: 13px;
    }

    .person-card .title,
    .person-card .person .name {
        font-size: 14px;
    }

    .person-card p {
        font-size: 12px;
    }

    .person-card .person {
        flex-wrap: wrap;
    }

    .person-card .person>div {
        width: 100%;
    }

    .person-card .person img {
        width: 45px;
        height: 45px;
        margin-bottom: 5px;
    }

    .part-card {
        padding: .75rem;
    }
}

.contact-sec {
    padding-top: 80px;
}

.bg-col {
    padding: 2rem;
    text-align: center;
    background: url(../pic/Group91.png) no-repeat;
    color: #fff !important;
}

.bg-col .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.bg-col .inner:hover {
    color: #fff;
}

.bg-col .inner .img-wr {
    background-color: #fff;
    padding: 2rem;
    width: 178px;
    height: 178px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    overflow: hidden;
}

.bg-col .inner .img-wr img {
    max-width: 90%;
    max-height: 90%;
    transition: all 300ms ease;
}

.bg-col .inner:hover .img-wr img {
    transform: perspective(400px) translate3d(45%, -45%, -100px);
}

.bg-col .inner h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.bg-col .inner p {
    line-height: 2;
    margin-bottom: 0;
}

.form-col {
    background-color: #F3F3F3;
    padding: 36px 0;
}

.form-style {
    padding: 1.5rem;
}

.form-control {
    border: 1px solid #E3E3E3;
    opacity: 1;
    height: 54px;
    border-radius: 0;
}

.form-style .form-control {
    margin-bottom: 1.5rem;
}

.form-style .btn {
    border-radius: 0 !important;
    height: 54px;

}

.site-footer {
    position: relative;
    background: rgb(34, 184, 201);
    background: linear-gradient(90deg, rgba(34, 184, 201, 1) 0%, rgba(24, 142, 156, 1) 100%);
    color: #fff;
    padding-top: 4rem;
    margin-top: 100px;
}

.site-footer::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../pic/bg-pattern.png);
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.3);
}

.site-footer .f-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 1.5rem;
    padding-bottom: 12px;
    position: relative;
}

.site-footer .f-title::after {
    content: "";
    position: absolute;
    width: 77px;
    height: 1px;
    background-color: #F59C00;
    left: 0;
    bottom: 0;
}

.site-footer .f-menu .item {
    margin-bottom: 1.625rem;
    display: flex;
    align-items: flex-start;
}

.site-footer .f-menu .item img {
    height: 22px;
    margin-right: .5rem;
}

.site-footer .container {
    position: relative;
    z-index: 5;
}


.site-footer .f-menu .item2 {
    margin-bottom: 16px;
}

.site-footer .f-menu a {
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;
}

.site-footer .f-menu a.f-light {
    font-weight: normal;
}

.site-footer .f-menu .lable {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: .625rem;
}

.map-wr {
    border-radius: 6px;
    overflow: hidden;
}

#map {
    height: 232px;
    width: 100%;

}

.site-footer .col-md-6 {
    padding-bottom: 1.5rem;
}

.footer-bottom {
    position: relative;
    z-index: 5;
    background-color: #0d363a;
    padding: 20px 0;
    margin-top: 39px;
}

.footer-bottom .d-flex {
    align-items: center;
    justify-content: space-between;
}

.footer-bottom .d-flex a {
    padding: 5px;
    font-size: 20px;
}

.footer-bottom .d-flex a:nth-child(1) {
    margin-right: .5rem;
}

.site-footer a:hover {
    color: #ffcc00 !important;
}

/* == */
.sec-title .dark {
    margin-top: 0;
}

.footer-bottom .d-flex a {
    margin-right: .5rem;
}

.navbar-brand img {
    max-height: 120px;
}

#sitemenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.navbar .nav-link {
    font-weight: 500;
}

.menu-btns .btn-green {
    background-color: #C9236D;
}

.about-sec .container {
    border: 0;
}

.sec-title .dark {
    color: #000;
}

.about-sec .sec-title {
    text-align: start;
}

.about-sec .sec-title .dark {
    font-size: 32px;
    border-bottom: 1px solid #188f9c48;
    padding-bottom: 20px;
    max-width: 490px;
    margin-left: auto;
    margin-right: 0;
}

.about-text {
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    color: #8e8e8e;
    max-width: 420px;
    font-size: 20px;
}

.about-sec .btn {
    width: 170px;
    margin-top: 20px;
    padding: 14px;
    font-size: 18px;
}

.bg-gr {
    display: inline-block;
    border-radius: 8px;
    width: 70px;
    height: 7px;
    margin-bottom: 10px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(24, 142, 156, 1) 100%);
}

.about-sec .wr {
    display: flex;
    align-items: center;
    height: 100%;
}

.about-sec .col-lg-6>img {
    max-height: 520px;
    margin-right: auto;
    display: block;
}

.shape .circle .day {
    font-size: 20px;
    font-weight: 600;
    color: #C9236D;
}

.shape.green-v .circle .day {
    color: #188E9C;
}

.shape-cont .col-lg-6 {
    padding-bottom: 50px;
}

.part-card {
    border: 0;
    box-shadow: 0px 15px 60px #0000001a;
    background: rgb(34, 184, 201);
    background: linear-gradient(90deg, rgba(34, 184, 201, 0.8) 0%, rgba(24, 142, 156, 0.95) 100%);
}

.banner .text-yellow {
    color: #ffcc00;
    font-size: 24px !important;
}