@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,300;1,400;1,500&display=swap');

:root {
    --pink: #FF046F;
    --violet: #C63BFA;
}

header.menu-filled {
    width: 100%;
    border-radius: 0;
    top: 0;
}


section#course {
    display: none;
    background-color: #f6f6f6;
}

section#review {
    direction: ltr;
    /*height: 600px;*/
}

.contactustamheer .container {
    margin: 200px auto;
}

/*body{*/
/*        overflow: scroll;*/
/*    -webkit-overflow-scrolling: touch;*/
/*}*/

* {
    font-family: 'Tajawal', sans-serif;
    text-transform: capitalize;
    text-decoration: none;
    outline: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*::selection {
    background: var(--pink);
    color: #fff;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;

}

.heading {
    font-size: 4rem;
    color: #2b3044;
    text-align: center;
    padding: 0 1rem;
    padding-top: 6rem;
    font-weight: 600;
}

.title {
    padding: 0 1rem;
    font-size: 2rem;
    text-align: center;
    font-weight: 400;
    color: #65bbb0;
}

header {
    width: 96%;
    background: #fff;
    position: fixed;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5rem;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    z-index: 1000;
    transition: .2s;
}



.header-active {
    top: 0;
    width: 100%;
    border-radius: 0;
    box-shadow: 0 .1rem .3rem rgba(0, 0, 0, .3);
}

header .navbars ul {

    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
}

header .navbars ul li {
    margin: 0 2.5rem;
}

header .navbars ul li a {
    font-size: 2rem;
    color: #2b3044;
    transition: .2s;
}

header .navbars ul li .active,
header .navbars ul li a:hover {
    color: #65bbb0;
}

header .tmaheerlogo {
    font-size: 2rem;
    color: var(--violet);
    text-transform: uppercase;
}

header .visionlogo {
    font-size: 2rem;
    align-items: left;
    color: var(--violet);
    text-transform: uppercase;
}
header a img {
    width: 60px;
    margin: 0 5rem;
    background-size: contain;
}

header .logo i {
    color: var(--pink);
    padding: 0 .2rem;
}

header .fa-bars {
    font-size: 3rem;
    color: var(--pink);
    cursor: pointer;
    display: none;
    transition: .2s;
}

.mu-top-email {
    font-size: 1.2rem;
    color: #2b3044;
    font-weight: 600;
}

.mu-top-phone {
    font-size: 1.3rem;
    color: #2b3044;
    font-weight: 600;
}


.home {
    min-height: 110vh;
    background: linear-gradient(rgba(92, 117, 94, 0.3), rgba(21,59,31,1)), url(../img/bg.jfif) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.home .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding-top: 40rem;
    padding-bottom: 5rem;
    text-align: center;
}

.home .content h1 {
    font-size: 5rem;
    color: #fff;
    padding: 0 1rem;
    text-shadow: 0 .3rem .5rem rgba(0, 0, 0, .3);
    text-transform: uppercase;
}

.home .content p {
    font-size: 2rem;
    color: #eee;
    padding: 1rem 25rem;
}

.home .content button {
    height: 4rem;
    width: 20rem;
    border-radius: 5rem;
    background: #2b3044;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    transition: .2s;
    border: none;
    box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .3);
}

.home .content button:hover {
    letter-spacing: .2rem;
}

.home .box-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.home .box-container .box {
    height: 27rem;
    width: 25rem;
    background: #fff;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0 .3rem .5rem rgba(0, 0, 0, .5);
    margin: 2rem;
    cursor: pointer;
}

.home .box-container .box img {
    height: 10rem;
    width: 10rem;
    line-height: 6rem;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #2b3044;
    font-size: 3rem;
    margin: 2rem 0;
    transition: .2s;
}

.home .box-container .box h3 {
    font-size: 2rem;
    color: #65bbb0;
    transition: .2s;
}

.home .box-container .box p {
    font-size: 1.4rem;
    padding: 0.7rem 1rem;
    color: #1c1c1c;
    font-weight: 600;
}

.home .box-container .box:hover i {
    background: #65bbb0;
}

.home .box-container .box:hover h3 {
    color: #2b3044;
}

.home::before {
    content: '';
    position: absolute;
    bottom: -25rem;
    left: 50%;
    transform: translateX(-50%);
    border-top: 70vh solid #fff;
    width: 120%;
    border-radius: 50%;
    z-index: -1;
}


section#about {
    max-width: 1400px;
    margin: auto;
    margin-bottom: 150px;
}

.about .row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    flex-wrap: nowrap;
}

.about .row .image img {
    /*height:70vh;*/
    /*width:50vw;*/
    /*border-radius: 80px;*/
    height: 100%;
    width: 100%;
    border-radius: 12%;
    object-fit: fill;
}

.about .row .content {
    padding-left: 5rem;
    margin-right: 90px;
    text-align: right;
}

.about .row .content h3 {
    font-size: 3rem;
    color: #2b3044;
}

.about .row .content p {
    font-size: 1.6rem;
    color: #65bbb0;
    padding: 1rem 0;
}

.about .row .content button {
    height: 3.5rem;
    width: 17rem;
    background: #65bbb0;
    color: #fff;
    border: none;
    border-radius: 5rem;
    box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .3);
    cursor: pointer;
    font-size: 2rem;
    transition: .2s;
}

.about .row .content button:hover {
    letter-spacing: .2rem;
    opacity: .8;
}

.about .image {
    margin: 0 80px;
    width: 100%;
}

.teacher {
    background: #f9f9f9;
}

.teacher .card-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2rem 0;
}

.teacher .card-container .card {
    padding: 2rem;
    margin: 2rem;
    background: #fff;
    text-align: center;
    width: 28rem;
    box-shadow: 0 .3rem .5rem rgba(0, 0, 0, .3);
}

.teacher .card-container .card img {
    height: 30rem;
    width: 100%;
    object-fit: cover;
    filter: grayscale();
    transition: .2s;
}

.teacher .card-container .card:hover img {
    filter: grayscale(0);
}

.teacher .card-container .card h3 {
    color: var(--pink);
    font-size: 2rem;
    padding: .5rem 0;
}

.teacher .card-container .card p {
    font-size: 1.7rem;
    color: #666;
}

.teacher .card-container .card .icons a {
    font-size: 1.9rem;
    padding: 1.5rem .5rem;
    color: var(--pink);
}

.teacher .card-container .card .icons a:hover {
    color: var(--violet);
}

.course .box-container {
    width: 85%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-top: 4rem;
    flex-wrap: wrap;
}

.course .box-container .box {
    height: 18rem;
    width: 18rem;
    margin: 3.5rem 2rem;
    text-align: center;
    border-radius: 1rem;
    box-shadow: .3rem .3rem 0 .1rem #65bbb0,
        .5rem .5rem .5rem rgba(0, 0, 0, .3);
}

.course .box-container .box i {
    height: 10rem;
    width: 10rem;
    line-height: 8rem;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #2b3044;
    margin-top: -4rem;
    border: 1rem solid #fff;
    border-left: 1rem solid #2b3044;
    border-right: 1rem solid #2b3044;
    box-shadow: 0 0 0 1rem #fff inset;
    font-size: 3.5rem;
}

.course .box-container .box h3 {
    font-size: 2rem;
    color: #65bbb0;
    margin-top: 10%;
}

.course .box-container .box p {
    font-size: 1.5rem;
    color: #999;
    padding: 1rem 0;
}

.review {
    background: #ffffff;
}

.review .box-container {
    display: flex;
    justify-content: center;
    padding-top: 4rem;
    flex-wrap: wrap;
}

.review .box-container .box {
    width: 28rem;
    padding-bottom: 1rem;
    text-align: center;
    box-shadow: 0 .3rem .5rem rgba(0, 0, 0, .3);
    background: #fff;
    margin: 4rem 2rem;
}

.review .box-container .box img {
    height: 8.5rem;
    width: 8.5rem;
    object-fit: cover;
    border-radius: 50%;
    margin-top: -4rem;
    border: .6rem solid var(--pink);
    border-left: .6rem solid var(--violet);
    border-bottom: .6rem solid var(--violet);
}

.review .box-container .box h3 {
    font-size: 2rem;
    color: var(--pink);
    padding: 0 .5rem;
}

.review .box-container .box p {
    font-size: 1.4rem;
    color: #999;
    padding: 0 1.3rem;
}

.review .box-container .box .stars i {
    font-size: 1.6rem;
    color: var(--violet);
    padding: 1.3rem .1rem;
}

.contact {
    background: #333;
}

.contact .row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 0;
}

.contact .row .image img {
    width: 50vw;
    height: 70vh;
}

.contact .row .form-container {
    width: 50%;
    padding-right: 6rem;
}

.contact .row .form-container input,
textarea {
    height: 4rem;
    width: 100%;
    background: #fff;
    border: none;
    border-radius: 5rem;
    padding: 0 1rem;
    margin: 1rem 0;
    color: var(--pink);
    font-size: 1.7rem;
    transition: .2s linear;
}

.contact .row .form-container input:focus,
textarea:focus {
    border: .2rem solid var(--pink);
}

.contact .row .form-container textarea {
    height: 20rem;
    border-radius: 1rem;
    padding: 1rem;
    resize: none;
}

.contact .row .form-container input[type="submit"] {
    width: 17rem;
    background: var(--pink);
    color: #fff;
    cursor: pointer;
    font-size: 2rem;
    transition: .2s;
}

.contact .row .form-container input[type="submit"]:hover {
    background: none;
    color: var(--pink);
    border: .2rem solid var(--pink);
}

.footer {
    text-align: center;
}

.footer .icons {
    padding: 3rem 0;
}

.footer .icons a {
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.2rem;
    text-align: center;
    border-radius: 50%;
    color: var(--violet);
    border: .2rem solid var(--violet);
    font-size: 2rem;
    margin: 0 .1rem;
    transition: .2s linear;
}

.footer .icons a:hover {
    color: #fff;
    background: var(--pink);
    border-color: var(--pink);
}


.footer .credit {
    font-size: 2rem;
    border-top: .1rem solid #999;
    margin: 0 auto;
    margin-bottom: 2rem;
    color: #666;
    width: 90%;
    padding: 1rem 0;
}

.footer .credit span {
    color: var(--pink);
}

header .fa-times {
    transform: rotate(180deg);
    color: var(--violet);
}

/* media queries  */

@media (max-width:768px) {

    html {
        font-size: 55%;
    }

    header .fa-bars {
        display: block;
    }

    header .navbars {
        position: fixed;
        top: -100rem;
        left: 0;
        width: 100%;
        background: #fff;
        border-radius: 1rem;
        opacity: 0;
        transition: .2s linear;
    }

    header .navbars ul {
        flex-flow: column;
        padding: 2rem 0;
        width: 100%;
    }

    header .navbars ul li {
        margin: 1rem 0;
        width: 100%;
        text-align: center;
    }

    header .navbars ul li a {
        font-size: 3rem;
        display: block;
    }

    header .nav-toggle {
        top: 7rem;
        opacity: 1;
    }

    .home .content p {
        padding: 1.5rem 2rem;
    }

    .home::before {
        display: none;
    }

    .about .row {
        flex-flow: column-reverse;
    }

    .about .row .image img {
        height: 100%;
        width: 100%;
        background-size: contain;
        object-fit: contain;
    }

    .title {
        margin-bottom: 20px;
    }

    .about .image {
        margin: 0;
    }

    .about .row .content {
        padding: 0 2.5rem;
        margin-right: 0;
        margin-top: 20px;
    }

    .service-ser.hidden-ser {
        display: none !important;
    }

    /*header {*/
    /*    left: 54%;*/
    /*}*/

    nav.navbars {
        margin-left: 0;
    }

    .heading {
        margin-bottom: 10px;
    }

    .course .box-container {
        width: 100%;
    }

    .contact .row {
        flex-flow: column;
    }

    .contact .row .image img {
        height: 50vh;
        width: 90vw;
    }

    .contact .row .form-container {
        width: 90%;
        padding: 0;
    }


    section#course {
        display: block;
    }

    section#our-services-ser {
        display: none;
    }

}






/*==================
 SERVICES SECTION
====================*/



.container-ser {
    /* max-width: 1170px;*/
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
    direction: rtl;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
.desc-ser .heading-ser h1:after {
    content: '';
    display: block;
    width: 8px;
    height: 2px;
    background: #BABABA;
    margin-top: 4px;

}
*/

.clear-fix-ser {
    clear: both;
}

.hidden-ser {
    visibility: hidden !important;
}

/* end global */

/* start of our services section */

#our-services-ser {
    background: #f6f6f6;
    padding: 0;
    min-height: 65vh;
    padding-top: 4vh;
    padding-bottom: 5vh;
    direction: rtl;
}

/* OUR SEERVICES LEFT SIDE */

/*
#our-services-ser .desc-ser {
    width: 33%;
    float: right;
}

#our-services-ser .desc-ser .heading-ser h1 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.4px;
    margin-bottom: 30px;
    color: #2b3044;
}
*/
.desc-ser1 .heading-ser1 h1 {
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
    letter-spacing: 0 !important;
    margin-bottom: 20px;
    color: #2b3044;
    font-size: 19px;
    text-decoration: none;
    word-spacing: 0;
}

.service-ser:hover h1 {
    color: #fff !important;
}

/*

#our-services-ser .desc-ser .text-ser {
    color: #BABABA;
}
#our-services-ser .desc-ser .text-ser p{
    font-size: 19px;
    color: #65bbb0;
}
*/

.desc-ser1 .text-ser1 p {
    font-size: 19px;
    color: #65bbb0;
}

.desc-ser1 .text-ser1 p:hover {
    color: #65bbb0;
}

.desc-ser1 .heading-ser1 {
    display: inline-flex;
    column-gap: 30px;
    margin-right: 10px;
}

.desc-ser1 .heading-ser1 ul li {
    list-style-type: disclosure-closed;
    color: #65bbb0;
    /* animation-name: fade;
     animation-delay: initial;
    animation-duration: 10s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-direction: normal;*/

}


/* OUR SERVICES RIGHT SIDE */

@keyframes showOnLoad {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

.animateul {}

.animateul ul li {
    animation: slideIn 2s ease-in-out;
    animation-delay: 0s;
}

#our-services-ser .services-ser {
    /*  width: 67%;*/
    direction: rtl;
    float: right;
    margin-right: 100px;
}

#our-services-ser .services-ser .column-ser {
    float: right;
    /*  margin-left: 70px;*/
    margin-left: 90px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

#our-services-ser .services-ser .column-ser .service-ser {
    display: flex;
    justify-content: center;
    align-items: center;
    /*
    width: 140px;
    height: 140px;
*/
    width: 190px;
    height: 190px;
    background: #FFFFFF;
    transition: all 0.1s ease;
    /*margin-bottom: 7px;*/
    margin-bottom: 20px;
    margin-left: 20px;
}

#our-services-ser .services-ser .column-ser .service-ser:hover {
    background: #2b3044;
    color: #fff;
}

#our-services-ser .services-ser .column-ser .service-ser:hover .service-icon-ser {
    color: #fff !important;
}

#our-services-ser .services-ser .column-ser .service-ser:hover .service-txt-ser {
    color: white !important;
    opacity: 1;
}

#our-services-ser .services-ser .column-ser .service-ser .service-desc-ser {
    visibility: visible;
    transform: rotate(-45deg);
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    transition: transform 0.3s ease;
    /*  align-self: normal;*/
}

#our-services-ser .services-ser .column-ser .service-ser .service-desc-ser .service-icon-ser {
    font-size: 22px;
    margin-bottom: 5px;
    color: #65bbb0;
}

#our-services-ser .services-ser .column-ser .service-ser .service-desc-ser .service-txt-ser {

    font-size: 20px !important;
    font-weight: bold;
    color: #2b3044;

}

.desc-ser1 {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: absolute;
    margin-right: 20px;
    visibility: hidden;
}


/*==================
 Ã™â€¦Ã˜Â¬Ã˜Â§Ã™â€žÃ˜Â§Ã˜ÂªÃ™â€ Ã˜Â§
====================*/

#our-services-ser .services-ser .column-ser #myPopupsec4 {
    background: #65bbb0;
}

#our-services-ser .services-ser .column-ser .service-ser #pkksec8 .service-icon-ser {
    color: white;
}

#our-services-ser .services-ser .column-ser .service-ser #pkksec8 .service-txt-ser {
    color: white;
    opacity: 1;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 22px;
}

#our-services-ser .services-ser .column-ser #myPopupsec4:hover {
    background: #2b3044;
    color: #fff;
}

#our-services-ser .services-ser .column-ser #pkksec8:hover .service-icon-ser {
    color: #fff !important;
}

#our-services-ser .services-ser .column-ser #pkksec8:hover .service-txt-ser {
    color: white !important;
    opacity: 1;
}

/*==================
 RESPONSIVE QUERIES SERVICES
====================*/

@media all and (max-width: 967px) {
    /*#our-services-ser {*/
    /*    padding-top: 60px;*/
    /*}*/

    /*#our-services-ser .desc-ser {*/
    /*    width: 100%;*/
    /*    float: none;*/
    /*    margin-bottom: 30px;*/
    /*}*/

    /*#our-services-ser .services-ser {*/
    /*    width: 100%;*/
    /*}*/

    /*#our-services-ser .services-ser .column-ser {*/
    /*    transform: rotate(0deg);*/
    /*    margin-right: 10px;*/
    /*}*/

    /*#our-services-ser .services-ser .column-ser .service-ser .service-desc-ser {*/
    /*    transform: rotate(0deg);*/
    /*}*/
}



.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.popupsec,
.popupsec3,
.popupsec6,
.popupsec9,
.popupsec12,
.popupsec15 {

    cursor: pointer;

}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    /*  width: 460px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 160%;
    /* left: 0;
    margin-left: -190px;
    transform: rotate(-45deg);
    /* right: 50%;*/
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    width: 400px !important;
    transform: rotate(-45deg) !important;
    height: 500px !important;
}

.popup2 .show2 {
    visibility: visible !important;

}

.popup1 .hid {
    visibility: hidden !important;
}

.popupsec .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    width: 400px !important;
    transform: rotate(-45deg) !important;
    height: 500px !important;
}

.popupsec2 .show2 {
    visibility: visible !important;

}

.popupsec1 .hid {
    visibility: hidden !important;
}

.popupsec3 .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    width: 400px !important;
    transform: rotate(-45deg) !important;
    height: 500px !important;
}

.popupsec4 .show2 {
    visibility: visible !important;

}

.popupsec5 .hid {
    visibility: hidden !important;
}

.popupsec6 .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    width: 400px !important;
    transform: rotate(-45deg) !important;
    height: 500px !important;
}

.popupsec7 .show2 {
    visibility: visible !important;

}

.popupsec8 .hid {
    visibility: hidden !important;
}


.popupsec9 .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    width: 400px !important;
    transform: rotate(-45deg) !important;
    height: 500px !important;
}

.popupsec10 .show2 {
    visibility: visible !important;

}

.popupsec11 .hid {
    visibility: hidden !important;
}


.popupsec12 .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    width: 400px !important;
    transform: rotate(-45deg) !important;
    height: 500px !important;
}

.popupsec13 .show2 {
    visibility: visible !important;

}

.popupsec14 .hid {
    visibility: hidden !important;
}


.popupsec15 .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    width: 400px !important;
    transform: rotate(-45deg) !important;
    height: 500px !important;
}

.popupsec16 .show2 {
    visibility: visible !important;

}

.popupsec17 .hid {
    visibility: hidden !important;
}


/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/*==================
 END SERVICES SECTION
====================*/

@media (max-width:1100px) {

    #our-services-ser .services-ser .column-ser {
        margin-left: 60px;
    }

    #our-services-ser .services-ser .column-ser .service-ser {
        width: 140px;
        height: 140px;
        margin-bottom: 10px;
        margin-left: 10px;
    }

}


@media screen and (max-width: 869px) and (min-width: 679px) {

    nav.navbars {
        margin-left: 0;
    }

    header .fa-bars {
        display: block;
    }

    header .navbars {
        position: fixed;
        top: -100rem;
        left: 0;
        width: 100%;
        background: #fff;
        border-radius: 1rem;
        opacity: 0;
        transition: .2s linear;
    }

    header .navbars ul {
        flex-flow: column;
        padding: 2rem 0;
    }

    header .navbars ul li {
        margin: 1rem 0;
        width: 100%;
        text-align: center;
    }

    header .navbars ul li a {
        font-size: 3rem;
        display: block;
    }

    header .nav-toggle {
        top: 5.5rem;
        opacity: 1;
    }


    .home .content h1 {
        font-size: 4rem;
    }

    .home .content p {

        padding: 1rem 10rem;
    }

    .home .box-container .box {
        height: 32rem;
        width: 20rem;
    }

    .about .row {
        margin-left: 5px;
        margin-right: 5px;
    }

    .about .row .content {
        padding-left: 5rem;
        margin-right: 5px;
    }

    .about .image {
        margin-left: 30px;
        width: 350px;
        margin-right: 0;
        height: 150px;
    }

    .about .row .image img {
        height: 150px;
        width: 300px;
        object-fit: fill;
        border-radius: 40px;
    }

    .about .row .content h3 {
        font-size: 2.2rem;
        color: #2b3044;
    }

    section#about {
        margin-bottom: 150px;
        margin-top: -60px;
        position: relative;
        background-color: white;
    }

    section#course {
        display: block;
    }

    section#our-services-ser {
        display: none;
    }

}


@media (max-width:500px) {

    .home {
        padding-bottom: 50px;
        -webkit-background-size: cover;
        -webkit-background-position: center;

    }

    .home .content h1 {
        font-size: 2.6rem;
    }

    .home .content p {
        font-size: 1.7rem;
    }

    .home .box-container .box {
        height: 30rem;
        width: 25rem;
    }

    .about .image {
        height: 200px;
        width: 350px;
    }

    .about .row .image img {
        height: 100%;
        width: 100%;
        object-fit: fill;
        border-radius: 50px;
    }


    .about .row .content {
        text-align: center;
    }

    .about .row .content p {
        font-size: 1.8rem;

        font-weight: 900;
    }

    .about .row .content h3 {
        font-size: 2.4rem;
    }

    .date-taped {
        width: 70px !important;
        height: 70px !important;
        border-radius: 70px !important;
    }

    .single-cta {
        margin-bottom: 25px;
    }

    .col-half {
        width: 100% !important;
    }

    .single-post-full {
        display: block !important;
        margin-right: 10px !important;

        margin-top: 50px;
        margin-bottom: 30px;
        width: 100%;
    }

    .single-post-card {
        margin: auto !important;
        width: 80% !important;

    }

    .courses-banner-title {
        text-align: center;
        width: 80%;
        white-space: nowrap;
    }

}


section#singlepost {
    width: 100%;
}

.containerfull .row {
    margin: auto !important;
}

.containerfull {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}


.single-post-content {
    text-align: right;
    font-size: 19px;
    color: #2b3044;
    width: 100%;
}



.monshat.teacher .contact form button,
.contact form input,
.contact form textarea {
    font-size: 1.5rem !important;
}

.monshat.teacher .contact .row .form-container input,
textarea {
    font-size: 1.5rem !important;
    height: unset !important;
}

select#cars {
    min-width: 60px;
    font-size: 1.5rem;
}

input[type="file"] {
    border: none !important;
}

p.btn.btn-default.btn-file {
    background-color: aliceblue;
    font-size: 1.5rem;
}

