@keyframes animatedsend {
	0% { background-position:100% 0%; }
	100% { background-position:100% 100% ; }
}
@-webkit-keyframes animatedsend {
	0% { background-position:100% 0%; }
	100% { background-position:100% 100% ; }
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
	height:100%;
}
body{
	font-family: 'Roboto', sans-serif;
	background: #fff;
	font-size: 22px;
	font-weight:300;
	color: #636363;
}
.clr{clear: both;}
.s4{height:4px;}
.s9{height:9px;}
.s18{height:18px;}
.s27{height:27px;}
.s36{height:36px;}
.s45{height:45px;}
.s54{height:54px;}
.s70{height:70px;}
.s79{height:79px;}
.s90{height:90px;}
a{
	color:#ff0a60;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	outline:none;
	text-decoration:none;
}
a:hover{
	color:#000;
}
h1{
	font-size:48px;
	font-weight:100;
	line-height:40px;
}
h2{
	font-size:72px;
	line-height:79px;
	font-weight:700;
	color:#000;
	margin:-5px 0 0;
}
.title h1{
	font-family: 'Cinzel', serif;
	text-transform:uppercase;
	border-bottom:2px dotted #ff0a60;
	}
.title h2{
	font-family: 'Cinzel', serif;
	text-transform:uppercase;
	font-weight:400;
}
.home{
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
	background-color:#000;
	color:#fff;
}
.logo{
	position: absolute;
	text-align:center;
	margin:0 auto;
	top: 40%;
	width:100%;
	transform: translateY(-50%);
}
.large-header {
	background-color:rgba(0,0,0,.4);
	background-image:url(../images/pattern.png);
	position:absolute;
	width: 100%;
	height:100%;
	top:0;
	overflow: hidden;
}
.cb-slideshow,
.cb-slideshow:after {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.cb-slideshow:after {
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li div {
    z-index: 10;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}
.cb-slideshow li div h3 {
    
	font-family: 'Merienda One', cursive;
	font-weight:normal;
    font-size: 50px;
    padding: 0 30px;
    line-height: 79px;
    color: rgba(255,255,255,1);
}
.cb-slideshow li:nth-child(1) span { background-image: url(../images/1.jpg) }
.cb-slideshow li:nth-child(2) span {
    background-image: url(../images/2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(../images/3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(../images/4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url(../images/5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url(../images/6.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.1);
	}
	100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -webkit-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -webkit-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -moz-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -moz-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -o-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -o-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -ms-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -webkit-transform: scale(10);
	}
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    transform: scale(10);
	}
	100% { opacity: 0 }
}
.menuline{
	position:fixed;
	height:80%;
	right:10%;
	top:10%;
	border-right:2px dotted #ccc;
	z-index:11;
}
.menu{
	position:absolute;
	height:242px;
	right:-12px;
	top:calc(50% - 121px);
}
.menulink{
	height:21px;
	width:21px;
	border:1px solid #ff0a60;
	border-radius:15px;
	margin:0 0 50px;
	background-color:#ff0a60;
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg); /* Standard syntax */
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.menulinkhover{
	background-color:rgba(0,0,0,.5);
	position:absolute;
	right:-3px;
	top:-3px;
	padding:3px 36px 4px 12px;
	text-transform:uppercase;
	font-size:18px;
	color:#fff;
	border-radius:15px;
	opacity:0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
}
.mhdot{
	position:absolute;
	height:21px;
	width:21px;
	top:3px;
	right:3px;
	border:1px solid #fff;
	border-radius:15px;
	background-color:#fff;
}
.menulink:hover{
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari */
    transform: rotate(0deg); /* Standard syntax */
}
.menulink:hover .menulinkhover{
	opacity:1;
}
.wrapper{
	width:70%;
	margin:0 auto;
}
.exptext, .hometext, .sertext{
	font-size:30px;
	text-align:center;
	padding:90px 0 50px;
}
.sertext{
	padding:45px 0 0px;
}
.hometext{
	padding:120px 0 60px;
	border-bottom:1px dotted #ff0a60;
}
.hometext b{
	font-size:48px;
	font-weight:400;
	color:#000;
}
.sertext b{
	font-size:48px;
	line-height:63px;
	font-weight:400;
	color:#000;
}
.homecontact, .about{
	font-size:30px;
	text-align:center;
	padding:45px 0;
}
.about{
	font-size:22px;
	line-height:32px;
}
.homecontact span{
	text-shadow:0 3px 3px rgba(0,0,0,.4);
}
.getintouch{
	background-color:#ff0a60;
	background-image:url(../images/pattern2.png);
	box-shadow:0 5px 5px rgba(0,0,0,.3);
	border-radius:18px;
	color:#fff;
	font-size:36px;
	font-weight:500;
	padding:12px 54px;
}
.getintouch:hover{
	background-color:#000;
	color:#fff;
}
.cont_box{
	display:inline-block;
	padding:10px 20px;
}
.homecell{
	font-size:30px;
	font-weight:300;
}

.aboutpics{
	width:33%;
	display:inline-block;
	position:relative;
	z-index:1;
}
.omkar{
	overflow:hidden;
	position:relative;
}
.protitle{
	position:absolute;
	bottom:0;
	width:100%;
	padding:12px 20px;
	font-size:18px;
	background-color:rgba(0,0,0,.4);
	color:#fff;
	text-align:left;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.protitlesm{
	position:absolute;
	top:10px;
	left:100%;
	width:calc(100% - 40px);
	padding:12px 20px;
	font-size:18px;
	color:#000;
	text-align:left;
	display:none;
}
.protitle h1{
	margin: 0 0 0 -3px;
	font-size:45px;
}
.protitle p{
	font-size:27px;
	font-weight:100;
	padding:7px 0 0;
}
.aboutpic:hover div img, .aboutpic2:hover div img{
	-ms-transform: scale(1.2, 1.2); /* IE 9 */
    -webkit-transform: scale(1.2, 1.2); /* Safari */
    transform: scale(1.2, 1.2);
}
.aboutpic:hover div .protitle{
	border:none;
	padding:32px 18px;
}
.aboutpic2{
	width:67%;
	display:inline-block;
	margin:90px  -1px 0 -5px;
	vertical-align:top;
}
.office1{
	overflow:hidden;
	position:relative;
}
.protitle2{
	position:absolute;
	bottom:0;
	width:calc(100% - 220px);
	padding:20px 20px 20px 200px;
	font-size:36px;
	line-height:40px;
	font-weight:100;
	color:#fff;
	text-align:left;
}
.office2{
	width:140%;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	overflow:hidden;
	padding:0 0 -5px;
}
.omkar img, .office1 img, .office2 img{
	width:100%;
	height:auto;
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.aboutpunch{
	margin:-72px 0 0;
	float:right;
	width:50%;
	text-align:left;
	font-size:36px;
	line-height:40px;
	color:#ff0a60;
	font-weight:100;
}
.star{
	background-image:url(../images/star.png);
	background-position:center;
	height:20px;
	max-width:650px;
	margin:0 auto;
	}
.exp, .exp3{
	width: 242px;
	height: 141px;
	background-image: url(../images/exper.png);
	background-size: cover;
	text-transform: uppercase;
	font-size: 18px;
	margin: 100px auto 0;
	display: inline-block;
	vertical-align: top;
	color: #000;
}
.exp2{
	width:423px;
	height:87px;
	padding:110px 0 0;
	background-image:url(../images/exper2.png);
	background-size:cover;
	background-position:center;
	text-transform:uppercase;
	font-size:18px;
	color:#818181;
	margin:70px 70px 0;
	display:inline-block;
}
.exp2 h2{
	font-size:30px;
	line-height:30px;
	font-weight:300;
}
.exp2 h1{
	font-size:42px;
	font-weight:700;
}
.exp h1, .exp3 h1{
	font-size:60px;
	line-height:40px;
	font-weight:900;
	padding:25px 0 0;
	color:#818181;
}
.exp3 h1{
	padding:20px 0 0;
	font-size:50px;
	line-height:54px;
}
.exp h2, .exp3 h2{
	font-size:24px;
	line-height:25px;
	padding:5px 0 0;
	color:#818181;
}
.exp3 h2{
	font-size:24px;
	line-height:25px;
	padding:5px 0 0;
	color:#818181;
}
.services{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#db8c2b+0,d829d2+52,2586c6+100 */
	background: rgb(219,140,43); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(219,140,43,1) 0%, rgba(216,41,210,1) 52%, rgba(37,134,198,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(219,140,43,1) 0%,rgba(216,41,210,1) 52%,rgba(37,134,198,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(219,140,43,1) 0%,rgba(216,41,210,1) 52%,rgba(37,134,198,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db8c2b', endColorstr='#2586c6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	text-align:center;
	position: relative;
	overflow: hidden;
}
.servicebox{
	background-image: url(../images/bubble1.png);
	animation: animatedsend 9s linear infinite;
	-webkit-animation: animatedsend 9s linear infinite;
}
.servicebox2{
	background-image: url(../images/bubble2.png);
	animation: animatedsend 12s linear infinite;
	-webkit-animation: animatedsend 12s linear infinite;
}
.servicebox3{
	background-image: url(../images/bubble3.png);
	animation: animatedsend 18s linear infinite;
	-webkit-animation: animatedsend 18s linear infinite;
}
.services:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
  background-image:url(../images/bg.jpg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.skew, .skew1{
	width: 350px;
	height: 300px;
	-webkit-transform: skew(-10deg);
	-moz-transform: skew(-10deg);
	-o-transform: skew(-10deg);
	cursor:pointer;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	padding:0 27px;
	margin:0 -3px;
}
.skew{
	border-left:1px dotted #fff;
	border-right:1px dotted #fff;
}
.skew:hover, .skew1:hover{
	background-color:rgba(0,0,0,.2)
	}
.service2{
	padding:70px 0 0 27px;
	color:#fff;
	-webkit-transform: skew(10deg);
	-moz-transform: skew(10deg);
	-o-transform: skew(10deg);
}
.service2 h1{
	font-size:50px;
	line-height:54px;
	padding:0 0 20px;
	font-weight:700;
	color:#fff;
}
.servicelist div{
	text-align:left;
	padding:5px 0 5px 27px;
	background:url(../images/star2.png) no-repeat;
  	background-position:0px 13px;
}
.citybox{
	text-align:left;
}
code>ul{
	font-family: 'Roboto', sans-serif;
}
code>ul li{
  float:left;
  display:inline;
  padding:4px 4px 4px 36px;
  border-bottom:1px dotted #F03;
  margin: 0 15px;
  background:url(../images/star2.png) no-repeat;
  background-position:center left;
}
#column li    { width:calc(25% - 70px); } 
.cities{
	height:218px;
	background:url(../images/cities.png) no-repeat right;
}
.clients{
	text-align:center;
}
.client{
	display:inline-block;
	width:calc(50% - 100px);
	margin:0 10px 150px;
	text-align:justify;
	padding:63px 36px 36px;
	font-size:20px;
	border:1px solid #ff73a4;
	border-radius:18px;
	position:relative;
}
.client h1{
	font-size:24px;
	line-height:30px;
	font-weight:700;
}
.client h2{
	font-size:20px;
	line-height:30px;
	font-weight:300;
}
.client .img{
	position:absolute;
	top:-150px;
	left:0;
	right:0;
	margin:0 auto;
	height:130px;
	width:130px;
	border:1px solid #ff0a60;
	border-radius:120px;
	margin: 0 auto;
	overflow:hidden;
}
.testimonial-arrow{
	width:38px;
	height:36px;
	background-image:url(../images/testimonial-arrow.png);
	position:absolute;
	top:-36px;
	left:0;
	right:70px;
	margin:0 auto;
	}
.contact{
	margin:45px 20px;
	width:300px;
	display:inline-block;
}
.contact p{
	font-size:27px;
	font-weight:700;
}
.email, .phone, .skype{
	width:90px;
	height:90px;
	border-radius:90px;
	border: 1px solid #b7b7b7;
	margin: 0 auto 18px;
	background:url(../images/email.png) no-repeat center;
}
.phone{
	background:url(../images/phone.png) no-repeat center;
}
.skype{
	background:url(../images/skype.png) no-repeat center;
}
input[type="text"], textarea{
    width: 400px;
    height: 45px;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	color:#ff0a60;
    box-sizing: border-box;
    outline: none;
    border: 1px solid lightgray;
    border-radius: 9px;
    padding: 10px;
    transition: all 0.1s ease-out;
	margin:3px 0;
 }
 input[type="text"]:focus, textarea:focus{
	 border: 1px solid #ff0a60;
	 background-color:#f3f3f3;
 }
textarea {
	width:806px;
	max-width:806px;
	height:200px;
	max-height:200px;
}
.button {
	width:806px;
	border-radius: 9px;
	height:45px;
    background-color: #ff0a60;
    border: none;
    color: white;
    font-size:18px;
    text-align: center;
    text-decoration: none;
	outline:none;
}
.button:hover{
	background-color: #000;
}
.error_strings{
	max-width:400px;
	background-color:rgba(0,0,0,.05);
	margin:0 auto;
	}
.error_strings a{
	font-size:14px;
	text-align:left;
	padding:22px;
	display:inline-block;
	color:#ff0a60;
}
.social{
	display:inline-block;
	width:50px;
	height:50px;
	border-radius:20px;
	margin:0 0 0 12px;
}
.social:hover{
	background-position:0 -50px;
}
.facebook{
	background-image:url(../images/facebook.png);	
}
.twitter{
	background-image:url(../images/twitter.png);	
}
.linkedin{
	background-image:url(../images/linkedin.png);	
}
.tip{
	color:#b7b7b7;
	font-size:16px;
}
.weblabs{
	width:90%;
	position:relative;
	margin:-50px 0 0;
	height:50px;
	overflow:hidden;
	}
.weblabs-logo{
	position:absolute;
	right:0;
	bottom:-43px;
	width:50px;
	height:43px;
	padding: 7px 0 0;
	background-color:#F60;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	font-size:9px;
	color:#ccc;
	text-align:center;
	background-image:url(http://www.weblabssolutions.com/weblabs-logo.png);
	background-position:center 15px;
	background-repeat:no-repeat;
}
.weblabs-logo:hover{
	bottom:0px;
	padding: 2px 0 0;
	height:48px;
	background-color:#000;
	color:#ccc;
}
@media screen and (max-width: 1600px) { 
	.exp2{
		margin:70px 30px 0;
	}
}
@media screen and (max-width: 1430px) { 
	.hide{display:none;}
	#column li  { width:calc(33.333% - 70px); } 
	.cb-slideshow li div h3 {
		font-size: 56px;
		line-height: 60px;
	}
	.protitle h1{
		margin: 0 0 0 -3px;
		font-size:36px;
	}
	.exp, .exp3{
		width:200px;
		height:117px;
		font-size: 15px;
	}
	.exp2{
		width:360px;
		height:68px;
		padding:100px 0 0;
		margin:70px 30px 0;
	}
	.exp h1,.exp3 h1{
		font-size:50px;
		padding:15px 0 0;
	}
	.exp h2{
		font-size:19px;
	}
	.exp3 h2{
		font-size:20px;
		line-height:21px;
	}
	.exp2 h2{
		font-size:26px;
		line-height:26px;
	}
	.exp2 h1{
		font-size:36px;
	}
	.aboutpunch{
		font-size:27px;
		line-height:32px;
		margin:-30px 0 0;
		
	}
	.protitle2{
		width:calc(100% - 160px);
		padding:20px 20px 20px 140px;
		font-size:27px;
		line-height:32px;
	}
}
@media screen and (max-width: 1270px) { 
	.exp, .exp2, .exp3{
		display:block;
		margin:90px auto 0;
	}
	.exp, .exp3{
		width: 242px;
		height: 141px;
		font-size: 18px;
	}
	.exp2{
		width:423px;
		height:87px;
		padding:110px 0 0;
	}
	.exp h1,.exp3 h1{
		font-size:60px;
		padding:25px 0 0;
	}
	.exp h2{
		font-size:24px;
	}
	.exp3 h2{
		font-size:24px;
		line-height:25px;
	}
	.exp2 h2{
		font-size:30px;
		line-height:30px;
	}
	.exp2 h1{
		font-size:42px;
	}
	.skew, .skew1{
	width: calc(33% - 54px);
	}
	.skew h1, .skew1 h1{
		font-size:28px;
	}
}

@media screen and (max-width: 1167px) { 
	textarea {
		width:400px;
		max-width:400px;
	}
	.button {
		width:400px;
	}
	
}
@media screen and (max-width: 1100px) { 
	.hide{display:block;}
	#column li  { width:calc(50% - 70px);}
	.wrapper{width:90%;}
	.homecontact, .about{
		padding:27px 0;
	}
	.menuline{
		right:20px;
	}
	.aboutpunch{
		margin:0;
		width:100%;
		font-size:30px;
		line-height:36px;
		
	}
	.skew, .skew1{
		-webkit-transform: skew(0deg);
		-moz-transform: skew(0deg);
		-o-transform: skew(0deg);
	}
	
	.service2{
		-webkit-transform: skew(0deg);
		-moz-transform: skew(0deg);
		-o-transform: skew(0deg);
	}
}
@media screen and (max-width: 900px) { 
	.aboutpic2{
		width:100%;
		display:block;
		margin:1px 0 0;
	}
	.protitle2{
		width:calc(100% - 40px);
		padding:20px;
	}
	.aboutpics{
		width:50%;
		display:block;
		position:relative;
		z-index:1;
	}
	.office2{
	width:200%;
	}
	.protitle{display:none;}
	.protitlesm{display:block;}
	.skew, .skew1{
	width: calc(100% - 40px);
	height:auto;
	}
	.skew{
	border-top:1px dotted #fff;
	border-bottom:1px dotted #fff;
	border-left:none;
	border-right:none;
	}
	.service2{
	padding:20px;
}

}
@media screen and (max-width: 800px) { 
	.cont_box{
		display:block;
		padding:10px 0;
	}
	body{font-size: 18px;}
	.exptext, .hometext, .sertext{font-size:24px;}
	.hometext spam{font-size:32px;}
	.about{	font-size:16px;	line-height:25px;}
	.cb-slideshow li div h3 {
		font-size: 36px;
		line-height: 42px;
	}
	.protitle2{
		font-size:22px;
		line-height:30px;
	}
	.aboutpunch{
		font-size:22px;
		line-height:30px;
	}

	.client{
		width:calc(100% - 100px);
		font-size:16px;
	}
}


@media screen and (max-width: 700px) { 
	
	#column li  { width:calc(100% - 70px);}
	
	.exp, .exp3{
		width:200px;
		height:117px;
		font-size: 15px;
	}
	.exp2{
		width:360px;
		height:68px;
		padding:100px 0 0;
		margin:70px auto 0;
	}
	.exp h1,.exp3 h1{
		font-size:50px;
		padding:15px 0 0;
	}
	.exp h2{
		font-size:19px;
	}
	.exp3 h2{
		font-size:20px;
		line-height:21px;
	}
	.exp2 h2{
		font-size:26px;
		line-height:26px;
	}
	.exp2 h1{
		font-size:36px;
	}
	.getintouch{
		font-size:27px;
		padding:12px 36px;
	}
	.homecell{
		font-size:27px;
		font-weight:300;
	}
	h1{
		font-size:30px;
		line-height:36px;
	}
	h2{
		font-size:36px;
		line-height:50px;
	}
}


@media screen and (max-width: 500px) {
.getintouch{
	font-size:20px;
	padding:12px;
}
input[type="text"], textarea, .button{
    width:100%;
	max-width:100%;
   
 }
 .exp2{
		width:100%;
	}

}