@import url('https://fonts.googleapis.com/css?family=Tajawal:400,500,700&display=swap&subset=arabic');
html {font-size: 16px}
body {margin: 0;padding: 0;font-family: 'Tajawal', sans-serif;}
ul {margin: 0;padding: 0;list-style: none;}
a:hover {text-decoration: none;}

.text-071c63 {color: #071c63}
.text-cc1f25 {color: #cc1f25}
a.text-cc1f25 {color: #cc1f25}
a.text-cc1f25:hover {color: #b30f14}
.bg-cc1f25 {background-color: #cc1f25}
.bg-071c63 {background-color: #071c63}
.text-eae9e8{color: #eae9e8}
.text-f99e2d {color: #f99e2d}
.text-black{color: #000;}a.text-black:hover {color: #b30f14}
.bg-white {background-color: #fff}
.bg-f3f3f3 {background-color: #f3f3f3}
.bg-f4f4f4 {background-color: #f4f4f4}
.bg-23201d {background-color: #23201d;color: #eae9e8}
.fs-15{font-size: 15px}
.fs-17{font-size: 17px}
.fs-18{font-size: 18px}
.fs-20{font-size: 20px}
.fs-22{font-size: 22px}
.fs-24{font-size: 24px}
.half-gutters {margin-left:-7.5px;margin-right:-7.5px;}
.half-gutters > .col, .half-gutters > [class*="col-"] {padding-left:7.5px;padding-right:7.5px;}
@media (min-width: 768px){
	.fs-md-24{font-size: 24px}
	.fs-md-30{font-size: 30px}
}
@media (min-width: 768px){.btn-md-lg{padding: 0.5rem 1rem;font-size: 1.10rem;line-height: 1.5;border-radius: 0.3rem;}}
.btn{border-radius: 10px;font-weight: 700;padding-top: 12px;padding-bottom: 12px;}
.btn-primary {color: #fff;background-color: #071c63;border-color: #071c63;}
.btn-primary:hover {color: #fff;background-color: #071c63;border-color: #071c63;}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
color: #fff;background-color: #071c63;border-color: #071c63;}
.btn-primary:focus, .btn-primary.focus {box-shadow: 0 0 0 0.2rem #071c6350;}

.btn-secondary {color: #fff;background-color: #cc1f25;border-color: #cc1f25;}
.btn-secondary:hover {color: #fff;background-color: #cc1f25;border-color: #cc1f25;}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
color: #fff;background-color: #cc1f25;border-color: #cc1f25;}
.btn-secondary:focus, .btn-secondary.focus {box-shadow: 0 0 0 0.2rem #cc1f2550}


.btn-outline-secondary {
    color: #cc1f25;
    background-color: transparent;
    background-image: none;
    border-color: #cc1f25;
}.btn-outline-secondary:hover {
    color: #fff;
    background-color: #cc1f25;
    border-color: #cc1f25;
}
.btn-outline-primary {
    color: #283b79;
    background-color: transparent;
    background-image: none;
    border-color: #283b79;
}.btn-outline-primary:hover {
    color: #fff;
    background-color: #283b79;
    border-color: #283b79;
}


#top {position: absolute;z-index: 5;min-height: 50px;left: 0;right: 0;padding-top: 7px;}
#top i:hover {color: #ffffff;}
#top .top-social a {display: inline-block;color: #25aae2;}
@media (max-width: 767px) {.logo {max-width: 260px;margin: 5px;}}
header {position: absolute;top: 0;z-index: 4;width: 100%;}
header .navigation {text-align: left;margin-top: 15px;}
header .navigation li {display: inline-block;padding: 0 5px;}
header .navigation li a {font-size: 16px;color: #eae9e8;}
header .navigation li a:hover, header .navigation li a.active {color: #7ac8ff;text-decoration: none;}
header .top-site {margin-top: 50px;position: relative;z-index: 4;}
/* slider */
#slider {height: 680px;position: relative;z-index: 1;}
    #slider .slider-carousel {
        background-image: url(../../images/header-bg.png);
        background-size: cover;
        background-position: bottom center;
    }
@media (max-width: 767px) {
	#slider{height: 700px;}
        #slider .slider-carousel {
            background-image: url(../../images/header-bg-m.png);
            background-size: cover;
            background-position: bottom center;
        }
}
#slider .slide {background-size: cover;background-repeat: no-repeat;height: -webkit-fill-available;display: -webkit-flex;
display: flex;align-items: center;background-position: center center;}
.section-header {font-size: 24px;font-weight: 700;padding-bottom: 10px;margin-bottom: 30px;position: relative;}
.section-header:after{content:"";background: #cc1f25;position: absolute;left: 50%;width: 52px;height: 3px;bottom: -5px;margin-left: -26px;}
.section-header.longbar:after{content:"";background: #cc1f25;position: absolute;left: 50%;width: 100px;height: 3px;bottom: -5px;margin-left: -50px;}
.section-header span {color: #cc1f25;font-weight: 700}
/* about section */
.section {
	padding: 40px 0;
}

.section p {
	/* font-size: 15px; */
}

section.about {
	padding: 40px 0;
}

section.about p {
	margin: 40px 0 20px 0;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
}

.about .partners {
	position: relative;
}

.about .partners h3 {
	background: #cacaca;
	color: #25211c;
	font-size: 14px;
	display: inline-block;
	padding: 5px 15px;
}

.about .partners:before {
	content: "";
	height: 1px;
	width: 100%;
	top: 13px;
	position: absolute;
	z-index: -1;
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 0%, #cbcbcb 100%);
	background: -webkit-linear-gradient(left, #ffffff 0%, #cbcbcb 100%);
	background: linear-gradient(to right, #ffffff 0%, #cbcbcb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cbcbcb', GradientType=1);
}

.about .partner-item:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: '\200B';
}

.about .partners .partner-item img {
	margin: auto;
	display: block;
}

.about .partners .partner-item button {
	background: #fba919;
	border: 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 7px 10px;
	margin-top: 20px;
	cursor: pointer;
	transition: all ease-in-out 0.3s;
	border: 1px solid #fba919;
}

.about .partners .partner-item button:hover {
	background: transparent;
	color: #fba919;
}

 
section.events {
	min-height: 530px;
	padding: 40px 0;
}

section.events h2.title {
	text-align: center;
	position: relative;
	font-size: 20px;
	margin-bottom: 20px;
}

section.events h2.title:after {
	position: absolute;
	content: "";
	height: 3px;
	width: 60px;
	background: #fbad23;
	left: 47%;
	bottom: -10px;
}

section.events .event-item {
	height: 280px;
	margin-top: 30px;
	background: #ebebeb;
	position: relative;
}

section.events .event-item h2 {
	background: rgba(251, 169, 25, 0.9);
	position: absolute;
	top: 0;
	font-size: 18px;
	color: #fff;
	width: 100%;
	padding: 15px 20px;
}

section.events .event-item img {
	height: 180px;
}

.event-item .event-details {
	padding: 20px;
}

.event-item .event-details ul {
	float: right;
}

.event-item .event-details ul li {
	color: #3a3a3a;
	font-size: 16px;
}

.event-item .event-details a {
	float: left;
	background: #fbad23;
	padding: 5px;
	color: #fff;
	margin-top: 35px;
	border: 1px solid #fbad23;
	transition: all ease-in-out 0.3s;
}

.event-item .event-details a:hover {
	background: transparent;
	color: #fbad23;
}

section.events a.more {
	background: #545454;
	border: 1px solid #545454;
	padding: 10px 0;
	width: 220px;
	text-align: center;
	margin: 50px auto 0;
	display: table;
	color: #fff;
	font-size: 18px;
	transition: all ease-in-out 0.3s;
}

section.events a.more:hover {
	background: transparent;
	color: #545454;
}

section.action {
    min-height: 120px;
    background-size: cover;
    background: url(../../images/action-bg.jpg) no-repeat;
    text-align: center;
}

section.action p {
	font-size: 24px;
	color: #fff;
	margin-top: 55px;
}

section.action p a {
	background: #fbad23;
	padding: 10px 30px;
	text-align: center;
	color: #fff;
	border: 1px solid #fbad23;
	transition: all ease-in-out 0.3s;
	text-shadow: none;
}

section.action p a:hover {
	background: #fff;
	color: #fbad23;
}

section.services {
	padding: 40px 0;
}

section.services h2.title {
	text-align: center;
	position: relative;
	font-size: 20px;
	margin-bottom: 50px;
}

section.services h2.title:after {
	position: absolute;
	content: "";
	height: 3px;
	width: 60px;
	background: #fbad23;
	left: 48%;
	left: calc(50% - 25px);
	bottom: -10px;
}

.services .service-item {
	text-align: center;
	margin-bottom: 30px;
}

.services .service-item .icon i {
	color: #fbad23;
	font-size: 60px;
	display: block;
}

.services .service-item h2 {
	font-size: 20px;
	color: #181511;
	margin: 15px auto;
}

.services .service-item h2 a {
	color: #181511;
	transition: all ease-in-out 0.3s;
}

.services .service-item h2 a:hover {
	color: #fbad23;
}

.services .service-item p {
	color: #181511;
	font-size: 16px;
	line-height: 24px;
}

section.app {
    min-height: 350px;
    background: url(../../images/app-bg.jpg) no-repeat center center;
    background-size: cover;
}

section.app .app-download {
	margin: 100px auto 0;
	text-align: center;
}

section.app .app-download p {
	font-size: 24px;
	color: #fbad23;
}

section.app .app-download p a {
	color: #fff;
}

section.app .app-download ul li {
	display: inline-block;
	margin: 0 10px;
}

.app .mobile-img {
	position: relative;
	z-index: 0;
	top: 94px;
}

section.newsevents {position: relative;z-index: 1;min-height: 600px;}
section.newsevents h2.title {text-align: center;position: relative;font-size: 20px;margin-bottom: 50px;color: #fff;}
section.newsevents h2.title:after {position: absolute;content: "";height: 3px;width: 60px;background: #fff;left: 48%;left: calc(50% - 25px);bottom: -10px;}
.slick-track{padding: 10px 0;}
section.newsevents .newsevents-item {padding-bottom:0;background: #fff;height: 100%;font-size: 16px;color: #333;position: relative;text-align: center;border-radius: 7px;overflow: hidden;box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0,.1 );
-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
section.newsevents .newsevents-item:hover{box-shadow: 0px 0px 10px 0px rgba( 0, 0, 0,.4 );transform: scale(1.03,1.03);}
.newsevents-item img{opacity: .8;}
.newsevents-item:hover img{opacity: 1;}
.newsevents-item p{font-size: 15px;}
.newsevents-item h3 {font-size: 18px;font-weight: 700;color:#cc1f25}
.newsevents-item a {color: #fff;background-color: #071c63;border-color: #071c63;padding: 8px 30px;border-radius: 10px;font-size: 17px;display: inline-block;}
.newsevents-item:hover a {color: #fff;background: #071c63}
.newsevents-date {left: 2rem;position: absolute;top: 2rem;background: #cc1f25;color: #fff;text-align: center;padding: 8px 16px;}
.newsevents-date span {display: block;font-size: 24px;font-weight: 700;line-height: 1}
/*.newsevents-slider .slick-dots li.slick-active button:before {opacity: 1;color: #fff;}*/
.newsevents-slider li.slick-active button:before {opacity: 1;color: #fff;}
section.companies h2.title {
	text-align: center;
	position: relative;
	font-size: 24px;
	margin-bottom: 50px;
}

section.companies h2.title:after {
	position: absolute;
	content: "";
	height: 3px;
	width: 60px;
	background: #fbad23;
	left: 48%;
	left: calc(50% - 25px);
	bottom: -10px;
}

.companies-slider .slick-dots,.companies-slider2 .slick-dots {bottom: 10px;}

.companies-slider .slick-dots li.slick-active button:before {
	color: #fbad23;
	opacity: 1;
}

section.blog {
	min-height: 530px;
	background: #eeeff2;
	padding: 40px 0;
}

section.blog h2.title {
	text-align: center;
	position: relative;
	font-size: 24px;
	margin-bottom: 50px;
}

section.blog h2.title:after {
	position: absolute;
	content: "";
	height: 3px;
	width: 60px;
	background: #fbad23;
	left: 48%;
	left: calc(50% - 25px);
	bottom: -10px;
}

section.blog .blog-item {
	background: #fff;
	position: relative;
	height: 290px;
	padding: 30px;
	margin-bottom: 30px;
}

section.blog .blog-item span {
	font-size: 14px;
	color: #353535;
}

section.blog .blog-item p {
	font-size: 16px;
	color: #353535;
}

section.blog .blog-item h2 {
	line-height: 20px;
}

section.blog .blog-item h2 a {
	font-size: 20px;
	color: #fbad23;
}

section.blog .blog-item h2 a:hover {
	color: #181511
}

section.blog .blog-item a.read-more {
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 0 solid transparent;
	border-right: 70px solid transparent;
	border-top: 70px solid #fbad23;
	left: 0px;
	top: 0px;
	text-align: center;
	transition: all ease-in-out 0.3s;
}

section.blog .blog-item a.read-more:after {
	content: "+";
	font-size: 25px;
	position: relative;
	top: -65px;
	left: 27px;
	font-weight: bold;
	color: #fff;
}

section.blog .blog-item a.read-more:hover {
	border-top: 70px solid #fff;
}

section.blog .blog-item a.read-more:hover:after {
	color: #fbad23;
}

section.blog a.more {
	background: #545454;
	border: 1px solid #545454;
	padding: 10px 0;
	width: 220px;
	text-align: center;
	margin: 20px auto 0;
	display: table;
	color: #fff;
	font-size: 18px;
	transition: all ease-in-out 0.3s;
}

section.blog a.more:hover {
	background: transparent;
	color: #545454;
}

section.contact {
    background: #000000 url(../../images/contact-bg.png) no-repeat center center;
    min-height: 480px;
    padding: 70px 0 30px 0;
    background-size: cover;
}

section.contact h4 {
	font-size: 20px;
	color: #fbad23;
	padding-bottom: 30px;
}

section.contact .contact-details ul {
	color: #fff;
}

section.contact .contact-details ul li {
	margin-bottom: 10px;
}

.contact-details ul i {
	color: #fbad23;
	margin-left: 10px;
}

.contact-details .map {
	text-align: center;
	cursor: pointer;
	display: inline-block;
}

.contact-details .map p {
	color: #fbad23;
	margin: 5px auto;
}

.contact-details .map span {
	color: #fff;
	margin: 0;
}

section.contact form input, section.contact form textarea {
	width: 100%;
	height: 40px;
	background: transparent;
	border: 1px solid #555555;
	outline: none;
	padding-right: 15px;
	color: #fff;
	margin-bottom: 15px;
}

section.contact form textarea {
	height: 90px;
}

section.contact form input[type=submit] {
	background: #f7941e;
	cursor: pointer;
	border: 0;
	border: 1px solid #f7941e;
	transition: all ease-in-out 0.3s;
}

section.contact form input[type=submit]:hover {
	background: transparent;
	color: #f7941e;
}

footer {
	background: #1a2e6d;
	padding-top: 30px;
}

footer p {
	color: #737373;
}

footer ul.social {
	text-align: center;
}

footer ul.social li {
	display: inline-block;
	margin: 0 5px;
}

footer ul.social li a {
	width: 40px;
	height: 20px;
	background: #2360fb;
	position: relative;
	display: block;
	color: #fff;
	text-align: center;
}

footer ul.social li a:before {
	content: "";
	position: absolute;
	top: -15px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 15px solid #2360fb;
}

footer ul.social li a:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 15px solid #2360fb;
}

footer ul.social li a.tw {
	background: #23b1fb;
}

footer ul.social li a.tw:before {
	content: "";
	border-bottom: 15px solid #23b1fb;
}

footer ul.social li a.tw:after {
	content: "";
	border-top: 15px solid #23b1fb;
}

footer ul.social li a.insta {
	background: #cb2185;
}

footer ul.social li a.insta:before {
	content: "";
	border-bottom: 15px solid #cb2185;
}

footer ul.social li a.insta:after {
	content: "";
	border-top: 15px solid #cb2185;
}

footer ul.social li a.youtube {
	background: #dd0000;
}

footer ul.social li a.youtube:before {
	content: "";
	border-bottom: 15px solid #dd0000;
}

footer ul.social li a.youtube:after {
	content: "";
	border-top: 15px solid #dd0000;
}

footer ul.social li a.gplus {
	background: #ff3434;
}

footer ul.social li a.gplus:before {
	content: "";
	border-bottom: 15px solid #ff3434;
}

footer ul.social li a.gplus:after {
	content: "";
	border-top: 15px solid #ff3434;
}

footer .footer-partners span, footer .footer-partners img {
	display: inline-block;
}

footer .footer-partners span {
	color: #737373;
}

footer .footer-partners img {
	float: left;
	width: 75%;
}

.inner-events .events-desciption {
	color: #1f1c17;
	font-size: 20px;
	text-align: right;
	margin: 20px 0;
}

.page-info {
    background: url(../../images/headers/default.jpg) no-repeat center center;
    background-size: cover;
    height: 285px;
}

.page-info .title {
	text-align: center;
	margin-top: 150px;
}

.page-info .title .white {
	color: #eae9e8;
	display: block;
}

.page-info .title .orange {
	color: #f99e2d;
	font-weight: 700;
	font-size: 2.5rem;
}

.page-info .title .white span {
	background: #23201d;
	padding: 5px 10px;
}

@media(max-width: 992px) {
	.page-info {
		height: 205px;
	}
	.page-info .title {
		text-align: center;
		margin-top: 100px;
	}
}

.inner-partners {
	margin-top: 40px;
}

section.inner-partners h2.title {
	text-align: center;
	position: relative;
	font-size: 24px;
	margin-bottom: 50px;
}

section.inner-partners h2.title:after {
	position: absolute;
	content: "";
	height: 3px;
	width: 60px;
	background: #fbad23;
	left: 48%;
	bottom: -10px;
}

.inner-partners .partner-item {
	background: transparent;
	height: 105px;
	border: 1px solid #e1e1e1;
	width: 100%;
	padding: 8px;
	margin-bottom: 30px;
}

.inner-partners .partner-item button {
	border: 0;
	background: #fba919;
	color: #fff;
	font-size: 24px;
	text-align: center;
	width: 100%;
	height: 100%;
}

.inner-partners .partner-item a {
	display: block;
	margin: auto;
	padding: 0;
	height: 100%;
}

.inner-partners .partner-item a img {
	height: 100%;
	margin: auto;
	display: block;
	max-width: 100%;
}

.inner-partners p {
	text-align: center;
	font-size: 19px;
	margin-top: 15px;
	color: #1f1c17;
}

.inner-companies {
	margin-top: 80px;
}

section.inner-packages .package-item {
	margin-top: 40px;
}

section.blog.inner-blog {
	background: #fff;
}

section.blog.inner-blog .blog-item {
	min-height: 300px;
	height: auto;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, .15);
}

section.blog.inner-blog .blog-item {
	padding: 0;
}

section.blog.inner-blog .blog-item .blog-details {
	padding: 20px;
}

.inner-blog .blog-item .img-area {
	height: 210px;
	overflow: hidden;
	background: #e0e0e0;
	text-align: center;
}

.inner-blog .blog-item .img-area img {
	width: auto;
	height: 100%;
}

.services-inner .service-item {
	border: 1px solid #e1e1e1;
	padding: 20px 20px 10px 20px;
	height: 200px;
}

.services-inner .service-item .icon {
	display: inline-block;
	width: 25%;
	padding: 30px 0;
	background: #fbad23;
	vertical-align: top;
	float: right;
}

.services-inner .service-item .icon i {
	color: #fff;
}

.services-inner .service-item p, .services-inner .service-item h2 {
	width: 70%;
	display: inline-block;
	float: left;
	text-align: right;
	margin-top: 0;
}

section.vision-mission {
	background: #23201d
}

section.vision-mission .mission-item {
	margin-top: 50px;
}

section.vision-mission .icon {
	/* display: inline-block; */
	color: #fbad23;
	font-size: 60px;
	/* vertical-align: bottom; */
}

section.vision-mission .data {
	/* display: inline-block; */
	/* margin-right: 15px; */
	color: #fff;
	/* width: 90%; */
}

section.vision-mission .data h2 {
	font-size: 22px;
}

.society-page .blog-item {
	cursor: pointer;
	position: relative;
}

.society-page .blog-item .img-area {
	position: relative;
}

.society-page .blog-item:hover>.hover-box {
	opacity: 1;
}

.society-page .blog-item .hover-box a {
	width: 100%;
	height: 100%;
	padding-top: 25%;
	display: block;
}

.society-page .blog-item .hover-box {
	background: rgba(0, 0, 0, .8);
	height: 210px;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	transition: all ease-in-out .3s;
	opacity: 0;
	text-align: center;
}

.society-page .blog-item .hover-box i {
	color: #fff;
	font-size: 20px;
}

.society-page .blog-item .hover-box p {
	color: #fff;
}

.hidden {
	display: none;
}

section.inner-contact {
	padding: 40px 0;
}

section.inner-contact .address-item {
	text-align: center;
	border-bottom: 2px solid #fbad23;
	padding: 20px;
	background: #f7f7f7;
	min-height: 265px;
}

section.inner-contact .address-item h2 {
	font-size: 20px;
	color: #fbad23;
}

section.inner-contact .address-item h3 {
	font-size: 21px;
	color: #4e4e4e;
}

section.inner-contact .address-item ul {
	text-align: right;
	margin-top: 20px;
}

section.inner-contact .address-item ul li {
	margin-bottom: 5px;
	color: #4e4e4e;
}

section.inner-contact .address-item ul i {
	margin-left: 5px;
	font-size: 18px;
	color: #fbad23;
}

.pagination {
	text-align: center;
	margin: 0 auto 20px;
	display: block;
}

.pagination li {
	display: inline-block;
	margin: 0 5px;
}

.pagination li a {
	color: #1f1c17;
	border: 0;
	width: 34px;
	padding: 6px 0;
	/* font-size: 18px; */
	display: block;
}

.pagination li a:hover {
	background: #cc1f25;
	color: #ffffff;
}

.pagination li a.disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.slider-carousel.slick-dotted.slick-slider {margin-bottom: 0;}
.slick-dots li button:before {font-size: 30px;}
.slick-slide img {
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
#slider .slick-prev, #slider .slick-next {
    width: 59px;
    height: 59px;
    background: url(../../images/left.png);
    z-index: 1;
}
#slider .slick-prev {
    background: url(../../images/right.png);
}
.slick-prev:before, .slick-next:before {content: ""!important;display: block;}

@media (max-width: 767px){
	#slider .slide{padding:10px 0 50px}
	[dir='rtl'] .slick-prev {right: 10px;left: auto;}
	[dir='rtl'] .slick-next {right: auto;left: 10px;}
	
	[dir='rtl'] .slick-prev,
	[dir='rtl'] .slick-next {
	width: 45px!important;height: 45px!important;background-size: 100% auto!important;}
}


.slick-slide {
	outline: none;
}



@media(min-width: 199px) and (max-width: 991px) {
	header .navigation {
		text-align: center;
	}
	header .navigation li {
		padding: 0 4px;
	}
	header .navigation li a {
		font-size: 16px;
	}
}

@media(max-width: 992px) {
	footer .footer-partners {
		margin: 20px auto;
		display: block;
		text-align: center;
	}
	footer .footer-partners span {
		color: #737373;
	}
	footer .footer-partners img {
		float: none;
		width: auto;
		margin-right: 15px;
	}
	section.blog .blog-item {
		min-height: 290px;
		height: auto;
	}
	section.about p {
		margin: 20px 0 20px 0;
	}
}

@media(min-width: 768px) and (max-width: 991px) {}

@media(max-width: 767px) {
	footer p {
		text-align: center;
		margin-bottom: 20px;
	}
	.about .about-img {
		display: block;
		margin: auto;
	}
	section.about p {
		text-align: center;
	}
	section.events .event-item img {
		width: 100%;
	}
	section.action p {
		margin-top: 15px;
		font-size: 20px;
	}
	section.action p a {
		padding: 5px 15px;
		display: block;
		width: max-content;
		margin: 10px auto 0;
	}

	.services-inner .service-item {
		display: table;
	}
	.services-inner .service-item .icon {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.services-inner .service-item p, .services-inner .service-item h2 {
		width: 100%;
		float: none;
		text-align: center;
	}
	section.vision-mission .mission-item {
		text-align: center;
	}
	section.vision-mission .data {
		width: 100%;
		margin-right: 0;
	}
}

@media(min-width: 300px) and (max-width: 380px) {}

.slicknav_menu {
	display: none;
}

@media screen and (max-width: 767px) {
	.navigation {
		display: none;
	}
	.slicknav_menu {
		display: block;
		top: 0;
		right: 0;
		position: absolute;
		width: 100%;
		z-index: 999999;
	}
}

.slicknav_menu {
	background: transparent;
	padding: 0;
}

.slicknav_nav {
	background: rgb(7, 28, 99);
	top: 15px;
	position: relative;
	box-shadow: rgb(7, 28, 99) 0 10px 20px;
}

.slicknav_menu>a {
	background: transparent;
	font-size: 25px;
	float: left;
}

.slicknav_menu .slicknav_menutxt {
	text-shadow: 0;
}

.slicknav_nav li {
	/* border-top: 1px solid #403d39; */
}

.slicknav_nav li:first-child {
	border: 0;
}

.slicknav_nav li a {
	color: #fff;
	cursor: pointer;
	outline: none;
	padding: 12px 18px;
}

.slicknav_nav a:hover {
	background: #cc1f25;
	border-radius: 0;
	color: #fff;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #ffffff;
}

.text-shadow {
	text-shadow: rgba(0, 0, 0, .8) 0 1px 2px;
}

.btn-24 {
	font-size: 24px;
	background-color: #cc1f25;
	padding: 12px 34px;
	color: #fff
}

.btn-24:hover {
	background-color: #b81218;
	color: #fff
}
.bg-1 {
    background: #233671 url(../../images/bg1.jpg) top center no-repeat;
    background-size: 100% auto;
}
.bg-2 {
    background: url(../../images/bg2.jpg) right center;
    background-size: cover;
}

.bg-3 {
    background: url(../../images/bg3.jpg) right center;
    background-size: cover;
}

 


.footer-links a {
	color: #fff;
	display: block;
	margin-bottom: 10px;
}

.footer-links a:hover {
	color: #f99e2d
}

.footer-newsletter {
	display: flex;
}

.footer-newsletter input[type="text"] {
	background: #2e2e2e;
	padding: 10px;
	border: 0;
	width: 70%;
}

.footer-newsletter button {
	background: #f99e28;
	border: 0;
	color: #fff;
	padding: 10px 30px;
	width: 30%;
}

.footer-social a {
	display: inline-block;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	color: #fff;
	margin-left: 9px;
}

.footer-social a:hover {
	/* background: #f99e28; */
}

/**/

a.services-btn {
	background: #f99e2d;
	border: 0px solid #fba919;
	padding: 15px 40px;
	display: table;
	margin: 0;
	color: #fff;
	transition: all ease-in-out 0.3s;
	font-size: 16px;
}

@media (max-width: 991px) {
	a.services-btn {
		margin: auto
	}
}

section.community .community-item {
	padding-bottom: 20px;
	background: #f6f6f6;
	height: 100%;
	font-size: 16px;
	color: #333;
	position: relative;
}

section.community .community-item h3 {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 1rem;
	line-height: 1.5;
}

section.community .community-item a {
	color: #f99e2d;
}

.community-date {
	left: 0rem;
	position: absolute;
	top: 0rem;
	background: #f99e2d;
	color: #fff;
	text-align: center;
	padding: 38px 16px;
}

.community-date span {
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 1
}

.community-date span:before {
	content: "\f073";
	font-family: 'FontAwesome';
	display: block;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}

.panel-title a {
	display: block;
	position: relative;
	padding: 10px 60px 10px 15px;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6;
	color: #6d7194;
}

a:hover {
	text-decoration: none;
}

.drop-accordion .panel-default {
	overflow: hidden;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 20px;
}

.drop-accordion .panel-heading {
	overflow: hidden;
	padding: 0;
	border: 1px solid #d9d7d7;
	background: #fafafa;
	border-radius: 0;
}

.leaf-ui .drop-accordion .panel-heading, .circlus-ui .drop-accordion .panel-heading {
	border-radius: 4px;
}

.panel-title a {
	display: block;
	position: relative;
	padding: 10px 60px 10px 15px;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6;
	color: #6d7194;
}

.panel-title .expand-icon-wrap {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 24px;
	line-height: 46px;
	color: #f99e2d;
}

.expand-icon-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.panel-title .expand-icon {
	padding: 0 18px;
	vertical-align: middle;
}

.panel-title .expand-icon:before {
	content: "\f055";
}

.drop-accordion .panel-body {
	position: relative;
	border: 1px solid #d9d7d7;
	padding: 20px;
}

.circlus-ui .drop-accordion .panel-body, .leaf-ui .drop-accordion .panel-body {
	border-radius: 4px;
}

.panel-body-icon {
	width: 75px;
	float: left;
	padding: 10px;
}

.panel-body-icon i {
	font-size: 45px;
	color: #03C6FE;
}

.drop-accordion .tab-collapsed {
	border: transparent;
	background: #f99e2d;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.tab-collapsed a {
	color: #fff;
}

.tab-collapsed .expand-icon-wrap {
	border-color: #fff;
	color: #fff;
}

.tab-collapsed .expand-icon:before {
	content: "\f056";
}

.txtJustify {
    text-align: justify !important;
}

.list-style-1 {
	margin-right: 20px;
}

    .list-style-1 li {
        margin-bottom: 8px;
        padding: 2px 30px;
        background: url(../../images/checkmark.png) no-repeat right 5px top 5px;
        background-size: 18px 18px;
    }

.title3 {
	margin: 40px 0 10px;
	border-right: 2px solid #f99f29;
	padding: 5px 16px 7px 0px;
	background: #2d2a27;
}

.slick-slider, .slick-slider .slick-track, .slick-slider .slick-list, .slick-list {
	height: 100%;
}

.modal-body {padding:0}
.modal-body iframe{width:100%;height: 350px;display: block;}
.modal-content{border-radius: 10px;}
.youtube-vedio{border-radius: 10px;overflow: hidden;}
.youtube-vedio a{display: block;left: 0;right: 0;top: 0;bottom: 0;position: absolute;z-index: 1;}
.youtube-vedio a img{position: absolute;left: 50%;top: 50%;margin-top: -35px;margin-left: -35px;opacity: .9;}
.youtube-vedio a:hover img{opacity:1}
#myTab{border:0}
#myTab.covered-countries .tab-item.active,
#myTab.covered-countries .slick-active.active a {color: #fff;}
#myTab.covered-countries .nav-item.show .tab-item {color: #ffffff;background-color: transparent;border-color:transparent;border:0!important;}
#myTab.covered-countries .tab-item {border:0!important;color: #5878ff;padding: 0.5rem;position: relative;}
#myTab.covered-countries .tab-item img{margin: 10px auto 10px;}
#myTab.covered-countries .tab-item.active img.ifnactive{display: none;}
#myTab.covered-countries .tab-item.active img.ifactive{display: block;}
#myTab.covered-countries .tab-item img.ifnactive{display: block;}
#myTab.covered-countries .tab-item img.ifactive{display: none;}
#myTabContent{font-size: 14px;}
#myTabContent .flag-icon {margin:5px 8px 5px 2px}
#myTab.covered-countries .tab-item .searchInC{display: none;position: absolute;left: 0;right: 0;top: 40px;margin-top: -5px;z-index: 2;}

#myTab.covered-countries .tab-item.active .searchInC{display: block}
#myTab.covered-countries .tab-item img{margin: 50px auto 10px;}

#myTab.covered-countries .tab-item.active .searchInC input[type='text'] {
    width: 100%;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background: rgb(59, 78, 137) url(../../images/search.png) no-repeat left 6px center;
    color: #fff;
    padding: 0 5px 0 25px;
    outline: 0;
    margin-top: 10px;
}
@media (max-width: 768px){
	#myTab.covered-countries .tab-item.active .searchInC input[type='text'] {
		width: 70%;
		margin: 10px auto 0;
	}
}
#myTabContent .d-inline {
	padding: 3px;
}
.findTarget {
	background-color: #cc1f25;
    border-radius: 3px;
}
#myTab.covered-countries .tab-item.active .searchInC input::-webkit-input-placeholder {color: #fff;font-size: 12px;}
#myTab.covered-countries .tab-item.active .searchInC input::-moz-placeholder {color: #fff;font-size: 12px;}
#myTab.covered-countries .tab-item.active .searchInC input:-ms-input-placeholder {color: #fff;font-size: 12px;}
#myTab.covered-countries .tab-item.active .searchInC input:-moz-placeholder {color: #fff;font-size: 12px;}
#myTab.covered-countries .js-continent-link {display: inline-block; user-select: none; cursor: pointer;}
.js-continent-link {color: #fff;}
#myTab.covered-countries .js-continent-link:focus,
#myTab.covered-countries .js-continent-link:hover {user-select: none !important;outline: none;color: #ffffff;}
#myTab.covered-countries  .slick-arrow {
	position: absolute;
    top: 80px;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 70px;
	font-weight: 100;
	outline: none !important;
	user-select: none !important;
	opacity: 0.5;
	z-index: 10;
    cursor: pointer;
}
#myTab.covered-countries  .slick-right {
	right: 20px;
}
#myTab.covered-countries  .slick-left {
	left: 20px;
}
#myTabWhere .nav-link.active,#myTabWhere .show > .nav-link {color: #fff;background-color: #283b79;}
#myTabWhere .nav-link {border-radius: 10px;color: #000;font-size: 18px;padding: 8px 1.5rem;font-weight: 700;border: 1px solid #283b79;text-align: center;}
@media (min-width: 768px){#myTabWhere .nav-link{padding: 12px 2.5rem;}}
#myTabWhere .nav-item:nth-child(1) .nav-link{border-radius:0 10px 10px 0}
#myTabWhere .nav-item:nth-child(2) .nav-link{border-radius:10px 0 0 10px}

#myTabbranches .nav-link {border-radius: 5px;color: #000;font-size: 16px;padding: 4px 1rem;font-weight: 700;text-align: center;}
#myTabbranches .nav-link.active,#myTabbranches .show > .nav-link {background-color: #e1e1e1;color: #cc1f25;}
#myTabagents .nav-link {border-radius: 5px;color: #000;font-size: 16px;padding: 4px 1rem;font-weight: 700;text-align: center;}
#myTabagents .nav-link.active,#myTabagents .show > .nav-link {background-color: #e1e1e1;color: #cc1f25;}
.city-block {
    background: #0050c1 url(../../images/city-block-bg.png) no-repeat left center;
    border-radius: 10px;
    background-size: cover;
    margin-bottom: 15px;
    height: 100%;
}

.company-item{background-color:#f4f4f4;border-radius: 15px;padding: 10px;margin:5px;height: 100px;}
.company-item img{float: right;margin-left: 10px;}
.company-item a{color:#000}

.company-item2{background-color:#d7d7d7;border-radius: 15px;padding: 10px;margin:5px;height: 110px;text-align: center;}
.company-item2 a{color:#000}
.locationMap {background: #1a2e6d;position: relative;}
.locationMap iframe{width: 100%;opacity: .9;margin-bottom: -5px;}
#svg1{position: absolute;bottom: 0;width: 100%;left: 0;right: 0;display: none;}
@media (min-width: 768px){#svg1{display:block;}}
.bottom-contacts {color: #fff;background: #1a2e6d url(../../images/footer-bg.jpg) bottom right no-repeat;background-size: contain;}
.footer-input {border: 1px solid #5b699ac2!important;border-radius: 4px;background-color: #1b2c65c2;padding: 0.75rem 0.75rem;box-shadow: none!important;min-height: 50px; margin-bottom:0px !important; margin-top:1.2rem}
.contacts-item {display: flex;text-align: right;}
#submit {margin-top: 1.2rem;}
#ContactFormTitle {margin-bottom: 0px !important;}

.back-to-top {
	display: none;
	position: fixed;
	bottom: 16px;
	right: 15px;
	z-index: 9999;
}
.back-to-top i {
    display: block;
    width: 40px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
	background-color: rgba(204, 31, 37, 0.9);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
/************************************/
.btn {position: relative;overflow: hidden;}
.btn.btn-primary:after{opacity: .1;}
.btn:after {content:"";width: 100%;height: 100%;position: absolute;left: -100%;opacity: .2;top:0;
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.02) 1%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%); 
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); 
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );}
.btn:hover:after {content:"";transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);-o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);left: 100%;}

#inner-header {
    height: 480px;
    position: relative;
    z-index: 1;
    background: #122562;
    background-image: url(../../images/headers/default.jpg);
    background-size: cover;
    background-position: bottom center;
}
    #inner-header.news-header {
        background-image: url(../../images/headers/news.jpg);
        background-size: cover;
        background-position: bottom center;
    }
    #inner-header.faqs-header {
        background-image: url(../../images/headers/faqs.jpg);
        background-size: cover;
        background-position: bottom center;
    }
    #inner-header.contact-header {
        background-image: url(../../images/headers/contact.jpg);
        background-size: cover;
        background-position: bottom center;
    }
    #inner-header.branches-header {
        background-image: url(../../images/headers/branches.jpg);
        background-size: cover;
        background-position: bottom center;
    }
#inner-header>.container{height: 100%;}
.inner-header-title {z-index: 1;position: absolute;bottom: 1rem;color: #fff;font-size: 24px;text-shadow: #000 0px 0px 7px;}
header.inner{background: rgba(18, 37, 98, .9);padding-bottom: 23px;}
@media (max-width: 767px) {#inner-header{height: 350px;}}
.section-header.text-left::after {right:0;}
.list-check li {
    background: url(../../images/check.png) no-repeat right top 6px;
    padding-right: 25px;
    font-size: 17px;
}
.box-shadow{box-shadow:rgba(0,0,0,.2) 0 0 5px;}
.overflow-hidden{overflow: hidden;}
.newsevents-item:not(:hover) .btn-primary{background: #b7b7b7;color: #000000;border:1px solid #b7b7b7}
.page-link{border-radius: 4px!important;box-shadow: rgba(0,0,0,.2) 0 0 5px;}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #1a2e6d;
    border-color: #007bff;
}

/* #myFaqsTab .tab-item{color:#000;font-size: 17px;font-weight: 700;border-top-right-radius: 0.5rem;border-top-left-radius: 0.5rem;padding: 1rem;background: #eee;margin-left: .5rem;}
#myFaqsTab .tab-item.active{
    background: #fff;
} */
#myFaqsTab .nav-link{color:#000;font-size: 17px;font-weight: 700;border-top-right-radius: 0.5rem;border-top-left-radius: 0.5rem;padding: 1rem;background: #eee;margin-left: .5rem;}
#myFaqsTab .nav-link.active{
    background: #fff;
}
#myFaqsTabContent{
    padding: 20px;
    border: 1px solid #dee2e6;
    border-top: 0;
    border-radius: 0 0 15px 15px;
}
#myFaqsTabContent .card-header h5 {
    padding: 10px;
    font-size: 16px;
    line-height: 1.2;cursor: pointer;
}
#myFaqsTabContent .card{
    border: 0;
    padding-bottom:1rem
}
#myFaqsTabContent .card-header{
    padding: 0;
    color: #000;
    border:0;
border-right:6px solid #c4302b
}
#myFaqsTabContent .card-header .btn-link{
    color: #000;
}
.heigh-280{
	height:280px !important;
}
.on-bg-light:hover{background-color: #f5f5f5!important;border-radius: 8px;}

@media (max-width: 767px){
	#About-us{margin-top:-40px;}
	#myFaqsTab .nav-item{width:50%}
	#myFaqsTab{align-items: flex-end;justify-content: center;align-items: stretch;flex-grow: 1;}
	#myFaqsTab .nav-link{font-size: 14px;padding: .5rem .25rem;text-align: center;height: 100%;}
	.border-md-top{border-top: 1px solid #eee;padding-top: 16px;}
	#myTab.covered-countries .tab-item .searchInC{display: none!important}
	#myTab.covered-countries .slick-arrow {top: 60px;}
	#myTab.covered-countries .tab-item img {margin: 30px auto 10px;}
}
.footer-input2{border: 1px solid #dedede!important;border-radius: 4px;background-color: #efefefc2;padding: 0.75rem 0.75rem;box-shadow: none!important;min-height: 50px;}


.ar-padding-left {
	padding-left: 15px !important;
}
