@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 23px;
	color: #5a5e62;
	font-family: 'Open Sans', sans-serif;
	
}
body, html {
  height: 100%;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear {
	clear: both;
	height: 0px;
}
p {
	font-size: 15px;
	line-height: 25px;
	color: #111111;
	text-align: justify;
}
#wrapper_main {
	float: left;
	height:100%;
	width: 100%;
	
}
.wrapper {
	height: auto;
	width: 90%;
	max-width: 1237px;
	margin-right: auto;
	margin-left: auto; overflow:hidden;
}
header{
	width: 100%;
	float: left;
	position: relative;
	background-color: #5a5e62;
}
.logo {
	right: auto;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	position: absolute;
	top: 13px;
	left: 0;
	bottom: 0;
	right: 0;
	height: 82px;
	width: 130px;
	margin-right: auto;
	margin-left: auto;
	z-index:99999;
}

.logo img{width:130px; height:auto;}

header .wrapper { position:relative; overflow:inherit; }
header .social{
	position:absolute; right:0px;
	top:15px;
}
header .social a {
	color: #FFF;
	margin-left: 30px;
	padding-top: 34px;
	font-size:20px;
}
header .social a:hover {color: #3aa3cc; }
header .social .fa { margin-top:35px; }
/*nav {
	float: left;
	width: 100%;
	margin-top: 17px;
}
nav .marg1 {
	margin-right:26%;
}
nav ul li {position:relative;}
nav ul li a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	padding-top: 34px;
	float: left;
	padding-right: 35px;
	padding-left: 35px;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in;
	margin-right: 10px;
	margin-left: 10px;
	text-transform: uppercase;
	font-weight: 800;
	height: 94px;
	position:relative;
}
nav ul li a:hover {
	color: #FFF;
	-o-transition: color 0.25s ease-in;
	background-color: #3aa3cc;
}
nav ul li a.active {
	color: #FFF;
	background-color: #3aa3cc;
}*/
.banner_main { width:100%; float:left; position:relative; z-index:1;  min-height:768px;}
.banner_main ul li:first-child { background-image:url(https://www.devanny.thestickystuffcompany.co.uk/wp-content/uploads/2015/07/slider81.jpg); background-repeat:no-repeat; background-position:center top; }
.banner_main img { width:100%; height:auto; }
.service_intr {
	width: 100%;
	float:left;
}
.service_intr .serviceBox {
	width: 100%;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ececec;
}
.service_intr .serviceBox:hover { background-color:#3aa3cc;  }
.service_intr .serviceBox:hover h2  { color:#FFF;}
.service_intr .serviceBox:hover p { color:#FFF;}
.service_intr .serviceBox:hover .more { background-color:#FFF; color:#5a5e62;}
.service_intr .serviceBox img { width:100%; height:auto; }
.service_intr .serviceBox .servImg1 { width:37%; float:left;}
.service_intr .serviceBox .servImg2 { width:37%; float:right;}
.service_intr .serviceBox .servCont1 {
	width: 63%;
	float: left;
	padding:6% 15% 0 5%;
	height:100%; 
}
.service_intr .serviceBox h2 {
	font-size: 34px;
	font-weight: 800;
	color: #505050;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.service_intr .serviceBox p {
	font-size: 17px;
	color: #505050;
	line-height: 25px;
}
.service_intr .serviceBox .more {
	height: 45px;
	width: 173px;
	background-color: #5a5e62;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	letter-spacing: 1px;
	display:inline-block;
	margin-top:50px;
}
.service_intr .serviceBox .servCont2 {
	width: 63%;
	float: right;
	text-align: right;
	padding:6% 9% 0 15%;
}
.service_intr .serviceBox .servCont2 p {
	text-align: right;
}
.testimonial {
	width: 100%;
	float: left;
	background-image: url(../images/testinomial_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;
}
.testimonial .customerBox {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 70px;
	padding-right: 20%;
	padding-left: 20%;
	padding-bottom: 100px;
}
.testimonial .customerBox img { max-width:inherit !important; display: inline-block; }
.testimonial .customerBox h2 {
	font-size: 34px;
	font-weight: 800;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-top: 40px;
	line-height: 30px;
}
.testimonial .customerBox p {
	color: #949494;
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: center;
}
.testimonial .customerBox h4 {
	color: #919191;
	font-size: 20px;
	text-transform: uppercase;
}
.getin_touch {
	width: 100%;
	float: left;
	background-image: url(../images/bg_getin.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 126px;
	text-align: center;
	padding-top:45px;
}
.getin_touch .get {
	height: 45px;
	width: 173px;
	background-color: #FFFFFF;
	color: #3aa3cc;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
}

footer{
	width: 100%;
	float:left;
	padding-top:60px;
	background-color:#f7f6f4;
}
footer .about {
	float: left;
	width: 35%;
	padding-right:3%;
	padding-top:5%;
}
footer h2 {
	font-size: 34px;
	font-weight: 800;
	color: #4c4c4c;
	text-transform: uppercase;
	margin-bottom: 35px;
}
footer p {
	font-size: 15px;
	color: #4c4c4c;
	line-height: 25px;
	text-align:left;
}
footer .about .more {
	height: 38px;
	width: 105px;
	border:solid 1px #45a4d0;
	color: #45a4d0;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	display:inline-block;
	margin-top:40px;
	float:right; 
	transition: all 0.5s ease;
}
footer .about .more:hover { background-color:#45a4d0; color: #FFF; }
footer .foot_menu {
	float: left;
	width: 21.666666%;
	border-left:solid 1px #eae8ea;
	padding-top:5%;
	padding-left:5%;
	min-height:300px;
}
footer .foot_menu ul li a {color: #4b8caa; text-decoration:none;}
footer .foot_menu ul li a:hover { color:#27a3dd;}
footer .foot_menu ul li { margin-bottom:5px; }
footer .foot_botm {
	float: left;
	width: 100%;
	background-color: #FFF;
	margin-top: 70px;
	text-align: right;
	color: #858585;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top:solid 1px #eae8ea;
}
footer .foot_logo { float:left; }
footer .foot_logo img { margin-right:20px; }
footer .coppyright { float:right; margin-top:15px; }
footer .coppyright span {
	color: #242424;
	font-size:15px;
}
.inner_banner { width:100%; float:left;}
.inner_content { width:100%; float:left;}
.inner_content h2 {
	font-size: 30px;
	font-weight: bold;
	color: #505050;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.about_main .left_area {
	width: 50%;
	float: left;
	padding: 6%;
}
.about_main .right_area { width:50%; float:left; }
.what_we {
	width: 100%;
	float: left;
	background-color: #3aa3cc;
	color: #f3fafd;
	text-align: center;
	padding-top:100px; padding-bottom:100px;
}
.what_we h2 { color:#FFF;}
.what_we  h6 { font-size:15px; margin-bottom:30px; }
.what_we .offer {
	height: auto;
	display: inline-block;
	text-align: left;
	margin-left:40px; margin-right:40px;
}
.what_we .offer ul li {
	background-image: url(../images/li1.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 27px;
	margin-bottom: 5px;
}

.our_clients {
	width: 100%;
	float: left;
	text-align: center;
	padding-top:100px; padding-bottom:50px;
}
.our_clients p { text-align:center; }
.our_clients .row { margin-left:-5%; margin-right:-5%; margin-top:90px;}
.our_clients .col-3 {
	float: left;
	width: 33.3333%;
	padding-right: 5%;
	padding-left: 5%;
	margin-bottom: 80px;
}
.our_clients .col-3 img { width:100%; height:auto;
 border:solid 1px #dddddd; }
.serviceMain {
	width: 100%;
	float: left;
	padding-top:70px;
	padding-bottom:50px;
}
.serviceMain p { text-align:center; }
.serviceMain h2 { text-align:center; }
.serviceMain .row { margin-left:-20px; margin-right:-20px; margin-top: 80px;}
.serviceMain .col-2 {
	float: left;
	width: 50%;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 40px;
}
.serviceMain .serviceBox {
	width: 100%;
	float: left;
	border:solid 1px #e5e5e5;
	min-height:675px;
}
.serviceMain .serviceBox img { width:100%; height:auto; }
.serviceMain .serviceBox .servImg { width:100%; float:left;}
.serviceMain .serviceContent {
	width: 100%;
	float: left;
	padding:4%;
}
.serviceMain h3 {
	font-size: 28px;
	font-weight: 800;
	color: #505050;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.serviceMain p {
	font-size: 16px;
	color: #505050;
	line-height: 24px;
	text-align:left;
}
.serviceMain .more {
	height: 45px;
	width: 173px;
	background-color: #5a5e62;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	letter-spacing: 1px;
	display:inline-block;
	margin-top:30px;
}
.serviceMain .service-detailed {
	float: left;
	width: 100%;
	padding:20px;
	margin-bottom: 40px;
}
.serviceMain .service-detailed p {line-height: 25px;}
.serviceMain h6 {font-size: 21px; font-weight:400; margin-bottom:20px;}

.blog {
	width: 100%;
	float: left;
	padding-top:70px;
	text-align:center;
}
.blog  h6 { margin-bottom:50px; font-weight:normal; }
.blog  h3  {
	color: #616161;
	font-weight: 300;
	font-size: 25px;
	margin-bottom: 20px;
	line-height: 25px;
}
.blog .row {
	width: 100%;
	float: left;
	text-align: left;
}
.blog .blog-img { width:100%; height:auto;}
.blog .user_imfo {
	background-image: url(../images/icon_time.png);
	background-repeat: no-repeat;
	padding-left: 45px;
	font-style: italic;
	font-weight: lighter;
	font-size: 18px;
	color: #8b8b8b;
	padding-bottom: 5px;
	margin-bottom:20px;
}
.blog .more {
	height: 45px;
	width: 150px;
	background-color: #5a5e62;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	letter-spacing: 1px;
	display:inline-block;
	margin-top:30px;
}

.blog .leftImg { width:50%; float:left;}
.blog .rightContent { width:50%; float:left; padding:4% 5% 3% 5%; border-top:solid 1px #ececec;}

.blog .rightImg { width:50%; float:right;}
.blog .leftContent { width:50%; float:right; padding:4% 5% 3% 5%; border-top:solid 1px #ececec;}
.blog .blog-detailed {width:100%; float:right; text-align:left; padding-bottom:50px;}
.blog .blog-detailed h3 {font-size: 30px; line-height:35px; }

.contact {
	width: 100%;
	float: left;
	padding-top:70px;
	text-align:center;
	padding-bottom:50px;
}
.contact p {text-align:center;}
.contact .row {
	background-color: #3aa3cc;
	width: 100%;
	float: left;
	margin-top: 50px;
}
.contact .map { width:62%; float:left;}
.contact .address {
	width: 38%;
	float: left;
	text-align: left;
	padding: 4% 5% 3% 5%;
	color: #FFF;
	font-size: 15px;
	line-height: 25px;
}
.contact .address h3 {
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 20px;
}
.contact_form {
	width: 100%;
	float: left;
	margin-top: 80px;
	text-align:left;
}
.contact_form .row-2 {
	margin-left: -20px;
	margin-right: -20px;
}
.contact_form .col-2 {
	float: left;
	width: 50%;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 40px;
}
.contact_form .col-1 {
	float: left;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 40px;
}
.contact_form .txtbox1, .txtbox2 {
	height: 70px;
	width: 100%;
	padding-left: 4%;
	border: 1px solid #c0c0c0;
}
.contact_form .txtbox2 {
	height: 150px;
	padding-left: 2%; padding-top:2%;
}
.contact_form h3 {
	font-weight: 400;
	font-size: 25px;
	color: #505050;
	margin-bottom: 50px;
}
.contact_form .btn {
	color: #FFF;
	background-color: #3aa3cc;
	float: right;
	height: 93px;
	width: 280px;
	font-size: 20px;
	text-transform: uppercase;
	border: none;
	letter-spacing: 1px;
}
.gallery {
	width: 100%;
	float: left;
	padding-top:70px;
	text-align:center;
}
.gallery h6 {margin-bottom:50px; font-weight:400; }
.gallery .row {
	float: left;
	width: 100%;
	margin-top:20px;
}
.gallery .gallery-box {
	width: 33.3333%;
	float: left;
	
}
.gallery .gallery-box img { width:100%; height:auto; }
.capt {    position:absolute;	bottom:0px;    right:0; background: rgba(237, 27, 54, 0.65);  width:100%;    height:100%;    display: none;    text-align:center;    color:#fff !important;    z-index:2; }

.brand_logos { width:100%; float:left; margin-top:60px; margin-bottom:60px;}
.brand_logos .brand_box { width:155px; float:left; }
.brand_logos  .wrapper { overflow:inherit; }
.brand_logos h2 {font-size: 34px;font-weight: 4	00;color: #505050;text-transform: uppercase;margin-bottom: 25px;margin-bottom: 60px;line-height: 30px; text-align:center;}
