h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
    font-family: 'Lato', sans-serif;
    font-size: 100%;
  	background: #FFf;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.header{
	background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height:900px;
    text-align: center;
}
.header h1{
	color: #1a2733;
    text-transform: uppercase;
    font-size: 3.5em;
    font-weight: 400;
    margin-top: 7em;
    letter-spacing: 10px;
    margin-bottom:20px;
}
.header h2{
	color: #1a2733;
    text-transform: uppercase;
    font-size:2em;
    font-weight: 400;
    letter-spacing: 10px;
}
.header p{
    color: #1a2733;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.8em;
    width: 66%;
    margin: 3em auto 0;
}
.header_arrow a span {
  width:36px;
  height:35px;
  display: inline-block;
  background: url(../images/arrow.png) no-repeat 0px 0px;
  vertical-align: middle;
  margin-top: 5em;
}
.content_top{
  padding:8em 0;
}
.tz-title-3{
  display: block;
  color: #3c3c3c;
  font-size: 35px;
  font-weight:800;
  line-height: 24px;
  margin: 0;
  padding: 24px 0;
  position: relative;
  text-align: center;
  margin-bottom:1em;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.tz-title-3:after{
  position: absolute;
  width: 50px;
  height: 4px;
  margin-left: 0;
  left: 48%;
  background: #dddbdb;
  content: '';
  bottom: 0;
}
.content_top{
	text-align:center;
}
.content_top img{
	display:inline-block;
}
.content_top p, .content_middle p{
  color: #555;
  font-size: 1em;
  line-height: 1.5em;
  width: 50%;
  margin: 0 auto 3em auto;
  text-align: center;
  font-weight: 400;
}  
.content_middle{
	background:#f6f6f6;
	padding:8em 0;
}
a.play-icon{
	position:relative;
}
a.play-icon span {
  width: 30px;
  height: 33px;
  display: inline-block;
  background: url(../images/video.png) no-repeat 0px 0px;
  position: absolute;
  top: 0;
  right:330px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.view {
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask,.view .content {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	cursor: pointer;
	width:100%;
	height:100%;
}
.view img {
   display: block;
   position: relative;
}
.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color:#f6cd23;
   -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;
}
.view-first ul.mask_img {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover ul.mask_img,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover ul.mask_img {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
ul.f_social {
  padding: 0;
  margin:39% 0 0 0;
  list-style: none;
  text-align: center;
}
ul.f_social li:first-child, ul.c_social li:first-child  {
  margin-left: 0;
}
ul.f_social li {
  display: inline-block;
  margin-right: 5px;
}
ul.f_social li a i {
  width: 45px;
  height: 45px;
  display: block;
  background: url(../images/social.png)no-repeat;
}
ul.f_social li a i.tw {
    background-position:-12px -14px;
}
ul.f_social li a i.fb {
    background-position:-74px -15px;
}
ul.f_social li a i.g {
    background-position:-135px -15px;
}
.team-grid h3{
  color: #3c3c3c;
  font-size: 1.1em;
  text-transform: capitalize;
  font-weight: 600;
  margin: 1em 0 0 0;
}
.team-grid h4{
  color: #999;
  font-size:0.85em;
  text-transform: capitalize;
  margin: 3px 0 0 0;
}
.box_1 span {
  width:70px;
  height:70px;
  display: inline-block;
  background: url(../images/icons.png) no-repeat 0px 0px;
}
.box_1 h3{
  text-transform: uppercase;
  color: #3c3c3c;
  font-size: 1.2em;
  font-weight: 600;
  margin: 2em 0 1em;
}
.box_1:hover h3{
  color: #f6cd23;
}
.box_1 span.top-icon1 {
  background-position:-16px -15px;
}
.box_1:hover span.top-icon1 {
  background-position:-16px -117px;
}
.box_1 span.top-icon2 {
  background-position:-116px -15px;
}
.box_1:hover span.top-icon2 {
  background-position:-116px -114px;
}
.box_1 span.top-icon3 {
  background-position:-212px -15px;
}
.box_1:hover span.top-icon3 {
  background-position:-212px -110px;
}
.box_1 p{
  color: #555;
  font-size: 0.85em;
  line-height: 1.8em;
  text-align: center;
  font-weight: 400;
}
.content_middle_bottom h4 {
  color: #555;
  font-size: 1em;
  line-height: 1.5em;
  width: 50%;
  margin: 0 auto 3em auto;
  text-align: center;
  font-weight: 400;
}
.content_middle_bottom{
  padding:8em 0 0 0;
}
/***** Slider *****/
.index-banner{
	min-height:400px;
}
.banner-wrap {
	padding:0 0 2em 0;
}
.wmuSlider {
	position: relative;
	overflow: hidden;
	margin-bottom: 8em;
}
.wmuSlider .wmuSliderWrapper article img {
	/*--max-width: 100%;
	width: auto;
	height: auto;
	display:block;--*/
}
/* Default Skin */
.wmuSliderPagination {
	z-index: 2;
	position: absolute;
	right:50%;
	bottom:0px;
}
ul.wmuSliderPagination {
	padding:0;
}
.wmuSliderPagination li {
	float: left;
	margin: 0 8px 0 0;
	list-style-type: none;
}
.wmuSliderPagination a {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	background: #e6e5e5;
	border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-o-border-radius:50px;
}
.wmuSliderPagination a.wmuActive {
	background:#f6c80c;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}
ul.gallery{
	padding:0;
	margin:0;
	list-style:none;
}
ul.gallery li{
  width: 33%;
  float: left;
  margin-right: 0.5%;
}
ul.gallery li.last{
	margin-right:0;
}
.work{
	margin-top:8em;
}
.client{
  background: url(../images/client.jpg) no-repeat center top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  min-height:550px;
  padding-top: 7em;
}
h3.client_head{
	color:#fff;
	font-weight:600;
}
.client_desc h4{
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
  width: 50%;
  margin: 0 auto 3em auto;
  text-align: center;
  font-weight:300;
}
.ocarousel_window {
	width: 100%;
}
.ocarousel {
    display: none;
    padding:20px 0;
    position:relative;
}
.ocarousel span a.prev,.ocarousel span a.next{
	position:absolute;
	top:38%;
}
.ocarousel span a.prev{
	left: 0;
	font-size: 3em;
	color:#F94B4B
}
.ocarousel span a.next{
	right:0;
	font-size: 3em;
	color:#F94B4B
}
.ocarousel span a img{
    padding-top:5px;	
}
.ocarousel_window {
   overflow: hidden;
   white-space: nowrap;
   /* default size */
   width:90%;
   margin:0 auto;
}
.ocarousel_window_slides {
   position: relative;
   margin: 0 auto;
   overflow: hidden;
   width: 50000px;
   white-space: nowrap;
 }
.ocarousel_window_slides * {
    float: left;
    white-space: normal;
    margin: 0 5px;
}
.ocarousel_indicators {
    width: 100%;
}
.contact {
  margin-bottom: 8em;
}
ul.span_1{
	margin: 7em 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
ul.span_1 li{
	width: 19%;
  display: inline-block;
}
.grid_2 input[type="text"] {
  padding: 15px 0;
  width:80%;
  font-size: 0.8125em;
  margin:10px 0;
  color: #999;
  background: none;
  outline: none;
  background: none;
  border-bottom: 1px solid #D4D4D4;
  border-top: none;
  border-left: none;
  border-right: none;
}
.grid_2 textarea {
  background:none;
  display: block;
  width:80%;
  padding: 15px 0;
  border-bottom: 1px solid #D4D4D4;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  margin: 3px 0;
  font-size: 0.8125em;
  color: #999;
  height:100px;
  resize: none;
}
.grid_2 input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  color:#fff;
  background:#f6c80c;
  padding:10px 40px;
  margin-top:2em;
}
.grid_2 input[type="submit"]:hover{
	background:#000;
}
.c_social{
  padding: 0;
  margin: 3em 0 0 0;
  list-style: none;
}
.c_social li{
	margin-bottom:2px;
}
i.behance {
  width: 160px;
  height: 45px;
  display: block;
  background: url(../images/social.png)no-repeat 52px -70px #0e9ef9;
}
i.behance:hover{
  background: url(../images/social.png)no-repeat 52px -70px #0290EA;
}
i.twitter {
  width: 160px;
  height: 45px;
  display: block;
  background: url(../images/social.png)no-repeat 55px -119px #51d7fd;
}
i.twitter:hover{
  background: url(../images/social.png)no-repeat 55px -119px #21cdfe;
}
i.dribble {
  width: 160px;
  height: 45px;
  display: block;
  background: url(../images/social.png)no-repeat 55px -163px #fa4e9b;
}
i.dribble:hover {
  background: url(../images/social.png)no-repeat 55px -163px #FD2083;
}
i.facebook{
  width: 160px;
  height: 45px;
  display: block;
  background: url(../images/social.png)no-repeat 55px -210px #2a63ab;
}
i.facebook:hover{
  background: url(../images/social.png)no-repeat 55px -210px #1353A4;
}
i.google{
  width: 160px;
  height: 45px;
  display: block;
  background: url(../images/social.png)no-repeat 55px -256px #f13131;
}
i.google:hover{
  background: url(../images/social.png)no-repeat 55px -256px #E50303;
}
.copy{
  background:#c9c9ca;
  padding:2em 0;
  text-align:center;
}
.copy p{
  font-size: 1em;
  color: #555;
  font-weight: 500;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border: none;
  text-indent: 100%;
  background: url("../images/top.png") no-repeat 0px 0px;
}
/*--responsive design--*/
@media (max-width:1024px){
.header {
  min-height: 520px;
}
.header h1 {
  font-size: 3em;
  margin-top: 4em;
}
.header h2 {
  font-size: 1.5em;
}  
.header_arrow a span {
  margin-top: 3em;
}
}
@media (max-width:920px){
.header h1 {
  font-size: 2.5em;
  margin-top: 4em;
}
.header h2 {
  font-size: 1.3em;
}
.header p {
  font-size: 0.85em;
}
.header_arrow a span {
  margin-top: 2em;
}
.header {
  min-height: 460px;
}
.content_top, .content_middle  {
  padding: 3em 0;
}
.tz-title-3 {
  font-size: 28px;
}
.content_middle {
  background: #f6f6f6;
}
.col-md-3.team-grid {
  width: 50%;
  float: left;
  margin-bottom: 2em;
}
.view .mask, .view .content {
  width: 87%;
  height: 100%;
}
.content_middle_bottom {
  padding: 3em 0 0 0;
}
.box_1 h3 {
  margin: 1em 0 0.5em;
}
.col-md-4.box_1 {
  margin-bottom: 2em;
}
.work {
  margin-top: 2em;
}
ul.span_1 {
  margin: 3em 0 0;
}  
.client {
  min-height: 390px;
  padding-top: 3em;
}
.col-sm-10 {
  width: 74.333333%;
}
.contact {
  margin-bottom: 4em;
}
}
@media (max-width:640px){
.header h1 {
  font-size: 2em;
}
.header h2 {
  font-size: 1.1em;
}
.header p, .content_middle_bottom h4{
  font-size: 0.85em;
  width: 75%;
}
.header {
  min-height: 410px;
}
.content_top p, .content_middle p {
  width: 70%;
}  
.view .mask, .view .content {
  width: 100%;
  height: 100%;
}
.col-sm-10 {
  width: 100%;
}
}
@media (max-width:480px){
.header h1 {
  font-size: 1.5em;
}
.header h2 {
  font-size: 0.95em;
}	
.header p, .content_middle_bottom h4 {
  font-size: 0.85em;
  width: 100%;
}
.header {
  min-height: 370px;
}
.header p {
  margin: 2em auto 0;
}
.tz-title-3 {
  font-size: 25px;
  padding: 15px 0;
}
.tz-title-3:after {
  left: 44%;
}  
.content_top p, .content_middle p {
  width: 90%;
}
ul.f_social li {
  margin-right: 0px;
}
.box_1 h3 {
  font-size: 1em;
}
.client {
  min-height: 320px;
}
}
@media (max-width:375px){
.header h1 {
  font-size: 1.3em;
  letter-spacing: 5px;
}	
.header h2 {
  font-size: 0.95em;
  letter-spacing: 5px;
}
.header p {
  font-size: 12px;
}
.header_arrow a span {
  margin-top: 1em;
}
.header {
  min-height: 330px;
}
.tz-title-3 {
  font-size: 20px;
  padding: 10px 0;
}
.content_top p, .content_middle p {
  width: 90%;
  font-size: 0.85em;
  margin: 0 auto 2em auto;
}
.col-md-3.team-grid{
   padding:0;
}
.copy {
  padding: 1em 0;
}
.copy p {
  font-size: 0.85em;
}  
}
@media (max-width:320px){
 .container{
 	padding:0 10px;
}
.team-grid h3 {
  font-size: 1em;
}  
.content_middle{
  padding:3em 0 1em 0;
}
.content_top{
  padding: 2em 0;
}
.contact {
  margin-bottom: 2em;
}
.header p {
  margin: 1em auto 0;
}
.header {
  min-height: 300px;
  zoom: .90;
}
.header_arrow a span {
  margin-top: 10px;
}
.header h1 {
  margin-bottom: 10px;
}
}