﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500&family=Philosopher:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap');

ul, ol {
    padding: 0;
    margin: 0;
}

* {
    padding: 0;
    margin: 0;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #977800;
    }

    a:focus {
        outline: none;
    }

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
}

h2, .about h4, .why-box h4, .commitments h4, .viedo h4, .company-over h4, .footer h5{
    font-size: 30px;
}

p {
    color: #000;
    line-height: 25px;
}

table {
    width: 100%;
}

th, td {
    padding: 10px 20px;
    border-bottom: 1px solid #ebebeb;
}

.btn {
    border-radius: 0 20px 0px 20px;
    padding: 0px 25px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    background-color: #cdb142;
    color: #ffffff;
    border-color: #cdb142;
    height: 40px;
    line-height: 38px;
    text-transform: uppercase;
}

    .btn:hover {
        background-color: #000;
        color: #fff;
        border-color: #000;
    }

.btn-whatsup {
    background-color: #4fce5d;
    border-color: #4fce5d;
    color: #fff;
}

.textj p {
    text-align: justify !important;
}
/*----------- header css start here ---------------*/
ul.dropdown-m.mega-m {
    width: 790px;
    left: 0;
    right: 0;
    margin: auto;
}

.mega-m li {
    display: inline-block !important;
    width: 32%;
}

ul.navication.accordion-menu li ul.dropdown-m li a {
    font-size: 12px;
    font-weight: 400;
}

.navication li .dropdown-m ul {
    display: none;
}

ul.dropdown-m {
    top: 90px;
    position: absolute;
    width: 280px;
    z-index: 999;
    text-align: left;
    background-color: #fff;
    padding: 20px 20px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    display: none;
    border-radius: 2px;
}

.nav li:hover ul.dropdown-m {
    display: block;
    border-top: 2px solid #cdb142;
}

ul.navication.accordion-menu li {
    padding-bottom: 17px;
}

    ul.navication.accordion-menu li ul.dropdown-m li {
        margin: 0;
        padding: 0 0 8px 0;
        display: block;
    }
img.logo-t {
    width: 241px;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.dubai {
    font-family: 'Philosopher', sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #cdb142;
    letter-spacing: 2px;
    position: relative;
    top: -12px;
}

span.uni-line {
    display: block;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 4.3px;
    font-size: 14px;
    position: relative;
    top: -28px;
    left: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.logo small {
    top: -33px;
    display: block;
    text-align: right;
    font-size: 8px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

    .logo small:after {
        position: absolute;
        bottom: 4px;
        background-image: url(../images/logo-line.png);
        background-size: 67px;
        content: '';
        left: 0;
        width: 90px;
        height: 1px;
        background-repeat: no-repeat;
    }
header {
    padding: 10px 0 0 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}


    header:hover {
        background-color: rgba(255,255,255,1);
    }

.donate-btn i {
    color: #8b7316;
    margin-right: 5px;
}

.header-main {
    display: flex;
    align-items: center;
}


.logo {
    margin-bottom: 10px;
}

.nav-bar {
    margin: auto;
    border-top: 1px solid;
    border-image-source: linear-gradient( 90deg, rgba(0, 0, 0, 0), #cdb142);
    -webkit-border-image-source: linear-gradient(45deg, rgba(0, 0, 0, 0), #cdb142);
    border-image-slice: 1;
    -webkit-border-image-slice: 1;
    padding-top: 15px;
}

.menuicon, .closebtn {
    display: none;
}

.nav li {
    display: inline-block;
    list-style: none;
    margin: 0 25px;
}

ul.navication.accordion-menu li {
    text-align: left;
}

.nav li:last-child {
    margin-right: 0;
}

.nav li a {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.donate-btn {
    margin: auto;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
    text-align: right;
}

    .donate-btn .btn.btn-whatsup {
        height: auto;
        line-height: normal;
        padding: 10px 25px;
        cursor: text;
    }

    .donate-btn a {
        margin-left: 25px;
        letter-spacing: 0.5px;
    }

.nav {
    display: block;
    text-align: right;
}

.header-right {
    margin-left: auto;
    width: 77%;
}

header.fixed {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    transform: translate(0px, 80px);
    top: -80px;
    transition: 0.4s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.30);
}

header .container, .banner .container {
    max-width: 1200px;
}

li.sperter-li {
    margin-left: 50px;
}

.link {
    color: #977800;
}

/*--- banner ----*/


.banner-box {
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(90px, -45%);
    max-width: 350px;
    display: none;
}

.slick-active .banner-box {
    display: block;
}

.item2 .banner-box {
    transform: translate(260%, -45%);
    color: #fff;
}

    .item2 .banner-box p {
        color: #fff;
    }

.banner-box h2, .banner-box h4 {
    margin: 0 0 30px 0;
}

.banner-box p {
    font-size: 16px;
    margin: 0 0 33px 0;
    line-height: 30px;
}

.banner .slick-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    border: 0;
    background-color: transparent;
    font-size: 36px;
    font-weight: 300;
    z-index: 1;
    transform: translate(0px, -50%);
    right: 20px;
    opacity: 0.5;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.8);
}

    .banner .slick-arrow:hover {
        opacity: 1;
    }

.banner button.slick-prev.slick-arrow {
    margin: 0 50px 0 0;
    right: inherit;
    left: 20px;
}

.about {
    padding: 70px 0 110px;
    position: relative;
    z-index: 9;
    background-color: #f5f5f5;
    overflow: hidden;
}

.about-box {
    background-color: #fff;
    position: relative;
    padding: 30px 30px;
    left: -80px;
    top: 50px;
    width: 114%;
}

.about h2, .about h4  {
    margin-bottom: 25px;
}

.about .btn {
    margin-top: 20px;
}

.cat-box {
    margin: 0 10px;
    display: block;
    text-align: center;
}

    .cat-box span {
        padding: 5px 0;
        text-align: center;
        display: block;
    }

.categories-slider .slick-arrow {
    position: absolute;
    border: 0;
    background-color: transparent;
    top: 50%;
    transform: translate(0px, -50%);
    font-size: 30px;
    z-index: 1;
    left: -30px;
}

    .categories-slider .slick-arrow.slick-next {
        right: -30px;
        left: inherit;
    }

.col-md-6 {
    position: relative;
}

.categories {
    padding: 70px 0 20px;
}

    .categories h3 {
        margin-bottom: 30px;
    }

.about ul {
    list-style: none;
}

.list-cr li {
    margin: 0 0 7px 0;
    list-style: none;
}

.list-cr i {
    margin-right: 5px;
}

.company-over {
    background-repeat: no-repeat;
    padding: 50px 0;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

    .company-over .container {
        z-index: 2;
        position: relative;
    }

    .company-over h2, .company-over h4 {
        margin-bottom: 20px;
    }

    .company-over h2, .company-over p, .company-over h4 {
        color: #000;
    }

.company-right {
    padding-left: 15px;
}

.d {
    position: absolute;
    left: 80px;
    font-size: 280px;
    color: #ff4800;
    opacity: 0.05;
    top: -130px;
    text-transform: uppercase;
}

.why {
    padding: 0px 0;
    background-image: url(../images/bg.png);
    overflow: hidden;
}

.why-box {
    position: relative;
    padding-left: 30px;
}

    .why-box:after {
        content: '';
        width: 4px;
        height: 100%;
        background-color: #cdb142;
        left: 0;
        z-index: 1;
        position: absolute;
        top: 0;
    }

    .why-box h2, .why-box h4 {
        margin: 0 0 30px 0;
    }

.commitments {
    text-align: center;
    padding: 60px 0;
    background-color: #fff9f7;
    overflow: hidden;
}

    .commitments h2, .commitments h4 {
        margin: 0;
    }

    .commitments p {
        margin: 0 0 60px 0;
    }

    .commitments img {
        margin: 0 0 15px 0;
    }

    .commitments .col-auto {
        width: 20%;
    }

    .commitments .btn {
        background-color: #fff;
        color: #000;
        padding: 8px 0;
        width: 100%;
        border: 0;
        height: auto;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        margin: 0;
        cursor: unset;
    }

        .commitments .btn:hover {
            background-color: #cdb142;
            color: #fff;
        }

.modal .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0)scale(.5);
    transform: translate(0, 0)scale(.5);
}

.modal.show .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0)scale(1);
    transform: translate(0, 0)scale(1);
}

.form-control:focus {
    box-shadow: none;
    outline: none;
}

.form-control {
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 0 0 10px 0;
    font-size: 13px;
    color: #000;
}

.enqiry-modal ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
}

.enqiry-modal ::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}

.enqiry-modal :-ms-input-placeholder { /* IE 10+ */
    color: #000;
}

.enqiry-modal :-moz-placeholder { /* Firefox 18- */
    color: #000;
}

.enqiry-modal .modal-dialog {
    max-width: 670px;
}

.enqiry-modal .modal-body {
    padding: 25px;
}

.enqiry-modal .modal-header {
    padding: 12px 25px;
}

.flip.flip2 {
    transform: rotateY(-180deg);
    transition: 10s;
}

/*--- contact us page ---*/
.contact-page {
    background-image: url(../images/bg.png);
    padding-top: 60px;
    padding-bottom: 60px;
}

.contact_wrapper {
    display: flex;
    background: white;
    padding: 40px 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.20);
    position: relative;
    max-width: 800px;
    margin: auto;
    right: -40px;
}

    .contact_wrapper .contact_info {
        position: relative;
        width: 310px;
        flex: 0 0 310px;
        background: #f1f1f1;
        color: #f6f6f6;
        margin-left: calc(-230px / 2 - 30px);
        padding: 25px;
        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    }

        .contact_wrapper .contact_info .title {
            font-size: 24px;
            margin: 0px;
            font-weight: 400;
            margin-bottom: 30px;
            color: #000;
        }

.contact_msg {
    padding-left: 25px;
}

.contact_wrapper .contact_info .icons_wrapp li {
    display: flex;
    align-items: baseline;
    margin-bottom: 25px;
}

    .contact_wrapper .contact_info .icons_wrapp li .icon .material-icons-outlined {
        vertical-align: middle;
        font-size: 14px;
        width: 30px;
        display: inline-block;
        color: #cdb142;
    }

    .contact_wrapper .contact_info .icons_wrapp li .text {
        vertical-align: middle;
        line-height: 1.4;
        color: #000;
    }

        .contact_wrapper .contact_info .icons_wrapp li .text a {
            color: #000;
        }

.contact_msg h3.title {
    margin: 0 0 30px 0;
}

.map iframe {
    width: 100%;
}

.contact_wrapper .contact_msg .form_fild {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}



/*==============footer===================*/
.footer {
    position: relative;
    text-align: center;
    margin-top: 50px;
}

footer li {
    list-style-type: none;
    display: inline-block;
    margin: 0 7px;
}

    footer li a {
        color: #000;
    }

.contact-info i {
    margin: 0 6px 0 0;
}

.footer .box p,
.quicklinks ul li a {
    color: #000;
}

.copyright {
    text-align: center;
    padding: 10px 0;
    position: relative;
    margin: 30px 0 0 0;
}

    .copyright:after {
        position: absolute;
        top: 0;
        width: 100%;
        height: 1px;
        background-color: #bfbfbf;
        content: '';
        left: 0;
        border-radius: 50%;
    }

    .copyright p {
        margin-bottom: 0;
        color: rgba(0, 0, 0, 0.8);
        letter-spacing: 2px;
        text-transform: uppercase;
        font-size: 10px;
    }

.company-over:after {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    border: 1px solid #ff4800;
    border-radius: 50%;
    z-index: 9;
    left: 60px;
    bottom: 0px;
    opacity: 0.2;
}

.footer h2, .footer h4, .footer h5 {
    margin: 0 0 30px 0;
}

    .footer h2 span, .footer h5 span {
        padding: 0 18px;
        background-color: #fff;
        display: inline-block;
        position: relative;
        z-index: 9;
    }

    .footer h2:after, .footer h5:after {
        position: absolute;
        content: '';
        left: 0;
        top: 17px;
        width: 100%;
        height: 1px;
        width: 100%;
        background-image: url(../images/line.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

.contact-info {
    margin: 0 0 25px 0px;
}

footer .social_icon li {
    margin: 0 15px;
}

.social_icon a {
    text-transform: uppercase;
    color: #000;
}

    .social_icon a:hover {
        color: #977800;
    }

    .social_icon a i {
        margin-right: 5px;
    }


/*--- inner page ---*/

.inner-banner {
    text-align: center;
    background-image: url(../images/inner-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0;
    margin-top: 90px;
}

    .inner-banner h1 {
        font-size: 32px;
        margin: 0;
    }

.content {
    padding: 60px 0;
    background-image: url(../images/bg.png);
    margin-top: 90px;
    border-top: 1px solid #d1d1d1;
    overflow: hidden;
}

    .content h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .content h3 {
        margin: 25px 0 20px 0;
    }

    .content img {
        border-radius: 0 60px 0px 60px;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
    }

:root {
    --color-brand-primary-h: 251;
    --color-brand-primary-s: 43%;
    --color-brand-primary-l: 43%;
    --color-brand-accent: hsl(var(--color-brand-accent-h), 96%, 61%);
    --color-brand-accent-h: 16;
    --color-brand-accent-s: 96%;
    --color-brand-accent-l: 61%;
    --color-brand-accent-bg: hsl( calc(var(--color-brand-accent-h) + 17), 100%, 96% );
    --ratio: 1.4;
    --s-6: calc(var(--s-5) / var(--ratio));
    --s-5: calc(var(--s-4) / var(--ratio));
    --s-4: calc(var(--s-3) / var(--ratio));
    --s-3: calc(var(--s-2) / var(--ratio));
    --s-2: calc(var(--s-1) / var(--ratio));
    --s-1: calc(var(--s0) / var(--ratio));
    --s0: calc(1.05rem + 0.333vw);
    --s1: calc(var(--s0) * var(--ratio));
    --s2: calc(var(--s1) * var(--ratio));
    --s3: calc(var(--s2) * var(--ratio));
    --s4: calc(var(--s3) * var(--ratio));
    --s5: calc(var(--s4) * var(--ratio));
    --s6: calc(var(--s5) * var(--ratio));
    line-height: 1.6;
    box-sizing: border-box;
}

.c-section {
    position: relative;
    background-image: url(../images/bg.png);
    overflow: hidden;
}

.cat {
    position: absolute;
    right: 6%;
    z-index: 9;
    max-width: 37%;
    top: 40px;
}

.c-section__title {
    padding: 60px 0;
    margin: 0 calc(var(--s3) * -1);
    color: #000;
    font-size: 30px;
    letter-spacing: -0.04em;
    text-align: center;
}

.c-section__title {
    display: -webkit-box;
    display: block;
    -webkit-box-align: self-start;
    align-items: self-start;
    -webkit-box-pack: end;
    justify-content: flex-end;
    position: relative;
    text-align: unset;
    width: 100%;
    margin: 0 0 60px 0;
}

.c-services {
    display: grid;
    grid-gap: var(--s2);
    margin: 0 calc(var(--s3) * -1);
    padding: var(--s6) var(--s3);
    position: relative;
    z-index: 1;
}

@media (min-width: 40.625em) {
    .c-services {
        grid-template-columns: repeat(7, 1fr);
        grid-template-rows: minmax(100px, 1fr);
    }
}

@media (min-width: 40.625em) {
    .c-services {
        padding: 0 var(--s3);
    }
}

.c-services__item {
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 7px 20px rgba(100, 28, 2, 0.135);
    -webkit-transition: all 300ms ease, -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 300ms ease, -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 300ms ease, transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 300ms ease, transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 1;
    list-style: none;
}

    .c-services__item a {
        height: 100%;
        display: block;
        padding: calc(var(--s2) - 0.6rem) var(--s1);
    }

@media (min-width: 40.625em) {
    .c-services__item {
        -webkit-transform: translateY(-85px);
        transform: translateY(-85px);
    }
}

@media (min-width: 40.625em) {
    .c-services__item:nth-of-type(1) {
        grid-column: 1 / -1;
        grid-row: 4;
    }
}

@media (min-width: 62em) {
    .c-services__item:nth-of-type(1) {
        grid-column: 5 / -1;
        grid-row: 3;
    }
}

@media (min-width: 40.625em) {
    .c-services__item:nth-of-type(2) {
        grid-column: 1 / span 3;
        grid-row: 2;
    }
}

@media (min-width: 62em) {
    .c-services__item:nth-of-type(2) {
        grid-column: 3 / span 2;
        grid-row: auto;
    }
}

@media (min-width: 40.625em) {
    .c-services__item:nth-of-type(3) {
        grid-column: 4 / -1;
    }
}

@media (min-width: 62em) {
    .c-services__item:nth-of-type(3) {
        grid-column: 4 / -1;
        grid-row: 2;
    }
}

@media (min-width: 40.625em) {
    .c-services__item:nth-of-type(4) {
        grid-column: 1 / span 4;
    }
}

@media (min-width: 62em) {
    .c-services__item:nth-of-type(4) {
        grid-column: 1 / span 3;
    }
}

@media (min-width: 40.625em) {
    .c-services__item:nth-of-type(5) {
        grid-column: 5 / -1;
    }
}

@media (min-width: 62em) {
    .c-services__item:nth-of-type(5) {
        grid-column: 1 / span 4;
    }
}

@media (min-width: 40.625em) {
    .c-services__item:nth-of-type(6) {
        grid-column: 1 / span 4;
        grid-row: 1;
    }
}

@media (min-width: 62em) {
    .c-services__item:nth-of-type(6) {
        grid-column: 1 / span 2;
        grid-row: 1;
    }
}

.c-services__item h3, .c-services__item h4 {
    line-height: 1.2;
    font-size: 22px;
}

.c-services__item a:after {
    content: "Read More";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 50px;
    border-radius: 25px 0;
    cursor: pointer;
    -webkit-transition: inherit;
    transition: inherit;
    background-color: #cdb142;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    /*    background-image: url(../images/link.svg);
*/ text-align: center;
    line-height: 50px;
    color: #fff;
}

.c-services__item:hover {
    background-color: #cdb142;
}

@media (min-width: 48em) {
    .c-services__item:hover {
        -webkit-transform: translateY(-95px);
        transform: translateY(-95px);
    }
}

.c-services__item:hover h3, .c-services__item:hover h4 {
    color: #fff;
}

.c-services__item:hover p {
    color: rgba(255, 255, 255, 1);
}

.c-services__item:hover a:after {
    background-color: #fff;
    /*background-image: url(../images/link-c.svg);*/
    color: #cdb142;
}

/*--- about us page css ---*/

.about-banner {
    position: relative;
}

.about-content {
    padding: 20px;
    background-color: rgb(205 177 66);
    transform: translate(23.8%,-50%);
    width: 400px;
    text-align: left;
    margin-bottom: 0px;
}

.about-page .about-box {
    right: 0;
    z-index: 1;
    left: inherit
}

.about-content h1 {
    font-size: 30px;
    margin: 0;
}

.viedo {
    padding: 60px 0;
    background-image: url(../images/bg.png);
}

    .viedo iframe {
        width: 100%;
    }

    .viedo h2, .viedo h4 {
        margin-bottom: 30px;
    }

/*--- book page css start here ---*/
.book-section {
    height: 100vh;
    width: 100%;
    padding: 40px 0;
    text-align: center;
}

.book-section {
    height: 450px;
    width: 660px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2%;
    margin-bottom: 90px;
    perspective: 1200px;
    padding: 0;
}

.right {
    position: absolute;
    height: 100%;
    width: 50%;
    transition: 0.7s ease-in-out;
    transform-style: preserve-3d;
}

.book-section > .right {
    right: 0;
    transform-origin: left;
    border-radius: 10px 0 0 10px;
}

.right > figure.front, .right > figure.back {
    margin: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    background-color: white;
    overflow: hidden;
}

.right > figure.front {
    background-position: center;
    border-radius: 0 10px 10px 0;
    box-shadow: 2px 2px 15px -2px rgba(0,0,0,0.2);
}

.right > figure.back {
    background-position: center;
    border-radius: 10px 0 0 10px;
    box-shadow: -2px 2px 15px -2px rgba(0,0,0,0.2);
    transform: rotateY(180deg);
}

.flip {
    transform: rotateY(-180deg);
}

    .flip::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        border-radius: 0 10px 10px 0;
        background-color: rgba(0,0,0,0.1);
    }

.book-section > button {
    position: absolute;
    bottom: 0px;
    z-index: 99;
    height: 100%;
    margin: auto;
    width: 30px;
    font-size: 20px;
    border: 0;
    background-color: rgba(255,255,255,0.2);
}

    .book-section > button:focus, .book-section > button:active {
        outline: none;
    }

.book-section > p {
    color: rgba(0,0,0,0.7);
    font-family: calibri;
    font-size: 24px;
}

    .book-section > p > a {
        text-decoration: none;
        color: #ef9f00;
    }

.book-section > button.btn-left {
    margin-left: 0;
    left: 0;
}

.book-section > button.btn-right {
    margin-left: 20px;
    right: 0;
}

.front#cover, .back#back-cover {
    background-color: #e5e5e5;
    padding: 0 30px;
    text-align: center;
}

.front .logo, .back .logo {
   /* margin: auto;*/
    margin-top: 50px;
    margin-bottom:50px;
}

.front#cover h1 {
    color: #000;
    margin: 10px 0 15px 0;
    font-size: 25px;
}

.front#cover p {
    color: rgba(0,0,0,0.8);
    font-size: 14px;
}

.whats-up .modal-dialog {
    max-width: 660px;
    text-align: center;
}

.whats-up .btn-whatsup {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    padding: 0 50px;
    margin-bottom: 40px;
}

.whats-up h2, .whats-up h3 {
    font-size: 22px;
}

.whats-up h3 {
    margin: 30px 0 20px 0;
}

.whats-up h2 {
    margin-bottom: 25px;
}

    .whats-up h2 span {
        color: #b7b7b7;
        margin: 0 12px;
        font-weight: 300;
        position: relative;
        top: -3px;
    }

.whats-up p {
    margin: 0 0 30px 0;
}

.whats-up .btn-close {
    position: absolute;
    right: -10px;
    top: -10px;
    color: #fff;
    opacity: 1;
    background-color: #fff;
    border-radius: 50%;
    padding: 6px;
    box-shadow: 0 0 2px rgb(0 0 0 / 60%);
    z-index: 1;
}

.floating_btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

.text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
}

h1 {
font-size: 32px;
}
h2 {
font-size: 28px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 22px;
}
.about h4, .why-box h4, .commitments h4, .viedo h4, .company-over h4, .footer h5{
font-size: 28px;
}



/*---- responsive css start here ----*/

@media only screen and (max-width:991px) {
    .log {
        width: 100px;
    }

    .dubai {
        font-size: 32px;
    }

    span.uni-line {
        font-size: 13px;
        top: -27px;
    }
    .header-right {
        margin-left: auto;
        width: 70%;
    }

    .log img {
        width: 100px;
        margin-top: 4px;
    }

    .logo small:after {
        position: absolute;
        bottom: 4px;
        background-image: url(../images/logo-line.png);
        background-size: 61px;
        content: '';
        left: 10px;
        width: 50px;
        height: 1px;
        background-repeat: no-repeat;
    }

    .logo small {
        top: -33px;
        display: block;
        text-align: right;
        font-size: 9px;
        font-family: 'Montserrat', sans-serif;
        position: relative;
        left: -8px;
    }

    .inner-banner {
        margin-top: 0px;
    }

    .book-section .right p {
        display: none;
    }

    .book-section > button {
        position: absolute;
        bottom: 0px;
        top: 0px;
        z-index: 99;
        height: 100%;
        margin: auto;
        width: 30px;
        font-size: 20px;
        border: 0;
        background-color: rgba(255,255,255,0.2);
    }

    .overlay {
        position: fixed;
        background-color: transparent;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: none;
        z-index: 1;
    }

    .nav-bar a.closebtn {
        position: absolute;
        top: -66px;
        background-color: #fff;
        font-size: 34px;
        left: 8px;
        padding: 10px;
        height: 50px;
        line-height: normal;
    }

    .menuicon, .closebtn {
        display: block;
    }

    .menuicon svg {
        width: 30px;
        height: 30px;
    }

    .sidemenu {
        position: fixed;
        left: 100%;
        width: 80%;
        height: 100%;
        background-color: #fff;
        z-index: 99;
        padding: 0;
        display: block;
        top: 60px;
        border-top: 1px solid #c81c46;
    }

    .nav li {
        display: block;
        list-style: none;
        margin: 25px 25px 15px;
    }

    .logo {
        max-width: 120px;
        margin-left: 50px;
    }

    .menuicon {
        position: absolute;
        left: 10px;
        top: 20px;
    }

    .inner-banner {
        padding: 30px 0px;
    }

    .content {
        padding-bottom: 0px;
    }

    .about-us h2 {
        margin: 20px 0 10px 0;
    }

    .about-us {
        padding: 36px 0 20px 0;
        text-align: center;
    }

    .member {
        padding: 0px 0 20px;
        margin-bottom: 20px;
    }

    .courses h2 {
        margin-bottom: 30px;
    }

    .donors {
        padding: 30px 0;
        margin: 10px 0;
    }

    .donors p {
        max-width: 100%;
        margin-bottom: 0;
    }

    .ptable-title {
        margin: 20px 0 0 0;
        border: 0;
    }

    .content.content-sec:after, .content.content-sec:before {
        display: none;
    }

    img.dot-image2, img.dot-image3, img.dot-image4 {
        width: 150px;
        top: -18px;
        left: -1px;
    }

    .content-sec h3 {
        font-size: 20px;
    }

    .caption h1 {
        font-size: 22px;
        margin: 0;
    }

    .caption p {
        display: none;
    }

    .card {
        height: auto;
        margin-bottom: 30px;
    }

    .courses {
        padding: 30px 0 20px 0;
    }

    footer li {
        margin: 5px 7px;
    }

    .sepreter {
        height: 0;
    }

    .ptable-price {
        padding: 10px 0 10px 0;
        border-color: #f9afc1;
    }

    .commitments .col-auto {
        width: 50%;
        margin-top: 20px;
    }

    .about-box {
        background-color: #fff;
        position: relative;
        padding: 30px 30px;
        left: 0px;
        top: 0px;
        width: 100%;
    }

    header {
        display: contents;
    }

    .header-right {
        align-self: center;
    }

    .logo {
        max-width: 100px;
        margin-left: 65px;
    }

    .nav li:last-child {
        margin-right: 24px;
    }

    .sidemenu {
        position: fixed;
        left: 100%;
        width: 100%;
        height: auto !important;
        background-color: #fff;
        z-index: 99;
        padding: 0;
        display: block;
        top: 70px;
        border-top: 1px solid #cdb142;
    }


    ul.navication.accordion-menu li {
        padding-bottom: 0px !important;
    }

    .nav li {
        display: block;
        list-style: none;
        margin: 16px 25px 15px;
    }

    .logo {
        max-width: 113px;
    }

    .why {
        padding: 50px 0px;
    }

    .donate-btn {
        font-size: 11px;
        margin: 15px 0px px;
        display: block;
        margin-left:0px;
        font-weight: 500;
        
    }
    .donate-btn a {
        margin-left:8px;
    }
    .nav-bar {
        padding-top: 0px;
    }
    ul.dropdown-m.mega-m {
        width: 738px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .order-last {
        order: -1 !important;
    }

    .order-first {
        order: 6 !important;
    }

    .book-section {
        height: 300px;
        width: 378px !important;
        position: relative;
        left: 42%;
        transform: translateX(-50%);
        border-radius: 2%;
        margin-bottom: 0px !important;
        perspective: 1200px;
        margin-top: 0px !important;
    }
}


/*@media only screen and (max-width:767px) {
    
    
    .content h3 {
        text-align: center !important;
    }
    .front#cover h1 {
        color: #000;
        margin: -33px 0 0px 0;
        font-size: 23px;
    }

    .contact_wrapper {
        position: inherit;
    }

    .contact_wrapper {
        display: grid;
    }
    .about-content {
        padding: 6px 12px;
        background-color: rgb(205 177 66);
        transform: translate(23.8%,-50%);
        width: auto;
        text-align: left;
        margin-bottom: 0px;
    }

    .contact_wrapper .contact_info {
        width: 100%;
        flex: 0 0 0px;
        background: #f1f1f1;
        color: #f6f6f6;
        margin-left: 0px;
        padding: 25px 10px;
        box-shadow: 0 3px 20px rgb(0 0 0 / 20%);
        margin-top: 40px;
    }

    .about {
        padding: 50px 0px;
    }

    .why {
        padding: 30px 0px;
    }

    .c-services {
        padding-bottom: 30px;
    }

    .c-section__title {
        padding-top: 20px !important;
        color: #000;
        font-size: 25px;
        letter-spacing: -0.04em;
        text-align: center;
    }

    .header-right {
        align-self: center;
    }
    .inner-banner {
        margin-top: 0px;
    }

    .textj h1 {
        text-align: center !important;
    }

    .about-content h1 {
        font-size: 25px;
        margin: 0;
    }
    .inner-banner h1 {
        font-size: 25px;
    }
}*/





@media only screen and (max-width:767px) {

   
    .content h3 {
        text-align: center !important;
    }

    .front#cover h1 {
        color: #000;
        margin: -33px 0 0px 0;
        font-size: 23px;
    }

    .contact_wrapper {
        position: inherit;
    }

    .contact_wrapper {
        display: grid;
    }

    .about-content {
        padding: 6px 12px;
        background-color: rgb(205 177 66);
        transform: translate(23.8%,-50%);
        width: auto;
        text-align: left;
        margin-bottom: 0px;
    }

    .contact_wrapper .contact_info {
        width: 100%;
        flex: 0 0 0px;
        background: #f1f1f1;
        color: #f6f6f6;
        margin-left: 0px;
        padding: 25px 10px;
        box-shadow: 0 3px 20px rgb(0 0 0 / 20%);
        margin-top: 40px;
    }

    .about {
        padding: 50px 0px;
    }

    .why {
        padding: 30px 0px;
    }

    .c-services {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .c-section__title {
        margin:0px;
        padding:0px;
        font-size: 25px;
        letter-spacing: -0.04em;
    }

    .header-right {
        align-self: center;
    }

    .inner-banner {
        margin-top: 0px;
    }

    .textj h1 {
        text-align: center !important;
    }

    .about-content h1 {
        font-size: 25px;
        margin: 0;
    }

    .inner-banner h1 {
        font-size: 25px;
    }

    .donate-btn {
        font-size: 11px;
        margin: 15px 0px px;
        display: block;
        margin-left: 0px;
        font-weight: 500;
    }

        .donate-btn a {
            margin-left: 8px;
        }
    ul.navication.accordion-menu li {
        text-align: left;
    }
    .categories-row h3{
        text-align: center;
    }
    .categories-row a.btn.mt-3 {
        text-align: center !important;
        margin-top: 8px !important;
    }
    .donate-btn a {
        margin-left: 0px !important;
        display: block;
        font-size: 13px;
        font-weight: 500;
        margin: 5px 0;
        letter-spacing: 0px;
    }
    .extra {
        margin-bottom: 0px;
        padding-top: 50px;
    }
    .c-services__item a:after {
        content: "Read More";
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 80px;
        height: 40px;
        border-radius: 25px 0;
        cursor: pointer;
        -webkit-transition: inherit;
        transition: inherit;
        background-color: #cdb142;
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position: center;
        line-height: 40px;
        color: #fff;
        font-size: 11px;
    }
    .categories-row .col-md-6:nth-child(even) {
        margin-bottom: 30px;
    }
    .commitments .col-auto {
        width: 100%;
        margin-top: 20px;
    }
    .textj p {
        text-align: justify;
        text-align-last: center;
    }
    .textj p {
        text-align: justify !important;
        text-align-last: center;
    }
    .donate-btn {
        font-size: 11px;
        margin: 12px 0px;
    }
    .categories-row .btn {
        margin: auto;
    }
    .m-spc {
        margin-top: 30px !important;
    }
    .order-last {
        order: -1 !important;
    }
    
    .order-first {
        order: 6 !important;
    }
    .logo {
        margin-left: 50px;
    }
    .cat {
        display:none;
    }
    .donate-btn i {
        color: #8b7316;
        margin-right: 1px;
        font-size: 18px;
    }
    .banner-box p {
        display: none;
    }

    .banner-box h2, .banner-box h4 {
        margin: 0 0 10px 0;
        font-size: 16px;
    }
    .textj h1 {
        text-align:center;
    }
    .banner-box {
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translate(54px, -45%);
        display:none !important;
    }
    .menuicon {
        position: absolute;
        left: 10px;
        top: 22px;
    }

    .nav-bar a.closebtn {
        position: absolute;
        top: -70px;
        background-color: #fff;
        font-size: 34px;
        left: 8px;
        padding: 10px;
        height: 50px;
        line-height: normal;
    }

    .sidemenu {
        position: fixed;
        left: 100%;
        width: 100%;
        height: auto !important;
        background-color: #fff;
        z-index: 99;
        padding: 0;
        display: block;
        top: 70px;
        border-top: 1px solid #cdb142;
    }
    ul.dropdown-m {
        width: 100%;
        left: 0px;
    }

    ul.dropdown-m.mega-m li {
        width: 50%;
        padding: 3px 0px !important;
        height: auto;
        margin: auto;
        display: inline-block;
    }
    ul.navication.accordion-menu li {
        padding-bottom: 0px !important;
    }

    .nav li:last-child {
        margin-right: 24px;
    }

    header {
        display: contents;
    }

    .nav-bar {
        margin: auto;
        border-top: none;
        padding-top: 0px;
    }
    .item8 .banner-box {
        transform: translate(260%, -45%);
        color: #fff;
    }
    .book-section {
        height: 300px;
        width: 348px !important;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 2%;
        margin-bottom: 0px !important;
        perspective: 1200px;
        margin-top: 0px !important;
    }
    .item2 .banner-box {
        transform: translate(114%, -44%);
    }

    .donate-btn a:first-child {
        display: none;
    }

    .item4 .banner-box {
        transform: translate(72%, -45%);
        color: #fff;
    }
    .log img {
        width: 100px;
    }

    .logo small:after {
        position: absolute;
        bottom: 4px;
        background-image: url(../images/logo-line.png);
        background-size: 61px;
        content: '';
        left: 10px;
        width: 50px;
        height: 1px;
        background-repeat: no-repeat;
    }

    .logo small {
        display: none;
    }
    .about .btn {
        margin: auto;
        margin-top: 20px;
    }

    .about-box {
        background-color: #fff;
        position: relative;
        padding: 30px 30px;
        left: 0px;
        top: 0px;
        width: 100%;
        text-align: center;
    }
    .cus {
        margin-top: 30px;
    }
    .btn {
        border-radius: 0 20px 0px 20px;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 0.5px;
        background-color: #cdb142;
        color: #ffffff;
        border-color: #cdb142;
        height: 30px;
        line-height: 29px;
        text-transform: uppercase;
        padding: 0px 15px;
    }

    .btn-whatsup {
        background-color: #4fce5d;
        border-color: #4fce5d;
        color: #fff;
    }
    .whats-up h2 {
        margin-bottom: 15px;
    }

    .whats-up h2, .whats-up h3 {
        font-size: 15px;
    }

    .whats-up h3 {
        margin: 10px 0 10px 0;
    }

    .whats-up .btn-whatsup {
        height: 42px;
        line-height: 42px;
        font-size: 15px;
        padding: 0 50px;
        margin-bottom: 20px;
    }
    .viedo h2, .viedo h4 {
        font-size: 25px;
        text-align: center;
    }
    .commitments h2, .commitments h4 {
        font-size: 25px;
        text-align: center;
    }
    .company-right h2 {
        font-size: 25px;
        text-align: center;
    }
    .why-box h2, .why-box h4 {
        font-size: 25px;
        text-align: center;
    }
    .c-section__title span {
        font-size: 25px;
        text-align: center;
    }
    .c-section__title {
        padding: 30px 0px 0px;
        text-align: center;
    }
    .about-box h2 {
        font-size: 25px;
        text-align: center;
    }
    iframe {
        height:100%;
    }
    .categories-row .text-end, .categories-row {
        text-align: center !important;
    }




}