body
{
	margin: 0;
	padding: 0;
}
.dna-section *
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;	
	list-style: none;	
}
.dna-section
{
	padding: 0;
	padding-top: 50px;
}
.dna-section a
{
	transition: .5s ease;
}
.dna-page-banner h1
{
	font-size: 45px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	z-index: 5;
	font-family: 'MuseoSansCyrl-700';
}
.dna-section h2
{
	font-size: 30px;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-family: 'MuseoSansCyrl-700';
}
.dna-section p
{
	font-size: 15px;
	color: #3e3e3e;
	line-height: 24px;
	letter-spacing: 0px;
	font-family: 'OpenSans';
}
.dna-text-center
{
	text-align: center;
}
.dna-container
{
	width: 100%;
	max-width: 1240px;
	padding: 0 15px;
	margin: 0 auto;
}
.dna-row
{
	display: table;
	width: 100%;
	clear: both;
}
.img-responsive
{
	max-width: 100%;
	display: block;
}
.dna-col-6
{
	float: left;
	width: 50%;
}
.dna-pull-right
{
	float: right;
}
/*........................*/
.dna-page-banner
{
	width: 100%;
	position: relative;
	height: 350px;
	display: inline-block;
}
.dna-page-banner:before
{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background: rgba(0,0,0,.5);
}
.dna-page-banner
{
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.mp-section
{
	margin-top: 60px;
	margin-bottom: 60px;
}
.ba-section
{
	margin-top: 60px;
}
.ba-section .dna-col-6
{
	width: 48%;
}
.ba-section > .dna-col-6+.dna-col-6
{
	margin-left: 4%;
}
.ba-img
{
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.ba-img p
{
	position: absolute;
	color: #fff;
	bottom: 20px;
	right: 20px;
	font-size: 18px;
	font-weight: bold;
}
.dna-gray-sec
{
	background: #f8f8f8;
	width: 100%;
	clear: both;
	display: table;
}
.mai-ser-sec
{
	margin: 60px auto;
}
.mai-ser-sec img
{
	margin: 0 auto;
}
.dna-btn
{
    display: inline-block;
    background: #98d8f8;
    color: #101010;
    border-radius: 50px;
    padding: 13px 30px;
    font-size: 16px;
    margin-top: 40px;
}
.dna-btn:hover
{
	color: #fff;
	background: #101010;
}
.txt-left
{
	padding-right: 40px;
}
.txt-right
{
	padding-left: 40px;
}
.mai-our-team
{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;	
	padding: 50px 0;
}
.mai-our-team h2, .mai-our-team p
{
	color: #fff;
}
.mai-our-team p+p
{
	margin-top: 30px;
}
.mai-clients 
{
	margin: 60px auto;
}
.mai-clients  ul
{
	margin-top: 40px;
}
.mai-clients  ul li
{
	display: inline-block;
	vertical-align: top;
	margin: 5px 10px;
}
.mai-clients h2, .mai-clients p
{
	color: #000;
}
.mai-clnt-logo
{
	width: 175px;
	height: 118px;
	border: 1px solid #dedede;
	text-align: center;
	vertical-align: middle;
	display: inline-flex;
	align-items: center;
}
.mai-clnt-logo img
{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.dna-section .mobile-only{display: none;}
	
	.dna-section .desk-only{display:block;}

@media screen and (max-width: 767px)
{
	.dna-section .mobile-only{display: block;text-align:center;}
	
	.dna-section .desk-only{display:none;}
	
	.dna-page-banner
	{
		height: 240px;
	}
	.sm-text-center
	{
		text-align: center;
	}
	.dna-col-6
	{
		width: 100%;
	}
	.ba-section > .dna-col-6+.dna-col-6
	{
		margin-left: 0;
		margin-top: 10px;
	}
	.ba-section  .dna-col-6
	{
		width: 100%;
	}
	.txt-left
	{
		padding-right: 0;
		text-align: center;
	}
	.txt-right
	{
		padding-left: 0;
		text-align: center;
	}	
	.mai-ser-sec img
	{
		margin-bottom: 20px;
	}
	.dna-section h1
	{
		font-size: 30px;
	}
	.dna-section h2
	{
		margin-bottom: 20px;
		font-size: 24px;
	}
	.dna-section p
	{
		font-size: 14px;
	}
	.dna-section a, .ba-section
	{
		margin-top: 20px;
	}
	.mai-ser-sec, .mp-section
	{
		margin: 40px auto;
	}
}