.hawkma-card{
    background:#f9fafb;
    border:1px solid #e5e7eb;
    padding:20px;
    border-radius:10px;
    text-align:center;
    font-weight:600;
    transition:.3s;
    min-height:90px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.hawkma-card:hover{
    background:#196d97;
    color:#fff;
    transform:translateY(-5px);
}
.hawkma-downloads ul{
    list-style:none;
    padding:0;
}
.hawkma-downloads li{
    margin:10px 0;
}
.hawkma-downloads a{
    text-decoration:none;
    font-weight:600;
}

.gallery-item{
    margin-bottom:20px;
}
.gallery-item .img{
    display:block;
    width:100%;
    height:220px;
    background-size:cover;
    background-position:center;
    border-radius:8px;
    transition:.3s;
}
.gallery-item .img:hover{
    transform:scale(1.03);
}

.notfound-wrap{
    padding:60px 20px;
}
.notfound-code{
    font-size:140px;
    font-weight:900;
    color:#196d97;
    margin-bottom:10px;
}
.notfound-title{
    font-size:26px;
    margin-bottom:15px;
}
.notfound-text{
    color:#555;
    margin-bottom:30px;
}
.notfound-search{
    max-width:400px;
    margin:0 auto 20px;
}
.notfound-actions .btn-home{
    display:inline-block;
    padding:12px 25px;
    background:#196d97;
    color:#fff;
    border-radius:6px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}
.notfound-actions .btn-home:hover{
    background:#0b3e82;
}


.about-txt p {
    line-height: 1.9;
}


@font-face {
    font-family: din;
    src: url(../fonts/neo-sans-arabic-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: din;
}

a,
::after,
::before,
button,
input,
.trans,
.sub-menu,
.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;
}

.pageContainer {
    overflow: hidden;
}

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

a:hover {
    text-decoration: none;
}

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

.logo {
    padding: 30px 0;
    background-image: url(../images/bb.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 90% 100%
}

.logo div {
    vertical-align: middle;
}

.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 {
    background-image: linear-gradient(to bottom, #0b3e82, #1274a4);
    padding: 6px 65px 6px 15px;
    border-radius: 0 12px 0 0;
    position: relative;
    z-index: 2;
}

.nav-links ul li {
    margin: 3px 20px;
}

.nav-links ul li.menu-item-has-children {
    position: relative;
    padding-left: 15px;
}

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

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

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

.bottom .home {
    background-color: #0b3e82;
    border-radius: 0 12px 0 0;
    padding: 4px 16px 7px 16px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    color: #fff;
}

.nav-links ul li.home a {
    color: #fff;
}
.nav-links ul li ul.sub-menu li a{
	border-bottom: 1px solid #eee;
    display: block;
    padding: 4px 0;
}
.nav-links ul li ul.sub-menu li:last-child a{
	border:0
}
.nav-links ul li ul.sub-menu {
	list-style:none;
	padding:10px 0;
	border-radius:5px;
    position: absolute;
    top: 100%;
    right: 0;
    width: 170px;
    background-image: linear-gradient(to bottom, #F4A124, #ECBA19);
    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:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);

}

.nav-links ul li ul.sub-menu::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: #0b3e82;
    color: #fff;
}

.nav-links ul li a,
.nav-links ul li span {
    color: #fff;
    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: #0b3e82;
    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;
    border-radius: 0 0 170px 170px;
    border-bottom: 15px solid #EDB91A;
    overflow: hidden;
    background-image: linear-gradient(to left, rgba(18, 116, 164, .4), rgba(18, 116, 164, .8));
}

.m-slide {
    min-height: 350px;
    padding: 0 30px;
}

.m-slide h4 {
    font-size: 45px;
    font-weight: bold;
    color: #0b3e82;
}

.m-slide span {
    font-size: 22px;
    margin: 20px 0 0 0;
    color: #fff;
}

.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: #0b3e82;
}

.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: #0b3e82;
    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: #000;
    text-decoration: none;
    padding: 0 20px;
    line-height: 20px;
}
#news-bar a::after{
	content:"\f101";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	 color: #EDBA1A;
	transform:rotatez(180deg);
	-ms-transform:rotatez(180deg);
	-webkit-transform:rotatez(180deg);
	    position: relative;
    top: 4px;
    right: -5px;
}
#news-bar a:hover {
    transition: 0.37s;
    color: #093878;
}

.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: #0b3e82;
}

.flex-section:hover .section-body div.txt span.mmore{
	color:#ECBA19
}
.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-header h2,
.sec-headerp-header {
    background-image: url(../images/h-h.png);
    background-size: 100% 140%;
    padding: 17px 20px 17px 10px;
    color: #fff;
    font-size: 20px;
    width: 250px;
    margin: 0;
    border-radius: 100px 0 0 0;
}

.sec-header h2 .dot {
    width: 10px;
    height: 10px;
    background: #ecba19;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
    display: none;
}

.p-header,
.sec-headerp-header {
    margin-bottom: 40px;
    position: relative;
}

.p-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 1px;
    background: #0b3e82;
}

.sec-headerp-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 170%;
    height: 1px;
    background: #0b3e82;
}

/**/
div.wpcf7 {
    direction: rtl;
    border: 1px solid #eee;
    padding: 0 20px;
    margin-bottom: 30px;
    /* margin-top: -30px; */
}

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

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

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

form.wpcf7-form input,
form.wpcf7-form textarea {
    outline: 0;
    margin-top: 5px;
    border: 1px solid #e1e1e1;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 4px;
    width: 100%;
    text-align: right;
}

form.wpcf7-form input[type=submit] {
    width: 160px;
    margin: 15px auto;
    background-color: #ecba19;
    color: #000;
    border-radius: 4px;
    padding: 8px 6px;
    text-align: center;
    display: block;
}

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

/**/

.all {
    background: #0b3e82;
    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: #ecba19
}

.all-items {
    padding: 20px;
    border: 1px solid #E1E1E1;
    margin: 0 !important;
}

/*all-projects*/
.all-projects {
    padding: 50px 0;
}

.project {
    margin: 15px 0;
}
.project:hover{
	transform:translatey(-4px);
	-ms-transform:translatey(-4px);
	-webkit-transform:translatey(-4px);
}
.project:hover .img{
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
.project a.show:hover{
	color:#ECB91A!important
}
.p-img{
	overflow:hidden
}
.project .img {
    background-size: cover;
    background-position: center;
    height: 98px;
    margin: 0 0 20px 0;
}

.project .body span.title {
    font-size: 14px;
    color: #1E2436;
}

.project .body .txt {
    color: #B8C0D8;
    font-size: 12px;
    margin: 10px 0 0 0;
    height: 34px;
    overflow: hidden;
}

.project .body .engaz {
    background: rgba(11, 62, 130, .37);
    font-size: 12px;
    padding: 7px;
    border-radius: 5px;
    margin: 10px 0;
}

.project .body .engaz span:first-child {
    color: #1E2436;
}

.project .body .engaz span:last-child {
    color: #0b3e82;
}

.project a.show {
    font-size: 12px;
    color: #0b3e82;
}

.project:hover a.show,
.project:hover span.title {
    color: #0b3e82;
}

/* .project:hover .txt{
    color: #000;
} */

.project a.show i {
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    top: 4px;
}

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

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

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

/*all news*/
.news-sec .img {
    height: 160px;
}

.all-news .nav-tabss li {
    margin: 0;
}

.all-news .nav-tabss .nav-link {
    border: 0;
}

.all-news .nav-tabss li a {
/*     border-bottom: 1px solid rgb(112, 112, 112, .1) !important; */
       background: #F5F5F5;
    padding: 5px;
    position: relative;
    margin: 5px 0;
}
.all-news .nav-tabss li a:hover{
	transform:translatey(-2px);
	-ms-transform:translatey(-2px);
	-webkit-transform:translatey(-2px);

}

.all-news .nav-tabss li a::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 15px;
    background-image: url(../images/trian.jpg);
    background-size: 100% 100%;
    right: -20px;
    top: calc((100% - 15px) / 2);
    opacity: 0;
    visibility: hidden;
}

.all-news .nav-tabss li a.active::before {
    opacity: 1 !important;
    visibility: visible !important;
}

.all-news .nav-tabss {
    border: 0 !important;
}

.all-news .nav-tabss li a .img {
    width: 65px;
    height: 42px;
}

.all-news .nav-tabss li a .img img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.all-news .nav-tabss li a .txt {
    font-size: 12px;
    color: #1E2436;
    width: calc(100% - 75px);
}

/*banner*/
.banner {
    margin: 20px 0;
}

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

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

.lg-outer {
    direction: ltr;
}

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

/* 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 );
} */

/*invetation*/
.side-bar {
    padding: 0 0 50px 0;
}

.side-bar-header h2 {
    width: 100% !important;
}

.invetation ul {
    border-radius: 0 0 15px 15px;
    border: 1px solid #E1E1E1;
    padding: 0 20px;
}

.invetation ul li {
    margin: 10px 0;
}

.invetation ul li a .img {
    width: 87px;
    height: 78px;
    border-radius: 5px;
    object-fit: cover;
    overflow: hidden;
}

.invetation ul li a .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.invetation ul li a .body {
    width: calc(100% - 100px);
    font-size: 14px;
    color: #393939;
}

/*news-letter*/
.news-letter {
    margin: 30px 0 0 0;
}

.nl-form {
    border-radius: 0 0 15px 15px;
    border: 1px solid #E1E1E1;
    padding: 20px;
    position: relative;
}

.nl-form div.wpcf7 {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.nl-form form.wpcf7-form input {
    padding: 0;
    width: auto;
    color: #0b3e82;
}

.nl-form form.wpcf7-form input[type=submit] {
    display: block;
    background: #ecba19;
    color: #fff;
    width: 107px;
    border-radius: 5px;
    padding: 8px 4px;
    margin: 20px auto 0 auto;
    border: 0;
    outline: 0;
}

.nl-form .wpcf7-spinner {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.nl-form .wpcf7-list-item {
    margin: 0 0 0 8px;
}
.ques .wpcf7-list-item{
	display:block
}
.ques .wpcf7-list-item input{
	display:inline !important;
	width:auto!important
}
/*statistics*/
.statistics .body {
    border-radius: 0 0 15px 15px;
    border: 1px solid #E1E1E1;
    padding: 0 15px 15px 15px;
}

.stat img {
    display: inline-block;
    width: 30px;
}

.stat {
    margin: 10px 0;
}

.stat img,
.stat .num div {
    vertical-align: middle;
}

.stat .num span:last-child {
    color: #1274A4;
    display: block;
}

.stat .num span:first-child {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.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;
}

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

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

/*footer*/
footer {
    background-image: linear-gradient(to bottom, rgba(18, 116, 164, 1), rgba(18, 116, 164, .8));
    color: #fff;
    padding: 20px 20px;
    border-radius: 12px 0 0 0;
}

footer a {
    color: #fff;
}

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

footer ul li {
    padding: 0 15px;
    margin: 5px 0;
    border-right: 1px solid #ecba19;
    line-height: 20px;
}

footer ul li:first-child {
    border: 0;
}

/*bread crumb*/
.breadCrumb {
    padding: 60px 50px;
    background-image: linear-gradient(to left, rgba(18, 116, 164, .4), rgba(18, 116, 164, .8));
    background-color: #fff;
    color: #fff;
    border-bottom: 10px solid #EDB91A;
    border-radius: 0 0 80px 80px;
}

/**/
.page-content {
    padding: 50px 20px;
}

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

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

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

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

.about-sec {
    padding: 30px 0;
}

.about-sec .sec-header,
.contact-page .sec-header {
    border-bottom: 1px solid #0b3e82;
    margin-bottom: 20px;
}

.about-sec .sec-header h2,
.contact-page .sec-header h2 {
    max-width: 300px;
}

.about-sec .body {
    line-height: 25px;
}

.about-sec .body ul {
    list-style: decimal;
    list-style-position: inside;
}

.about-sec .body ul li {
    margin: 4px 0;
}

.all-news .sec {
    padding: 30px 0;
    border-bottom: 1px solid rgb(112, 112, 112, .24);
}

.all-news .sec .img {
    height: 150px;
    width: 240px;
    object-fit: cover;
}

.all-news .sec .body {
    width: calc(100% - 260px);
}

.all-news .sec .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.all-news .sec .body span.title {
    display: block;
    color: #1E2436;
    line-height: 22px;
    font-weight: 600;
    max-width: 400px;
    /* margin: 0 0 20px 0; */
}

.all-news .sec .body .text {
    font-size: 14px;
    line-height: 19px;
    color: #1E2436;
    margin: 10px 0;
}

.all-news .sec .body a.more {
    color: #0b3e82;
    font-size: 14px;
    font-weight: 600;
}

.all-news .sec .body a.more i {
    display: inline-block;
    margin: 0 6px 0 0;
    position: relative;
    top: 6px
}

.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-page form label {
    font-size: 14px;
    font-weight: 600;
    color: #1E2436;
    line-height: 19px;
    margin: 0 0 14px 0;
}

.contact-page form input,
.contact-page form textarea {
    background-color: rgba(245, 245, 245, 0.37);
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    border: 1px solid #E1E1E1;
    font-size: 12px;
    outline: 0;
}

.contact-page form .form-group {
    margin: 15px 0;
}

.contact-page form input[type=submit] {
    display: block;
    margin: auto;
    font-size: 14px;
    width: 110px;
    background: #0b3e82;
    color: #fff;
}

.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: #0b3e82;
}

.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: #0b3e82;
    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);
}

/**/
.container {
    padding: 0
}

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

.share-slider .owl-nav button.owl-next,
.share-slider .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    text-align: center;
    background: #fff;
    color: #038597;
    border-radius: 50%;
    font-size: 30px;
    position: absolute;
    top: calc((100% - 35px) / 2);
    margin: 0;
    outline: 0;
    border: 0;
    box-shadow: 0 3px 3px rgb(112, 112, 112, .1);
}

.share-slider .owl-nav button span {
    position: relative;
    top: -3px;
}

.share-slider .owl-nav button.owl-next {
    left: 0;
}

.share-slider .owl-nav button.owl-prev {
    right: 0;
}

.share-slider .owl-nav [class*=owl-]:hover {
    background: rgba(255, 255, 255, 0.5);
    color: #038597;
}

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

.pro-col {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

/* .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: #0b3e82;
    color: #fff;
    border-radius: 10px;
    margin-top: 20px;
}

.store {
    display: block;
    position: absolute;
    left: 0;
    bottom: 100%;
    background: #0b3e82;
    color: #fff!important;
    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: #0b3e82;
    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: 3px 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);
    }
}

@media only screen and (max-width: 991px) {
    .latest-news {
        margin: 0 0 20px 0;
    }

    /* .all-news .sec .img {
        width: 140px;
    }
    .all-news .sec .body {
        width: calc(100% - 150px);
    } */
    .all-news .sec .img,
    .all-news .sec .body {
        width: 100%;
    }

    .all-news .sec .body {
        margin: 20px 0 0 0;
    }

}

@media only screen and (max-width: 767px) {
    .m-slider .owl-nav {
        display: none;
    }

    .popup-content {
        width: 90%;
    }

    .nav-bar .top {
        background-size: cover;
    }

    .logo .img {
        background: none;
    }

    .logo {
        padding: 10px 0 30px 0px
    }

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

    .main-sec {
        border-radius: 0 0 100px 100px;
    }

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

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

    .m-slide {
        padding: 0 30px
    }

    .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; */
    }
	.nav-links ul li ul.sub-menu{
		position:initial;
		padding:0;
		width:auto;
		background:none;
		opacity:1;
		visibility:visible;
		transform:none;
	}
	.nav-links ul li.menu-item-has-children::after{
		display:none
	}
    .menu {
        font-size: 25px;
        color: #fff;
        cursor: pointer;
    }

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

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

    .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: #fff;
    }

    .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;
    }
}