html, body{
    font-family: 'OpenSans-Regular';
	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;
	font-family: 'Open Sans', sans-serif;
}
a:hover{
 text-decoration:none;
}
input[type="button"],input[type="submit"],li.parallelogram{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Montserrat', sans-serif;
}	
p{
  margin:0;
  font-family: 'Open Sans', sans-serif;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
.header-top {
  padding: 1em 0 1em 0;
}
.logo {
    float: left;
}
.logo a {
    display: block;
}
.logo a h1{
    font-size: 2.6em;
    color: #decba5;
    text-transform: uppercase;
    margin-top: 28px;
	font-weight:700;
}
.logo a h1 span{
    color:#019c58;
	}
/* Effect 5: same word slide in */
.top-menu ul li a {
	overflow: hidden;
	padding: 0 4px;
	font-family: 'Open Sans', sans-serif;
}
.top-menu ul li a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	font-family: 'Open Sans', sans-serif;
}
.top-menu ul li a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	    color:#019c58;
		font-family: 'Open Sans', sans-serif;
}
.top-menu ul li a:hover span,
.top-menu ul li a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
.top-menu {
    float: left;
    margin-left:14em;
}
.top-menu ul li {
    display: inline-block;
    margin: 0 .4em;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
}
.top-menu ul li a {
	position: relative;
    display: inline-block;
    margin: 38px 0 0 0;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 0.9em;
    height: 22px;
}
.top-menu ul li a.active,.top-menu ul li a:hover{
	color:#019c58;
	font-weight:700;
}
.top_right {
    float: right;
	    margin-top: 0.6em;
}
.top_right h6{
       color: #00aaad;
    font-size: 0.85em;
    font-weight: 400;
    text-transform: uppercase;
	    padding: 0;
}
.top_right p {
         color: #a5cd39;
    font-size: 1em;
       font-weight: 600;
    text-transform: uppercase;
    margin-top: 0.8em;
}
.header-middle {
    padding: 2em 0;
}
/*--login-pop--*/
#loginpop {
	    position: relative;
    float: right;
    margin-top: 1.9em;
}
i.arrow {
    font-size: 0.9em;
  color: #fff;
  vertical-align: baseline;
  transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
  }
#loginpop a span:hover i.arrow{
  color:#fff;
  }
#loginpop a{
	text-decoration:none;
}
#loginpop a span{
   display: block;
  color: #fff;
  background:#019c58;
  padding:8px 18px;
  font-size: 0.9em;
border: 1px solid #029b58;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  font-weight: 600;
  text-transform: uppercase;
  border-radius:0.3em;
  -o-border-radius:0.3em;
  -webkit-border-radius:0.3em;
  -moz-border-radius:0.3em;
  outline:none;
  font-family: 'Open Sans', sans-serif;
  }
 #loginpop a span:hover{
	background:#222;
	 border: 1px solid #222;
	 color:#fff;
 }
/* Login Button */
#loginButton { 
    display:inline-block;  
    position:relative;
    z-index:30;
    cursor:pointer;
}
/* Login Box */
#loginBox {
    position:absolute;
    top: 56px;
    right: 4px;
    display:none;
    z-index:29;
}
#loginForm:after {
	     content: '';
    position: absolute;
    right: 25px;
    top: -19px;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-bottom: 19px solid #FFFFFF;
}
/* Login Form */
#loginForm {
	  width: 300px;
  background: #fff;
  border: 1px solid #d6d6d6;
  height: 251px;
}
#loginForm fieldset {
    margin:0 0 15px 0;
    display:block;
    border:0;
    padding:0;
}
fieldset#body {
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    padding:15px 15px;
    margin:0;
}
#loginForm #checkbox {
    width:auto;
    margin:3px 6px 0 0;
    float:left;
    padding:0;
    border:0;
}
#body label {
   color:#34353a;
    margin:10px 0 0 0;
    display:block;
    float:left;
    font-size:0.8725em;
    font-weight: 400;
}
#loginForm #body fieldset label{
    display:block;
    float:none;
    margin:0 0 6px 0;
	font-family: 'Open Sans', sans-serif;
}
#loginForm #login {
  width: auto;
  float: left;
  background:#019c58;
  color: #fff;
  font-size: 0.8725em;
  padding: 7px 20px;
  border: none;
  margin: 0 12px 0 0;
  cursor: pointer;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  outline:none;
  text-transform: uppercase;
    border-radius:0.3em;
  -o-border-radius:0.3em;
  -webkit-border-radius:0.3em;
  -moz-border-radius:0.3em;
  font-family: 'Open Sans', sans-serif;
  
}
#loginForm #login:hover{
     background:#222;
}
#loginForm input {
   width: 100%;
  border: 1px solid #DADADA;
  color: #222;
  background: #FFF;
  padding: 6px;
  font-size: 0.8125em;
  -webkit-apperance: none;
  outline: none
  font-family: 'Open Sans', sans-serif;
}
#body label i {
  color: #000;
  font-size: 1em;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
}
#loginForm span a {
  color:#34353a;
  font-size: 0.85em;
  font-weight: 400;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0 16px;
  font-family: 'Open Sans', sans-serif;
}
/*--responsive-design--*/
@media only screen and (max-width :800px) {
	span.menu {
		width: 35px;
		height: 35px;
		background: url(../images/nav.png)no-repeat 0px 0px;
		display: inline-block;
		float: right;
		cursor: pointer;
		    margin: 1em 0 0;
	}
	.top-menu {
		float: none;
		margin-top: 0em;
	}
	.top-menu  ul{
		display:none;
	}
	.top-menu  ul li {
		display:block;
		margin-right:0;
	}
	.top-menu  span.menu{
		display:block;
	}
	.top-menu ul {
		margin:5.8em 0 0 -20.7em;
		padding: 2% 0;
		position: absolute;
		width: 93%;
		text-align: center;
		z-index: 9999;
		background: rgba(68, 66, 63, 0.65);
	}
	.top-menu li a {
		padding: 0.7em;
		font-weight: 400;
		font-size:0.9em;
	 }
	.top-menu ul li a {
		font-size: 0.9em;
		margin: 5px 0 0 0;
	}
	.top-menu ul li a:hover span,.top-menu ul li a:focus span {
		-webkit-transform: translateY(-120%);
		-moz-transform: translateY(-120%);
		transform: translateY(-120%);
	}
}
/*--slider-css--*/
.header{
	    background: url(../images/banner.jpg)no-repeat 0px 0px;
     background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    -moz-background-size:cover;
    -ms-background-size:cover;
      min-height:730px;
}
/*--banner-inner--*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.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%;
}
.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: 17%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height:50px;
    width:50px;
    background: transparent url("../images/arrows.png") no-repeat left top;
    margin-top:11%;
}
 .callbacks_nav:hover{
  	opacity: 0.5;
  }
  .callbacks_nav.next {
    left: auto;
    background-position: right top;
    right:219px;
}
.callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left:200px;
}
#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;
}
.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;
  border: 0;
  }
.callbacks_tabs {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    display: block;
    bottom: -11%;
    z-index: 999;
    left: 46.5%;
}
.callbacks_tabs li{
       display: inline-block;
    margin: 0em 0.3em;
}
@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:14px;
    width:14px;
    display: inline-block;
    background:#029b58;
    border:3px solid #029b58;
    border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}
.callbacks_here a:after{
  background:#decba5;
  border:3px solid #decba5;
}
.banner-info {
    margin: 12% auto 0;
    text-align: center;
    width:52%;
}
.banner-info h3 {
 font-size:3.5em;
    font-weight: 400;
    color:#019C58;
    line-height: 1.2em;
}
.banner-info h3 span{
  color:#fff;
}
.banner-info p{
    font-weight: 300;
    color: #333;
    margin:0.7em 0 1em 0;
    font-size: 1em;
    line-height: 1.9em;
}
.more a{
	position: relative;
	text-align:center;
	display:inline-block;
	 padding:10px 20px;
     border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
	color: #fff;
	background:#decba5;
	font-size:1em;
}
/*--services--*/
.services{
    background-color: #fff;
	 padding: 5em 0;
}
h3.tittle {
    color:#019e59;
    font-size: 2.5em;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 0px 0px 10px;
    margin: 0px;
    border-left: 8px solid rgb(222, 203, 165);
}
.s-sub {
    margin-bottom:2em;
}
.serve-top {
	margin-top: 2em
}
.serve-top.second{
margin:0;
}
.serve-text h4{
	color:#212922;
    font-size: 1.7em;
    margin: 0px 0 10px 0;
}
.s-sub:hover .icon i{
  color:#019C58;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.serve-text p {
    line-height: 1.9em;
    color: #777;
    font-size: 0.9em;
}
.icon i {
    color:#DECBA5;
    font-size: 2em;
    margin: 21px 10px;
}
i.glyphicon.glyphicon-certificate {
    margin: 23px 9px;
}
i.glyphicon.glyphicon-screenshot {
    margin: 23px 9px;
}
.icon i {
    color: #DECBA5;
    font-size:2em;
    margin: 23px 9px;
}
.s-sub {
    margin-bottom:3em;
}
i.glyphicon.glyphicon-globe {
    margin: 23px 10px;
}
.icon {
    background:#ECECEC;
    width: 80px;
    height: 80px;
    border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.serve-text {
    padding: 0;
    margin-left: 5%;
    float: left;
    width: 72%;
}
/*--my skill--*/
.my-skills{
	background:#f4f4f4;
    padding: 6em 0 6em 0;
}
.skill-grids{
    margin-top: 4em;
}
.skills-grid p{
	margin:20px 0 0 0;
	color:#444;
	font-size: 0.9em;
	font-weight:600;
	text-transform:uppercase;
}
.circle{
color:#444;
font-size:36px;
}
span.circles-number {
  font-size: 36px;
  font-family: 'Open Sans', sans-serif;
}
span.circles-text {
  font-size: 36px;
  font-family: 'Open Sans', sans-serif;
}
.circles-text-wrp {
  line-height: 142px !important;
}
.pricing {
    float: left;
    width: 24%;
    text-align: center;
    margin-right: 1%;
}
.pricing-table {
    margin: 5% auto 0 auto;
    width: 65%;
}
.price-top h2 {
   font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.price-top {
    background: #019C58;
    padding:2em;
    border-radius:0.4em 0.4em 0em 0em;
	-webkit-border-radius:0.4em 0.4em 0em 0em;
   -o-border-radius:0.4em 0.4em 0em 0em;
	-moz-border-radius:0.4em 0.4em 0em 0em;
}
.price-bottom h3 {
    font-size: 2.5em;
    color: #333;
}
.price-bottom p {
    font-size: .9em;
    text-transform: uppercase;
    color: #999;
	margin-bottom: .8em;
}
.price-bottom ul li {
    font-size: 1em;
    line-height: 1.9em;
    color: #333;
    padding: .3em 0;
    text-transform: uppercase;
    font-weight:600;
	font-family: 'Open Sans', sans-serif;
}
a.button {
   font-size:.9em;
    text-transform: uppercase;
    padding:.6em 1em;
    background:#019c58;
    color: #fff;
    display:block;
    width:43%;
    margin:1.5em auto 0;
    border-radius:0.3em;
	-o-border-radius:0.3em;
	-moz-border-radius:0.3em;
	-webkit-border-radius:0.3em;
    font-weight:600;
	font-family: 'Open Sans', sans-serif;
}
.pricing:hover a.button,.pricing:hover .price-top {
  background:#DECBA5;
  	transition:transform 0.3s;
	-o-transition: transform 0.3s;
	-webkit-transition:-webkit-transform 0.3s;
    -moz-transition:-moz-transform 0.3s;
}
.pricing:nth-child(4) {
    margin-right: 0;
}
.pricing-inner {
    margin-top: 3em;
}
.price-bottom {
	padding: 2em 0;
    background: #F4F4F4;
    border: 1px solid #ddd;
    border-top: none;
}
.price-section{
	   background: #fff;
       padding: 5em 0 5em 0;
}
.price-bottom ul li {
    list-style: none;
}
i.glyphicon.glyphicon-ok {
    color: #7BD553;
    font-size: 1.4em;
}
i.glyphicon.glyphicon-remove {
    color: #DE2C2C;
    font-size: 1.3em;
}
.price-bottom:hover{
	background:#fff;
	cursor:pointer;
	transition:transform 0.3s;
	-o-transition: transform 0.3s;
	-webkit-transition:-webkit-transform 0.3s;
    -moz-transition:-moz-transform 0.3s;
}
.clients {
    background: url(../images/clients-bg.jpg) no-repeat 0px 0px;
    min-height:400px;
    background-size: cover;
   -webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
    padding: 2em 0 8em 0;
}
.client-list ul li {
    display: inline-block;
    list-style: none;
    margin-right:7em;
}
.client-list ul {
    margin-top: 8em;
}
.head-section {
    margin-top: 3em;
}
h3.tittle.client {
    color: #DECBA5;
    font-size: 2.5em;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 0px 0px 10px;
    margin: 0px;
    border-left: 8px solid rgb(1, 156, 88);
}
.about {
  padding:5em 0;
}
.about p {
  font-size: 0.95em;
  color: #555;
  line-height: 1.8em;
}
.about-top-left img {
  width: 100%;
}
.about-top-right p {
    color: #777;
    font-size: 0.95em;
    line-height: 1.8em;
    margin-top: 1em;
}
.about-top-right h4 {
    color: #decba5;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.9em;
    padding: 0;
    text-transform: uppercase;
}
.about-top-right {
  padding-left: 0;
}
.about-top {
    margin-top: 2em;
}
/*--index-team--*/
.content-team {
	  padding:5em 0;
}
.team-left {
	margin: 3em 0 0 0;
}
.top-team{
	margin:0;
}
.team-top  h6{
	margin: 0.8em 0 0.5em;
    font-size: 1.4em;
    color: #019e59;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
}
.team-top p{
	    color: #777;
    font-size: 0.95em;
    line-height: 1.9em;
    text-align: center;
    width: 97%;
}
.get{
	margin:0 auto;
}
.view {
  position: relative;
  text-align: center;
}
.view .mask,.view .content {
  width:255px;
  height:255px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.view img {
   display: block;
   position: relative;
   width: 100%;
}
.view-seventh .mask {
    background-color:rgba(222, 203, 165, 0.7);
   -webkit-transform: rotate(0deg) scale(1);
   -moz-transform: rotate(0deg) scale(1);
   -o-transform: rotate(0deg) scale(1);
   -ms-transform: rotate(0deg) scale(1);
   transform: rotate(0deg) scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.1s ease-out;
   -moz-transition: all 0.1s ease-out;
   -o-transition: all 0.1s ease-out;
   -ms-transition: all 0.1s ease-out;
   transition: all 0.1s ease-out;
       border-radius: 50%;
	-webkit-border-radius: 50%;
	 -o-border-radius: 50%;
	  -moz-border-radius: 50%;
}
.view-seventh:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px) rotate(0deg);
   -moz-transform: translateY(0px) rotate(0deg);
   -o-transform: translateY(0px) rotate(0deg);
   -ms-transform: translateY(0px) rotate(0deg);
   transform: translateY(0px) rotate(0deg);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.4s;
   transition-delay: 0.1s;
}
ul.social-icons {
    margin: 7.5em 0 0 0;
    padding: 0;
}
ul.social-icons li{
	display:inline-block;
}
ul.social-icons li a span{
	width:32px;
	height:32px;
	display:inline-block;
	background:url(../images/soci.png) no-repeat 0px 0px;
	margin-right:0.2em;
	webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -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;
  	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
ul.social-icons li a span:hover{
 opacity:0.6;
}
.view-seventh:hover ul.social-icons li a span{
	  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
  	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
ul.social-icons li a span.facebook{
	    background-position: -10px -7px;
}
ul.social-icons li a span.gg{
	        background-position: -44px -6px;
}
ul.social-icons li a span.twitter{
	        background-position: -80px -6px;
}
ul.social-icons li a:hover{
	opacity:0.7em;
}
.team-top img {
    border-radius: 50%;
	-webkit-border-radius: 50%;
	 -o-border-radius: 50%;
	  -moz-border-radius: 50%;
}
/*--video--*/
.video{
    float: left;
    width: 50%;
    padding: 4.4em 6em 5em 9em;
    background-color:#decba5;
}
.video-text {
    float: right;
    width: 50%;
    padding: 9.85em 7em;
    background:#019e59;
}
.video iframe {
    border: none;
    width: 100%;
    height: 318px;
}
.video-text h3 {
    color: #fff;
    font-weight: 600;
    font-size: 1.8em;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.video-text p{
	line-height: 1.9em;
    color: #fff;
    font-size: 0.95em;
    margin-top: 0.7em;
}
/*--portfolio--*/
#portfolio {
    padding: 5em 0;
}
.portfolio-bg {
	height: 100%;
	width: 100%;
	z-index:0;
}
#cbp-so-scroller {
	background: #282A2E;
}
.span_1_of_4{
	display: block;
	float:left;
	margin-left:2%;
	text-align: center;
}
.span_1_of_4:first-child { 
	margin-left: 0; 
} 
.span_1_of_4 {
	width: 23.5%;
}
.span_1_of_4  img{
	width:100%;
	cursor: pointer;
}
/******** SAP ************/
.sap_tabs{
	clear:both;
	padding: 0em 0 2em;
}
.tab_box{
	background:#fd926d;
	padding: 2em;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
  list-style: none;
  padding:0;
  text-align: left;
  margin: 3em 0 1em 0;
}
.resp-tab-item{
	color: #fff;
    font-size: 0.9em;
    cursor: pointer;
    padding:12px 25px;
    display: inline-block;
    margin: 0;
    text-align: center;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: uppercase;
    background: #DECBA5;
    margin-right: 10px;
    font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
}
.resp-tab-active,.resp-tab-item:hover {
    background:#019e59;
    text-shadow: none;
    color: #fff;
}
.resp-tabs-container {
	padding: 0px;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}

.tab_img{
	padding:0.45em 0em;
}
.img-top {	
	  position: relative;
}
.link-top{
	position: absolute;
 top: 0%;
  text-align: center;
  width: 90%;
  background: rgba(0, 0, 0, 0.49);
  height: 100%;
  padding: 5em 0 0;
  display: none;
}
i.link {
  background: url(../images/eye.png)no-repeat 0px 0px;
  width: 35px;
  height: 27px;
  display: inline-block;
}
.img-top:hover .link-top{
	display: block;
}
.img-top {
    float: left;
    width: 25%;
    padding: 0px 15px 0px 0px;
}
/*--blog--*/
.header.two {
    background: url(../images/banner.jpg)no-repeat 0px -239px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    min-height:330px;
}
.blog-section {
    padding:5em 0;
}
.blog-post-grids{
	float:left;
	width:31.45%;
	margin: 25px 30px 0 0px;
}
.blog-post-grids:nth-child(4){
	  margin: 25px 0em 0 0;
}
.blog-post-grids h3{
	margin:0 0 2em;
	}
.blog-post{
	border:1px solid #eaeaea;
	position:relative;
	}
.blog-post img{
	width:100%;
	}
.text{
	position: absolute;
    top: 19%;
    left: 0%;
	}
.text a{
	font-size: 14px;
	color: #f6f6f6;
	padding: .5em 1em;
    background: #019c58;
	}
.text a:hover{
	text-decoration:none;
	color: #f6f6f6;
	}
.blog-post p.erat{
	    margin: 0;
    font-size: 0.95em;
    color: #777;
    line-height: 1.8em;
    padding: 10px 0 18px;
	}
	.admin-tag {
 	 padding: 1em;
	}
	.admin-tag1 {
 	 padding: 1em 0;
	}
	.admin-tag1 p a {
 	     color: #029c56;
	}
	.admin-tag p a {
 	     color: #029c56;
	}
	.sing-img-text1 h3 {
	  margin-bottom: 0 !important;
	}
.blog-post:nth-child(3){
	margin:0 0 1.5em;
	}
.blog-post:nth-child(1){
	margin:0 0 25px;
	}
.blog-post:nth-child(4){
	margin:0 0 1.5em;
	}
	.admin-tag p a:hover {
	  text-decoration: none;
	}
	/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background:#019C58;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color:#fff;
     padding:10px 18px;
    text-transform: uppercase;
    font-size: 0.9em;
	    border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:#decba5;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  	text-decoration:none;
	color: #f6f6f6;
	padding:10px 16px;
	    border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
  text-decoration:none;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  text-decoration:none;
}
.blog-pagenat ul li a {
  display: block;
  background: #fff;
  padding: 8px 1.1em;
  font-size: 0.9em;
  text-transform: uppercase;
  color:#999;
  font-weight: 400;
  display: inline-block;
  margin-top: 1em;
  text-decoration: none;
  border: 1px solid #ccc;
}
.blog-pagenat ul li a:hover {
  background:#009C58;
  color:#fff;
  border: 1px solid #009C58;
}
.blog-pagenat {
  text-align: center;
  margin-top:3em;
}
.blog-pagenat ul li {
  display: inline-block;
  list-style:none;
}
h2.tittle {
    color: #019e59;
    font-size: 2.5em;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 0px 0px 10px;
    margin: 0px;
    border-left: 8px solid rgb(222, 203, 165);
}
/*-- //blog --*/
/*-- single --*/
.single {
  background: #fff;
  margin: 2em 0 0;
}
p.est{
    margin: 1em 0 4em;
    color: #777;
    font-size: 0.95em;
    line-height: 1.8em;
    font-weight: 400;
}
h3.commant {
  padding-bottom: 1em;
}
p.est span{
	display:block;
	margin:1em 0;
}
.sing-img-text1{
	padding:1em 0 2em 0;
}
.media-body h4{
	color: #444444;
    font-size: 17px;
    margin: 0.5em 0 0.5em;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.media-body a{
	    font-size: 0.9em;
    color: #fff;
    text-decoration: none;
    display: block;
    float: right;
    background: #029c56;
    padding: 8px 21px;
    text-transform: uppercase;
    border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
}
.media-body a:hover{
	 background:#decba5;
	text-decoration:none;
}
.media-body p{
	    margin: 1em 0 1em;
    color: #777;
    font-size: 0.95em;
    line-height: 1.8em;
    font-weight: 400;
}
.leave-a-comment{
	background:#fff;
	padding:0 1em;
}
.leave-a-comment input[type="text"],.leave-a-comment textarea{
    padding: 15px 10px;
    background: none;
    font-size: 0.9em;
    outline: none;
    border: 1px solid #ccc;
    color: #999;
    font-weight: 400;
    border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
	}
.leave-a-comment input[type="text"]{
	float:left;
	width:31.111%;
	font-family: 'Open Sans', sans-serif;
	}
.leave-a-comment textarea{
	resize:none;
	height:200px;
	width:100%;
	margin:1.5em 0;
	font-family: 'Open Sans', sans-serif;
	}
.leave-a-comment input[type="submit"]{
   color: #fff;
    font-size: 1em;
    outline: none;
    border: none;
    width: 16%;
    display: block;
    font-weight: 400;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    padding:13px 0;
    background: #DECBA5;
    text-transform: uppercase;
	border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
}
.leave-a-comment h3 {
    margin-bottom: 1em;
}
.leave-a-comment input[type="submit"]:hover{
	background:#009C58;
	color:#fff;
	text-decoration:none;
	}
.leave-a-comment input[type="text"]:nth-child(2){
	    margin: 0 2.556em;
	}
.media-left {
    width: 10%;
    float: left;
}
.media-left a img {
  border-radius: 50%;
    -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
}
.search11 input[type="text"] {
      border: 1px solid #ccc;
    outline: none;
    width: 100%;
    background: none;
    color: #999;
    padding: 10px;
    font-size: 15px;
	    border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
}
.search11 h3 {
  margin-bottom: 0 !important;
}
.search11 input[type="submit"] {
      background: #E1CBA5;
    color: #fff;
    font-size: 1em;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    border: none;
    outline: none;
    width: 35%;
    padding: 10px 0 10px 0;
    margin: .5em 0 0em;
    font-weight: 400;
    text-transform: uppercase;
	    border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
}
.categories {
    margin-top: 2em;
}
.search11 input[type="submit"]:hover{
	background:#019c58;
	color:#fff ;
}
.search11 h3{
     color: #019C58;
    font-size: 1.9em;
    text-transform: uppercase;
    margin: 0 0 .5em;
    font-weight: 400;
    padding: 0;
    padding-bottom: 0.5em;
}
.categories ul {
  padding: 0;
  margin: 0;
}
.categories ul li {
  list-style-type: none;
  background: url(../images/icon3.png) no-repeat 0px 2px;
  display: block;
  padding-left: 25px;
  margin: 0.8em 0;
  color: #343434;
}
.categories h3 {
  margin-bottom: 0em !important;
  padding-bottom: 0;
}
.categories ul li a {
       color: #777;
    font-size: 0.96em;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    font-family: 'Open Sans', sans-serif;
    -ms-transition: 0.5s all;
}
.categories ul li a:hover{
	text-decoration:none;
	    color: #029c56;
	padding-left:7px;
	  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.categories-mid {
    margin: 3em 0 0;
}
.sing-img-text{
	float:left;
	width:65%;
}
.sing-img-text-left{
	float:right;
	width:33%;
}
span.glyphicon.glyphicon-user {
    font-size: 24px;
    color: #fff;
    padding: 17px;
    background-color:#decba5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;

}
.categories h3,.search h3,.related-posts h3,.leave-a-comment h3,.sing-img-text h3 {
     color:#029c56;
    font-size: 1.5em;
    text-transform: uppercase;
    margin: 0 0 .5em;
    font-weight: 700;
}
.related-post-left{
	float:left;
	width:30%;
}
.related-post-right{
	float:right;
	width:65%;
}
.related-post-right h4 {
  margin: 0;
  padding: 0;
}
.related-posts h3{
	margin-bottom:1em!important;
}
.related-post{
	margin:2em 0;
}
.related-posts h3 {
  margin-bottom: 0em!important;
  padding-bottom: 0;
}
.categories-mid ul li:nth-child(6) {
  margin-bottom: 3em;
}
.advantages-left h2 {
  font-size: 1.8em;
}
.advantages-left.heading {
  margin-top: 3em;
}
.related-post-right h4{
	margin:0 0 .35em;
}
.related-post-right h4 a{
	    color: #444444;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
}
.related-post-right h4 a:hover{
	text-decoration:none;
	color:#029c56;
}
.related-post-right p {
    margin: 0;
    color: #777;
    font-size: 0.95em;
    line-height: 1.7em;
}
.media-body {
    float: left;
    width: 82%;
}
/*--contact--*/
#contact {
  padding:4em 0;
}
.newslatter {
  margin-top: 3em;
}
ul.f-icons.second {
    text-align: center;
    float: none;
}
ul.f-icons.second li {
    margin-right: 1em;
}
ul.f-icons li a.facebook:hover,ul.f-icons li a:hover.p,ul.f-icons li a.twitter:hover {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
}
.support input[type="text"] {
    width: 79%;
  padding: 12px;
  font-size: 15px;
  text-align: left;
  font-weight: 400;
  border: 1px solid #fff;
  outline: none;
  margin: 0px 0px 0 0;
  webkit-appearance:none;
}
.support input[type="submit"]{
   background:#a5cd39;
  cursor: pointer;
   border: 0;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0.88em;
  text-align: center;
  webkit-appearance:none;
  outline:none;
  width: 20%;
}
.support input[type="submit"]:hover{
   background:#00aaad;
}
.support {
   margin: 2em 0em 0 0;
    background-color: #DDD;
  padding: 2em 2em;
}
.map{
position:relative;
}
.map iframe {
  height:400px;
  border: none;
  width: 100%;
}
.map span {
    min-height: 400px;
    width: 100%;
    position: absolute;
    top: 0;
    background: rgba(4, 152, 85, 0.49);
}
/*-- contact-page --*/
.contact {
  padding:0 0 4em 0;
}
.section-contact {
     padding: 5em 0;
}
.contact-main {
    margin-top: 2em;
}
.contact-form {
	margin-bottom: 3.5em;
    margin-top: 1em;
}
p.your-para {
    color: #019e59;
    font-size: 0.95em;
    margin: 0 0 5px 0;
    font-weight: 600;
    text-transform: uppercase;
}
.contact-grid input[type="text"], .contact-grid textarea {
    width: 100%;
    padding: 0.8em;
    margin: 0 0 0.8em 0;
    background: #fff;
    outline: none;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
}
.contact-grid textarea {
  resize: none;
  min-height: 220px;
}
.contact-in{
 padding-left:0;
}
.contact-in h5{
    color: #decba5;
    font-size: 1.2em;
    margin: 0px 0 10px 0;
    line-height: 1.9em;
    text-transform: uppercase;
}
p.para1{
	color:#777;
    font-size: 0.95em;
    line-height: 1.9em;
}
.more-address address {
   width: 100%;
   color: #777;
  font-size:0.95em;
  line-height:1.9em;
}
.contact-grid {
  padding-left: 0;
}
.more-address address  a {
 color: #777;
 font-size:0.95em;
 line-height: 1.9em;
}
address  a:hover {
	    color:#019e59;
}
.more-address b, strong{
    color:#019e59!important;
	font-family: 'Open Sans', sans-serif;
}
.more-address{
    padding: 1em 0;
	font-family: 'Open Sans', sans-serif;
} 
abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: none!important;
    color: #444;
	font-family: 'Open Sans', sans-serif;
}
.send input[type="submit"] {
    padding: 11px 40px;
    font-size: 1em;
    outline: none;
    border: none;
    color: #fff;
    background: #019C58;
    text-transform: uppercase;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    font-weight: 400;
}
.send input[type="submit"]:hover {
  background:#decba5;
}
/*--footer--*/
.footer {
    background-color:#decba5;
    padding: 5em 0 1em;
}
.footer h4 {
   color: #009C58;
    font-size: 1.9em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    margin: 0 0 1em;
    text-align: center;
}
.footer-middle {
    border-left: 1px solid #20c157;
    border-right: 1px solid #20c157;
    text-align: center;
    float: left;
    width: 56%;
}
.footer-top {
    border-top: 1px solid #20c157;
    border-bottom: 1px solid #20c157;
	padding:2em 0;
}
.show {
    padding: 5em 0;
}
.footer input[type="text"],.footer textarea {
   font-size: 0.9em;
    width: 96%;
    padding: 0.8em 0.5em;
    margin: 0.5em 0;
    outline: none;
    background: none;
    color: #544D4D;
    border: 1px solid #CABA9A;
    display: block;
	  border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	font-family: 'Open Sans', sans-serif;
}
.footer input[type="submit"] {
        padding: 9px 20px;
    font-size: 1em;
    outline: none;
    border: none;
    color: #fff;
    background: #019C58;
    float: left;
    text-transform: uppercase;
    border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	font-family: 'Open Sans', sans-serif;
}
.footer input[type="submit"]:hover {
    background: #404040;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.footer textarea {
    resize: none;
    width: 100%;
    min-height: 104px;
}
.ft-lt {
    float: left;
    width: 50%;
}
.ft-rgt {
    float: right;
    width: 50%;
}
.footer-left address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.8em;
    color:#444;
    text-align:center;
    font-size:0.95em;
}
.footer p {
   color: #444;
    font-size: 0.9em;
    line-height: 1.8em;
    margin: 0.3em 0;
}
.footer p a{
    color:#069456;
}
.footer p a:hover {
    color:#0C0C0C;
}
.footer-text {
    margin: 2em 0 0;
    text-align: center;
}
.footer-left {
    text-align: center;
    width:22%;
    float: left;
}
.soci a{
	display:inline-block;
	padding:0 0.2em;
}
i.f-1 {
    width: 30px;
    height: 30px;
    background: url(../images/soci.png)no-repeat -10px -8px;
    float: left;
    vertical-align: middle;
}
i.f-1:hover{
	opacity:0.5;
}
i.t-1 {
     width: 30px;
    height: 30px;
    background: url(../images/soci.png)no-repeat -44px -8px;
    float: left;
    vertical-align: middle;
}
i.t-1:hover{
	opacity:0.5;
}
i.g-1{
   width: 30px;
    height: 30px;
    background: url(../images/soci.png)no-repeat -80px -8px;
    float: left;
    vertical-align: middle;
}
i.g-1:hover{
	opacity:0.5;
}
/*-- footer --*/
.copyright {
    background-color:#9E8FD7;
    padding: 1em 1em;
    text-align: center;
}
.copyright p {
 font-weight: 400;
    color: #fff;
    font-size:0.9em;
}
.copyright p a {
 color:#fff;
}
.copyright p a:hover {
  text-decoration:underline;
}
/*--top-move--*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 40px;
  height: 22px;
  border: none;
  text-indent: 100%;
  background: url(../images/move-top.png) no-repeat 0px 0px;
}
/*--Responsive*--*/
@media (max-width:1600px){
		.video-text {
			float: right;
			width: 50%;
			padding: 9.86em 7em;
		}
}
@media (max-width:1440px){
	.header {
	   min-height:626px;
	}
	.banner-info h3 {
		font-size:2.5em;
	}
	 .logo a h1 {
		font-size:2.2em;
		margin-top:30px;
	}	
	.video-text h3 {
		font-size: 1.73em;
		margin-bottom: 16px;
	}
	h2.tittle,h3.tittle,h3.tittle.client {
     font-size: 2.3em;
	}
	.header.two {
		min-height: 257px;
	}
}
@media (max-width:1366px){

	.header {
		  min-height:600px;
	}
	.about-top-right h4 {
		font-size: 1.2em;
	}
	.video-text h3 {
		font-size: 1.6em;
		margin-bottom: 11px;
	}
	.video-text {
		float: right;
		width: 50%;
		padding: 9.2em 7em;
	}
	.client-list ul {
		margin-top:6em;
	}
}
@media (max-width:1280px){
	.video-text {
		float: right;
		width: 50%;
		padding: 9.2em 5em;
	}
	.client-list ul {
		margin-top: 5em;
	}
	.callbacks_tabs {
		bottom: -11%;
		left: 45.5%;
	}
}
@media (max-width:1024px){
	.header {
		min-height: 568px;
	}
	.header.two {
		min-height:200px;
	}
	.callbacks_nav.prev {
		right: auto;
		background-position: left top;
		left:30px;
	}
	.callbacks_nav.next {
		left: auto;
		background-position: right top;
		right: 30px;
	}
	.banner-info {
		margin: 12% auto 0;
		width: 71%;
	}
	.banner-info h3 {
		font-size: 2em;
	}
	.banner-info p {
		margin: 0.7em 0 1em 0;
		font-size: 0.9em;
	}
	.more a {
		padding: 10px 20px;
		font-size: 0.9em;
	}
	.top-menu {
		float: left;
		margin-left: 5em;
	}
	.icon {
		width: 65px;
		height: 65px;
	}
	.icon i {
		font-size: 1.5em;
		margin: 19px 6px;
	}
	i.glyphicon.glyphicon-screenshot {
		margin: 20px 6px;
	}
	i.glyphicon.glyphicon-certificate {
		margin: 20px 5px;
	}
	i.glyphicon.glyphicon-globe {
		margin: 20px 6px;
	}
	.serve-text {
		margin-left: 5%;
		float: left;
		width: 72%;
	}
	.footer h4 {
      font-size: 1.7em;
	}
	.footer-left address {
		margin-bottom: 20px;
		text-align: center;
		font-size: 0.9em;
	}
	#portfolio,.price-section,.content-team,.about,.blog-section,.section-contact,.my-skills {
		padding: 4em 0;
	}
	.my-skills {
		padding: 5em 0 5em 0;
	}
	a.button {
		font-size: .9em;
		padding: .6em 1em;
		width: 51%;
	}
	h2.tittle, h3.tittle {
		font-size: 2em;
	}
	.skills-grid {
		width: 33.3% !important;
		float: left;
	}
	.skills-grid:nth-child(1), .skills-grid:nth-child(2), .skills-grid:nth-child(3) {
		margin-bottom: 30px;
	}
	.video-text {
		float: right;
		width: 50%;
		padding: 9.2em 2em;
	}
	.video {
		float: left;
		width: 50%;
		padding: 4.4em 3em 5em 1em;
	}
	.video-text h3 {
		font-size: 1.5em;
		margin-bottom: 13px;
	}
	.view .mask, .view .content {
		width: 206px;
		height: 206px;
	}
	ul.social-icons {
      margin: 5.7em 0 0 0;
	}
	.team-top h6 {
		margin: 0.8em 0 0.5em;
		font-size: 1.3em;
	}
	.header.two {
		min-height: 181px;
		background: url(../images/banner.jpg)no-repeat 0px -152px;
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
	}
	.about-top-right h4 {
		font-size: 1.1em;
	}
	.blog-post-grids {
		float: left;
		width: 30%;
		margin: 25px 30px 0 0px;
	}
	.blog-post p.erat {
		margin: 0;
		font-size: 0.9em;
	}
	.text {
		position: absolute;
		top: 14%;
		left: 0%;
	}
	.categories h3, .search h3, .related-posts h3, .leave-a-comment h3, .sing-img-text h3 {
      font-size: 1.25em;
	}
	.media-left {
		width: 14%;
		float: left;
	}
	.media-body {
		float: left;
		width: 86%;
	}
	.leave-a-comment input[type="text"]:nth-child(2) {
		margin: 0px 2.1em;
	}
	.leave-a-comment input[type="submit"] {
		font-size: 1em;
		width: 19%;
	}
	.leave-a-comment h3 {
		margin-bottom: 1.5em;
	}
	.footer h4 {
		font-size: 1.5em;
	}
	.contact-in h5 {
		font-size: 1.1em;
		margin: 0px 0 10px 0;
	}
	.callbacks_tabs {
		bottom: -11%;
		left: 44.5%;
	}
	.services {
		padding: 5em 0 3em 0;
	}
	.clients {
      min-height: 359px;
	}
	.price-top h2 {
      font-size: 1.2em;
	}
}
@media (max-width:991px){
	span.menu {
		width: 35px;
		height: 35px;
		background: url(../images/nav.png)no-repeat 0px 0px;
		display: inline-block;
		float:left;
		cursor: pointer;
		margin: 1.8em 0 0;
	}
	.header {
		min-height: 438px;
	}
	.top-menu {
		float: none;
		margin-top: 0em;
	}
	.top-menu  ul{
		display:none;
	}
	.top-menu  ul li {
		display:block;
		margin-right:0;
	}
	.top-menu  span.menu{
		display:block;
	}
	.top-menu ul {
		margin: 5.8em 0 0 -20.7em;
		padding: 2% 0;
		position: absolute;
		width: 74%;
		text-align: center;
		z-index: 9999;
		background: rgba(68, 66, 63, 0.65);
	}
	.top-menu li a {
		padding: 0.7em;
		font-weight: 400;
		font-size:0.9em;
	 }
	.top-menu ul li a {
		font-size: 0.9em;
		margin: 5px 0 0 0;
	}
	.top-menu ul li a:hover span,.top-menu ul li a:focus span {
		-webkit-transform: translateY(-120%);
		-moz-transform: translateY(-120%);
		transform: translateY(-120%);
	}
	.top-menu {
		float: left;
		margin-left: 5em;
	}
	.banner-info {
		margin: 7% auto 0;
		width: 71%;
	}
	.pricing {
		float: left;
		width: 48%;
		text-align: center;
		margin: 1% 1%;
	}
	.icon {
		width: 65px;
		height: 65px;
		float: left;
	}
	a.button {
		font-size: .9em;
		padding: .8em 1em;
		width: 41%;
	}
	.header.two {
		min-height: 162px;
		background: url(../images/banner.jpg)no-repeat 0px -152px;
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
	}
	.about-top-left {
		padding: 0;
		margin-top: 1em;
	}
	.team-top {
		width: 40%;
		float: left;
		margin: 1em 2em;
	}
	.team-top p {
		font-size: 0.95em;
		width: 100%;
	}
	.view .mask, .view .content {
		width: 258px;
		height: 258px;
	}
	.client-list ul li {
		margin-right: 4em;
	}
	.footer h4 {
		font-size: 1.3em;
	}
	.blog-post-grids {
		float: left;
		width: 45%;
		margin: 25px 30px 0 0px;
	}
	.related-post-right h4 a {
       font-size: 0.8em;
	}
	.leave-a-comment input[type="text"]:nth-child(2) {
		margin: 0px 1.58em;
	}
	.leave-a-comment input[type="submit"] {
		font-size: 0.95em;
		width: 24%;
	}
	.sing-img-text1 h3 {
		margin-bottom: 2px !important;
		line-height: 32px;
	}
	.search11 input[type="submit"] {
		font-size: 0.9em;
		width: 45%;
	}
	
}
@media (max-width:800px){
	.header {
		min-height: 442px;
	}
	.callbacks_tabs {
		bottom: -11%;
		left: 43%;
	}
	.blog-post {
		float: left;
		width: 48.5%;
	}
	.blog-post:nth-child(2) {
		margin-right: 0;
	}
	.blog-post-grids {
		width: 100%;
		margin: 25px 25px 0 0px;
	}
	.blog-post:nth-child(1) {
		margin: 0 10px 0px;
	}
	.s-sub {
		margin-bottom: 3em;
		float: left;
		width: 45%;
	}
	.serve-icons {
		width: 100%;
	}
}
@media (max-width:768px){
	.top-menu ul {
		margin: 5em 0 0 -20.75em;
		padding: 2% 0;
		width: 95%;
	}
	.resp-tab-item {
		font-size: 0.9em;
		padding: 10px 23px;
	}
	.map span {
    min-height: 403px;
	}
	.map iframe{
	  min-height: 335px;
	}
	.sing-img-text-left {
		width: 100%;
	}
	.sing-img-text {
		float: left;
		width: 100%;
	}
}
@media (max-width:736px){
	.single_grid2 p, .single p {
    font-size: 0.85em;
	}
		.video {
		float: left;
		width: 100%;
		padding: 4em 2em 3em 2em;
	}
	.video-text {
		float: right;
		width: 100%;
		padding: 4em 2em;
	}
	.leave-a-comment input[type="text"] {
		float: left;
		width: 100%;
		margin-bottom: 12px;
	}
	.leave-a-comment input[type="text"]:nth-child(2) {
		margin: 0;
		margin-bottom: 12px;
	}
	.leave-a-comment textarea {
    resize: none;
    height: 200px;
    width: 100%;
    margin: 0.3em 0 1.5em 0;
	}
	.leave-a-comment input[type="submit"] {
		font-size: 0.95em;
		width: 29%;
	}
}
@media (max-width:667px){
	
    .header {
		min-height: 382px;
	}
	.header.two {
		background: url(../images/banner.jpg)no-repeat 0px 0px;
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		min-height: 180px;
	}
	span.menu {
		width: 35px;
		height: 35px;
		background: url(../images/nav.png)no-repeat 0px 0px;
		display: inline-block;
		float: left;
		cursor: pointer;
		margin: 1.8em 0 0 -2.6em;
	}
	.logo a h1 {
		font-size: 2em;
		margin-top: 30px;
	}
	.more a {
		padding: 8px 12px;
		font-size: 0.9em;
	}
	.resp-tab-item {
		font-size: 0.9em;
		padding: 10px 19px;
	}
	.banner-info {
		margin: 3% auto 0;
		width: 71%;
	}
	.banner-info h3 {
		font-size: 1.8em;
		margin: 0;
		padding: 0;
	}
	.banner-info p {
		margin: 0em 0 0.5em 0;
		font-size: 0.9em;
	}
	.callbacks_tabs {
		bottom: -11%;
		left: 41%;
	}
	.s-sub {
		margin-bottom: 1em;
		float: left;
		width: 100%;
	}
	.client-list ul li {
		margin-right: 2em;
	}
	.clients {
		min-height: 286px;
		padding: 1em 0 3em 0;
	}
	.client-list ul {
		margin-top: 4em;
	}
	.img-top {
		float: left;
		width: 50%;
		padding: 0px 15px 18px 0px;
	}
	div#portfolio {
		padding: 4em 0 1em 0;
	}
	.footer-left {
		text-align: center;
		width: 100%;
		float: none;
	}
	.video {
		float: left;
		width: 100%;
		padding: 4em 2em 3em 2em;
	}
	.video-text {
		float: right;
		width: 100%;
		padding: 4em 2em;
	}
	.team-top {
		width: 45%;
		float: left;
		margin: 1em 0em;
	}
	.view .mask, .view .content {
		width: 237px;
		height: 237px;
	}
	ul.social-icons {
		margin: 6.7em 0 0 0;
	}
	.header.two {
		background: url(../images/banner.jpg)no-repeat 0px 0px;
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		min-height: 145px;
	}
	.blog-post {
		float: left;
		width: 47.5%;
	}
	.sing-img-text-left {
		float: right;
		width: 100%;
	}
	.sing-img-text {
		float: left;
		width: 100%;
	}
	.leave-a-comment input[type="text"] {
    float: left;
    width: 100%;
	}
	.leave-a-comment input[type="text"]:nth-child(2) {
		margin: 12px 0em;
	}
	.leave-a-comment input[type="submit"] {
		font-size: 0.95em;
		width: 45%;
	}
	.leave-a-comment textarea {
		resize: none;
		height: 158px;
		}
}
@media (max-width:640px){
	.header {
		min-height: 372px;
	}
	.more a {
		padding: 8px 12px;
		font-size: 0.9em;
	}
	.top-menu ul {
		margin: 5em 0 0 -19.75em;
		padding: 2% 0;
		width: 95%;
	}
	span.menu {
		width: 35px;
		height: 35px;
		background: url(../images/nav.png)no-repeat 0px 0px;
		display: inline-block;
		float: left;
		cursor: pointer;
		margin: 1.8em 0 0 -1.8em;
	}
	.banner-info {
		margin: 3% auto 0;
		width: 71%;
	}
	.banner-info h3 {
		font-size: 1.8em;
		margin: 0;
		padding: 0;
	}
	.banner-info p {
		margin: 0em 0 0.5em 0;
		font-size: 0.9em;
	}
	.callbacks_tabs {
		bottom: -11%;
		left: 41%;
	}
	.s-sub {
		margin-bottom: 1em;
		float: left;
		width: 100%;
	}
	.client-list ul li {
		margin-right: 2em;
	}
	.clients {
		min-height: 286px;
		padding: 1em 0 3em 0;
	}
	.client-list ul {
		margin-top: 4em;
	}
	.img-top {
		float: left;
		width: 50%;
		padding: 0px 15px 18px 0px;
	}
	div#portfolio {
		padding: 4em 0 1em 0;
	}
	.footer-left {
		text-align: center;
		width: 100%;
		float: left;
	}
	.footer-middle {
		text-align: center;
		    width: 100%;
		margin: 1em 1em 2em 0em;
		    border-top: 1px solid #20c157;
		border-bottom: 1px solid #20c157;
		 border-left:none;
		border-right:none;
		padding:1em 0;
	}
	.resp-tab-item {
		font-size: 0.9em;
		padding: 10px 19px;
	}
	.callbacks_nav {
		top: 17%;
		margin-top: 6%;
	}
	#loginBox {
		position: absolute;
		top: 56px;
		right: 4px;
		display: none;
		z-index: 99999;
	}
}
@media (max-width:600px){
	.leave h4, h4.tz-title-4.tzcolor-blue {
		font-size:1.8em;
	}
    .banner-info h3 {
		font-size: 1.3em;
		margin: 0;
		padding: 0;
	}
	.resp-tab-item {
		font-size: 0.9em;
		padding: 10px 19px;
		margin-bottom: 10px;
	}
}
@media (max-width:480px){
	.banner-info h3 {
		font-size: 1.3em;
		margin: 0;
		padding: 0;
	}
	span.para {
		display: none;
	}
	.banner-info p {
		margin: 0em 0 0.5em 0;
		font-size: 0.85em;
	}
	.header {
		min-height: 292px;
	}
	.header-top {
		padding: 0;
	}
	.logo a h1 {
		font-size: 1.8em;
		margin-top: 30px;
	}
	.banner-info {
		margin: 9% auto 0;
		width: 71%;
	}
	.top-menu ul {
		margin: 5em 0 0 -18em;
		padding: 2% 0;
		width: 92%;
	}
	.header.two {
		background: url(../images/banner.jpg)no-repeat 0px 0px;
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		min-height: 98px;
	}
	#portfolio, .price-section, .content-team, .about, .blog-section, .section-contact, .my-skills {
		padding: 3em 0;
	}
	.contact-main {
		margin-top: 1em;
	}
	.contact-in h5 {
		font-size: 0.97em;
		margin: 0px 0 10px 0;
	}
	h2.tittle, h3.tittle {
		font-size: 1.5em;
	}
	.contact-grid input[type="text"], .contact-grid textarea {
		width: 100%;
		padding: 0.6em;
		margin: 0 0 0.8em 0;
	}
	.contact-grid textarea {
		resize: none;
		min-height: 174px;
	}
	.map iframe {
		min-height: 302px;
	}
	.map iframe {
		  height: 302px;
	}
	.map span {
		min-height: 304px;
	}
	.view .mask, .view .content {
		width: 166px;
		height: 166px;
	}
	ul.social-icons {
		margin: 4.7em 0 0 0;
	}
	.client-list ul li {
		margin-right: 0.5em;
	}
	.blog-post:nth-child(1) {
		margin: 0 0px 13px;
	}
	.blog-post {
		float: left;
		width:98%;
	}
	.media-left {
		width: 17%;
		float: left;
	}
	.media-body {
		float: left;
		width: 81%;
	}
	.footer {
		padding: 3em 0 1em;
	}
	.footer h4 {
		font-size: 1.3em;
		margin: 0 0 0.5em;
	}
	.client-list li a img {
		width: 80%;
	}
	.skills-grid {
		width: 49.3% !important;
		float: left;
	}
	.callbacks_tabs {
		bottom: -15%;
		left: 38%;
	}
	.services {
		padding: 3em 0 2em 0;
	}
	.skills-grid:nth-child(1), .skills-grid:nth-child(2), .skills-grid:nth-child(3), .skills-grid:nth-child(4) {
		margin-bottom: 30px;
	}
	.skills-grid {
		width: 50% !important;
		float: left;
		margin: 0;
	}
	.skill-grids {
		margin-top: 2em;
	}
	span.circles-number {
		font-size: 30px;
	}
	span.circles-text {
		font-size: 30px;
	}
	.pricing {
		float: left;
		width: 96%;
		text-align: center;
		margin: 1% 1%;
	}
	.resp-tab-item {
		font-size: 0.8em;
		padding: 10px 15px;
		margin-bottom: 1em;
	}
	.sap_tabs {
		clear: both;
		padding: 0em 0 1em;
	}
	.team-left {
		margin: 1em 0 0 0;
	}
	.leave-a-comment {
		padding: 0 0em;
	}
}
@media (max-width:414px){
	.copyright p {
		font-size: 0.9em;
		line-height: 1.9em;
	}
	.top-menu {
		float: right;
		margin-left: 0;
	}
	.login-pop {
		float: none;
		padding-top: 4em;
	}
	#loginpop {
		position: relative;
		float: none;
		margin-top: 0.9em;
		width: 100%;
		text-align: center;
	}
	#loginForm #body fieldset label {
		display: block;
		float: none;
		margin: 0 0 6px 0;
		text-align: left;
	}
	#loginForm:after {
		content: '';
		position: absolute;
		right: 156px;
		top: -19px;
		border-left: 12px solid rgba(0, 0, 0, 0);
		border-right: 12px solid rgba(0, 0, 0, 0);
		border-bottom: 19px solid #EAE5E5;
	}
	.top-menu ul {
		margin: 5em 0 0 -22.5em;
		padding: 2% 0;
		width: 94%;
	}
	.banner-info p {
		margin: 0em 0 0.5em 0;
		font-size: 0.8em;
	}
	.banner-info h3 {
		font-size: 1.1em;
		margin: 0;
		padding: 0;
	}
	.more a {
		padding: 8px 12px;
		font-size: 0.85em;
	}
	.callbacks_nav.next {
		left: auto;
		background-position: right top;
		right: 5px;
	}
	.callbacks_nav.prev {
		right: auto;
		background-position: left top;
		left: 3px;
	}
	.banner-info {
		margin: 4% auto 0;
		width: 71%;
	}
	h2.tittle, h3.tittle {
		font-size: 1.3em;
	}
	.client-list ul li {
		margin-right: 2.5em;
		margin-bottom: 1em;
	}
	.clients {
		min-height: 286px;
		padding: 0em 0 0em 0;
	}
	.client-list ul {
		margin-top: 3em;
	}
	.price-bottom h3 {
      font-size: 2em;
	}
	.about-top {
		margin-top: 1em;
	}
	.about-top-right h4 {
		font-size: 0.95em;
	}
	.video {
		padding: 2em 2em 2em 2em;
	}
	.video-text h3 {
		font-size: 1.3em;
		margin-bottom: 4px;
		line-height: 1.6em;
	}
	.video-text {
		float: right;
		width: 100%;
		padding: 2em 2em;
	}
	.team-top {
		width: 73%;
		float: left;
		margin: 1em 3em;
	}
	.view .mask, .view .content {
		width: 239px;
		height: 239px;
	}
	ul.social-icons {
		margin: 6.5em 0 0 0;
	}
	.blog-pagenat ul li a {
		display: block;
		padding: 8px 0.9em;
	}
	.contact-in h5 {
		font-size: 0.95em;
		margin: 0px 0 10px 0;
	}
	.ft-lt {
		float: left;
		width: 100%;
	}
	.ft-rgt {
		float: right;
		width: 100%;
	}
	p.para1,.about-top-right p,.team-top p,.video-text p {
     font-size: 0.9em;
	}
	.more-address address {
		width: 100%;
		font-size: 0.9em;
	}
	.admin-tag p {
		font-size: 0.97em;
	}
	.header {
		background: url(../images/banner2.jpg)no-repeat 0px 0px;
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		min-height: 330px;
	}
}
@media (max-width:384px){
	.top-menu ul {
		margin: 5em 0 0 -20.5em;
		padding: 2% 0;
		width: 91%;
	}
	#loginpop a span {
    display: block;
    padding: 6px 18px;
    font-size: 0.85em;
	}
	.more a {
		padding: 6px 12px;
		font-size: 0.8em;
	}
	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
	}
	.header {
	    background: url(../images/banner2.jpg)no-repeat 0px 0px;
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		min-height: 323px;
	}
	.top-menu ul {
		margin: 5em 0 0 -18.5em;
		padding: 2% 0;
		width: 89%;
	}
	span.menu {
		width: 35px;
		height: 35px;
		background: url(../images/nav.png)no-repeat 0px 0px;
		display: inline-block;
		float: left;
		cursor: pointer;
		margin: 1.8em 0 0 0em;
		background-size: 95%;
	}
	.view .mask, .view .content {
		width: 216px;
		height: 216px;
	}
	.callbacks_tabs {
		bottom: -15%;
		left: 42%;
	}
	.blog-pagenat ul li a {
		display: block;
		padding: 8px 0.8em;
		font-size: 0.8em;
	}
	.hvr-shutter-in-horizontal {
		padding: 8px 16px;
	}
	.client-list ul li {
		margin-right: 2em;
		margin-bottom: 1em;
	}
	.resp-tabs-list {
		list-style: none;
		padding: 0;
		text-align: left;
		margin: 1.5em 0 0em 0;
	}
	div#portfolio {
		padding: 3em 0 1em 0;
	}
	.footer input[type="submit"] {
		padding: 8px 20px;
		font-size: 0.9em;
	}
	h3.tittle.client {
		font-size: 1.5em;
	}
	.clients {
		min-height: 249px;
		padding: 0em 0 0em 0;
	}
	a.button {
    font-size: .9em;
    padding: .6em 1em;
    width: 41%;
	}
	.logo a h1 {
		font-size: 1.7em;
		margin-top: 30px;
	}
	.footer {
		padding: 2em 0 1em;
	}
}
@media (max-width:375px){
	.skills-grid {
		width: 100% !important;
		float: left;
		margin: 0;
	}
	h2.tittle, h3.tittle {
		font-size: 1.3em;
		line-height: 1.5em;
	}
	.top-menu ul {
		margin: 5em 0 0 -14.5em;
		padding: 2% 0;
		width: 87%;
	}
	.icon {
		width: 65px;
		height: 65px;
		float: none;
		text-align: center;
	}
	.serve-text {
		float: none;
		width: 100%;
		text-align: center;
	}
	.icon {
		width: 65px;
		height: 65px;
		float: none;
		text-align: center;
		margin: 0 auto 3%;
	}
	.services {
		padding: 2em 0 1em 0;
	}
	#portfolio, .price-section, .content-team, .about, .blog-section, .section-contact, .my-skills {
		padding: 2em 0;
	}
	.price-top {
    padding: 1.5em;
	}
	.about-top-right h4 {
		font-size: 0.9em;
	}
	.video iframe {
		border: none;
		width: 100%;
		height: 136px;
	}
	.team-top {
		width: 92%;
		float: left;
		margin: 1em 1em;
	}
	.view .mask, .view .content {
		width: 222px;
		height: 222px;
	}
	.team-top h6 {
		margin: 0.8em 0 0.5em;
		font-size: 1.1em;
	}
	.client-list ul {
		margin-top: 2em;
	}
	.footer input[type="text"], .footer textarea {
		font-size: 0.9em;
		width: 100%;
	}
	.blog-pagenat {
		margin-top: 1em;
	}
	.blog-pagenat ul li a {
		display: block;
		padding: 6px 0.7em;
		font-size: 0.75em;
	}
	.sing-img-text1 h3 {
		margin-bottom: 0px !important;
		line-height: 26px;
		font-size: 1.3em;
	}
	.sing-img-text1 h3 {
		margin-bottom: 0px !important;
		line-height: 26px;
		font-size: 1em;
	}
	.sing-img-text1 {
		padding: 1em 0 1em 0;
	}
	.admin-tag1 {
		padding:0.1em 0;
	}
	.single {
		margin: 1em 0 0;
	}
	p.est {
    margin: 1em 0 1em;
	}
	.media-left {
      width: 13%;
	}
	.media-body {
		float: right;
		width: 73%;
	}
	.media-body a {
		font-size: 0.9em;
		padding: 7px 19px;
	}
	.search11 h3 {
      font-size: 1.4em;
	}
	.leave-a-comment h3 {
		margin-bottom:1em;
		font-size: 1.11em;
	}
	.leave-a-comment input[type="submit"] {
		font-size: 0.9em;
		width: 55%;
	}
	.map iframe {
		height:250px;
	}
	.map iframe {
		min-height:250px;
	}
	.map span {
		min-height: 250px;
	}
}
@media (max-width:320px){
	.team-top {
			width: 92%;
			float: left;
			margin: 1em 1em;
		}
		.view .mask, .view .content {
		width: 222px;
		height: 222px;
	}
}
