@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5{
    font-family: 'Roboto', sans-serif;
}
p{
    color: #4c4c4c;
    font-size: 16px;
    font-weight:300;
    line-height: 28px;
}
img{
	width:100%;
}
header{
	 float: left;
    width: 100%;
}
.header-top{
 float: left;
    width: 100%;
}
.header-buttom{
 float: left;
    width: 100%;
	background:#9a0b0a;
}
.logo{
	    width: 100%;
    float: left;
    text-align: left;
    margin: 5px 0;
}
.logo a img{
	width: 330px;
}
.header-top .email{
	    background: url(../images/mail_icon.png) no-repeat;
    padding: 5px 5px;
    float: right;
    margin-top: 35px;
}
.header-top .email a{
    margin-left: 50px;
    color: #333;
}
.header-top .call {
    background: url(../images/phone_icon.png) no-repeat;
    float: left;
	padding: 5px 5px;
    margin-top: 35px;
	    margin-left: 25%;
}

.header-top .call p{
    margin-left: 50px;
    color: #333;
}
.menu_w {
	 float: left;
	width:100%;
	    margin-top: 10px;
}
.menu {
	 display: block;
    float:left;
}
.menu ul ul {
	display: none;
}
.menu ul li:hover > ul {
	display: block;
}
.menu ul {
	list-style: outside none none;
	margin: 0px;
	padding: 0;
}
.menu ul li {
	display: inline-block;
	float: left;
	padding:12px 15px;
}
.menu ul li a {
	display: block;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	padding:4px 8px;
	color: #ffffff;
	font-weight:600;
	 letter-spacing: 0.5px;
	 text-transform:uppercase;
}
.menu ul li:hover {
	color: #ffffff;
}
.menu ul li a:hover {
	color: #ffffff;
	background:none;

}
.menu ul li.act {
	color: #ffffff;
}
.retailer_box p label.error {
	color:#F00;
}
.menu ul li:first-child {
padding-left:0px;

}
.menu ul ul {
	padding: 0;
	position: absolute;
	top: 41px;
	width: 190px;
	z-index: 9999;
	margin:0px;
	background:#fff;
	
}
.menu ul ul li {
	border-right: medium none;
	float: left;
	position: relative;
	width: 100%;
	padding:5px 0;
	border-bottom:1px solid rgba(19, 69, 154, 0.1)
	
}
.menu ul ul li a {
	color: #13459a !important;
    float: left;
    font-size: 14px;
	font-weight:400;
    padding: 6px 5px;
    text-align: left;
    width: 95%;
    text-transform: capitalize;
}
.menu ul ul li:last-child {
	border-bottom: medium none;
}
.menu ul ul li a:hover {
	color: #468e12 !important;
}
.menu ul ul ul {
	left: 100%;
	position: absolute;
	top: 0;
}
.mobile {
	display:none;
}
.social{
	float:left;
	width:100%;
}
.social ul{
	 float: right;
    list-style-type: none;
    margin: 0;
    padding: 0 20px 0 0;
}
.social ul li{
	display: inline-block;
    float: left;
    padding: 13px 8px;
}
.social ul li a{
	      color: #9a0b0a;
    font-size: 20px;
    background: #fff;
    border-radius: 100% 100%;
    width: 43px;
    height: 43px;
    float: left;
    text-align: center;
    cursor: pointer;
    line-height: 42px;
}
.slider{
	    width: 100%;
    float: left;
	  
}

.slider ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.slider ul li {
   width:100%;
	float:left;

}
.slider ul li img {
	  width:100%;
	float:left;
   
}

.slider ul li .text_w {
    position: absolute;
    top: 0;
    width: 100%;
	 height: 100%;
	 /* background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;*/
}
.slider ul li .text_bg {
	 margin: 0 auto;
    width:85%;
	text-align:center;
	

}
.slider ul li .text_w h2 {
   color: #fff;
    font-size: 69px;
    font-weight: 600;
    line-height: 78px;
    margin-bottom: 0;
    margin-top: 200px;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
}
.slider ul li .text_w p {

       color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin: 0;
    padding: 10px;
}
.slider ul li .text_w a{
        color: #fff;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    border: 3px solid #fff;
    padding: 14px 30px;
    top: 30px;
    position: relative;
}


.zoominheader {
      width: 585px;
    height: 220px;
  text-align:center;
  background: url(../images/logo.png);
  background-size: auto;
  background-repeat:no-repeat;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 10s ease-in infinite;
  animation: zoomin 10s ease-in infinite;
  transition: all .3s ease-in-out;
  overflow: hidden;
      margin: 0px auto;
    margin-top: 20%;
}

/* The innermost element*/
.zoomoutheader {
  width:100%;
  height:100%;
  text-align:center;
  background: none;
  -webkit-animation: zoomout 5s ease-in infinite;
  animation: zoomout 5s ease-in infinite;
  transition: all .3s ease-in-out;
  overflow: hidden;
}


/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(2);}
  50% {transform: scale(0.90);}
  100% {transform: scale(2);}
}
@keyframes zoomin {
  0% {transform: scale(2);}
  50% {transform: scale(0.90);}
  100% {transform: scale(2);}
} /*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
  0% {transform: scale(2);}
  50% {transform: scale(0.90);}
  100% {transform: scale(2);}
}
@keyframes zoomout {
    0% {transform: scale(2);}
  50% {transform: scale(0.90);}
  100% {transform: scale(2);}
}/*End of Zoom out Keyframes */

/*Style for the text*/
.home_top {
    float: left;
    width: 100%;
    padding: 75px 0;
    text-align: center;
    background: url(../images/home_text_bg.jpg) repeat;

}
.textbg {
    background: #fff none repeat scroll 0 0;
    border-radius: 16px;
    box-shadow: 0 12px 2px #aaa;
    float: left;
    padding: 25px 15px 60px;
    width: 100%;
}
.home_top h1 {
       font-size: 30px;
    font-weight: bold;
    color: #9a0b0a;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 0 25px;
    margin: 0 0 8px;
}
.home_top a{
	    background: #9a0b0a;
    color: #fff;
    font-size: 16px;
    padding: 14px 20px;
    position: relative;
    font-weight: 300;
    top: 30px;
    text-transform: uppercase;
}
.services-top {
         background-color: #ecf0f0;
    border-top: 1px solid #9a0b0a;
    padding: 40px 0px 60px 0px;
    float: left;
    width: 100%;
}

.services-top h2{
    text-align: center;
    font-weight: bold;
    font-size: 36px;
	padding-bottom:40px;
}

.services-top .services-top-padding{
   text-align: center;
    padding:20px 20px 5px;
    width: 100%;
    border: 1px solid #a3a1a1;
	    border-bottom: 1px solid #9a0b0a;
}
.services-top .services-top-padding:hover{
background:#9a0b0a;

}
.services-top .services-top-padding:hover h3{
	color: #fff;
}
.services-top .services-top-padding:hover img{
	filter: grayscale(100%);
}
.services-top .services-top-padding:hover p{
	color: #fff;
}
.services-top .services-top-padding:hover a{
	background:#000;
}
.services-top .services-top-padding h3{
       color: #333333;
    font-size: 18px;
    font-weight: bold;
    background: url(../images/line.png) no-repeat;
    padding-bottom: 14px;
    background-position: bottom;
    min-height: 90px;
}
.services-top .services-top-padding img{
    width: 106px;
    height: 124px;
}
.services-top .services-top-padding p{
   line-height: 24px;
    font-size: 15px;
    padding: 30px 0 70px;
}
.services-top .services-top-padding a{
    background: #9a0b0a;
    padding: 8px;
    font-size: 16px;
    color: #fff;
}
.services-bg {
      background: url(../images/service-bg.jpg) repeat scroll center top / cover;
    text-align: left;
    padding: 90px 0px 30px 0px;
 
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    float: left;
    width: 100%;
}
.services-padding {
    padding-right: 0px;
}
.services-box {
    padding: 0px 30px 60px 30px;
}
.services-bg h3{
	    color: #fff;
    padding: 0px 0 5px;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    background: url(../images/line.png) no-repeat;
    background-position: left 40px;
}
.services-bg ul{
	list-style-type: none;
    padding: 0;
    margin-top: 10px;
}
.services-bg ul li{
       color: #fff;
    font-size: 15px;
    padding: 5px 20px;
    background: url(../images/arrow.png) no-repeat;
    background-position: 0px 9px;
}
.testimonials_bg {
	background:#9a0b0a;
    float: left;
    height: 600px;
    position: relative;
    width: 100%;
	padding:50px 0;
    z-index: 5;
    text-align: center;
}
.testimonials_bg h2{
	color:#fff;
	text-transform:uppercase;
	padding-bottom:30px;
}
.testimonials_slider {
    width: 60%;
    margin: 0px auto;
}
.testimonials_slider{
	width:60%;
	margin:0px auto;
}
.testimonials_slider img {
    width: 80px;
    /* float: left; */
    border-radius: 100%;
    height: 80px;
    border: 3px solid #ccc;
}
.testimonials_slider img{
	width:auto;
}
.testimonials_slider p{
	color:#fff;
	font-size:16px;
	padding:50px 0;
	font-weight:400;
}
.testimonials_slider span{
	 color:#fff;
	font-size:18px;
}
.owl-pagination{
	margin-top:50px;
	
}
.owl-theme .owl-controls .active span{
	background:#dd374d !important;
	border:1px solid #dd374d !important;
}
.client_w{
	width:100%;
	float:left;
}
.client_w h2{
	color: #2f343a;
    font-size: 40px;
	font-weight:300;
    margin: 0;
     padding:100px 0 20px;
    text-align: center;
}

footer{
	background:#202020;
	float:left;
	width:100%;
	text-align:center;
}



footer h2{
	    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
	color:#fff;
}
footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
footer ul li{
   float: left;
    text-align: left;
    width: 100%;
    list-style-type: none;
    margin: 0px!important;
    padding: 0px;
    line-height: 30px;
}
footer ul li a{
    color: #ccc!important;
    font-weight: 300!important;
    font-size: 14px!important;
    padding: 5px 0!important;
    margin: 0px;
    text-transform: capitalize;
    letter-spacing: inherit;
}
footer .add {
    font-weight: 300;
    float: left;
    margin: 0px 0 8px;
    font-size: 13px;
    color: #ccc;
    width: 100%;
	 text-align: left;
}

footer .add span {
       font-size: 14px;
    color: #ccc;
    margin-right: 10px;
    font-weight: 300;
    float: left;
}
footer .email {
       font-weight: 300;
    float: left;
    font-size: 13px;
    color: #ccc;
    margin: 0 0 5px;
    width: 100%;
    text-align: left;
}
footer .email span {
    font-size: 14px;
    color: #ccc;
    margin-right: 10px;
    font-weight: 300;
}
footer .email span i{
 font-size: 20px;
    color: #fff;
}
footer .add span i{
 font-size: 20px;
    color: #fff;
}
footer .email a{
font-size: 14px;
    color: #ccc;
}
footer .direct_pay {
    float: left;
    background: url(../images/direct_pay_btn.png) no-repeat;
    padding: 30px 0;
}
footer .direct_pay {
    float: left;
    background: url(../images/direct_pay_btn.png) no-repeat;
    padding: 0;
    width: 167px;
    height: 65px;
    font-size: 0;
    border: 0;
    border-radius: 0;
    margin-top: 5px;
    background-size: 85%!important;
}
footer .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #468e12;
}
footer .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #468e12;
}
footer .close {
    float: right;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.9;
}
.footer_b {
    float: left;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}


.footer_b p{
        color: #fff;
    float: left;
    text-align: center;
    width: 100%;
}
.footer_b p a{
    color: #fabb05;
}
.footer_b span{
    float: left;
}
.footer_b img{
	width:90px;
}
footer .modal-body {
    text-align: left;
}
footer .social{
	float:left;
	width:100%;
}
footer .social ul{
	 float: left;
    list-style-type: none;
    margin: 0;
    padding: 0 20px 0 0;
}
footer .social ul li{
	display: inline-block;
    float: left;
    padding: 13px 8px;
	width:auto;
}
footer .social ul li a{
	  color: #000!important;
    font-size: 20px!important;
    background: #fff;
    border-radius: 100% 100%;
    width: 38px;
    height: 38px;
    float: left;
    text-align: center;
    cursor: pointer;
    line-height: 32px;
}

.f_logo{
	float:left;
	width:100%;
}
.f_logo a img{
    width: 200px;
    float: left;
}
footer p{
    text-align: left;
    line-height: 24px;
    margin-top: 23px;
    float: left;
    color: #ccc;
    font-size: 14px;
}
.button {
    color: #333333;
    cursor: pointer;
    display: inline-block;
    margin: 1px;
    padding: 8px 20px;
	font-size:16px;
	background:#fff;
	border:1px solid #ccc;
}

.button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #468e12;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.button:hover, .button a:focus, .button:active {
  color: white;
  text-decoration:none;
}
.button:hover:before, .button:focus:before, .button:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
  margin-bottom: 25px;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(135,16,15,0.6);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
width: 100%;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:24px;
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:5px;
margin-top:50px;
}
.hovereffect p {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:2px 10px;
}

.hovereffect a {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:0px ;
padding:7px 14px;
font-size:13px;
}

.hovereffect a:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}
.hovereffect:hover p{
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}


.ehover12 {
	  background: #2098d1 none repeat scroll 0 0;
    border: 7px solid #f0f0f0;
    float: left;
    height: 286px;
    margin-bottom: 30px;
    overflow: hidden;
    width: 98%;
  box-shadow: 0 3px 5px #888888;
}
.ehover12 img {
	max-width:none;
	width:calc(100% + 10px);
-webkit-transition:opacity .35s, -webkit-transform .35s;
transition:opacity .35s, transform .35s;
-webkit-transform:translate3d(-10px, 0, 0);
	transform:translate3d(-10px, 0, 0);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.ehover12:hover img {
	opacity:.4;
-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}
.ehover12 .overlay {
	   left: 0;
    padding: 50px 15px;
    position: relative;
    text-align: center;
    top: -300px;
}
.ehover12 h2 {
	color:#FFF;
	opacity:0;
	font-size:24px;
-webkit-transition:opacity .35s, -webkit-transform .35s;
transition:opacity .35s, transform .35s;
	-webkit-transform:translate3d(100%, 0, 0);
	transform:translate3d(100%, 0, 0)
}
.ehover12:hover h2{
	opacity:1;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}


.ehover12 p {
	color:#FFF;
	opacity:0;
-webkit-transition:opacity .35s, -webkit-transform .35s;
transition:opacity .35s, transform .35s;
	-webkit-transform:translate3d(100%, 0, 0);
	transform:translate3d(100%, 0, 0)
	
}
.ehover12:hover p {
	opacity:1;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}

.services_digital_marketing{
	width:100%;
	float:left;
	text-align:center;
}
.services_digital_marketing h2{
	font-size: 36px;
    font-weight: bold;
}
.services_development{
	width:100%;
	float:left;
	text-align:center;
}
.services_development h2{
	font-size: 36px;
    font-weight: bold;
}
.services_development .ch-info h3{
	font-size:20px;
	padding:80px 0px;
}

.gallery .hovereffect a{
    opacity: 0.9;
	    padding: 0;
}





.top-arrow {
    bottom: 2px;
    float: right;
    position: fixed;
    right: 10px;
    z-index: 100;
}
.smoothScroll {
    font-family: Segoe UI;
    text-decoration: none;
}

.inner_container{
	float:left;
	width:100%;
	padding:20px 0;
}
.slider_inner {
    float: left;
    position: relative;
    width: 100%;
}
.slider_inner ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.slider_inner ul li {
    float: left;
    width: 100%;
}
.slider_inner ul li img {
    float: left;
    width: 100%;
}
.slider_inner ul li .text_w {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.slider_inner ul li .text_w h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 0;
    margin-top: 150px;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
}

.Featured_Properties_Widget{
	float:left;
	width:100%;
}
.Featured_Properties_Widget h3{
	color: #434343;
    font-size: 28px;
    font-weight: 300;
    margin: 0;
    padding: 0 0 10px;
    text-align: left;

}
.Featured_Properties_Widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.Featured_Properties_Widget ul li a{
	color:#dd374d 
}
.Featured_Properties_Widget ul li .price{
	background:#dd374d;
	color:#fff;
	padding:8px;
	font-size:16px;
	margin-bottom:10px;
	float:left;
}
.contact {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    margin: 0;
    padding:0;
    width: 100%;
}
.contact .leave_message {
    float: left;
    width: 100%;
}
.contact h2 {
    color: #232020;
    font-size: 30px;
    margin: 0;
    padding: 0 0 15px;
    text-align: left;
}
.leave_message h2 {
    background-color: #ededed;
    border-top: 2px solid #468e12;
    float: left;
    font-size: 30px;
    margin: 0 0 40px;
    padding: 10px 14px;
    width: 100%;
 
}
.contact .leave_message p {
    color: #afafaf;
    font-size: 14px;
    padding-bottom: 20px;
    text-align: center;
}
.contact .leave_message form input {
    background: none;
    border: 1px solid #ccc;
    color: #333;
    font-size: 15px;
    margin-bottom: 30px;
    padding: 8px 6px;
    width: 48%;
}

.contact .leave_message form textarea {
    background: none;
    border: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    margin-bottom: 30px;
    min-height: 150px;
    padding: 2px 6px;
    width: 96%;
}
.contact .leave_message form input[type="submit"] {
    background: #468e12  none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 55px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}
.contact .leave_message form input:hover {
    box-shadow: 0 0 7px #dd374d ;
}
.contact .leave_message form textarea:hover {
    box-shadow: 0 0 7px #dd374d ;
}
.contact .adders {
    float: left;
    margin: 0;
    padding-bottom: 30px;
    padding-top: 0;
    width: 100%;
}
.contact .adders span {
    color: #f17398;
    float: left;
    font-size: 22px;
    padding-right: 22px;
}
.contact.adders .text_f {
    float: left;
    margin-top: 15px;
    width: 100%;
}
.contact .adders h3 {
    color: #232020;
    float: left;
    font-size: 25px;
    padding: 5px 0 20px;
}






.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	    width: 190px;
    height: 190px;
    display: inline-block;
    margin: 10px;
}
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	-o-perspective: 900px;
	-ms-perspective: 900px;
	perspective: 900px;
}
.ch-info{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.ch-info .ch-info-front {
	box-shadow: inset 0 0 0 16px rgba(0,0,0,0.3);
}

.ch-info .ch-info-back {
	-webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	background: #468e12;
	opacity: 0;
}

.ch-img-1 { 
	background-image: url(../images/seo.jpg);
	    background-size: 100% 100%;
}

.ch-img-2 { 
	background-image: url(../images/ppc.jpg);
	    background-size: 100% 100%;
}

.ch-img-3 { 
	background-image: url(../images/social_media.jpg);
	    background-size: 100% 100%;
}
.ch-img-4 { 
	background-image: url(../images/content.jpg);
	    background-size: 100% 100%;
}
.ch-img-5 { 
	background-image: url(../images/cro.jpg);
	    background-size: 100% 100%;
}
.de-img-1 { 
	background-image: url(../images/webdesign.jpg);
	    background-size: 100% 100%;
}

.de-img-2 { 
	background-image: url(../images/graphic_design.jpg);
	    background-size: 100% 100%;
}

.de-img-3 { 
	background-image: url(../images/logo.jpg);
	    background-size: 100% 100%;
}
.sa-img-1 { 
	background-image: url(../images/wordpress.jpg);
	    background-size: 100% 100%;
}

.sa-img-2 { 
	background-image: url(../images/ecommerce.jpg);
	    background-size: 100% 100%;
}

.sa-img-3 { 
	background-image: url(../images/moblie_app.jpg);
	    background-size: 100% 100%;
}
.sa-img-4 { 
	background-image: url(../images/magento.jpg);
	    background-size: 100% 100%;
}
.sa-img-5 { 
	background-image: url(../images/php.jpg);
	    background-size: 100% 100%;
}
.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size:28px;
	font-weight:400;
	    text-align: center;
	margin: 0 15px;
	padding:70px 0px;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}
.ch-info a {
text-decoration:none;

}
.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover .ch-info-front {
	-webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	opacity: 0;
}

.ch-item:hover .ch-info-back {
	-webkit-transform: rotate3d(1,0,0,0deg);
	-moz-transform: rotate3d(1,0,0,0deg);
	-o-transform: rotate3d(1,0,0,0deg);
	-ms-transform: rotate3d(1,0,0,0deg);
	transform: rotate3d(1,0,0,0deg);
	opacity: 1;
}
.services_digital_marketing .col-lg-4{
	border-left:5px solid #468e12;
	margin-top:60px;
}
.uk-margin h3{
	margin:0px;
	padding:0px 0px 20px;
	text-align:left;
}
.uk-margin p{
	text-align:left;
}
.uk-margin h3 a{
	       color: #468e12;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;

}
.inner_help{
	float:left;
	width:100%;
	background:#468e12;
	text-align:center;
	padding:50px 0;
}
.inner_help h2{
  color: #fff;
}
.inner_help p{
  color: #fff;
}
.split-section .seo-wrap {
    max-width: 75%;
    margin: auto;
    position: relative;
    margin-top: 10%;
}
.split-section .seo-wrap h3{
	font-size: 2.40542em;
    font-weight: bold;
    text-transform: uppercase;
}
.about-agent{
    width: 100%;
    float: left;
    padding: 25px 0;
}
.about-agent img{
    float: right;
    width: 450px;
    border: 1px solid #ccc;
    padding: 5px;
}
.map {
    width: 100%;
    float: left;
    background: #9a0b0a;
    text-align: center;
}
.map h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    padding: 30px 0 20px;
    text-align: center;
}
.map p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 0;
}
.map span {
    background: #9a0b0a none repeat scroll 0 0;
    border: 4px solid #fff;
    border-radius: 100%;
    color: #fff;
    font-size: 34px;
    height: 91px;
    padding: 20px 30px 11px;
    position: relative;
    top: 28px;
}
.map iframe {
    width: 100%;
    float: left;
}
.gallery{
 width: 100%;
    float: left;
	padding:15px 0;
}
.gallery ul {
    border-top: 1px solid #f1f1f1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.gallery li {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 6px 5px 6px 10px;
    font-size: 16px;
}
.gallery li strong {
    color: #394041;
    display: inline-block;
    font-weight: 600;
    margin-right: 10px;
}
.contact_text_form h1 {
    color: #131313;
    font-size: 24px;
    text-align: center;
    margin: 20px 0 15px;
    font-weight: bold;
    float: left;
    width: 100%;
}
.blocks label {
    float: left;
    width: 100%;
    line-height: 37px;
    text-align: left;
    margin-right: 0px;
    font-weight: bold;
    color: #666;
}
.contact_text_form form p input {
    border: 1px solid #cccccc;
    color: #666666;
    float: left;
    height: 40px;
    margin: 1% 0;
    margin-top: 3px;
    padding: 0 2px;
    width: 95%;
}
.contact_text_form form p textarea {
    border: 1px solid #cccccc;
    color: #666666;
    float: left;
    height: 150px;
    margin-top: 3px;
    padding-left: 5px;
    width: 97%;
    margin: 1% 0;
}
.contact_text_form form p input[type="submit"] {
    border: 1px solid #cccccc;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 40px;
    margin-top: 10px;
    padding: 0 38px;
    text-transform: capitalize;
    transition: all 0.7s ease-in-out 0s;
    width: auto;
	background: #000;
}
.thank {
    float: left;
    width: 100%;
    text-align: center;
    color: #030;
    font-size: 30px;
    min-height: 300px;
	padding-top:80px;
}
*::-moz-selection {
    background: #dd374d none repeat scroll 0 0;
    color: #fff;
    text-shadow: none;
}