/**{
	box-sizing: border-box;
}*/
*{
	margin: 0px;
	padding: 0px;
}
body{
	margin: 0px;
	padding: 0px;
}
.boxer{
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: sans-serif;
}
/*.boxer{
	box-sizing: border-box;
}*/
.nav{
	overflow: hidden;
	background: #2f3a4a;
	line-height: 40px;
}
.nav a{
	float: left;
	display: block;
	width: 120px;
	color: #fff;
	text-align: center;
	padding: 14px 12px;
	text-decoration: none;
	font-size: 16px;
}
.nav a:hover{
	background: #ddd;
	color: black;
}
.nav a.active{
	background: #2196f3;
	color: #fff;
}
.nav .container{
	float: right;
	margin-right: 100px;
	margin-top: 10px;
}
.nav input[type=text],input[type=password]{
	padding: 6px;
	margin-top: 8px;
	font-size: 17px;
	border:none;
	width: 150px;
}
.container button{
	float: right;
	padding: 6px;
	margin-top: 8px;
	margin-right: 16px;
	background: #2196f3;
	color: #fff;
	font-size: 17px;
	border: none;
	cursor: pointer;
}
.container button:hover{
	background:gray ;
}
.sec1{
	padding: 10px 10px 0px 20px;
	width: 98%;
	height: 500px;
	float: left;
/*	background: red;*/
}
.sec1_left{
	float: left;
	width: 55%;
}

.heading{
	width: 55%;
	text-align: justified;
	padding-top: 60px;
	padding-left: 170px;

}
.heading h1{
	font-size: 55px;
/*	word-spacing: 10px;*/
/*	text-align: center;*/
	text-align: justify;
	font-family: sans-serif;
}
.par{
	width: 60%;
	text-align: justified;
	padding-left: 170px;
	padding-top: 10px;
}
.par p{
	font-family: cursive;
	word-spacing: 3px;
	text-align: justify;
}
.btn{
	width: 60%;
	padding-left: 170px;
	padding-top: 20px;
	font-family: sans-serif;
}
.btn button{
	font-size: 20px;
	padding: 8px 12px;
	/*background: black;
	color: white;*/
	font-family: sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	background: #2196f3;
	color: #fff;
	box-lines: 0px;
	border-radius: 9px;
}
.btn button:hover{
	color: white;
	background: black;
}
.sec1_right{
	float: left;
	width: 43%;
	height: 500px;
}
.sec1_right img{
	height: 500px;
	padding-left: 50px;
	padding-top: 0px;
	padding-right: 50px;
}
.sec2{
	float: left;
	width: 100%;
	height: 290px;
/*	background: red;*/
}
.sec2_left{
	float: left;
	width: 30%;
	padding: 10px 20px;
	background: black;
	height: 290px;
}
.sec2_left h1{
	text-align: center;
	color: white;
	font-size: 45px;
	font-weight: bold;
	font-family: sans-serif;
	padding-top: 25px;
}
.sec2_left p{
	text-align: justify;
	color: white;
	padding: 20px 40px 10px 40px;
	font-size: 18px;
	font-family: cursive;
}
.sec2_middle{
	float: left;
	width: 30%;
	padding: 10px 20px;
	height: 290px;
	background: #2196f3;
}
.sec2_middle h1{
	text-align: center;
	color: white;
	font-size: 45px;
	font-family: sans-serif;
	padding-top: 25px;
}
.sec2_middle p{
	text-align: justify;
	color: white;
	padding: 20px 40px 10px 40px;
	font-size: 18px;
	font-family: cursive;
}
.sec2_right{
	float: left;
	width: 30%;
	padding: 10px 50px 10px 20px;
	height: 290px;
	background: royalblue;
}
.sec2_right h1{
	text-align: center;
	color: white;
	font-size: 45px;
	font-family: sans-serif;
	padding-top: 25px;
}
.sec2_right p{
	text-align: justify;
	color: white;
	padding: 20px 40px 10px 40px;
	font-size: 18px;
	font-family: cursive;
}

/*section 3*/

.sec3{
	padding-top: 0px;
	float: left;
/*	background: red;*/
	height: 400px;
}
.sec3 img{
	height: 120px;
	padding-left: 700px;
	padding-top: 50px;
}
.sec3 h1{
	text-align: center;
	padding-top: 10px;
	font-family: sans-serif;
}
.sec3 p{
	text-align: center;
	padding: 10px 400px;
	font-family: sans-serif;
}
.btnn{
	text-align: center;
	padding-top: 15px;
	
}
.btnn button{
	height: 40px;
	width: 100px;
	font-size: 16px;
	background: black;
	color: white;
	border-color: none;
	border-radius: 20px;
}
.btnn button:hover{
	background: #2196f3;
	color:#fff ;
}
.sec4{
	float: left;
/*	background: red;*/
	height: 537px;
	width: 100%;
}
.sec4_right{
	width: 40%;
	float: right;
	padding: 50px 100px 30px 100px;
	overflow: hidden;
	height: 537px;
}
.sec4_right h2{
	font-family: sans-serif;
	font-size: 52px;
	text-align: justify;
	text-transform: capitalize;
	padding: 0px 200px 0px 0px
}
.sec4_right p{
	font-family: cursive;
	font-size: 17px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 90px;
	padding-bottom: 30px;
}
.sec4_right button{
	height: 40px;
	width: 110px;
	font-size: 20px;
	letter-spacing: 3px;
	background: linear-gradient(#000428,#004e92);
	color: white;
	border-radius: 20px;
}
.sec4_right button:hover{
	background: black;
	color: orange;
}
.sec4_left{
	width: 45%;
	float: right;
}



/*Sectionnn 5555555*/

.sec5{
	width: 100%;
	height: 160px;
	float: left;
/*	background: red;*/
	padding-top: 25px;
	text-align: center;
}
.sec5 h1{
	font-size: 48px;
	padding-top: 25px;
	font-family: sans-serif;
}
.sec5 p{
	font-family: sans-serif;
	font-size: 21px;
	padding-top: 10px;
/*	word-spacing: 3px;*/
	text-transform: capitalize;
}
.sec6{
	width: 100%;
	float: left;
	height: 890px;
/*	background: red;*/
}
.sec6_part1{
	float: left;
	height: 400px;
/*	background: hotpink;*/
	width: 100%;
}
.p1l{
	float: left;
	height: 400px;
	width:506px ;
/*	background: yellow;*/
	text-align: center;
}
.p1l img{
	height: 140px;
	width: 140px;
	padding-top: 10px;
/*	padding-bottom:0px ;*/
}
.p1l h2{
/*	padding-top: 5px;*/
	font-size: 38px;
	font-weight: bold;
	font-family: sans-serif;
/*	letter-spacing: 0px;*/
}
.p1l p{
	padding-top: 15px;
	text-align: justify;
	padding: 15px 45px 25px 45px;
	font-family: sans-serif;
	font-size: 17px;

}

.p1m{
	float: left;
	height: 400px;
	width:506px ;
/*	background: blue;*/
	text-align: center;
}
.p1m img{
	height: 140px;
	width: 140px;
	padding-top: 10px;
/*	padding-bottom:0px ;*/
}
.p1m h2{
/*	padding-top: 5px;*/
	font-size: 38px;
	font-weight: bold;
	font-family: sans-serif;
/*	letter-spacing: 0px;*/
}
.p1m p{
	padding-top: 15px;
	text-align: justify;
	padding: 15px 45px 25px 45px;
	font-family: sans-serif;
	font-size: 17px;

}
.p1r{
	float: left;
	height: 400px;
	width:507px ;
/*	background: green;*/
	text-align: center;
}
.p1r img{
	height: 140px;
	width: 140px;
	padding-top: 10px;
/*	padding-bottom:0px ;*/
}
.p1r h2{
/*	padding-top: 5px;*/
	font-size: 38px;
	font-weight: bold;
	font-family: sans-serif;
/*	letter-spacing: 0px;*/
}
.p1r p{
	padding-top: 15px;
	text-align: justify;
	padding: 15px 45px 25px 45px;
	font-family: sans-serif;
	font-size: 17px;

}
.sec6_part2{
	float: left;
	height: 400px;
/*	background: hotpink;*/
	width: 100%;
}
.p2l{
	float: left;
	height: 400px;
	width:506px ;
/*	background: lightpink;*/
	text-align: center;
}
.p2l img{
	height: 150px;
	width: 300px;
	padding-top: 10px;
/*	padding-bottom:0px ;*/
}
.p2l h2{
/*	padding-top: 5px;*/
	font-size: 38px;
	font-weight: bold;
	font-family: sans-serif;
/*	letter-spacing: 0px;*/
}
.p2l p{
	padding-top: 15px;
	text-align: justify;
	padding: 15px 45px 25px 45px;
	font-family: sans-serif;
	font-size: 17px;

}
.p2m{
	float: left;
	height: 400px;
	width:506px ;
/*	background: royalblue;*/
	text-align: center;
}
.p2m img{
	height: 140px;
	width: 140px;
	padding-top: 10px;
/*	padding-bottom:0px ;*/
}
.p2m h2{
/*	padding-top: 5px;*/
	font-size: 38px;
	font-weight: bold;
	font-family: sans-serif;
/*	letter-spacing: 0px;*/
}
.p2m p{
	padding-top: 15px;
	text-align: justify;
	padding: 15px 45px 25px 45px;
	font-family: sans-serif;
	font-size: 17px;

}
.p2r{
	float: left;
	height: 400px;
	width:506px ;
/*	background: yellowgreen;*/
	text-align: center;
}
.p2r img{
	height: 140px;
	width: 140px;
	padding-top: 10px;
/*	padding-bottom:0px ;*/
}
.p2r h2{
/*	padding-top: 5px;*/
	font-size: 38px;
	font-weight: bold;
	font-family: sans-serif;
/*	letter-spacing: 0px;*/
}
.p2r p{
	padding-top: 15px;
	text-align: justify;
	padding: 15px 45px 25px 45px;
	font-family: sans-serif;
	font-size: 17px;

}
.btnnn{
	float: left;
	height: 50px;
	text-align: center;
	width: 100%;
/*	background: grey;*/
	padding-top: 30px;
	padding-bottom: 10px;
}
.btnnn button{
	height: 50px;
	width: 170px;
	font-size: 21px;
	font-family: cursive;
	word-spacing: 4px;
	background: #2196f3;
	color: #fff;
	border-radius: 30px;
}
.btnnn button:hover{
	background: black;
	color: white;
}

/*    F  ootyer   */
/*Footer*/
/*footer*/
/*footer*/


.footer{
	height: 300px;
	float: left;
/*	background: red;*/
	width: 100%;
	padding-top: 150px;
}
.ft1{
	height: 300px;
	float: left;
	width: 516px;
	background: #2196f3;
	color: white;
}
.ft1 h2{
	padding-left: 20px;
	padding-top: 30px;
	text-transform: uppercase;
	font-family: sans-serif;
	text-align: justify;
	font-size: 32px;
}
.ft1 hr{
	width: 250px;
	line-height: 15px;
}
.ft1 p{
	font-size: 17px;
	padding: 15px 80px 10px 20px;
	text-align: justify;
	font-family: sans-serif;
}
.ft2{
	height: 300px;
	float: left;
	width: 300px;
	background: black;
	color: white;
}
.ft2 h3{
	padding-left: 20px;
	padding-top: 30px;
	text-transform: uppercase;
	font-family: sans-serif;
	text-align: justify;
	font-size: 32px;
}

.ft2 h2{
	padding-left: 20px;
	padding-top: 5px;
	text-transform: uppercase;
	font-family: sans-serif;
	text-align: justify;
	font-size: 32px;
}


.ft4{
	height: 300px;
	float: left;
	width: 703px;
	background: white;
	color: black;
}

.ftheading{
	height: 50px;
	padding-top: 20px;
	text-align: center;
}

.ftheading h1{
	font-size: 70px;
	color: black;
	padding-bottom: 1px;
	padding-top: 20px;
}
.social{
	padding-top: 70px;
	text-align: center;
}
.ft4 img{
	height: 120px;
	padding-right: 29px;

}