@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

:root{
	--primary: #205b3f;
	--secondary: #2b2a29;
}
body{
	 font-family: "Cairo", sans-serif;
}

a{
	text-decoration: none;	
}

.headerTop{
	background:linear-gradient(to bottom, #eff3f6 , #c3cad0 );
}
.tabs_post_title{
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
}

.bg_img {
	background-image: url("Images/bg.png");
	position:relative;
	float: end;
    background-repeat:   no-repeat;
    background-position: right; 
}

.mazad_ul li{
	margin-bottom: 20px;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 20px;
}

.tab_btn{
	cursor: pointer;
}
header{
	background: #c5ccd3;
}

.bg_image{
		background-image: url(Images/bg.png);
}

.bg_effect{
	background-image: url(Images/bg.png);
}

.social-header{
	margin-right: 2rem;
}
.social-header:lang(en){
	margin-left: 2rem;
}
.navv{
	margin-top: 25px;
	background-color: #b48811;
	}
.search_button{
	border: none;


    background-color: #2f7b55;
	color: #FFFFFF;


}
.social_bar{
	justify-content:end;
}
.nav_search_box{
	padding: 8px;
	position: relative;
	width: 70%;
}

.search_box{
	

	border-top-right-radius: 0px; 
    border-bottom-right-radius: 0px;
}

.first_header{
	background-color: #b0b9c2;
	height: 10px;
}

.second_header{
	background-color: #012d60;
	height: 30px;
}

.third_header{
	background: linear-gradient(to right, #023064, #4f88bd);
	height: 35px;
	border-radius: 7px;
}

.fourth_header{
	background: #b0b9c2;
	height: 50px;
}

.in_fourth_header{
	margin:auto;
	position: relative;
	display: flex;
	align-items: center;
	font-size: 16px;
    color: #FFFFFF;
    padding-top: 13px;
}

.in_fourth_header.a{
	justify-content: right;
}

.in_fourth_header.b{
	justify-content: left;
	margin-left: 10px;
}
	

.slider_section{
	background: #f0f3f5;
}

.right_col{
	background: linear-gradient(to bottom, #5089bd , #043164 );;
	padding: 35px 15px 35px 30px;
}

.head_5{
	color: #103969;
	font-size: 19px;
    font-weight: 700
}
.right_col_head{
	background:#f1f2f4;
    height: 41px;
	align-content: center;
	margin-bottom: 10px;
    padding-left: 25px;
	position:relative;
}

.lst_2{
    justify-content: center;
}

.icon_1{
	color: #0986d6;
    display: contents;
    border: 4px solid transparent;
	border-top-color: #c7c9cf;
	border-bottom-color: #f9f9fa;
	background: linear-gradient(to bottom, #c7c9cf , #f9f9fa );
    display: inline-block;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: -18px;
    top: 4px;
}

.icon_2{
	color: #0986d6;
    display: contents;
    border: 4px solid transparent;
    border-top-color: #c7c9cf;
    border-bottom-color: #f9f9fa;
    background: linear-gradient(to bottom, #c7c9cf, #f9f9fa);
    display: inline-block;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    right: -18px;
    /* top: 24px; */
    bottom: 37px;

}

.spare{
	position:relative;
}
.icon-1-elem{
	font-size: 1.8em;
}

.bg-outer {
  background: linear-gradient(to bottom, #6B6FFF , #2C00C8 );
}
.images_three2 {
    overflow: hidden;
    text-align: center;
		position: relative;

}

.images_three2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
	
}

.captions {
    padding: 1.5rem 0;
    overflow: hidden;
    padding-bottom: 0rem;
}


.boxes_sum_2 {
    font-size: 0.9rem;
    line-height: 1.4;
    max-height: 100px;
    overflow: hidden;
	padding-top: 5px;

}

.boxes_sum_2 a {
	color: #2e527c;
	font-weight:700;

	}

.head_4 {
    font-size: 16px;
	font-weight:700;
    text-decoration: none;
	text-align: right;
    border: none;
	float:inline-end;
    color: var(--primary);
}

.head_4:hover {
    text-decoration: none;
}

.border-main-bottom {
    border-bottom: 2px solid #d6d9de;
}
.big_col{
	height: 350px;
    background: #dadfe3;
	margin-top: 20px;

}

.third_col{
	background: #eff3f6;

}

.in_third{
	background: #c9ced4;
	padding: 20px;
}

.paragraph_1{
	color: #123f69;
	font-weight: 700;
	font-size: 15px;
}

.in_fourth{
	background: linear-gradient(to bottom, #dfe2e7 , #eff3f6 );
	padding: 20px 5px;
}

.news{
	color: #fefdfb;
	background: linear-gradient(to right, #023064 , #4f88bd );
	font-size: 19px;
    font-weight: 600;
	border-radius: 7px;
    padding: 5px 20px;
}
	
.dotted{
	border-bottom: 1px dotted #d6d9de ;
}

.mobile_logo_2{
	padding:20px 0px;
}


@media(max-width:540px){

	.mobile_logo_2{
		padding: 0;
	padding-top:10px;
	}
	
	.nav_search_box {
		width: 100%;
	}
	.boxes_sum_2 {
	line-height:1;
	margin-bottom: 0px !important; 
	        font-size: 13px;
	}
	
	.head_4{
	padding: 10px 0px;
	font-size: 12px;
	}
	
	.paragraph_1 {
		font-size: 13px;
	}
	.big_col {
		margin-top: 0;
	}
	
	.icon_2 {
		display: none;
	}
	
	.icon_search{
		width: 41px;
		height: 32px;
	}
	.search_box_1{
		height:31px;
	}
	
	.in_search_icon{
		position: relative;
		align-items: center;
		align-content: center;
		float: inline-start;
	}
	
	.in_fourth_header{
		font-size: 9px;
	}
}