/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body {
    font-size: 100%;
    /*background: #fff;*/
    font-family: 'Titillium Web', sans-serif;
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*-- Header Part Starts Here --*/
.navigation {
  float: right;
  margin-top: 7px;
}
.logo {
	float: left;
}
.logo a {
	display: block;
}
.logo h1 a{
	font-size: 1.1em;
	font-weight: 700;
	color: #67267a;
	margin: 0;
}
.logo h1 a:hover{
	text-decoration:none;
	color: #67267a;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.header {
  padding: 2em 0;
  position: relative;
}
ul.navig {
	padding: 0;
	margin-top: 0.45%;
}
ul.navig li span {
	color: #fff;
	margin: 0 15px;
	font-size: 16px;
}
ul.navig li {
	display: inline-block;
	margin: 0 4px;
	position: relative;
}
ul.navig li a {
  font-size: 18px;
  color: #282828;
  font-weight: 600;
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  margin: 0 4px;
}
ul.navig li a:hover,ul.navig li a.active{
	color: #ff0030;
	border-bottom:2px solid #ff0030;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
ul.navig li a:hover ul.navig li a:after{
	display: block;
}
ul.navig li a:after{
	width:15px;
	height:15px;
	background:red;
	display: none;
	content:"";
	position:absolute;
	top:0;
}
.head_grid{
	text-align:center;
	width: 26.3%;
}
.head_grid_center{
	margin: 0 7em;
}
.grid_ba{
	width:100%;
	background:#dfdfdf;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	text-align:center;
	padding: 5em 1em;
	margin:0 auto;
}
.grid_ba p{
	margin:1em 0 0 0;
	font-size:1em;
	font-weight:600;
	color: #4c4a5a;
}
.stars {
	margin: 7em 0 2em 0;
	text-align: center;
	position: relative;
}
.stars:before {
	content: "";
	background: rgba(88, 86, 104, 0.33);
	height: 1px;
	width: 35%;
	position: absolute;
	top: 59%;
	left: 9%;
}
.stars:after {
	content: "";
	background: rgba(88, 86, 104, 0.33);
	height: 1px;
	width: 35%;
	position: absolute;
	top: 59%;
	right: 9%;
}
@media (max-width: 768px){
span.menu:before {
	content: url(../images/nav-icon.png);
	cursor: pointer;	
	height:32px;
}
.navigation {
  margin: 0px 1.7em 0px 0px;
}
ul.navig li.plan:hover ul.sub-nav{
	display:none;
}
.head {
  	margin: 0 auto;
  	position: absolute;
  	width: 100%;
  	left: 0;
  	padding: 0 25px;
}
ul.navig {
	width: 11%;
	float: right;
	margin:0;
}
ul.navig{
	display:none;
}
ul.navig li {
	font-size: 12px;
	display:inline-block;
	width: 100%;
	margin:0;
}
ul.navig li a {
  	padding: 10px 0px;
  	font-size: 16px;
  	width: 100%;
  	font-weight: 600;
  	display: block;
  	color: #282828;
  	border-bottom:none;
}
ul.navig li a:hover,ul.navig li a.active{
	color:#ff0030;
	border-bottom:none;
}
span.menu {
	display: block;
	float: right;
	margin: 0px 0px 0 0;
}
ul.navig {
  	margin: 0;
  	z-index: 9999;
  	position: absolute;
  	width: 96%;
  	text-align: center;
  	top: 77%;
  	left: 2%;
  	background: rgba(255, 255, 255, 0.97);
}
.navigation {
	height: 60px;
	padding: 0px 16px 0em;
	margin-bottom: 0em;
}
ul.navig li:nth-of-type(4) {
	margin: 0 0px 0 0em;
}
ul.navig li:nth-of-type(3) {
	margin: 0 0em 0 0px;
}
}
/*start search*/
.sb-search {
  	position: absolute;
  	right: 9.5%;
  	width: 0%;
  	top: 21%;
  	min-width: 75px;
  	margin: 0em 0px 0 0px;
  	height: 61px;
  	overflow: hidden;
  	-webkit-transition: width 0.3s;
  	-moz-transition: width 0.3s;
  	transition: width 0.3s;
  	-webkit-backface-visibility: hidden;
}
.sb-search-input {
  position: absolute;
  top: 8px;
  left: 0;
  border: none;
  outline: none;
  background: #282828;
  width: 96%;
  height: 45px;
  margin: 0;
  z-index: 10;
  padding: 0px 30px 0 13px;
  font-size: 15px;
  color: #fff;
}
.sb-search-input::-webkit-input-placeholder {
	color: #fff;
}
.sb-search-input:-moz-placeholder {
	color: #fff;
}
.sb-search-input::-moz-placeholder {
	color: #fff;
}
.sb-search-input:-ms-input-placeholder {
	color: #fff;
}
.sb-icon-search, .sb-search-submit {
    width: 75px;
  	height: 60px;
  	display: block;
  	position: absolute;
  	right: 0;
  	top: 0;
  	padding: 0;
  	margin: 0;
  	line-height: 71px;
  	text-align: center;
  	cursor: pointer;
}
.sb-search-submit {
  background:#fff url('../images/search-2.png') no-repeat 30px 24px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
  -webkit-appearance: none;
}
.sb-icon-search {
  background:#fff url('../images/search-2.png') no-repeat 30px 24px;
  z-index: 90;
}
/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
  width: 20%;
}
.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
	background:#fff url('../images/img-sprite.png') no-repeat 0px 1px;
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/*--Header-Part-Ends-Here --*/
/*--banner-starts--*/
.banner{
	background:url(../images/data_cleaning_and_data_migrationconsultants_MiG1.jpg) no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:700px;
}
.banner-main{
  	text-align: center;
  	margin-top: 28%;
}
.banner-top h1{
	font-size:48px;
	font-weight:600;
	margin:0;
	color:#282828;
}
.banner-top h1 span{
	color:#fff;
}
.banner-top h1 span.an{
	color:#00ccff;
}
.banner-top h2{
	font-size:30px;
	font-weight:600;
	margin:15px 0 0 0; 
	color:#ff0030;
}
.banner-top p{
	color:#282828;
	font-size:24px;
	font-weight:600;
	margin-top:15px;
}
.banner-bottom {
  	margin-top: 5%;
  	padding-bottom: 1%;
}
.banner-left{
	width:50%;
	float:left;
	text-align:right;
}
.banner-left:nth-child(2){
	text-align:left;
}
.banner-left a.get{
	background:#00ccff;
	border: 2px solid #fff;
}
.banner-left a.fut{
	background: #ff0030;
	border: 2px solid #ff0030;
}
.banner-left a {
  	color: #fff;
  	font-size: 27px;
  	font-weight: 300;
  	padding: 9px 55px;
  	margin:0 20px;
  	border-radius: 5px;
  	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.banner-left a.get:hover{
	background: #ff0030;
	border: 2px solid #ff0030;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.banner-left a.fut:hover{
	background: #00ccff;
	border: 2px solid #fff;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
/*------------------ 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: 8%;
  	left: -15%;
  	opacity: 0.7;
  	z-index: 3;
  	text-indent: -9999px;
  	overflow: hidden;
  	text-decoration: none;
  	height: 38px;
  	width: 28px;
  	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: -15%;
}
#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: 113%;
	z-index: 999;
	left: 0%;
	width: 100%;
	text-align: center;
	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;
	margin:0 2px;
}
@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: 18px;
	width: 18px;
	display: inline-block;
	background:#00ccff;
}
.callbacks_here a:after{
	background:#ff0030;
}
ul.callbacks_tabs.callbacks2_tabs li a:after {
  background: #ff0736;
  height: 20px;
  width: 20px;
  border: 2px solid #ff0736;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  -ms-border-radius:50%;
}
ul.callbacks_tabs.callbacks2_tabs .callbacks_here a:after {
  border: 3px solid #ff0736;
  background: #fff;
}
ul.callbacks_tabs.callbacks2_tabs {
  top: 109%;
}
/*--Slider-Part-Ends-Here--*/	
/*--banner-ends--*/
/*--services-starts--*/
.services{
	padding:6em 0px;
	background:#eeeeee;
}
.services-top{
	text-align:center;
}
.services-top h3,.work-top h3,
.experties-top h3,.analyze-top h3,
.pricing-top h3,.taril-text h3,
.team-top h3,.features-top h3,
.testimonials-top h3,.project-top h3,
.blog-top h3,.progress-top h3,
.customers-top h3,.contact-top h3{
	color:#282828;
	font-size:36px;
	font-weight:400;
	margin:0;
}
.services-top span,.pricing-top span,
.testimonials-top span,.customers-top span{
	background: #ff0030;
}
.services-top span,.work-top span,
.experties-top span,.pricing-top span,
.team-top span,.features-top span,
.testimonials-top span,.project-top span,
.blog-top span,.progress-top span,
.customers-top span,.contact-top span{
  	width: 4%;
  	height: 4px;
  	display: block;
  	margin: 15px auto 0;
}
.services-bottom {
  	margin-top: 12%;
  	position:relative;
}
.service-one img {
  	position: absolute;
  	top: -56px;
  	left: 34.5%;
}
.service-one {
  	background: #fff;
  	padding: 4.5em 0px 3em 0px;
  	text-align: center;
}
.service-one h4 {
  font-size: 24px;
  color: #282828;
  font-weight: 600;
  margin: 0;
  padding-bottom: 14px;
  width: 100%;
  border-bottom: 2px solid #e4e4e4;
}
.service-one p {
  color: #626161;
  font-weight: 600;
  line-height: 1.8em;
  margin: 15px auto 0;
  font-size: 14px;
  width: 90%;
}
/*--services-ends*/
/*--work-starts--*/
.work{
	padding:5em 0px;
	background:#00ccff;
}
.work-top{
	text-align:center;
}
.work-top span,.team-top span,.project-top span{
	background:#e1fd00;
}
.work-bottom{
	margin-top:8%;
}
.work-left ul{
	padding:0;
}
.work-left ul li{
	list-style:none;
	margin-bottom:10px;
}
.work-left ul li img{
	display:inline-block;
	vertical-align:middle;
}
.work-left ul li p a{
	color: #fff;
  	font-size: 30px;
  	font-weight: 300;
  	margin-left: 11px;
}
.work-left ul li p{
  	display: inline-block;
  	vertical-align: middle;
}
.work-left ul li p a:hover{
	text-decoration:none;
	color:#ff0030;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.work-right {
  	text-align: center;
  	margin-top: 2%;
  	position: relative;
}
a.play-icon {
  	margin: 10px 0 0em;
  	display: inline-block;
}
a.play-icon span {
  	width: 64px;
  	height: 64px;
    outline: none;
  	display: inline-block;
 	background: url(../images/video.png) no-repeat 0px 0px;
  	transition: 0.5s all;
  	-webkit-transition: 0.5s all;
  	-moz-transition: 0.5s all;
  	-o-transition: 0.5s all;
  	-ms-transition: 0.5s all;
}
.video {
  	position: absolute;
  	top: 29%;
  	left: 45%;
}
/*--work-ends*/
/*--experties-starts--*/
.experties{
	padding:6em 0px;
	background:#eeeeee;
}
.experties-top{
	text-align:center;
}
.experties-top span,.features-top span,
.blog-top span,.contact-top span{
	background:#00ccff;
}
.experties-bottom {
  text-align: center;
  margin-top: 8%;
}
.experties-left h4{
	color:#353535;
	font-weight:600;
	font-size:24px;
	margin:15px 0 0 0;
}
/*----*/
.circliful {
    position: relative; 
}
.circle-text, .circle-info, .circle-text-half, .circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
}
.circle-info, .circle-info-half,.circle-text {
	color: #000;
	font-weight: 700;
}
#circles-2 {
  padding-bottom: 15px;
}
#circles-3 {
  padding-bottom: 15px;
}
.circliful .fa {
	margin: -10px 3px 0 3px;
	position: relative;
	bottom: 4px;
}
.circles-text-wrp {
	font-size: 3em !important;
}
.services_grids {
	padding: 2em 0em;
}
#circles-1 {
	padding:0 0 1em;
}
span.circles-text,span.circles-number {
  	color: #fff;
  	background:#00ccff; 
}
span.circles-text {
  padding: 20px 19px 14px 3px;
  font-size: 0.63em;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
}
span.circles-number {
  padding: 8px 0 10px 10px;
  font-size: 0.85em;
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
}
/*--experties-ends*/
/*--analyze-starts--*/
.analyze{
	padding:5em 0px;
	background:#ff0030;
}
.analyze-top{
	text-align:center;
}
.analyze-top p {
  	color: #fff;
  	font-size: 30px;
  	font-weight: 300;
  	margin-top: 13px;
}
.search {
  display: inline-block;
  width: 60%;
  background: #F6F4F5;
  margin-top: 4.8em;
}
.search input[type="text"] {
  display: inline-block;
  outline: none;
  padding: 19px 17px 23px 17px;
  width: 81.05%;
  border: none;
  -webkit-appearance: none;
  background: #F6F4F5;
  font-family: 'Titillium Web', sans-serif;
  font-size: 34px;
  color: #B8B6B7;
  font-weight: 400;
}
.search input[type="submit"] {
  border: 0;
  padding: 36px 63px;
  background: #e1fd00 url(../images/search-1.png) no-repeat 34px 17px;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-family: 'Titillium Web', sans-serif;
}
/*--analyze-ends*/
/*--pricing-starts--*/
.pricing{
	padding:6em 0px;
	background:#eeeeee;
}
.pricing-top{
	text-align:center;
}
.price-one {
  	text-align: center;
  	padding-bottom: 2em;
  	background: #fff;
}
.price-one h4 {
  	color: #ffffff;
  	padding: 25px 0px;
  	font-weight: 400;
  	font-size: 48px;
  	margin: 0;
  	font-family: 'Open Sans', sans-serif;
  	background: #ff0030;
}
.price-one label {
  	font-size: 48px;
  	font-weight: 400;
  	margin: 11px 0;
  	color: #ff0030;
}
.price-one label sub {
  	color: #2c2c2c;
  	font-size: 26px;
  	bottom: -.0em;
  	font-weight: 600;
  	font-family: 'Open Sans', sans-serif;
}
.price-one ul {
  	padding: 0;
  	border-top: 2px solid #ebebeb;
  	text-align: left;
  	padding-left: 15.5%;
}
.price-one ul li {
  	list-style: none;
  	display: block;
  	margin: 19px 0px;
}
.price-one ul li p {
  	font-size: 24px;
  	font-weight: 400;
  	color: #353535;
}
.p-btn a {
  	color: #fff;
  	font-size: 30px;
  	font-weight: 400;
  	padding: 4px 85px;
  	background: #ff0030;
  	border-bottom: 6px solid #cd0229;
  	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.p-btn a:hover{
	background: #252728;
  	border-bottom: 6px solid #0C0D0E;
  	transition: 0.5s all ease;
  	-webkit-transition: 0.5s all ease;
  	-moz-transition: 0.5s all ease;
  	-o-transition: 0.5s all ease;
  	-ms-transition: 0.5s all ease;
}
.p-btn {
  margin-top: 6%;
}
.pricing-bottom{
	margin-top:6em;
}
.price-two h4{
	background:#e1fd00 !important;
}
.price-two a{
	background:#e1fd00;
	border-bottom: 5px solid #bcd301;
}
.price-three h4{
	background:#00ccff !important;
}
.price-three a{
	background:#00ccff;
	border-bottom: 5px solid #009cc3;
}
.price-left:hover {
  transform: scale(1.05,1.06);
  -webkit-transform: scale(1.05,1.06);
  -moz-transform: scale(1.05,1.06);
  -o-transform: scale(1.05,1.06);
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}
/*--pricing-ends*/
/*--trail-starts--*/
.trail{
	padding:5em 0px;
	background:#e1fd00;
}
/*--trail-ends*/
/*--services-starts--*/
.taril-text p {
  	color: #282828;
  	font-size: 18px;
  	font-weight: 400;
  	line-height: 1.6em;
  	margin-top: 1.3em;
  	width: 76%;
}
.t-btn{
	margin-top:2%;
	text-align:right;
}
.t-btn a {
  	padding: 7px 35px;
  	color: #fff;
  	background: #ff0030;
  	font-size: 36px;
  	font-weight: 300;
  	border-bottom: 5px solid #c50025;
  	border-radius: 5px;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-o-border-radius: 5px;
  	-ms-border-radius: 5px;
}
.t-btn a:hover{
	background: #00ccff;
	border-bottom: 5px solid #0D87A6;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.taril-text {
  	border-left: 17px solid #fe0635;
  	padding: 2em 0px 3.2em 5%;
}
/*--services-ends*/
/*--team-starts--*/
.team{
	padding:6em 0px;
	background:#eeeeee;
}
.team-top{
	text-align:center;
}
.team-bottom{
	margin-top:8%;
}
.team-left img {
  width: 94%;
}
.team-left{
	text-align:center;
}
.team-left h4{
	padding:15px 0px;
	background:#00ccff;
	color:#fff;
	font-size:24px;
	font-weight:300;
}
.team-two h4{
	background:#e1fd00;
}
.team-three h4{
	background:#fe0f3c;
}
.team-left ul {
  	padding: 13px 0 1px 0px;
  	background: #fff;
}
.team-left ul li{
	list-style:none;
	display:inline-block;
	margin:0 3px;
}
.team-left ul li span:hover,.footer-left ul li span:hover{
	opacity: 0.4;
  	filter: alpha(opacity=40);
  	transition: 0.5s all ease;
  	-webkit-transition: 0.5s all ease;
  	-moz-transition: 0.5s all ease;
  	-o-transition: 0.5s all ease;
  	-ms-transition: 0.5s all ease;
}
.team-left ul li span,.footer-left ul li span{
	background:url(../images/social-icons.png) no-repeat;
	width:70px;
	height:70px;
	display:block;
	opacity: 1.0;
  	filter: alpha(opacity=100);
}
.team-left ul li span.fb{
	background-position:0px 0px;
}
.team-left ul li span.t{
	background-position:-70px 0px;
}
.team-left ul li span.g{
	background-position:-140px 0px;
}
.team-left ul li span.in{
	background-position:-210px 0px;
}
.team-two ul li span.fb{
	background-position:-280px 0px;
}
.team-two ul li span.t{
	background-position:-350px 0px;
}
.team-two ul li span.g{
	background-position:-420px 0px;
}
.team-two ul li span.in{
	background-position:-490px 0px;
}
.team-three ul li span.fb{
	background-position:-0px -70px;
}
.team-three ul li span.t{
	background-position:-70px -70px;
}
.team-three ul li span.g{
	background-position:-140px -70px;
}
.team-three ul li span.in{
	background-position:-210px -70px;
}
/*--team-ends*/
/*--features-starts--*/
.features{
	padding:6em 0px;
	background:#ff0232;
}
.features-top{
	text-align:center;
}
.features-bottom{
	margin-top:8%;
}
.feature-middle{
	text-align:center;
}
.feature-left ul,.feature-right ul{
	padding:0;
}
.feature-left ul li{
	text-align: left;
}
.feature-left ul li,.feature-right ul li{
	list-style:none;
	margin-bottom:17px;
}
.feature-left ul li:nth-child(5),.feature-right ul li:nth-child(5){
	margin-bottom:0px;
}
.feature-right ul li{
	text-align: right;
}
.feature-left,.feature-right{
	position:relative;
}
.feature-left ul li span.one,.feature-right ul li span.six{
  	top: 8.3%;
}
.feature-left ul li span.two,.feature-right ul li span.seven{
  	top: 28.2%;
}
.feature-left ul li span.three,.feature-right ul li span.eght{
  	top: 48.2%;
}
.feature-left ul li span.four,.feature-right ul li span.nine{
  	top: 68.2%;
}
.feature-left ul li span.five{
  	top: 78.2%;
  	background:url(../images/line-2.png) no-repeat;
  	width:150px;
  	height:80px;
}
.feature-right ul li span.ten{
	top: 78.2%;
  	background:url(../images/line-3.png) no-repeat;
  	width:150px;
  	height:80px;
}
.feature-right ul li span.six, .feature-right ul li span.seven, 
.feature-right ul li span.eght, .feature-right ul li span.nine,
 .feature-right ul li span.ten {
  left: -15.5%;
}
.feature-left ul li span.five, .feature-left ul li span.four,
 .feature-left ul li span.three, .feature-left ul li span.two, 
 .feature-left ul li span.one {
  left: 76.4%;
}
.feature-left ul li span,.feature-right ul li span{
	background:url(../images/line-1.png) no-repeat;
	width:150px;
	height:2px;
	display:block;
	position: absolute;
}
.feature-left ul li p{
	margin-right: 10px;
}
.feature-left ul li p, .feature-right ul li p {
  	color: #fff;
  	font-size: 22px;
  	font-weight: 300;
  	display: inline-block;
  	width: 39%;
  	text-align: right;
  	vertical-align: middle;
}
.feature-right ul li p{
	margin-left:10px;
}
.feature-left ul li img,.feature-right ul li img{
  	display: inline-block;
  	vertical-align: middle;
}
.feature-middle img {
  	width: 70%;
  	margin-top: 33px;
}
.feature-right{
	text-align:right;
}
.feature-right ul li p{
	text-align:left;
}
/*--features-ends*/
/*--testimonials-starts--*/
.testimonials {
  	padding: 6em 0px 9em 0px;
  	background: #eeeeee;
}
.testimonials-top{
	text-align:center;
}
.testimonials-bottom{
	margin-top:8%;
	text-align:center;
}
.test-bottom p sup {
  	margin-right: 30px;
}
.test-bottom p sub {
  	margin-left: 30px;
}
.test-bottom p sub img,.test-bottom p sup img{
	border:none !important;
}
.test-bottom p {
  	color: #282828;
  	font-size: 18px;
  	font-weight: 400;
  	line-height: 1.4em;
  	margin: 1.6em auto 0;
  	width: 93.5%;
}
.test-bottom img{
	border:5px solid #0ac9f8;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
}
/*--testimonials-ends*/
/*--project-starts--*/
.project{
	padding:5em 0px;
	background:#00ccff;
}
.project-top{
	text-align:center;
}
.project-top h3 {
	color:#fff !important;
}
.project-bottom{
	margin-top:7%;
}
/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper {
  	position: absolute;
  	width: 92.9%;
  	height: 78.5%;
  	top: 42px;
  	left: 13px;
  	text-align: center;
  	color: #ffffff;
  	overflow: hidden;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(15, 207, 140, 0.9);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate ul{
	padding:0;
	margin-top:24%;
}
.b-animate ul li{
	list-style:none;
	display:inline-block;
	margin:0 5px;
}
.b-animate {
  	transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	-webkit-transition: all 0.5s;
  	visibility: hidden;
  	font-size: 24px;
  	font-weight: 400;
  	width: 50%;
  	line-height: 1.3em;
  	margin: 0 auto;
  	top: 43%;
}
.b-animate img{
	margin-top:12%;
	display: -webkit-inline-box;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
span.m_4{
	font-size:14px;
	font-weight:400;
}
p.m_5 {
	margin: 2% auto 5%;
	width: 70%;
	color: #283A47;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}
/*--team--*/
.col_1_of_4:first-child {
	margin-left: 0;
}
.span_1_of_4 {
	width: 22.8%;
}
.col_1_of_4 {
	display: block;
	float: left;
	margin: 1% 0 1% 2.6%;
	background: #FFF;
}
.b-wrapper:hover {
  	background: rgba(254, 8, 55, 0.85);
  	transition: 0.5s all;
  	-webkit-transition: 0.5s all;
  	-o-transition: 0.5s all;
  	-moz-transition: 0.5s all;
  	-ms-transition: 0.5s all;
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe .b-line1{
	left:0;
}
.b-link-stripe .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 32.2%;
  display: none;
  float: left;
  overflow: hidden;
  margin: 0 1.7% 0% 0;
}
#portfoliolist .portfolio:nth-child(3),#portfoliolist .portfolio:nth-child(6){
  margin-right: 0;
}
.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		cursor:pointer;
	}
.portfolio img {
		max-width:100%;
		/*--position: relative;--*/
		transition: all 300ms!important;
		-webkit-transition: all 300ms!important;
		-moz-transition: all 300ms!important;
	}
.portfolio .label {
		position: absolute;
		width: 100%;
		height:40px;
		bottom:-40px;
	}
.portfolio .label-bg {
			background: #22B4B8;
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}
.portfolio .label-text {
			color:#fff;
			position: relative;
			z-index:500;
			padding:5px 8px;
		}
			
.portfolio .text-category {
				display:block;
				font-size:9px;
				font-size: 12px;
				text-transform:uppercase;
			}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
   }
.row:after,
.clearfix:after {
  clear: both;
   }
.row,
.clearfix {
  zoom: 1;
   }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*---------------*/
/*--project-ends*/
/*--blog-starts--*/
.blog{
	padding:6em 0px;
	background:#eeeeee;
}
.blog-top{
	text-align:center;
}
.blog-bottom{
	margin-top:6%;
}
.blog-left img{
	width:100%;
}
.blog-text {
  	background: #fff;
  	padding: 1.5em 1.5em;
}
.blog-text h4 {
  	color: #282828;
  	font-size: 24px;
  	font-weight: 600;
  	margin-bottom:8px;
}
.blog-text a:hover{
	text-decoration:none;
}
.blog-text span {
  	color: #a4b7bc;
  	font-size: 13px;
  	font-weight: 600;
}
.blog-text span a{
	color:#ff0000;
}
.blog-text span a:hover{
	color: #a4b7bc;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.blog-text p {
  	color: #626161;
  	font-size: 13px;
  	font-weight: 400;
  	line-height: 1.6em;
  	margin-top: 1em;
}
/*--blog-ends*/
/*--single-starts*/
.single-left h3,.single-right h4{
  	color: #000000;
  	font-size: 27px;
  	font-weight: 400;
  	margin-bottom: 1em;
}
h3.sngl {
  text-transform: uppercase;
  margin-bottom: 5px !important;
}
.single-left span{
	font-size: 15px;
  	color: #4e4e4b;
}
.single-left span a{
	color:#177bbb;
}
.single-left span a:hover{
	color: #4e4e4b;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	text-decoration:none;
}
.single-left img {
  width: 100%;
  margin-top: 4%;
}
.single-left h5 {
  	color: #000000;
  	font-size: 17px;
  	font-weight: 400;
  	margin: 16px 0 0 0;
  	line-height: 1.5em;
}
.single {
  	padding: 5em 0px;
  	background: rgba(51, 51, 51, 0.03);
}
.single-left p{
	color: #666666;
  	font-size: 14px;
  	font-weight: 400;
  	line-height: 1.6em;
  	margin-top: 1em;
}
.reply {
  	margin-top: 3em;
}
.reply input[type="text"] {
  	width: 100%;
  	color: #177bbb;
  	outline: none;
  	font-size: 16px;
  	padding: 10px 10px;
  	margin: 0px 0px 1em 0px;
  	border: solid 1px #177bbb;
  	-webkit-appearance: none;
  	background: 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;
}
.reply textarea {
  	resize: none;
  	width: 100%;
  	color: #177bbb;
  	font-size: 16px;
  	outline: none;
  	padding: 10px 10px;
  	border: solid 1px #177bbb;
  	min-height: 12em;
  	-webkit-appearance: none;
  	background: 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;
}
.reply input[type="submit"] {
  	border: none;
  	outline: none;
  	color: #fff;
  	background: #ff0030;
  	padding: 11px 20px;
  	font-size: 15px;
  	font-weight: 600;
  	margin-top: 1.2em;
  	-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;
	border-bottom: 4px solid #b40022;
}
.reply input[type="submit"]:hover{
	background: #00ccff;
  	border-bottom: 4px solid #0D87A6;
  	transition: 0.5s all;
  	-webkit-transition: 0.5s all;
  	-moz-transition: 0.5s all;
  	-ms-transition: 0.5s all;
  	-o-transition: 0.5s all;
}
.comments {
  	margin-top: 3em;
}
.comments-main {
  	margin-bottom: 20px;
  	border:1px solid #177bbb;
  	padding: 22px 0px;
  	border-radius: 0.3em;
  	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
}
.cmts-main-left img {
  	width: 100%;
}
.cmts-main-right h5 {
  	font-size: 1em;
  	color: #4e4e4b;
  	margin: 0px;
  	font-weight: 400;
}
.cmts-main-right a h5:hover{
	color:#177bbb;
	transition: 0.5s all;
  	-webkit-transition: 0.5s all;
  	-moz-transition: 0.5s all;
  	-ms-transition: 0.5s all;
  	-o-transition: 0.5s all;
  	text-decoration: none;
}
.cmnts-left label{
  	font-size: 13px;
  	color: rgba(78, 78, 75, 0.37);
  	font-weight: 600;
}
.cmts {
  	margin-top: 1em;
}
.col-md-6.cmnts-left {
  	padding: 0px;
}
.col-md-6.cmnts-right {
  	text-align: right;
}
.cmnts-right a:hover{
	text-decoration:none;
}
.cmnts-right a {
  	padding: 6px 12px;
  	color: #fff;
  	font-weight: 600;
  	font-size: 14px;
  	background: #00ccff;
  	transition: 0.5s all;
  	-webkit-transition: 0.5s all;
  	-moz-transition: 0.5s all;
  	-ms-transition: 0.5s all;
  	-o-transition: 0.5s all;
  	outline: none;
  	border-radius: 0.3em;
  	-webkit-border-radius: 0.3em;
  	-moz-border-radius: 0.3em;
  	-o-border-radius: 0.3em;
}
.cmnts-right a:hover{
	background: #ff0030;
}
.cmts-main-left {
  	width: 12%;
  	float: left;
  	padding: 0 15px;
}
.cmts-main-right {
  	width: 88%;
  	float: right;
  	padding: 0 15px;
}
.Categories ul, .archives ul {
  	padding: 0px;
}
.Categories ul li, .archives ul li {
  	list-style-image: url(../images/arw.png);
  	margin: 8px 0px 0 22px;
}
.Categories ul li a, .archives ul li a {
  	font-size: 15px;
  	color: #000;
  	font-weight:400;
}
.Categories ul li a:hover, .archives ul li a:hover{
  	color: #177bbb;
  	margin-left:7px;
  	transition: 0.5s all;
  	-webkit-transition: 0.5s all;
  	-moz-transition: 0.5s all;
  	-ms-transition: 0.5s all;
  	-o-transition: 0.5s all;
  	text-decoration: none;
}
.archives,.recent {
  	margin-top: 2em;
}
.recent-one img {
  	width: 100%;
  	margin-bottom: 1.2em;
}
.recent-one span {
  	font-size: 12px;
  	color: #848e97;
  	font-weight: 400;
}
.recent-one h5 {
  	font-size: 20px;
  	color: #61b3de;
  	font-weight:400;
  	margin-bottom: 5px;
}
.recent-one p {
  	color: #666666;
  	font-size: 14px;
  	font-weight: 400;
  	line-height: 1.6em;
  	margin-top: 10px;
}
.recent-one {
  	text-align: left;
  	margin-top:1em;
}
.recent-one:nth-child(2){
 	margin-top:1.5em;	
}
/*--single-ends*/
/*--progress-starts--*/
.progres{
	padding:6em 0px;
	background:#ff0030;
}
.progress-top{
	text-align:center;
}
.progress-top span{
	background:#fff;
}
.progress-bottom {
  	margin-top: 7%;
}
.progress-bottom ul{
	padding:0;
}
.progress-bottom ul li {
  	list-style: none;
  	display: inline-block;
  	width: 15.75%;
  	text-align: center;
  	border: 3px solid #fff;
  	margin-right: 5%;
  	padding: 17px 0px;
}
.progress-bottom ul li:nth-child(5){
	margin-right: 0;
}
.progress-bottom ul li h4 {
  	color: #fff;
  	font-size: 48px;
  	font-weight: 600;
  	margin: 0;
}
.progress-bottom ul li span{
	background:url(../images/progress.png) no-repeat;
	width:65px;
	height:65px;
	display:block;
	margin:5px auto 0;
}
.progress-bottom ul li span.p-1{
	background-position:0px 0px;
}
.progress-bottom ul li span.p-2{
	background-position:-65px 0px;
}
.progress-bottom ul li span.p-3{
	background-position:-130px 0px;
}
.progress-bottom ul li span.p-4{
	background-position:-195px 0px;
}
.progress-bottom ul li span.p-5{
	background-position:-260px 0px;
}
.progress-bottom ul li p{
	color:#fff;
	font-size:14px;
	font-weight:300;
	margin-top:5px;
}
/*--progress-ends*/
/*--customers-starts--*/
.customers{
	padding:6em 0px;
	background:#eeeeee;
}
.customers-top{
	text-align:center;
}
.customers-bottom ul{
	padding:0;
}
.customers-bottom ul li {
  	list-style: none;
  	display: inline-block;
  	margin-right: 1.902%;
}
.customers-bottom ul li img {
  background: #fff;
}
.customers-bottom ul li:nth-child(6){
	margin-right:0;
}
.customers-bottom{
	margin-top:8%;
}
.contact-bottom{
	margin-top:6%;
}
.contact-left iframe{
	width:85%;
	height:300px;
}
.contact-left ul{
	padding:0;
	margin-top:5%;
}
.contact-left ul li {
  	list-style: none;
  	margin-bottom: 15px;
  	text-align: left;
}
.contact-left ul li:nth-child(3){
	margin-bottom:0;
}
.contact-left ul li span{
	background:url(../images/cnt.png) no-repeat;
	width:26px;
	height:26px;
	display:inline-block;
	vertical-align:top;
	margin-right: 5px;
}
.contact-left ul li span.address{
	background-position:0px 0px;
}
.contact-left ul li span.phone{
	background-position:-26px 0px;
}
.contact-left ul li span.msg{
	background-position:-52px 0px;
}
.contact-left ul li p a{
	color: #282828;
}
.contact-left ul li p {
  	display: inline-block;
  	color: #282828;
  	font-size: 16px;
  	font-weight: 600;
}
.contact-left ul li p label{
	display:block;
	font-weight: 600;
}
/*--customers-ends*/
/*--contact-starts--*/
.contact{
	padding:6em 0px;
	background:#e1fd00;
}
.contact-top{
	text-align:center;
}
.contact-right input[type="text"] {
  	width: 80%;
  	font-size: 13px;
  	margin: 0px auto 20px;
  	color: #9c9c9c;
  	background: #fff;
  	padding: 15px 15px;
  	outline: none;
  	border: none;
  	border-radius: 5px;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-o-border-radius: 5px;
  	-ms-border-radius: 5px;
  	font-family: 'Titillium Web', sans-serif;
}
.contact-right textarea {
  	width: 80%;
  	margin: 0;
  	font-size: 13px;
  	color: #9c9c9c;
  	resize: none;
  	background: #fff;
  	height: 150px;
  	padding: 15px;
  	outline: none;
  	border: none;
  	border-radius: 5px;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-o-border-radius: 5px;
  	-ms-border-radius: 5px;
  	font-family: 'Titillium Web', sans-serif;
}
.s-btn {
  	text-align: right;
  	margin: 1em 6.7em 0px 0px;
}
.contact-right form input[type=submit] {
  	color: #fff;
  	padding: 7px 40px;
  	font-size: 20px;
  	cursor: pointer;
  	outline: none;
  	border: none;
  	font-weight: 100;
  	border-radius: 5px;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-o-border-radius: 5px;
  	-ms-border-radius: 5px;
  	border-bottom: 4px solid #b40022;
  	background: #ff0030;
}
.contact-right form input[type=submit]:hover{
  	background: #00ccff;
  	border-bottom: 4px solid #0D87A6;
  	transition: 0.5s all;
  	-webkit-transition: 0.5s all;
  	-moz-transition: 0.5s all;
  	-ms-transition: 0.5s all;
  	-o-transition: 0.5s all;
}
/*--contact-ends*/
/*--footer-starts--*/
.footer{
	padding:1.5em 0px;
	background:#11191b;
}
.footer-left ul {
  	padding: 0;
  	margin-top: 2%;
}
.footer-left ul li{
	list-style:none;
	display:inline-block;
	margin-right:3px;
}
.footer-left ul li span.fb{
	background-position:-280px -70px;
}
.footer-left ul li span.t{
	background-position:-350px -70px;
}
.footer-left ul li span.g{
	background-position:-420px -70px;
}
.footer-left ul li span.in{
	background-position:-490px -70px;
}
.footer-left p {
  	color: #fff;
  	font-size: 18px;
  	font-weight: 400;
  	margin-top: 5.5%;
  	text-align: right;
}
.footer-left p a{
	color:#fff;
}
.footer-left p a:hover,.contact-left ul li p a:hover{
	color:#ff0030;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	text-decoration:none;
}
/*--footer-ends*/
#toTop {
  	display: none;
  	text-decoration: none;
  	position: fixed;
  	bottom: 10px;
  	right: 10px;
  	overflow: hidden;
  	width: 60px;
  	height: 60px;
  	border: none;
  	text-indent: 100%;
  	background: url(../images/top-arrow.png) no-repeat;
}
/*--progress-starts--*/
/*--media-quaries-starts--*/
@media (max-width:1440px){
.callbacks_nav {
  	left: -9%;
}	
.callbacks_nav.next {
  	right: -9%;
}
.banner {
  	min-height: 650px;
}
.banner-main {
  	margin-top: 24%;
}
.sb-search {
  	right: 4.3%;
}
.sb-search.sb-search-open, .no-js .sb-search {
  width: 23%;
}
}
@media (max-width:1366px){
.callbacks_nav.next {
  	right: -7%;
}
.sb-search.sb-search-open, .no-js .sb-search {
  width: 24%;
}
.single {
  padding: 4em 0px;
}
.single-left h3, .single-right h4 {
  font-size: 26px;
}
.callbacks_nav {
  	left: -7%;
  	top: 25%;
}	
.banner-top h1 {
  	font-size: 46px;
}
.banner-top h2 {
  	font-size: 27px;
}
.banner-top p {
  	font-size: 23px;
  	margin-top: 10px;
}
.banner-left a {
  	font-size: 25px;
  	padding: 5px 53px;
}
.banner-main {
  	margin-top: 20%;
}
.banner {
  	min-height: 600px;
}
.services {
  	padding: 5em 0px;
}
.services-bottom {
  	margin-top: 10%;
}
.work-bottom {
  	margin-top: 6%;
}
.experties {
  	padding: 5em 0px;
}
.experties-bottom {
  	margin-top: 6%;
}
.search {
  	margin-top: 4.2em;
}
.analyze {
  	padding: 4.5em 0px;
}
.pricing {
  	padding: 5em 0px;
}	
.price-one h4 {
  	padding: 23px 0px;
  	font-size: 45px;
}
.price-one label {
  	font-size: 45px;
}
.pricing-bottom {
  	margin-top: 5em;
}
.trail {
  	padding: 4.5em 0px;
}
.taril-text p {
  	margin-top: 1em;
    width: 80%;
}
.t-btn a {
  	padding: 5px 30px;
  	font-size: 33px;
}
.taril-text {
  	padding: 2em 0px 2em 5%;
}
.team {
  	padding: 5em 0px;
}
.team-bottom {
  	margin-top: 6%;
}
.features {
  	padding: 5em 0px;
}
.features-bottom {
  	margin-top: 6%;
}
.testimonials {
  padding: 5em 0px 8em 0px;
}
.blog {
  padding: 5em 0px;
}
.progres {
  padding: 5em 0px;
}
.progress-bottom {
  margin-top: 6%;
}
.customers {
  padding: 5em 0px;
}
.customers-bottom {
  	margin-top: 6%;
}
.contact {
  	padding: 5em 0px;
}
.contact-left iframe {
  	width: 82%;
  	height: 280px;
}
.contact-left ul {
  	margin-top: 3.5%;
}
.s-btn {
  	margin: 1em 6.8em 0px 0px;
}
.search input[type="text"] {
  	font-size: 31px;
  	padding: 23px 17px 24px 17px;
}
.sb-search {
  right: 2%;
}
}
@media (max-width:1280px){
.logo a img {
  	width: 90%;
}
.sb-icon-search {
  	background: #fff url('../images/search-2.png') no-repeat 24px 17px;
}	
.sb-search-submit {
  	background: #fff url('../images/search-2.png') no-repeat 24px 17px;
}
.sb-search {
  	min-width: 60px;
  	height: 45px;
  	top: 29%;
  	right: 0%;
}
.sb-icon-search, .sb-search-submit {
  	width: 60px;
  	height: 45px;
  	top: 0;
}
.sb-search-input {
  	top: 0px
}
.banner-top h1 {
  	font-size: 43px;
}
.banner-top h2 {
  	font-size: 25px;
  	margin: 12px 0 0 0;
}
.banner {
  	min-height: 560px;
}
.banner-main {
  	margin-top: 18%;
}
.callbacks_nav.next {
  	right: -2%;
}
.callbacks_nav {
  	left: -2%;
  	top: 30%;
}
.services-top h3, .work-top h3, .experties-top h3, .analyze-top h3, 
.pricing-top h3, .taril-text h3, .team-top h3, .features-top h3, 
.testimonials-top h3, .project-top h3, .blog-top h3, .progress-top h3, 
.customers-top h3, .contact-top h3 {
  font-size: 33px;
}
.service-one img {
  top: -48px;
  left: 37%;
  width: 29%;
}
.services-bottom {
  margin-top: 8%;
}
.service-one h4 {
  font-size: 22px;
  padding-bottom: 12px;
}
.service-one {
  padding: 4.2em 0px 2.5em 0px;
}
.work-left ul li p a{
  font-size: 28px;
}
.experties-left h4 {
  font-size: 22px;
  margin: 10px 0 0 0;
}
.analyze-top p {
  font-size: 28px;
  margin-top: 11px;
}
.search input[type="submit"] {
  padding: 33px 55px;
  background: #e1fd00 url(../images/search-1.png) no-repeat 25px 14px;
}
.search input[type="text"] {
  padding: 23px 17px 22px 17px;
  width: 83.4%;
  font-size: 28px;
}
.search {
  margin-top: 3.2em;
}
.pricing-bottom {
  margin-top: 4em;
}
.price-one h4 {
  padding: 20px 0px;
  font-size: 40px;
}
.price-one label {
  font-size: 40px;
}
.price-one label sub {
  font-size: 22px;
}
.price-one ul li p {
  font-size: 22px;
}
.t-btn a {
  padding: 3px 27px;
  font-size: 28px;
}
.taril-text {
  padding: 2em 0px 2em 4%;
}
.team-bottom {
  margin-top: 5%;
}
.features-bottom {
  margin-top: 5%;
}
.feature-left ul li img, .feature-right ul li img {
  width: 31%;
}
.feature-left ul li p, .feature-right ul li p {
  font-size: 20px;
}
.testimonials-bottom {
  margin-top: 6%;
}
ul.callbacks_tabs.callbacks2_tabs li a:after {
  height: 18px;
  width: 18px;
}
.project-bottom {
  margin-top: 5%;
}
.blog-text h4 {
  font-size: 22px;
  margin-bottom: 5px;
}
.blog-text {
  padding: 1.3em 1.3em;
}
.blog-bottom {
  margin-top: 5%;
}
.progress-bottom {
  margin-top: 5%;
}
.progress-bottom ul li h4 {
  font-size: 44px;
}
.customers-bottom {
  margin-top: 5%;
}
.contact-bottom {
  margin-top: 5%;
}
.contact-left ul li p {
  	font-size: 15px;
}
.callbacks_tabs a:after {
  	height: 16px;
  	width: 16px;
}
.feature-left ul li, .feature-right ul li {
  	margin-bottom: 30px;
}
}
@media (max-width:1024px){
.logo a img {
  	width: 80%;
}
.reply {
  margin-top: 2.5em;
}
.single-left img {
  margin-top: 3.2%;
}
.single-left h3, .single-right h4 {
  	font-size: 24px;
}
.sb-search {
  	top: 28%;
}
ul.navig li a {
  	font-size: 17px;
  	padding-bottom: 7px;
    margin: 0 2px;
}	
.navigation {
  	margin: 7px 1.5em 0px 0px;
}
.sb-search.sb-search-open, .no-js .sb-search {
  width: 28%;
}
.banner-top h1 {
  	font-size: 38px;
}
.banner-left a {
  	font-size: 24px;
  	padding: 4px 44px;
  	margin: 0 10px;
}
.banner {
  	min-height: 500px;
}
.banner-main {
  	margin-top: 17%;
}
.callbacks_nav {
  	top: 39%;
}
.services {
  	padding: 4em 0px;
}
.services-top h3, .work-top h3, .experties-top h3, .analyze-top h3,
.pricing-top h3, .taril-text h3, .team-top h3, .features-top h3,
.testimonials-top h3, .project-top h3, .blog-top h3, .progress-top h3,
.customers-top h3, .contact-top h3 {
  	font-size: 31px;
}
.service-one img {
  	top: -46px;
  	left: 36%;
  	width: 31%;
}
.service-one {
  	padding: 3.5em 0px 2em 0px;
}
.service-one h4 {
  	font-size: 21px;
  	padding-bottom: 10px;
}
.service-one p {
  	margin: 10px auto 0;
  	font-size: 14px;
}
.work {
  	padding: 4em 0px;
}
.work-right {
  	margin-top: 1%;
}
.experties {
  	padding: 4em 0px;
}
.experties-bottom {
  	margin-top: 5%;
}
span.circles-number {
  	padding: 6px 0 8px 10px;
  	font-size: 0.8em;
}
span.circles-text {
  	padding: 20px 19px 13px 3px;
  	font-size: 0.55em;
}
.experties-left h4 {
  	font-size: 21px;
  	margin: 3px 0 0 0;
}
.analyze-top p {
  	font-size: 25px;
  	margin-top: 8px;
}
.search input[type="submit"] {
  	padding: 29px 53px;
  	background: #e1fd00 url(../images/search-1.png) no-repeat 29px 16px;
  	background-size: 50%;
}
.search input[type="text"] {
  	padding: 23px 19px 19px 17px;
  	width: 80.58%;
  	font-size: 25px;
}
.search input[type="submit"] {
  	padding: 29px 53px;
  	background: #e1fd00 url(../images/search-1.png) no-repeat 28px 15px;
  	background-size: 50%;
}
.search {
  	margin-top: 2.5em;
}
.analyze {
  	padding: 4em 0px;
}
.pricing {
  	padding: 4em 0px;
}
.price-one h4 {
  	padding: 15px 0px;
  	font-size: 31px;
}
.price-one label {
  	font-size: 31px;
  	margin: 8px 0;
}
.price-one label sub {
  	font-size: 18px;
}
.price-one ul li p {
  	font-size: 20px;
}
.price-one ul li {
  	margin: 15px 0px;
}
.pricing-bottom {
  	margin-top: 3em;
}
.p-btn a {
  	font-size: 24px;
  	padding: 3px 70px;
}
.trail {
  	padding: 3em 0px;
}
.taril-text p {
  	margin-top: 13px;
  	width: 90%;
  	font-size: 17px;
}
.t-btn a {
  	padding: 2px 24px;
  	font-size: 24px;
}
.team {
  	padding: 4em 0px;
}
.team-left h4 {
  	padding: 12px 0px;
  	font-size: 22px;
}
.team-left ul li span, .footer-left ul li span {
  	width: 60px;
  	height: 60px;
  	background-size: 800%;
}
.team-left ul li span.t {
  	background-position: -60px 0px;
}
.team-left ul li span.g {
  	background-position: -120px 0px;
}
.team-left ul li span.in {
  	background-position: -180px 0px;
}
.team-left ul li {
  	margin: 0 1px;
}
.team-two ul li span.fb {
  	background-position: -240px 0px;
}
.team-two ul li span.t {
  	background-position: -300px 0px;
}
.team-two ul li span.g {
  	background-position: -360px 0px;
}
.team-two ul li span.in {
  	background-position: -420px 0px;
}
.team-three ul li span.fb {
  	background-position: -0px -60px;
}
.team-three ul li span.t {
  	background-position: -60px -60px;
}
.team-three ul li span.g {
  	background-position: -120px -60px;
}
.team-three ul li span.in {
  	background-position: -180px -60px;
}
.features {
  	padding: 4em 0px;
}
.feature-left ul li span.five, .feature-left ul li span.four,
 .feature-left ul li span.three, .feature-left ul li span.two, 
 .feature-left ul li span.one {
  	left: 74.4%;
}
.feature-left ul li span, .feature-right ul li span {
  	width: 130px;
  	background-size: 100%;
}
.feature-left ul li span.two, .feature-right ul li span.seven {
  	top: 29.2%;
}
.feature-left ul li span.three, .feature-right ul li span.eght {
  	top: 50.2%;
}
.feature-left ul li span.four, .feature-right ul li span.nine {
  	top: 71.2%;
}
.feature-left ul li span.five,.feature-right ul li span.ten{
  	top: 80.2%;
  	width: 130px;
  	height: 70px;
  	background-size: 100%;
}
.feature-left ul li, .feature-right ul li {
  	margin-bottom: 25px;
}
.test-bottom p {
  	font-size: 16px;
  	width: 100%;
}
.test-bottom p sub {
  	margin-left: 15px;
}
.test-bottom p sup {
  	margin-right: 15px;
}
.test-bottom img:nth-child(1){
	width:15%;
}
.test-bottom p sub img, .test-bottom p sup img {
  	width: 3% !important;
}
.testimonials-bottom {
  	margin-top: 4.5%;
}
ul.callbacks_tabs.callbacks2_tabs li a:after {
  	height: 17px;
  	width: 17px;
}
.testimonials {
  	padding: 4em 0px 7em 0px;
}
.project {
  	padding: 4em 0px;
}
.b-link-stripe .b-wrapper {
  	top: 33px;
  	left: 10px;
}
.b-animate {
  	font-size: 21px;
  	line-height: 1em;
  	top: 43%;
}
.blog {
  	padding: 4em 0px;
}
.blog-text h4 {
  	font-size: 20px;
  	margin-bottom: 2px;
}
.blog-text p {
  	color: #626161;
	font-size: 13px;
	font-weight: 400;
  	line-height: 1.6em;
 	 margin-top: 9px;
}
.progres {
  	padding: 4em 0px;
}
.progress-bottom ul li h4 {
  	font-size: 39px;
}
.progress-bottom ul li {
  	margin-right: 4.94%;
  	padding: 13px 0px;
}
.customers-bottom ul li img {
  	width: 92%;
}
.customers-bottom ul li {
  	margin-right: 0;
  	width: 16.3%;
}
.customers {
  	padding: 4em 0px;
}
.contact {
  	padding: 4em 0px;
}	
.contact-left iframe {
  	width: 85%;
  	height: 250px;
}
.contact-left ul li {
  	margin-bottom: 10px;
}
.contact-right input[type="text"] {
  	margin: 0px auto 14px;
  	padding: 10px 15px;
}
.contact-right textarea {
  	height: 130px;
}
.contact-left iframe {
  	width: 80%;
  	height: 200px;
}
.footer-left ul li span.fb {
  	background-position: -240px -60px;
}
.footer-left ul li span.t {
  	background-position: -300px -60px;
}
.footer-left ul li span.g {
  	background-position: -360px -60px;
}
.footer-left ul li span.in {
  	background-position: -420px -60px;
}
.footer {
  	padding: 1em 0px;
}
.contact-right form input[type=submit] {
  	padding: 5px 38px;
  	font-size: 19px;
}
.header {
  	padding: 1.8em 0;
}
}
@media (max-width:768px){
.logo a img {
  	width: 65%;
}
.single-left h3, .single-right h4 {
  	font-size: 20px;
}
.single-right {
  	margin-top: 2em;
}
.reply input[type="submit"] {
  padding: 7px 20px;
}
.Categories ul li, .archives ul li {
  margin: 8px 0px 0 36%;
  text-align: left;
}
.archives, .recent,.recent-one{
  text-align: center;
}
.recent-one p {
  margin-top: 7px;
}
.recent-one img {
  width: 40%;
  display: block;
  margin: 0 auto 10px;
}
.cmts-main-right h5,.cmts-main-right p,.cmnts-left {
	text-align:left;
	margin-top: 0 !important;
}
.single-top {
  	text-align: center;
}
.single-left h5 {
  	font-size: 16px;
  	margin: 15px 0 0 0;
}
.recent-one h5 {
  	font-size: 18px;
  	margin-bottom: 0px;
}
.single {
  	padding: 3em 0px;
}
.comments {
  	margin-top: 2em;
}
.single-left img {
  	width: 90%;
}	
.header {
  	padding: 1.3em 0 2.9em 0px;
}
.navigation {
  	margin: 0px 1.5em 0px 0px;
}
.sb-search.sb-search-open, .no-js .sb-search {
  	width: 35%;
}
.sb-search-submit {
  	background: #fff url('../images/search-2.png') no-repeat 22px 15px;
}
.sb-icon-search {
  	background: #fff url('../images/search-2.png') no-repeat 22px 15px;
}	
.sb-icon-search, .sb-search-submit {
  	width: 54px;
}
.sb-search-input {
  	top: 4px;
  	height: 39px;
}
.sb-search {
  	top: 26%;
    min-width: 50px;
}
.banner-top h1 {
  font-size: 30px;
}
.banner-top h2 {
  font-size: 23px;
  margin: 9px 0 0 0;
}
.banner-top p {
  font-size: 20px;
  margin-top: 4px;
}
.banner-left a {
  font-size: 21px;
  padding: 1px 30px;
  margin: 0 6px;
}
.banner {
  min-height: 380px;
}
.callbacks_tabs a:after {
  height: 14px;
  width: 14px;
}
.callbacks_nav {
  top: 35%;
  left: 0%;
}
.callbacks_nav.next {
  right: 0%;
}
.services-left {
  width: 50%;
  margin: 0 auto 0;
}
.services-left {
  width: 62%;
  margin: 0 auto 10%;
}
.services-left:nth-child(3){
	margin-bottom:0;
}
.service-one {
  padding: 2.5em 0px 2em 0px;
}
.service-one img {
  top: -46px;
  left: 41%;
  width: 19%;
}
.services {
  padding: 3em 0px;
}
.services-bottom {
  margin-top: 11%;
}
.services-top span, .work-top span, .experties-top span, .pricing-top span,
.team-top span, .features-top span, .testimonials-top span, .project-top span,
 .blog-top span, .progress-top span, .customers-top span, .contact-top span {
  margin: 10px auto 0;
}
.services-top h3, .work-top h3, .experties-top h3, .analyze-top h3,
.pricing-top h3, .taril-text h3, .team-top h3, .features-top h3,
.testimonials-top h3, .project-top h3, .blog-top h3, .progress-top h3,
.customers-top h3, .contact-top h3 {
  font-size: 28px;
}
.work-left ul li p a{
  font-size: 24px;
}
.work-left ul {
  margin-left: 29%;
}
.work-bottom {
  margin-top: 5%;
}
.work-right {
  margin-top: 5%;
}
.work-right img {
  width: 56%;
}
a.play-icon span {
  width: 50px;
  height: 50px;
  background-size: 100%;
}
.work {
  padding: 3em 0px;
}
.experties {
  padding: 3em 0px;
}
.experties-left {
  margin-bottom: 3%;
}
.experties-left:nth-child(3){
	margin-bottom:0;
}
#circles-1 {
  	padding: 0 0 7px;
}
#circles-2 {
  	padding-bottom: 5px;
}
.analyze-top p {
  	font-size: 22px;
  	margin-top: 6px;
}
.search input[type="submit"] {
  	padding: 20px 42px;
  	background: #e1fd00 url(../images/search-1.png) no-repeat 27px 17px;
  	background-size: 40%;
}
.search input[type="text"] {
  	padding: 16px 0px 11px 17px;
  	width: 79.37%;
  	font-size: 23px;
}
.price-one {
  	width: 50%;
  	margin: 0 auto 2em;
}
.price-three{
	margin-bottom:0px;
}
.price-one h4 {
  padding: 11px 0px;
  font-size: 29px;
}
.price-one ul li p {
  font-size: 19px;
}
.price-one ul li {
  margin: 12px 0px;
}
.p-btn a {
  font-size: 22px;
  padding: 2px 65px;
}
.price-one ul {
  padding-left: 18.5%;
}
.analyze {
  padding: 3em 0px;
}
.search {
  margin-top: 2em;
}
.pricing {
  padding: 3em 0px;
}
.taril-text {
  padding: 1.5em 0px 1.5em 3.5%;
  border-left: 14px solid #fe0635;
}
.taril-text p {
  margin-top: 10px;
  font-size: 16px;
}
.t-btn {
  margin-top: 3%;
}
.t-btn a {
  padding: 1px 17px;
  font-size: 21px;
}
.team-left {
  width: 48%;
  margin: 0 auto 1.8em;
}
.team-left h4 {
  padding: 10px 0px;
  font-size: 21px;
}
.feature-left, .feature-middle, .feature-right {
  width: 33.33%;
  float: left;
}
.feature-left ul li p {
  margin-right: 6px;
}
.feature-left ul li p, .feature-right ul li p {
  font-size: 16px;
  width: 50%;
}
.feature-right ul li p {
  margin-left: 6px;
}
.feature-left ul li span, .feature-right ul li span {
  width: 70px;
}
.feature-left ul li span.five, .feature-right ul li span.ten {
  top: 84.2%;
  width: 70px;
  height: 38px;
}
.feature-left ul li span.five, .feature-left ul li span.four, .feature-left ul li span.three, .feature-left ul li span.two, .feature-left ul li span.one {
  left: 84.7%;
}
.feature-left ul li span.one, .feature-right ul li span.six {
  top: 7.5%;
}
.feature-left ul li span.four, .feature-right ul li span.nine {
  top: 72.2%;
}
.feature-right ul li span.six, .feature-right ul li span.seven, .feature-right ul li span.eght, .feature-right ul li span.nine, .feature-right ul li span.ten {
  left: -14.5%;
}
.feature-middle img {
  width: 74%;
  margin-top: 28px;
}
.test-bottom p {
  font-size: 15px;
  margin: 1.3em auto 0;
}
ul.callbacks_tabs.callbacks2_tabs li a:after {
  height: 16px;
  width: 16px;
}
.features {
  padding: 3em 0px;
}
.team-three {
  margin-bottom: 0;
}
.testimonials {
  padding: 3em 0px 6em 0px;
}
.project {
  padding: 3em 0px;
}
.b-animate {
  font-size: 19px;
  width:80%;
  top: 30%;
}
.b-animate ul li img{
	width:75%;
}
.b-animate ul li {
  margin: 0 2px;
}
.b-link-stripe .b-wrapper {
  top: 26px;
  left: 8px;
}
.project-bottom {
  margin-top: 4%;
}
.blog-left {
  width: 52%;
  margin: 0 auto 1.5em;
}
.blog-left:nth-child(3){
	margin-bottom:0;
}
.blog {
  padding: 3em 0px;
}
.progress-bottom ul li {
  margin-right: 2%;
  padding: 11px 0px;
  width: 18%;
}
.progress-bottom ul li span {
  width: 60px;
  height: 60px;
  margin: 3px auto 0;
  background-size: 500%;
}
.progress-bottom ul li span.p-2 {
  background-position: -60px 0px;
}
.progress-bottom ul li span.p-3 {
  background-position: -120px 0px;
}
.progress-bottom ul li span.p-4 {
  background-position: -180px 0px;
}
.progress-bottom ul li span.p-5 {
  background-position: -240px 0px;
}
.progress-bottom ul li p {
  font-size: 12px;
}
.progress-bottom ul li h4 {
  font-size: 30px;
}
.customers-bottom ul li {
  width: 16.25%;
}
.progres {
  padding: 3em 0px;
}
.customers {
  padding: 3em 0px;
}
.contact {
  padding: 3em 0px;
}
.contact-bottom {
  text-align: center;
}
.contact-left ul {
  margin: 3.5% 0 0 35%;
}
.contact-right {
  margin-top: 4%;
}
.s-btn {
  margin: 1em 0 0px 0px;
  text-align: center;
}
.contact-right input[type="text"],.contact-right textarea{
  width: 75%;
}
.contact-left iframe {
  width: 75%;
  height: 220px;
}
.footer-left ,.footer-right{
  width: 50%;
  float: left;
}
.footer-left p {
  font-size: 17px;
  margin-top: 7.7%;
}
.cmts-main-left {
  padding: 0 10px;
}
.cmnts-left,.cmnts-right {
  width: 50%;
  float: left;
}
}
@media (max-width:640px){
ul.navig li a {
  	padding: 8px 0px;
}
.cmts-main-right {
  	padding: 0 10px;
}	
.comments {
  	margin-top: 1.5em;
}
.reply input[type="text"] {
  	font-size: 15px;
  	padding: 8px 10px;
  	margin: 0px 0px 11px 0px;
}
.reply textarea{
	font-size: 15px;
  	padding: 8px 10px;
  	min-height: 11em;
}
.reply input[type="submit"] {
  	padding: 5px 20px;
}
.cmnts-right {
  	padding: 0;
}
.single-left h3, .single-right h4 {
  	font-size: 19px;
}
.single-left img {
  	width: 87%;
  	margin-top: 3%;
}
.single {
  	padding: 2.5em 0px;
}
.cmts {
  margin-top: 10px;
}
.cmnts-right a {
  padding: 4px 12px;
  font-size: 13px;
}
.single-left h5 {
  font-size: 15px;
  margin: 13px 0 0 0;
}
.single-left p {
  font-size: 14px;
  margin-top: 8px;
}
.single-left span {
  font-size: 14px;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 90% !important;
}
.mfp-content iframe {
  min-height: 400px !important;
}
.sb-search.sb-search-open, .no-js .sb-search {
  width: 40%;
}
.sb-search-input {
  height: 36px;
}
.banner-top h1 {
  font-size: 27px;
}
.banner-top h2 {
  font-size: 21px;
  margin: 7px 0 0 0;
}
.banner-top p {
  font-size: 19px;
  margin-top: 2px;
}
.banner-left a {
  font-size: 19px;
  padding: 0px 24px;
}
.callbacks_tabs a:after {
  height: 14px;
  width: 14px;
}
.callbacks_nav {
  height: 24px;
  width: 19px;
  background-size: 200%;
}
.callbacks_nav {
  top: 50%;
}
.banner {
  min-height: 340px;
}
.services-top h3, .work-top h3, .experties-top h3, .analyze-top h3,
 .pricing-top h3, .taril-text h3, .team-top h3, .features-top h3, 
 .testimonials-top h3, .project-top h3, .blog-top h3, .progress-top h3,
  .customers-top h3, .contact-top h3 {
  font-size: 26px;
}
.service-one img {
  top: -36px;
  left: 42%;
  width: 20%;
}
.work-left ul li p a{
  font-size: 22px;
}
.work-left ul {
  margin-left: 23%;
}
.work-left ul li img {
  width: 7%;
}
.work-left ul li {
  margin-bottom: 9px;
}
.work-right img {
  width: 53%;
}
a.play-icon span {
  width: 46px;
  height: 46px;
}
.experties-left h4 {
  font-size: 18px;
  margin: 1px 0 0 0;
}
.analyze-top p {
  font-size: 20px;
  margin-top: 5px;
}
.search input[type="submit"] {
  padding: 18px 38px;
}
.search input[type="text"] {
  width: 77.5%;
  padding: 17px 19px 10px 17px;
  font-size: 20px;
}
.search {
  margin-top: 1.5em;
}
.pricing-bottom {
  margin-top: 2.5em;
}
.team-left ul li span, .footer-left ul li span {
  width: 50px;
  height: 50px;
}
.team-left ul li span.t {
  background-position: -50px 0px;
}
.team-left ul li span.g {
  background-position: -100px 0px;
}
.team-left ul li span.in {
  background-position: -150px 0px;
}
.team-two ul li span.fb {
  background-position: -200px 0px;
}
.team-two ul li span.t {
  background-position: -250px 0px;
}
.team-two ul li span.g {
  background-position: -300px 0px;
}
.team-two ul li span.in {
  background-position: -350px 0px;
}
.team-three ul li span.fb {
  background-position: -0px -50px;
}
.team-three ul li span.t {
  background-position: -50px -50px;
}
.team-three ul li span.g {
  background-position: -100px -50px;
}
.team-three ul li span.in {
  background-position: -150px -50px;
}
.footer-left ul li span.fb {
  background-position: -200px -50px;
}
.footer-left ul li span.t {
  background-position: -250px -50px;
}
.footer-left ul li span.g {
  background-position: -300px -50px;
}
.footer-left ul li span.in {
  background-position: -350px -50px;
}
.team-left ul {
  padding: 10px 0 0px 0px;
}
#toTop {
  width: 50px;
  height: 50px;
  background-size: 100%;
}
.feature-left ul li img, .feature-right ul li img {
  width: 33%;
}
.feature-left ul li p, .feature-right ul li p {
  font-size: 15px;
}
.feature-left ul li p {
  margin-right: 4px;
}
.feature-right ul li p {
  margin-left: 4px;
}
.feature-left ul li span, .feature-right ul li span {
  width: 65px;
}
.feature-left ul li span.five, .feature-right ul li span.ten {
  top: 84.2%;
  width: 65px;
  height: 35px;
}
.feature-left ul li span.five, .feature-left ul li span.four, .feature-left ul li span.three, .feature-left ul li span.two, .feature-left ul li span.one {
  left: 82.8%;
}
.feature-left ul li span.one, .feature-right ul li span.six {
  top: 8%;
}
.feature-left ul li span.two{
  top: 30%;
}
.feature-right ul li span.seven {
 top: 29.5%;	
}
.feature-left ul li span.three{
  top: 51%;
}
.feature-right ul li span.eght {
	top: 50%;
}
.price-one {
  margin: 0 auto 1.5em;
}
.feature-right ul li span.six, .feature-right ul li span.seven, 
.feature-right ul li span.eght, .feature-right ul li span.nine, 
.feature-right ul li span.ten {
  left: -15.8%;
}
.feature-left ul li span.four, .feature-right ul li span.nine {
  top: 71.5%;
}
.feature-left ul li, .feature-right ul li {
  margin-bottom: 20px;
}
.test-bottom p {
  font-size: 14px;
  margin: 1em auto 0;
}
.test-bottom p sup {
  margin-right: 10px;
}
.test-bottom p sub {
  margin-left: 10px;
}
ul.callbacks_tabs.callbacks2_tabs {
  top: 106%;
}
ul.callbacks_tabs.callbacks2_tabs li a:after {
  height: 14px;
  width: 14px;
}
.testimonials {
  padding: 2.5em 0px 5em 0px;
}
.project,.features,.blog,.progres,.customers,.contact,.team,.trail,
.pricing,.analyze,.experties,.work,.services{
  padding: 2.5em 0px;
}
.b-animate {
  font-size: 15px;
  width: 100%;
  top: 25%;
}
.b-animate ul li img {
  width: 70%;
}
.b-animate ul {
  margin-top: 15%;
}
.b-link-stripe .b-wrapper {
  top: 21px;
  left: 6px;
  height: 79%;
}
.progress-bottom ul li h4 {
  font-size: 26px;
}
.progress-bottom ul li span {
  width: 50px;
  height: 50px;
}
.progress-bottom ul li span.p-2 {
  background-position: -50px 0px;
}
.progress-bottom ul li span.p-3 {
  background-position: -100px 0px;
}
.progress-bottom ul li span.p-4 {
  background-position: -150px 0px;
}
.progress-bottom ul li span.p-5 {
  background-position: -200px 0px;
}
.progress-bottom ul li {
  margin-right: 1%;
  padding: 10px 0px;
  width: 18.72%;
}
.progress-bottom ul li p {
  font-size: 11px;
}
.customers-bottom ul li {
  width: 16.17%;
}
.customers-bottom ul li img {
  width: 97%;
}
}
@media (max-width:480px){
.logo a img {
  width: 60%;
}
.cmts-main-left {
  width: 18%;
}
.cmts-main-right {
  width: 82%;
}
.cmts {
  margin-top: 15px;
}
.comments-main {
  margin-bottom: 14px;
  padding: 18px 0px;
}
.reply {
  margin-top: 2em;
}
.recent-one:nth-child(2) {
  margin-top: 1em;
}
.recent-one img {
  width: 50%;
}
.single {
  padding: 2em 0px;
}
.reply textarea {
  min-height: 10em;
}
.single-left h3, .single-right h4 {
  font-size: 18px;
}
.single-left span {
  font-size: 13px;
}
.single-left p {
  margin-top: 5px;
}
#small-dialog, #small-dialog1, #small-dialog2, #small-dialog3, #small-dialog4, #small-dialog5 {
  padding: 10px !important;
}
.mfp-content iframe {
  min-height: 330px !important;
}
.mfp-close {
  top: 96.2%;
}
.sb-search.sb-search-open, .no-js .sb-search {
  width: 50%;
}	
.sb-search-input {
  height: 33px;
  font-size: 14px;
}
.sb-icon-search {
  background: #fff url('../images/search-2.png') no-repeat 20px 14px;
}
.sb-search-submit {
  background: #fff url('../images/search-2.png') no-repeat 20px 14px;
}
.sb-icon-search, .sb-search-submit {
  width: 50px;
  height: 41px;
}
.banner-top h1 {
  font-size: 23px;
  line-height: 1.3em;
}
.banner-top h2 {
  font-size: 20px;
}
.banner-left a {
  font-size: 17px;
  padding: 0px 19px;
}
.callbacks_tabs a:after {
  height: 10px;
  width: 10px;
}
.banner {
  min-height: 300px;
}
.banner-main {
  margin-top: 15%;
}
.services-top h3, .work-top h3, .experties-top h3, .analyze-top h3, 
.pricing-top h3, .taril-text h3, .team-top h3, .features-top h3, 
.testimonials-top h3, .project-top h3, .blog-top h3, .progress-top h3, 
.customers-top h3, .contact-top h3 {
  font-size: 24px;
}
.service-one h4 {
  font-size: 19px;
  padding-bottom: 8px;
}
.service-one {
  padding: 2em 0px 1.5em 0px;
}
.services-left {
  width: 80%;
  margin: 0 auto 12%;
}
.service-one img {
  top: -36px;
  left: 40.5%;
  width: 19%;
}
.services-bottom {
  margin-top: 15%;
}
.project, .features, .blog, .progres, .customers, .contact, .team, 
.trail, .pricing, .analyze, .experties, .work, .services {
  padding: 2em 0px;
}
.work-left ul li p a{
  font-size: 17px;
  margin-left: 8px;
}
.work-left ul li img {
  width: 6%;
}
.work-left ul {
  margin-left: 20%;
}
.work-right img {
  width: 65%;
}
a.play-icon span {
  width: 40px;
  height: 40px;
}
a.play-icon {
  margin: 6px 0 0em;
}
span.circles-number {
  padding: 5px 0 8px 10px;
  font-size: 0.7em;
}
span.circles-text {
  padding: 20px 19px 13px 3px;
  font-size: 0.42em;
}
.analyze-top p {
  font-size: 18px;
  margin-top: 3px;
}
.search {
  width: 80%;
}
.search input[type="submit"] {
  padding: 15px 35px;
  background: #e1fd00 url(../images/search-1.png) no-repeat 23px 13px;
  background-size: 45%;
}
.search input[type="text"] {
  width: 78.58%;
  padding: 17px 19px 8px 17px;
  font-size: 18px;
}
.price-one {
  margin: 0 auto 1.5em;
  width: 75%;
}
.price-one h4 {
  padding: 8px 0px;
  font-size: 26px;
}
.price-one label {
  font-size: 28px;
  margin: 4px 0;
}
.price-one label sub {
  font-size: 17px;
}
.price-one ul li p {
  font-size: 18px;
}
.price-one ul li {
  margin: 9px 0px;
}
.p-btn a {
  font-size: 19px;
  padding: 1px 60px;
}
.taril-text {
  padding: 1em 0px 1em 4.5%;
  border-left: 11px solid #fe0635;
}
.taril-text p {
  margin-top: 8px;
  font-size: 15px;
  width: 95%;
}
.t-btn a {
  padding: 1px 13px;
  font-size: 18px;
}
.team-left {
  width: 70%;
  margin: 0 auto 1.5em;
}
.team-left h4 {
  padding: 6px 0px;
  font-size: 19px;
}
.team-left ul {
  padding: 6px 0 0px 0px;
}
.feature-left, .feature-middle, .feature-right {
  width: 100%;
  float: none;
}
.feature-left ul li span, .feature-right ul li span {
  display: none;
}
.feature-left ul li img, .feature-right ul li img {
  width: 17%;
}
.feature-left ul li p, .feature-right ul li p {
  font-size: 16px;
}
.feature-left ul li, .feature-right ul li {
  margin-bottom: 13px;
}
.feature-middle img {
  width: 35%;
  margin-top: 25px;
}
.feature-right{
	margin-top:25px;	
}
.test-bottom img:nth-child(1) {
  width: 24%;
}
.test-bottom p {
  font-size: 13px;
  margin: 11px auto 0;
}
ul.callbacks_tabs.callbacks2_tabs li a:after {
  height: 13px;
  width: 13px;
}
ul.callbacks_tabs.callbacks2_tabs {
  top: 102%;
}
.testimonials {
  padding: 2em 0px 4em 0px;
}
.b-animate {
  font-size: 13px;
}
.b-animate ul li img {
  width: 55%;
}
.b-animate ul {
  margin-top: 9%;
}
.b-link-stripe .b-wrapper {
  top: 15px;
  left: 5px;
  height: 79%;
}
.blog-left {
  width: 75%;
  margin: 0 auto 1.3em;
}
.blog-text h4 {
  font-size: 18px;
  margin-bottom: 1px;
}
.blog-text p {
  margin-top: 5px;
}
.blog-text {
  padding: 1em 1.3em;
}
.progress-bottom ul li {
  margin-right: 5px;
  padding: 6px 0px;
  width: 18.41%;
}
.progress-bottom ul li h4 {
  font-size: 21px;
}
.progress-bottom ul li span {
  width: 42px;
  height: 42px;
}
.progress-bottom ul li span.p-2 {
  background-position: -42px 0px;
}
.progress-bottom ul li span.p-3 {
  background-position: -84px 0px;
}
.progress-bottom ul li span.p-4 {
  background-position: -126px 0px;
}
.progress-bottom ul li span.p-5 {
  background-position: -168px 0px;
}
.progress-bottom ul li span.p-2,.progress-bottom ul li span.p-3,.progress-bottom ul li span.p-5 {
 	margin-bottom:20px;	
}
.customers-bottom ul li {
  width: 32.79%;
  margin-bottom: 14px;
}
.customers-bottom ul li:nth-child(4),.customers-bottom ul li:nth-child(5),
.customers-bottom ul li:nth-child(6){
	margin-bottom:0;
}
.contact-left iframe {
  width: 90%;
  height: 190px;
}
.contact-left ul {
  margin: 3.5% 0 0 22%;
}
.contact-right input[type="text"], .contact-right textarea {
  width: 90%;
}
.contact-right input[type="text"]{
	margin: 0px auto 11px;	
}
.contact-right form input[type=submit] {
  padding: 4px 33px;
  font-size: 18px;
}
.footer-left, .footer-right {
  width: 100%;
  float: none;
  text-align: center;
}
.footer-left p {
  font-size: 15px;
  margin-top: 2.7%;
}
}
@media (max-width:320px){
ul.navig li a {
  padding: 5px 0px;
}
.logo a img {
  width: 50%;
}
.head {
  padding: 0 10px;
}	
.sb-search.sb-search-open, .no-js .sb-search {
  width: 62%;
}
.sb-search-input {
  font-size: 12px;
}
.header {
  padding: 1em 0 2.7em 0px;
}
.logo a img {
  width: 57%;
}
ul.navig {
  top: 72%;
}
.banner-top h1 {
  font-size: 20px;
}
.banner-top h2 {
  font-size: 18px;
  margin: 5px 0 0 0;
}
.banner-top p {
  font-size: 17px;
}
.banner-left a {
  font-size: 16px;
  padding: 0px 16px;
}
.callbacks_nav {
  height: 19px;
  width: 15px;
}
.callbacks_tabs a:after {
  height: 8px;
  width: 8px;
}
.callbacks_nav {
  left: -2%;
}
.callbacks_nav.next {
  right: -2%;
}
.banner {
  min-height: 240px;
}
.services-top h3, .work-top h3, .experties-top h3, .analyze-top h3, 
.pricing-top h3, .taril-text h3, .team-top h3, .features-top h3, 
.testimonials-top h3, .project-top h3, .blog-top h3, .progress-top h3, 
.customers-top h3, .contact-top h3 {
  font-size: 20px;
  line-height: 1.3em;
}
.services-left {
  width: 92%;
  margin: 0 auto 12%;
  padding: 0;
}
.service-one h4 {
  font-size: 18px;
  padding-bottom: 7px;
}
.service-one img {
  top: -23px;
  left: 39.5%;
  width: 22%;
}
.service-one p {
  margin: 8px auto 0;
  font-size: 13px;
}
.project, .features, .blog, .progres, .customers, .contact, .team, .trail, 
.pricing, .analyze, .experties, .work, .services {
  padding: 1.5em 0px;
}
.services-top span, .work-top span, .experties-top span, .pricing-top span, 
.team-top span, .features-top span, .testimonials-top span, .project-top span,
 .blog-top span, .progress-top span, .customers-top span, .contact-top span {
  margin: 7px auto 0;
  width: 10%;
  height: 3px;
}
.work-left ul {
  margin-left: 0%;
}
.work-left,.work-right{
  padding: 0;
}
.work-left ul li p a{
  font-size: 16px;
  margin-left: 5px;
}
.work-left ul li img {
  width: 7%;
}
.work-right img {
  width: 80%;
}
.work-right {
  margin-top: 6%;
}
a.play-icon span {
  width: 35px;
  height: 35px;
}
a.play-icon {
  margin: 2px 0 0em;
}
.experties-left h4 {
  font-size: 17px;
  margin: 0px 0 0 0;
}
.experties-left {
  margin-bottom: 6%;
}
.analyze-top p {
  font-size: 16px;
  margin-top: 2px;
}
.search {
  width: 90%;
}
.search input[type="submit"] {
  padding: 4px 27px 15px 27px;
  background: #e1fd00 url(../images/search-1.png) no-repeat 18px 10px;
  background-size: 41%;
}
.search input[type="text"] {
  width: 76.24%;
  padding: 10px 7px 10px 7px;
  font-size: 14px;
}
.search {
  margin-top: 1em;
}
.price-one h4 {
  padding: 4px 0px;
  font-size: 20px;
}
.price-left {
  padding: 0;
}
.pricing-bottom {
  margin-top: 2em;
}
.price-one {
  width: 95%;
}
.price-one label {
  font-size: 26px;
  margin: 2px 0;
}
.price-one label sub {
  font-size: 15px;
}
.price-one ul li p {
  font-size: 16px;
}
.price-one ul {
  padding-left: 20.5%;
}
.price-one ul li {
  margin: 7px 0px;
}
.p-btn a {
  font-size: 17px;
  padding: 0px 52px;
}
.p-btn {
  margin-top: 5%;
}
.taril-text {
  padding: 10px 0px 10px 5.5%;
  border-left: 9px solid #fe0635;
}
.taril-text p {
  margin-top: 5px;
  width: 100%;
}
.t-btn a {
  padding: 1px 11px;
  font-size: 14px;
}
.t-btn {
  margin-top: 4%;
}
.team-left {
  width: 80%;
  margin: 0 auto 1em;
  padding: 0;
}
.team-left h4 {
  padding: 4px 0px;
  font-size: 17px;
}
.team-left ul li span, .footer-left ul li span {
  width: 40px;
  height: 40px;
}
.team-left ul li span.t {
  background-position: -40px 0px;
}
.team-left ul li span.g {
  background-position: -80px 0px;
}
.team-left ul li span.in {
  background-position: -120px 0px;
}
.team-two ul li span.fb {
  background-position: -160px 0px;
}
.team-two ul li span.t {
  background-position: -200px 0px;
}
.team-two ul li span.g {
  background-position: -240px 0px;
}
.team-two ul li span.in {
  background-position: -280px 0px;
}
.team-three ul li span.fb {
  background-position: -0px -40px;
}
.team-three ul li span.t {
  background-position: -40px -40px;
}
.team-three ul li span.g {
  background-position: -80px -40px;
}
.team-three ul li span.in {
  background-position: -120px -40px;
}
.footer-left ul li span.fb {
  background-position: -160px -40px;
}
.footer-left ul li span.t {
  background-position: -200px -40px;
}
.footer-left ul li span.g {
  background-position: -240px -40px;
}
.footer-left ul li span.in {
  background-position: -280px -40px;
}
.feature-left ul li img, .feature-right ul li img {
  width: 22%;
}
.feature-left ul li p {
  margin-right: 6px;
}
.feature-right ul li p {
  margin-left: 6px;
}
.feature-middle img {
  width: 38%;
  margin-top: 17px;
}
.blog-left {
  width: 90%;
  padding: 0;
  margin: 0 auto 1em;
}
.feature-right {
  margin-top: 20px;
}
.testimonials {
  padding: 1.5em 0px 3.5em 0px;
}
.test-bottom img:nth-child(1) {
  width: 30%;
}
.test-bottom p sub img, .test-bottom p sup img {
  width: 6% !important;
}
ul.callbacks_tabs.callbacks2_tabs li a:after {
  height: 12px;
  width: 12px;
}
.test-bottom p {
  margin: 8px auto 0;
}
#portfoliolist .portfolio {
  width: 73%;
  margin: 0 0% 13px 14%;
}
.project-bottom {
  margin-top: 6%;
}
.b-link-stripe .b-wrapper {
  top: 22px;
  left: 7px;
}
.blog-text h4 {
  font-size: 16px;
  margin-bottom: 0px;
}
.blog-text span {
  font-size: 12px;
}
.blog-text p {
  margin-top: 3px;
}
.progress-bottom ul {
  text-align: center;
}
.progress-bottom ul li {
  padding: 12px 0px;
  width: 50%;
  margin: 12px auto 0;
}
.customers-bottom ul li {
  width: 49.3%;
  margin-bottom: 11px;
}
.contact-left,.contact-right{
  padding: 0;
}
.contact-left iframe {
  width: 100%;
  height: 150px;
}
.contact-left ul li p {
  font-size: 13px;
}
.contact-left ul li span {
  width: 23px;
  height: 23px;
  background-size: 300%;
}
.contact-left ul li span.phone {
  background-position: -23px 0px;
}
.contact-left ul li span.msg {
  background-position: -46px 0px;
}
.contact-right input[type="text"] {
  margin: 0px auto 9px;
  width: 90%;
  padding: 8px 11px;
}
.s-btn {
  margin: 10px 0 0px 0px;
}
.contact-right form input[type=submit] {
  padding: 2px 28px;
  font-size: 17px;
}
.footer-left p {
  font-size: 13px;
  margin-top: 1.7%;
}
#toTop {
  width: 40px;
  height: 40px;
}
ul.navig li a {
  font-size: 16px;
}
.mfp-content iframe {
  min-height: 250px !important;
}
#small-dialog, #small-dialog1, #small-dialog2, #small-dialog3, #small-dialog4, #small-dialog5 {
  padding: 5px !important;
}
.sb-search {
  top: 19%;
  min-width: 30px;
}
.sb-icon-search, .sb-search-submit {
  width: 40px;
  height: 40px;
}
.sb-icon-search {
  background: #fff url('../images/search-2.png') no-repeat 13px 14px;
}
.sb-search-submit {
  background: #fff url('../images/search-2.png') no-repeat 13px 14px;
}
.contact-left ul {
  margin: 3.5% 0 0 14%;
}
.single-left {
  padding: 0;
}
.single-left h3, .single-right h4 {
  font-size: 17px;
}
h3.sngl {
  margin-bottom: 0px !important;
}
.single-left img {
  width: 95%;
  margin-top: 4%;
}
.single-left h5 {
  margin: 10px 0 0 0;
  text-align:center;
}
.single-left p{
	text-align:center;
}
.comments-main {
  padding: 16px 0px;
  margin-bottom: 15px;
}
.cmts-main-left, .cmts-main-right {
  width: 100%;
  text-align: center;
}
.cmts-main-left img {
  width: 25% !important;
}
.cmts-main-right {
  margin-top: 1em;
}
.cmts {
  margin-top: 7px;
}
.cmnts-left label {
  font-size: 12px;
}
.cmnts-right {
  margin-top: 10px;
}
.cmnts-left, .cmnts-right {
  width: 100%;
  float: none;
  text-align: center !important;
}
.reply input[type="text"] {
  font-size: 14px;
  padding: 7px 10px;
  margin: 0px 0px 8px 0px;
}
.reply input[type="submit"] {
  padding: 4px 18px;
  margin-top: 10px;
}
.single-right {
  margin-top: 1.2em;
}
.Categories ul li, .archives ul li {
  margin: 8px 0px 0 7%;
}
.archives, .recent {
  margin-top: 1.5em;
}
.recent-one:nth-child(2) {
  margin-top: 0px;
}
.recent-one img {
  width: 75%;
}
.recent-one h5 {
  font-size: 17px;
}
.recent-one p {
  margin-top: 4px;
}
.single {
  padding: 1.5em 0px;
}
}
/*--media-quaries-end--*/