*{
	margin: 0;
	padding: 0;
	outline: 0;
	list-style: none;
	text-decoration: none;
	font-family: "Figtree", sans-serif;

}

.container{
	width: 80%;
	margin: 0 auto;
}

.clear{
	clear: both;
}


/*top header part css start*/

#top_header{
	background-color: #F7F7F7;
}

.top_header_heading{
	float: left;
}

.top_header_social{
	float: left;
}

.top_header_web_mail{
	float: right;
}

.top_header_heading h5{
	font-family: "Figtree", sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin-right: 25px;
	line-height: 40px; 
	color: #8D858D;
}

.top_header_social ul{
	display: inline-flex;
}

.top_header_social ul li{
	width: 25px;
	height: 40px;
	line-height: 40px;
}

.top_header_social ul li a{
	font-size: 14px;
	display: block;
	font-weight: thin;
	text-transform: capitalize;
	color: #2E6AC4;
}


.top_header_web_mail a{
	font-size: 14px;
	line-height: 40px;
	display: block;
	color: #2E6AC4;
}

.top_header_web_mail a span{
	margin-left: 6px;
	font-family: "Figtree", sans-serif;
	font-size: 14px;
	text-transform: capitalize;
}

/*top header part css end*/


/*middle header css part start*/

	#middle_header{
		margin: 10px 0;
	}
	.middle_header_logo{
		float: left;
	}
	.middle_header_mobile{
		float: right;
		margin-left: 30px;
		margin-top: 10px;
	}

	.middle_header_mail{
		float: right;
		margin-left: 30px;
		margin-top: 10px;

	}

	.middle_header_qoute{
		float: right;
		margin-left: 30px;
		margin-top: 10px;	
	}



	.middle_header_logo img{
		float: left;
	}

	.middle_header_logo h4{
		float: left;
		line-height: 60px;
		font-family: "Figtree", sans-serif;
		font-size: 22px;
		margin-left: px;
		text-transform: uppercase;
	}

	.middle_header_qoute h4{
		font-family: "Figtree", sans-serif;
		font-size: 15px;
		margin-left: 20px;
		text-transform: capitalize;
		padding: 5px;

	}

	.middle_header_qoute p{
		font-size: 12px;
	}

	.mail_icon, .mail_text{
		float: left;
	}

	.mobile_icon, .mobile_text{
		float: left;
	}

	.mail_icon i{
		font-size: 16px;
		margin:0 10px;
		padding: 8px;
		border: 2px solid #EDECED;
		border-radius: 50%;
		color: #1662DC;
	}

	.mail_text p{
		font-size: 12px;
		margin: 2px 0px;
	}

	.mail_text h5{
		font-size: 16px;
	}


	.mobile_icon, .mobile_text{
		float: left;
	}

	.mobile_icon i{
		font-size: 16px;
		margin:0 15px;
		padding: 8px;
		border: 2px solid #EDECED;
		border-radius: 50%;
		color: #1662DC;
	}

	.mobile_text p{
		font-size: 12px;
		margin: 2px 0px;
	}

	.mobile_text h5{
		font-size: 16px;
	}
/*middle header css part end*/


/*nav bar css start*/

#navbar{ 
	background-color: #1662DC;
}

.nav_item ul{
	display: inline-flex;
	text-align: center;

}

.nav_item ul li{
	width: 120px;
	height: 50px;
	line-height: 50px;
	position: relative;

}

/*.nav_item ul li a:focus{
	color: black;
}*/

.nav_item ul li a{
	color: white;
	font-size: 16px;
	display: block;
}


.dropdown{
	visibility: hidden;
	
}

.nav_item ul li:hover .dropdown{
	visibility: visible;
	position: absolute;
	top: 45px;
	left: 0;
	
	/*width: 230px;*/

}

.nav_item ul li:hover .dropdown ul{
	display: block;
	background-color: white;
	text-align: left;
	border-radius: 3px;
}

.nav_item ul li:hover .dropdown ul li{
	width: 220px;
	/*padding-left: 80px;*/
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav_item ul li .dropdown ul li:hover{
	background-color: blue;
}

.nav_item ul li:hover .dropdown ul li a{
	color: black;
	/*padding-top: 5px;
	padding-bottom: 5px;*/
	padding-left: 25px;
	display: block;	

}

.nav_item ul li .dropdown ul li a:hover{
	color: white;

}



/*nav bar css end*/


/*banner part css start*/

	#banner{
		background-image: url(../images/building.jpg);
		background-position: center;
		background-size: cover;
	}
	
	.banner_overlay{
		padding: 250px 0;

	}

	.banner_content{
		text-align: center;
		width: 600px;
		margin: 0 auto;
		color: white;
	}

	.banner_content h2{
		font-size: 30px;
		margin-bottom: 5px;
		font-weight: bold;
	}

	.banner_content h5{
		font-size: 16px;
		margin: 5px 0 15px 0;
	}

	.banner_content p{
		font-size: 15px;
		margin: 5px 0 25px 0;
	}

	.banner_content a{
		color: white;
		border: 2px solid white;
		padding: 10px 25px;
		border-radius: 60px;
		margin-top: 15px;
		font-weight: bold;

	}


	.banner_content a:hover{
		background-color: white;
		color:  #1662DC;

	}
/*banner part css end*/


/*about akij section css part start*/
	#about_akij{
		margin: 60px 0;
		text-align: center;
	}

	.about_akij_content h5{
		font-size: 16px;
		margin: 15px 0;
		font-weight: 100;
	}

	.about_akij_content h4{
		font-size: 25px;
		margin: 10px 0;
		color:#386AB8 ;
	}

	.about_akij_box{
		width: 22%;
		height: 170px;
		border: 2px solid #1662DC;
		border-radius: 10px;
		margin: 80px 0;
		float: left;
		transition: all linear .3s;
	}

	.about_akij_box:hover{
		transform: scale(1.1);
		transition: all linear .3s;
		box-shadow: 2px 2px 10px;
	}

	.about_akij_box i{
		font-size: 50px;
		margin: 20px 0 8px  0;
		color: #1662DC;
	}

	.about_akij_box h6{
		font-size: 15px;
		margin-bottom: 10px;
		font-weight: 500;
	}

	.about_akij_box p{
		font-size: 25px;	
		margin-top: 15px;
		font-weight: 700;
	}

	.about_akij_box1{
		margin-left: 30px;
		margin-right: 30px;
	}

	.about_akij_box2{
		margin-right: 30px;
	}

/*about akij section css part end*/


/*sk akij section  css part start*/
#sk_akij{
	padding: 80px 0;
	background-color: #E7F0FD;
}

.sk_akij_img{
	width: 49%;
	float: left;
	margin-right: 1%;	
	position: relative;
}

.sk_akij_img img{ 
	width: 100%;
	
 }

 .sk_akij_designation{
 	width: 230px;
 	position: absolute;
 	bottom: 10px;
 	right: 5px;
 }

.sk_akij_content{
	width: 50%;
	float: left;
}


.sk_akij_content h4{
	margin: 60px 0 10px 15px;
	font-size: 25px;
	font-weight: 500;

}

.sk_akij_content p{
	margin: 10px 0 5px 15px;
	font-size: 15px;
	line-height: 28px;
}

.sk_akij_content a{
	margin: 20px 0 0 15px;
	padding: 15px 25px;
	border-radius: 30px;
	background: linear-gradient(to right, #1662DC, skyblue);
	color: white;
	display: inline-block;
	font-size: 15px;

}


/*sk akij section  css part end*/


/*company profile css part start*/

	#company_profile{
		margin: ;

	}

	.company_profile_content h4{
		margin: 15px 0 28px 0;
		font-size: 24px;
		color: #3881CB;
		font-weight: 500;
		text-align: center;
	}

	.company_profile_content p{
		text-align: center;
		font-size: 15px;
		line-height: 20px;
		width: 650px;
		margin: 0 auto;
	}

	.profile_box{
		width: 15%;
		height: 180px;
		float: left;
		margin: 60px 0 150px 0;
		background-color: white;
		text-align: center;
		box-shadow: 1px 1px 7px rgb(0, 0, 0, 0.3);
		border-radius: 10px;
		transition: all linear .3s;

	}

	.profile_box:hover{
		transform: translateY(-10px);
		transition: all linear .3s;
	}

	.profile_box img{
		width: 100px;
		margin: 40px 0 50px;

	}

	.profile_box h5{
		margin-top: 8px;
		font-size: 14px;
		color: #2A2A2A;

	}

	.profile_box2, .profile_box4{
		margin-left: 60px;
		margin-right: 60px;
	}

	.profile_box2 img{
		width: 100px;
		margin: 70px 0 80px
	}

	.profile_box3 img{
		width: 130px;
		margin: 60px 0 60px;
	}

	.profile_box4 img{
		width: 120px;
		margin: 60px 0 80px;
	}

	.profile_box5 img{
		width: 130px;
		margin: 80px 0 80px;
	}
/*company profile css part end*/

/*stratagy part css start*/
	#stratagy{
		background-color: #386AB1;
		padding: 0 70px;
		height: 480px;
		widows: 100%;
	}

	.stratagy_content{
		width: 49%;
		float: left;
		

	}

	.stratagy_content h5{
		margin: 115px 0 10px 0;
		font-size: 15px;
		color: white;
		font-weight: 500;
	}

	.stratagy_content h4{
		margin: 5px 0 15px 0;
		font-size: 30px;
		color: white;
		font-weight: 600;
	}

	.stratagy_content p{
		padding-right: 15px;
		font-size: 15px;
		line-height: 25px;
		color: white;
	}

	.stratagy_img{
		width: 50%;
		float: left;
	}

	.stratagy_img img{
		width: 608px;
	}
/*stratagy part css end*/


/*product section css start*/

#product{
	padding-bottom: 60px;
	height: 470px;
}

.product_content{
	text-align: center;
}
.product_content h4{
	margin: 60px 0 10px;
	font-size: 23px;
	color: #386ab1;
	font-weight: 500;
	text-align: center;
}

.product_content p{
	width: 600px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 60px;
	font-size: 15px;
	line-height: 23px;
}

.porduct_item_div{
	margin-bottom: 80px;
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;

}

.product_item{
	width: 15.50%;
	height: 200px;
	background-color: #D8F2FF;
	text-align: center;
	padding: 5px 0 15px;
	border-radius: 7px;

}

.product_item img{
	height: 180px;
}

.product_item h6{
	font-size: 13px;
	color: #212529;
}

.view_product_btn{
	
	background:  linear-gradient(to right, blue, skyblue);
	padding: 12px 25px;
	border-radius: 25px;
	color: white;
	font-size: 15px;	
}
/*product section css end*/


/*directors section css part start*/
	#directors{
		/*height: 500px;*/
		background-image: url(../images/building.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		background-color: rgba(63, 105, 237, 0.7);
		background-blend-mode : overlay;
	}

	.directors_overlay{
		padding: 40px 0;
		
	}

	.diretors_content h4{
		/*padding-top: 35px;*/
		font-size: 25px;
		text-align: center;
		color: white;
		font-weight: 500;
	}

	.directors_box_wraper{
		display: flex;
		justify-content: space-between;
	}

	.directors_box{
		width: 28%;
		height: 340px;
		background-color: #FFFFFF;
		text-align: center;
		border-radius: 7px;
		margin: 55px 0 0;
	}

	.directors_box img{
		margin: 50px 0 10px;
		border-radius: 50%;
		outline: 1px solid #EBDA7A;
		outline-offset: 6px;
	}

	.directors_box h5{
		font-size: 20px;
		color: #2E6ABF;

	}


	.directors_box h6{
		font-size: 16px;
		margin: 7px 0 18px;
		color: #414141;
	}

	.directors_box p{
		font-size: 14px;
		font-weight: 500;
		color: #2C3033;
	}



/*directors section css part end*/


/*achievement css part start*/

	#achievement{
		height: 480px;
		width: 100%;
		text-align: center;
		padding: 20px 25px;
		/*margin-right: 20px;*/
		margin-bottom: 140px;
	}

	.achievement_content h4{
		font-size: 25px;
		color: #2E98E1;
		margin-right: 35px;
		margin-bottom: 40px;
		font-weight: 600;
		
	}

	.achievement_main{ 
		display: flex;
		justify-content: space-between;

	}

	.left_full_img{
		width: 35%;
		
	}

	.left_full_img img{
		width: 380px;

	}

/*	.left_full_img img:hover{
		transform: scale(1.1);
		transition: all linear .3s;

	}*/

	.achievement_gallery1{
		width: 38%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.achievement_content p{
		margin: 18px 0;
		font-size: 14px;
		font-weight: 700;
		color: #C1D0D8;
	}

/*achievement css part end*/


/*news section css start*/

#news{
	height: 680px;
	width: 100%px;
	background-color: #E4F1FE;
	text-align: center;

}

.news_heading h4{
	padding: 50px 0 10px;
	text-align: center;
	color: #212529;
	font-size: 25px;
	font-weight: 500;
}

.new_box_wraper{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}


.news_box{
	background-color: #FFFFFF;
	width: 32.30%;
	height: 410px;
	border-radius: 3px;
	margin: 30px 0 40px 0; 


}

.news_box img{
	width: 100%;
}

.news_box h5{
	margin: 30px 0 6px;
	font-size: 15px;
	font-size: 700;
	margin-left: 20px;
	text-align: left;

}

.news_box p{
	font-size: 14px;
	margin-left: 20px;
	color: #3BA3D7;
	text-align: left;
	font-weight: 600;
}


.all_news_btn{
	background:  linear-gradient(to right, blue, skyblue);
	padding: 12px 25px;
	border-radius: 25px;
	color: white;
	font-size: 15px;
		
}
/*news section css end*/


/*form part css start*/

	#form{
		height: 290px;
		width: 100%;
		background:  url(../images/building.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-color: rgba(96, 145, 234, 0.4);
		background-blend-mode: overlay;
		position: relative;

	}

	.form_content{
		width: 80%;
		height: 130px;
		position: absolute;
		top: 100px;
		left: 303;

	}

	.form_content .form_text{
		width: 100%;
		height: 68px;
	}

	.form_content .form_text{
		width: 100%;
		height: 62px;
		text-align: center;
	}

	.form_text h5{
		font-size: 18px;
		margin-bottom: 8px;
		color: white;
		font-weight: 600;
	}

	.form_text p{
		font-size: 15px;
		color: white;	
	}

	.form_content .form_input{
		text-align: center;
	}

	.form_content .form_input form{
		margin-top: 30px;
	}

	.form_content .form_input form input{
		padding: 10px 37px;
		border-radius: 25px;
		border: none;
		margin: 0 2px;
		
	}

	.form_content .form_input form input::placeholder{
		font-size: 15px;
	}

	.form_content .form_input form .submit_btn{
		background-color: #1263CD;
		color: white;
	}
/*form part css end

/*footer widget section css part start*/

	#footer_widget{
		width: 100%;
		height: 330px;
		background-color: #005DC7;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-around;

	}

	.footer_widget1, .footer_widget2, .footer_widget3{
		width: 32%;
		height: 290px;
		
	}

	.footer_widget1{
		text-align: center;
	}

	.footer_widget1 h4{
		margin: 5px 0 30px;
		font-weight: 900;
		color: white;
	}

	.footer_widget1 p{
		margin-bottom: 20px;
		font-weight: 400;
		font-size: 14px;
		color: white;
		
	}

	.footer_social{
		margin-top: 5px;
	}

	.footer_social p{
		font-size: 15px;
		font-weight: 700;
	}

	.footer_social a{
		width: 36px;
		height: 36px;
		line-height: 36px;
		color: white;
		font-size: 15px;
		display: inline-block;
		border: 1px solid white;
		border-radius: 50% ;

	}

	.footer_widget2 h5{
		font-size: 18px;
		margin-bottom: 3px;
		color: white;
	}

	.quick_links{
		padding-right: 40px;
	}

	.quick_links ul li{
		margin: 10px 0;
	}

	.quick_links ul li span{
		color: white;
		margin-right: 5px;
	}

	.quick_links ul li a{
		color: white;
	}

	.footer_widget3 p{
		font-size: 18px;
		margin-bottom: 5px;
		color: white;
	}

	.important_pag{
		display: flex;
		justify-content: space-between;

	}

	.important_pag1{
		width: 49%;
		height: 260px;
		/*background-color: yellow;*/
	}

	.important_pag2{
		width: 49%;
		height: 260px;
		
	}

	.important_pag1 ul li{
		margin: 10px 0;
	}

	.important_pag1 ul li a{
		font-size: 15px;
		color: white;
	}

	.important_pag1 ul li img{
		width: 160px;
	}

	.important_pag2 ul li{
		margin: 10px 0;
	}

	.important_pag2 ul li a{
		font-size: 15px;
		color: white;
	}

	#copyright{
		height: 20px;
		text-align: center;
		line-height: 20px;
		background-color: #005dc7;
		color: white;
		padding-bottom: 15px;

	}

	footer{
		font-size: 15px;
	}

/*footer widget section css part end*/


/*video gallery css part start*/

	#video{
		height: 800px;
	}

	#video h5{
		margin: 50px 0 50px;
		text-align: center;
		font-size: 23px;
		font-weight: 600;

	}
	
	.video_gallery{
		display: flex;
		flex-flow: row wrap;
		justify-content: space-evenly;

	}

	.video_gallery_box{
		width: 43%;
		height: 325px;
		margin-bottom: 40px;

	}

/*video gallery css part end*/




/*company page css part start*/

#company_page{
	padding-bottom: 30px;
	padding-top: 20px;
}

#company_page h4{
		margin: 15px 0 10px 0;
		font-size: 24px;
		color: #3881CB;
		font-weight: 500;
		text-align: center;
	}

	.company_page_content{
		display: flex;
		flex-flow: row wrap;
		justify-content: space-evenly;
	}

	.page_box{
		width: 14%;
		height: 160px;
		/*float: left;*/
		margin: 20px 10px 5px 0;
		background-color: white;
		text-align: center;
		box-shadow: 1px 1px 7px rgb(0, 0, 0, 0.3);
		border-radius: 10px;
		transition: all linear .3s;


	}

	.page_box:hover{
		transform: translateY(-10px);
		transition: all linear .3s;
	}

	.page_box img{
		width: 100px;
		margin-top: 55px;

	}

	.page_box1 img{
		margin-top: 30px;
	}

	.page_box5 img{
		margin-top: 70px;
	}

	/*.page_box h5{
		margin-top: 8px;
		font-size: 14px;
		color: #2A2A2A;

	}

	.page_box2, .profile_box4{
		margin-left: 60px;
		margin-right: 60px;
	}

	.page_box2 img{
		width: 100px;
		margin: 70px 0 80px
	}

	.page_box3 img{
		width: 130px;
		margin: 60px 0 60px;
	}

	.page_box4 img{
		width: 120px;
		margin: 60px 0 80px;
	}

	.page_box5 img{
		width: 130px;
		margin: 80px 0 80px;
	}*/

/*company page css part end*/


/*chairman message css part start*/
	#chairman{
		padding-top: 80px;
		padding-bottom: 70px;
	}

	.chairman_main{
		display: flex;

	}

	.chairman_logo{
		width: 44%;
		position: relative;

	}

	.chairman_content{
		width: 48%;
	}

	.chairman_logo img{
		width: 445px;
		/*position: relative;*/
	}

	.chairman_content h3{
		margin: 30px 0 20px;
		font-size: 30px;
		color: #212529;
		font-size: 700;
	}

	.chairman_content p{
		font-size: 16px;
		line-height: 29px;
		text-align: justify;
	}  

	.chairman_content h5{
		margin-top: 25px;
		font-size: 15px;
		font-weight: 700;
	}

	.designation{
		width:200px;
		height: 90px;
		background-color: #E6F5FE;
		position: absolute;
		bottom: -15px;
		right: 35px;
		padding-top: 15px;
		padding-left: 25px;
	}

	.designation h5{
		font-size: 19px;
		color: #007BFF;
	}

	.designation h6{
		font-size: 14px;
		font-weight: 700;
		margin: 5px 0;
	}

	.designation p{
		font-size: 13px;
	}
/*chairman message css part end*/


/*contact html part start*/

	#contact{
		display: flex;
		flex-flow: row wrap;

	}

	.contact_box{
		width: 50%;
		height: 450px;
		/*background-color: teal;	*/
	}

	.contact_img, .contact_img2 {
		background-image: url(../images/building.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.contact_text{
		width: 100%;
		height: 120px;
		padding-top: 15px;
		padding-left: 15px;
	}

	.contact_text h5{
		font-size: 20px;
		margin-bottom: 5px;
	}

	.contact_text ul li{
		padding: 1px 0;
		font-size: 15px;
		font-weight: 600;
	}

	.contact_map{
		padding-left: 15px;
		padding-bottom: 5px;
	}

	.contact_form{
		background-color: #F3F3F3;
	}

	.form_heading{
		width: 100%;
		height: 60px;
		padding-top: 30px;
		padding-left: 80px;

	}

	.form_heading h4{
		font-size: 28px;
		font-weight: 600;
		padding-bottom: 7px;
	}


	.form_area {
		padding-left: 80px;
		text-align: left;
		padding-top: 15px;
	}

	.form_area form input {
		display: inline-block;
		width: 91%;
		border-radius: 5px;
		background-color: #FFFFFF;
		padding: 10px 0;
		padding-left: 10px;
		border: 1px solid rgba(0, 0, 0, 0.2);
	}

	.form_area form input::placeholder{
		text-align: left;
	}

	.form_area form select {
		width: 93%;
		padding: 10px;
		display: inline-block;
		border-radius: 5px;
		background-color: #FFFFFF;
		border: 1px solid rgba(0, 0, 0, 0.2);
		color: #798189;

	}

	.form_area form select option{

	}

	.form_area form textarea{
		outline: 0;
		border: 1px solid rgba(0, 0, 0, 0.2);
		border-radius: 4px;
		background-color: #FFFFFF;
		padding: 10px ;
		color: #798189;
	}

	.form_area form .form_submit{
		text-align: center;
		width: 120px;
		border-radius: 25px;
		background-color: #0F6BD4;
		color: white;
		

	}


/*contact html part end*/



