*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none !important;
	list-style: none;
	font-family: tajawal;
}
body{
	background-color: #FFFFFF !important;
}
.logo{
	height: 80px;
}
.navbar{
	padding: 100px;
	width: 100%;
	position: fixed !important;
	z-index: 22;
}
.nav-icon{
	position: relative;
}
.not-tooltip-text{
	display: none;
}
.tooltip-text{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	background-color: #FFFFFF;
	color: #C6003A;
	white-space: nowrap;
	padding: 2px 5px;
	border-radius: 3px;
	font-size: 12px;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s ease;
}
.tooltip-text::after{
	content: "";
	position: absolute;
	left: 43%;
	top: 100%;
	transform: translateX(-50%);
	background-color: #FFFFFF;
	padding: 5px;
	transform: rotate(45deg);
	margin-top: -5px;
}
.nav-icon:hover .tooltip-text{
	margin-top: -22px;
	visibility: visible;
	opacity: 1;
}

.main-content{
	padding-top: 138px;
}
.nav-item a{
	font-size: medium;
}
.bg-light-red{
	background-color: #C6003A !important; 
}
.text-light-red{
	color: #C6003A !important;
}
.login-svg{
	rotate: 180deg;
}


#hide_password_icon{
	display: none;
}
.cursor-pointer{
	cursor: pointer;
}

.carousal{
	position: relative;
	height: 700px;
	border: none !important;
	border-radius: 0 !important;
}

.carousal img{
	height: 700px;
	object-fit: cover;
	border-radius: 0 !important;
}

.carousal-overlay{
	height: 700px;
	position: absolute;
	left: 0;
  	top: 0;
	width: 100%;
	background-color: #00000082;
}
.cairo-font{
	font-family: cairo;
}
.carousal-text{
	padding: 120px 70px 10px 70px;
}
.carousal-text-custom{
	padding: 50px 70px 10px 70px;
}
.carousal-text p{
	font-size: 50px;
	font-weight: 700;
}
.carousal-text-custom .def{
	font-size: 25px;
	line-height: 1.6;
	padding-top: 10px;
	padding-bottom: 10px;
}
.gradient-bg{
	background-image: linear-gradient(98deg, #C1003A, #C1305C);
}
.text-slides{
	display: none;
	min-height: 180px;
	padding: 10px;
	font-size: 20px;
}
.carousal-box{
	height: 250px;
	font-size: 20px;
}
.fading {
	animation-name: fade;
	animation-duration: 1.5s;
}
contact-container{
	min-height: 300px;
}
textarea{
	resize: none !important;
}
@keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}
  
.btn{
	border: none !important;
	outline: none !important;
}
.whole-section{
	padding-top: 80px;
	padding-bottom: 20px;
}
.all-cards-container .card-container{
	display: none;
}
.light-red-bottom-border{
	border-bottom: 2px solid #C1003A !important;
}
.whole-card{
	height: 410px !important;
}
.image-box{
	position: relative;
	height: 250px !important;
}
.card-img-top{
	height: 250px !important;
	object-fit: cover !important;
}
.curve-box{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	transform: rotateY(180deg);
}
.card-text{
	text-align: justify;
	text-justify: inter-word;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.reflect-y{
	transform: rotateY(180deg);
}

.who-are-we{
	font-size: 20px;
}
.iframe-container{
	max-width: 1000px;
	margin: 0 auto;
}

.iframe{
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
	border: 1px solid #C1003A;
}
.iframe > iframe{
	position: absolute;
	width: 100%;
	height: 100%;
}

.about-image{
	min-height: 200px;
}
.album-image{
	height: 300px;
}
.bg-hover-light{
	filter: grayscale(30%);
	transition: 0.7s;
}
.bg-hover-light:hover{
	background-color: #fafafa;
	filter: grayscale(0%);
	transform: scale(1.1);
}
.whole-model{
	height: auto !important;
}
.modal-dialog{
	height: 100vh !important;
}
.modal-content{
	background-color: #00000000 !important;
	border: 0 !important;
}
.footer-container{
	min-height: 140px;
}
.details{
	padding: 340px 30px 30px 30px;
	min-height: 800px;
	margin-top: -200px;
}
.details strong{
	font-size: 18px;
	line-height: 34px;
	max-width: 450px !important;
	padding: 10px 15px;
}
.details p{
	padding: 30px 30px 0 30px;
	line-height: 35px;
	font-size: 18px;
	text-align: justify;
	text-justify: inter-word;
}
.show-image{
	max-height: 600px;
	max-width: 1100px;
}
.show-image img{
	max-height: 600px;
}
.like-share{
	height: 40px;
}
.show-date{
	font-size: 16px;
}
@media all and (max-width: 1399px) and (min-width: 1199px){
	.whole-card{
		height: 380px !important;
	}
	.image-box{
		height: 220px !important;
	}
	.card-img-top{
		height: 220px !important;
	}
}

@media all and (max-width: 1399px){
	.main-content{
		padding-top: 105px;
	}
}

@media all and (max-width: 991px){
	.logo{
		height: 60px;
	}
	.main-content{
		padding-top: 85px;
	}
	.whole-card{
		height: 450px !important;
	}
	.image-box{
		height: 270px !important;
	}
	.card-img-top{
		height: 270px !important;
	}
	.about-image .about-text{
		padding-top: 20px;
		text-align: center;
	}
	.contact-bg{
		padding-top: 50px;
	}
}

@media all and (max-width: 800px){
	.carousal-text{
		padding: 90px 10px 10px 10px;
	}
	.carousal-text-custom{
    	padding: 50px 10px 10px 10px;
    }
	.carousal-text-custom .def{
		font-size: 22px;
		line-height: 1.4;
	}
}

@media all and (max-width: 768px){
	.whole-card{
		height: 380px !important;
	}
	.image-box{
		height: 200px !important;
	}
	.card-img-top{
		height: 200px !important;
	}
}

@media all and (max-width: 767px){
	.details{
		margin-top: -270px;
	}
	.details p{
		padding: 20px 0 0 0;
		font-size: 18px;
	}
	.not-tooltip-text{
		display: inline-block;
	}
	.tooltip-text{
		display: none;
	}
}

@media all and (max-width: 575.5px){
	.whole-card{
		height: 600px !important;
	}
	.image-box{
		height: 420px !important;
	}
	.card-img-top{
		height: 420px !important;
	}
}

@media all and (max-width: 510px){
	.whole-card{
		height: 550px !important;
	}
	.image-box{
		height: 370px !important;
	}
	.card-img-top{
		height: 370px !important;
	}
}

@media all and (max-width: 460px){
	.carousal-text{
		padding: 85px 20px 10px 20px;
	}
	.carousal-text p{
		font-size: 40px;
		font-weight: 700;
	}
	.carousal-box{
		font-size: 18px;
	}
	.whole-card{
		height: 510px !important;
	}
	.image-box{
		height: 330px !important;
	}
	.card-img-top{
		height: 330px !important;
	}
	.carousal-text-custom{
    	padding: 60px 10px 10px 10px;
    }
	.carousal-text-custom .def{
		font-size: 20px;
		line-height: 1.4;
	}
}

@media all and (max-width: 400px){
	.whole-card{
		height: 470px !important;
	}
	.image-box{
		height: 290px !important;
	}
	.card-img-top{
		height: 290px !important;
	}
}