@charset "UTF-8";
@font-face {
  font-family: 'iconfont';
  src: url('iconfont/iconfont.eot');
  src: url('iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
      url('iconfont/iconfont.woff2') format('woff2'),
      url('iconfont/iconfont.woff') format('woff'),
      url('iconfont/iconfont.ttf') format('truetype'),
      url('iconfont/iconfont.svg#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,h2 {
	margin: 0;
}
ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
a {
	text-decoration: none;
}
.width-45 {
	width: 45%;
}
.clearfix {
	zoom: 1;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after{
	clear:both;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* Body */
body {
	font-family: "open-sans",sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
}
.home {
	position: fixed;
    top: 50px;
    left: 40px;
    padding: 8px;
    padding-right: 4px;
    background: #222;
    border-radius: 4px;
    z-index: 10;
}

.home .overflow {
	overflow: hidden;
	display: inline-block;
}


.home:hover .inner-box {
	display: inline-block;
	width: 120px;
/*	transform: matrix(1, 0, 0, 1, 0, 0);*/
}
.home .inner-box {
	display: none;
	background: #222;
	vertical-align: top;
    transform: matrix(1, 0, 0, 1, -140, 0);
    transition: all 0.8s linear 0s; 
    width: 0;
}
.home .inner-box a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	padding: 0 6px;
}
.home .inner-box a:hover {
	color: #7acbe4;
}
.home span {
	font-size: 26px;
    color: #7acbe4;
}

.banner {
	width: 100%;
	height: 550px;
	background-size: cover;
	position: relative;
	overflow: hidden;

}
.banner-top {
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    text-align: center;
}
.banner-top h1 {
	margin-top: 220px;
    font-size: 66px;
    color: #fff;
}
.superwell-banner {
	background-image: url(../images/superwell-banner.jpg);
}
.cricket-banner {
	background-image: url(../images/cricket-banner.jpg);
}
.company-banner {
	background-image: url(../images/company-banner.jpg);
	text-align: center;
}
.company-banner h1 {
	color: #fff;
	font-size: 80px;
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    padding-top: 200px;
}
.blank {
	background: #fff;
    width: 120%;
    height: 200px;
    transform: rotate(-2deg);
    position: relative;
    bottom: -540px;
    
}

.superwell-banner {
	background-image: url(../images/superwell-banner.jpg);
}

.part1 {
	width: 80%;
    margin: 90px auto;
    text-align: center;
    line-height: 1.8;
    font-size: 20px;
}
.part2 {
	background: url(../images/creatives.jpg);
	height: 500px;
    padding: 98px 100px;
    margin: 40px 0;
    box-sizing: border-box;
    color: #fff;
    line-height: 1.7;
    font-size: 20px;
}
.list ul {
	height: 500px;
	width: 85%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    color: #595959;
}
.list ul h1 {
	font-size: 18px;
	margin-top: 10px;
}
.list ul li {
	margin: 4%;
    width: 25%;
    float: left;
    display: inline-block;
}
.list ul li img {
	width: 100%;
}
.part2 h1 {
	padding: 45px;
}
.part3 {
	margin: 100px auto;
    width: 86%;
    box-sizing: border-box;
    height: 300px;
    font-size: 20px;
    line-height: 1.5;
}
/* footer*/
.footer-desktop {

	margin-top: 80px;
	position: relative;
    width: 100%;
    height: auto;
    background: #F7F7F5;
    color: #1a1c1a;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    padding: 50px 0;
    overflow: hidden;
}
.footer-desktop a {
	color: #666666;
}
.footer-desktop .out-ul {
	margin: 0 auto;
	width: 80%;

}
.footer-desktop .out-ul h5 {
	font-size: 20px;
}
.footer-desktop .inner-ul li {
	margin: 15px 0;
    font-size: 14px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
}
.footer-desktop .sitemap{
	width: 10%;
	margin-left: 6%;
}
.footer-desktop .services{
	width: 15%;
	margin-left: 5%;
}
.footer-desktop .latest-blog {
	width: 15%;
	margin-left: 10%;
}
.footer-desktop .in-touch{
	width: 24%;
	margin-left: 10%;
}
.footer-black {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #363636;
	color: #a3a4a3;
	font-size: 14px;
	/*text-transform: uppercase;*/
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	border-left: 6px solid #DE2828;
	border-right: 6px solid #DE2828;
}
.footer-black .inner{
	width: 80%;
	margin: 0 auto;
	padding-right: 8%;
}
.copyright {
	text-align: right;
}
/*footer end*/

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
	.home {
		top: 20px;
		left: 5px;
	}
	.company-banner h1 {
		padding-top: 154px;
	}
	.company-banner {
		height: 375px;
	}
	.company-banner {
		background-image: url(../images/company-banner-min.jpg);
		text-align: center;
		background-size: cover;
	}
	.list ul li {
		margin: 10%;
	    width: 80%;
	}
	.list ul {
		height: 1100px;
	}
	.part2 {
	    height: 1000px;
    	padding: 10%;
	}
	.part2 h1 {
		padding: 0;
	}
	.width-45 {
		width: 100%;
	}
	.part3 .right img {
		width: 95%;
	}

	.list-box {
		padding-top: 45px;
	}
	.list-box ul li {
		width: 100%;
	}
	.in-touch {
		display: none;
	}
	.latest-blog {
		display: none;
	}
	.footer-desktop .sitemap, .footer-desktop .services{
		width: 40%;
	}
	.footer-desktop {
		margin-top: 0;
		padding: 0 0 30px;
	}
	.footer-black .inner {
		padding-right: 0;
	}
	.copyright {
		text-align: center;
	}
}