body {
	text-align: center;
	background: #333;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 0;
	justify-content: center;
	align-items: center;
}
div{
    margin: 0;
    padding: 0;
}
/*Start Header*/
.clearfix {
	clear: both;
}
.header {
	background-color: #333;
	margin: 0;
	padding: 0;
	width: 100%;

}
.dws-menu {
	margin: 0;
	padding: 0;

}
.dws-menu ul,
.dws-menu ol {
	list-style: none;
}
.dws-menu > ul {
	display: flex;
	justify-content: center;

}

.dws-menu > ul li a {

	font-weight: bold;
	font-size: 18px;
	display: block;
	color: #fff;
	padding: 20px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.35s;
}

.dws-menu > ul li a img{
	width: 40px;	
}
.dws-menu li a:hover {
	color: orange;
	transition: all 0.35s;
	font-size: 20px;
}
.dws-menu li:hover > ul {
	display: block;
}
.dws-menu li ul {
	position: absolute;
	min-width: 160px;
	padding: 0;
	margin: 0; 
	display: none;

}
.dws-menu li > ul li a {
	padding: 10px;
	text-transform: none;
	background: #222;
	text-transform: uppercase;
}
/*----End Header-----*/
/*----Start Banner-----*/
.banner {
	background:url(../images/background.jpg) no-repeat;
	background-size:100% 100%;
	min-height: 720px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 20px;
	
}
.bannerText a img {
	margin-top: 4%;
}

.bannerText h2 {
	font-size: 1.3em;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 700;
	margin: 5% 0px 0px 0px;
}
.bannerText h1 {
	font-size: 3.2em;
	color: #fff;
	font-weight: 300;
	margin: 15px 0px 0px 0px;
	letter-spacing: 4px;
}
/*----End Banner----*/
/*----Start about----*/
.gggg{
	background:url(../images/background.jpg) no-repeat;
	background-position: center;
	background-size: 100% 100%;
	width: 100%;
}
.MainText {
	font-size: 20px;
	text-transform: uppercase;
	padding: 20px;
	justify-content: center;
	
}
.about {
	display: inline-flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 100%;
	padding-bottom: 50px;

}
.AboutUp {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 70%;
	background: #1F1F1F; 
	padding: 50px;
	color: #fff;
	font-size: 20px;
	transition: all 0.5s;

}

.AboutGroup {
	display: block;
	align-items: center;
	justify-content: center;
	background: #111;
	width: 30%;
	height: 400px;
	overflow: hidden;
	transition: all 0.5s;
}
.AboutGroup h3 {
	font-size: 22px;
	font-weight: 600px;
}
.AboutGroup p {
	font-size: 20px;
	text-transform: none;
	font-weight: lighter;
	margin: 10px;
	padding: 0;
	margin-left: 20px;
	text-align: left;
}
.AboutGroup ul {
	text-align: left;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s;
	list-style: none;
	display: block;
	padding: 10px;
	margin-top: -10px;
}
.AboutGroup ul li {
	justify-content: center;
	align-items: center;
}
.AboutGroup ul li a {
	
}


.AboutGroup ul img {
	width: 30px;
}

.AboutGroup p:hover, h3:hover {
	color: orange;
	transition: all 0.5s;
}

/*---End about---*/
/*----Start Info----*/
.workbackground{
	background:url(../images/workbackground.jpg) no-repeat;
	background-position: center;
	background-size: 100% 100%;
	width: 100%;
}
.site-section {
	display: block;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 100%;
	padding-bottom: 50px;
}
.HowWeWork {
	font-size: 20px;
	text-transform: uppercase;
	padding: 20px;
	justify-content: center;
	color: #fff;
}
.WorkUp {
	display: inline-flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 100%;
	padding-bottom: 50px;
	text-transform: none;
}
.wrap {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 70%;
	background: #222222; 
	padding: 50px;
}

.informBlock {
	width: 30%;
	min-height: 300px;
	background: #1b1b1b;
	padding: 30px;
	box-sizing: border-box;
	overflow: hidden;
	transition: .4s;
}

.informBlock i {
	color: #006DA3;
	font-size: 35px;
	margin-top: 20px;
	transition: .4s;
}

.mainText {
	color: #fff;
	margin: 55px 0 0 0;
	font-size: 20px;
}

.underlineBlock {
	height: 0;
	width: 35px;
	border-top: 2px solid #006DA3;
	margin-top: 10px;
	transition: .4s;
}

.secondText {
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
}

.informBlock:hover {
	background: #006DA3;
}

.informBlock:hover i {
	color: #fff;
}

.informBlock:hover .underlineBlock {
	border-color: #fff;
}


.orderBackground {
	background: #333;
}
.ex {
	font-size: 20px;
}