@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&display=swap');

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xs-5ths {
	width: 20%;
	float: right;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: right;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: right;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: right;
	}
}

html{
	height: 100%;
}
body {
	font-size: 1rem;
	color: rgba(0,0,0,.6);
	font-family: 'Cairo', sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	height: 100%;
	line-height: 24px;
	direction: rtl;
}
h1, h2, h3, h4, h5 {
	font-family: 'Cairo', sans-serif;
	margin-top: 0;
}
.no-padding {
	padding: 0;
}
p{margin-bottom: 10px}
img {
	margin: 0;
	padding: 0;
	height: auto;
	max-width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
:before, :after, button, img {
	-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;
}
a:hover {
	text-decoration: none;
}
img {
	margin: 0;
	padding: 0;
	max-width: 100%;
}

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

::-webkit-scrollbar-thumb {
	background-color: #323232;
}

::-webkit-scrollbar-track {
	background-color: #dedede;
}
.bg-image, .bg-parallax {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.bg-parallax {
	background-attachment: fixed;
}
.container{
	max-width: 1500px;
}
/*---------------------*/
.site-logo>a{
	display: inline-block;
	padding: 8px 0;
}
.top-header{
	border-bottom: 1px solid #ECECEC;
}
.callUs{
	padding: 40px;
	color: #fff;
	background: #692E6B;
	line-height: 30px;
	font-size: 24px;
}
.callUs i{
	margin-left: 7px;
}
.social{
	height: 100%;
	margin: 0;
	padding: 37px 30px;
	background-color: #F3F3F3;
	margin-left: 19px;
}
.social li{display:inline-block;margin: 0 2px;}
.social li a{display:block;color:#692E6B;width: 36px;text-align:center;height: 36px;line-height: 36px;font-size: 20px;}
header{
	/* margin-bottom: 20px; */
	position: relative;
}
.home header{
	margin-bottom: 20px;
}
.btm-header{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
}
.home .btm-header{
	position: relative;
}
.menuBtn{
	background: none;
	padding: 15px 20px;
	color: #692E6B;
	font-size: 22px;
	border: none;
	background: #ECECEC;
	outline: none;
}
.menuBtn:focus{
	outline: none;
}

.menu-wrap{
	position: absolute;
	right: -100%;
	top: 0;
	z-index: 3;
	color: #fff;
	background: rgba(105,46,107,0.9);
	width:66.666%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	overflow: hidden;
}
.menu-wrap.open{
	opacity: 1;
	right: 0;
	z-index: 3;
}
.menu-wrap .closeMenu{
	position: absolute;
	right: 0;
	top: 0;
	width: 65px;
	height: 65px;
	line-height: 35px;
	padding: 15px;
	outline: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	border: none;
	background: #692E6B;
	z-index: 99;
	cursor: pointer;
}
.menu-wrap p{
	font-size: 23px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 1rem;
}
.mainMenu{
	padding: 100px;
}

.main-menu{
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(92,172,199,.8);
	border-radius: 30px 0 0 30px;
	width: 260px;
	color: #fff;
	padding: 10px 0;
	overflow: hidden;
	display: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.main-menu.open{
	top: 100%;
	display: block;
}
.main-menu li a{
	display: block;
	color: #fff;
	padding: 12px 15px;
	font-size: 18px;
}
.main-menu li a img{
	width: 32px;
	margin-left: 15px;
	filter: invert(100%) sepia(0%) saturate(7497%) hue-rotate(325deg) brightness(100%) contrast(97%);
}
.main-menu li a:hover{
	background: #692E6B;
}
.navbar-nav>li>a{
	color: #fff;
	font-size: 20px;
	line-height: 34px;
	display: block;
	padding: 8px 0;
	margin-bottom: 10px;
}
.navbar-nav>li>a img{
	margin-left: 8px;
}
.serviceMenu{
	background: #692E6B url(../images/leftbglogo.svg) left 74px no-repeat;
	background-size: auto 100%;
	padding: 100px 35px;
	padding-left: 90px;
}
.service-modal a, .service-modal button{
	border: 1px solid #fff;
	padding: 8px 20px;
	display: block;
	width: 100%;
	color: #fff;
	background: none;
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 10px;
	text-align: right;
	position: relative;
}
.service-modal a:before, .service-modal button:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.service-modal a:hover:before, .service-modal button:hover:before {
	width: 100%;
}
.service-modal a:hover, .service-modal button:hover{
	color: #692E6B;
}
.service-modal img{
	margin-left: 8px;
}
.service-modal a:hover img, .service-modal button:hover img{
	filter: invert(24%) sepia(10%) saturate(5816%) hue-rotate(258deg) brightness(85%) contrast(90%);
}
.service-modal img, .service-modal span{
	position: relative;
	z-index: 1;
}
.slider-wrap{
	background: #F3F3F3;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.slide-image{
	padding-top: 50%;
}
.caption{
	position: absolute;
	right: 15px;
	top: 50%;
	left: 30%;
	transform: translateY(-50%);
	color: #fff;
	background: #692e6b80;
	padding: 15px;
	border-radius: 100px 0 0 100px;
	min-height: 170px;
	padding-left: 200px;
}
.caption h2{
	font-weight: 700;
}
.caption a.donateBtn{
	position: absolute;
	left: 10px;
	top: 10px;
	border: 1px solid #BDAE83;
	border-radius: 50%;
	font-size: 35px;
	color: #fff;
	font-weight: 700;
	padding: 5px;
}
.caption a.donateBtn span{
	width: 140px;
	height: 140px;
	text-align: center;
	padding: 10px;
	line-height: 50px;
	display: block;
	background: #692E6B;
	border-radius: 50%;
	border: 10px solid #BDAE83;
}
.slider-about{
	background: url(../images/logobg.svg) right top no-repeat;
	background-size: auto 100%;
}
.slider-about h3{
	color: #692E6B;
	font-size: 30px;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.slider-about h3:after{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 70px;
	border: 1px solid #BDAE83;
}
.slider-about a{
	color: #fff;
	background: #BDAE83;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 25px 0 0 25px;
}

.about-wrap{
	padding: 70px 0;
}
.entry-about-wrap{
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
.about-nav{
	background: #692E6B url(../images/logobg2.svg) center top no-repeat;
	color: #fff;
	background-size: 100%;
	padding: 70px;
	text-align: center;
}
.about-tabContact{
	background:  url(../images/logobglg.svg) center top no-repeat;
	background-size: 100%;
	padding: 70px;
}
.about-nav li{
	margin: 6px 0;
}
.about-nav li a{
	color: #fff;
	padding: 15px 50px;
	border: 1px solid #fff;
	display: block;
	max-width: 360px;
	margin: 0 auto;
	position: relative;
}
.about-nav li a span{
	position: relative;
}
.about-nav li a:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.about-nav li a:hover{
	color: #692E6B;
}
.about-nav li a:hover:before{
	width: 100%;
}
.about-nav li a.active{
	color: #692E6B;
	background: #fff;
}
.btn-primary{
	background-color: #692E6B;
	border-color: #692E6B;
}
.btn-primary:hover{
	color: #692E6B;
	border-color: #692E6B;
	background-color: #fff;
}
.media-center {
	background: #F3F3F3;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	position: relative;
}
.mediaContent{
	color: #fff;
	background: #692E6B url(../images/logobg2.svg) center top no-repeat;
	background-size: 100%;
	padding: 20px;
	text-align: center;
	padding-right: 80px;
}
.mediaTab {
	background: url(../images/logobg.svg) right top no-repeat;
	background-size: auto 100%;
	padding: 70px;
}
@media (min-width: 768px) {
	.heading {
		position: absolute;
		right: 15px;
		top: 0;
		color: #fff;
		z-index: 9;
		width: 50px;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.heading:before, .heading:after {
		content: '';
		position: absolute;
		right: 21px;
		top: 0;
		height: 31%;
	}

	.heading:after {
		top: auto;
		bottom: 0;
	}

	.heading h2 {
		transform: rotate(-90deg);
	}
}
.heading h2 {
	font-size: 30px;
	margin: 0;
	white-space: nowrap;
}

.modal-header .close{
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	color: #ea6d33;
	opacity: 1;
	font-size: 30px;
	outline: none;
}
.modal-title{
	color: #0A8396;
	font-size: 22px;
	padding-right: 60px;
	position: relative;
}
.modal-title:before {
	content: '';
	position: absolute;
	right: 0;
	top: 18px;
	width: 40px;
	border: 1px solid #692E6B;
}
.modal-content{
	border-radius: 30px;
}
@media (min-width: 992px){
	.modal-dialog{
		max-width: 1100px;
	}
	.e-services:before{
		content: '';
		position: absolute;
		left:50px;
		top:0;
		bottom:0;
		border-left: 1px solid #692E6B;
	}
}

.modal-header{
	border: none;
	position: relative;
	padding: 30px;
}

.post-title h1{
	font-size: 24px;
	color: #000;
	line-height: 30px;
}
.post-time{
	display: inline-block;
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #692E6B;
}
.post-time i{
	color: #692E6B;
	margin-left: 8px;
}
.share-post{
	padding-top: 25px;
}
.share-post>span{
	display: block;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dedede;
}
.share-post a{
	font-size: 18px;
	color: #5CACC7;
	display: inline-block;
	width: 28px;
	text-align: center;
}
.wrapper{
	padding: 50px 0;
}
.widget .title{
	margin-bottom: 25px;
	position: relative;
}
.title>.widget-title{
	font-size: 26px;
}

.title{
	margin-bottom: 35px;
	position: relative;
}
.title h2:after{
	content: '';
	position: absolute;
	right:0;
	bottom:0;
	width: 70px;
	border: 1px solid #BDAE83;
}
.title h2, .title h3{
	font-size: 30px;
	color: #692E6B;
	margin: 0;
	padding-bottom: 15px;
	position: relative;
}
.title h3 i{
	color: #692E6B;
	margin-left: 5px;
}
.page-title{
	padding: 90px 0 40px;
	background: #692E6B;
	color: #fff;
}
.aboutAccordion{
	padding: 30px 40px;
	background: #fff;
	border-radius: 30px;
	margin-bottom: 60px;
}
.aboutAccordion .card{
	border: none;
	background: none;
	text-align: right;
	color: rgba(0,0,0,.6);
	font-size: 18px;
	border-bottom: 1px solid #ebebeb;
	line-height: 26px;
	border-radius: 0;
}
.aboutAccordion .card:last-child{
	border: none;
}

.aboutAccordion .card .card-header{
	padding: 0;
	background: none;
	border: none;
}
.aboutAccordion .card .card-header .btn{
	text-align: right;
	padding: 0;
	line-height: 70px;
	color: #0A8396;
	font-size: 22px;
}
.aboutAccordion .card .card-header .btn .iconImg{
	padding: 10px;
	border-radius: 10px 10px 0 0;
	display: inline-block;
	margin-left: 20px;
	width: 70px;
	background: #692E6B;
	text-align: center;
}
.aboutAccordion .card-body{
	padding-top: 0;
	padding-right: 90px;
}
.aboutAccordion .card .card-header .btn.collapsed img{
	filter: invert(49%) sepia(68%) saturate(1559%) hue-rotate(341deg) brightness(97%) contrast(89%);
}
.aboutAccordion .card .card-header .btn img{
	filter: invert(100%) sepia(8%) saturate(7462%) hue-rotate(220deg) brightness(119%) contrast(97%);
}
.aboutAccordion .card .card-header .btn.collapsed .iconImg{
	background: none;
}
.modal-item{
	position: relative;
	display: inline-block;
}
.modal-item:before{
	content: '';
	position: absolute;
	left:0;
	width: 150px;
	height: 150px;
	top: 0;
	background: #fff;
	border-radius: 10px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.modal-item button{
	outline: none;
	position: relative;
	background: none;
	border: none;
	width: 150px;
	height: 150px;
	padding: 10px 0;
	color: #000;
	font-size: 16px;
}
.modal-item button img{
	display: block;
	margin: 0 auto 15px;
	filter: invert(49%) sepia(68%) saturate(1559%) hue-rotate(341deg) brightness(97%) contrast(89%);
}
.modal-item:hover:before{
	background: #692E6B;
	color: #fff;
	transform: rotate(45deg);
}
.modal-item:hover button{
	color: #fff;
}
.modal-item:hover img{
	filter: invert(100%) sepia(8%) saturate(7462%) hue-rotate(220deg) brightness(119%) contrast(97%);
}
.news-wrap, .projects-wrap{
	padding: 90px 0 110px;
	background-image: url("../images/bg-right.png");
	background-position: right bottom;
	background-size: auto 100%;
}
.nav-tabs{
	border:none
}
.nav-pills .nav-link{
	border-radius: 0;
	background: #BDAE83;
	font-size: 18px;
	padding: 10px 25px;
	color: #fff;
	border-color: #BDAE83;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
}
.nav-pills li:first-child .nav-link{
	border-radius: 0 40px 40px 0;
}
.nav-pills li:last-child .nav-link{
	border-radius: 40px 0 0 40px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link,
.nav-pills .nav-link:hover{
	background: #692E6B;
	color: #fff;
	border-color: #692E6B;
}
.more-btn{
	text-align: left;
}
.btn{
	border-radius: 10px;
	padding: 10px 50px;
}
.btn-warning{
	background: #BDAE83;
	border-color: #BDAE83;
	color: #fff;
}
.btn-warning:hover{
	background: #fff;
	border-color: #BDAE83;
	color: #BDAE83;

}
.py-6{
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.post-item{
	background: #fff;
	border-radius: 10px;
	margin-bottom: 30px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}
.swiper-slide .post-item{
	margin: 5px;
}
.post-thumb{
	border-radius: 10px 10px 0 0;
}
.post-thumb>a{
	display: block;
	padding-top: 70%;
	border-radius: 10px 10px 0 0;
}
.post-info{
	padding: 20px 25px;
}
.post-info h3{
	font-size: 18px;
	color: rgba(0,0,0,.6);
	margin-bottom: 15px;
	line-height: 28px;
}
.post-info h3 a{
	color: rgba(0,0,0,.6);
}
.post-info time{
	color: rgba(0,0,0,.6);
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}
.post-info time i{
	color: #692E6B;
	margin-left: 5px;
}
.postMore{
	text-align: left;
}
.postMore>a{
	display: inline-block;
	color: #fff;
	background: #BDAE83;
	border-radius: 20px 0 0 20px;
	padding: 8px 15px;
}
.media-tab .nav-item{
	margin-bottom: 10px;
}
.media-tab .nav-item .nav-link{
	background: #fff;
	border: none !important;
	color: #692E6B;
	padding: 15px 25px;
	border-radius: 0;
	text-align: center;
	position: relative;
	font-size: 20px;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
}
.media-tab .nav-item .nav-link:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: #692E6B;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.media-tab .nav-item.show .nav-link, .media-tab .nav-link.active,.media-tab .nav-link:hover{
	color: #fff;
	background: none;
}
.media-tab .nav-item .nav-link:hover:before, .media-tab .nav-item .nav-link.active:before{
	width: 100%;
}
.media-tab .nav-item .nav-link span{
	position: relative;
	z-index: 1;
}
.media-item{
	border: 2px solid #fafafa;
	padding: 10px;
	background: #ebebeb;
	min-height: 126px;
}
.media-item a{
	color: #323232;
	display: flex;
	align-items: center;
}
.media-item .media-img{
	width: 120px;
	padding-top: 100px;
	float: right;
	margin-left: 15px;
	min-width: 120px;
}
.media-item h3{
	font-size: 16px;
	margin: 0 0 10px;
	line-height: 22px;
	/* height: 90px; */
}
.media-item time{
	font-size: 12px;
	color: #999;
}

.report-item{
	border: 1px solid #ebebeb;
	padding: 15px;
	margin-bottom: 30px;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}
.report-img{
	padding-top: 60%;
	margin: 0 0 15px;
}
.report-item h3{
	font-size: 16px;

	padding-bottom: 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #ebebeb;
	line-height: 22px;
	color: #333;
}
.report-item ._download{
	display: inline-block;
	color: #333;
	padding: 6px 20px;
	min-width: 120px;
	text-align: center;
	border: 1px solid #ebebeb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.portfolio-item{
	border-radius: 10px;
}
.portfolio-item>a{
	display: block;
	padding-top: 70%;
	margin-bottom: 30px;
	position: relative;
}
.portfolio-box{
	margin: 0 0 30px;
	background-size: cover;
	border-radius: 10px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}

.portfolio-box>a{
	padding-top: 75%;
	position: relative;
	display: block;
}
.portfolio-box>a:before,.portfolio-item>a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: rgba(105,46,107,0.6);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	border-radius: 10px;
}
.video-box i{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	color: #fff;
	font-size: 35px;
}
.portfolio-box>a h3, .portfolio-item>a i, .portfolio-item>a h3{
	position: absolute;
	left: 0;
	right:0;
	top: 80%;
	padding: 10px;
	color: #fff;
	margin: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-top: 50px;
	opacity: 0;
}
.portfolio-box:hover>a:before, .portfolio-box:hover>a h3, .portfolio-item:hover>a:before, .portfolio-item:hover>a i, .portfolio-item:hover>a h3{
	opacity: 1;
	margin: 0;
}
.client-item{
	background: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 15px;
	height: 150px;
	line-height: 130px;
	border: 1px solid #ebebeb;
}
.client-item img{
	max-height: 130px;
}
.team-wrap{
	padding: 70px 0;
}
.join-team{
	padding: 30px 70px;
	padding-right: 80px;
	background: #692E6B;
	border-radius: 0 200px 200px 0;
	color: #fff;
}
.join-team h3{
	font-size: 32px;
	margin-bottom: 20px;
}
.join-team p{
	margin-bottom: 15px;
}
.team-item{
	margin-bottom: 30px;
	border: 1px solid #ebebeb;
	border-radius: 10px;
}
.team-thumb,.team-img{padding-top: 65%;
	border-radius: 10px 10px 0 0;background-color: #f2f2f2}
.team-info{
	min-height: 80px;
	background: #692E6B;
	border-radius: 0 0 10px 10px;
	padding: 12px;
	text-align: center;
	color: rgba(255,255,255,.8);
}
.team-info h3{
	font-size: 16px;
	margin-bottom: 10px;
}
.counter-wrap{
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	background: #F3F3F3;
}
.counter-items{
	color: #fff;
	background: #692E6B url(../images/logobg2.svg) center top no-repeat;
	background-size: 100%;
	padding: 100px 30px;
	text-align: center;
	padding-right: 110px;
}
.counter-text{
	background: url(../images/logobg.svg) right top no-repeat;
	background-size: auto 100%;
	padding: 70px;
}
.counter-box{
	padding: 20px;
	text-align: center;
	border: 1px solid #fff;
}
.counter-box .counter{
	font-size: 45px;
	font-weight: 700;
	line-height: 70px;
}
.counter-wrap .heading:after, .counter-wrap .heading:before{
	height: 26%;
}
.counter-text h3{
	color: #692E6B;
	font-size: 30px;
}
.morebtn{
	color: #fff;
	background: #BDAE83;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 25px 0 0 25px;
}
.morebtn:hover{
	background: #692E6B;
}
.title-page{
	padding: 90px 0 40px;
	background: #692E6B url(../images/logobg2.svg) center center repeat-x;
}
.title-page h1{
	font-size: 30px;
	color: #fff;
	margin: 0;
}
.breadcrumbs{
	text-align: right;
	color: #fff;
}
.breadcrumbs a{
	color: #fff;
}

.contact-block{
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.contact-info{
	padding: 35px;
}
.contact-info h3{
	font-size: 26px;
	color: #692E6B;
	line-height: 2.2rem;
	margin-bottom: 20px;
}
.map-wrap{
	position: relative;
	padding-top: 68%;
}
.map-wrap iframe{
	position: absolute;
	left:0;
	top:0;
	height: 100%;
	width: 100%;
	border-radius: 30px 0 0 30px;
}
.contact-info li{
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 10px;
}
.contact-info li i{
	margin-left: 10px;
	color: #692E6B;
}

footer{
	background: #692E6B;
	padding: 40px 0;
	color: #fff;
}

.copyright{
	font-size: 18px;
	padding: 15px 0;
}
footer h3{
	font-size: 30px;
	line-height: 2.3rem;
}

footer .social li a{
	color: #fff;
}
.contact-form{
	color: #fff;
	background: #692E6B url(../images/logobg2.svg) center top no-repeat;
	background-size: 100%;
	padding: 20px;
	text-align: center;
	padding-right: 80px;
}
.contact-form h3{
	color: #692E6B;
}
/* Go to top icon */
#topcontrol {
	z-index: 999;
	width: 50px;
	background-color: #692e6b;
	border-radius: 50%;
	height: 50px;
	text-align: center;
	font-size: 24px;
	position: fixed;
	bottom: -100px;
	right: 20px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #fff;
	padding: 10px;
}

#topcontrol i {
	position: relative;
	z-index: 1;
}
.donor-box{
	margin-bottom: 30px;
	text-align: center;
	padding: 50px;
	position: relative;
}
.donor-box:before{
	content: '';
	position: absolute;
	left: 50%;
	width: 170px;
	height: 170px;
	top: 50%;
	margin: -85px 0 0 -85px;
	background: #fff;
	border-radius: 10px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}
.donor-box:hover:before{
	background: #692E6B;
	color: #fff;
}
.donor-box a{
	display: block;
	color: #323232;
	padding: 20px 0;
	position: relative;
	z-index: 9;
}
.donor-box:hover a{
	color: #fff;
}
.donor-box a span{
	display: inline-block;
	margin-bottom: 15px;
}
.donor-box a img{
	height: 35px;
}
.donor-box:hover a img{
	filter: invert(100%) sepia(8%) saturate(7462%) hue-rotate(220deg) brightness(190%) contrast(150%);

}
.donor-box a img, .donor-box a i{
	font-size: 35px;
	max-height: 35px;
}
.donor-box a h3{
	font-size: 16px;
}
.single-article, .inner-wrap{
	padding: 30px 25px;
	border-radius: 30px;
	background: #fff;
	border: 1px solid #ebebeb;
}
.inner-header .sponsorsImgs img{
	filter: invert(100%) sepia(40%) saturate(0%) hue-rotate(61deg) brightness(230%) contrast(290%);
	max-height: 75px;
}
.project-details{
	background: #fff;
	border-radius: 20px;
}
.project-details .breadcrumb{
	padding: 10px 15px;
	margin: 0;
	background: #f9f9f9;
}
.project-title{
	padding: 20px 30px;
}
.archive-title{
	padding: 20px 30px;
	border-bottom: 1px solid #ebebeb;
	margin: 0 0 20px;
}
.project-title h1,.archive-title h1{
	font-size: 19px;
	display: inline-block;
}
.share-project{
	float: left;
}
.share-project a{
	display: inline-block;
	width: 33px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #41a0dc;
	color: #fff;
}
.share-project a.tw{
	background: #5286fa;
}
.share-project a.fc{
	background: #1f428f;
}
.share-project a.gp{
	background: #df330b;
}
.share-project a.wts{
	background: #54ac1c;
}
.project-img{
	padding-top: 61%;
}
.project-inner{
	padding: 30px;
}
.project-inner time{
	display: block;
	color: rgba(0,0,0,.2);
	margin-bottom: 15px;
}
.project-tag{
	background: #f2f2f2;
	padding-bottom: 5px;
}
.project-tag h3{
	padding: 10px 20px;
	margin: 0;
	color: #333;
	font-size: 18px;
}
.ptags{
	padding: 15px 20px;
	background: #f9f9f9;
}
.ptags a{
	display: inline-block;
	margin: 0 7px;
	padding: 10px 5px;
	color: #323232;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.ptags a:hover{
	color: #b3e8d5;
	border-top: 1px solid #b3e8d5;
	border-bottom: 1px solid #b3e8d5;
}
.others_proj{/* background: #f9f9f9 */}
.others_proj>h3{
	/* background: #fff; */
	font-size: 18px;
	color: #063058;
	margin: 0;
	padding: 0 0 15px;
	border-bottom: 2px solid #f2f2f2;
	margin-bottom: 15px;
}
.file-item{
	margin: 0 0 25px;
	justify-content: space-between;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #ebebeb;
}
.file-item h3{
	font-size: 16px;
	font-weight: 700;
	margin: 0;
}
.file-item a{
	color: #323232;
}
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow{
	left: 0;
	right: auto;
}
@media (max-width: 768px) {
	.title h2, .title h3{
		margin-bottom: 15px;
	}
	.mainMenu, .serviceMenu{
		padding: 20px 15px;
	}
	.menu-wrap{
		width: 320px;
		max-width: 100%;
	}
	.mainMenu{
		padding-top: 70px;
	}
	.site-logo img{
		max-height: 50px;
	}
	.vision2032 img{
		max-height: 60px;
	}
	.nav-menu{
		margin: 0;
	}
	.nav-menu:before{
		bottom:0;
	}
	.navbar-brand{
		color: #fff;
		font-size:16px;
		display: block;
	}
	.navbar-toggler{
		border: 1px solid #fff;
		color: #fff;
		margin: 5px 0;
		padding: 10px 15px;
	}
	.pullLeft,.pullRight{
		float: none;
	}
	.home .menuBar{display: block}
	.col-xs-6:nth-child(2n+1){
		clear: both;
	}
	.share-div,.slide-img:after{display: none}
	.slide-image{
		padding-top: 75%;
	}
	.caption {
		right: 0;
		bottom: 0;
		padding-left: 90px;
		left: 20px;
		top: auto;
		transform: translateY(0);
		min-height: 100px;
	}
	.caption h2{
		font-size: 22px;
	}
	.caption p{
		display: none;
	}
	.caption a.donateBtn{
		left: 5px;
		top: 5px;
	}
	.caption a.donateBtn span{
		width: 80px;
		height: 80px;
		font-size: 18px;
		line-height: 26px;
		border-width: 3px;
	}
	.counter-items, .counter-text, .mediaTab, .mediaContent, .contact-form{
		padding: 20px 15px;
	}
	.heading{
		margin-bottom: 20px;
		text-align: center;
	}
	.about-nav{
		padding: 20px 15px;
	}
	.header-about{
		padding: 20px 0 1px;
	}
	.header-about .azm-logo img{
		max-height: 60px;
	}
	.map-wrap iframe{
		border-radius:0 0 30px 30px
	}
	.join-team{
		margin-bottom: 20px;
		border-radius: 15px;
	}
	.nav-pills li:first-child .nav-link{
		border-radius: 0;
	}
	.nav-pills li:last-child .nav-link{
		border-radius: 0;

	}
	.title h2, .title h3{
		font-size: 26px;
		font-weight: 600;
	}

	.aboutAccordion{
		margin-bottom: 25px;
		padding: 20px;
	}
	.about-Modal{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.modal-item{
		margin: 5px;
	}
	.news-wrap, .projects-wrap{
		padding: 35px 0;
	}

	.entry-counter{
		padding: 30px  0px;
	}
	.counter-item:before{
		left: -15px;
		width: auto;
		right: -15px;
		top: -15px;
		bottom: -15px;
	}
	.counter-icon img{
		height: 35px;
	}
	.entry-counter .counter{
		font-size: 26px;
		line-height: 30px;
	}
	.social-wrap, .media-center,.team-wrap{
		padding: 35px 0;
	}
	.inner-header .header-wrapper .header-menu{
		padding: 4px 0;
	}
}
