@font-face{
	font-family: abu-ela;
    src: url("../font/Abuela.ttf");
}
@font-face{
	font-family: army-thin;
    src: url("../font/Army/Army_Thin.ttf");
}

@font-face{
	font-family: poppins-bold;
    src: url("../font/Poppins/Poppins-Bold.ttf");
}
@font-face{
	font-family: poppins-light;
    src: url("../font/Poppins/Poppins-Light.ttf");
}

@font-face{
	font-family: poppins-thin;
    src: url("../font/Poppins/Poppins-Thin.ttf");
}
@font-face{
	font-family: poppins-medium;
    src: url("../font/Poppins/Poppins-Medium.ttf");
}
@font-face{
	font-family: poppins-regular;
    src: url("../font/Poppins/Poppins-Regular.ttf");
}
@font-face{
	font-family: roboto-bold;
    src: url("../font/Roboto/Roboto-Bold.ttf");
}
@font-face{
	font-family: roboto-light;
    src: url("../font/Roboto/Roboto-Light.ttf");
}
@font-face{
	font-family: roboto-medium;
    src: url("../font/Poppins/Roboto-Medium.ttf");
}
@font-face{
	font-family: roboto-regular;
    src: url("../font/Poppins/Roboto-Regular.ttf");
}

body{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: poppins-regular;
	direction: rtl;
}
p{
	color: #777;
	font-size: 14px;
	font-family: poppins-regular;
}
ul{
	list-style-type: none;
	padding-right: 0px;
}
li{
	list-style-type: none;
	padding-right: 0px;
}

h2{
	font-size: 2.0rem;
	
}
h4{
	font-size:20px;
	font-family: abu-ela;
}
a{
	color: #101010;
	font-size: 14px;
	font-family: poppins-regular;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

.full_solid_logo_bar{
	display: none;
}
.language-flex{
	display: none;
}

.upper_header{
	width: 100%;
	position: relative;
	background-color: #082618;
	padding-top: 10px;
	padding-bottom: 10px;
}
.flex_upper_header{
	display: flex;
	justify-content: space-between;

}
.left_area{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contact_till{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 90px;
}
.contact_till .dropdown button{
	color: #fff;
	font-size: 14px;
	background-color: transparent;
	outline: none;
	border: none;
}
.contact_till a:nth-child(2){
	margin-right: 12px;
}
.contact_till a{
	color: #f9f9f9;
	font-family: abu-ela;
	font-weight: 100;
   
    text-decoration-line: none;
}
.contact_till a img{
	width: 18px;
	opacity: 50%;
}

.right_area{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.right_area select{
	background-color: transparent;
	color: #fff;
	font-size: 14px;
	outline: none;
	border:none;
	font-family: abu-ela;
}
.middle_header{
	width: 100%;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
.middle_address_text{
	max-width: 100%;
	margin-top: 15px;
}
.logo_new{
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background-color: #082618;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	position: relative;
	margin-bottom: -110px;
	z-index: 1000;
}
.logo_new img{
	max-width: 100%;
	max-height: 100%;
}
.middle_address_text h2{
font-family: army-thin;
color: #bd2026;
font-weight: 600;
font-size: 3.0rem;
text-transform: uppercase;
}
.middle_address_text p{
	font-family: poppins-bold;
	font-size: 17px;
}
.middle_address_text h2,
.middle_address_text p{
	display: block;
	line-height: 35px;
}
.flex_mid_banner{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header_area{
	background-color: #fff;
	width: 100%;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
.logo img{
	max-width: 100%;
}
.address_header{
	margin-top: 20px;
}
.address_header h2{
	color: #000000;
	font-family: abu-ela;
	font-weight: bold;
	font-size: 2.5rem;
}
.address_header h2,
.address_header p{
	display: block;
	line-height: 25px;
}

.navbar-brand{
	display: none;
}
.navbar{
	background-color: #00a651;
}

.navbar .nav-item .nav-link{
	color: #101010;
	font-size: 13px;
	margin-left: 5px;
	margin-right: 5px;
	font-family: abu-ela;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.navbar .nav-item .active{
	font-weight: bold;
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	

 
.dropdown-menu{
	border-bottom: 5px solid #082c5e;
	transition: 0.5s;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
    color: #101010;

}
.dropdown-menu .dropdown-item{
	color: #101010;
}
.banner_item{
	width: 100%;
	position: relative;
	height: 90vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner_caption {
	position: absolute;
	max-width: 800px;
	top: 35%;
}
.banner_caption h1{
	font-size: 3.5rem;
	color: #fff;
	font-family: roboto-bold;
	display: block;
	line-height: 50px;
}
.banner_caption p{
	color: #f5f5f5;
	font-family: roboto-light;
	margin-top: 15px;

}
.btn_radius{
	background-color: #bd2026;
	padding: 10px 25px 10px 25px;
	border-radius: 30px;
	color: #fff;
	font-family: roboto-bold;
	font-size: 13px;
	outline: none;
	border:none;
	text-transform: uppercase;
}
.btn_radius:hover{
	background-color: #70070b;
	color: #fff;
}
.banner_slide .owl-nav .owl-prev{
	position: absolute;
	top: 40%;
	left: 20px!important;
	width: 45px!important;
	height: 45px!important;
	background-color: rgba(0,0,0,0.8)!important;
	border-radius: 50%!important;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff!important;
	font-size: 14px;
}
.banner_slide .owl-nav .owl-next{
	position: absolute;
	top: 40%;
	right: 20px!important;
	width: 45px!important;
	height: 45px!important;
	background-color: rgba(0,0,0,0.8)!important;
	border-radius: 50%!important;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff!important;
	font-size: 14px;
}

.slides_box{
	background-color: #fff;
	padding: 25px;
	border-radius: 15px;
}
.slides_box .icon_react{
	width: 50px;
	height: 50px;
	background-color: #00a651;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	border-radius: 5px;
}

.slides_box .icon_react img{
	max-width: 100%;
	max-height: 100%;
}
.slide-item .owl-stage-outer {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px);
}

.slides_box h4{
	font-family: poppins-medium;
	color: #101010;
	margin-top: 25px;
	font-size: 15px;
}
.sliding_area{
	position: relative;
	margin-top: -100px;
}

.section_padding{
	padding-top: 50px;
	padding-bottom: 50px;
}
.section_title span{
	font-family: poppins-bold;
	color: #082618;
	text-transform: uppercase;
	font-size: 14px;
}
.section_title h2{
   font-family: poppins-thin;
   color: #101010;
}
.section_title h2 b{
	font-family: poppins-medium;
}
.notice_board {
	position: relative;

}
.notice_board img{
	width: 100%;
	filter: drop-shadow(1px 12px 10px #cccccc);



}
.notice_board_text_box{
	position: absolute;
	top: 230px;
	max-width: 100%;
	z-index: 120;
	color: #101010;
	left: 90px;
	right: 90px;
}
 .marquee-height{
   overflow: hidden;
   height: 300px;
}

.notice_board_text_box h4{
	color: #fff;
	
}
.notice_board_text_box p{
	color: #f5f5f5;
}

.notice_board_text_box ul{
	margin-top: 25px;
}

.notice_board_text_box ul li{
	font-size: 15px;
	color: #f6f6f6;
	font-family: poppins-light;
	 position: relative;
  padding-right: 1.2em;  /* space to preserve indentation on wrap */
  margin: 15px 0px 15px 0px;
}
.notice_board_text_box ul li a{
	color: #fff;
}
.notice_board_text_box ul :before{
	content: ' \2022'; 
  position: absolute;
  right: 0;  /* place the SVG at the start of the padding */
  width: 1.5em;
  height: 1.5em;
  font-weight: bold;
  color: #bd2026;
  top: 2px;
}

.activities_area{
	background-color: #99ffcb;
}



.middle_width{
	max-width: 700px;
	margin: auto;
}
.activity_tiles {
	position: relative;
	margin-top: 25px;
}
.activity_tiles .activity_img{
	position: relative;
	overflow: hidden;
}
.activity_tiles .activity_img img{
	width: 100%;
	transition: 0.5s;
	transform: scale(1);
}
.activity_tiles:hover .activity_img img{
	transform: scale(1.1);
}
.activity_tiles .activity_details{
	background-color: #fff;
	padding: 20px;
	
}
.activity_tiles .activity_details h4 a{
	color: #101010;
	font-size: 18px;
	font-family: poppins-regular;
	text-align: center;
	display: block;
}

.member_area{
	background-image: url(../images/member_bg.jpg);
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    height: 50vh; 
} 

.member_acption{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 600px;
	margin: auto;
	text-align: center;
}
.member_acption h2{
	color: #fff;
	margin-bottom: 15px;
}
.member_acption p{
	color: #fff;
}

.section_item{
	margin-top: 50px;
	text-align: center;
}
.section_item .section_img{
	border-radius: 40px;
	height: 100px;
	border:3px solid #bd2026;
	transition: 0.5s;
	margin-bottom: 25px;
}
.section_item .section_img img{
	border-radius: 40px;
	width: 100%;
	object-position: center;
	object-fit: cover;
	height: 100px;
	margin-bottom: 20px;
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.section_item:hover .section_img img{
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

.section_item h4{
	color: #fff;
	font-family: RobotoSlab-regular;

}
a{
	text-decoration-line: none;
}

.section_img{
	 position: relative;
	 overflow: hidden;
}
.section_img img{
	transition: 0.5s;
	
}
.section_slide  .owl-nav .owl-prev{
    position: absolute;
	left: -100px;
	top: 40%;
	width: 30px;
	height: 30px;
	background-color: #101010!important;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff!important;
}

.section_slide  .owl-nav .owl-next{
    position: absolute;
	right: -100px;
	top: 40%;
	width: 30px;
	height: 30px;
	background-color: #101010!important;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff!important;
}



.subscription_area{
	background-color: #00a651;
	padding-top: 30px;
	padding-bottom: 30px;
}
.mail_box{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-left: 1px solid #fff;
	padding-left: 10px;

}
.mail_box .mail_text{
	margin-right: 25px;
	margin-top: 15px;
}
.mail_box .mail_text h4{
	text-transform: uppercase;
	color: #fff;
	font-family: abu-ela;
	position: relative;
}

.mail_box .mail_text p{
	color: #fff;
	margin-top: 20px;
}
.mail_header{
	position: relative;
}
.mail_header::before{
	position: absolute;
	
	left: 0;
	right: 0;
	top: 35px;
	width: 100px;
	content: "";
	height: 2px;
	background-color: #fff;
}

.subscription_form{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 20px;
	position: relative;

}
.subscription_form input{
	outline: none;
	border:1px solid #fff;
	border-radius: 30px;
	padding: 15px 50px 15px 30px;
	background-color: #36b976;
	font-size: 14px;
	color: #fff;
	width: 100%;
}
.subscription_form input::placeholder{
	font-size: 14px;
	color: #fff;
	font-family: Roboto-Light;

}
.subscription_form button{
	position: absolute;
	right: 10px;
	top: 10px;
	bottom: 10px;
	background-color: transparent;
	color: #ffffff;
	font-size: 20px;
	outline: none;
	border:none;

}
.subscription_area{
 padding: 25px;
 position: relative;
 margin-bottom: -80px;
 z-index: 100;
}

footer{
	background-color: #000000;
	padding-top: 200px;
	padding-bottom: 50px;
}

.footer_address{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;


	}
.footer_address p{
	margin-right: 20px;
	margin-top: 10px;
	color: #f1f1f1;
}

.border_class{
	border-bottom: 1px solid #777;
	padding-bottom: 15px;
}
.footer_header h4{
	color: #fff;
	font-family: poppins-regular;
	text-transform: uppercase;
}
.footer_header span{
	font-family: Poppins-medium;
	color: #fff;
}
.footer_content , .news_letter_area{
	margin-top: 20px;
}
.footer_content{
	position: relative;
}


.footer_content ul{
	list-style: none;
     padding-right: 0;
}
.footer_content ul li{
  color: #fff;	
  position: relative;
  padding-right: 1.2em;  /* space to preserve indentation on wrap */
  margin: 15px 0px 15px 0px;
  font-size: 14px;

}
.footer_content ul :before{
  content: ' \00BB';
  position: absolute;
  right: 0;  /* place the SVG at the start of the padding */
  width: 2em;
  height: 2em;
  font-weight: bold;
  color: #777;
  top: -5px;
}
.footer_content ul li a{
	color: #fff;
	 font-family: poppins-regular;
}
.news_letter_tiles{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.news_letter_tiles img{
	border-radius: 5px;
	height: 80px;
	width: 80px;
	object-fit: cover;
	object-position: center;
}
.news_letter_tiles .news_letter_details{
	margin-right: 20px;
}
.news_letter_tiles .news_letter_details a{
	color: #fff;
	font-family: poppins-regular;
	font-size: 16px;
	transition: 0.5s;
}
.news_letter_tiles .news_letter_details p{
	margin-top: 10px;
}
.news_letter_area:hover .news_letter_tiles .news_letter_details a{
	color: #e83f06;
}
.down_footer{
	border-top:1px solid #777;
	padding-top: 20px;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.down_footer span{
	color: #fff;
	font-size: 14px;
}
.down_footer span a{
	color: #000;
	font-size: 14px;
}
.down_footer ul li{
  display: inline-block;
  margin-right: 10px;
}
.down_footer ul li a{
	width: 35px;
	height: 35px;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 14px;
	color: #fff;
	transition: 0.5s;
}
.down_footer ul li a:hover{
	background-color: #ffffff;
	color: #00be59;
}

.text_theme h2{
  color: #082c5e;
}
.footer_content p{
	color: #fff;
}

#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}



.inner_banner{
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height:30vh;
	background-attachment: fixed;
}
.inner_banner_caption{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.inner_banner_caption h2{
	color: #fff;
	font-family: abu-ela;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}



.about_img img{
	width: 100%;
}



.login_header{
	margin-top: 30px;
}

.login_header .nav-tabs{
	background: #fff;
}
.login_header .nav-tabs .nav-item:nth-child(2) .nav-link{
	border-right: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
}
.login_header .nav-tabs .nav-item .nav-link{
	background: #fff;
	outline: none;
	border:none;
	padding: 15px 20px 15px 20px!important;
	font-size: 14px;  
	border-radius: 0px;
	color: #777;
	position: relative;
	
}
.login_header .nav-tabs .nav-item:first-child .nav-link{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.login_header .nav-tabs .nav-item:last-child .nav-link{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.login_header .nav-tabs .nav-item .active{
	background: #bd2026;
	color: #fff;
}

.login_body{
	margin-top: 40px;
}
.login_form .form_title{
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #bd2026;
	margin-bottom: 20px;
}
.login_form .form_title h4{
	font-size: 15px;
	font-family: poppins-medium;
	color: #101010;

}
.login_form .form_title p{
	font-size: 13px;
	color: #777;
}
.login_form .form_title p a{
	color: #0463a3;
	text-decoration-line: underline;
}
.login_form{
	background: #fff;
	padding: 20px 30px 20px 30px;
	border-top: 4px solid #bd2026;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.login_form .input_tiles{
	position: relative;
	margin-bottom: 25px;
}
.login_form .input_tiles input[type="text"],
.login_form .input_tiles input[type="password"],
.login_form .input_tiles input[type="email"]{
	width: 100%;
	outline: none;
	border:1px solid #777;
	border-radius: 5px;
	padding: 10px 10px 10px 40px;
}
.login_form .input_tiles input::placeholder{
	font-size: 14px;
}
.login_form .input_tiles span{
	position: absolute;
	left: 12px;
	font-size: 14px;
    bottom: 12px;
    color: #777;
}

.login_form .input_footer{
	margin-top: 20px;

}
.login_form .input_footer a{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.login_form .input_footer span{
  font-size: 15px;
}
.input_footer:last-child{
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 15px;
}
.login_form .social_login{
	margin-top: 30px;
	text-align: center;
}
.login_form .social_login a{
	display: block;
	margin-top: 25px;
}
.login_form .social_login a img{
	width: 100%;
	margin: auto;

}

.login_area{
	background: rgb(153,255,203);
background: -moz-linear-gradient(90deg, rgba(153,255,203,1) 31%, rgba(240,253,192,1) 70%);
background: -webkit-linear-gradient(90deg, rgba(153,255,203,1) 31%, rgba(240,253,192,1) 70%);
background: linear-gradient(90deg, rgba(153,255,203,1) 31%, rgba(240,253,192,1) 70%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99ffcb",endColorstr="#f0fdc0",GradientType=1);
}

.contact-form {
	border:1px solid #d2d2d2;
	padding: 25px;

}
.contact-form .form-group{
	margin-bottom: 20px;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea{
	width: 100%;
	outline: none;
	border:1px solid #101010;
	padding: 10px;
	border-radius: 0px;
}


/*portfolo*/
.gallery-box {
	margin-top: 25px;
}
.gallery-box img{
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
	display: block;
}
.gallery-box {
  position: relative;
 
}



.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,0,0,0.5);
  border-radius: 10px;
}

.gallery-box:hover .overlay {
  opacity: 1;
}
.overly-icon{
	color: white;
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}



.video_box{
	background-color: #fff;
	padding: 20px;
	margin-top: 20px;

}
.video_box .video_title{
	width: 100%;
	background-color: #082c5e;
   padding:10px;
}
.video_box .video_title h4{
	color: #fff;
	font-size: 15px;
}



.dashboard-tile {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

.dashboard-tile:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
}

.tile-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.tile-link:hover {
    color: inherit;
}

.tile-icon {
    font-size: 48px;
    text-align: center;
    margin-bottom: 10px;
}

.tile-label {
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.tile-red {
    background-color: #EF5350;
    color: #fff;
}

.tile-green {
    background-color: #66BB6A;
    color: #fff;
}

.tile-blue {
    background-color: #42A5F5;
    color: #fff;
}

        /* Update the icon class for the new icon */
        .tile-docs-icon {
            font-size: 48px;
            color: #fff;
            text-align: center;
            margin-bottom: 10px;
        }

        /* Update the label text for "Document Uploads" */
        .tile-docs-label {
            font-size: 18px;
            color: #fff;
            text-align: center;
        }

