
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;
}
.emailid{width:100%!important}
/*-- top bar --*/
.top-bar {
    background-color:#16214e;
    padding: 17px 0;
	color:#9d9d9d;
}
p.top-p1 {
	font-size: 14px;
    font-weight: normal;
    margin-left: 218px;
    text-transform: uppercase;
}
ul.top-contacts  {
	list-style:none;
}
ul.top-contacts li {
	display:inline-block;
}
ul.top-contacts li p span,ul.top-contacts p a {
	color:#9d9d9d;
}
li.top-hover {
	margin-right:25px;
}
ul.top-contacts a {
	text-decoration:none;
}
ul.top-contacts li.top-hover:hover ,ul.top-contacts li.top-hover span:hover ,ul.top-contacts li.top-hover a:hover {
	color:#fff;
}
.col-lg-5.col-md-5.top-w3ls2 {
    text-align: right;
}
/*-- /top bar --*/
/*-- navigation --*/
.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
	background-color:#fff;
}
.navbar {
	margin-bottom:0;
}
.navbar-inverse {
    background-color:transparent;
    border:none;
}
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border:none;
}
.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d;
    padding: 21px;
    font-size: 17px;
    color: #212121 !important;
    font-weight: normal;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color:#EE1C25!important;
    background-color:#fff;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color:#EE1C25!important;
    background-color:#fff;
}
a.navbar-brand {
    position: absolute;
    z-index: 999;
    padding: 0;
    display: block;
    background-color: #ED1B24!important;
    width: 195px;
    height: 118px;
    top: -56px;
	text-align:center;
}
a.navbar-brand h1 {
	font-size:38px;
	font-weight:700;
	color:#fff;
	line-height:118px;
	font-family: 'Ubuntu Condensed', sans-serif;
	text-transform:uppercase;
}
ul.nav.navbar-nav {
    margin: 0 0 0 180px;
}
.navbar-nav>li:first-child {
	border-left:1px solid #999;
}
.navbar-nav>li {
	border-right:1px solid #999;
}


@media (min-width: 768px) {
	.navbar-wrapper {
    margin-top: 56px;
}
	.navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
}
	.navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
}
	.navbar-wrapper .navbar {
    border-radius: 4px;
}
} 
/*-- --*/
/*--search--*/
.wpb_wrapper p{text-align:justify}
.sb-search {
	position: absolute;
	right:65px;
	top:11px;
	/*-- w3layouts --*/
	width: 0%;
	min-width:42px;
	height:40px;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	z-index: 99999;
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 3px;
	border: none;
	outline: none;
	background:#000;
	width: 68%;
	height:40px;
	margin: 0;
	z-index: 10;
	padding: 5px 15px;
	font-size: 15px;
	color: #ffffff;
	border-radius:50px;
}
.sb-search-input::-webkit-input-placeholder {
	color: #ffffff;
}
.sb-search-input:-moz-placeholder {
	color: #ffffff;
}
.sb-search-input::-moz-placeholder {
	color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
	color: #ffffff;
}
.sb-icon-search,.sb-search-submit  {
	width:30px;
	height:40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0%;
	padding: 0;
	margin: 0;
	line-height:71px;
	text-align: center;
	/*-- bizz --*/
	cursor: pointer;
}
.sb-search-submit {
	background: url('../images/search.png') no-repeat -6px 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	-webkit-appearance: none;
}
.sb-icon-search {
    background:#000 url('../images/search.png') no-repeat 3px 10px;
	z-index: 90;
	width: 40px;
	height: 40px;
	border-radius: 50px;
}
/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {
	width:30%;
}
.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
	background:  url('../images/search.png') no-repeat 3px 10px;
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
.sb-search.sb-search-open .sb-search-input{
	padding-right:33px;
} 
/*--//search--*/
/*-- --*/
/*-- /navigation --*/
/*--start-header--*/
/* .logo { */
	/* float: left; */
	/* width:23%; */
/* } */
/* .logo320{ */
	/* display:none; */
/* } */
/* .top-nav ul li a { */
	/* color: #7f7f7f; */
	/* font-size: 17px; */
	/* text-align: center; */
	/* position: relative; */
	/* font-weight: 400; */
	/* text-decoration: none; */
	/* padding: 0px 19px 0px 19px; */
	/* display: block; */
	/* background: ##f2f2f2; */
	/* border-radius: 0.3em; */
	/* -webkit-border-radius: 0.3em; */
	/* -moz-border-radius: 0.3em; */
	/* -o-border-radius: 0.3em; */
	/* -ms-border-radius: 0.3em; */
/* } */
/* .top-nav ul li a:hover,.top-nav ul li a.active{ */
	/* color:#fff; */
	/* background:#e9b10a; */
	/* transition:0.5s all; */
	/* -webkit-transition:0.5s all; */
	/* -moz-transition:0.5s all; */
	/* -o-transition:0.5s all; */
	/* -ms-transition:0.5s all; */
/* } */
/* .logo a{ */
	/* display:block; */
/* } */
/* /* top-nav */ 
/* .quote { */
	/* margin-top: 7px; */
/* } */
/* .quote a { */
	/* font-size: 21px; */
	/* font-weight: 400; */
	/* background: #171717; */
	/* letter-spacing: 2px; */
	/* color: #cbb814; */
	/* padding: 8px 33px; */
	/* border-radius: 0.3em; */
	/* -webkit-border-radius: 0.3em; */
	/* -moz-border-radius: 0.3em; */
	/* -o-border-radius: 0.3em; */
	/* -ms-border-radius: 0.3em; */
/* } */
/* .quote a:hover{ */
	/* color: #fff; */
	/* text-decoration:none; */
	/* background: #e9b10a; */
	/* 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: #f2f2f2; */
	/* padding:1.5em 0px; */
/* } */
/* .quote{ */
	/* float:right; */
	/* width:20%; */
	/* margin-left: 0em; */
/* } */
/* nav { */
	/* width: 55%; */
	/* float: left; */
/* } */
/* nav ul { */
	/* padding: 0; */
	/* float: right; */
	/* padding-top: 2px; */
	/* color:#dce3e4; */
/* } */
/* nav li { */
	/* display: inline-block; */
	/* position:relative; */
	/* margin: 0 1px; */
/* } */
/* nav a { */
	/* color: #fff; */
	/* display: inline-block; */
	/* text-align: center; */
	/* text-decoration: none; */
	/* line-height: 40px; */
/* } */
/* nav a:hover{ */
	/* text-decoration:none; */
	/* color:#00A2C1; */
	/* transition:0.5s all; */
	/* -webkit-transition:0.5s all; */
	/* -moz-transition:0.5s all; */
	/* -o-transition:0.5s all; */
	/* -ms-transition:0.5s all; */
/* } */
/* nav a#pull { */
	/* display: none; */
/* } */
/* /*Styles for screen 600px and lower*/ 
/* @media screen and (max-width: 768px) { */
	/* nav {  */
  		/* height: auto; */
  		/* float:none; */
  	/* } */
  	/* nav ul { */
  		/* width: 100%; */
  		/* display: block; */
  		/* height: auto; */
  	/* } */
  	/* nav li { */
  		/* width: 100%; */
  		/* position: relative; */
  	/* } */
  	/* nav li { */
	/* position: relative; */
	/* margin-left: 0px; */
	/* border-bottom: 1px solid#eee; */
	/* } */
	/* .header { */
		/* position: relative; */
	/* } */
	/* .quote { */
		/* width: 37%; */
	/* } */
  	/* .top-nav ul li.active a, .top-nav ul li a:hover { */
	/* border-bottom: none; */
	/* } */
  	/* nav li a { */
		/* margin: 0px 0px; */
		/* color: #4972A5; */
		/* padding: 0em 0; */
		/* font-size: 1.2em; */
	/* } */
  	/* nav a { */
	  	/* text-align: left; */
	  	/* width: 100%; */
  	/* } */
  	
/* } */
/* /*Styles for screen 515px and lower*/ 
/* @media only screen and (max-width : 768px) { */
	/* nav { */
		/* border-bottom: 0; */
		/* float:none; */
	/* } */
	/* nav ul { */
		/* display: none; */
		/* height: auto; */
		/* margin:1.3em 0 0px 0px; */
		/* background:#fff; */
	/* } */
	/* nav a#pull { */
		/* display: block; */
		/* position: relative; */
		/* color: #F26D7D; */
		/* text-align: right; */
		/* position: absolute; */
		/* top: 14%; */
		/* width: 7%; */
		/* right: 48%; */
	/* } */
	/* nav { */
		/* width: 100%; */
		/* position: relative; */
	/* } */
	/* nav a#pull:after { */
		/* content:""; */
		/* background: url('nav-icon.png') no-repeat; */
		/* width: 30px; */
		/* height: 30px; */
		/* display: inline-block; */
		/* position: absolute; */
		/* right: 15px; */
		/* top: 10px; */
	/* } */
	/* nav a#pull img{ */
		/* margin-top: 3%; */
	/* } */
	/* .top-nav ul li a { */
		/* color: #2C3E50; */
		/* padding: 0em 0; */
	/* } */
/* } */
/* /*Smartphone*/ 
/* @media only screen and (max-width : 320px) { */
	/* nav { */
		/* float:none; */
	/* } */
	/* nav li { */
		/* display: block; */
		/* float: none; */
		/* width: 100%; */
	/* } */
/* } */
/*--end-header--*/
/*--starts-banner--*/
.banner-1{
	background:url(../images/banner-01.jpg) no-repeat;
	background-size:100% 100%;
	min-height: 600px;
}
.banner-2{
	background:url(../images/banner-02.jpg) no-repeat;
	background-size:100% 100%;
	min-height: 600px;
}
.banner-3{
	background:url(../images/banner-1.jpg) no-repeat;
	background-size:100% 100%;
	min-height: 600px;
}

/*------------------ Slider Part starts Here----------*/
.slider{
	background:url(../images/slide-banner.jpg)no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	min-height:300px;
}
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 96.8%;
	left: 97.1%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 16px;
	width: 16px;
	background: transparent url("../images/arrows.png") no-repeat left top;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0%;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
}
.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 92%;
	z-index: 6;
	left: 44%;
	padding: 0;
	margin: 0;
	display: block;
}
.slider-top{
	text-align: center;
	margin-bottom:2.5em;
}
.slider-top p.below{
	font-size: 14px;
	color: #fff;
	font-weight: 100;
}
.slider-top h3{
	font-size:20px;
	font-weight:400;
	margin:10px 0px;
	color:#fff;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
}
.callbacks_tabs li{
	display:inline-block;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height:3px;
  width:50px;
  display:inline-block;
  background:#fff;
}
.callbacks_here a:after{
	background:#ED1B24;
}
ul.callbacks_tabs.callbacks2_tabs {
	display: none;
}
/*--Slider-Part-Ends-Here--*/
/*--end-banner--*/
/*-- inner pages banner --*/
section.banner-inner {
	background:url(../images/banner-inner.jpg);
	background-position:center;
	background-attachment:fixed;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
	min-height:300px;
}
section.contactbg {
	background:url(../images/contact-bg.jpg);
	background-position:center;
	background-attachment:fixed;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
	min-height:300px;
}
section.rv_bg {
	background:url(../images/rv_bg.jpg);
	background-position:center;
	background-attachment:fixed;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
	min-height:300px;
}
section.wp-bg {
	background:url(../images/wp-bg.jpg);
	background-position:center;
	background-attachment:fixed;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
	min-height:300px;
}
section.sp-bg {
	background:url(../images/sp-bg.jpg);
	background-position:center;
	background-attachment:fixed;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
	min-height:300px;
}
section.inner-header {
	text-align:-webkit-center;
}
section.inner-header h2.page-header {
    font-size: 2em;
	font-weight:normal;
    padding-bottom: 30px;
    color: #ED1B24;
	border-bottom: none;
	font-family: 'Ubuntu Condensed', sans-serif;
}
section.inner-header ol.breadcrumb {
    border: 1px solid #eb5425;
	background-color: transparent;
}
section.inner-header ol.breadcrumb li {
	font-size:17px;
	color:#16214e;
	font-weight:normal;
}
section.inner-header ol.breadcrumb li a {
	text-decoration:none;
	color:#eb5425;
}
section.inner-header ol.breadcrumb li a:hover {
	color:#ff3d00;
} 
section.inner-header .breadcrumb>li+li:before {
	color: #eb5425;
}
/*-- /inner pages banner --*/
/*--start-build--*/
.build{
	background:#16214E;
	padding:1.2em 0px;
}
.build-left h1{
	color:#fff;
	font-weight:300;
	margin:0;
	font-size:2.7em;
}
.build-left h1 span{
	font-weight:700;
	color:#fff;
}
.build-left p {
	color: #fff;
	font-weight: 100;
	font-size: 18px;
	margin-top: 3px;
}
.build-right{
	text-align:center;
	margin-top: 1.85%;
}
.build-right a {
	color: #fff;
	background: #ED1B24;
	padding: 16px 20px;
	font-size: 26px;
	font-weight: 400;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
}
.build-right a:hover{
	color: #000;
	text-decoration:none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/*--end-build--*/
/*--start-design--*/
.design{
	padding:6em 0px;
}
.design-text{
	background:#f1f1f1;
	padding: 2.5em 0px;
	text-align:center;
}
.design-text h3 {
	font-size: 1.2em;
	color: #595959;
	margin: 1.5em 0 0 0;
	font-weight: 400;
}
.design-text p{
	line-height:1.6em;
	color:#595959;
	font-size:16px;
	font-weight:400;
	margin-top:1.5em;
}
/*--end-design--*/
/*--start-work--*/
.work{
	padding:2em 0px;
}
.pop-up {
	position: absolute;
	bottom: 3%;
	left: 44.4%;
}
.work-top h3,.news-top h3{
	color:#EE1B26;
	font-size:1.8em;
	margin:0;
	font-weight:400;
}
.work-top{
	text-align:center;
}
.work-bottom {
	background: #f1f1f1;
	margin-top: 2em;
	padding: 1em 0px;
	position: relative;
}
.work-mian p {
	color: #595959;
	font-size: 1.33em;
	font-weight: 700;
	margin: 10px 0px;
}
.work-mian p span{
	color:#828282;
	font-weight:400;
	font-size:1em;
}
.work-mian p span.one{
	margin-left: 5%;
}
.work-mian p span.two{
	margin-left: 14%;
}
.work-mian p span.tre{
	margin-left: 19%;
}
.work-mian p span.fvr{
	margin-left: 4%;
}
.work-mian p span.fve{
	margin-left: 8%;
}
.work-one p span {
	margin-left: 37%;
	font-size:15px;
	margin-top: -6%;
	font-weight: 400;
	display: inline-block;
	color: #828282;
	line-height: 1.8em;
	text-align: justify;
}
.work-one p label {
	color: #828282;
	font-size: 1em;
	margin-left: 11%;
}
.work-one {
	margin-top: 8%;
}
.work-one p{
	color: #595959;
	font-size: 1.2em;
	font-weight: 700;
	margin: 10px 0px;
}
.work-left img {
	width: 100%;
}
/*start all sites*/
.client-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2.5em;
  line-height: 1.5em;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
  padding: .1em 0;
  color: #EE1B26;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}
.client-title:before, .client-title:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 50%;
  height: 1px;
  vertical-align: middle;
  background: #f0f0f0;
}
.client-title:before {    
  left: -.5em;
  margin: 0 0 0 -50%;
}
.client-title:after {    
  left: .5em;
  margin: 0 -50% 0 0;
}
 .client-title > span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

.client-title {
  font-size: 1.8em;
  margin-bottom: 4px;
}

.center { display: block; text-align: center; }

/** page structure **/
#w {
  display: block;
  width: 1140px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 45px;
}

#content {
  display: block;
  width: 100%;
  background: #fff;
  padding: 25px 20px;
  padding-bottom: 35px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

/** client logos **/
#clients {
  display: block;
  margin-bottom: 15px;
}

#clients .clients-wrap {
  display: block;
  width: 1010px;
  margin: 0 auto;
  overflow: hidden;
}

#clients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
}

#clients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 120px;
  height: 55px;
  line-height: 55px;
  text-align: center;
}
#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65); 
  opacity: 0.65;
}
#clients .clients-wrap ul li img:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); 
  opacity: 1.0;
}

/*--start-project--*/
.project {
	padding: 3em 0px 5em 0px;
}
.project-name {
	width: 54%;
	text-align: left;
	background: #454545;
	padding: 8px 0 8px 28px;
	bottom: 0;
	left: 46%;
	position: absolute;
}
.project-name p {
	color: #fff;
	font-size: 23px;
	font-weight: 300;
	line-height: 1.35em;
}
.project-name span{
	position: absolute;
	/* background:url(../images/zoom-1.png) no-repeat; */
	width:30px;
	height:30px;
	display:block;
	top: 24px;
	left: -16px;
	cursor: pointer;
}
.item:hover div.project-name{
	background: #EE1B26;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
#owl-demo .item {
	position: relative;
}
/*--end-project--*/
/*--start-clients--*/
.clients{
	background:#f3f3f3;
	padding:3em 0px;
}
.clients-top{
	text-align:center;
}
.clients-top h3 {
	color: #595959;
	font-size: 3em;
	font-weight: 100;
	margin: 0 auto;
	width: 56%;
	line-height: 1.4em;
}
.clients-top h3 span{
	color:#ebb30a;
	font-weight: 300;
}
.clients-btm{
	text-align:center;
	margin-top:2em;
}
.clients-bottom p {
	font-size: 18px;
	font-weight: 700;
	color: #595959;
	font-style: italic;
	line-height: 1.8em;
	width: 68%;
	margin: 0 auto;
}
.clients-bottom h4{
	font-size:1.3em;
	font-weight:400;
	color:#ebb30a;
	margin: 1.2em 0px 0px 0px;
}
.clients-bottom h4 span{
	color:#b5b5b5;
}
/*--end-clients--*/
/*--start-news--*/
.news {
	 padding-top: 5em; 
}
.news-top{
	text-align:center;
}
.news-top p {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	margin-top: 8px;
}
.news-left img{
	width:100%;
}
.news-left iframe{
	-webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
	-o-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
	-ms-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
	border: 10px solid #fff;
}
.news-bottom{
	margin-top:3em;
}
.news-main {
	background: #f1f1f1;
	padding: 1.5em 17px;
	position: relative;
	border-bottom: 2px solid #ED1B24;

}
.news-main h4 {
	font-size: 1.35em;
	color: #595959;
	font-weight: 700;
	margin: 0px;
}
.news-main ul {
	padding: 10px 0;
	border-bottom: 1px solid rgba(103, 103, 103, 0.16);
}
.news-main ul li:nth-child(3){
	margin-right:0;
}
.news-main ul li {
	list-style: none;
	display: inline-block;
	/* margin-right: 13%; */
}
.news-main ul li span {
	color: #676767;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
}
.news-main p {
	color: #777777;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6em;
	text-align: left;
	margin-top: 1em;
}
.news-btn a {
	padding: 1px 11px 1px 54px;
	color: #E91E24;
	font-size: 15px;
	font-weight: 400;
	/* background: url(../images/heart.png) no-repeat 0px 0px #EE1B26; */
}
.news-btn {
	bottom: 0;
	position: absolute;
	left: 60.7%;
}
.news-btn a:hover{
	color: #000;
	/* background: url(../images/heart.png) no-repeat 0px 0px #EE1B26; */
	text-decoration:none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.planning{
	background:url(../images/news-5.png) no-repeat;
	width:1168px;
	height:136px;
	display:block;
	margin-top: 5%;
	text-align: center;
}
.planning p {
	color: #fff;
	font-size: 2em;
	font-weight: 600;
	width: 80%;
	margin: 0 auto 0;
	line-height: 1.5em;
	padding-top: 22px;
}
/*--end-news--*/
figure {
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.hover01 figure img {
	width:100%;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
.hover01 figure:hover img {
	transform:scale(1.3);
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-o-transform:scale(1.3);
	-ms-transform:scale(1.3);
}
/*start modal*/
.modal-header{
	background: #16214E;
color: #fff;
}
.modal-title{
	font-size:25px;
	text-align:center;
}
.close11{
	background: #EE1C25;
color: #fff;
}
/*end modal*/
/*--start-touch--*/
.touch{
	background:#141414;
	padding:5em 0px;
}
.touch-right{
	text-align:center;
}
.touch-left label {
	color: #727272;
	font-size: 17px;
	font-weight: 300;
	margin-top: 2px;
	font-style: italic;
}
.touch-right ul{
	padding:0;
	margin-top: 16%;
}
.touch-right ul li{
	list-style:none;
	display:inline-block;
}
.touch-right ul li span{
	background:url(../images/social-icons.png) no-repeat;
	width:64px;
	height:64px;
	display:block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.touch-right ul li span.fb{
	background-position:0px 0px;
}
.touch-right ul li span.twt{
	background-position:-64px 0px;
}
.touch-right ul li span.g{
	background-position:-128px 0px;
}
.touch-right ul li span.p{
	background-position:-192px 0px;
}
.touch-right ul li span.drb{
	background-position:-256px 0px;
}
.touch-right ul li span.fb:hover{
	background-position:0px -64px;
}
.touch-right ul li span.twt:hover{
	background-position:-64px -64px;
}
.touch-right ul li span.g:hover{
	background-position:-128px -64px;
}
.touch-right ul li span.p:hover{
	background-position:-192px -64px;
}
.touch-right ul li span.drb:hover{
	background-position:-256px -64px;
}
.touch-left{
	text-align:left;
}
.touch-left h3 {
	color: #EE1B26;
	font-size: 2em;
	font-weight: 400;
	margin-bottom: 13px;
}
.touch-left p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	margin: 8px 0px;
	line-height: 1.6em;
}
.touch-left p a{
	color:#fff;
}
.touch-left p a:hover{
	color:#EA1E24;
	text-decoration:none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.touch-left p span{
	display:block;
	margin-left: 12%;
}
/*--end-touch--*/
.project-btn a {
	padding: 1px 11px 1px 54px;
	color: #E91E24;
	font-size: 15px;
	font-weight: 400;
	/* background: url(../images/heart.png) no-repeat 0px 0px #EE1B26; */
}
.project-btn {
	bottom: 0;
	position: absolute;
	left: 28.7%;
	top: 100%;
}
.project-btn a:hover{
	color: #000;
	/* background: url(../images/heart.png) no-repeat 0px 0px #EE1B26; */
	text-decoration:none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/*--start-footer--*/
.footer{
	background:#000;
	padding:1em 0px;
}
.footer-text {
	text-align:center;
}
.footer-text p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 1.2em;
}
.footer-text p a {
	color: #fff;
}
.footer-text p a:hover {
	color: #e9b10a;
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/*--end-footer--*/
/*--start-error--*/
.error {
	background: #e9e9e9;
	padding: 10em 0px;
}
.error-main p {
	color: #171717;
	font-size: 2.8em;
	font-style: italic;
}
.error-main h1 {
	font-size: 15em;
	color: #e9b10a;
	font-weight: 700;
	margin: 0px;
	letter-spacing: -25px;
}
.error-main h1 span {
	color: #171717;
}
.err-bttn a {
	color: #fff;
	background: #262626;
	padding: 1em 3em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	font-size: 19px;
	outline: none;
	text-decoration: none;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
}
.err-bttn {
	margin-top: 3%;
}
.err-bttn a:hover {
	background: #e9b10a;
}
.error-main {
	text-align: center;
}
/*--end-error--*/
/*--start-about--*/
.about {
	padding: 4em 0px 2em 0px;
}	
.about-main h3,.team-main h3,.contact-top h3,.get-main h3{
	font-size: 2em;
	color: #EB1B22;
	font-weight: 600;
	margin: 0px;
}
.about-main h5 {
	font-size: 18px;
	line-height: 1.5em;
	margin: 1em 0px 0px 0px;
	color: #010101;
}
.about-main p {
	font-size: 14px;
	line-height: 1.5em;
	color: #959191;
	margin-top: 13px;
	margin-bottom: 13px;
	text-align: justify;
}
.about-text-left img{
	width:100%;
}
.img-right{float:right;width:85%}
.about-text-left h5 {
	font-size: 1.3em;
	text-align:center;
}
.about-text {
	margin-top: 2.5em;
}
.content_element{
	background: #F8F9F9;
	margin-top: 13px;
}
.bstyle{
	border-left: 5px solid #EB1B22;
	font-style: italic;
}
.s1{
	font-weight: 600;
font-style: italic;
}
.bstyle p{margin:0;}
/*--end-about--*/
/*--start-team--*/
.team-main{
	text-align:center;
}
.team {
	padding: 3em 0px 6em 0px;
}
.team-top {
	margin-top: 3em;
}
.t-top h4 {
	font-size: 1.15em;
	font-weight: 700;
	letter-spacing: 2px;
	color: #595959;
	margin: 0;
}
.t-top p {
	color: #7D7676;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 8px;
	width: 100% !important;
}
.t-top {
	margin-top: 27px;
}
/*--end-team--*/
/*-- portfolio page --*/
section.portfolio-w3ls {
	/* padding:50px 0; */
}
section.portfolio-w3ls hr {
    margin-top: 40px;
    margin-bottom: 40px;
}	
section.portfolio-w3ls h3 {
	font-size:25px;
	font-weight:normal;
	color:#16214e;
	padding-bottom:10px;
	text-transform:uppercase;
	font-family: 'Ubuntu Condensed', sans-serif;
}
section.portfolio-w3ls p {
	font-size:16px;
	font-weight:normal;
	line-height:30px;
	padding-bottom:15px;
	color: #999;
}
section.portfolio-w3ls a.btn.btn-primary {
    color: #ED1B24;
    background-color: transparent;
    border: 2px solid #ED1B24;
    font-size: 17px;
    padding: 10px 20px;
    line-height: 1;
}
section.portfolio-w3ls a.btn.btn-primary:hover {
	color: #fff;
    background-color: #ED1B24;
    border: 2px solid #ED1B24;
}
.media {
    margin-top: 40px;
}
/*-- /portfolio page --*/
/*-- back to top --*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.55) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  background-size:70%;
  border:1px solid #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.cd-top:hover {
  background-color: #000;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 30px;
  }
}
/*-- /back to top --*/
/*-- service page --*/
section.service-w3ls .panel-default>.panel-heading {
    background-color:transparent;
    border-color:transparent;
	padding:0;
}
section.service-w3ls .panel-default {
    border-color:transparent;
}
section.service-w3ls .panel-body {
    padding:0;
}
section.service-w3ls .panel {
    border: none;
    box-shadow: none;
}
section.service-w3ls .hi-icon a {
	display:block; 
	width:100%; 
	height:100%;  
	position:absolute; 
	top:0px; 
	z-index:100 
}
section.service-w3ls .hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
	padding:0;
}
section.service-w3ls .hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 30px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color:#fff;	
}
section.service-w3ls .hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
section.service-w3ls .hi-icon:before  {
	speak: none;
	font-size: 40px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
section.service-w3ls .hi-icon-effect-1 .hi-icon {
	background:#eb5425;	
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
section.service-w3ls .hi-icon-effect-1 .hi-icon:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #eb5425;	
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}
.no-touch .hi-icon-effect-1b .hi-icon:hover {
	background:#eb5425;
    color: #FFF;
}
section.service-w3ls .hi-icon-effect-1b .hi-icon:after {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.no-touch .hi-icon-effect-1b .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
section.service-w3ls {
	padding:70px 0;
}
section.service-w3ls h4 {
    font-size: 20px;
    font-weight: normal;
    color:#16214e;
    padding-bottom: 10px;
    text-transform: capitalize;
	font-family: 'Ubuntu Condensed', sans-serif;
}
section.service-w3ls p {
	font-size:16px;
	font-weight:normal;
	line-height:30px;
	padding-bottom:10px;
}
section.service-w3ls a.btn.btn-primary {
    color: #eb5425;
    background-color: transparent;
    border: 2px solid #eb5425;
    font-size: 17px;
    padding: 10px 20px;
    line-height: 1;
}
section.service-w3ls a.btn.btn-primary:hover {
	color: #fff;
    background-color: #eb5425;
    border: 2px solid #eb5425;
}
section.service-agile {
    padding: 100px 0;
}
section.service-agile h3.text-center {
	font-size:40px;
	font-weight:600;
	color:#eb5425;
	text-transform:uppercase;
	padding-bottom:20px;
	font-family: 'Ubuntu Condensed', sans-serif;
}
section.service-agile p.text-center {
	font-size:16px;
	font-weight:normal;
	padding-bottom:50px;
}
section.service-agile h4.media-heading {
    font-size: 22px;
    font-weight: normal;
    color:#eb5425;
	text-transform:capitalize;
	font-family: 'Ubuntu Condensed', sans-serif;
}
section.service-agile .media-body p {
	font-size:16px;
	font-weight:normal;
	line-height:30px;
	padding-bottom: 30px;
}
section.service-agile .hi-icon a {
	display:block; 
	width:100%; 
	height:100%;  
	position:absolute; 
	top:0px; 
	z-index:100 
}
section.service-agile .hi-icon-wrap {
	text-align: center;
	margin:6px 8px;
	padding:0;
}
section.service-agile .hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin:0;
	width:40px;
	height:40px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color:#16214e;
}
section.service-agile .hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
section.service-agile .hi-icon:before  {
	speak: none;
	font-size:25px;
	line-height: 40px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
section.service-agile .hi-icon-effect-5 .hi-icon {
	box-shadow: 0 0 0 4px #16214e;
	overflow: hidden;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
section.service-agile .hi-icon-effect-5 .hi-icon:after {
	display: none;
}
.no-touch .hi-icon-effect-5 .hi-icon:hover {
	background: #eb5425;
    color: #ffffff;
    box-shadow: 0 0 0 4px #eb5425;
}
.no-touch .hi-icon-effect-5a .hi-icon:hover:before {
	-webkit-animation: toRightFromLeft 0.3s forwards;
	-moz-animation: toRightFromLeft 0.3s forwards;
	animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
/*-- /service page --*/
/*--start-conatct--*/
.contact-top p,.team-main p{
	color: #959191;
	font-size: 16px;
	width: 75%;
	margin: 10px auto 0;
}
.contact {
	padding: 5em 0px;
}
.mp {
	margin-top: 3em;
}
.mp iframe {
	width: 100%;
	height: 300px;
}
.contact-bottom-left h3, .contact-bottom-right h3 {
	color: #E81C21;
	font-size: 1.6em;
	margin: 1em 0;
}
.contact-bottom-left p {
	color: #858585;
	font-size: 15px;
	margin: 0;
	line-height: 1.5em;
}
.contact-bottom-left h6 {
	color: #1E1E1E;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5em;
	margin: 0.5em 0;
}
.contact-bottom-left p a:hover {
	text-decoration: none;
	color: #FEC73D;
}
.contact-text input[type="text"] {
	width: 49.75%;
	color: #898888;
	outline: none;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	padding: 15px 10px;
	margin-bottom: 1em;
	border: solid 1px #D5D4D4;
	-webkit-appearance: none;
}
.contact-textarea textarea {
	resize: none;
	width: 100%;
	color: #898888;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	outline: none;
	padding: 10px 10px;
	border: solid 1px #D5D4D4;
	min-height: 11em;
	-webkit-appearance: none;
}
.contact-but input[type="submit"] {
	border: none;
	outline: none;
	color: #fff;
	background: #595959;
	padding: 10px 20px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-top: 1.5em;
	-webkit-appearance: none;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
}
.contact-but input[type="submit"]:hover {
	background: #EE1B26;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.contact-but {
	text-align: center;
}
.contact-top {
	text-align: center;
}
.contact-bottom-left span {
	display: block;
}
.contact-bottom {
	margin-top: 3%;
}
.mail-grid-right1{
	padding:2em;
	background:#16214E;
	text-align:center;
}
.mail-grid-right1 img {
    margin: 0 auto;
    padding: .5em;
    border: 1px dotted #212121;
    border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
}
.mail-grid-right1 h4{
	font-size:1em;
	color:#fff;
	margin:1em 0;
	text-transform:uppercase;
}
.mail-grid-right1 h4 span{
	display: block;
    text-transform: capitalize;
    font-size: .8em;
    color:#FFFFFF;
    margin: .5em 0 0;
	font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}
.mail-grid-right1 ul.phone-mail li{
	list-style-type:none;
	margin-bottom:1em;
	font-size:14px;
	color:#FFFFFF;
}
.mail-grid-right1 ul.phone-mail li a{
	color:#FFFFFF;
	text-decoration:none;
}
.mail-grid-right1 ul.phone-mail li a:hover{
	color:#212121;
}
.mail-grid-right1 ul li i{
	left:-.5em;
}
ul.phone-mail {
    margin: 0 0 2em;
}
.row.contact-row {
    margin-top: 30px;
}
.contact-grid1-left1 {
	-webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}  
.contact-grid1-left1:hover {
	transform: scale(1.07);
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	z-index: 1;
	border: none;
}
.contact-grid1-left1{
	padding:1.7em;
	border: 1px solid #E4E4E4;
    background: #f5f5f5;
	text-align:center;
}
.contact-grid1-left1 span {
    font-size: 1.5em;
    color: #EB5425;
}
.contact-grid1-left1 h4{
	font-size:1.5em;
	color:#212121;
	margin:1em 0 .5em;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.contact-grid1-left1 p{
	color:#999;
	line-height:1.8em;
	margin-bottom:2em;
}
.contact-grid1-left1 a {
    font-size: 14px;
    color: #16214E;
    text-decoration: none;
}
.contact-grid1-left1 a:hover{
	color:#999;
}
.contact-grid1-left1 ul li{
	list-style-type:none;
	margin-bottom:3em;
	font-size:14px;
	color:#999;
	text-align: left;
}
.contact-grid-2{
	background: url(../images/contact.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     height: 274px; 
}
.contact-info{
	text-align: center;
	padding: 3px;
}
.contact-info p,h3{color:#fff;}
.contact121{
	padding:1.2em;
}
/*-- social-icons --*/
.social-nav {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin: 10px auto;
}
.social-nav li {
    display: inline-block;
}
.model-8 a {
    background: #FFF;
}
.model-8 a{
    color:#F11A27;
}
.social-nav a {
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color:#F11A27;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    background:#fff;
    position: relative;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
	-ms-transition: 0.5s ease-in;
}
.model-8 a:hover {
    color:#F11A27;
}
.model-8 a:hover {
    -webkit-box-shadow: 0 30px 0 inset;
	-o-box-shadow: 0 30px 0 inset;
	-ms-box-shadow: 0 30px 0 inset;
    -moz-box-shadow: 0 30px 0 inset;
    box-shadow: 0 30px 0 inset;
}
a.facebook i{
	background: url(../images/img-sp.png) no-repeat 3px -157px;
    display: block;
    width: 30px;
    height: 30px;
	-webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
	-ms-transition: 0.5s ease-in;
}
a.facebook:hover i{
	background:url(../images/img-sp.png) no-repeat 3px -198px;
    display: block;
}
a.twitter i{
	background:url(../images/img-sp.png) no-repeat -29px -158px;
    display: block;
    width: 30px;
    height: 30px;
	-webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
	-ms-transition: 0.5s ease-in;
}
a.twitter:hover i{
	background:url(../images/img-sp.png) no-repeat -29px -198px;
    display: block;
}
a.g i{
	background:url(../images/img-sp.png) no-repeat -73px -158px;
    display: block;
    width: 30px;
    height: 30px;
	-webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
	-ms-transition: 0.5s ease-in;
}
a.g:hover i{
	background:url(../images/img-sp.png) no-repeat -73px -198px;
    display: block;
}
a.p i{
	background:url(../images/img-sp.png) no-repeat -113px -159px;
    display: block;
    width: 30px;
    height: 30px;
	-webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
	-ms-transition: 0.5s ease-in;
}
a.p:hover i{
	background:url(../images/img-sp.png) no-repeat -113px -199px;
    display: block;
}
/*-- //social-icons --*/
/*--end-contact--*/
/*--start-get--*/
.get{
	padding:5em 0px;
}
.get-main{
	text-align:center;
}
.get-bottom input[type="text"] {
	width: 88%;
	padding: 10px 12px;
	margin: 7px 0px;
	outline: none !important;
	background: rgba(153, 153, 153, 0.09);
	color: #33383b;
	font-size: 15px;
	box-shadow: 1px 1px 1px 1px rgba(51, 56, 59, 0.35);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(51, 56, 59, 0.35);
	-moz-box-shadow: 1px 1px 1px 1px rgba(51, 56, 59, 0.35);
	-o-box-shadow: 1px 1px 1px 1px rgba(51, 56, 59, 0.35);
	-ms-box-shadow: 1px 1px 1px 1px rgba(51, 56, 59, 0.35);
	border: none;
	font-family: 'Lato', sans-serif;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
}
.get-bottom textarea {
	resize: none;
	width: 88%;
	color: #898888;
	font-size: 16px;
	margin-top: 10px;
	font-family: 'Lato', sans-serif;
	outline: none;
	padding: 10px 10px;
	border: none;
	min-height: 12em;
	background: rgba(153, 153, 153, 0.09);
	-webkit-appearance: none;
	box-shadow: 1px 1px 1px 1px rgba(51, 56, 59, 0.35);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(51, 56, 59, 0.35);
	-moz-box-shadow: 1px 1px 1px 1px rgba(51, 56, 59, 0.35);
	-o-box-shadow: 1px 1px 1px 1px rgba(51, 56, 59, 0.35);
	-ms-box-shadow: 1px 1px 1px 1px rgba(51, 56, 59, 0.35);
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
}
.get-btn input[type="submit"] {
	background: #171717;
	border: 0px;
	padding: 6px 14px;
	margin: 0px 0px 0px 0em;
	outline: none;
	color: #fff;
	box-shadow: 1px 1px 1px 1px rgba(153, 153, 153, 0.55);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(153, 153, 153, 0.55);
	-moz-box-shadow: 1px 1px 1px 1px rgba(153, 153, 153, 0.55);
	-o-box-shadow: 1px 1px 1px 1px rgba(153, 153, 153, 0.55);
	-ms-box-shadow: 1px 1px 1px 1px rgba(153, 153, 153, 0.55);
	font-size: 22px;
}
.get-btn [type="submit"]:hover{
	background: #e9b10a;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.get-btm-top {
	margin-top: 1.75em;
}
.get-btn {
	margin-top: 2em;
}
.get-bottom label{
	font-size:18px;
	color:#595959;
	display: block;
	margin-top: 1em;
}
.get-btm-top h4{
	font-size: 1.5em;
	color: #595959;
	font-weight: 700;
	margin: 0px;
}
.get-btm-top ul {
	padding: 0;
	margin-top: 1.5em;
}
.get-btm-top ul li{
	list-style-image: url(../images/correct.png);
	margin: 0px 0px 19px 18px;
}
.get-btm-top ul li a{
	color: #999;
	font-size: 17px;
}
.get-btm-top ul li a span{
	color: #e9b10a;
}
.get-btm-top ul li a:hover {
	color: #e9b10a;
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.get-lock {
	width: 15%;
	float: left;
	text-align: center;
	padding-top: 19px;
}
.get-text{
	width:83%;
	float:right;
}
.get-btm-one {
	margin-top: 1em;
}
.get-text p{
	color:#999;
	font-size: 16px;
	line-height:1.6em;
}
/*--end-get--*/
/*--starts-media-quaries--*/
@media (max-width:1440px){
	
}
@media (max-width:1366px){
.team {
	padding: 1em 0px 5em 0px;
}
.error {
	padding: 8em 0px;
}
.banner-1,.banner-2,.banner-3{
	min-height: 550px;
}
.planning {
	width: 1139px;
	height: 132px;	
	background-size: 100%;
}
}
@media (max-width:1280px){
.banner-1,.banner-2,.banner-3{
	min-height: 525px;
}
.planning p {
	font-size: 1.9em;
}
.quote a {
	font-size: 20px;
	padding: 7px 30px;
}
.build-left h1 {
	font-size: 2.57em;
}
.design {
	padding: 5em 0px 4em 0px;
}
.build-right a {
	padding: 15px 19px;
	font-size: 25px;
}
.build-right {
	margin-top: 1.75%;
}
.clients-top h3 {
	font-size: 2.85em;
}	
}
@media (max-width:1024px){
.about-main h3, .team-main h3, .contact-top h3 {
	font-size: 1.8em;
	color: #595959;
	font-weight: 600;
	margin: 0px;
}
.team-top-left img {
	width: 100%;
}
.get {
	padding: 3.4em 0px;
}
.get-btm-top h4 {
	font-size: 1.4em;
}
.contact-text input[type="text"] {
	width: 49.7%;
}
.mp {
	margin-top: 1.8em;
}
.contact {
	padding: 3.2em 0px;
}
.error-main p {
	font-size: 2.5em;
}
.err-bttn a {
	padding: 16px 2.5em;
}
.error-main h1 {
	font-size: 13em;
}
.top-nav ul li a {
	font-size: 16px;
	padding: 0px 16px 0px 16px;	
}
nav {
	width: 52%;
}
.quote {
	width: 23%;
}
.logo a img {
	width: 100%;
	margin-top: 7px;
}
.banner-1, .banner-2, .banner-3 {
	min-height: 450px;
}
.build-right a {
	padding: 14px 17px;
	font-size: 22px;
}
.design-text h3 {
	font-size: 1.1em;
	margin: 1.35em 0 0 0;
}
.design-text p {
	font-size: 14px;
	margin-top: 1em;
}
.work-top h3, .news-top h3 {
	font-size: 1.65em;
}
.design {
	padding: 4em 0px 2em 0px;
}
.build-left h1 {
	font-size: 2.3em;
}
.build-left p {
	font-size: 17px;
}
.build-right {
	margin-top: 2.1%;
}
.design-text img {
	width: 27%;
}
.design-text {
	padding: 2.2em 0px;
}
.work-mian p {
	font-size: 1.12em;
	margin: 8px 0px;
}
.work-mian p span {
	font-size: 17px;
}
.work-mian p span.two {
	margin-left: 14.8%;
}
.work-mian p span.tre {
	margin-left: 20.4%;
}
.work-mian p span.fve {
	margin-left: 9%;
}
.work-one p label {
	font-size: 17px;
	margin-left: 9%;
}
.work-mian p span.fvr {
	margin-left: 4.9%;
}
.work-one {
	margin-top: 4.5%;
}
.work-one p label {
	font-size: 16px;
	margin-left: 7.3%;
}
.work-one p span {
	margin-left: 38%;
	font-size: 14px;
	margin-top: -6.5%;
	line-height: 1.68em;
}
.pop-up {
	bottom: 3.5%;
	left: 43.2%;
}
.callbacks_nav {
	left: 96.4%;
}
.project-name {
	width: 54%;
	padding: 7px 0 7px 28px;
	left: 46%;
}
.project-name p {
	font-size: 18px;
	line-height: 1.3em;
}
.project-name span {
	top: 16px;
}
.project {
	padding: 2em 0px 4em 0px;
}
.clients-top h3 {
	font-size: 2.68em;
}
.clients-bottom p {
	font-size: 17px;
	width: 78%;
}
.clients-bottom h4 {
	font-size: 1.2em;
	margin: 1em 0px 0px 0px;
}
.clients-btm {
	margin-top: 1.5em;
}
.clients {
	padding: 2.7em 0px;
}
.news-main h4 {
	font-size: 1.25em;
}
.news-main ul li span {
	font-size: 14px;
}
.news-main ul li {
	margin-right: 9%;
}
.news-main p {
	color: #777777;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6em;
	text-align: left;
	margin-top: 11px;
}
.news-main ul {
	padding: 6px 0;
}
.news-main {
	padding: 1.2em 12px;
}
.news-btn a {
	padding: 1px 11px 1px 37px;
	font-size: 13px;
	background-size: 33%;
}
.news-btn a:hover{
	background-size: 33%;
}
.planning {
	width: 940px;
	height: 109px;
	margin-top: 6%;
}
.planning p {
	font-size: 1.6em;
	padding-top: 18px;
}
.news {
	padding-top: 3.5em;
}
.touch-right ul li span {
	width: 50px;
	height: 50px;
	background-size: 499%;
}
.touch-right ul li span.fb:hover {
	background-position: 0px -50px;
}
.touch-right ul li span.twt {
	background-position: -50px 0px;
}
.touch-right ul li span.twt:hover {
	background-position: -50px -50px;
}
.touch-right ul li span.g{
	background-position: -100px 0px;
}
.touch-right ul li span.g:hover{
	background-position: -100px -50px;
}
.touch-right ul li span.p {
	background-position: -150px 0px;
}
.touch-right ul li span.p:hover{
	background-position: -150px -50px;
}
.touch-right ul li span.drb {
	background-position: -200px 0px;
}
.touch-right ul li span.drb:hover{
	background-position: -200px -50px;
}
.touch {
	padding: 4em 0px;
}
.touch-left h3 {
	font-size: 1.8em;
}
.touch-left p {
	font-size: 15px;
	line-height: 1.5em;
}
.touch-left p span {
	margin-left: 17%;
}
.touch {
	padding: 3.2em 0px;
}
.footer {
	padding: 2em 0px;
}
}
@media (max-width:768px){
nav {
	width: 100%;
}
.get-text p {
	font-size: 16px;
	overflow: hidden;
	height: 77px;
}
.get {
	padding: 3em 0px;
}
.get-btn input[type="submit"] {
	font-size: 17px;
}
.get-btn {
	margin-top: 1.2em;
}
.top-nav ul li a {
	font-size: 17px;
	padding: 7px 16px 7px 16px;
}
.get-btm-top h4 {
	font-size: 1.3em;
}
.get-btm-top ul li a {
	font-size: 15px;
}
.about-main h3, .team-main h3, .contact-top h3,.get-main h3{
	font-size: 1.55em;
}
.get-bottom input[type="text"] {
	width: 87%;
	padding: 8px 12px;
	margin: 1px 0px;
}
.get-bottom label {
	font-size: 16px;
	margin-top: 11px;
}
#w{width: 100%;
font-size: 14px;}
#clients .clients-wrap{width:100%}
.img-right{width:100%}
.get-bottom textarea {
	width: 87%;
	margin-top: 2px;
	min-height: 9em;
}
.get-bottom-left {
	width: 63%;
	float: left;
}
.get-bottom-right {
	width: 37%;
	float: right;
}
.mp iframe {
	height: 230px;
}
.contact-bottom {
	margin-top: 3%;
	text-align: center;
}
.contact-bottom-left h3, .contact-bottom-right h3 {
	font-size: 1.5em;
	margin: 11px 0;
}
.contact-bottom-right {
	margin-top: 3%;
}
.contact-text {
	margin-top: 4%;
}
.contact-but input[type="submit"] {
	padding: 9px 16px;
	font-size: 16px;
}
.about-main {
	text-align: center;
}
.about-main h5 {
	font-size: 17px;
	margin: 11px 0px 0px 0px;
}
.about-main p {
	font-size: 14px;
	margin-top: 4px;
}
.about-text {
	margin-top: 1.5em;
}
.col-md-4.about-text-left:nth-child(3){
	display:none;
}
.col-md-4.about-text-left{
	width:50%;
	float:left;
}
.contact-top p, .team-main p {
	font-size: 15px;
	width: 93%;
	margin: 8px auto 0;
}
.team-top {
	margin-top: 1.5em;
}
.about {
	padding: 2.7em 0px 2.2em 0px;
}
.team-top-left:nth-child(3){
	display:none;
}
.team-top-left{
	width:50%;
	float:left;
}
.team-top-left img{
	width:100%;
}
.team {
	padding: 1em 0px 3em 0px;
}
.error {
	padding: 7em 0px 8em 0px;
}
.quote {
	width: 26%;
}
.logo {
	width: 25%;
}
.header {
	padding: 1.2em 0px;
}
nav a {
	line-height: 25px;
}
.quote a {
	font-size: 17px;
	padding: 6px 23px;
}
.banner-1, .banner-2, .banner-3 {
	min-height: 350px;
}	
.build-left {
	width: 70%;
	float: left;
}
.build-right {
	margin-top: 2%;
	width: 30%;
	float: right;
}
.build-left h1 {
	font-size: 1.65em;
}
.build-left p {
	font-size: 15px;
}
.build-right a {
	padding: 10px 12px;
	font-size: 14px;
}
.design-left {
	width: 50%;
	float: left;
}
.design-text {
	padding: 2.2em 25px;
	margin: 7px 0px;
}
.design-text img {
	width: 22%;
}
.design-text p {
	font-size: 16px;
	margin-top: 13px;
}
.design-text h3 {
	font-size: 1.25em;
	margin: 1.3em 0 0 0;
}
.design {
	padding: 3em 0px 1em 0px;
}
.work-top h3, .news-top h3 {
	font-size: 1.45em;
}
.work-left {
	width: 50%;
	float: left;
}
.work-right {
	width: 50%;
	float: right;
}
.work-mian p {
	font-size: 15px;
	margin: 5px 0px;
}
.work-one p {
	font-size: 14px;
	margin: 0px 0px;
}
.work-mian p span {
	font-size: 15px;
}
.work-one {
	margin-top: 3%;
}
.work-one p span {
	font-size: 13px;
	overflow: hidden;
	height: 105px;
	margin-left: 43%;
	margin-top: -7.5%;
}
.pop-up a img {
	width: 60%;
}
.pop-up {
	bottom: 4.8%;
	left: 43.8%;
}
.work-mian p span.two {
	margin-left: 16%;
}
.work-mian p span.tre {
	margin-left: 22.5%;
}
.work-mian p span.fvr {
	margin-left: 5%;
}
.work-mian p span.fve {
	margin-left: 10%;
}
.work-one p label {
	font-size: 15px;
	margin-left: 12%;
}
.callbacks_nav {
	top: 95.2%;
	left: 95.2%;
}
.clients-top h3 {
	font-size: 2.1em;
}
.clients-bottom p {
	font-size: 16px;
	line-height: 1.5em;
	width: 95%;
}
.clients-bottom h4 {
	font-size: 1.05em;
	margin: 13px 0px 0px 0px;
}
.clients-btm {
	margin-top: 1em;
}
.news-left{
	width:50%;
	float:left;
}
.news-left:nth-child(3) {
	display: none;
}
.news-bottom {
	margin-top: 1.6em;
}
.news-main h4 {
	font-size: 1.13em;
}
.news-main ul li span {
	font-size: 13px;
}
.news-main ul li {
	margin-right: 18%;
}
.news-btn {
	left: 65.7%;
}
.planning {
	width: 707px;
	height: 82px;
}
.planning p {
	font-size: 1.12em;
	padding-top: 16px;
	width: 77%;
}
.touch-left {
	text-align: center;
}
.touch-left p {
	font-size: 16px;
	line-height: 1.4em;
}
.touch-left p span {
	margin-left: 8%;
}
.touch-left h3 {
	font-size: 1.68em;
}
.touch-right ul {
	margin-top: 4%;
}
.touch {
	padding: 2.5em 0px;
}
.footer-text p {
	font-size: 15px;
	margin-bottom: 1em;
}
.footer {
	padding: 1.5em 0px;
}
.callbacks_tabs a:after {
	height: 3px;
	width: 35px;
}
.callbacks_tabs {
	top: 89%;
	left: 42%;
}
}
@media (max-width:640px){
.quote a {
	font-size: 15px;
	padding: 5px 17px;
}
.get-btm-top {
	margin-top: 1.1em;
}
.get-btm-top ul li a {
	font-size: 14px;
}
.get-btm-one {
	margin-top: 10px;
}
.about-main h5 {
	font-size: 16px;
}
.about-text-left h5 {
	font-size: 1.2em !important;
}
.t-top h4 {
	font-size: 1.05em;
}
.team {
	padding: 10px 0px 2.5em 0px;
}
.about-main h3, .team-main h3, .contact-top h3 {
	font-size: 1.48em;
}
nav a#pull img {
	margin-top: 0%;
}
.error-main p {
	font-size: 2.2em;
}
.error-main h1 {
	font-size: 12em;
}
.err-bttn a {
	padding: 15px 2.3em;
}
.quote {
	margin-top: 4px;
}
.logo {
	width: 26%;
}	
.logo a img {
	margin-top: 3px;
}
.banner-1, .banner-2, .banner-3 {
	min-height: 265px;
}
.build-left h1 {
	font-size: 1.45em;
}
.build-left {
	width: 68%;
}
.build-right {
	width: 32%;
	margin-top: 2.1%;
}
.build-left p {
	font-size: 14px;
	overflow: hidden;
	height: 22px;
}
.build {
	padding: 1em 0px;
}
.design {
	padding: 2em 0px 0em 0px;
}
.work-mian p {
	font-size: 13px;
	margin: 3px 0px;
}
.build-right a {
	padding: 9px 6px;
	font-size: 13px;
}
.work-mian p span {
	font-size: 13px;
}
.work-mian p span.two {
	margin-left: 17%;
}
.work-mian p span.fvr {
	margin-left: 5.5%;
}
.work-mian p span.fve {
	margin-left: 11%;
}
.work-one p {
	font-size: 13px;
}
.work-mian p span.tre {
	margin-left: 23.75%;
}
.work-one p label {
	font-size: 13px;
	margin-left: 11%;
}
.work-one p span {
	height: 85px;
	margin-left: 47%;
	margin-top: -9.5%;
}
.pop-up a img {
	width: 57%;
}
.pop-up {
	bottom: 5.5%;
	left: 42.8%;
}
.callbacks_nav {
	top: 94.4%;
	left: 94.2%;
}
.work-bottom {
	margin-top: 1.5em;
}
.work {
	padding: 2.5em 0px;
}
.project-name p {
	font-size: 15px;
}
.project-name {
	padding: 5px 0 5px 23px;
	left: 46%;
}
.news-top p {
	font-size: 15px;
	margin-top: 3px;
}
.news-main h4 {
	font-size: 1.1em;
}
.design-text h3 {
	font-size: 1.1em;
	margin: 1.2em 0 0 0;
}
.design-text p {
	font-size: 15px;
	margin-top: 8px;
}
.project-name span {
	top: 11px;
}
.clients-top h3 {
	font-size: 1.9em;
	line-height: 1.2em;
}
.clients-bottom p {
	font-size: 15px;
	line-height: 1.5em;
}
.clients-bottom h4 {
	font-size: 1em;
	margin: 12px 0px 0px 0px;
}
.news-main ul li {
	margin-right: 11%;
}
.project {
	padding: 1em 0px 3em 0px;
}
.news-main p {
	font-size: 13px;
	margin: 10px 0px;
}
.news-btn {
	left: 53.5%;
	width: 50%;
}
.news-btn a {
	padding: 0px 9px 1px 46px;
	font-size: 14px;
}
.planning {
	width: 588px;
	height: 68px;
}
.planning p {
	font-size: 1em;
	padding-top: 11px;
}
.touch-left h3 {
	font-size: 1.58em;
}
.touch {
	padding: 2em 0px;
}
}
@media (max-width:480px){
.logo {
	width: 32%;
}
.about-main h3, .team-main h3, .contact-top h3,.get-main h3{
	font-size: 1.4em;
}
.get-bottom-left {
	width: 100%;
	float: none;
	padding-left: 8%;
}
.get-bottom input[type="text"] {
	width: 95%;
	margin: 0px 0px;
}
.get-bottom textarea {
	width: 95%;
}
.get-btn {
	text-align: center;
}
.get-btm-top h4 {
	font-size: 1.2em;
	text-align: center;
}
.get-btm-top ul {
	margin-top: 1em;
}
.get-btm-top ul li {
	margin: 0px 0px 10px 18px;
}
.get-bottom-right {
	width: 100%;
	float: none;
	margin-top: 2em;
}
.get-bottom-left {
	width: 100%;
	float: none;
}
.quote {
	width: 34%;
}
.contact-top p, .team-main p {
	width: 100%;
}
.banner-1, .banner-2, .banner-3 {
	min-height: 220px;
}
.callbacks_tabs {
	top: 84%;
	left: 38%;
}
.callbacks_tabs a:after {
	height: 3px;
	width: 32px;
}
.build-left h1 {
	font-size: 1em;
}
.build-right a {
	padding: 6px 4px;
	font-size: 9px;
}
.build-right {
	margin-top: 1%;
	width: 34%;
}
.quote a {
	font-size: 14px;
	padding: 4px 16px;
}
.build {
	padding: 11px 0px;
}
.design-text img {
	width: 32%;
}
.design-text h3 {
	font-size: 1em;
	margin: 1em 0 0 0;
}
.design-text {
	padding: 1.2em 9px;
	margin: 5px 0px;
}

.build-left {
	width: 66%;
}
.quote {
	margin-top: 4px;
}
.design-text p {
	font-size: 13px;
}
.work-top h3, .news-top h3 {
	font-size: 1.3em;
}
.work-mian p {
	font-size: 8px;
	margin: 0px 0px;
}
.work-mian p span {
	font-size: 10px;
}
.work-mian p span.two {
	margin-left: 15%;
}
.work-mian p span.tre {
	margin-left: 20.75%;
}
.work-mian p span.fvr {
	margin-left: 4.5%;
}
.logo a img {
	margin-top: 6px;
}
.work-mian p span.fve {
	margin-left: 9%;
}
.work-one p {
	font-size: 9px;
}
.work-one p label {
	font-size: 9px;
	margin-left: 6%;
}
.work-one p span {
	height: 85px;
	margin-left: 41%;
	margin-top: -9.5%;
	font-size: 10px;
}
.pop-up a img {
	width: 50%;
}
.pop-up {
	bottom: 9.5%;
	left: 40.8%;
}
.callbacks_nav {
	top: 92.4%;
	left: 92.2%;
}
.work {
	padding: 1.5em 0px;
}
.clients-top h3 {
	font-size: 1.4em;
	width: 65%;
}
.clients-bottom p {
	font-size: 13px;
}
.clients-bottom h4 {
	font-size: 15px;
	margin: 10px 0px 0px 0px;
}
.clients {
	padding: 2em 0px;
}
.news {
	padding-top: 2em;
}
.news-main h4 {
	font-size: 1em;
}
.news-main ul li span {
	font-size: 10px;
}
.news-main ul li {
	margin-right: 5%;
}
.news-main p {
	font-size: 11px;
	margin: 8px 0px 10px 0;
}
.news-btn {
	left: 42.5%;
	width: 58%;
}
.news-btn a {
	padding: 0px 9px 1px 40px;
	font-size: 12px;
}
.planning {
	width: 430px;
	height: 49px;
}
.planning p {
	font-size: 12px;
	padding-top: 9px;
}
.touch-left h3 {
	font-size: 1.28em;
}
.touch-left p {
	font-size: 14px;
	margin: 5px 0px;
}
.touch-left {
	margin: 9px 0px;
}
.header {
	padding: 1em 0px;
}
.touch-right ul li span {
	width: 42px;
	height: 42px;
	background-size: 503%;
}
.touch-right ul li span.fb:hover {
	background-position: 0px -42px;
}
.touch-right ul li span.twt {
	background-position: -43px 1px;
}
.touch-right ul li span.twt:hover {
	background-position: -43px -41px;
}
.touch-right ul li span.g{
	background-position: -87px 0px;
}
.touch-right ul li span.g:hover{
	background-position: -87px -42px;
}
.touch-right ul li span.p {
	background-position: -127px 1px;
}
.touch-right ul li span.p:hover{
	background-position: -127px -41px;
}
.touch-right ul li span.drb {
	background-position: -170px 1px;
}
.touch-right ul li span.drb:hover{
	background-position: -170px -41px;
}
.touch-right ul li span.fb {
	background-position: 0px 1px;
}
.footer-text p {
	font-size: 14px;
	margin-bottom: 11px;
}
.footer {
	padding: 1em 0px;
}
.touch {
	padding: 1.5em 0px;
}
.error {
	padding: 5em 0px 6em 0px;
}
.error-main h1 {
	font-size: 9em;
	letter-spacing: -14px;
}
.err-bttn a {
	padding: 12px 1.5em;
	font-size: 16px;
}
.contact-bottom-left h3, .contact-bottom-right h3 {
	font-size: 1.35em;
}
.mp {
	margin-top: 1.2em;
}
.mp iframe {
	height: 170px;
}
.contact-text input[type="text"] {
	width: 49.615%;
	font-size: 14px;
	padding: 10px 10px;
	margin-bottom: 10px;
}
.contact-but input[type="submit"] {
	margin-top: 1em;
}
.contact {
	padding: 2em 0px;
}
.contact-textarea textarea {
	font-size: 14px;
	padding: 7px 10px;
	min-height: 10em;
}
}
@media (max-width:320px){
.footer-text img {
	width: 11%;
}	
.footer-text p {
	font-size: 13px;
	margin-bottom: 7px;
}
.touch-right ul li span {
	width: 40px;
	height: 40px;
	background-size: 498%;
}
.touch-right ul li span.fb:hover {
	background-position: 0px -40px;
}
.touch-right ul li span.twt:hover {
	background-position: -40px -40px;
}
.touch-right ul li span.twt{
	background-position: -40px 0px;
}
.touch-right ul li span.g {
	background-position: -80px 0px;
}
.touch-right ul li span.g:hover{
	background-position: -80px -40px;
}
.touch-right ul li span.p {
	background-position: -120px 0px;
}
.touch-right ul li span.p:hover{
	background-position: -120px -40px;
}
.touch-right ul li span.drb {
	background-position: -160px 0px;
}
.touch-right ul li span.drb:hover{
	background-position: -160px -40px;
}
.planning p {
	font-size: 11px;
	padding-top: 8px;
	overflow: hidden;
	height: 25px;
}
.planning {
	width: 268px;
	height: 31px;
}
.logo {
	width: 43%;
}
.quote a {
	font-size: 11px;
	padding: 4px 7px;
}
.quote {
	width: 40%;
}
nav a#pull img {
	width: 150%;
}
.banner-1, .banner-2, .banner-3 {
	min-height: 140px;
}
.callbacks_tabs a:after {
	height: 3px;
	width: 30px;
}
.callbacks_tabs {
	top: 78%;
	left: 30%;
}
.build-left {
	width: 100%;
	float: none;
	text-align: center;
}
.build-left h1 {
	font-size: 15px;
}
.build-right {
	margin-top: 2%;
	width: 100%;
	float: none;
}
.build {
	padding: 14px 0px;
}
.build-right a {
	padding: 6px 10px;
	font-size: 12px;
}
.design-left:nth-child(3),.design-left:nth-child(4){
	display:none;
}
.design-text img {
	width: 23%;
}
.work-top h3, .news-top h3 {
	font-size: 1.2em;
}
.work-left {
	width: 100%;
	float: none;
}
.work-right {
	width: 100%;
	float: none;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
.pop-up a img {
	width: 82%;
}
.work-mian p {
	font-size: 13px;
	margin: 3px 0px;
}
.work-mian p span {
	font-size: 13px;
}
.work-one p {
	font-size: 12px;
}
.work-one p span {
	height: 85px;
	margin-left: 50%;
	margin-top: -9.5%;
	font-size: 12px;
}
.pop-up {
	bottom: 49.1%;
	left: 80%;
}
.design-left{
	width:100%;
}
.work-mian p span.two {
	margin-left: 18%;
}
.work-mian p span.tre {
	margin-left: 25.4%;
}
.work-mian p span.fvr {
	margin-left: 4.7%;
}
.work-mian p span.fve {
	margin-left: 10.5%;
}
.work-one p label {
	font-size: 12px;
	margin-left: 14%;
}
.callbacks_nav {
	top: 96.4%;
	left: 87.2%;
}
.project-name {
	padding: 5px 0 5px 19px;
	left: 33%;
	width: 67%;
}
.project-name span {
	top: 9px;
}
.clients-top h3 {
	font-size: 1.3em;
	width: 100%;
}
.clients-bottom p {
	font-size: 13px;
	overflow: hidden;
	height: 38px;
}
.news-top p {
	font-size: 12px;
	margin-top: 2px;
}
.news-left {
	width: 100%;
	float: none;
	margin: 11px 0px;
}
.news-main {
	padding: 1em 12px;
}
.news-main ul li span {
	font-size: 12px;
}
.news-main ul li {
	margin-right: 9%;
}
.news-btn {
	left: 55%;
	width: 45%;
}
.error-main p {
	font-size: 1.6em;
}
.error-main h1 {
	font-size: 8em;
	letter-spacing: -13px;
}
.err-bttn a {
	padding: 12px 1em;
	font-size: 15px;
}
.error {
	padding: 4em 0px 5em 0px;
}
.about-main h3, .team-main h3, .contact-top h3,.get-main h3 {
	font-size: 1.32em;
}
.about-main h5 {
	overflow: hidden;
	height: 49px;
}
.about-main p {
	font-size: 14px;
	overflow: hidden;
	/* height: 67px; */
	line-height: 1.6em;
}
.col-md-4.about-text-left {
	width: 100%;
	float: none;
	margin-bottom: 1.1em;
}
.about-text-left img {
	width: 85%;
}
.about-text {
	margin-top: 1.2em;
}
.contact-top p, .team-main p {
	font-size: 14px;
	overflow: hidden;
	height: 39px;
	margin: 6px auto 0;
}
.team-top-left {
	width: 100%;
	float: none;
	margin-bottom: 1.1em;
}
.team-top-left img {
	width: 80%;
}
.team {
	padding: 10px 0px 1em 0px;
}
.t-top {
	margin-top: 12px;
}
.t-top h4 {
	font-size: 1em;
}
.about {
	padding: 1.7em 0px 0px 0;
}
.about-text-left h5 {
	font-size: 1.12em !important;
	height: 25px !important;
}
.mp {
	margin-top: 1em;
}
.mp iframe {
	height: 130px;
}
.contact-bottom-left h3, .contact-bottom-right h3 {
	font-size: 1.2em;
}
.contact-bottom-left p {
	font-size: 14px;
	overflow: hidden;
	height: 42px;
}
.contact-bottom-left h6 {
	font-size: 15px;
}
.contact-text input[type="text"] {
	width: 100%;
	padding: 9px 10px;
	margin-bottom: 9px;
}
.contact-but input[type="submit"] {
	padding: 8px 14px;
	font-size: 15px;
	margin-top: 11px;
}
.get {
	padding: 1.8em 0px;
}
.get-bottom-left {
	width: 100%;
	padding-left: 15px;
}
.get-bottom input[type="text"] {
	width: 100%;
	padding: 7px 12px;
}
.get-bottom label {
	font-size: 14px;
	margin-top: 13px;
}
.get-bottom textarea {
	width: 100%;
	min-height: 7em;
}
.get-btn input[type="submit"] {
	font-size: 16px;
	padding: 5px 12px;
}
.get-btn {
	margin-top: 1em;
}
.get-text p {
	font-size: 15px;
}
#owl-demo .item img {
	display: block;
	height: auto;
	width: 100%;
}
nav a#pull {
	right: 46.5%;
}
}
/*--end-media-quaries--*/
/*-- responsive design --*/
@media (max-width:1600px) {
.pogoSlider {
	height:677px;
}
.pogoSlider-slide {
	min-height:677px;
}
.pogoSlider-slide-element {
	margin-top:240px!important;
}
.pogoSlider-slide-element h3 {
    font-size: 45px;
    padding: 0 100px 30px;
    letter-spacing: 3px;
    line-height: 80px;
    padding-bottom: 45px;
}
}

@media (max-width:1366px) {
section.team,.service-image {
    text-align: -webkit-center;
}  
}

@media (max-width:1280px) {
.sb-search {
	right:180px;	
}
}

@media (max-width: 1080px) {
.sb-search {
    right: 70px;
}
.pogoSlider-slide-element h3 {
    font-size: 35px;
    padding: 0 50px 30px;
    letter-spacing: 3px;
    line-height: 70px;
    padding-bottom: 45px;
}
.pogoSlider-slide-element {
    margin-top: 265px!important;
}
section.welcome h3.text-center {
	left:29%;
	top:16%;
}
section.welcome h3.text-center, section.team h3.text-center, section.price h3.text-center, section.about-w3ls h3, section.customer h3.text-center, section.service-agile h3.text-center, section.contact-w3ls h3.text-center {
	font-size:35px;
}
section.team p.text-center,section.price p.text-center,section.customer p.text-center,section.service-agile p.text-center,section.contact-w3ls p.text-center {
    font-size: 14px;
}
section.info i.fa {
	padding-top:110px;
}
section.info h2 {
    font-size: 30px;
}
section.info p {
    font-size: 14px;
}
section.welcome p.text-center {
	font-size:14px;
	padding:35px;
}	
section.welcome h3.text-center {
	top:9%;
}
.navbar-inverse .navbar-nav>li>a {
	font-size:15px;
}
.pogoSlider-slide-element a {
    font-size: 17px;
}
section.team h4.text-center {
    font-size: 17px;
}	
section.team p.team-p1 {
    font-size: 15px;
}
section.subs h3 {
    font-size: 30px;
}
section.subs input#email {
	font-size:18px;
}
section.subs button.btn.btn-outline.btn-lg {
	font-size:18px;
}
section.footer ul.footer-links1 li a, section.footer ul.footer-links2 li a {
	font-size:16px;
}
section.footer a.top {
	left:48%;
}
section.footer a.logo {
	left:43%;
	top: 16%;
    font-size: 35px;
}
figure.effect-julia ul.social-icons2 li a i.fa {
    font-size: 15px;
    line-height: 35px;
    width: 36px;
    height: 36px;
}
section.footer ul.social-icons1:before , section.footer ul.social-icons1:after {
	width:38%;
}
section.inner-header h2.page-header {
	font-size:40px;
	padding-bottom:20px;
}
section.about-w3ls {
    padding: 35px 0;
}
section.about-w3ls p {
    font-size: 14px;
}
section.welcome, section.info, section.team, section.price, section.subs, section.footer, section.customer,section.service-agile,section.contact-w3ls {
    padding: 50px 0;
}
section.footer ul.footer-links1,section.footer ul.footer-links2 {
	margin-top:10px;
}
section.banner-inner {
	min-height:400px;
}
section.footer p.copyright {
	font-size:14px;
}
section.service-w3ls p {
    font-size: 14px;
}
section.service-w3ls {
    padding: 35px 0;
}
section.service-agile .media-body p {
    font-size: 14px;
}
section.portfolio-w3ls p {
    font-size: 14px;
}
section.blog-w3ls p.blog-agile1 {
    font-size: 17px;
}
section.blog-w3ls p.blog-agile1 a {
	font-size:17px;
	font-weight:normal;
}
section.blog-w3ls p.blog-agile2 {
    font-size: 14px;
}
section.blog-w3ls p i.fa {
	font-size:40px;
}
section.blogpost-w3ls h3 {
    font-size: 30px;
}
section.blogpost-w3ls p.date-agile {
    font-size: 16px;
    font-weight: normal;
}
section.blogpost-w3ls p.lead {
    font-size: 23px;
}
section.blogpost-w3ls p.blogpost-p1 {
    font-size: 14px;
}
section.blogpost-w3ls .comment-w3ls h4 {
    font-size: 20px;
}
section.blog-w3ls a.btn.btn-primary, section.portfolio-w3ls a.btn.btn-primary, section.service-w3ls a.btn.btn-primary {
	font-size:15px;
}
}

@media (max-width: 1024px) {
.pogoSlider {
    height: 557px;
}
.pogoSlider-slide {
	min-height:557px;
}
.pogoSlider-slide-element {
    margin-top: 190px!important;
}
.pogoSlider-slide-element h3 {
    font-size: 30px;
    padding: 0 30px 35px;
    letter-spacing: 3px;
    line-height: 55px;
}
.pogoSlider-slide-element a {
    font-size: 16px;
	padding:8px 20px;
}
section.welcome h3.text-center, section.team h3.text-center, section.price h3.text-center, section.about-w3ls h3, section.customer h3.text-center, section.service-agile h3.text-center, section.contact-w3ls h3.text-center {
    font-size: 30px;
}
section.welcome h3.text-center {
    left: 31%;
	top:10%;
}
section.info h2 {
    font-size: 25px;
	padding-bottom:10px;
}
}

@media (max-width: 991px) {
a.navbar-brand {
	width:170px;
	height:116px;	
}
a.navbar-brand h1 {
    font-size: 35px;
    line-height: 110px;
}
ul.nav.navbar-nav {
    margin: 0 0 0 155px;
}
.navbar-inverse .navbar-nav>li>a {
	padding:20px 13px;
}
p.top-p1 {
	display:none;
}
.navbar-wrapper {
    margin-top: 57px;
}
section.info i.fa {
    padding-top: 215px;
}
.info-agile {
    padding: 0;
}
.col-lg-7.col-md-7.info-w3ls2 {
    padding: 0;
}
section.info h2 {
	padding:20px 0 15px;
}
figure.effect-julia ul.social-icons2 li a i.fa {
    font-size: 16px;
    line-height: 47px;
    width: 47px;
    height: 47px;
}
section.team p.team-p1 {
	padding-bottom:35px;
}
section.team .col-lg-3.col-md-3.col-sm-6.team-w3ls:nth-child(3) p.team-p1, section.team .col-lg-3.col-md-3.col-sm-6.team-w3ls:nth-child(3) p.team-p1 {
	padding-bottom:0;
} 
section.team {
    text-align: -webkit-center;
}
section.price li.col-lg-4.col-md-4.col-sm-12 {
    width: 100%;
	margin-bottom:40px;
}
.cd-has-margins .cd-pricing-list > li .price-w3ls {
	width:50%;
	margin:0 auto;
}
section.footer ul.footer-links1 li {
    margin-right: 30px;
}
section.footer ul.footer-links2 li {
	margin-left:30px;
}
section.footer ul.social-icons1 {
	margin-top:30px;
}
section.footer ul.social-icons1:before, section.footer ul.social-icons1:after {
    width: 34%;
}
section.footer p.copyright {
	padding-top:30px;
}
section.banner-inner {
    min-height: 350px;
}
section.about-w3ls h3 {
	padding:30px 0 20px;
}
.col-md-2.col-sm-4.col-xs-6.cust-w3ls {
    padding-bottom: 30px;
}
.pogoSlider {
	margin-top:60px;
}
section.service-w3ls p {
	padding:0 45px 15px;
}
section.portfolio-w3ls h3 {
	font-size:20px;
	padding:30px 0 20px;
}
section.blog-w3ls p.date-w3ls {
	font-size:14px;
	padding:10px 0 15px;
}
section.blog-w3ls h3 a {
	padding:20px 0 15px;
	font-size:20px;
}
section.blog-w3ls p.blog-agile1 {
    font-size: 15px;
}
section.footer ul.footer-links1 li a, section.footer ul.footer-links2 li a {
    font-size: 15px;
}
section.footer ul.footer-links2 { 
	margin-right:-30px;
}
section.blogpost-w3ls h3 {
    font-size: 25px;
	padding:0;
}
section.blogpost-w3ls p.date-agile {
    font-size: 14px;
}
section.blogpost-w3ls p.lead {
    font-size: 20px;
}
section.blogpost-w3ls .comment-w3ls .well button.btn.btn-primary {
	font-size:15px;
	padding:5px 20px;
}
section.blogpost-w3ls h4.media-heading {
    font-size: 16px
}
section.blogpost-w3ls p.blogpost-p2 {
    font-size: 13px;
}
section.blogpost-w3ls .blogpost-right .well ul.list-unstyled li a {
	font-size:14px;
}               
section.blogpost-w3ls .blogpost-right .well p.blogpost-p3 {
    font-size: 14px; 
}
section.blogpost-w3ls .blogpost-right h4 {
    font-size: 20px;
}
section.inner-header h2.page-header {
    font-size: 35px;
    padding-bottom: 20px;
}
section.team p.text-center, section.price p.text-center, section.customer p.text-center, section.service-agile p.text-center, section.contact-w3ls p.text-center {
	padding-bottom:30px;
}
section.contact-w3ls input#name, section.contact-w3ls input#email, section.contact-w3ls input#phone ,section.contact-w3ls input#subject {
    height: 45px;
}
section.contact-w3ls button.btn.btn-primary {
	padding: 7px 20px;
}	                 
section.contact-w3ls .contact-grid1-left1 p {
	font-size:14px;
	margin-bottom:1em;
}
.col-md-4.contact-grid1-left {
    margin-bottom: 30px;
}
section.contact-w3ls label.contact-p1 {
    font-size: 14px;  
}
section.contact-w3ls p.help-block {
	font-size:14px;
}
section.info, section.about-w3ls, section.customer, section.service-w3ls, section.portfolio-w3ls,section.blog-w3ls,section.blogpost-w3ls {
	text-align: -webkit-center;
}
.comment-agile {
    text-align: justify;
}
section.blogpost-w3ls .blogpost-right .well ul.list-unstyled li {
	margin-bottom:15px;
}
.blogpost-right {
    margin-top: 40px;
}                   
}

@media (max-width: 900px) {
a.navbar-brand {
    width: 170px;
    height: 104px;
}
.navbar-inverse .navbar-nav>li>a {
    padding: 14px 13px;
}
.navbar-wrapper {
    margin-top: 57px;
}
.navbar {
	min-height:30px;
}
.sb-search {
    right: 45px;
	top:4px;
}
.pogoSlider {
    margin-top: 48px;
}
}

@media (max-width: 800px) {
.sb-search {
    right: 7px;
    top: 3px;
}                          
}

@media (max-width: 768px) {
a.navbar-brand {
	left:-1px;
}
ul.nav.navbar-nav {
    margin: 0 0 0 139px;
}
.pogoSlider {
    height: 450px;
}
.pogoSlider-slide {
	min-height:450px;
}
.pogoSlider-slide-element {
    margin-top: 145px!important;
}
.pogoSlider-slide-element h3 {
    font-size: 25px;
    padding: 0 20px 35px;
    letter-spacing: 3px;
    line-height: 45px;
}
section.welcome h3.text-center {
    left: 27%;
    top: 5%;
}
section.welcome p.text-center {
	padding:20px 30px;
}
section.welcome h3.text-center, section.team h3.text-center, section.price h3.text-center, section.about-w3ls h3, section.customer h3.text-center, section.service-agile h3.text-center, section.contact-w3ls h3.text-center {
    font-size: 25px;
}
section.welcome, section.info, section.team, section.price, section.subs, section.footer, section.customer, section.service-agile, section.contact-w3ls {
    padding: 30px 0;
}
section.team h4.text-center {
    font-size: 17px;
	padding:20px 0 10px;
}
section.subs h3 {
    font-size: 22px;
}
section.subs input#email {
    font-size: 16px;
}
section.subs button.btn.btn-outline.btn-lg {
    font-size: 16px;
}
section.footer a.logo {
    left: 42%;
    top: 16%;
    font-size: 30px;
}
section.footer a.top {
    left: 47%;
	width: 35px;
    height: 35px;
	top: -17px;
}
section.footer a.top span.glyphicon.glyphicon-chevron-up {
    line-height: 25px;
    font-size: 22px;
    padding: 0 3px 0 0px;
}
section.inner-header h2.page-header {
    font-size: 30px;
    padding-bottom: 0px;
    margin-top: 16px;
}
section.about-w3ls {
    padding: 20px 0;
}
section.service-w3ls {
    padding: 20px 0;
}
section.service-agile h4.media-heading {
    font-size: 20px;
}
section.portfolio-w3ls {
    padding: 20px 0;
}
section.blog-w3ls {
    padding: 20px 0 20px;
}
section.blogpost-w3ls h3 {
    font-size: 22px;
}
section.blogpost-w3ls {
    padding: 20px 0;
}
section.contact-w3ls button.btn.btn-primary {
	font-size:16px;
}
.pagination {
	margin:0 0 20px;
}
.pager {
    margin:0px 0px 20px;
}
.blogpost-right {
    margin-top: 40px;
    margin-bottom: 30px;
}
section.contact-w3ls {
	text-align:-webkit-center;
}
}

@media (max-width: 736px) {
.sb-search {
    right: 116px;
    top: 4px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #eb5425;
}
.navbar-nav>li {
    border: none;
}
.navbar-nav>li:first-child {
    border: none;
}
ul.nav.navbar-nav {
    margin: 0;
    text-align: center;
    background-color:rgba(0,0,0,0.7);
}
.navbar-wrapper {
	background-color:transparent;
}
.navbar-inverse .navbar-nav>li>a {
	color:#fff!important;
}
.pogoSlider {
    height: 345px;
}
.pogoSlider-slide {
	min-height:345px;
}
.pogoSlider-slide-element {
    margin-top: 90px!important;
}
.pogoSlider-slide-element h3 {
    font-size: 20px;
    padding: 0 20px 35px;
    letter-spacing: 3px;
    line-height: 45px;
}
.pogoSlider-nav-btn {
	width:15px;
	height:15px;
}
section.info h2 {
    padding: 15px 0 5px;
	font-size:22px;
}
.col-lg-3.col-md-3.col-sm-6.team-w3ls {
    width: 50%;
    float: left;
}
section.subs {
	text-align:-webkit-center;
}
section.subs input#email {
	margin-bottom:20px;
}
.col-lg-10.col-md-10.col-sm-7.subs-w3ls1 {
	padding-left:15px;
}
.map iframe.googlemaps {
    width: 100%;
    height: 300px;
}
section.banner-inner {
    min-height: 100px;
}
section.top-w3ls {
    position: relative;
    margin-bottom: 48px;
    background-color: #fff;
}
}

@media (max-width:640px) {
.cd-has-margins .cd-pricing-list > li .price-w3ls {
    width: 70%;
    margin: 0 auto;
}
section.info i.fa {
    padding-top: 165px;
}
#small-dialog, #small-dialog1, #small-dialog2, #small-dialog3, #small-dialog4, #small-dialog5 {
	max-width:540px;
}
.cd-value {
    font-size: 60px;
}
section.footer a.logo {
    left: 42%;
    top: 16%;
    font-size: 25px;
}
section.inner-header h2.page-header {
    font-size: 25px;
    padding-bottom: 0px;
    margin-top: 16px;
}
section.inner-header ol.breadcrumb li {
    font-size: 15px;
}
section.about-w3ls,section.service-w3ls,section.portfolio-w3ls,section.blog-w3ls,section.blogpost-w3ls {
    padding: 0px 0;
}
section.welcome, section.info, section.team, section.price, section.subs, section.footer, section.customer, section.service-agile, section.contact-w3ls {
    padding: 20px 0;
}
section.contact-w3ls .row.contact-row {
    margin-top: 0px;
}
section.contact-w3ls .contact-grid1-left1 {
    padding: 1em;
}
}

@media (max-width: 568px) {
section.footer ul.footer-links1 li a, section.footer ul.footer-links2 li a {
    font-size: 14px;
}
section.footer ul.footer-links1 li {
    margin-right: 15px;
}
section.footer ul.footer-links2 {
    margin-right: -28px;
}
section.footer ul.footer-links2 li {
    margin-left: 15px;
}
section.footer a.logo {
    left: 41%;
    top: 16%;
    font-size: 25px;
}
section.footer ul.social-icons1:before, section.footer ul.social-icons1:after {
    width: 25%;
}
figure.effect-julia ul.social-icons2 li {
	margin-bottom:7px;
}
.grid figure figcaption {
    padding: 3px;
}
section.portfolio-w3ls hr,section.blog-w3ls hr {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mfp-close {
	right:-15px;
}
}

@media (max-width: 480px) {
ul.top-contacts {
    list-style: none;
    display: inherit;
    text-align:justify;
    margin-left: 195px;
}
a.navbar-brand {
	top:-56px;
    width: 170px;
    height: 117px;
}
section.info i.fa {
    padding-top: 125px;
}
ul.top-contacts li p {
	font-size:14px;
}
ul.top-contacts li.top-hover p {
    padding-bottom: 3px;
}
.top-bar {
	padding:10px;
}
.sb-search {
    right: 116px;
    top: 10px;
}
.navbar-toggle {
	margin-top:20px;
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 67%;
}
section.footer a.logo {
    left: 40%;
    top: 30%;
    font-size: 25px;
}
section.footer ul.social-icons1 {
    margin-top: 60px;
}
}

@media (max-width: 414px) {
.sb-search {
    right: 90px;
    top: 10px;
}
#darkbox_prev, #darkbox_next {
	width:25px;
	height:25px;
}	
ul.top-contacts li.top-hover p {
    padding-bottom: 3px;
    display: flex;
}
li.top-hover {
    margin-right:auto;
}
li.top-hover p span {
	margin-right:3px;
}
ul.top-contacts {
	text-align:justify;
}
.pogoSlider {
    height: 240px;
}
.pogoSlider-slide {
	min-height:240px;
}
.pogoSlider-slide-element {
    margin-top: 35px!important; 
}
.pogoSlider-slide-element h3 {
    font-size: 15px;
    padding: 0 20px 20px;
    letter-spacing: 3px;
    line-height: 30px;
}
.pogoSlider-slide-element a {
    font-size: 14px;
    padding: 5px 20px;
}
.pogoSlider--navBottom .pogoSlider-nav {
    bottom: 10px;
}
section.welcome h3.text-center {
    left: 9%;
    top: 2%;
}
section.welcome p.text-center {
    padding: 20px;
}
section.info i.fa {
    padding-top: 95px;
}
.col-lg-3.col-md-3.col-sm-6.team-w3ls {
    width: 100%;
    float: left;
}
figure.effect-julia ul.social-icons2 li {
    margin-bottom: 10px;
}
.grid figure figcaption {
	padding:10px;
}
.cd-has-margins .cd-select {
    padding: 10px 80px;
}
.cd-has-margins .cd-pricing-list > li .price-w3ls {
    width: 90%;
    margin: 0 auto;
}
.cd-pricing-footer {
	padding:1em 0;
}
section.price p.dur {
	font-size:14px;
}
section.price p.dur span {
    font-weight: 700;
    font-size: 15px;
}
#small-dialog, #small-dialog1, #small-dialog2, #small-dialog3, #small-dialog4, #small-dialog5 {
    max-width: 360px;
}
.mfp-close {
	right:-15px;
}
section.footer ul.footer-links1 li {
    margin-right: 10px;
}
section.footer ul.footer-links2 li {
    margin-left: 10px;
}
section.footer a.top {
    left: 45%;
}
section.footer a.logo {
    left: 38%;
}
section.footer ul.social-icons1:before, section.footer ul.social-icons1:after {
    width: 18%;
}
section.about-w3ls h3 {
    padding: 20px 0 10px;
}
section.welcome h3.text-center, section.team h3.text-center, section.price h3.text-center, section.about-w3ls h3, section.customer h3.text-center, section.service-agile h3.text-center, section.contact-w3ls h3.text-center {
	padding-bottom:10px;
}
section.team p.text-center, section.price p.text-center, section.customer p.text-center, section.service-agile p.text-center, section.contact-w3ls p.text-center {
    padding-bottom: 20px;
    line-height: 27px;
}
section.portfolio-w3ls a.btn.btn-primary,section.blog-w3ls a.btn.btn-primary,section.service-w3ls a.btn.btn-primary {
	padding:7px 18px;
}
section.blogpost-w3ls h3 {
    font-size: 17px;
}
section.blogpost-w3ls p.lead {
    font-size: 16px;
}
section.contact-w3ls input#name, section.contact-w3ls input#email, section.contact-w3ls input#phone , section.contact-w3ls input#subject {
    height: 40px;
}
#lightninBox .lb-next {
    visibility: hidden;
    top: 48%;
    right: 20px;
}
}

@media (max-width:384px) {
ul.top-contacts {
	margin-left:114px;
}
.pogoSlider-slide-element {
    margin-top: 45px!important; 
}
section.welcome h3.text-center {
    left: 11%;
    top: 8px;
	padding:0 10px;
}
section.info i.fa {
    padding-top: 85px;
}
section.subs h3 {
    font-size: 20px;
    line-height: 30px;
}
section.footer ul.footer-links1,section.footer ul.footer-links2 {
    float: none; 
}
section.footer ul.footer-links2 {
    margin-right: auto;
}
section.welcome h3.text-center, section.team h3.text-center, section.price h3.text-center, section.about-w3ls h3, section.customer h3.text-center, section.service-agile h3.text-center, section.contact-w3ls h3.text-center {
    font-size: 22px;
}
section.footer a.logo {
    left: 36%;
	top:38%;
}
section.service-w3ls p {
    padding: 0 10px 15px;
}
section.welcome h3.text-center {
    left: 56px;
    top: 10px;
    padding: 0 10px;
}
section.subs input#email {
    background: url(../images/mail.png) no-repeat 13px 7px;
	height:40px;
	font-size:14px;
}
section.subs button.btn.btn-outline.btn-lg {
	height:40px;
}
.map iframe.googlemaps {
    width: 100%;
    height: 200px;
}
section.footer {
    text-align: -webkit-center;
}
}

@media (max-width: 375px) {
section.welcome h3.text-center {
    left: 53px;
    top: 11px;
    padding: 0 10px;
}
section.info i.fa {
    padding-top: 80px;
}
section.contact-w3ls {
	text-align:-webkit-center;
}
.payment-online-form-left input[type="text"] {
	width:100%;
}
#small-dialog, #small-dialog1, #small-dialog2, #small-dialog3, #small-dialog4, #small-dialog5 {
	height:810px;
}
section.service-agile .media-body p {
	padding-bottom:20px;
}
section.footer ul.footer-links1 {
    margin-left: 15px;
}
}

@media (max-width: 320px) {
a.navbar-brand h1 {
    font-size: 30px;
    line-height: 100px;
}
a.navbar-brand {
    top: -56px;
    width: 125px;
    height: 76px;
}
ul.top-contacts {
    margin-left: 67px;
}
.pogoSlider-slide-element h3 {
    font-size: 14px;
    padding: 0 10px 15px;
    letter-spacing: 3px;
    line-height: 30px;
}
.pogoSlider {
    height: 220px;
}
.pogoSlider-slide {
	min-height:220px;
}
.pogoSlider-slide-element a {
    font-size: 14px;
    padding: 4px 15px;
}
section.welcome h3.text-center, section.team h3.text-center, section.price h3.text-center, section.about-w3ls h3, section.customer h3.text-center, section.service-agile h3.text-center, section.contact-w3ls h3.text-center {
    font-size: 20px;
}
section.welcome h3.text-center {
    left: 35px;
}
section.info i.fa {
	font-size:50px;
	padding-top: 75px;
}
section.info h2 {
	font-size:20px;
	line-height:30px;
}
.grid figure figcaption {
    padding: 4px;
}
.cd-value {
    font-size: 50px;
}
.cd-has-margins .cd-pricing-list > li .price-w3ls {
    width: 100%;
    margin: 0 auto;
}
section.blogpost-w3ls h3 {
    font-size: 15px;
    line-height: 25px;
}
section.blogpost-w3ls p.lead {
    font-size: 15px;
    line-height: 25px;
}
.payment-sendbtns input[type="reset"] {
	padding:6px 35px;
}
.payment-sendbtns input[type="submit"] {
	padding:6px 30px;
}
section.footer a.logo {
    left: 34%;
    top: 34%;
}
section.footer ul.social-icons1:before, section.footer ul.social-icons1:after {
    width: 11%;
}
}





/*======== 3. section title Styles ===========*/
.section-title-wrap {
  padding: 80px 0;
}
.margin-right {margin-right:15px; float:left}
.section-title-wrap.gray-background {
  background: #F2F2F2;
}
.section-title-wrap .section-title {
  margin-bottom: 0;
}
.section-title-wrap .section-title p {
  margin-bottom: 0;
}
.section-title {
  margin-top: 5px;
  margin-bottom: 18px;
}
.section-title > span {
  font-size: 15px;
  color: #7E7E7E;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  line-height: 21px;
  margin-bottom: 15px;
  display: inline-block;
}
.section-title h2 {
  font-family: 'Raleway', sans-serif;
  color: #282828;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 22px;
  font-weight: 800;
  display: block;
}
.section-title h2 span {
  display: block;
}
/* .section-title h2:after { */
  /* content: ' '; */
  /* background: #FFAE00; */
  /* height: 2px; */
  /* width: 85px; */
  /* display: inline-block; */
/* } */
.section-title p {
  font-size: 15px;
  color: #797979;
  line-height: 26px;
  margin-top: 38px;
}
/* .specification_wrapp .contact-content .row:last-child {display:none} */
.specification_wrapp .contact-content {padding:20px 0 0} 
.specification_wrapp .vc_row .section-title h2 {line-height:13px}
.specification {font-size: 16px}
.specification_wrapp .vc_row .section-title p {display:none}
.specification-heading .section-title h2 span {text-align: left!important}
.specification-heading .section-title > h2::after { margin: 0; text-align: left}
/* .section-title h2::after {background: #a92e32; text-align: center; display: block;margin: 0 auto} */
/*======== single page content Styles ===========*/
.blog-container .single-blog-post.single-page-content {
  margin-bottom: 0;
}
.single-page-content .dt {
  display: table;
}
.single-page-content .dtc {
  display: table-cell;
  vertical-align: middle;
}
.single-page-content .image-content-holder {
  width: 68%;
}
.single-page-content .image-content-holder p {
  margin-bottom: 30px;
}
.single-page-content .image-content-holder p:last-child {
  margin-bottom: 0;
}
.single-page-content hr {
  margin-top: 50px;
  margin-bottom: 50px;
  border-color: #d4d4d4;
}
.single-page-content .left-content .image-content-holder {
  padding-left: 30px;
}
.single-page-content .right-content .image-content-holder {
  padding-right: 30px;
}
.single-page-content ul.list-item {
  padding-top: 0;
  padding-bottom: 50px;
  padding-right: 100px;
}
.single-page-content ul.list-item:last-child {
  padding-right: 0;
}
.single-page-content h3 {
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}
.single-page-content ul.list-item.style-two li {
  color: #E8A20C;
}
.single-page-content ul.list-item.style-two li:before {
  content: '\f105';
}
.single-page-content ul.list-item li {
  display: block;
  color: #6D6D6D;
  font-style: italic;
  line-height: 34px;
}
/* .single-page-content ul.list-item li:before { */
  /* content: '\f0a9'; */
  /* font-family: 'FontAwesome'; */
  /* color: #E8A20C; */
  /* font-size: 16px; */
  /* margin-right: 10px; */
  /* font-style: normal; */
/* } */
.single-page-content ul.list-item {padding-bottom:30px}
.single-page-content ul.list-item li {margin-right:20px!important;background: url("../images/list-Arrow.png") no-repeat scroll left 9px; padding: 0px 0px 0px 25px}
.single-blog-post ul {
    padding: 19px 0 26px;
}
.anim-3,
.anim-3-all * {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.anim-5,
.anim-5-all * {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.anim-7,
.anim-7-all * {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
.spec_title{color:#ED1B24}
.page-template-tpl-visual_composer2 .vc_row {
    margin-left: 0;
    margin-right: 0;
}

.vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
.vc_custom_1482299341154 {
    padding-left: 60px !important;
}
.bigtitleclss{
	color: #EB1B22;
}
.vc_custom_1466670300016 {
    background-color: #f2f2f2 !important;
}
.img-style{padding: 52px 0 0 0}
.proj-heading{
	color: #EB1B22;
	font-weight:600
}
.proj-area{color:#999;padding: 20px 0 0 0;background: #F8F9F9;
width: 300px;}




.blog-container .ptb-80 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.wpb_content_element {
    margin-bottom: 10px!important;
}
.view {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.view .mask, .view .content {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.page .page-content p img, .single .content p img, .page .page-content figure img, .single .content figure img {
    max-width: 100%;
    height: auto;
}
.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(3, 3, 3, 0.79);
    -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;
}
.page-id-673 .view-first a.info, .page-id-685 .view-first a.info {
    margin-top: 15em;
}
.page-id-673 .contenclss.top-margin-1, .page-id-685 .contenclss.top-margin-1 {
    margin-top: -1.1em;
}
.view a.info {
    background: #a92e32;
    font-weight: bold;
    box-shadow: 0 0 1px #000;
    margin-top: 10px;
    color: #fff;
    display: inline-block;
    padding: 3px;
    width: 120px;
    text-decoration: none;
    text-transform: uppercase;
}
.contenclss > p {
    font-size: 13px;
    text-align: center;
	letter-spacing: .03em;
	margin: 0 0 10px;
}
.contenclss > h3 {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 9px;
    text-transform: uppercase;
    margin-bottom: 7px;
    text-align: center;
}
.linkclass-1, .linkclass, .linkclass-2 {
    background: #ED1B24;
    width: 120px;
    margin: auto;
    color: #fff;
    font-weight: initial;
    line-height: 30px;
}
.linkclass-1 a, .linkclass a, .linkclass-2 a {
    color: #fff;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 120px;
    font-size: 13px!important;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    text-transform: uppercase;
}
.view {overflow:hidden; position:relative; text-align:center}
.view .mask, .view .content { height: 100%; left: 0; overflow: hidden; position: absolute; top: 0; width:100%}
.view h2 {background: rgba(0, 0, 0, 0.8); color: #fff; font-size: 17px; margin:5.5em 0 0; padding:10px; position: relative;text-align: center;text-transform: uppercase}
.view .up-box {color: #fff;font-size:14px; font-style: italic; padding: 10px 20px 20px; position: relative; text-align: center}
.view a.info {background:#a92e32; font-weight: bold; box-shadow: 0 0 1px #000; margin-top:10px; color: #fff; display: inline-block; padding:3px; width:120px; text-decoration: none; text-transform: uppercase}
.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:rgba(3, 3, 3, 0.79); -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 h2 {-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 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 .up-box { -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 {margin-top:11em; -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 .up-box,.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 .up-box {-webkit-transition-delay: 0.1s; -moz-transition-delay: 0.1s; -o-transition-delay: 0.1s; -ms-transition-delay: 0.1s; transition-delay: 0.1s}
.view-first:hover a.info {-webkit-transition-delay: 0.2s; -moz-transition-delay: 0.2s; -o-transition-delay: 0.2s; -ms-transition-delay: 0.2s; transition-delay: 0.2s}


.page-id-673 .view h2, .page-id-685 .view h2 {margin:8.8em 0 0 0!important; font-size:18px!important}

.ongoing{
	background: #F1F1F1;
padding-bottom: 3em;
}