/* colors: */


/*************** GENERAL ********************/

@import "colors.css";
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/cairo/cairo-v4-latin-ext_latin_arabic-regular.eot');
    /* IE9 Compat Modes */
    src: local('Cairo'), local('Cairo-Regular'), url('../fonts/cairo/cairo-v4-latin-ext_latin_arabic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/cairo/cairo-v4-latin-ext_latin_arabic-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/cairo/cairo-v4-latin-ext_latin_arabic-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/cairo/cairo-v4-latin-ext_latin_arabic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/cairo/cairo-v4-latin-ext_latin_arabic-regular.svg#Cairo') format('svg');
    /* Legacy iOS */
}

body {
    font-family: 'Cairo', sans-serif;
    font-size: 20px;
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

html,
body,
.main-wrapper {
    width: 100%;
    max-width: 100%;
}

body,
.main-wrapper {
    overflow-x: hidden;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
}

::-webkit-scrollbar {
    width: 10px;
}

.table-responsive::-webkit-scrollbar {
    height: 4px;
}

.d-none {
    display: none;
}

.text-ltr {
    direction: ltr;
    display: inline-block;
}


/* REPEATED */

h1,
h2,
h3,
h4,
h5,
h6,
.btn {
    text-transform: capitalize;
}

.modal-backdrop.show {
    opacity: .8;
}


/* GENERAL */

a:hover,
.btn-link:hover {
    text-decoration: none;
}

.btn {
    position: relative;
    border-width: 0;
}

.btn:before {
    content: '';
    height: 0;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
}

.btn:hover:before {
    height: 100%;
}

.border-radius-0 {
    border-radius: 0;
}

.border-radius-10 {
    border-radius: 10px;
}

.font-lg {
    font-size: 27px;
}

.font-md {
    font-size: 20px;
}

.font-sm {
    font-size: 15px;
}

h1,
h2,
h3 {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 25px;
}

h3 {
    font-size: 2.5rem;
}

.page-pad {
    padding: 40px 0;
}

.user-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.btn-rounded {
    overflow: hidden;
    border-radius: 50px;
    padding: .375rem 1.5rem;
}

.btn-lg.btn-rounded {
    padding: .5rem 2rem;
}

.btn-sm.btn-rounded {
    padding: .25rem 1rem;
}

.border-10 {
    border: 10px solid;
}

.img-float {
    position: absolute;
    bottom: -50px;
    right: -50px;
    max-width: 50%;
    height: 100%;
}

.img-float.img-float-r-0 {
    right: 0;
    bottom: 0;
    max-width: unset;
}

.img-float img {
    min-width: 100%;
}


/*********************************************
------------------- HEADER -------------------
*********************************************/


/* Top Bar*/

.top-bar-inner {
    justify-content: space-between;
    text-transform: capitalize;
    font-size: 14px;
}

.top-bar-inner,
.top-bar-first,
.top-bar-last {
    display: flex;
    align-items: center;
}

.top-bar-first>div,
.top-bar-last a {
    padding: 0 15px;
    margin: 10px 0;
}

.top-bar-last a:last-child {
    border: 0!important;
}


/* Header */

#header-wrap.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1009;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#header-wrap.header-fixed .navbar-brand {
    padding: 0;
}

#header-wrap.header-fixed .navbar-brand img {
    height: 50px;
}


/* Nav Bar */

.navbar-collapse {
    flex-grow: 0;
}

.nav-item .nav-link {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
}

.mega-menu-wrap {
    margin-left: auto !important;
}

.mega-menu-item .nav-link {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
}

.nav-item .nav-link:after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    border-radius: 10px;
    margin: 5px auto 0;
}

.nav-item:hover .nav-link:after,
.nav-item.active .nav-link:after {
    width: 40%;
}

.mega-menu-item .nav-link:after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    border-radius: 10px;
    margin: 5px auto 0;
}

.mega-menu-item:hover .nav-link:after,
.mega-current-menu-item .nav-link:after {
    width: 40%;
}

.navbar-nav>.current_page_item>.nav-link:after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    border-radius: 10px;
    margin: 5px auto 0;
    background: #f5cd76;
    background: -moz-linear-gradient(right, #f5cd76 0%, #f5cd76 100%);
    background: -webkit-linear-gradient(right, #f5cd76 0%, #f5cd76 100%);
    background: -o-linear-gradient(right, #f5cd76 0%, #f5cd76 100%);
    background: -ms-linear-gradient(right, #f5cd76 0%, #f5cd76 100%);
    background: linear-gradient(to left, #f5cd76 0%, #f5cd76 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='map-get($colors, secondaryGrad1)', endColorstr='map-get($colors, secondaryGrad2)', GradientType=1);
    width: 40%;
}

.dropdown-menu .nav-link:after {
    background: none!important;
}

#mega-menu-wrap-bootstrap_menu #mega-menu-bootstrap_menu>li.mega-menu-flyout ul.mega-sub-menu {
    background-color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.mega-sub-menu .nav-link::after {
    content: none;
}

#mega-menu-wrap-bootstrap_menu #mega-menu-bootstrap_menu>li.mega-menu-item:hover>.mega-sub-menu {
    visibility: visible;
    opacity: 1 !important;
}

#mega-menu-wrap-bootstrap_menu #mega-menu-bootstrap_menu>li.mega-menu-flyout ul.mega-sub-menu {
    width: 200px !important;
}

.navbar-nav {
    clear: both;
}

#navbar-toggler-lnk,
#navbar-close-lnk {
    display: none;
    padding: 5px 12px;
    font-size: 35px
}

#navbar-close-lnk {
    font-size: 35px;
    float: right;
}

.rtl #navbar-close-lnk {
    float: left;
}


/* Slider */

#main-slider .slider-inner {
    position: relative;
}

#main-slider .carousel-item {
    height: 430px;
}

#main-slider .carousel-item:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.6;
}

#main-slider .carousel-caption {
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    display: flex!important;
    align-items: center;
    justify-content: center;
}

#main-slider .carousel-caption p {
    max-width: 600px;
    margin: 0 auto 20px;
}

#main-slider .slider-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
}


/*#main-slider h3{max-width: 850px;margin: 0 auto 30px;}*/


/* Page Title */

#page-title {
    background: url("../images/slide1.png") no-repeat;
    background-size: cover;
    padding: 80px 0;
    text-align: center;
}

#page-title.tit-bg-desk {
    background: url("../images/tit-bg-desk.png") no-repeat;
    background-size: cover;
}

#page-title.tit-bg-school {
    background: url("../images/tit-bg-school.png") no-repeat;
    background-size: cover;
    padding: 80px 0;
    text-align: center;
}

#page-title .page-title-inner {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

#page-title h1 {
    font-size: 55px;
    text-transform: uppercase;
}

#page-title p {
    font-size: 23px;
}


/* Images Styles */

.img-rounded,
.img-rounded img {
    position: relative;
}

.img-rounded img,
.img-rounded:before,
.img-rounded:after {
    width: 90%;
}

.img-rounded:before,
.img-rounded:after {
    content: '';
    position: absolute;
    height: 100%;
}

.img-rounded:before {
    top: -30px;
    right: 0;
}

.img-rounded:after {
    top: -15px;
    right: 5%;
    background: transparent;
    border: 5px solid;
}

.img-rounded.img-rounded-2:before {
    display: none;
}

.img-rounded.img-rounded-2 img {
    width: 100%;
}

.img-rounded.img-rounded-2:after {
    width: 90%;
    height: 90%;
    top: 5%;
    right: 5%;
}

.img-rounded img,
.img-rounded:before,
.img-rounded:after,
.rounded-blk {
    border-radius: 0 50px 0 50px!important;
    overflow: hidden;
}

.rounded-blk-reverse {
    border-radius: 50px 0 50px 0!important;
    overflow: hidden;
}


/**/

.fl-two-bg {
    position: relative;
}


/* .fl-two-bg:before{content:'';position:absolute;top:0;right:0;display:block;background: url("../images/fl-two.png") no-repeat;background-size: auto 100%;width: 100px;height: 100px;} */

#prin-msg .fl-two-bg:before {
    top: 80px;
}


/* Content */

#prin-msg {
    margin-top: 60px;
}

.prin-txt {
    margin-top: 90px;
}

.prin-txt p {
    text-align: justify;
}

#prin-msg .img-rounded {
    margin-bottom: 10px;
}

#prinMsg .img-rounded {
    max-width: 300px;
    margin: 0 auto 15px;
}

#surv-blk,
#surv-blk0 {
    position: relative;
}

.surv-blk-bgs {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
}

.surv-blk-bgs,
.surv-blk-bgs div,
.surv-blk-bgs img {
    height: 100%;
}

.fac-items {
    display: flex;
    width: 100%;
}

.fac-item {
    width: calc(100% / 3);
    position: relative;
    padding: 0 15px;
    z-index: 100;
}

.fac-fl {
    margin: 0 0 -60px -90px;
}

.fac-bg {
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
}

.fac-data {
    position: relative;
    padding: 40px 30px;
    margin-bottom: 30px;
}

.fac-data img {
    margin-bottom: 20px;
    height: 50px;
    width: auto;
}

.fac-data h6 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 21px;
}

#fac-blk {
    position: relative;
}

#fac-blk:after {
    content: '';
    width: 150px;
    height: 200px;
    position: absolute;
    bottom: -35px;
    left: 0;
    z-index: -1;
    background: url("../images/dots.png") no-repeat;
    background-size: auto 100%;
}

.teach-blk-inner {
    background: url("../images/desks-bg.png") no-repeat;
    background-size: cover;
    padding: 50px 0;
}

#ann-blk {
    background: url("../images/pink-bg.png") no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.ann-txt {
    border: 4px solid;
    padding: 5px;
    border-radius: 10px;
}

.ann-head {
    margin: 5px 0;
    position: relative;
}

.ann-head .dots {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 -2px 0;
}

.ann-head span {
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    margin: 0 2px;
}

.ann-body {
    border-radius: 0 0 10px 10px;
    padding: 30px 40px;
}

.ann-img {
    position: relative;
    right: 115px;
    bottom: 15px;
    margin-bottom: -200px;
    width: calc(100% + 100px);
}

#contact-blk {
    background: url("../images/conatct-bg.png") no-repeat left bottom;
    background-size: auto 100%;
}

.contact-head {
    max-width: 450px;
    margin: 0 auto;
}

.contact-form {
    background: url("../images/contact-form-bg.png") no-repeat;
    background-size: cover;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 25px;
    overflow: hidden;
    border: 3px solid;
}

.contact-form .form-control {
    border-color: transparent;
}

.form-control {
    height: 50px;
    border-radius: 40px;
    padding: 10px 25px;
    font-size: 18px;
}

.form-control::placeholder {
    text-transform: capitalize;
    font-size: 18px;
}

textarea.form-control {
    height: 150px;
    resize: none;
}

.contact-data {
    margin-bottom: -30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.contact-item {
    display: flex;
    margin-bottom: 30px;
}

.download-lnk span {
    border-bottom: 1px solid;
    border-color: inherit!important;
}


/* FOOTER */

#main-footer {
    font-size: 15px;
}

#footer-wrap {
    padding: 50px 0;
}

#copyright {
    padding: 5px 10px;
    font-size: 14px;
}

.footer-brand {
    height: 77px;
    margin-bottom: 25px;
}

.footer-lnk {
    display: block;
    text-transform: capitalize;
    opacity: 1;
}

.footer-lnk:hover {
    opacity: 0.7;
}

.footer-lnk,
.footer-last p {
    margin-bottom: 5px;
}

.footer-last>p.text-justify {
    margin-bottom: 10px!important;
}

.footer-links-blk {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer-links-blk .footer-links-col:first-child {
    margin-right: 30px;
}


/* pages */


/* General */

.ball-bg,
.fl-bg {
    position: relative;
}

.ball-bg {
    margin-top: 100px;
}

.ball-bg:before,
.fl-bg:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 170px;
}

.ball-bg.ball-l-t:before {
    right: 170px;
    left: auto;
}

.ball-bg:before {
    background: url("../images/ball-bg.png") no-repeat;
    background-size: auto 400px;
    top: -100px;
}

.ball-bg.ball-blue:before {
    background: url("../images/ball-bg2.png") no-repeat;
    background-size: auto 400px;
}

.ball-bg.ball-r-t:before,
.fl-bg.fl-r-t:before {
    background-position: right top;
}

.ball-bg.ball-l-t:before {
    background-position: left top;
}

.ball-bg.ball-l-b {
    margin-top: 0;
}

.ball-bg.ball-l-b:before {
    background-position: left bottom;
    left: -170px;
    top: 100px;
}

.fl-bg:before {
    background: url("../images/fl-plain.png") no-repeat;
    background-size: auto 150px;
    top: 0;
}

.fl-bg.fl-l-0:before {
    left: auto;
    right: 10px;
    bottom: 10px;
}

.fl-bg.fl-l-b:before {
    background-position: left bottom;
}

.fl-bg.fl-r-b:before {
    background-position: right bottom;
}

.fl-imgs-blk img {
    width: 70%;
}

.fl-imgs-blk img:first-child {
    margin-left: 30%;
}

.fl-imgs-blk img:last-child {
    margin-top: 10px;
    margin-left: 10%;
}

.fl-imgs-blk.fl-img-reverse img:first-child {
    margin-left: 0;
}

.fl-imgs-blk.fl-img-reverse img:last-child {
    margin-left: 30%;
}

.bordered-img,
.blog-video-container .video-overlay {
    border: 8px solid #fff!important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.pull-imgs-blk img {
    margin-bottom: -80px;
}

.pull-imgs-after {
    margin-top: 80px;
}

.img-wz-b4 {
    position: relative;
}

.img-wz-b4-img,
.img-wz-b4 .img-b4 {
    height: 350px;
}

#staff-carousel-single .img-wz-b4-img,
#staff-carousel-single .img-wz-b4 .img-b4 {
    height: 450px;
}

.img-wz-b4-img {
    overflow: hidden;
}

.img-wz-b4 img {
    min-width: calc(100% - 10px)!important;
    width: auto;
    height: 100%;
    margin-left: 10px;
    position: relative;
}

.img-wz-b4 .img-b4 {
    width: calc(100% - 10px);
    margin-top: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.img-wz-b4.bordered-radius .img-b4,
.img-wz-b4.bordered-radius .img-wz-b4-img,
.img-wz-b4.bordered-radius .img-wz-b4-img img {
    border-radius: 0 20px 0 20px;
}

.blog-video-container {
    position: relative;
}

.blog-video-container .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc( 100% - 8px);
    color: #fff;
    font-size: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-video-container .video-overlay.overlay-hide {
    display: none;
}

.play-icon {
    font-size: 17px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* academic */

#ig-blk {
    background: url("../images/desks-bg-2.png") no-repeat;
    background-size: cover;
    padding: 30px 0;
}

#ig-blk.lib-bg {
    background: url("../images/lib-bg.png") no-repeat;
    background-size: cover;
}

#ig-blk .rounded-blk {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.85);
    padding: 40px 20px;
}


/* Contact */

.map-container iframe {
    width: 100%;
    height: 420px;
}

#contact-blk.contact-pg {
    background: none;
}

#contact-blk.contact-pg .contact-body-container {
    background: url(../images/map.png) no-repeat left top;
    background-size: auto 100%;
    margin-top: 50px;
}

#contact-blk.contact-pg .contact-body-container .contact-form {
    margin-top: -140px;
    background: url(../images/contact-form-bg-2.png) no-repeat;
    background-size: cover;
}

.contact-foot-container {
    background: url(../images/bg-secondary.png) no-repeat left bottom;
    padding: 65px 0!important;
    background-size: cover;
    position: relative;
}

.contact-foot-inner {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.contact-foot-inner .form-group {
    position: relative;
}

.contact-foot-inner .form-control {
    height: 60px;
    padding-right: 160px;
}

.contact-foot-inner .btn {
    position: absolute;
    right: 5px;
    top: 5px;
    height: calc(100% - 10px);
}

.overlay-txt {
    font-size: 70px;
    white-space: nowrap;
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.primary-bg-blk {
    background: url('../images/primary-bg.png') no-repeat 0 bottom;
    background-size: cover;
}

#mos-blk {
    background: url('../images/mosque.png') no-repeat 0 bottom;
    background-size: 100% auto;
}

#counsel-blk {
    background: url('../images/counsel-bg.png') no-repeat 50% 50%;
    background-size: cover;
}


/* login */

.log-pg-inner {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: -55px;
}

#log-pg .form-container {
    padding: 50px 30px;
}

.log-img-m {
    min-height: 300px;
}

.log-img-f,
.log-img-l {
    width: 80%;
    position: absolute;
}

.log-img-f {
    left: 0;
    top: 20px;
}

.log-img-l {
    right: 0;
    bottom: 0;
}


/* Facilities */

.facility-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


/* OWL */

.owl-carousel {
    position: relative;
    padding: 0 50px;
}

.owl-carousel .item {
    padding-bottom: 10px;
}

.owl-dots {
    text-align: center;
    position: relative;
    z-index: 1009;
}

.owl-carousel button.owl-dot {
    width: 13px;
    height: 13px;
    margin: 0 10px;
    border-radius: 50%;
    outline: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none!important;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    opacity: 0.7;
    transition: all 0.5s ease;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    position: relative;
    bottom: 15px;
}

.owl-carousel .owl-nav button:hover {
    opacity: 1;
}

#staff-carousel-single.owl-carousel .owl-nav button,
#staff-members-carousel .owl-carousel .owl-nav button {
    display: none!important;
}

#staff-carousel-single.owl-carousel .owl-dots,
#staff-members-carousel .owl-carousel .owl-dots {
    margin-top: 20px;
}

#staff-members-carousel .owl-carousel {
    padding: 0;
}

#staff-members-carousel .owl-carousel button.owl-dot {
    background: rgba(255, 255, 255, 0.4)!important;
    width: 10px;
    height: 5px;
    border-radius: 10px;
}

#staff-members-carousel .owl-carousel button.owl-dot.active {
    background: rgba(255, 255, 255, 1)!important;
    width: 25px;
}


/* Staff */

.girls-grey-bg {
    background: url("../images/girls-grey.png") no-repeat 0 0;
    background-size: auto 100%;
}

.primary-students-bg {
    background: url("../images/primary-students-bg.png") no-repeat 50% 50%;
    background-size: cover;
    background-image: linear-gradient(to bottom, #2899E4, #1A2E92);
}

.staff-item {
    text-align: center;
}


/*.staff-img img{width: 130px!important;height: 130px;border-radius: 50%;border: 6px solid;opacity: 0.7;}*/

.staff-img img {
    width: 80%!important;
    height: auto;
    border-radius: 10px;
    border: 6px solid;
    opacity: 0.7;
}


/*.center .staff-img img{width: 180px!important;height: 180px;opacity: 1;}*/

.center .staff-img img {
    width: 100%!important;
    height: auto;
    opacity: 1;
    border-radius: 10px;
}

.staff-img img {
    margin: 0 auto 15px;
}

.staff-data {
    opacity: 0.7;
}

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

.flag-blk img {
    width: 30px!important;
    margin-right: 10px;
    flex-grow: 0;
    height: 18px;
}

.loc-item {
    position: relative;
    margin-bottom: 20px;
}

.loc-img {
    overflow: hidden;
}

.loc-item:hover .loc-img img {
    transition: all 2s ease;
    transform: scale(1.2) rotate(2deg);
}

.loc-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: block;
}

.loc-data {
    display: flex;
    position: absolute;
    bottom: 5px;
    left: 10px;
    color: #fff;
}

.loc-icon {
    margin-right: 10px;
}


/**/

#freq-qus .card {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

#freq-qus .card-header {
    border-bottom: 0;
    background: transparent;
    padding: 0 1.25rem;
}

#freq-qus .card-header .btn {
    font-size: 16px;
    text-align: initial;
    font-weight: bold;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    text-decoration: none!important;
}

#freq-qus .card-header .btn:before {
    display: none!important;
}

#freq-qus .card-header h2 .btn:after {
    content: '-';
    display: inline-block;
    font-size: 30px;
    margin-right: 10px;
}

#freq-qus .card-header h2 .btn.collapsed:after {
    content: '+';
}

#freq-qus .card-body {
    color: #777;
    text-align: justify;
    font-size: 15px;
    padding: 0 20px 20px 55px;
}

.desks-white-bg {
    background: url("../images/desks-white.png") no-repeat 0 0;
    background-size: cover;
}

.qus-bg {
    background: url("../images/qus-bg.png") no-repeat left bottom;
    background-size: 100% auto;
    padding-bottom: 150px;
}


/*************** RESPONSIVE ********************/


/*Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {
    #main-slider .slider-bottom {
        bottom: -10px;
    }
    #main-slider h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    #main-slider .btn-lg.btn-rounded {
        padding: .2rem 1rem;
        font-size: 13px;
    }
    .fl-two-bg:before {
        width: 40px!important;
        height: 40px!important;
    }
    #prin-msg {
        margin-top: 50px;
    }
    #ann-blk .font-lg {
        font-size: 18px;
    }
    .fac-data {
        padding: 20px 15px;
        text-align: center;
        height: calc( 100% - 30px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .fac-data img {
        height: 30px;
        margin-bottom: 10px;
    }
    .fac-data h6 {
        margin-bottom: 10px;
        font-size: 15px;
    }
    .fac-data .btn-sm.btn-rounded {
        padding: .25rem .5rem;
    }
    .fac-item {
        max-width: 200px!important;
    }
    .ann-head .dots {
        display: flex;
        position: static;
        margin-bottom: 7px;
    }
    .contact-data {
        display: block;
    }
    .img-wz-b4-img,
    .img-wz-b4 .img-b4 {
        height: 250px;
    }
    #staff-carousel-single .img-wz-b4-img,
    #staff-carousel-single .img-wz-b4 .img-b4 {
        height: 250px;
    }
}


/*Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) and (max-width: 767.98px) {
    #main-slider h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #main-slider .btn-lg.btn-rounded {
        padding: .3rem 1.2rem;
        font-size: 15px;
    }
    #prin-msg {
        margin-top: 0px;
    }
}

@media (max-width: 767.98px) {
    /**/
    .header-fixed .navbar {
        padding: 0;
    }
    .fac-items {
        flex-wrap: wrap;
    }
    .fac-item {
        width: calc(100% / 2);
        max-width: 250px;
        margin: 0 auto;
    }
    .footer-links-blk-container {
        margin: 20px 0;
    }
    #s-p .surv-blk-bgs {
        position: static!important;
    }
    #s-p .surv-blk-bgs>div>div {
        height: 300px;
    }
    #s-p .surv-blk-bgs>div>div.res-hide {
        height: 0;
    }
    .half-img-container {
        max-height: 300px;
    }
    .half-img-container img {
        width: 100%!important;
        height: auto!important;
    }
}

@media only screen and (min-width: 490.98px) and (max-width: 1350px) {
    .wdc_calendar {
        width: 100%!important;
    }
}

@media (max-width: 490.98px) {
    .wdc_calendar {
        width: 132%!important;
    }
    /**/
    /*
    .Calendar-web{
        display:none;
    }
*/
    /*
    #bigcalendar2 table{
         width:300px!important; 
    }
    .Calendar-mobile{
        display:block!important;
    }
*/
}


/*Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991.98px) {
    /* START Expanded Nav-Bar START */
    /*.navbar-expand-lg {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-flow: column;flex-flow: row;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}*/
    /*.navbar-expand-lg .navbar-toggler {display: none;}*/
    /*.navbar-expand-lg .navbar-collapse {display: -webkit-box!important;display: -ms-flexbox!important;display: flex!important;-ms-flex-preferred-size: auto;flex-basis: auto;}*/
    /*.navbar-expand-lg .navbar-nav {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}*/
    /* END Expanded Nav-Bar END */
    #prin-msg {
        margin-top: -45px;
    }
}

@media (max-width: 991.98px) {
    h3 {
        font-size: 2rem;
    }
    .hidd {
        display: none;
    }
    .navbar-collapse {
        flex-grow: 1;
    }
    #navbar-toggler-lnk,
    #navbar-close-lnk {
        display: block;
    }
    .navbar-collapse {
        display: block !important;
        position: fixed;
        top: 0;
        left: -300px;
        height: 100vh;
        padding: 10px 20px;
        margin: 0 !important;
        z-index: 1009;
        overflow-y: auto;
        width: 250px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
    .navbar-nav {
        text-align: initial;
    }
    .navbar-nav .nav-link {
        font-size: 18px;
        font-weight: normal;
    }
    .mega-menu-item .nav-link:after {
        display: none !important;
    }
    .navbar-nav .mega-menu-item.active .nav-link:before {
        content: '\f0da';
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 10px;
    }
    .rtl .navbar-nav .mega-menu-item.active .nav-link:before {
        content: '\f0d9';
        margin-left: 10px;
        margin-right: 0;
    }
    .navbar-brand img {
        height: 80px;
    }
    .menu-item .nav-link:after {
        display: none !important;
    }
    .navbar-nav .menu-item.active .nav-link:before {
        content: '\f0da';
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 10px;
    }
    .rtl .navbar-nav .menu-item.active .nav-link:before {
        content: '\f0d9';
        margin-left: 10px;
        margin-right: 0;
    }
    .navbar-brand img {
        height: 80px;
    }
    /**/
    #prin-msg .img-rounded {
        max-width: 80%;
        width: 300px;
        margin-bottom: 0;
    }
    .prin-txt {
        margin-top: 30px;
    }
    .fl-two-bg:before {
        width: 70px;
        height: 70px;
    }
    .ann-img {
        display: none;
    }
    .contact-data {
        margin-bottom: 5px;
        flex-direction: row;
    }
    .contact-item {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .contact-icon {
        margin: 0 0 5px!important;
    }
    .contact-icon img {
        height: 30px;
        width: auto;
        margin-bottom: 10px;
    }
    .contact-item h2,
    .contact-item p {
        font-size: 19px;
    }
    .pull-imgs-blk img {
        margin-bottom: 3rem;
    }
    .pull-imgs-after {
        margin-top: 0;
        padding-top: 0!important;
    }
    #contact-blk.contact-pg .contact-body-container .contact-form {
        margin-top: 0;
    }
    .img-float {
        position: relative;
        max-width: 100%;
        margin: -80px auto 0;
    }
    #cir-blk .img-float {
        display: none;
    }
    .girls-grey-bg {
        background: none;
    }
}


/*Large devices (desktops, 992px and up)*/

@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-brand img {
        height: 80px;
    }
    .ann-img {
        right: 120px;
        width: calc(100% + 150px);
    }
    .pull-imgs-blk img {
        margin-bottom: 0;
    }
    .pull-imgs-after {
        margin-top: 0;
    }
}


/*Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {}


/*nermenadd*/

.fac-item {
    width: 100%;
    height: 100%
}

.margin {
    margin-left: -100px;
}

.fac-data {
    height: 245px;
}

.fac-data h6 {
    font-size: 20px;
}

@media (max-width: 992px) {
    .margin {
        margin-left: 0px;
    }
}

.blog-video-container .video-overlay {
    display: none!important;
}

.contact-body .bg-primary-gradient-x {
    background: #EF89B8;
    background: -moz-linear-gradient(left, #EF89B8 0%, #FFB1D5 100%);
    background: -webkit-linear-gradient(left, #EF89B8 0%, #FFB1D5 100%);
    background: -o-linear-gradient(left, #EF89B8 0%, #FFB1D5 100%);
    background: -ms-linear-gradient(left, #EF89B8 0%, #FFB1D5 100%);
    background: linear-gradient(to right, #EF89B8 0%, #FFB1D5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='map-get($colors, secondaryGrad2)', endColorstr='map-get($colors, secondaryGrad1)', GradientType=1);
}


/*.menu-item .nav-link:hover:after 
{
    content: '';
    display: block;
    width: 0;
    height: 3px;
    border-radius: 10px;
    margin: 5px auto 0;
        background: #EF89B8;
    background: -moz-linear-gradient(right, #EF89B8 0%, #FFB1D5 100%);
    background: -webkit-linear-gradient(right, #EF89B8 0%, #FFB1D5 100%);
    background: -o-linear-gradient(right, #EF89B8 0%, #FFB1D5 100%);
    background: -ms-linear-gradient(right, #EF89B8 0%, #FFB1D5 100%);
    background: linear-gradient(to left, #EF89B8 0%, #FFB1D5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='map-get($colors, secondaryGrad1)', endColorstr='map-get($colors, secondaryGrad2)', GradientType=1 );
    width: 40%;
}*/

.bg-gradient-x-reverse,
.mega-menu-item .nav-link:after {
    background: #f5cd76;
    background: -moz-linear-gradient(right, #f5cd76 0%, #f5cd76 100%);
    background: -webkit-linear-gradient(right, #f5cd76 0%, #f5cd76 100%);
    background: -o-linear-gradient(right, #f5cd76 0%, #f5cd76 100%);
    background: -ms-linear-gradient(right, #f5cd76 0%, #f5cd76 100%);
    background: linear-gradient(to left, #f5cd76 0%, #f5cd76 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='map-get($colors, secondaryGrad1)', endColorstr='map-get($colors, secondaryGrad2)', GradientType=1);
}

.current_page_item .nav-link:after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    border-radius: 10px;
    margin: 5px auto 0;
    background: #f5cd76;
    background: -moz-linear-gradient(right, #f5cd76 0%, #f5cd76 100%);
    background: -webkit-linear-gradient(right, #f5cd76 0%, #f5cd76 100%);
    background: -o-linear-gradient(right, #f5cd76 0%, #f5cd76 100%);
    background: -ms-linear-gradient(right, #f5cd76 0%, #f5cd76 100%);
    background: linear-gradient(to left, #f5cd76 0%, #f5cd76 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='map-get($colors, secondaryGrad1)', endColorstr='map-get($colors, secondaryGrad2)', GradientType=1);
    width: 40%;
}

.es_submit_button {
    background: #1A2E92;
    background: -moz-linear-gradient(left, #1A2E92 0%, #00B1FF 100%);
    background: -webkit-linear-gradient(left, #1A2E92 0%, #00B1FF 100%);
    background: -o-linear-gradient(left, #1A2E92 0%, #00B1FF 100%);
    background: -ms-linear-gradient(left, #1A2E92 0%, #00B1FF 100%);
    background: linear-gradient(to right, #1A2E92 0%, #00B1FF 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='map-get($colors, primary)', endColorstr='map-get($colors, primaryHighLight)', GradientType=1);
    color: #fff;
    padding: 8px;
    border-radius: 19px;
    border: 0;
    width: 160px;
}

.es_required_field {
    height: 60px;
    padding-right: 160px;
    border-radius: 40px;
    padding: 10px 25px;
    font-size: 18px;
    border: 0;
    width: 500px;
}

.es-field-wrap label {
    color: #fff;
}

.es_subscription_message.success {
    color: #fff!important;
}


/*#navbar-close-lnk {
    position: absolute;
    z-index: 2;
    left: 8%;
    top: -14px;
}
#navbarSupportedContent
{
   z-index: 1; 
}*/

@media (max-width: 650px) {
    .es_required_field {
        width: 297px;
    }
    /* #navbar-close-lnk {
    position: absolute;
    z-index: 2;
    left: 134px;
    top: -14px;
}*/
}

#wpmem_reg .button_div,
#wpmem_login .button_div {
    text-align: left!important;
}

.button_div .buttons {
    background: linear-gradient(to right, #EF89B8 0%, #FFB1D5 100%);
    overflow: hidden;
    border-radius: 50px;
    color: #fff!important;
    padding: 9px 0;
    width: 113px;
    border: 0;
}

#wpmem_login input[type="text"],
#wpmem_login input[type="password"] {
    height: 50px;
    padding: 10px 25px;
    font-size: 18px;
    border: 1px solid #ced4da;
    width: 100%;
    display: block;
}

#wpmem_login input:focus {
    outline: none
}

#wpmem_login .button_div .buttons {
    width: 100%;
    display: block;
}

@media (max-width: 992px) {
    .txt-img-blk [data-aos=zoom-in-up] {
        display: none;
    }
    .dropdown-menu {
        background-color: #9e899300;
        border: 0;
    }
}

.mega-menu-item .nav-link {
    padding: .5rem;
}

.dropdown-menu .mega-menu-item .nav-link:after {
    background: #9e899300;
}


/* .dropdown-menu .menu-item .nav-link:after*/


/*{*/


/*    background: #9e899300;*/


/*}*/


/*.dropdown-menu
{
   background-color: #9e899300; 
    border: 0;
}*/


/* post-page style________________________________ */

.home-page .main-post {
    margin: 11px;
    padding: 15px;
    background-color: #fff;
    border: 5px solid #F5CD76;
    border-radius: 22px 0px 50px 50px;
    margin-bottom: 40px;
}

.home-page .main-post .post-title a {
    margin: 0 0 10px;
    font-weight: bold;
    color: #03a6ee;
    font-size: 32px;
    letter-spacing: -1px;
}

.home-page .main-post .catogries a {
    font-weight: bold;
    color: #03a6ee;
    font-size: 15px;
    letter-spacing: -1px;
}

.catogries a {
    font-weight: bold;
    color: #03a6ee;
}

.home-page .main-post img {
    display: block;
    margin: 10px 0 10px;
}

.home-page .main-post i {
    color: #999;
}

.main-post img {
    display: block;
    margin: 10px 0 10px;
}

.img-thumbnail-card {
    height: 250px;
}

#is-blk .galary_img {
    height: 385px;
    border: 8px solid #f4e2bd!important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 531px;
    margin: 10px;
}

#is-blk .header_c {
    margin-top: 67px;
}

.si .pull-imgs-blk img {
    margin-bottom: 0px!important;
}

.el {
    background: #fff;
    color: #000!important;
}

.edit-link {
    display: none;
}


/* newwwww */

.grade-book-container {
    background: url(../images/grade-book-bg.png) no-repeat;
    background-size: cover;
}

.form-grade,
.form-grade .form-group {
    display: flex;
    align-items: center;
}

.form-grade {
    justify-content: space-between;
}

.form-grade .form-group {
    flex: 0 0 33%;
    padding-right: 20px;
    margin-bottom: 0;
}

.form-group label {
    white-space: nowrap;
    margin-right: 10px;
    text-transform: capitalize;
}

.form-grade .form-control,
#log-pg .form-control,
#log-pg button {
    border-radius: 3px;
}

.form-grade-container {
    padding: 20px 10px;
    border-radius: 3px;
    color: #fff;
    font-size: .95rem;
    background: #183497;
    background: -moz-linear-gradient(left, #183497 0%, #0885da 100%);
    background: -webkit-linear-gradient(left, #183497 0%, #0885da 100%);
    background: -o-linear-gradient(left, #183497 0%, #0885da 100%);
    background: -ms-linear-gradient(left, #183497 0%, #0885da 100%);
    background: linear-gradient(to right, #183497 0%, #0885da 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#183497', endColorstr='#0885da', GradientType=1);
}

.table-grade {
    background: #fff;
    color: #151f4d;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.table-grade .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    background: #f5cd76;
    ;
}

#log-pg label {
    font-size: 1.05rem;
    font-weight: bold;
}

#log-pg a {
    color: #151f4d;
    margin-bottom: 1rem;
}

#log-pg a:hover {
    opacity: 0.8;
}

.text-colored {
    color: #ef8ab9!important;
}

#log-pg .border-right,
#log-pg .border-top {
    border-color: #ddd;
}

@media (max-width: 575.98px) {
    .form-grade .form-group {
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .form-grade .form-group {
        flex: 0 0 90%!important;
    }
}

@media (max-width:991.98px) {
    .form-grade {
        flex-wrap: wrap;
        justify-content: center;
    }
    .form-grade .form-group {
        flex: 0 0 50%;
        margin-bottom: 20px;
    }
}


/*///////////////////////////
//////////////////////////
    NEW-ver02
///////////////////////////
//////////////////////////*/

#page-title h1 {
    font-size: 2.4rem;
}

.box-shadow-blk {
    overflow: hidden;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: relative;
    margin-top: -50px;
    margin-bottom: 30px;
}

.form-norm label {
    text-transform: capitalize;
    margin-right: 10px;
}

.form-norm .form-control {
    margin-right: 25px;
    border-radius: 5px;
    padding: 0 10px;
    height: auto;
}

.stick-x-box {
    margin-right: -20px;
    margin-left: -20px;
}

.stick-y-box {
    margin-top: -20px;
    margin-bottom: -20px;
}

.stick-b-box {
    margin-bottom: -20px;
}

.table .thead-secondary th {
    background: #f7e2b4;
    color: #1f3992;
}

.table-f-sm {
    font-size: .9rem;
}

.navbar-brand img {
    height: 75px;
}

.assignments-blk {
    border-top: 1px solid #dce6ee;
    padding: 1.5rem 20px 0;
}

.assign-item {
    padding: 10px 15px;
    margin-bottom: 1.2rem;
    font-size: .9rem;
    text-transform: capitalize;
    border: 1px solid #dce6ee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.assign-item,
.task-tit {
    font-weight: bold;
}

.task-due {
    color: #f6be54;
}

.task-link {
    color: #6f82ab;
}

.task-tit,
.task-due {
    margin-bottom: 1rem;
}

.task-tit {
    color: #1A2E92 !important;
}

.task-tit .task-tit-sub {
    color: #7284ae !important;
    font-size: .9rem;
}

.assign-item>div:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.task-status {
    color: #d1dee9;
    display: flex;
}

.task-status.status-completed {
    color: #78b432;
}

.switch {
    margin-left: 7px;
    top: 8px;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 5px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    background-color: #d1dee9;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 0;
    bottom: -5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border: 2px solid;
    border-color: #d1dee9;
}

input:checked+.slider {
    background-color: #78b432;
}

input:focus+.slider {
    box-shadow: 0 0 1px #78b432;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    border-color: #78b432;
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.sms-subs,
.sms-paging {
    display: flex;
    align-items: center;
}

.sms-subs {
    justify-content: space-between;
}

.sms-paging,
.sms-paging a {
    color: #3cabea;
}

.sms-paging a {
    margin-right: 5px;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #cdd5dd;
    display: inline-block;
}

.sms-paging a:hover {
    background: #3cabea;
    color: #fff;
}

.sms-paging p {
    margin-left: 10px;
}


/* Attendance */

.att-table td {
    padding: 5px;
    vertical-align: middle;
    ;
}

.att-card {
    width: 140px;
}

.att-time-td {
    display: block;
    white-space: nowrap;
    padding: 0 10px;
    font-weight: bold;
}

.att-card .att-card-inner {
    background: #dce6ee;
    padding: 10px;
    border-radius: 3px;
    color: #0b0c0c;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.att-card p {
    margin-bottom: 0;
}

.att-time,
.att-sub {
    font-weight: bold;
}

.att-sub {
    font-size: 1.2rem;
}

.att-status {
    margin: 10px -10px -10px!important;
    padding: 3px 10px;
    text-align: center;
    color: #fff;
}

.att-status-danger {
    background: #ee4e4e;
}

.att-status-success {
    background: #51aa51;
}

.lesson-table .att-card-inner {
    background: #97d6f2;
}

.lss-room span {
    display: inline-block;
    padding: 2px 7px;
    background: #fff;
    border-radius: 3px;
    margin-top: 5px;
    font-weight: bold;
    color: #7cb7d2;
}

.grade,
.grade-inner {
    display: flex;
    flex-direction: row!important;
    border-radius: 3px;
    overflow: hidden;
}

.grade-1,
.grade-2 {
    padding: 3px 20px;
    font-size: 1.2rem;
    min-width: 75px;
    min-height: 34px;
}

.grade-0 {
    color: #6f82ab;
    margin-right: 10px;
}

.grade-1 {
    background: #d1dee9;
    position: relative;
    padding-right: 2.3rem;
}

.grade-2 {
    background: #a3bcd1;
}

.grade-1:after {
    content: '';
    display: block;
    width: 15px;
    height: 100%;
    background: #a3bcd1;
    position: absolute;
    top: 0;
    right: -7px;
    transform: skew(-20deg, 0);
}

@media (max-width: 1199.98px) and (min-width: 992px) {
    .navbar-brand img {
        height: 70px !important;
    }
    #header-wrap.header-fixed .navbar-brand img {
        height: 50px !important;
    }
    .mega-menu-item .nav-link {
        font-size: 13px;
    }
}

@media (max-width: 991.98px) {
    .sms-subs {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .assign-item.grade-item,
    .assign-item.exam-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .assign-item.grade-item .task-due,
    .assign-item.exam-item .task-due {
        margin-bottom: 1rem!important;
    }
}

@media (max-width: 575.98px) {
    .assign-item {
        flex-direction: column;
    }
    .assign-item>div {
        width: 100%;
        align-items: flex-start!important;
    }
    .task-due {
        margin-top: 1rem;
    }
}


/* MESSAGES */

#pg-messages {
    background: #f5f6fa;
    margin: -60px 0;
    padding: 60px 0;
}

.chat-items::-webkit-scrollbar,
.message-items::-webkit-scrollbar {
    width: 3px;
}

.chat-container {
    /*background: #fff;box-shadow: 0 6px 7px rgba(0,0,0,0.2);border: 1px solid #d6d5d5;padding: 0 15px;*/
}

.chats-list {
    /*border-right: 1px solid #d6d5d5;*/
    padding: 20px 15px 0;
}

.chats-list,
.chat-messages {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.rtl .chats-list {
    /*border-left: 1px solid #d6d5d5;border-right: 0;*/
}

.chats-list .user-blk {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 30px;
}

.chats-list .user-blk img {
    width: 80px;
    opacity: 0.8;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #00396f;
    box-shadow: 0px 0px 10px #00396f;
}

.chats-list .user-blk h5 {
    margin-top: 30px;
    font-weight: 600;
}

.chats-list .user-blk .search-blk {
    display: flex;
    align-items: center;
    margin: -10px 0 -20px;
}

.chats-list .user-blk .search-blk input {
    width: 100%;
    height: 35px;
    border-radius: 0;
    box-shadow: none;
    padding: 20px;
    border: 0;
}

.chats-list .user-blk .search-blk input:focus,
.chat-messages-footer textarea:focus {
    outline: 0;
    /*border-color: #a6c7ff;border-width: 2px;*/
}

.chats-list .user-blk .search-blk button {
    position: absolute;
    top: 3px;
    right: 22px;
    background: transparent;
}

.rtl .chats-list .user-blk .search-blk button {
    left: 22px;
    right: auto;
}

.chat-items,
.message-items {
    overflow-y: auto;
    overflow-x: hidden;
}

.chat-items {
    height: 740px;
    width: calc( 100% + 30px);
    position: relative;
    left: -15px;
}

.rtl .chat-items {
    right: -15px;
    left: auto;
}

.message-items {
    height: 630px;
}

.chat-item {
    padding: 15px;
    border-bottom: 1px solid #f3f3f3;
    cursor: pointer;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
}

.chat-item:hover,
.chat-item.active {
    background: #f2f2f5;
    text-decoration: none;
}

.chat-item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.chat-dets {
    width: calc( 100% - 60px);
}

.chat-item h5 {
    font-size: 16px;
    margin: 0;
}

.chat-item p.chat-text {
    font-size: 14px;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.chat-item h5 {
    max-width: calc( 100% - 75px);
    color: #1A2E92;
}

.chat-item p.chat-text {
    max-width: 100%;
}

.chat-item p.chat-text,
.chat-item h5 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.chat-item .chat-time {
    font-size: 12px;
    color: #797979;
    display: block;
    text-align: right;
    margin: 0;
}

.rtl .chat-item .chat-time {
    text-align: left;
}

.chat-item .chat-text {
    color: #7d7d7d;
}

.user-img-stat-blk {
    position: relative;
    width: 50px;
    margin-right: 10px;
}

.rtl .user-img-stat-blk {
    margin-left: 10px;
    margin-right: 0;
}

.user-img-stat-blk img,
.chat-user-img {
    width: 50px!important;
    height: 50px!important;
}


/* .user-img-stat-blk:after{content: '';width: 13px;height: 12px;background: #43d880;display: block;position: absolute;right: 0;top: 0;border-radius: 50%;border: 2px solid #fff;} */

.rtl .user-img-stat-blk:after {
    left: 0;
    right: auto;
}


/* .user-img-stat-blk.active:after{background: #43d880;} */

.user-img-stat-blk:after {
    background: #ececec;
}

.chat-messages {
    padding-bottom: 90px;
    position: relative;
}

.chat-messages-header {
    padding: 14px 10px;
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    align-items: center;
}

.chat-user-img {
    float: left;
    /*width: 65px;height:65px;*/
    border-radius: 50%;
    /*border: 2px solid #00396f;*/
}

.rtl .chat-user-img {
    float: right;
}

.chat-messages-header #chat-mob-back-btn {
    display: none;
    color: #f5cd76;
    float: left;
    font-size: 30px;
    margin-top: 12px;
    margin-right: 12px;
}

.rtl .chat-messages-header #chat-mob-back-btn {
    float: right;
    margin-left: 12px;
    margin-right: 0;
}

.rtl .fa-arrow-alt-circle-left:before {
    content: "\f35a";
}

.chat-messages-header h4 {
    float: left;
    margin-top: 18px;
    margin-left: 20px;
    font-size: 17px;
}

.rtl .chat-messages-header h4 {
    float: right;
    margin-right: 20px;
    margin-left: 0;
}

.chat-messages-header a.chat-user-toggle {
    display: block;
    color: #9d9d9d !important;
    font-size: 23px;
    text-align: center;
    margin-top: 13px;
}

.chat-messages-header a.chat-user-toggle:hover {
    color: #757575 !important;
    cursor: pointer;
    transition: all 0.5s ease;
}

.message-items {
    width: 100%;
    padding: 0 20px 0 10px;
}

.rtl .message-items {
    padding: 0 10px 0 20px;
}

.message-item {
    padding: 20px 0;
    clear: both;
}

.message-item.box-align-right img,
.message-item.box-align-right p {
    float: left;
}

.rtl .message-item.box-align-right img,
.rtl .message-item.box-align-right p {
    float: right;
}

.message-item.box-align-left img,
.message-item.box-align-left p {
    float: right;
}

.rtl .message-item.box-align-left img,
.rtl .message-item.box-align-left p {
    float: left;
}

.message-item p.message-text {
    padding: 10px;
    max-width: calc( 100% - 150px);
    margin-top: 32px;
    font-size: 14px;
}

.message-item.box-align-right p {
    border-radius: 0 30px 30px 30px;
    margin-left: 3px;
    background: #f3f3f6;
    color: #7d7e97;
}

.rtl .message-item.box-align-right p {
    border-radius: 30px 0 30px 30px;
    margin-right: 3px;
    margin-left: 0;
}

.message-item.box-align-left p {
    border-radius: 30px 0 30px 30px;
    margin-right: 3px;
    background: #89aabc;
    color: #fff;
}

.rtl .message-item.box-align-left p {
    border-radius: 0 30px 30px 30px;
    margin-left: 3px;
    margin-right: 0;
}

.chat-messages-footer {
    clear: both;
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
}

.rtl .chat-messages-footer {
    right: 0;
    left: auto;
}

.chat-messages-footer textarea {
    resize: none;
    width: 100%;
    font-size: 15px;
    height: 84px;
    padding: 5px 90px 5px 20px;
    position: absolute;
    bottom: 0;
    border: 0;
    border-top: 1px solid #d6d5d5;
}

.rtl .chat-messages-footer textarea {
    padding: 5px 20px 5px 90px;
}

.chat-messages-footer button {
    color: #fff!important;
    height: 58px;
    position: absolute;
    bottom: 15px;
    right: 20px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
}

.rtl .chat-messages-footer button {
    left: 20px;
    right: auto;
}

.chat-messages-footer button img {
    width: 40px;
    height: auto;
    position: relative;
    top: 2px;
    left: -6px;
}

.rtl .chat-messages-footer button img {
    right: -6px;
    left: auto;
}

.chat-user-actions {
    display: none;
    position: absolute;
    background: #efefef;
    width: 200px;
    right: 15px;
    border-radius: 10px;
    padding: 10px;
    list-style: none;
}

.rtl .chat-user-actions {
    left: 15px;
    right: auto;
}

.chat-user-actions li a {
    font-size: 17px;
    display: block;
    padding: 0 10px;
    color: #222;
}

.chat-user-actions li a:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    background: #222;
    margin-right: 7px;
    position: relative;
    bottom: 3px;
    transition: all 0.5s ease;
}

.rtl .chat-user-actions li a:before {
    margin-left: 7px;
    margin-right: 0;
}

.chat-user-actions li a:hover {
    text-decoration: none !important;
}

.chat-user-actions li a:hover:before {
    margin-right: 14px;
}

.rtl .chat-user-actions li a:hover:before {
    margin-left: 14px;
    margin-right: 0;
}

.chat-messages-footer .btn-warning {
    color: #212529;
    background-color: #f4b10b;
    border-color: #f4b10b;
}

.chat-messages-footer .btn-warning:hover,
.chat-messages-footer .btn-warning:focus {
    color: #212529;
    background-color: #d39e01;
    border-color: #d39e01;
}

@media (max-width: 575.98px) {
    /* MESSAGES */
    .chat-item img,
    .chat-user-img {
        width: 40px;
        height: 40px;
    }
    /*.chat-user-img{margin-top: 10px;}*/
    .chat-item h5 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .chat-item p.chat-time {
        margin-bottom: 0;
    }
    .chat-item p.chat-text {
        font-size: 14px;
    }
    .chat-messages-header h4 {
        margin-top: 20px;
        margin-left: 10px;
        font-size: 17px;
    }
    .rtl .chat-messages-header h4 {
        margin-right: 10px;
        margin-left: 0;
    }
    .message-item p.message-text {
        max-width: calc( 100% - 60px);
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    /* MESSAGES */
    .message-item p.message-text {
        max-width: calc( 100% - 75px);
    }
}

@media (max-width: 767.98px) {
    /* MEASSAGES */
    .chats-list .user-blk {
        background: #fff;
    }
    .chat-messages {
        display: none;
    }
    .chat-messages-header #chat-mob-back-btn {
        display: inline-block;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* MESSAGES */
    .chats-list .user-blk .col-md-12,
    .chat-items .col-md-12 {
        text-align: center;
    }
    .chat-items .user-img-stat-blk {
        margin: 0 auto 10px;
    }
    .chat-dets {
        width: 100%;
        text-align: center;
    }
    .chat-item,
    .chat-dets>div.d-flex {
        flex-flow: column;
        justify-content: center!important;
        align-items: center;
    }
    .chat-item img {
        width: 40px;
        height: 40px;
    }
    .chat-item .chat-time {
        text-align: center !important;
    }
    /*.chat-items {max-height: 539px;}*/
    .message-item p.message-text {
        max-width: calc( 100% - 75px);
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* MESSAGES */
    .chat-item img {
        width: 42px;
        height: 42px;
    }
}

.catogries span:last-child {
    display: none;
}

.bn-news .news li:after {
    content: "";
    position: absolute;
    right: 0px;
    z-index: 100;
    top: 22px;
    width: 1px;
    height: 43%;
    background: #f0eaea;
}

.bn-news ul li p {
    margin-left: 8px;
}


/* lesson */

.assign-item .lesson {
    display: inline-flex;
}

.assign-item .lesson .from {
    padding: 3px;
    background-color: #253276;
    color: #fff;
    border-radius: 7px;
    margin-left: 5px;
}

.assign-item .lesson .to {
    padding: 3px;
    background-color: #e29f0f;
    color: #fff;
    border-radius: 7px;
    margin-left: 5px;
}

.assign-item .lesson_title {
    font-weight: 600;
    color: #9db2da;
}

.assign-item .lesson_objective span {
    font-weight: 600;
}

.assign-item .btnlink {
    text-align: right;
}

.lesson_plan {
    width: 100%;
}

#myBtn {
    text-decoration: none!important;
}


/** New **/

#top-bar .container {
    position: static;
}

.guidelines-content ul {
    font-size: 1.1rem;
    list-style-type: none;
    padding-left: 10px;
}

.guidelines-content ul li {
    display: flex;
    margin-bottom: 5px;
}

.guidelines-content ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #192147;
    display: inline-block;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 10px;
    margin-top: 11px;
}

.top-search-form {
    position: absolute;
    display: none;
    top: 41px;
    left: 0;
    width: 125%;
    padding: 10px;
    background: #131a3a;
    z-index: 10;
}

.top-search-form input {
    border-radius: 0;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.5)!important;
    color: #fff!important;
    padding-right: 50px;
}

.top-search-form input:focus {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.7)!important;
    color: #fff;
}

.top-search-form button {
    color: #fff;
    position: absolute;
    top: 19px;
    right: 20px;
}

.search-item {
    background: #ececec;
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.search-pg-form {
    position: relative;
    margin-bottom: 30px;
}

.search-pg-form input {
    border-radius: 3px;
    padding-right: 40px;
}

.search-pg-form button {
    position: absolute;
    top: 9px;
    right: 0;
}

.bolder {
    font-weight: 900;
}


/* New Ver-02*/

.btn.disabled {
    opacity: 0.5!important;
}

#uniform-carousel img {
    height: 450px;
    width: auto!important;
    max-width: 100%;
    margin: 0 auto!important;
}

.grids {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

.grids .grid-item img {
    margin-bottom: 15px!important;
}

@media (max-width: 575.98px) {}

@media (max-width: 991.98px) {
    .grids {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 767.98px) {
    .grids {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

.wdc_calendar {
    margin: 0 auto;
}

.wdc_calendar {
    margin: 0 auto;
}

.v-form {
    max-width: 800px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.file-upload-wrapper label {
    display: flex;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    overflow: hidden;
    color: #B2B9D9;
    position: relative;
    padding-right: 120px;
    padding-left: 30px;
    text-transform: capitalize;
    border: 1px solid #ced4da;
}

.file-txt {
    font-weight: normal;
}

.file-upload-wrapper label .btn {
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 11px 30px;
    font-weight: bold;
}

.file-upload-wrapper input {
    display: none;
}

.log-pg-inner.contact-form {
    background: url(../images/contact-form-bg-2.png) no-repeat;
    background-size: cover;
}


/* NavBar Hover to Show Dropdown */

.navbar-collapse .dropdown>.dropdown-menu {
    top: 200%;
    transition: 0.3s all ease-in-out;
}

.navbar-collapse .dropdown:hover>.dropdown-menu {
    display: block;
    top: 100%;
}

.navbar-collapse .dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

#main-footer .social-link {
    background-color: #fcd788;
    padding: 0;
    border-radius: 50%;
    margin-left: 6px;
    margin-top: 15px;
    color: #011654;
    width: 37px;
    height: 37px;
    border: 2px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#main-footer .social-link i {
    font-size: 18px;
}

#main-footer .social-link:hover {
    background-color: transparent;
    color: #fcd788;
    border: 2px solid #fcd788;
}


/* Start Coming Soon section */

.coming-soon {
    padding: 5.5em 0;
    position: relative;
    overflow: hidden;
    color: #fff;
    background: url(../images/surv-1.png) repeat;
    background-size: auto 100%;
}

.coming-soon-descp {
    z-index: 3;
    position: relative;
}

.coming-soon h3 {
    color: #fff;
}

.coming-soon li {
    list-style: none;
}

.coming-soon p {
    color: #fff;
    padding: 15px 0
}

.store_btns {
    padding: 20px 0;
}

.store-btns a {
    display: inline-block;
}

.store-btns img {
    width: 155px;
    max-width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.store-btns img:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px) !important;
    -webkit-transform: translateY(-3px) !important;
    -moz-transform: translateY(-3px) !important;
    -ms-transform: translateY(-3px) !important;
    -o-transform: translateY(-3px) !important;
}

.coming-mokup img {
    position: absolute;
    left: 0;
    z-index: 2;
    width: 88%;
    transform: translate(-12%, -31%) !important;
    -webkit-transform: translate(-12%, -31%) !important;
    -moz-transform: translate(-12%, -31%) !important;
    -ms-transform: translate(-12%, -31%) !important;
    -o-transform: translate(-12%, -31%) !important;
    animation: mokeup-animate 1.5s infinite ease-in-out alternate-reverse;
    -webkit-animation: mokeup-animate 1.5s infinite ease-in-out alternate-reverse;
    animation-delay: 0s;
}

.coming-mokup {
    position: relative;
    top: 1.5em;
}

@media only screen and (min-width: 768px) and (max-width: 991.9px) {
    .coming-mokup img {
        width: 120%;
        transform: translate(-13%, -28%) !important;
        -webkit-transform: translate(-13%, -28%) !important;
        -moz-transform: translate(-13%, -28%) !important;
        -ms-transform: translate(-13%, -28%) !important;
        -o-transform: translate(-13%, -28%) !important;
    }
    .coming-soon {
        padding: 10em 0;
    }
}

@media only screen and (max-width: 767.9px) {
    .coming-soon .col-md-7,
    .mission .col-md-5 {
        order: 2
    }
    .coming-soon .col-md-5,
    .mission .col-md-7 {
        order: 1
    }
    .coming-soon {
        padding: 3em 0;
    }
    .coming-mokup img {
        position: relative;
        width: 130%;
        transform: translate(-16%, -5%) !important;
        -webkit-transform: translate(-16%, -5%) !important;
        -moz-transform: translate(-16%, -5%) !important;
        -ms-transform: translate(-16%, -5%) !important;
        -o-transform: translate(-16%, -5%) !important;
    }
}


/* End Coming Soon  section */


/* Animation */


/* Safari 4.0 - 8.0 */

@-webkit-keyframes mokeup-animate {
    from {
        top: 0;
    }
    to {
        top: -15px;
    }
}


/* Standard syntax */

@keyframes mokeup-animate {
    from {
        top: 0;
    }
    to {
        top: -15px;
    }
}

@media only screen and (max-width: 991.9px) {
    /* mega menu responsive */
    #mega-menu-wrap-bootstrap_menu .mega-menu-toggle+#mega-menu-bootstrap_menu {
        display: block !important;
        background-color: transparent !important;
    }
    .mega-menu-toggle {
        display: none !important;
    }
    #mega-menu-wrap-bootstrap_menu .mega-menu-toggle+#mega-menu-bootstrap_menu>.mega-menu-item>.nav-link {
        color: #fff !important;
    }
    #mega-menu-wrap-bootstrap_menu .mega-menu-toggle+#mega-menu-bootstrap_menu .mega-sub-menu {
        display: block !important;
    }
}


/* responsive */


/*.wdc_calendar{width:100%!important;}*/

#main-slider .carousel-item img {
    min-height: 100%;
}

.nav-pills .nav-link {
    color: #1f3992;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1f3992;
}

.nav-item .nav-link.active:after {
    display: none;
    width: 0;
    height: 0!important;
}

.caltext_color_other_months {
    opacity: 0.2!important;
}

.fl-imgs-blk img:last-child {
    margin-top: 20px;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        padding-bottom: 100px;
    }
    #main-slider .carousel-item img {
        object-fit: cover;
    }
}

@media only screen and (max-width: 767.9px) {
    #mos-blk,
    #mos-blk .ball-bg {
        padding-bottom: 0!important;
    }
    #uniform-carousel img {
        height: auto;
        width: 100%!important;
    }
    .navbar-brand img {
        height: 45px;
    }
}

.img-thumbnail-card {
    height: auto;
}

.grid-item.gallery-item img {
    height: 300px!important;
    object-fit: cover;
}

.fac-bg {
    height: 225px;
}

.fac-item {
    height: 245px;
}

.fac-bg img {
    object-fit: cover
}

.fac-data {
    min-height: 245px;
    max-height: 245px;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}


/* ParentViewHeader */

.top-bar-last {
    position: relative;
}

#userActionsToggler {
    cursor: pointer;
}

#user-actions {
    list-style-type: none;
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    min-width: 200px;
    z-index: 1009;
    display: none;
}

#user-actions li a {
    padding: 10px;
    display: block;
    margin: 0;
    font-weight: bold;
    color: #43529A;
}

#user-actions li:hover a {
    background: #eee;
}

#parentViewBack i {
    margin-left: 5px;
    transition: all 0.5s ease;
}

#parentViewBack:hover i {
    margin-left: 10px;
}

.disabled-lnk {
    pointer-events: none;
    opacity: 0.4;
}

.album-item {
    position: relative;
    box-shadow: 0 0 10px rgab(0, 0, 0, 0.2);
    margin: 0 0 30px;
}

.album-item .post-title {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
}

.album-item .post-title a {
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.3rem;
}

.album-item .post-content {
    font-size: 1rem;
    margin-top: .7rem;
}

.main-post2 {
    margin-bottom: 40px;
    height: calc( 100% - 78px);
}

.main-post {
    height: calc( 100% - 51px);
}

.main-post>a,
.main-post2>a {
    display: block;
    background: #eee;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.main-post>a:after,
.main-post2>a:after {
    content: '\f03e';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 70px;
    color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.main-post>a>img,
.main-post2>a>img {
    min-height: 100%;
    height: auto!important;
    position: relative;
    z-index: 10;
}

.home-page .main-post .post-title a {
    font-size: unset!important;
}

.main-post .catogries a,
.single-post .catogries a {
    display: inline-block;
    background: #fff8e8;
    padding: 5px;
    border-radius: 3px;
    margin: 0 3px;
    color: #f5cd76 !important;
}

.main-post .catogries i,
.single-post .catogries i {
    display: none;
}

.post-data {
    font-size: .9rem;
}

.main-post img {
    margin: 0!important;
}

.main-post {
    border: 0!important;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 0!important;
    padding: 5px!important;
}

.main-post i,
.single-post i {
    color: #f5cd76 !important;
    margin-right: 5px;
}

.single-post .btn i {
    color: inherit!important;
    margin-left: 5px;
}

.main-post .post-content {
    font-size: 1rem;
}

.single-post {
    font-size: 1.05rem;
}

.single-post.catogries {
    font-size: .85rem;
}

ul li>ul {
    padding: 0px 0px 0px 40px;
}
ul{
margin:10px
}

/* .grecaptcha-badge{
    display:none;
} */