/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
 @media (max-width:440px){
  .enquiry{
        float:right;
     }
 }
  @media (min-width:440px){
  .enquiry{
        float:none;
     }
  }
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
	font-family: 'Montserrat', sans-serif;
	font-size: 100%;
	background:#fff;
}
body a{
	transition: 0.5s all;               
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
.header {
	background: url(../images/banner.jpg) no-repeat center top;
	/*background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;*/
	min-height:430px;
	padding-top:1.5em;
}
.header-Strip {
	
	/*background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	min-height:108px;*/
	min-height:114px;
	padding-top:0.1em;
	width: 100%;
	background-color:#5ca3d1;
}
.header-left {
	float: left;
	width: 60.5555%;
}

.logo{
	float: left;
	margin-right:0%;
	width: 20.5555%;
}
.menu{
	 float:left;
	 margin: 13px 0 0;
	 width: 64%;
}
.menu li{
	display:inline-block;
}
.menu li:first-child{
   	margin-left:0;
}
.menu li a{
  	display: block;
	font-size: 18px;
	margin: 5px 6px;
	color: #ffffff;
	padding: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 100;
}
.menu li.active a, .menu li a:hover{
	color:#000000;
}
.toggleMenu {
    display:  none;
  	padding:4px 5px 0px 5px;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
}









@media screen and (max-width:800px) {
	.active {
        display: block;
    }
    .menu li a{
    	text-align:left;
    	border-radius:0;
    	-webkit-border-radius:0;
    	-moz-border-radius:0;
    	-o-border-radius:0;
    }
    .nav {
	    list-style: none;
		width: 95%;
		position: absolute;
		right: 20px;
		background: #222;
		top:85px;
		z-index: 111;
    }
    .nav:after {
		content: '';
		position: absolute;
		right:18px;
		top: -9px;
		border-left:10px solid rgba(0, 0, 0, 0);
		border-right:10px solid rgba(0, 0, 0, 0);
		border-bottom:10px solid #333;
	}
    .menu li a span.messages{
    	text-align:center;
    	top:15px;
    }
    .nav li ul{
    	width:100%;   	
    }
    .menu ul{
    	margin:0;
    }
    .nav > li.hover > ul {
        width:100%;
    }
    .nav > li {
        float: none;
        display:block;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
    .nav li a{
    	border-top:1px solid #333;
    }
     .nav li:first-child a{
     	border-top:none;
     }
 }
ul.phone{
	padding: 0;
	margin: 17px 0 0 0;
	list-style: none;
	float: right;
	width: 14.5555%;
}
i.ph_icon{
	width: 20px;
	height: 20px;
	background: url(../images/img-sprite.png)no-repeat -4px -5px;
	display: inline-block;
	margin-right: 0.5em;
	vertical-align: bottom;
}
ul.phone li{
	display:inline-block;
}
ul.phone li p{
	color: #c2e0f4;
	font-size:0.85em;
}
.header_bottom{
	margin-top:12em;
	float: left;
	text-align: left;
}
.header_bottom h1{
	color:#fff;
	font-size:2em;
	line-height:1.5em;
}
.video_buttons{
	margin-top:3.5em;
}
.header_bottom a, .contact-form label{
	position:relative;
	z-index:1;
}
.video_but{
	float:left;
	margin-right:2em;
}
.video_right{
	float: left;
	margin-top: 12px;
}
/* Button 1 */
.fa-btn {
	/*background: none;*/
	cursor: pointer;
	padding: 15px 20px;
	display: inline-block;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight:100;
	font-size:1em;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
}
.fa-btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-1 {
	border: none;
	color: #fff;
	background: #1f6ca0;
}
/* Button 1e */
.btn-1e {
	overflow: hidden;
}
.btn-1e:after {
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	background:#000000;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(120deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(120deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(120deg);
	transform: translateX(-50%) translateY(-50%) rotate(120deg);
}
.btn-1e:hover,.btn-1e:active 
{
    background:#005D9C;
	color: #ffffff;
	text-decoration:none;
}
.btn-1e:hover:after {
	height: 260%;
	opacity: 1;
}
.btn-1e:active:after {
	height: 400%;
	opacity: 1;
}
.header_bottom a span {
	width: 30px;
	height: 30px;
	background: url(../images/img-sprite.png)no-repeat -35px -1px;
	float: left;
	margin-right:0.5em;
}
p.video_desc{
	float: left;
	color: #fff;
	font-size: 0.85em;
	font-weight: normal;
	border-bottom: 1px solid #c2e0f4;
}
.header_bottom:hover a p.video_desc {
	border-bottom:1px solid #e74c3c;
}
.content_top {
	padding: 3em 0 0;
	/*border-bottom: 1px solid #DDD;*/
}
ul.clients{
	padding-left: 7em;
	margin:0;
	list-style:none;
}
ul.clients li{
	float:left;
	width:16%;
	padding: 1em;
	min-height: 77px;
}
section.slider {
	text-align: center;
}
.banner-wrap {
	text-align: center;
	width:58%;
	margin:5em auto;
}
.banner-wrap h2{
	color: #555;
	font-size: 18px;
	margin-bottom: 2em;
	font-weight: 100;
}
.banner-wrap p{
	color:#999;
	font-size:0.85em;
	line-height:1.8em;
}
.banner-wrap h3{
	color:#555;
	font-size:0.85em;
	font-style:italic;
	margin:3em 0 0 0;
}
span.m_1{
	color:#3498db;
}
/*--slider--*/
.wmuSlider {
	position: relative;
	overflow: hidden;
	min-height:350px;
}
.wmuSlider .wmuSliderWrapper article img {
	max-width: 100%;
	width: auto;
	height: auto;
	display:block;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}
.wmuSliderPrev, .wmuSliderNext {
	position: absolute;
	width: 30px;
	height:40px;
	text-indent: -9999px;
	background: url(../images/img-sprite.png)no-repeat;
	top:45%;
	z-index: 2;
	cursor: pointer;
}
.wmuSliderPrev {
	background-position:-82px -5px;
	left: 0;
}
.wmuSliderNext {
	background-position:-113px -5px;
	right: 0px;
}
.content_bottom{
	text-align:center;
	margin:3em 0 5em;
}
.content_bottom h2{
	font-size: 22px;
	color: #000;
	margin-bottom:1.5em;
}
.content_bottom p{
	color: #999;
	font-size: 0.85em;
	line-height: 1.8em;
	width: 65%;
	margin: 0 auto;
}
.span_1 img{
	display:inline-block;
}
.span_1 h3{
	font-size: 1.1em;
	color: #555;
	margin: 2em 0 0 0;
}
.grid_1.text-center {
	margin-top: 4em;
}
/*--footer--*/
.footer{
	background:#5ca3d1;
	padding:5em 0;
}
.footer_icon{
	position:relative;
	text-align:center;
	margin-top: 3em;
}

.icon1{
	display: inline-block;
	position: absolute;
	top: -50px;
	width: 100%;
	left: 0;
}
ul.list1{
	padding:0;
	margin:0;
	list-style:none;
}
ul.list1 li a{
	color: #C0D4E4;
	font-size: 0.8125em;
	line-height: 1.8em;
	font-weight: 100;
}
ul.list1 li a:hover, p.copy a:hover, .span_6 h4 a:hover, .span_6 h3 a:hover{
	text-decoration:none;
	color:#DBD334;
}
.span_2 h3{
	color: #fff;
	font-size: 1.3em;
	margin-bottom: 1em;
}
.span_3 {
	text-align: left;
	margin-left: 20%;
	width: 29%;
}
.span_3_1 {
	text-align: left;
	
	width: 23%;
}
ul.list2{
	padding:0;
	margin:0;
	list-style:none;
}
i.phone{
	width: 20px;
	height: 20px;
	background: url(../images/img-sprite.png)no-repeat -159px -14px;
	float: left;
	margin-right: 0.4em;
}
i.msg{
	width: 20px;
	height: 20px;
	background: url(../images/img-sprite.png)no-repeat -194px -12px;
	float: left;
	
	    margin-left: 43px;
}
ul.list2 li.phone_desc{
	float:left;
	width:100%
}
ul.list2 li.phone_desc1{
	float:left;
	width: 100%;
	
}
ul.list2 li.phone_desc1 p{
	color:#C0D4E4;
	font-size:0.85em;
}
ul.list2 li.phone_desc p{
	color:#C0D4E4;
	font-size:0.85em;
}
ul.list2 li.phone_desc p a{
	color:#C0D4E4;
}
ul.list3{
	margin-bottom:1em;
}
ul.list31{
	
}

p.copy{
	color:#C0D4E4;
	font-size:0.85em;
	margin-top:5em;
}
p.copy a{
	color:#fff;
}
/*--pricing--*/
.price_header{
	background: url(../images/price_bg.jpg) no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	min-height:240px;
	padding-top: 1.5em;
	text-align: center;
}
.pricing-tables{
	padding:3em 0;
}
.pricing-table-grid ul{
	margin:0;
	padding:0;
}
.pricing-table-grid ul li{
	list-style:none;
	text-align:center;
	height:4em;
}
.pricing-table-grid ul li a,.pricing-table-grid ul li span{
	
	display:block;
	text-decoration:none;
}
.pricing-table-grid ul li a:hover{
	color:#5ca3d1;
}
.pricing-table-grid h3{
	text-align: center;
	display: block;
	margin: 0;
	padding: 0;
	padding: 0em 0;
	display: block;
	color: #5ca3d1;
	text-transform: uppercase;
	font-size: 1.27em;
	width: 99%; 
}
/*---- pricing -----*/
.pricing-table-grid{
	border: 1px solid #E7E7E7;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	    margin-bottom: 2em;
}

.span_4{
	transform:scale(1.05);
	-webkit-transform:scale(0.8);
	-moz-transform:scale(0.8);
	-o-transform:scale(0.8);
	-ms-transform:scale(1.05);
}
.span_4:hover{
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
}
.pricing-table-grid:hover{
	
}
.pricing-table-grid:hover a,.pricing-table-grid:hover span{
	
}
.pricing-table-grid:hover li span{
	
}
.pricing-table-grid ul li span{
	background:#2f3837;
	color:White;
	padding:0.5em 0;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
a.order-btn{
	color:#202242;
	padding:1.5em 0;
	display:block;
	text-align:center;
	
	text-transform:uppercase;
	text-decoration:none;
}
a.order-btn:hover{
	color:#ffe13e;
}

.plans-head h2{
	color:#2d2d2d;
	font-size:2em;
	margin:0;
	padding:0 0 0.5em 0;
}
.plans-head p{
	color: #adadad;
	line-height: 1.5em;
	width:55%;
	margin:0 auto;
}
/*--features--*/
.features{
	padding:7em 0;
}
.heading {
	/* background: url("../images/heading.png") repeat-x center center; */
	width: 100%;
	
}
.heading span {
	background: #f7f7f7;
	padding: 0 30px 0 0;
	font-size:25px;
	/* color: #333; */
	text-transform: uppercase;
}
.heading em {
	font-weight: bold;
}
.h-features-grid {
	padding: 0.8em 0;
}
.features-grid-right span {
	font-size: 0.8em;
	color: #555;
}
.features-grid-right h4{
	color:#000;
	font-size:18px;
}
.features-grid-right p, ul.service_box li.service_box-right p{
	font-size: 0.85em;
	margin: 0.5em 0;
    color: #999;
}
.features-grid-right {
	overflow: hidden;
}
i.f_icon1{
	width: 68px;
	height: 64px;
	background: url(../images/img-sprite.png)no-repeat -6px -58px;
	float:left;
	margin-right: 5%;
}
i.f_icon1:hover, i.f_icon2:hover, i.f_icon3:hover, i.f_icon4:hover, ul.service_box li.service_box-left:hover{
	transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	-moz-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	transition: opacity 0.5s, transform 0.7s ease-out;
	-moz-transition: opacity 0.5s, -moz-transform 0.7s ease-out;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.7s ease-out;
	transition: transform 1.8s ease-in-out, box-shadow 1s ease-out, border-color 1.5s;
	-moz-transition: -moz-transform 1.8s ease-in-out, -moz-box-shadow 1s ease-out, border-color 1.5s;
	-webkit-transition: -webkit-transform 1.8s ease-in-out, -webkit-box-shadow 1s ease-out, border-color 1.5s;
}
i.f_icon2{
	width: 68px;
	height: 68px;
	background: url(../images/img-sprite.png)no-repeat -80px -61px;
	float: left;
	margin-right: 5%;
}
i.f_icon3{
	width: 68px;
	height: 68px;
	background: url(../images/img-sprite.png)no-repeat -159px -61px;
	float: left;
	margin-right: 5%;
}
i.f_icon4{
	width: 68px;
	height: 68px;
	background: url(../images/img-sprite.png)no-repeat -6px -141px;
	float: left;
	margin-right: 5%;
}
ul.service_box {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.service_box li.service_box-left {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	background:#000;
	text-align: center;
	margin-right: 1.5em;
}
ul.service_box li.service_box-left span.num {
	line-height: 3em;
}
ul.service_box li.service_box-right {
	overflow: hidden;
}
ul.service_box li.service_box-right h3{
	margin: 0;
	text-transform: uppercase;
	color: #000;
	font-size: 1em;
}
.feature_grid1{
	margin-top:5em;
}
/*--industries--*/
ul#lightGallery, ul#lightGallery1 {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#lightGallery {
	margin-bottom: 4em;
}
ul#lightGallery li, ul#lightGallery1 li {
	width: 31.3333%;
	float: left;
	margin:0 3% 3% 0
}
ul#lightGallery li.last, ul#lightGallery1 li.last{
	margin-right:0;
}
.span_6{
	margin-top:1.5em;
}
.span_6 h4{
	font-size:14px;
	text-transform:uppercase;	
}
.span_6 h4 a{
	color:#3498db;
}
.span_6 h3{
	margin:0 0 0.8em 0;
}
.span_6 h3{
	font-size:18px;
	text-transform:uppercase;
}
.span_6 h3 a{
	color:#000;
}
.span_6 p{
	color:#999;
	font-size:0.85em;
	line-height:1.8em;
}
span.m_5{
	color:#999;
}
/*--contact--*/
.contact-right h2, .contact-left h2 {
	font-size: 1.5em;
	color: #2d2328;
	text-transform: uppercase;
	margin-bottom: 1em;
	font-weight: 800;
}
.company_address p {
	color: #000;
	font-size: 0.85em;
	padding: 2px 0;
}
.map {
	margin-top: 0em;
}
.contact-form input[type="text"], .contact-form textarea  {
	display: block;
	width: 100%;
	padding: 15px;
	border: 1px solid #ddd;
	outline: none;
	margin: 1.5em 0;
	font-size: 0.85em;
	color: #999;
}
.contact-form textarea {
	height: 200px;
	resize: none;
}
.contact-form input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	border: none;
	outline: none;
	background: none;
	text-transform: uppercase;
}
.thumb:nth-of-type(7){
	display: none !important;
}
/*--responsive design--*/

@media (max-width:2560px)

{
    
    
   
    


.services {
 
  padding: 4em 0 0 0; 
  border-top: 6px solid #5ca3d1;
  background-size: cover;
  min-height: 450px;
  background-color:#000000;
}
.services h3 {
  text-align: center;
  color: #fff;
  font-size: 2em;
  font-weight: 200;
  margin-bottom: 1.5em;
}
.services h3 span {
	font-weight:600;
}

ul.srevicesgrid_info {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.srevicesgrid_info li {
  margin: 10px 0;
}
li.tick {
  background: url(../images/tick2.png)no-repeat 0px 0px;
  height: 26px;
  padding: 0 0 0 28px;
}
.services-bottom {
    background: #5ca3d1;
	padding: 1em 0;
	margin-bottom:4em;
}
.services-bottom p {
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  font-weight: 200;
}
.services-bottom span {
	font-weight:600;
	  margin: 7px;
}
/*--/services--*/

/* ------ features ------- */
.icon {
	float:left;
	width:15%;
	margin-right:2%;
}
i.s1 {
	width:70px;
	height:70px;
	background: url('../images/img-sprite.png') no-repeat 0px 0px;
	display:inline-block;
}
.service-section-grid:hover i.s1{	
	background: url('../images/img-sprite.png') no-repeat 0px -70px;
}
i.s2 {
	width:70px;
	height:70px;
	background: url('../images/img-sprite.png') no-repeat -70px 0px;
	display:inline-block;
}
.service-section-grid:hover i.s2{	
	background: url('../images/img-sprite.png') no-repeat -70px -70px;
}
i.s3 {
	width:70px;
	height:70px;
	background: url('../images/img-sprite.png') no-repeat -140px 0px;
	display:inline-block;
}
.service-section-grid:hover i.s3{	
	background: url('../images/img-sprite.png') no-repeat -140px -70px;
}
i.s4 {
	width:70px;
	height:70px;
	background: url('../images/img-sprite.png') no-repeat -210px 0px;
	display:inline-block;
}
.service-section-grid:hover i.s4{	
	background: url('../images/img-sprite.png') no-repeat -210px -70px;
}
i.s5 {
	width:70px;
	height:70px;
	background: url('../images/img-sprite.png') no-repeat -280px 0px;
	display:inline-block;
}
.service-section-grid:hover i.s5{	
	background: url('../images/img-sprite.png') no-repeat -280px -70px;
}
i.s6 {
	width:70px;
	height:70px;
	background: url('../images/img-sprite.png') no-repeat -350px 0px;
	display:inline-block;
}
.service-section-grid:hover i.s6{	
	background: url('../images/img-sprite.png') no-repeat -350px -70px;
}
.icon-text {
	float:left;
	width:83%;
	margin-top: 0.3em;
}
.service-section {
	padding:5em 0;
}
.service-section-head h3 {
	color:#394b50;
	font-size:2.2em;
	font-weight:900;
	text-transform:uppercase;
}
.service-section-head {
	margin-bottom:2em;
}
.service-section-head p {
	color:#394b50;
	font-size:1.2em;
	font-weight:500;
}
.service-section-grid {
	margin-top:3em;
}
.service-section-grid h4 {
	color:#394b50;
	font-size:1.25em;
	font-weight:900;
	margin-bottom:0.85em;
  font-family: 'Ubuntu', sans-serif;
}
.service-section-grid p {
	color: #7b7b7b;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.8em;
  font-family: 'Ubuntu', sans-serif;
}
/* ------ features ------- */
/* ------ Testimonials ------- */
div#testimonialWrapper{
	background: #FFF;
	padding: 5em 0;
	border-top: 1px solid #CCC;
}

div#testimonialWrapper #testimonialPicture{
	background: url('../images/350x350.gif') no-repeat 0px 0px;
	background-position: -80px -80px;
	width: 182px;
	height: 182px;
	border-radius: 190px;
}

div#testimonialWrapper h2{
	color: #35393C;
	font-size: 25px;
	font-weight: 400;
	margin: 0;
}

div#testimonialWrapper h3{
	color: #93999E;
	font-size: 16px;
	font-weight: 200;
	margin-top: 20px;
	line-height: 30px;
	margin-bottom: 15px;
}


#breadcrumb_wrapper {
	width:100%;
	padding:60px 0;
	text-align: center;
	color: #fff;
	  background-color: #000000;
}


div#breadcrumb_wrapper h3 {
	text-transform: uppercase;
	font-size: 1.9999em;
	margin-bottom: 12px;
}
div#breadcrumb_wrapper h6 {
	color:#fff;
	font-style:italic;
	font-size:1em;
	font-weight:400;
}


.about {
   padding: 2em 0 6em;
}



.about-main h3 {
	font-size: 2.3em;
	font-weight: 500;
	color: #000;
	margin: 0 0 1em 0;
}
.about-right h4 {
	color: #9AA5AA;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: .0;
	font-size: 1.3em;
	line-height: 1.4em;
}
/*-- support --*/
.support_grids{
	margin: 4em 0;
}
.support-grid p {
	color: #93999E;
	font-size: 1em;
	font-weight: 200;
	margin-top: 0;
	line-height: 1.7em;
	margin-bottom: 25px;
}
.support-grid h5 {
	color:#1BBC9B;
	font-size: 1.1em;
	text-align: center;
	padding-bottom: 20px;
}
.support-grid  h4 {
	color: #000;
	font-size: 1.8em;
	text-align: center;
	margin:8px 0;
}
.support-grid h3 {
	color: #000;
	font-size: 1.8em;
	margin: 0 0 10px 0;
}
.support-grid a {
	display: inline-block;
	background: transparent;
	border: 2px solid #1BBC9B;
	padding: 8px 27px;
	margin: 0 2px 2px 0;
	color: #000;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	font-size: 15px;
}
.support-grid a:hover {
	background: #1BBC9B;
	border: 2px solid #1BBC9B;
	color: #fff;
}
.support a.read-more{
	background: #1BBC9B;
	border-bottom: 4px solid #5C9E91;
	padding:8px 35px;
	font-size:16px;
	margin-top:12px;
	display: inline-block;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	margin-top: 10px;
	  margin-bottom: 0;
}
.support a.read-more:hover{
	background:#1BBC9B;
	border-bottom:4px solid #1BBC9B;
}
.support{
	background:#f5f5f5;
	  padding: 25px 20px;
	margin:8% 0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-moz-border-radius:5px;
}
.support h2{
	font-size:30px;
	color:#4A4545;
	font-weight:700;
	text-transform:capitalize;
	margin:0;
}
.support p{
	color:#687170;
	font-size:15px;
	line-height:1.6em;
	padding:5px 0;
}



.about-quote {
	background:url(../images/quote-image.jpg) center center;
	background-size:   cover;  
	min-height:350px;
}
.abt-quote {
	background:#5ca3d1;
	min-height:350px;
	padding-top:5em;
	padding-left:7em;
}
.about-quote h5 {
	color: #fff;
	font-size: 2.7em;
	letter-spacing: -.07em;
	font-weight: 400;
	margin-bottom: 50px;
}
.about-quote span {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .07em;
}
.about_grid_top{
	padding:4em 0;
}
.our-head h3 {
	font-size: 2.3em;
	font-weight: 500;
	color: #000;
	margin: 0 0 1em 0;
}
p.m_8 {
	color: #93999E;
	font-size: 1em;
	font-weight: 200;
	margin-top: 0;
	line-height: 1.7em;
	margin-bottom: 25px;
}
p.m_9 {
	border: 1px solid #D9E9ED;
	padding: 5%;
	position: relative;
	color: #A3B1B6;
	font-size: 0.8125em;
	line-height: 1.8em;
	font-style: italic;
}

span.quotes {
	position: absolute;
	left: 10px;
	top: -12px;
	width: 30px;
	height: 28px;
	background: url(../images/quote.png) no-repeat;
}
    
    

.container .header1 {
    background-color:#ffffff;
    padding: 2px;
    cursor: pointer;
    font-weight: bold;
    width:234px;
    margin-bottom:2em;
}
.container .content1 {
    display: none;
    padding : 5px;
    width:1144px;
}   
    
    
    
    
    
    
     .plans-head{
	margin-bottom:0em;
}
 
     .wep
   {
       margin-left:10em;
       
       } 
    
    .services-grids {
  background: #fff;
  padding: 1em 1em;
  width: 47%;
  height:16em;
  margin-right: 34px;
  margin-bottom:3em;
}
    
    
}



@media (max-width:3500px)
{

/*--gallery-starts--*/
.gallery{
}
.g-left  img{
	width:100%;
}
.gallery-top{
	text-align:center;
}
.g-left {
    padding: 0 19px;
    margin: 1em;
    /*margin-bottom: 1.3em;
    margin-right: 1%;
    margin-left: 7%;*/
}
/* Common style */
.grid figure {
       position: relative;
    float: left;
    overflow: hidden;
    background: rgba(181, 181, 181, 0.92);
    text-align: center;
    cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: auto;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h4{
    font-size: 0.7em;
	margin:0;
	color:#5ca3d1;
	text-transform:uppercase;
}
.grid figure h4 span {
	font-weight: 800;
}
.grid figure p {
	font-size: 68.5%;
	margin-top:3px;
}
/***** Oscar *****/
figure.effect-oscar {	
}
figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-oscar figcaption {
   padding: 0.6em 1em;
    background: none; 
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}
figure.effect-oscar figcaption::before {
	position: absolute;
	top: 10px;
	right: 20px;
	bottom: 10px;
	left: 20px;
	border: 1px solid #fff;
	content: '';
}
figure.effect-oscar h2 {
	margin: 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	opacity: 0;
}
figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
figure.effect-oscar:hover h4 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}
figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}
figure.effect-oscar:hover img {
	opacity: 0.4;
}

/*--gallery-ends--*/

}












@media (max-width:1200px)
{
   ul.clients{
	padding-left: 0px;
	margin:0;
	list-style:none;
}
   
   .header-Strip {
    min-height: 147px;
    padding-top: 0.1em;
    width: 100%;
    background-color: #5ca3d1;
}     
     .wep
   {
       margin-left:10em;
       
       } 
    
  .plans-head{
	margin-bottom:3em;
}
    
    
ul.phone {
	width: 18.5555%;
}	
.logo {
	width: 23.5555%;
	
}
.menu li a {
	margin: 5px 6px;
	font-size:18px;
}
.menu {
	width: 100%;
}

ul.list2 li.phone_desc p{
	color:#C0D4E4;
	font-size:0.65em;
	
}













}
@media (max-width:1024px)
{
    
    .grid figure h4 {
    font-size: 1.1em;
    margin: 0;
}
.grid figure p {
    font-size: 62.5%;
    margin-top: 9px;
}
    
    
    figcaption {
    padding: 3em 1em;
}
   
}
 
    @media (max-width: 991px)
    {
        
    ul.list2 li.phone_desc{
	float: right;
	width: 200%;
}
    
.g-left {
    padding: 0 5px;
    margin-bottom: 0.7em;
    float: left;
    width: 33%;
}
    .plans-head{
	margin-bottom:3em;
}
    
     .wep
   {
       margin-left:10em;
       
       } 
       
.header {
	min-height: 600px;
}
.pricing-table-grid ul li a, .pricing-table-grid ul li span {
	font-size: 0.85em;
}
.pricing-table-grid h3 {
	font-size: 1.2em;
}
.features {
	padding: 5em 0;
}
.header_bottom {
	margin-top: 10em;
}
}
@media (max-width:800px)
{
    
    .menu {
    width: 71%;
}
    
      .wep
   {
       margin-left:0em;
       
       } 
ul.phone {
	width: 23.5555%;
}	
.menu li a {
	margin: 10px 10px;
}
.menu {
	margin: 10px 0 0;
	float: right;
}
.span_3 {
	text-align: inherit;
	margin-left: 0;
	width: 100%;
}
.span_1 {
	margin-bottom: 2em;
}
.span_1 h3 {
	margin: 0em 0 0 0;
}
.content_bottom {
	margin: 5em 0 5em;
}
.span_2 {
	margin-bottom: 2em;
}
p.copy {
	margin-top: 1em;
}
.price_header {
	min-height: 180px;
}
.features {
	padding: 5em 0;
}
.span_6 h3{
	font-size:16px;
}
.span_6 h4 {
	font-size: 13px;
}
.span_6 p {
	font-size: 0.8125em;
}
ul.service_box {
	margin-bottom: 2em;
}
.span_8 {
	margin-top: 0em;
}
.contact-right {
	margin-top: 3em;
}
.header {
	min-height: 540px;
	text-align:center;
}
.header_bottom {
	margin-top: 8em;
}
.header_bottom h1 {
	font-size: 1.8em;
}
.span_2 h3 {
	margin-bottom: 0.8em;
}
.pricing-table-grid {
	margin-bottom: 3em;
}
}
@media (max-width:768px)
{
    
    li.tick {
		padding: 0 0 0 22px;
		font-size:0.95em;
	}
.header {
	min-height: 440px;
}	
.video_buttons {
	margin-top: 2em;
}
.header_bottom h1 {
	font-size: 1.5em;
	line-height: 1.3em;
}
.header_bottom {
	margin-top: 6em;
}

.g-left {
    padding: 0 5px;
    margin-bottom: 0.7em;
    float: left;
    /*width: 33%;*/
    width:95%;
}








}
@media (max-width:640px)
{
    
    .services h3 {
		font-size: 1.85em;
		margin-bottom: 12px;
	}
    
    
  .services {
		min-height: 450px;
		border-top: 3px solid#1BBC9B;
	}  
    
    
    
    
    
    .services-bottom {
		padding: 0.8em 0;
	}
    
    .services-grids {
		padding: 1em 2em;
		width: 100%;
		margin: 0;
		margin-top: 1em;
	}
    
      .wep
   {
       margin-left:0em;
       
       } 
ul.phone {
	width: 30.5555%;
}	
.header {
	min-height: 360px;
	padding-top: 1em;
}
.header_bottom h1 {
	font-size: 1.2em;
}
.fa-btn {
	padding: 10px 10px;
}
p.video_desc {
	font-size: 0.8125em;
}
.video_but {
	margin-right: 1em;
}
.video_right {
	margin-top: 6px;
}
.header_bottom {
	margin-top: 5em;
}
.banner-wrap p {
	font-size: 0.8125em;
}
.banner-wrap h2 {
	margin-bottom: 1em;
}
.banner-wrap {
	width: 70%;
	margin: 3em auto;
}
.wmuSliderPrev, .wmuSliderNext {
	top: 35%;
}
}
@media (max-width:480px)
{
      ul.list2 li.phone_desc{
	float: right;
	width: 128%;
}
i.msg{
	
	    margin-left: 0px;
}
    
    figure.effect-oscar figcaption {
    padding: 1.5em 1.1em;
    height: auto;
}
    
    .grid figure h4 {
    font-size: 0.5em;
    margin: 0;
}


.grid figure p {
    font-size: 52.5%;
    margin-top: 9px;
}

      .wep
   {
       margin-left:0em;
       
       } 
ul.phone li p {
	font-size: 12px;
}	
i.ph_icon {
	margin-right: 0;
}
ul.phone {
	display:none;
}
.header-left {
	float: none;
	width: 100%;
}
.menu{
	float:right;
}
.header {
	text-align: right;
	min-height: 250px;
}
.header_bottom h1 {
	font-size: 1em;
}
.fa-btn {
	padding: 6px 8px;
	font-size: 12px;
}
p.video_desc {
	font-size: 11px;
}
.video_but {
	margin-right: 5px;
}
.header_bottom a span {
	margin-right: 0.2em;
}
.video_buttons {
	margin-top: 1em;
}
.header_bottom {
	margin-top: 2em;
}
.video_right {
	margin-top: 1px;
}
.price_header {
	min-height: 160px;
	text-align:right;
}
.heading span {
	padding: 0 20px 0 0;
	font-size: 18px;
}
.heading {
	margin: 0 0 25px 0;
}
ul#lightGallery li, ul#lightGallery1 li {
	width: 100%;
	float: none;
	margin-right: 0;
	padding-bottom: 2em;
	text-align:center;
}
ul#lightGallery li img, ul#lightGallery1 li img{
	display:inline-block;
}
.features, .plans-head{
	padding: 3em 0;
}
.pricing-table-grid ul li a, .pricing-table-grid ul li span {
	font-size: 0.8125em;
}
.pricing-table-grid h3 {
	font-size: 1.2em;
}
.feature_grid1 {
	margin-top: 2em;
}
label.fa-btn.btn-1.btn-1e.btn3 {
	padding: 10px;
}
.g-left {
    padding: 0 5px;
    margin-bottom: 0.7em;
    float: left;
    width: 100%;
}
}
@media (max-width:320px)
{
    .grid figure img
    {
        min-height: auto;
    }
    
    
    figcaption {
    padding: 1em 1em;
}
    
    .g-left {
    padding: 0 5px;
    margin-bottom: 0.7em;
    float: left;
    width: 82%;
    margin-left: 8%;
    margin-right: 0px;
}
    
    ul.list2 li.phone_desc{
	float:left;
	width: 128%;
}
i.msg{
	
	    margin-left: 0px;
}
    
    .logo {
	width: 23.5555%;
	margin-left:0em;
}
    
    .span_3_1 {
	text-align: left;
	
	width: 100%;
}
    
    
    
    
    
    
    
    
.header_bottom h1 {
	font-size: 0.8125em;
}	
.video_but {
	margin-right: 0;
	float: none;
}
.header {
	padding-top: 0.5em;
}
.banner-wrap {
	width: 80%;
	margin:2em auto;
}
.banner-wrap h2 {
	margin-bottom: 1em;
	font-size: 14px;
}
.banner-wrap h3 {
	font-size: 0.8125em;
	margin: 1em 0 0 0;
}
.banner-wrap p {
	font-size: 12px;
}
.content_bottom {
	margin: 3em 0 3em;
}
.content_bottom h2 {
	font-size: 14px;
	margin-bottom: 1em;
}
.content_bottom p {
	font-size: 0.8125em;
	width:100%;
}
.grid_1.text-center {
	margin-top:1em;
}
.span_1 {
	margin-bottom: 0em;
}
.price_header {
	min-height: 120px;
	padding-top: 0.5em;
}
.heading span {
	padding: 0 10px 0 0;
	font-size: 15px;
}
.features, .plans-head {
	padding: 2em 0;
}
.pricing-table-grid ul li a, .pricing-table-grid ul li span {
	font-size: 12px;
	padding: 0.5em 0;
}
.span_2 h3 {
	margin-bottom: 0.5em;
}
.pricing-table-grid h3 {
	font-size: 0.9em;
    padding: 0.7em 0px 0 17px;
}


.plans-head {
    margin-bottom: -3em;
}
.pricing-table-grid ul li {
    list-style: none;
    text-align: center;
    height: 4em;
    font-size: 87%;
}
a.order-btn {
	padding: 1em 0;
	font-size: 0.85em;
}
.features-grid-right h4 {
	font-size: 16px;
}
.features-grid-right p, ul.service_box li.service_box-right p {
	font-size: 12px;
}
.footer {
	padding: 5em 0 3em;
}
i.f_icon1 {
	margin-right: 2%;
}
ul.service_box li.service_box-right h3 {
	font-size: 0.85em;
}
ul.service_box li.service_box-left {
	margin-right:1em;
}
.span_8{
	margin-top:1em;
}
ul.service_box {
	margin-bottom: 1em;
}
.contact-right h2, .contact-left h2 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
.company_address p {
	font-size: 0.8125em;
}
.contact-form input[type="text"], .contact-form textarea {
	padding: 10px;
	margin: 1em 0;
	font-size: 0.8125em;
}
.contact-form textarea {
	height: 150px;
	resize: none;
}
}






 .part3{margin-left:17px;}
 .social { float:right; margin:0; text-align:right; padding:8px 0 0 0;}
 .social a { display:inline-block; margin:0px 0 0px 5px; border-radius:50%;}
 .social a img{border-radius:50%; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
 .social a img:hover{border-radius:50% 0%; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}

/******** Powered *******/

 
.social a1 { font-size:11px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; border-radius:50%;}
 .social a1:hover {-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}



.price, .about_grid{
	padding:0em 0;}

.tzweight_Bold1{
  display: block;
  color: #556b72;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 24px;
  margin: 0;
  padding: 25px 0;
  position: relative;
  font-size:30px;
}
.tz-title-4 p:after {
  position: absolute;
  width: 25px;
  height: 2px;
  margin-left: -10px;
  left:1%;
  background:#5ca3d1;
  content: '';
  top: 20px;
}

span.m_1{
	font-weight:300;
	font-size:20px;
	line-height: 1.5em;
}

.service_box{
	margin-bottom:3em;
}



i.icon123{
  width: 140px;
  height: 66px;
  display: block;
  background: url(../images/web-programming.png)0px 0px no-repeat;
}
i.icon2{
  width: 140px;
  height:66px;
  display: block;
  background: url(../images/responsive16.png)0px 0px no-repeat;
}
i.icon3{
  width: 140px;
  height: 66px;
  display: block;
  background: url(../images/infinite3.png)0px 0px no-repeat;
}
i.icon4{
  width: 140px;
  height: 66px;
  display: block;
  background: url(../images/domain2.png)0px 0px no-repeat;
}
i.icon5{
  width: 140px;
  height: 66px;
  display: block;
  background: url(../images/cloud118.png)0px 0px no-repeat;
}
i.icon6{
  width: 140px;
  height: 66px;
  display: block;
  background: url(../images/seo36.png)0px 0px no-repeat;
}  

i.icon7{
  width: 140px;
  height: 66px;
  display: block;
  background: url(../images/website8.png)0px 0px no-repeat;
}  


i.icon8{
  width: 140px;
  height: 66px;
  display: block;
  background: url(../images/photos13.png)0px 0px no-repeat;
}  


i.icon9{
  width: 140px;
  height: 66px;
  display: block;
  background: url(../images/add199.png)0px 0px no-repeat;
}  


i.icon10{
  width: 140px;
  height: 66px;
  display: block;
  background: url(../images/newspaper20.png)0px 0px no-repeat;
}  



i.icon11{
  width: 140px;
  height: 66px;
  display: block;
  background: url(../images/placeholder3.png)0px 0px no-repeat;
}  



i.icon12{
  width: 140px;
  height: 66px;
  display: block;
  background: url(../images/stacked7.png)0px 0px no-repeat;
}  


i.icon13{
  width: 140px;
  height: 66px;
  display: block;
  background: url(../images/visa8.png)0px 0px no-repeat;
}  


i.icon14{
  width: 140px;
  height: 66px;
  display: block;
  background: url(../images/work11.png)0px 0px no-repeat;
}  


i.icon15{
  width: 140px;
  height: 66px;
  display: block;
  background: url(../images/sales10.png)0px 0px no-repeat;
}  


.icon16{
  margin-top: 8px;
  height: 45px;
  display: block;
  background: url(../images/dropbox15.png)0px 0px no-repeat;
  margin-left:8px;
}  

.icon17{
   margin-top: 8px;
  height: 45px;
  display: block;
  background: url(../images/shopping101.png)0px 0px no-repeat;
  margin-left:8px;
}  




.icon18{
  margin-top: 8px;
  height: 56px;
  display: block;
  background:url(../images/cebs-logo1.png)0px 0px no-repeat;
  
}  

.icon19{
   margin-top: 8px;
    height: 56px;
  display: block;
  background: url(../images/currency-logo1.png)0px 0px no-repeat;

}  

.icon20{
 
  height: 33px;
  display: block;
  background:url(../images/dropbox15.png)0px 0px no-repeat;
  
}  



.icon21{
  
    height: 33px;
  display: block;
  background: url(../images/shopping101.png)0px 0px no-repeat;

}  

.iconMoneyTransfer{
  
    height: 33px;
  display: block;
  background: url(../images/money-transfer-logo.png)0px 0px no-repeat;

}  
.icon22{
  
    height: 33px;
  display: block;
  background: url(../images/cebs-logo1.png)0px 0px no-repeat;

}  

.icon23{
  
    height: 121px;
  display: block;
  background: url(../images/cebs-logo12.png)0px 0px no-repeat ;

}  
.icon24{
  
    height: 71px;
  display: block;
  background: url(../images/windows-3.png)0px 0px no-repeat;

}  

.icon25{
  
    height: 71px;
  display: block;
  background: url(../images/person-1.png)0px 0px no-repeat;

}  
.icon26{
  
    height: 71px;
  display: block;
  background: url(../images/shield-1.png)0px 0px no-repeat;

}  




.icon27{
  
    height: 71px;
  display: block;
  background: url(../images/hands12.png)0px 0px no-repeat;

}




.icon28{
  
    height: 121px;
  display: block;
  background: url(../images/currency-logo12.png)0px 0px no-repeat;

}  

/* here its end */




/* here are Currency-exchange-software icon */
.icon29{
  
    height: 71px;
  display: block;
  background: url(../images/bill7.png)0px 0px no-repeat;

}

.icon30{
  
    height: 71px;
  display: block;
  background: url(../images/currency-stock_1.png)0px 0px no-repeat;

}

.icon31{
  
    height: 71px;
  display: block;
  background: url(../images/wholsale.png)0px 0px no-repeat;

}

.icon32{
  
    height: 71px;
  display: block;
  background: url(../images/live.png)0px 0px no-repeat;

}
.icon33{
  
    height: 71px;
  display: block;
  background: url(../images/printing.png)0px 0px no-repeat;

}
.icon34{
  
    height: 71px;
  display: block;
  background: url(../images/acc.png)0px 0px no-repeat;

}

.icon35{
  
    height: 71px;
  display: block;
  background: url(../images/profit-loss.png)0px 0px no-repeat;

}
.icon36{
  
    height: 71px;
  display: block;
  background: url(../images/sanctionlist.png)0px 0px no-repeat;

}
.icon65 {
    height: 71px;
    display: block;
    background: url(../images/icons8-mobile-64.png)0px 0px no-repeat;
}
.icon37{
  
    height: 71px;
  display: block;
  background: url(../images/antimoney.png)0px 0px no-repeat;

}
.icon38{
  
    height: 71px;
  display: block;
  background: url(../images/regcotomer.png)0px 0px no-repeat;

}

.icon39{
  
    height: 71px;
  display: block;
  background: url(../images/rateboard.png)0px 0px no-repeat;

}

.icon40{
  
    height: 71px;
  display: block;
  background: url(../images/integration.png)0px 0px no-repeat;

}

.icon41{
  
    height: 71px;
  display: block;
  background: url(../images/onlinemoney.png)0px 0px no-repeat;

}


/* here its end */

.icon42{
  
    height: 71px;
  display: block;
  background: url(../images/displaycurrency.png)0px 0px no-repeat;

}

.icon43{
  
    height: 71px;
  display: block;
  background: url(../images/displayrate.png)0px 0px no-repeat;

}

.icon44{
  
    height: 71px;
  display: block;
  background: url(../images/multi-1.png)0px 0px no-repeat;

}

.icon45{
  
    height: 71px;
  display: block;
  background: url(../images/pramotions-1.png)0px 0px no-repeat;

}

.icon46{
  
    height: 71px;
  display: block;
  background: url(../images/admin.png)0px 0px no-repeat;

}

.icon47{
  
    height: 71px;
  display: block;
  background: url(../images/currncyapp.png)0px 0px no-repeat;

}

.icon48{
  
    height: 71px;
  display: block;
  background: url(../images/sellmarge1.png)0px 0px no-repeat;

}

.icon49{
  
    height: 71px;
  display: block;
  background: url(../images/ordermg.png)0px 0px no-repeat;

}

.icon50{
  
    height: 18px;
    width: 18px;
  display: block;
  background: url(../images/website/sigm.png)0px 0px no-repeat;

}
.icon51{
  
    height: 18px;
    width: 18px;
  display: block;
  background: url(../images/website/sigp.png)0px 0px no-repeat;

}

.icon53{
  
    height: 18px;
    width: 18px;
  display: block;
  background: url(../images/website/sigp.png)0px 0px no-repeat;

}
.icon52{
  
    height: 18px;
    width: 18px;
  display: block;
  background: url(../images/website/sigm.png)0px 0px no-repeat;

}


/* seo service provider icons */
.icon1900{
  height: 33px;
  display: block;
  background:url(../images/seo.png)0px 0px no-repeat;
}  

.icon2020{
   margin-top: 8px;
  height: 45px;
  display: block;
  background: url(../images/seo.png)0px 0px no-repeat;
  margin-left:8px;
}  
.icon3021{
  width: 140px;
  height: 66px;
  display: block;
  background: url(../images/seo_keywords.png)0px 0px no-repeat;
}
.icon3022{
  width: 140px;
  height: 66px;
  display: block;
  background: url(../images/seo_onpage.png)0px 0px no-repeat;
}
.icon3023{
  width: 140px;
  height: 66px;
  display: block;
  background: url(../images/seo_offpage.png)0px 0px no-repeat;
}
.icon3024{
  width: 140px;
  height: 66px;
  display: block;
  background: url(../images/seo_trackmon.png)0px 0px no-repeat;
}

/* End seo service provider icons */






.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.text-center {
    text-align: center;
    margin-bottom: 2em;
}










.listfont
 {
     font-size:88%;
 }










.service_grid1 h3{
  color: #000000;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  margin:1em 0;
}

.service_grid1 h2 {
    color: #556b72;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 23px;
    margin: 1em 0;
}
.service_grid1 p, .span_2_of_about p, ul.project_box li.desc p, .testimonial_grid p, .blog_top p, ul.single_post1 li.single_post1-desc p, p.text1, .login-left p, .login-right p{
  color: #000000;
  font-size: 0.85em;
  line-height: 1.8em;
}



@media(min-width: 300px) and (max-width: 568px)
{
    .grid figure img
    {
        min-height: auto!important;
    }
    
}


