/*font links*/
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

/*common start*/
body{
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #898989; 
}
.c_padding{
	padding: 100px 0 120px 0;
}
/*common end*/
/*header start*/
header{
	padding: 20px 0;  
    background-color: #3386ff;  

}
.c_nav{}
.logo{}
.menu{}
.menu ul li a{
	font-size: 22px;
	font-weight: 700;
	color: #101010 !important;
	padding: 0 50px !important;
}
.menu ul li:last-child a{
	padding-right: 0 !important;
}
.menu ul li a:hover{
	color: white !important;;
}


/*header end*/
/*slider start*/
.slider{
	padding-bottom: 100px;
	background-color: #3386ff; 
}
.c_ind {
    bottom: -80px;
}
.c_ind [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: white; 
}
.s_text{
	margin-top: 50px; 
}
.s_text h1{
	font-size: 32px;
    font-weight: 700;
    color: #010101;
}
.s_text h2{
	margin: 20px 0; 
	font-size: 20px;
    font-weight: 400;
    color: #313841;
}
.s_text p{
	margin-bottom: 35px; 
	color: #555555;
}
.s_icon{}
.s_icon ul{}
.s_icon ul li{
	margin-right: 30px !important; 
}
.s_icon ul li:first-child{
	margin-left: 10px !important; 
}
.s_icon ul li i{
	font-size: 42px; 
	color: #010101;
	transition: .33s; 

}
.s_icon ul li i:hover{
     transform: scale(0.8) rotate(-20deg);
     color: white;
}
.s_img{}
.s_img img{}
/*slider end*/
/*feature start*/
.feature{}
.c_title{}
.c_h1{
	margin-bottom: 15px;  
	font-size: 32px;
	font-weight: 700; 
	color: #010101;
}
.c_p{
	font-size: 20px; 
	line-height: 28px; 
	color: #313841; 
}
.f_item{
	margin-top: 70px; 
}
.f_icon{}
.f_icon i{
	margin-top: 3px; 
	font-size: 50px; 
	color: #010101;
	transition: .33s;
}
.f_icon i:hover{
	transform: scale(0.8) rotate(45deg);
	color: blue; 
}
.f_text{}
.f_text h2{
	margin-bottom: 10px; 
	font-size: 22px;
	font-weight: 400;
	color: #010101; 
}
.f_text p{
	letter-spacing: 1px;
}

/*feature end*/
/*contact start*/
.contact{
	background-color: #010101; 
}
.yellow{
	color: #fcdb00;
}
.ash{
	color: #898989;
}
.c_form{
	margin: 35px 0 70px; 
}	
.c_input{
	height: 55px; 
	font-family: 'PT Sans', sans-serif;
	color: #898989; 
	padding: 15px 20px;
	transition: .33s;
}
.c_input:hover{
	background-color: #C70039;
}	
.c_submit{
	width: 100%; 
	height: 55px;
	background-color: #fff;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #010101;
	text-transform: uppercase;
}
.c_submit:hover{
	background-color: #C70039;
	color: white;
}
.c_icon{
	padding: 0px 100px 0 0;
}	
.c_icon li{
	margin-right: 30px !important; 
}
.c_icon li:last-child{
	margin-right: 0 !important; 
}
.c_icon li i{ 
	font-size: 42px;
	color: #C70039;
	transition: .33s;  
}
.c_icon li i:hover{
	transform: scale(1.3) rotate(360deg);
	color: white;
}	
/*contact end*/
/*footer start*/
footer{
	background-color: #010101;
	padding-bottom: 120px;

}
.f_1{}
.f_1 address{
	color: #fff;
}
.f_2{}
.f_2 p a{
	text-decoration: none;
	color: #fff;

}
/*footer end*/