@font-face {
    font-family: cairo;
    src: url(../fonts/Cairo-Regular.ttf);
}

body {
    direction: rtl;
    text-align: right;
    /* background-image: url(../images/body.png);
    background-position: center;
    background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-color: #F7F7F7; */
    font-family: cairo;
}

a,
::after,
::before,
button,
input,
.trans,
.nav-links ul li.drop ul,
span,
.project .txt {
    transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

i {
    transition: all .02s ease-in-out;
    -o-transition: all .02s ease-in-out;
    -webkit-transition: all .02s ease-in-out;
}

/**/
.lgc-column {
    float: right !important;
    display: flex;
    align-items: center;
}

.pageContainer {
    overflow: hidden;
}

ul,
p {
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

/*nav*/
.nav-bar {
    position: relative;
}

.top-contact a {
    display: inline-block;
    margin: 2px;
    color: gray;
}

.top-contact a i {
    color: #2a3895;
    padding-left: 7px;
}

.top-contact a:last-child {
    margin-right: 50px;
}

.nav-bar .top {
    padding: 20px 0 40px 0;
    background-color: #f5f5f5;

    /* background-image: url(../images/top.png);
    background-position: center;
    background-size: 100% 100%; */
}

.logo div {
    vertical-align: middle;
}

.nav-col {
    padding: 0 !important;
}

.logo-col {
    background-color: #fff;
}

.logo .img {
    max-width: 200px;
    height: auto;
    background: #fff;
}

.logo .img img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.logo .body {
    margin: 10px 15px 0 0;
}

.logo .body span:first-of-type {
    font-size: 20px;
    color: #000000;
}

.logo .body span:last-of-type {
    font-size: 20px;
    color: #F79403;
}

.nav-bar .bottom {
    /* position: absolute;
    bottom: -100px; */
    z-index: 2;
    position: relative;
    margin-bottom: -130px;
    /* left: 0;
    right: 0; */
}

.nav-links {
    background-color: #fff;
}

.nav-links ul li a {
    display: block;
}

.nav-links ul li.menu-item a {
    padding: 23px 25px;
    font-weight: bold;
}

.nav-links ul li.current-menu-item a {
    background-color: #2a3895;
    color: #fff;
}

.nav-links ul li.drop {
    position: relative;
    padding-left: 15px;
}

.nav-links ul li.drop::after {
    content: '';
    width: 10px;
    height: 10px;
    background-image: url(../images/down.png);
    background-size: 100% 100%;
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 30px;
    color: #fff;
}

.nav-links ul li a:hover {
    opacity: .7;
}

.nav-links ul li.drop ul li {
    margin: 0;
}

.nav-links ul li.drop ul {
    position: absolute;
    top: 50px;
    right: 0;
    width: 220px;
    background-image: linear-gradient(to bottom, #F4A124, #1fa84a);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    box-shadow: 0px 0px 81px 0px rgba(0, 0, 0, 0.1);
}

.nav-links ul li.drop:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);

}

.nav-links ul li.drop ul::before {
    content: "";
    height: 20px;
    width: 100%;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    background-color: transparent;
}

.rotate::after {
    transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    /* top:-19px!important; */
    display: inline-block;
}

.nav-links ul li.drop ul li a {
    display: block;
    padding: 10px;
    color: #fff;
    border-bottom: 1px solid #eee;
    text-align: center;
    font-size: 16px;
}

.nav-links ul li.drop ul li:last-child a {
    border-bottom: none;
}

.nav-links ul li.drop ul li a:hover {
    background-color: #2a3895;
    color: #fff;
}

.nav-links ul li a,
.nav-links ul li span {
    color: #1e1d51;
    cursor: pointer;
    font-size: 16px;
}

.social {
    margin-bottom: 20px;
}

.social a {
    background: #D3B257;
    color: #fff;
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
}

.serach-social p {
    color: #226973;
    font-size: 14px;
    margin: 0 0 20px 0;
}

.search {
    background: #eee;
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid #aaa;
}

.search label {
    background: #2a3895;
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    width: 45px;
    height: 32px;
    margin: 0;
    text-align: center;
    line-height: 32px;
}

.search label i {
    position: relative;
    top: 3px;
}

.search input {
    width: calc(100% - 50px);
    border-radius: 3px;
    border: 1px solid #E9E1C7;
    height: 32px;
    font-size: 12px;
    padding: 2px 10px;
}

.ss-end {
    text-align: left;
}

/*main sec*/
.main-sec {
    background: #fff;
    overflow: hidden;
}

.m-slide {
    min-height: 650px;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.m-slide .container {
    padding-top: 100px;
}

.m-slide::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #2a3895;
    opacity: .3;
    z-index: -2;
}

.m-slide::after {
    content: "";
    position: absolute;
    width: 60%;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/k.png);
    background-size: 100% 100%;
    z-index: -1;
}

.m-slide h4 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    max-width: 385px;
    /* margin: auto; */
    line-height: 67px;
}

.m-slide .imgg {
    color: #fff;
    font-size: 35px;
}

.m-slide a {
    display: inline-block;
    width: 200px;
    text-align: center;
    border: 2px solid #1fa84a;
    color: #fff;
    font-size: 16px;
    padding: 13px 4px;
    margin-top: 30px;
}

.m-slider {
    position: relative;
}

.m-slider img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.m-slider .owl-dots .owl-dot {
    outline: 0;
    border: 0;
}

.m-slider .owl-dots {
    text-align: center;
}

.m-slider .owl-dots .owl-dot span {
    margin: 2px;
    display: block;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background-color: #2a3895;
}

.m-slider .owl-dots .owl-dot.active span {
    background: #A1C8DB !important;
}

/*news*/
.news {
    background-color: #F3F3F3;
    border-radius: 5px;
    border: 1px solid #E1E1E1;
    padding: 6px;
}

.latest-news {
    background: #2a3895;
    color: #fff;
    padding: 4px 4px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
}

#news-bar {
    padding-left: 20px;
    padding-right: 20px;
    color: #102D20;
    font-size: 14px;
    direction: ltr;
}

#news-bar:hover {
    transition: 0.37s;
}

#news-bar a {
    color: #9EAFA7;
    text-decoration: none;
    padding: 0 20px;
    line-height: 20px;
}

#news-bar a:hover {
    transition: 0.37s;
    color: #935254;
}

.newws {
    margin: 30px 0;
}

/**/
.section {
    margin: 15px 0;
}

.section-top .section-img div {
    height: 140px;
    background-size: cover;
    background-position: center;
}

.flex-section {
    padding: 20px;
    background-color: #f1f1f1;
    margin: 15px 0;
}

.section .section-top .section-img div {
    height: 200px;
}

.flex-section .section-top {
    width: 200px;
}

.section .section-body>h4 {
    margin-top: 20px;
    color: #000;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.flex-section .section-body>h4 {
    font-size: 20px;
    max-width: 300px;
    color: #1e2436;
}

.flex-section .section-body {
    width: calc(100% - 200px);
    padding: 0 20px 0 0;
    color: #000;
}

.flex-section .section-body div.txt {
    font-size: 14px;
}

.flex-section .section-body div.txt {
    font-size: 14px;
}

.flex-section .section-body div.txt span.mmore {
    margin-top: 10px;
    color: #2a3895;
}

.flex-section .section-body div.txt span.mmore i {
    display: inline-block;
    vertical-align: middle;
}

.pagination {
    margin-top: 30px;
}

.haw {
    margin: 15px 0;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 26px rgba(0, 0, 0, 0.16);
    color: #393939;
    position: relative;
}

.haw::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 20px;
    bottom: 20px;
    width: 2px;
    background-color: #F79403;
}

.haw_image {
    margin: 40px 0;
}

.haw_image img {
    max-width: 100%;
}

.map {
    height: 300px;
}

.map iframe {
    height: 100%;
    width: 100%;
}

.boshra_image img {
    width: 100%;
    height: auto;
}

/**/
/*sec header*/
.sec-h {
    font-size: 25px;
    color: #2a3895;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
    padding-right: 130px;
}

.sec-h::before {
    content: "";
    position: absolute;
    right: 0;
    top: 18px;
    width: 110px;
    height: 2px;
    background-color: #2a3895;
}

.mm {
    margin-top: 30px;
}

.mm a {
    text-decoration: underline;
    color: #2a3895 !important;
}

/*about sec*/
.about {
    padding: 30px 0;
}

.about .txt p {
    line-height: 37px;
}

.about .img img {
    max-width: 100%;
}

.about a {
    display: inline-block;
    color: #1fa84a;
    padding: 10px;
    margin-top: 20px;
    line-height: 20px;
    text-align: center;
    min-width: 200px;
    border: 2px solid #1fa84a;
}

.about a:hover {
    color: #fff;
    background-color: #1fa84a;
}

/*Featues*/
.features {
    padding: 50px 0;
    background-color: #fcfcfc;
}

.features h4 {
    color: #2a3895;
    margin: 50px 0 60px 0;
    font-size: 27px;
}

.features h5 {
    color: #2a3895;
    margin: 0 0 30px 0;
}

.feature {
    margin: 0 0 60px 0;
}

.feature span {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    border: 2px solid #1fa84a;
    font-weight: bold;
}

.feature div {
    width: calc(100% - 40px);
    padding-right: 16px;
}

/*services*/
.services {
    padding: 50px 0;
}

.service:nth-of-type(even) .row {
    flex-direction: row-reverse;
}

.services .service h5 {
    color: #2a3895;
    font-weight: bold;
    margin-bottom: 20px;
}

/**/
.video {
    padding: 50px 0;
}

.video .vvid {
    max-width: 600px;
    margin: auto;
    border-radius: 30px;
    overflow: hidden;
}

/*customers*/
.customers {
    padding: 70px 0;
}

.customer {

    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: 10px auto;
    box-shadow: 0 0 6px rgb(0 0 0 / 16%);
    background-color: #fff;

}

.customer img {
    max-width: 60%;
    max-height: 60%;
    width: auto;
    height: auto;
}

/*offers*/
.offers {
    padding: 50px 0;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
	position:relative;
	z-index:1
/*     background-image: url(../images/offers.png); */
}
.offers::after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:#fff;
	opacity:.7;
	z-index:-1
}

.offers-slider {
    padding-right: 200px;
    position: relative;
    z-index: 1;
}

.s-show {
    padding: 10px 20px;
    background-color: #2a3895;
    color: #fff !important;
}

.offers-slider::after {
    content: "";
    position: absolute;
    left: -100px;
    right: -100px;
    height: 100px;
    background: #1fa84a;
    top: 70px;
    z-index: -1;
}

.offer {
    margin: 15px 0;
}

.offer .img {
    background-size: cover;
    background-position: center;
    height: 230px;
}

.offer .body {
    margin: 20px 0 0 0;

}

.offer .body span.title {
    font-size: 18px;
    font-weight: bold;
    color: #2a3895;
}

.offer .body .txt {
    color: #000;
    font-size: 15px;
    margin: 10px 0 0 0;
}

.offer a.show {
    font-size: 12px;
    background-color: #2a3895;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    min-width: 100px;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    border: 2px solid #2a3895;
}

.offer:hover a.show {
    background-color: #fff;
    color: #2a3895;
}

.single-offer {
    border-radius: 50px;
    overflow: hidden;
    margin: 15px 0;
}

.single-offer .img {
    margin: 0;
}

.single-offer .img {
    height: 340px;
    background-size: cover;
    background-position: center;
}

.single-offer .body .title {
    font-size: 18px;
    font-weight: bold;
}

.single-offer .body .title,
.single-offer .body .txt {
    color: #fff !important;
}

.single-offer .body .txt label {
    padding: 0 5px;
}

.single-offer .body {
    background-color: #2a3895;
    padding: 20px;
    font-size: 18px;
}

.single-offer .txt label.before-discount {
    text-decoration: line-through;
}

.single-offer a.show {
    margin: 0;
    color: #2a3895;
    background: #fff;
    border-radius: 30px;
    display: inline-block;
    padding: 10px 25px;
}

.single-offer:hover a.show {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.s-offer-container {
    padding: 50px 0;
}

.offer-slide {
    margin: 0 10px;
}

.offer-slide .imgee {
    border-radius: 30px;
}

.offer-slide .body {
    background-color: #fff;
    margin: -40px 20px 0 20px;
    border-radius: 20px;
    position: relative;
    z-index: 5;
}

.offer-slide .body .title {
    color: #2a3895 !important;
}

.o-contact {
    margin-top: 30px;
}

.o-contact a {
    margin: 10px 0;
    width: 100%;
    padding: 10px 3px;
    text-align: center;
    background: #F7F7F7;
    color: #09A4DC;
    border-radius: 10px;
    border: 1px solid #2a3895;
    font-size: 14px;
}

.o-contact a:hover {
    background: #2a3895;
    color: #fff;
}

.o-contact a i {
    padding: 0 0 0 6px;
    font-size: 14px;
}

.stars {
    color: #FFD057;
    margin: 20px 0;
}

.oimg .txt {
    color: #2a3895;
}

.oimg label {
    padding: 0 7px;
    font-size: 18px;
    color: #2a3895;
    font-weight: bold;
}

.oimg {
    margin-bottom: 20px;
}

.oimg label.before-discount {
    color: gray;
    text-decoration: line-through;
}

.oimg img {
    display: block;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 30px;
}

.tttxt {
    line-height: 33px;
}

/**/

.video-slider .slide {
    background-position: center;
    background-size: cover;
    height: 110px;
    margin: 0 10px;
}

/* a.more {
    display: inline-block;
    color: #1fa84a;
    padding: 10px 30px;
    margin-top: 20px;
    line-height: 20px;
    border: 2px solid #1fa84a;
} */

/**/
div.wpcf7 {
    direction: rtl;
    /* margin-bottom: 30px; */
    /* margin-top: -30px; */
}

form.wpcf7-form {
    max-width: 570px;
    margin: 0;
}

form.wpcf7-form label {
    display: block;
    margin: 15px 0;
    color: #2a3895;
}

form.wpcf7-form br {
    display: none;
}

form.wpcf7-form input,
form.wpcf7-form textarea {
    outline: 0;
    margin: 10px 0;
    border: 0;
    background: #e3e0e0;
    padding: 15px 10px;
    border-radius: 15px;
    width: 100%;
    text-align: right;
}

form.wpcf7-form input[type=submit] {
    width: 160px;
    margin: 15px 0;
    background-color: #2a3895;
    color: #fff;
    border-radius: 4px;
    padding: 12px 6px;
    text-align: center;
    display: block;
    border: 2px solid #2a3895;
}

form.wpcf7-form input[type=submit]:hover {
    background-color: #fff;
    color: #2a3895;
}

/**/

.all {
    background: #2a3895;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    margin: 10px 0;
}

.all:hover,
input[type=submit]:hover,
.m-slide a:hover {
    color: #fff;
    background: #1fa84a
}

.video-slider .slide:hover i {
    background: #1fa84a !important;
}

.video-slider .slide i {
    width: 40px;
    height: 40px;
    display: block;
    background: #fff;
    border-radius: 50%;
    color: #2a3895;
    font-size: 15px;
    transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.bn {
    margin-bottom: 40px;
    color: #2a3895;
}

/*gallery*/
.gallery {
    padding: 70px 0 80px 0;
/*     background-image: url(../images/gall.png); */
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
	position:relative;
	z-index:1
}
.gallery::after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:#2a3895;
	opacity:.7;
	z-index:-1
}
.gallery h2.sec-h {
    color: #fff !important;
}

.gallery h2.sec-h::before {
    background: #fff;
}

.lg-outer {
    direction: ltr;
}

.screens-slider .slide {
    margin: 0 10px;
}

.imge {
    margin: 15px 0;
    cursor: pointer;
    overflow: hidden;
    border-radius: 20px;
}

.imgee {
    overflow: hidden;
}

.imge .img {
    height: 300px;
    background-position: center;
    background-size: cover;
}

.imge:hover .img,
.offer:hover .imgee .img,
.single-offer:hover .imgee .img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

/* video-slider*/
.video-slider .slide {
    position: relative;
    margin: 0 10px;
}

/* .video-slider .slide .demo-gallery-poster{
    position: absolute;
    width: 40px;
    height: 40px;
    top:calc( (100% - 40px) / 2 );
    left:calc( ( 100% - 40px) / 2 );
} */

.video-popup {
    display: none;
    width: 100%;
    height: 100vh;
    margin: auto;
    position: fixed;
    top: 0;
    z-index: 99999;
    /* boxshadow: 10px 10px 10px 10px black; */
}

.popup-bg {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    position: absolute;
}

.popup-content {
    background: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: auto;
}

.njnj {
    width: 60px;
    height: 60px;
    display: block;
    background: #fff;
    border-radius: 50%;
    color: #2a3895;
    font-size: 15px;
    transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.popup-content .iframe iframe {
    width: 100%;
    height: auto;
    height: 400px;
}

.close-btn {
    position: absolute;
    top: -30px;
    background: no-repeat;
    color: #fff;
    border: 0;
    outline: 0;
}

/*about*/

/*footer*/
footer {
/*     background-image: url(../images/footer.png); */
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 50px 0;
	z-index:1;
	position:relative
}
footer::after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:#2a3895;
	opacity:.8;
	z-index:-2
}
footer::before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:#fff;
	opacity:.4;
	z-index:-1
}

.footer_contact {
    margin-top: 30px;
}

.footer_contact li a {
    color: #2a3895 !important;
    font-size: 20px;
}

.footer_contact li a i {
    font-size: 30px;
}

.footer_contact li a span {
    direction: ltr;
    display: inline-block;
    padding: 0 6px 0 0;
}

.f-txt {
    margin-bottom: 20px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
    opacity: .7;
}

footer ul li {
    padding: 10px 0;
    margin: 5px 0;
    line-height: 20px;
}

.f-sec-h {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}

.footer-social {
    margin-top: 30px;
}

.footer-social a {
    padding: 6px 12px;
    background-color: #2a3895;
    color: #fff;
    display: inline-block;
    margin: 5px 3px;
    border-radius: 3px;
}

.top-social a {
    padding: 6px 12px;
    background-color: #2a3895;
    color: #fff;
    display: inline-block;
    margin: 5px 3px;
    border-radius: 3px;
    display: inline-block;
}

.top-social a:hover {
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
}

/**/
.page-content {
    padding: 50px 0;
    overflow: hidden;
}

.page-content * {
    font-family: cairo;
}

.fa {
    font-family: FontAwesome !important;
}

.page-content img {
    max-width: 100%;
}


.page-contentt {
    background-color: #fff
}

.page-contentt .m-slide {
    min-height: 450px;
    /* min-height: calc(100vh - 200px); */
}

.single-contnet h4 {
    font-size: 24px;
    line-height: 35px;
}

.single-contnet .img img {
    width: 100%;
    height: auto;
}

.single-contnet .img {
    margin: 20px 0;
}

.single-contnet .body {
    font-size: 14px;
    line-height: 25px;
}

img {
    max-width: 100%;
}

ul {
    list-style-position: inside
}

/**/
.contact {
    padding: 50px 0;
    background-position: center;
    background-size: cover;
    background-image: url(../images/map.png);
}

.form-txt h3 {
    color: #2a3895;
    margin: 0 0 30px 0;
}

.form-txt .cd {
    margin: 15px 0;
    font-size: 23px;
}

.form-txt {
    max-width: 400px;
    margin: auto;
}

.form-txt .cd a {
    color: #000 !important;
}

.form-txt .cd i {
    color: #1fa84a;
    padding: 0 0 0 10px;
}

.form-txt .cd a span {
    direction: ltr;
    display: inline-block;
}

.form-txt h3:nth-of-type(2) {
    margin-top: 70px;
}

/**/

.gallery-img {
    margin: 15px 0;
}

.gallery-img .img {
    height: 155px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.gallery-img span {
    color: #393939;
    font-weight: 600;
}

.accounts h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 30px 0;
}

.account-sec {
    margin: 15px 0;
    position: relative;
    padding: 0 10px;
}

.account-col:nth-of-type(odd) .account-sec::after {
    content: "";
    position: absolute;
    left: 0;
    height: 34px;
    width: 1px;
    background: rgb(112, 112, 112, .24);
    top: calc((100% - 34px) / 2);
}

.account-sec span {
    color: #2a3895;
}

.account-sec p {
    color: #1E2436;
    margin: 10px 0 0 0;
    word-wrap: break-word;
}

.guest {
    margin: 50px 0;
}

.guest .text {
    font-size: 14px;
    color: #1E2436;
    margin: 15px 0 0 0;
}

.guest .name {
    color: #2a3895;
    position: relative;
    /* border-left: 1px solid rgb(112,112, 112 , .24); */
}

.guest .date {
    font-size: 14px;
    position: relative;
    /* border-left: 1px solid rgb(112,112, 112 , .24); */
    text-align: center;
}

.guest .date::after,
.guest .name::after {
    content: "";
    position: absolute;
    left: 0;
    height: 24px;
    width: 1px;
    background: rgb(112, 112, 112, .24);
    top: calc((100% - 24px) / 2);
}

/**/

.site-content .container.s-con {
    background: #fff;
    padding: 20px !important
}

.owl-nav button.owl-next,
.owl-nav button.owl-prev {
    width: 45px;
    height: 45px;
    text-align: center;
    background: #1fa84a !important;
    margin: 0;
    outline: 0;
    border: 0;
    border-radius: 0 !important;
}

.owl-nav button span {
    position: relative;
    top: -3px;
    font-size: 30px;
    color: #fff;
}

.m-slider .owl-nav {
    margin: 0;
    position: relative;
    top: -80px;
}

.owl-nav [class*=owl-]:hover {
    opacity: .6;
}

.g-gallery {
    background: #F3F3F3;
    border: 0 !important;
    position: relative;
}


/* .g-gallery::after{
    content: "";
    position: absolute;
    width: 470px;
    height: 40px;
    background-image: url(../images/vector.jpg);
    background-size: 100% 100%;
    z-index: -1;
    bottom: -20px;
    left: calc((100% - 470px) / 2);
} */

.follow-us a {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin: 3px;
    box-shadow: 0 3px 6px rgb(112, 112, 112, .24);
    overflow: hidden;
    vertical-align: middle;
}

.follow-us a img {
    width: 100%;
    height: 100%;
}

.side-img {
    width: 100%;
    height: auto;
}

.prayers {
    padding: 20px;
    background-color: #2a3895;
    color: #fff;
    border-radius: 10px;
    margin-top: 20px;
}

.store {
    display: block;
    position: absolute;
    left: 0;
    bottom: 100%;
    background: #2a3895;
    color: #fff;
    padding: 10px;
    border-radius: 6px 6px 0 0;
    font-size: 15px;
}

table.dptTimetable tr:hover {
    background: none;
}


table.dptTimetable tr,
table.dptTimetable td,
table.dptTimetable th,
table.dptTimetable {
    border: 0;
}

table.dptTimetable th.tableHeading {
    display: none;
}

table.dptTimetable th.highlight,
tr.highlight,
td.highlight {
    background: none;
}

table.dptTimetable td {}


.loader {
    background: #2a3895;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 99999;
}

.loader .lll {
    height: 100vh;
}

#loading {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 8px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

/*media query*/
@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}

@media only screen and (max-width: 1200px) {
    .invetation ul li a .img {
        width: 50px;
        height: 50px;
    }

    .invetation ul li a .body {
        width: calc(100% - 60px);
    }

    .offers-slider {
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .nav-bar .bottom {
        margin: 0;
    }

    .nav-bar .top {
        padding: 20px 0;
    }

    .m-slide .container {
        padding-top: 0;
    }

    .single-offer .img {
        height: 240px;
    }

}

@media only screen and (max-width: 767px) {
    .m-slide {
        min-height: calc(100vh - 170px);
    }

    .customer {
        width: 100px;
        height: 100px;
    }

    .popup-content {
        width: 90%;
    }

    .about .img {
        margin-bottom: 30px;
    }

    .m-slide .imgg {
        font-size: 20px;
    }

    .page-contentt .m-slide {
        min-height: 350px;
    }

    .m-slide h4 {
        font-size: 25px;
        line-height: 48px;
    }

    .nav-col {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .logo .img {
        background: none;
    }

    .search,
    .sidebar {
        margin-top: 20px;
    }

    .flex-section .section-top,
    .flex-section .section-body {
        width: 100%;
        padding: 0;
    }

    .flex-section .section-body {
        margin-top: 20px;
    }

    .account-col:nth-of-type(odd) .account-sec::after,
    .guest .date::after,
    .guest .name::after {
        display: none;
    }

    .guest .date {
        text-align: inherit;
    }

    .nav-links {
        background-color: transparent;
        width: 100%;
        padding: 10px 0 10px 0;
        display: none;
        /* overflow-y: scroll;
        overflow-x: hidden; */
    }

    .menu {
        font-size: 25px;
        color: #2a3895;
        cursor: pointer;
    }

    .nav-links ul li {
        margin: 10px 0;
    }

    .nav-links ul li a,
    .nav-links ul li span {
        display: block;
        padding: 10px 20px
    }

    .nav-links ul li.drop ul li {
        display: none;
    }

    .nav-links ul li.drop ul li a {
        text-align: initial;

    }

    .nav-links ul li a,
    .nav-links ul li span,
    .nav-links ul li.drop::after {
        color: #2a3895;
    }

    .nav-links ul li.drop::after {
        background-image: url(../images/down.png);
    }

    .nav-links ul li.drop ul {
        position: initial;
        width: 100%;
        border: none;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .nav-links ul li.drop ul li a {
        padding: 10px 20px;
    }

    .nav-links ul li.drop {
        padding: 0;
    }

    .nav-links ul li.drop::after {
        top: 19px;
        left: 30px;
        right: auto
    }

    .serach-social {
        width: 100%;
        text-align: center;
    }
}