*{
	margin: 0;
	padding: 0;
	outline: none;
	font-family: 'Roboto', sans-serif;
}
img{
	max-width: 100%;
}
html,body{
	scroll-behavior: smooth;
}
/*header css*/
.header .navbar-brand{
	font-size: 31px;
	color: #444444;
	font-weight: 700;
}
.header .navbar-brand span{
	font-size: 31px;
	color: #444444;
	font-weight: 300;
}
.header .navbar-light .navbar-nav .nav-link{
	font-size: 19px;
	line-height: 58px;
	color: #010101;
	font-weight: 400;
	text-align: right;
	margin-left: 40px;
}

.navbar.navbar-expand-lg.navbar-light{
		padding-left: 0;
		padding-right: 0;
	}
/*header css ends*/
/*banner css starts*/
.banner-bg{
	background-image: url("../images/bannerbg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.banner-bg h3{
	font-size: 60px;
	letter-spacing: 1px;
	line-height:80px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 52px;
}
.banner-bg p{
	font-size: 22px;
	line-height: 29px;
	color: #ffffff;
	font-weight: 400;
}
.banner-text{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 150px 0px;
	max-width: 764px;
}
/*banner css ends*/
/*ourmission css*/
.ourMission{
	margin: 178px 0px 200px 0px;
}
.ourMission .text-container{
	width: 70%;
	margin: 0 auto;
}
.text-container span{
	color: #00cfe3;
}
.text-container h2{
	font-size: 70px;
	line-height: 90px;
	color: #5f5e5e;
	font-weight: 300;
	margin-bottom:52px;
}
.text-container p{
	font-size: 24px;
	line-height: 36px;
	color: #4e4e4e;
	font-weight: 300;
	text-align: justify;
}
/*ourmission css ends*/
/*ourclient css*/
.ourclient{
	padding: 170px 0px;
	background-color: #fafafa;
}
.ourclient .text-container,.ourclient ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.ourclient .text-container h2{
	width: 350px;
	margin: 0;
	line-height: 80px;
}
.ourclient ul li{
	list-style: none;
}
.ourclient ul li img{
	max-width: 150px;
	margin:0px 15px;
}
.ourclient ul {
	width: 70%;
}
/*ourclient css ends*/
/*whatwedo*/
.whatwedo {
margin: 150px 0px;
}
.whatwedo ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.whatwedo ul li{
	list-style: none;
	width: 25%;
}
.whatwedo ul li img{
	padding: 0px 10px;
}
.img-wrap{
	position: relative;
}
.img-wrap .img-tittle{
	position: absolute;
	text-align: center;
	font-size: 22px;
	letter-spacing: 0px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	bottom: 10px;
	left: 0;
	right: 0;

}
/*whatwedo*/
/*aboutus*/
.aboutus{
	margin: 0px 0px 150px 0px;
}
.aboutus ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.aboutus ul li{
	list-style: none;
	width: 33.33%;
}
.aboutus .aboutusouter{
	background-color: #0a61ea;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 150px;
	margin:  10px;
	flex-wrap: wrap;
	position: relative;
}
.aboutus .aboutusouter span.dot{
	display: block;
	position: absolute;
	bottom: 50%;
	left: 0;
	color: #00cfe3;
	font-size: 120px;
}
.aboutus .aboutusouter p{
	color: #fff;
	font-size: 70px;
	margin-bottom: 0;
}
.aboutus .aboutusouter span{
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	margin-left: 20px;
}
/*aboutus*/
.divider{
	border:1px solid #000;
}
/*footer*/
.footer{
	padding: 100px 0px;
}
.company-name a{
	font-size: 31px;
	color: #444444;
	font-weight: 700;
	text-decoration: none;
}
.company-name span{
	font-size: 31px;
	color: #444444;
	font-weight: 300;
}
.footer-option ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}
.footer-option ul li{
	list-style: none;
	margin-right: 80px;
	font-size: 19px;
	color: #010101;
	font-family: "Roboto";
	font-weight: 400;
	text-align: right;
	cursor: pointer;
}
.footer-option ul li:last-child{
	margin-right: 0;
}
.footer-option ul li a{
	color: #000;
	text-decoration: none;
}
.footer-option ul li a:hover{
	color: #000;
}