





/*font-family: 'Roboto', sans-serif;
  font-family: 'PT Sans', sans-serif;

*/




*{
	margin:0;
	padding: 0;
}

body{
	font-family:'PT Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #212529 ;



}

#navbar{
	position: sticky;
	top: 0;
	z-index: 10;
}

.navbarall{
	padding:0;
	/*background-image: linear-gradient(to right, #a517ba,#5f1782) !important;*/

}

.navbar-brand img{
	height: 45px;

}

.menu ul li a{
	font-size: 20px;
	font-weight: 700 !important;
	color:#000 !important;
	flex:right;
	text-align: right;
}

.menu ul li a:hover{
	color:#0C4DA2 !important;
	transition: .3s;
}

.fa-bars{
	font-size:25px;
	color:#fff;

}

.navbar-toggler{
	outline:none !important;
}


/* banner start */

.single_item{
	height: 500px;
}

 .b_img{
	width: 100%;
	height: auto;
	background-position: center;
} 

.carousel-item{
	height: auto;
	background: no-repeat scroll center scroll;
	webkit-background-size: cover;
	background-size:cover;

}

.carousel-item::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: 0.5;

}

.carousel-caption{
	padding-left: 100px;
	padding-right: 100px;
	bottom: 280px;

}

.carousel-caption h5{
	font-size: 45px;
	font-weight: 700;
}

.carousel-caption p{
	font-size: 28px;
	top: 32px;
}


.slider_btn{
	margin-top: 30px;

}

.slider_btn .btn{
	background-color: #e74c3c;
	color: white;
	border-radius: 0;
	margin-right: 15px;
	padding: 1.5rem 2rem;
	font-size: 1rem;


}

.slider_btn .btn-2{
	color: #110010;
	background-color: white;
}
/*banner end */


/* about start*/

.about_us{
	padding: 100px 0 120px 0 ;
}

.w_h1{
	margin:0 0 30px;
    font-size: 40px;
    font-weight: 600;
    color: #0d6efd!important;
    text-align: center;
    text-transform: capitalize;

}


.w_p{
	font-size: 22px;
    font-weight: 500;
    color: #6c757d!important;
    line-height: 31px;
}

/*why choose end*/


/*vision & portfolio start*/

.vision{
	padding: 100px 0 120px 0;
	background-color: #F5F5F5;

}

.v_h1{

	color: #212529!important

}

.v_p{
	color: #6c757d!important
}


/*vision & portfolio end*/



/*our client*/
.client{
	padding: 100px 0 120px 0;
	
}


/*.client h1{
	margin: 0 0 30px !important;
}*/

.owl-carousel{
	padding: 10px 0;
	/*background-color: #D5D7D5;*/

}

.owl-carousel img{
	width: 170px !important;
	/*border:2px solid red;*/
}


.owl-carousel img:hover{
	border:  5px solid transparent !important;
}


.owl-dots {
    display: none !important;
}




/*our client end*/


/*service start*/

.services{
	padding:100px 0 100px 0;
}

.card_h1{
    margin: 0 0 40px;
}

.card_height{
	/*margin-top: 20px !important	;*/

    height: 100% !important;

}

.c_title{
	margin: 7px 0 12px;
    font-size: 25px !important;
    font-weight: 700 !important;
    color: #E94B3CFF ;
    text-align: center;
}

.card-body ul li{
	font-size: 18px;
	font-weight: 400;

	color: #2D2926FF !important;
}
/*service end*/





/*map start*/

.map{
	margin:50px 0 40px 0;
	padding:0;
	height: 450px;
	border: 2px solid #6c757d;
	border-radius: 5px;

}

/*map end*/



/*footer star*/
.f_1_p{
	font-family:'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #0d6efd;

}

.f_1 a{
	font-family:'Roboto', sans-serif;
	color: darkslategrey;

}
.f_1 a:hover{
	
	color: #E94B3CFF;

}

.f_1 h3{
	padding-top: 5px;
	font-family:'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #0d6efd;

}

.f_link a{
	font-family:'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: darkslategrey;
}

.f_link a:hover{
	
	color: #E94B3CFF;
}



/*footer end