@charset "utf-8";
/* CSS Document */

:focus {
	outline: 0 none !important;
}
:active {
	outline: 0 none !important
}
.navbar-brand {
	height: 110px;
	padding-top: 10px;
}
.navbar-default {
	background-color: #fff;/*border-color: #eeeeee;
    -webkit-box-shadow: 0 3px 0px 0 #eee;
    -moz-box-shadow: 0 3px 0px 0 #eee;
    box-shadow: 0 3px 0px 0 #eee;*/
}
.navbar {
	border-radius: 0;
	margin-bottom: 0px;
}
.navbar-brand {
	color:#58595b !important;
	font-weight: 700;
	font-size: 25px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #c22228;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
	background-color: #c22228;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	background-color: #c22228;
}
.navbar-default .navbar-nav>li>a {
	font-size: 13px;
	font-family: "Lato";
	margin-right: 10px;
	font-weight: 600;
}

.media, .report, .polls, .private, .analytic, .inter, .work, .deploy, .content{
    padding-top: 5px;
	}	

/*request*/

.requestan{
	background:url(../images/request-title.jpg) no-repeat scroll center center transparent;
	min-height:265px;
	}
	
.grey{
	background:#f6f6f6;
	}
	
.blue{
	color:#01669d;
	}
	
.whitebox{
	background:#fff;
	padding:40px;
	height:auto;
	margin-bottom: 50px;
	margin-top:50px;
	}	
	
.blue:after{
	position:absolute;
	top:18%;
	left:30%;
	content:"";
	height:1px;
	width:40%;
	background:#d2d2d3;
	}

.whitebox form{
    margin-top: 100px;
	}

.whitebox .form-control{
	height:58px;
	}
	
.whitebox label {
    color: #414042;
    display: block;
    font-size: 19px;
    margin: 0 0 20px;
    padding-left: 25px;
	}
	
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: none;
    margin-left: 50px;
    margin-right: 20px;
}	

	
#bigbutton{
    background: none repeat scroll 0 0 #c22228;
    border-radius: 5px;
    color: #fff;
    font-size: 22px;
    left: 32%;
    margin-top: 50px;
    padding: 10px 90px;
    position: relative;
	border: 1px solid #cccccc;
    transition: all 0.3s ease 0s;
	}
#bigbutton1{
    background: none repeat scroll 0 0 #c22228;
    border-radius: 5px;
    color: #fff;
    font-size: 22px;
    left: 25%;
    margin-top: 50px;
    padding: 10px 90px;
    position: relative;
	border: 1px solid #cccccc;
    transition: all 0.3s ease 0s;
	}
	
#bigbutton:hover{
	background: none repeat scroll 0 0 #c4c4c4;
	color:#fff;
	transition: all 0.3s ease 0s;
	}
	#bigbutton1:hover{
	background: none repeat scroll 0 0 #c4c4c4;
	color:#fff;
	transition: all 0.3s ease 0s;
	}

/*app development*/	

.app-develop-bg{
	background:url(../images/mobile-app-title.jpg) no-repeat scroll 0 0 transparent;
	min-height:266px;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	}
	
ul.mylist{
	margin:0;
	padding:0;
	}
	
ul.mylist li{
	margin:0 0 9px 13px;
	padding:0 0 0 5px;
	}
	
/*webdevelopment apps*/

.webdevelop-bg{
	background: no-repeat scroll 0 0 transparent;
	min-height:266px;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	}	
	
.myimage img {
    border:0px !important;
    float: none !important;
}	


/*features*/

.features h6{
    color: #414042;
    font-size: 15px;
    font-weight: normal;
    padding-left: 35px;
    text-align: left;
    text-transform: capitalize;
	}

h6.easy{
	background:url(../images/easy.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.easy:hover{
	background:url(../images/easyhover.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.open{
	background:url(../images/open.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.open:hover{
	background:url(../images/openhover.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.content{
	background:url(../images/content.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.content:hover{
	background:url(../images/contenthover.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.wiki{
	background:url(../images/wiki.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.wiki:hover{
	background:url(../images/wikihover.png) no-repeat scroll 0 0 transparent;	
	}
	
	
	
	
h6.work{
	background:url(../images/work.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.work:hover{
	background:url(../images/workhover.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.deploy{
	background:url(../images/deploy.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.deploy:hover{
	background:url(../images/deployhover.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.friend{
	background:url(../images/friend.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.friend:hover{
	background:url(../images/friendhover.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.geo{
	background:url(../images/geo.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.geo:hover{
	background:url(../images/geohover.png) no-repeat scroll 0 0 transparent;	
	}
	



h6.inter{
	background:url(../images/inter.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.inter:hover{
	background:url(../images/interhover.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.full{
	background:url(../images/full.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.full:hover{
	background:url(../images/fullhover.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.media{
	background:url(../images/media.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.media:hover{
	background:url(../images/mediahover.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.message{
	background:url(../images/message.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.message:hover{
	background:url(../images/messagehover.png) no-repeat scroll 0 0 transparent;	
	}
	
	
	
	
h6.advan{
	background:url(../images/advan.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.advan:hover{
	background:url(../images/advanhover.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.analytic{
	background:url(../images/analytic.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.analytic:hover{
	background:url(../images/analytichover.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.lineform{
	background:url(../images/lineform.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.lineform:hover{
	background:url(../images/lineformhover.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.group{
	background:url(../images/group.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.group:hover{
	background:url(../images/grouphover.png) no-repeat scroll 0 0 transparent;	
	}
	
	
	
	
	
	
h6.rapid{
	background:url(../images/rapid.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.rapid:hover{
	background:url(../images/rapidhover.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.report{
	background:url(../images/report.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.report:hover{
	background:url(../images/reporthover.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.polls{
	background:url(../images/polls.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.polls:hover{
	background:url(../images/pollshover.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.private{
	background:url(../images/private.png) no-repeat scroll 0 0 transparent;	
	}
	
h6.private:hover{
	background:url(../images/privatehover.png) no-repeat scroll 0 0 transparent;	
	}

.pad_bottom h6{
    padding-bottom: 9px;
	}
	
.pad_bottom{
	padding-bottom:15px;
	}									



@media (min-width: 768px) {
	 .navbar-nav > li > a {
	 padding: 8px 14px;
	 line-height: inherit;
	 text-transform: uppercase;
	}
	 .navbar-brand {
	 padding-top: 8px;
	 height: 110px;
	}
}


@media (max-width: 768px ) {
	 
	.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: none;
    margin-left: 0px;
	}
	
	.contactcheckbox{
		margin:0;
		padding:0;
		}	
		
	.contactcheckbox checkbox{
		padding-left:0 !important;
		}
		
	.whitebox label{
		padding-left:0 !important;
		font-size:18px;
		}				
		 
#bigbutton{

    font-size: 16px;
    left: 0%;
    margin-top: 50px;
    padding: 10px 45px;
    position: relative;
    transition: all 0.3s ease 0s;
	}

	
#bigbutton:hover{
	background:#d4d4d4;
	color:#fff;
	transition: all 0.3s ease 0s;
	}	
	
	#bigbutton {
    margin-top: 25px !important;
}
#bigbutton1 {
    font-size: 16px;
    left: 28px;
    margin-top: 20px;
    padding: 10px 45px;
    position: relative;
    transition: all 0.3s ease 0s;
}
	

 .col-xs-push-2, .col-xs-push-3, .col-xs-push-1, .col-xs-pull-1 {
 left: 0;
 right: 0;
}
 .carousel-control.tab-left {
 left: 10px !important;
}
 .carousel-control.tab-right {
 right: 10px !important;
}
 .slide-desp {
 margin: 20px 0 !important;
}
 .s-1, .s-2, .s-3, .s-4, .s-5 {
 border: 1px solid #ccc;
 margin: 2% 2% 0 0;
}
}
#slideshow {
	background: url(../images/slide-bg.png) repeat-x scroll 0 0 transparent;
}
/* concept */
.concept-just {
	padding: 20px 0;
}
.concept-just .col-md-22 {
	margin-right: 27px;
	margin-left: 27px;
	float: left;
}
.concept-just h3 {
	text-align: center;
	font-size: 15px;
	font-weight: 600;
}
.arrow {
	position: relative;
}
.arrow img {
	position: relative;
	top: 80px;
	bottom: 0;
	float: left;
	margin-top: -15px;
}
.concept {
	background: url(../images/circle-arrow.png) no-repeat scroll right center transparent;
	display: block;
	position: relative;
	min-height: 160px;
	min-width: 160px;
}
.concept:hover {
	background-position: 0 0;
}
.concept img {
	/*position: absolute;
	top: 50px;
	bottom: 0;
	left: 40px;
	right: 0;*/
	padding-top: 53px;
	padding-left: 43px;
	transition: all 0.001s ease-in 0s;
	-o-transition: all 0.001s ease-in 0s;
	-ms-transition: all 0.001s ease-in 0s;
	-moz-transition: all 0.001s ease-in 0s;
	-webkit-transition: all 0.001s ease-in 0s;
}
.concept:hover img {
	-webkit-animation:pulse ease-in-out 1 normal 1s;
	-moz-animation:pulse ease-in-out 1 normal 1s;
	-ms-animation:pulse ease-in-out 1 normal 1s;
	-o-animation:pulse ease-in-out 1 normal 1s;
	animation:pulse ease-in-out 1 normal 1s;
}
@-webkit-keyframes pulse {
 0% {
 -webkit-transform:scale(1)
}
33% {
 -webkit-transform:scale(0.9)
}
66% {
 -webkit-transform:scale(1.1)
}
100% {
 -webkit-transform:scale(1)
}
}
@-moz-keyframes pulse {
 0% {
 -moz-transform:scale(1)
}
33% {
 -moz-transform:scale(0.9)
}
66% {
 -moz-transform:scale(1.1)
}
100% {
 -moz-transform:scale(1)
}
}
@-o-keyframes pulse {
 0% {
 -o-transform:scale(1)
}
33% {
 -o-transform:scale(0.9)
}
66% {
 -o-transform:scale(1.1)
}
100% {
 -o-transform:scale(1)
}
}
@keyframes pulse {
 0% {
 transform:scale(1)
}
33% {
 transform:scale(0.9)
}
66% {
 transform:scale(1.1)
}
100% {
 transform:scale(1)
}
}
@-webkit-keyframes rotate {
 0% {
 -webkit-transform:rotate(45deg)
}
33% {
 -webkit-transform:rotate(90deg)
}
66% {
 -webkit-transform:rotate(180deg)
}
100% {
 -webkit-transform:rotate(360deg)
}
}
@-moz-keyframes rotate {
 0% {
 -webkit-transform:rotate(45deg)
}
33% {
 -webkit-transform:rotate(90deg)
}
66% {
 -webkit-transform:rotate(180deg)
}
100% {
 -webkit-transform:rotate(360deg)
}
}
@-o-keyframes rotate {
 0% {
 -webkit-transform:rotate(45deg)
}
33% {
 -webkit-transform:rotate(90deg)
}
66% {
 -webkit-transform:rotate(180deg)
}
100% {
 -webkit-transform:rotate(360deg)
}
}
.img-hover img:last-child {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.carousel {
	margin-top: 40px;
	margin-bottom: 30px;
}
.carousel-control {
	position:absolute;
	top: -62px;
	right:0px;
	width:26px;
	height: 23px;
	font-size:20px;
	color:#fff;
	text-align:center;
	background: url(../images/prev-next.png) no-repeat scroll 0 0 transparent;
}
.tab-carousel {
	background: url(../images/tab-prev-next.png) no-repeat scroll 0 0 transparent;
	position: absolute !important;
	top: 50% !important;
	width: 14px;
	height: 22px;
	margin-top: -14px;
}
.carousel-control.tab-left {
	position: absolute;
	left: -40px;
	background-position: 0 0;
}
.carousel-control.tab-right {
	position: absolute;
	right: -40px;
	background-position: -14px 0;
}
.carousel-control.tab-left:hover {
	background-position: 0 -22px;
}
.carousel-control.tab-right:hover {
	background-position: -14px -22px;
}
.carousel-control.left {
	position: absolute;
	right: 30px;
	background-position: 0 0;
}
.carousel-control.left:hover {
	background-position: 0 -23px;
}
.carousel-control.right {
	background-position: -27px 0;
}
.carousel-control.right:hover {
	background-position: -27px -23px;
}
.carousel-control:hover, .carousel-control:focus {
	outline:0;
	color:#fff;
	text-decoration:none;
	opacity:.9;
	filter:alpha(opacity=90)
}
.testimonials p {
	background: #f7f7f7;
	position: relative;
	padding: 10px;
	text-shadow: 0 1px 0 #fff;
	border: 1px solid #ddd;
}
.testimonials p:before {
	content:".";
	font-size: 0;
	width: 0;
	height: 0;
	left: 5%;
	margin-left: -2px;
	bottom: -12px;
	position: absolute;
	border-top: 12px solid #ddd;
	border-left: 12px dashed transparent;
	border-right: 12px dashed transparent;
}
.testimonials p:after {
	position: absolute;
	content: ".";
	font-size: 0;
	width: 0;
	left: 5%;
	height: 0;
	bottom: -10px;
	border-top: 10px solid #f7f7f7;
	border-left: 10px dashed transparent;
	border-right: 10px dashed transparent;
}
.author {
	padding-top: 10px;
}
/* Ftr Styles */
.ftr {
	background: url(../images/ftr-bg.png) no-repeat scroll right bottom #4c4c4c;
	color: #bcbec0;
	padding: 20px 0 0 0;
}
.ftr-logo {
	background: url(../images/ftr-logo.png) no-repeat scroll 0 0 transparent;
	width: 263px;
	height: 90px;
	margin-top: 45px;
}
.ftr-logo a {
	text-indent: -9999px;
	display: block;
}
.ftr-logo:hover {
	background: url(../images/ftr-logo-hover.png) no-repeat scroll 0 0 transparent;
}
.ftr-link {
	padding: 0 0 0 15px;
}
.ftr-link li {
	list-style: square;
	line-height: 24px;
}
.ftr-link li a {
	font-size: 14px;
}
.ftr a {
	color: #bcbec0;
}
.ftr a:hover {
	color: #C22228;
}
.ftr h3 {
	padding-bottom: 5px;
	color: #fff;
	font-weight: 600;
}
.address {
	padding-left: 25px;
}
.map-icon {
	background: url(../images/address-ico.png) no-repeat scroll left 4px transparent;
	display: block;
}
.call-icon {
	background: url(../images/call-ico.png) no-repeat scroll left center transparent;
	display: block;
}
.mail-icon {
	background: url(../images/mail-ico.png) no-repeat scroll left center transparent;
}
.social-sprite {
	margin-top: 10px;
}
.social-sprite li {
	display: inline;
}
.social-sprite li a {
	background: url(../images/social-sprite.png) no-repeat scroll 0 0 transparent;
	display: inline-block;
 *display: inline;
	width: 37px;
	height: 37px;
	text-indent: -9999px;
	margin: 0 10px 0 0;
}
.social-sprite li a.twit:hover {
	background-position: -187px 0;
}
.social-sprite li a.youtube {
	background-position: -46px 0;
}
.social-sprite li a.youtube:hover {
	background-position: -233px 0;
}
.social-sprite li a.linkedin {
	background-position: -92px 0;
}
.social-sprite li a.linkedin:hover {
	background-position: -278px 0;
}
.social-sprite li a.google {
	background-position: -139px 0;
}
.social-sprite li a.google:hover {
	background-position: -325px 0;
}
.cpy-rgt {
	padding: 10px 0 5px 0;
	margin: 20px 0 0 0;
	border-top: 1px solid #868686;
}
.company {
	background: #f7f7f7;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0 30px 0;
}
.box {
	border: 1px solid #ddd;
	background: #fff;
	padding: 20px;
}
.box h4 {
	font-size: 20px;
	color: #000;
	margin-bottom: 15px;
}
.box p {
	margin-top: 30px;
}
.left-1 h3 {
	font-size: 30px;
	font-weight: 400;
	color: #fff;
}
.left-1 img {
	margin-top: 40px;
}
.left-1 h2 {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
}
.left-1 img, .left-2 img, .left-3 img {
	width: 100%;
}
.left-1, .left-2 {
	float: left;
	position: relative;
	z-index: 9999;
}
.left-3 {
	float: right;
}
.left-2 {
	top: 125px;
	left: 150px;
}
 @media (max-width: 480px ) {
 .left-2, .left-3 {
 display: none;
}
}



@media (min-width: 769px) and (max-width: 991px) {
	.whitebox label{
		padding-left:0 !important;
		}
	}





@media (min-width: 481px) and (max-width: 768px) {
 .left-3 {
 display: none;
}
 .left-2 {
 left: 75px !important;
}
}
@media (max-width: 420px) {
 .navbar-brand {
 padding-top: 20px;
 width: 222px !important;
}
}
#breadcrumb {
	background: #f7f7f7;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
#quote {
/*margin-bottom: 50px;
	margin-top: 40px;*/
}
.clear {
	clear: both;
	height: 0;
}
.top {
	margin-top: 15px;
}
.center {
	text-align: center;
}
.m-top {
	margin-top: 20px;
}
#about {
	padding-bottom: 20px;
}
#about-us, #portfolio {
	background: #f7f7f7;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	padding: 30px;
}
#about-us h3 {
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.page-title {
	border-bottom: 1px solid #d6d6d6;
	padding: 0 50px 10px;
	display: inline-block;
}
.web-icon {
	background: url(../images/web-icon.png) no-repeat scroll left center transparent;
}
.map {
	margin: 20px 0 30px 0;
}
.service img {
	display: inline-block;
}
.service:hover h4 {
	color: #C22228;
}
#portfolio-list .portfolio {
	width: 93.5% !important;
}
.porfolio img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.top-info {
	position: absolute;
	right: 0;
	top: 5px;
}
/*---start portfolio --*/
.portfolio_main {
	padding:2% 0 4%;
}
#info {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	background:#fcf8e3;
	border:1px solid #fbeed5;
	width:95%;
	max-width:900px;
	margin:0 auto 40px auto;
	font-size:12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#info .info-wrapper {
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#info a {
	color:#c09853;
	text-decoration:none;
}
#info p {
	margin:5px 0 0 0;
}
.container {
	position: relative;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#filters {
	margin:4% 1%;
	padding:0;
	list-style:none;
	text-align: center;
}
#filters li {
	display:inline-block;
	margin-right: 20px;
}
#filters li span {
	font-size:13px;
	display: block;
	padding: 10px 30px;
	border: 1px solid rgb(221, 221, 221);
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
#filters li span.active, #filters li span:hover {
	background: #C22228;
	border: 1px solid #CF5050;
	color:#fff;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:23%;
	margin:1%;
	display:none;
	float:left;
	overflow:hidden;
}
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	cursor:pointer;
}
.portfolio img {
	top: 0px !important;
	max-width:100%;
	position: relative;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.portfolio-wrapper:hover img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.eye-icon {
	display: inline-block;
	margin: 10px 0;
	width: 48px;
	height: 27px;
	z-index:1;
	text-align: center;
}
.eye-icon img {
	opacity: 1 !important;
}
.eye-icon img:focus {
	opacity: 0.4;
}
.portfolio .label {
	position: absolute;
	width: 100%;
	height: auto;
	bottom:-400px;
}
.portfolio .label-bg {
	background: rgba(255, 255, 255, 0.5);
	background: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.portfolio .label-text {
	color: #58595b;
	position: relative;
	z-index:1;
	padding:5px 8px;
}
.label-text h4.page-title {
	color: #C22228;
	padding-top: 20px;
}
.portfolio .text-category {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 100;
	margin-top: 5px;
}
.fancyDemo {
	border-bottom: 5px solid #ddd;
}
@media only screen and (max-width: 992px) {
 .top-info {
 left: 0 !important;
 right: 60px !important;
 bottom: 0 !important;
 position: absolute;
}
}
 @media only screen and (max-width: 768px) {
	 
	 .blue:after{
		position:absolute;
		!top:15%;
		}
	
	#bigbutton{
		margin-top:25px !important;
		}
		
	.whitebox form{
		margin-top:50px !important;
		}			
	 
 .label-text h4.page-title {
 font-size: 100%;
}
 .navbar-brand {
 width: 280px;
}
 .nav-tabs > li {
 margin-bottom: 4px;
}
 .other-optn {
 display: block;
}
 a.pull-right {
 float: left !important;
 display: block;
 margin-top: 10px;
}
 .other-optn {
 top: 0 !important;
}
 .smart_business h1 {
font-size: 17px !important;
text-align:center;
}
 .smart_business_image {
}
 .smart_business_image h2 {
margin:0;
text-align:center;
float:none !important;
}
 .smart_business_image1 {
}
 .smart_business_image1 h2 {
margin:0;
text-align:center;
float:none !important;
}
 #tab-1 h3, #tab-2 h3 {
float:none !important;
}
#tab-1 h2, #tab-2 h2 {
margin: 20px 0 !important;
}
.smart_list ul {
width:100% !important;
margin:0 0 20px 16px!important
}
.development_bg h2 {
font-size:17px !important;
}
.accordion{ margin:0 !important}
.finance h2 {
    color: #58595b;
    font-size: 15px !important;
    font-weight: bold;
    margin: 0 0 3px;
    text-align: left !important;
} 
}
@media only screen and (max-width: 480px) {
 #filters li {
 margin-right: 5px;
}
 #filters li span {
 padding: 10px 24px;
}
}
@media only screen and (max-width: 980px) {
 .concept-just {
 display: none;
}
 .col-xs-push-1 {
 left: 0;
}
 .col-xs-pull-1 {
 right: 0;
}
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
	
	.our_services{ width:100% !important}
	}
@media only screen and (min-width: 768px) and (max-width: 992px) {
 .navbar-header {
 float: none !important;
}
 .navbar-right {
 float: none !important;
}
 .navbar-nav {
 margin: 55px 0 20px 0 !important;
 text-align: center;
 width: 100%;
 display: inline-block;
}
 .navbar-brand img {
 display: inline-block;
 text-align: center;
}
 .navbar-brand {
 float: none !important;
 text-align: center;
 display: inline-block;
 width: 100%;
 padding-top: 50px !important;
}
}
@media only screen and (max-width: 380px) {
 #filters li span {
 padding: 6px 10px;
}
 .question strong {
 display: block;
}
 #portfoliolist .portfolio {
 width: 48%;
}
#bigbutton1 {
    font-size: 16px;
    left: 0;
    margin-top: 50px;
    padding: 10px 45px;
    position: relative;
    transition: all 0.3s ease 0s;
} 
.finance h2 {
    color: #58595b;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 3px;
    text-align: center !important;
}
}
.request, .question {
	float: left;
	font-size: 17px;
	margin-left: 20px;
}
.question strong {
	color: #C22228;
	font-size: 18px;
}
.request a {
	text-transform: uppercase;
	background: url("../images/arrow.png") no-repeat scroll right 50.6% transparent;
	padding-right: 15px;
	font-weight: 600;
}
.client .item div {
	margin-bottom: 10px;
}
strong {
	color: #C22228;
}
#addmore {
	position: relative;
}
.addmore {
	position: absolute;
	right: 0;
	top: 25px;
	background: #C22228;
	color: #fff;
	padding: 3px 10px;
	border-radius: 3px;
}
.addmore:hover, .addmore:focus {
	color: #fff;
}
.not-interest {
	margin-top: 20px;
	margin-bottom: 20px;
}
.other-optn {
	font-size: 15px;
	position: relative;
	top: 5px;
}
.enquiry-form {
	background: #f7f7f7;
	padding: 20px 10px 10px 10px;
}
.bottom {
	margin-bottom: 20px;
}
/* News */
#news {
	background: #F4F4F4;
}
.overlay {
	position: relative;
}
.overlay {
	visibility: hidden;
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.loop-entry-media:hover .overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	visibility: visible;
}
.loop-entry-media:hover .catg-img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-backface-visibility: hidden;
}
.loop-entry-media a {
	overflow: hidden;
	position: relative;
	display: block;
}
.catg-img {
	width: 100%;
	nowhitespace: afterproperty;
	webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.loop-cont {
	padding: 10px;
}
#news h3 {
	margin-top: 10px;
}
.catg-box {
	background: #fff;
	-webkit-box-shadow: 0 0 5px 0 #eee;
	-moz-box-shadow: 0 0 5px 0 #eee;
	box-shadow: 0 0 5px 0 #eee;
	border: 1px solid #eee;
	margin-bottom: 20px;
	min-height: 430px;
}
.time {
	background: url(../images/clock-icon.png) no-repeat scroll left center transparent;
	padding-left: 20px;
}
.big-cont-bg {
	background: #fff;
	-webkit-box-shadow: 0 0 5px 0 #eee;
	-moz-box-shadow: 0 0 5px 0 #eee;
	box-shadow: 0 0 5px 0 #eee;
	border: 1px solid #eee;
}
#news .carousel-control {
	position: absolute;
	top: 6px;
	z-index: 9999;
	right: 6px;
}
#news .carousel-control.left {
	background-position: 0 0;
	position: absolute;
	right: 30px;
}
#news .carousel-control.left:hover {
	background-position: 0 -23px;
}
#news .carousel-control.right {
	background-position: -27px 0;
}
#news .carousel-control.right:hover {
	background-position: -27px -23px;
}
.big-catg {
	padding: 10px 10px 10px 10px;
}
.single-news {
	margin-top: 15px;
}
.single-img {
	margin-bottom: 10px;
}
.strong {
	font-weight: bold;
	color: #333;
}
.related-post h3 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.user img, .w-img img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	padding: 4px;
	background: #fff;
	border: 1px solid #ccc;
	float: left;
}
.comment {
	margin-left: 80px;
}
.name {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.post-comments {
	text-shadow: 1px 1px 0 #fff;
}
.date {
	margin-bottom: 10px;
	color: #999;
}
.main-comt, .rply-comt {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.reply {
	background: url(../images/news/reply-icon.png) no-repeat scroll left center transparent;
	padding-left: 25px;
}
.rply-comt {
	margin-left: 80px;
}
.m-left {
	margin-left: 10px;
}
#searchform input {
	padding: 6px 60px 6px 12px;
	position: relative;
}
#searchform {
	position: relative;
}
.site-searchform button {
	background: none repeat scroll 0 0 #C8393E;
	border: medium none;
	color: #fff;
	cursor: pointer;
	height: 24px;
	line-height: 24px;
	margin-top: -12px;
	outline: medium none;
	padding: 0 10px;
	position: absolute;
	right: 8px;
	text-align: center;
	top: 50%;
	transition: all 0.25s ease 0s;
	width: 35px;
}
.wp-widget {
	margin-top: 20px;
}
.wp-widget .nav-tabs {
	text-align: left !important;
}
.w-img {
	float: left;
}
.w-cont {
	margin-left: 70px;
}
.post {
	margin: 10px 0;
	border-bottom: 1px solid #ccc;
}
.post:last-child {
	border-bottom: 0 none;
	margin-bottom: 0;
}
.box-arrow {
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
	margin-top: 20px;
	position: relative;
}
.box-arrow:before {
	content:".";
	position: absolute;
	font-size: 0;
	width: 0;
	height: 0;
	border-bottom: 12px solid #ccc;
	border-left: 12px dashed transparent;
	border-right: 12px dashed transparent;
	top: -12px;
	left: 28px;
}
.box-arrow:after {
	content:".";
	position: absolute;
	font-size: 0;
	width: 0;
	height: 0;
	border-bottom: 10px solid #fff;
	border-left: 10px dashed transparent;
	border-right: 10px dashed transparent;
	top: -10px;
	left: 30px;
}
.arrow-1 {
}
.arrow-2:after {
	left: 120px;
}
.arrow-2:before {
	left: 118px;
}
.arrow-3:after {
	left: 215px;
}
.arrow-3:before {
	left: 213px;
}
.tag {
	margin-top: 20px;
}
.tag a {
	float: left;
	display: block;
	margin-bottom: 5px;
}
span.label:hover {
	background: #C22228;
}
.other-logo {
	width: 80px;
	float: left;
}
.logo-cont h5 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
}

.logo-cont:hover h5{
	color:#c22228;
	}

.other-sites {
	margin: 25px 0;
}
#services {
	padding: 20px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f8f8f8;
	text-shadow: 0 1px 0 #fff;
}
#page-link {
	text-align: center;
	background: #f8f9f9;
	padding: 27px 0;
}
#page-link1 {
	
	background: #FFFFFF;
	padding: 27px 0;
}
.s-1 span, .s-2 span, .s-3 span, .s-4 span, .s-5 span {
	background: url(../images/services-sprite.png) no-repeat scroll 0 0 transparent;
	width: 70px;
	height: 60px;
	display: inline-block;
	text-align: center;
}
.s-1 span.software {
	background-position: 0 0;
}
.s-1:hover span.software {
	background-position: 0 -60px;
}
.s-2 span.app {
	background-position: -70px 0;
}
.s-2:hover span.app {
	background-position: -70px -60px;
}
.s-3 span.website {
	background-position: -140px 0;
}
.s-3:hover span.website {
	background-position: -140px -60px;
}
.s-4 span.project {
	background-position: -210px 0;
}
.s-4:hover span.project {
	background-position: -210px -60px;
}
.s-5 span.mail {
	background-position: -280px 0;
}
.s-5:hover span.mail {
	background-position: -280px -60px;
}
#page-link h4 {
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
}
#about {
	padding-top: 40px;
}
#about2 {
	padding-top:27px;
}
.item img {
	border: 1px solid #e6e7e8;
	cursor: pointer;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.item img:hover {
	border-color: #B7B7B7;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
}
#page-title {
	padding: 50px 0;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
}
#page-title h3 {
	font-size: 25px;
	font-weight: 800;
	padding-bottom: 10px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px;
}
#page-title h3:after {
	content: ".";
	font-size: 0;
	width: 60px;
	height: 3px;
	background: #fff;
	left: 46.5%;
	position: absolute;
	bottom: 0;
}
.contact {
	background: url(../images/contact-title.jpg) no-repeat scroll center center transparent;
}
.map, .phone, .mail, .website {
	padding-left: 25px;
}
.map {
	background: url(../images/map.png) no-repeat scroll left top transparent;
}
.phone {
	background: url(../images/call.png) no-repeat scroll left center transparent;
}
.mail {
	background: url(../images/mail.png) no-repeat scroll left center transparent;
}
.website {
	background: url(../images/website.png) no-repeat scroll left center transparent;
}
h6 {
	font-size: 20px;
	text-transform: uppercase;
	color: #01669d;
	font-weight: 600;
	margin-bottom: 7px;
}
/*.....About-page....*/

.about_bg {
	background:url(../images/about-banner.jpg) no-repeat;
	height:auto;
	background-size:cover
}
.about_bg h2 {
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:30px;
	text-transform:uppercase;
	margin:78px 0 45px 0
}
.about_bg span {
	border-bottom:4px solid #FFF;
	padding-bottom:10px;
}
.about_bg p {
	text-align:center;
	color:#FFF;
	font-size:16px;
	margin:0 0 70px 0;
}
.smart_business {
}
.smart_business h1 {
	color:#c22228;
	margin:0;
	padding:0;
	text-align:left;
	margin:0 0 30px 0;
	text-transform:uppercase;
	font-weight:bold;
	font-size:24px;
}
.smart_business span {
	float:left;
	clear:both;
	border-bottom:2px solid #afafaf;
	padding-bottom:12px;
}
.smart_business p, .smart_business_image p {
	color:#58595b;
	font-size:14px;
	line-height:22px;
	float:left;
	margin:0 0 20px 0;
	font-weight:normal;
	text-align:justify;
}
.smart_business strong {
	color:#58595b;
}

.smart_business_image img {
	float:left;
	!width:100%;
	border:1px solid #CCC;
}

.smart_business_image h2 {
	margin:0;
	float:right;
}
.smart_business_image1 img {
	float:left;
	!width:100%;
	border-bottom:1px #f1f2f2 solid;
	padding:0 0 20px 0
}

.smart_business_image1 h2 {
	margin:0;
	float:right;
}
.solution_list {
}
.solution_list ul {
	padding:0;
	margin:0;
	float:left;
}
.solution_list ul li {
	list-style:none;
	margin:0 0 15px 0;
	line-height:38px;
	color:#58595b;
	font-size:14px;
	background:url(../images/software-deve-icon.png) no-repeat;
	padding:0 0 0 54px;
}
.solution_list ul li.project_management {
	background:url(../images/project-manage-icon.png) no-repeat;
}
.solution_list ul li.mobile_app {
	background:url(../images/mobile-app-development.png) no-repeat;
}
.solution_list ul li.web_hosting {
	background:url(../images/webhosting-icon.png) no-repeat;
}

.our_mission{
	border-right:1px solid #CCC;
	margin:25px 0 35px 0;
}

.our_mission:hover h2{
	color:#c22228;
	}


.homethreeserv:hover h4{
	color:#c22228;
	}




.our_mission:hover img, .other-sites:hover img, .homethreeserv:hover img{
	-webkit-animation:pulse ease-in-out 1 normal 500ms;
	-moz-animation:pulse ease-in-out 1 normal 500ms;
	-ms-animation:pulse ease-in-out 1 normal 500ms;
	-o-animation:pulse ease-in-out 1 normal 500ms;
	animation:pulse ease-in-out 1 normal 500ms
	}
	
@-webkit-keyframes pulse{
	0%{
		-webkit-transform:scale(1)
	}33%{
		-webkit-transform:scale(0.9)
	}66%{
		-webkit-transform:scale(1.1)
	}100%{
		-webkit-transform:scale(1)
	}
}
@-moz-keyframes pulse{
	0%{
		-moz-transform:scale(1)
	}33%{
		-moz-transform:scale(0.9)
	}66%{
		-moz-transform:scale(1.1)
	}100%{
		-moz-transform:scale(1)
	}
}
@-o-keyframes pulse{
	0%{
		-o-transform:scale(1)
	}33%{
		-o-transform:scale(0.9)
	}66%{
		-o-transform:scale(1.1)
	}100%{
		-o-transform:scale(1)
	}
}
@keyframes pulse{
	0%{
		transform:scale(1)
	}33%{
		transform:scale(0.9)
	}66%{
		transform:scale(1.1)
	}100%{
		transform:scale(1)
	}
}		
	
	
.our_mission h1 {
	text-align:center;
	display:inline-block;
	margin:0 0 0 0;
}
.our_mission h2 {
	font-weight:bold;
	font-size:19px;
	color:#02669d;
}
.our_mission p {
	color:#58595b;
	padding:5px;
}
.our_values {
	border-right:none;
}
/*..Partners...*/
.partners_bg {
	background:url(../images/partners.jpg) no-repeat;
	background-size:cover
}
.gallery_bg {
	background:url(../images/gallery.jpg) no-repeat;
	background-size:cover
}
.service_bg {
	background:url(../images/service-bg.jpg) no-repeat;
	background-size:cover
}
.our_service_bg {
	background:url(../images/our-sevices.jpg) no-repeat;
	background-size:cover
}
.smart_list p {
	font-size:16px;
}
.smart_list {
	width:100%
}
.smart_list ul {
	padding:0;
	margin:0 0 0 16px;
	float:left;
	width:50%
}
.smart_list ul li {
	line-height:28px;
	list-style:url() none none;
	color:#01669d;
	text-align:left;
	width:100%
}
.smart_list ul li a {
	color:#58595b;
	font-size:14px;
	text-decoration:none;
}
.smart_list2 {
	width:44% !important
}
.smart_business_image h1 {
	text-align:left;
	margin:11px 0 15px;
	text-transform:uppercase;
	font-size:16px;
	color:#00669c;
	font-weight:bold;
}
.development_bg {

}



.development_bg h2 {
	color:#c22228;
	margin:0;
	padding:0;
	text-align:center;
	margin:0 0 35px 0;
	text-transform:uppercase;
	font-weight:bold;
	font-size:24px;
}
.development_bg span {
	clear:both;
	border-bottom:2px solid #afafaf;
	padding-bottom:12px;
}
.development_bg p {
	text-align:center;
}
.development_bg h4 {
	margin:0 0 0 0;
}
#service4{
    background: none repeat scroll 0 0 #f8f9f9;
    padding: 36px 0 0 0 ;
    text-align: center;
	}
	
	
#webimage{
	background: none repeat scroll 0 0 #f8f9f9;
    padding: 36px 0 0 0 ;
    text-align: center;
	}
	
#features{
	background: none repeat scroll 0 0 #fff;
    padding: 36px 0 30px 0 ;
    text-align: center;
	}		
	
	
.development_bg img{
	margin-top:40px;
	!margin-bottom:25px;
	}	
	
.services {
	width:100%;
	background:#FFF;
	float:left;
}
.accordion {
	list-style-type: none;
	padding: 0;
	margin:0 0 261px;
	border-top: none;
	border-left: none;
	width:100%;
}
.accordion ul {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width:100%;
}
.accordion li {
	font-size:13px;
	color:#5B5B5B !important;
	cursor: pointer;
	list-style-type: none;
	margin:6px 0 -3px;
	padding: 5px 0 0 0px !important;
	float: left;
	display: block;
	background:none !important;
	width:100%;
}
.accordion li.active>a {
	background:url(../images/minus.png) no-repeat left 8px;
	color:#333 !important;
}
.accordion li div {
	width:100%;
	text-align:justify;
	margin:10px 0 0 0;
	display: block;
	line-height:23px;
	clear: both;
	float: left;
}
.accordion a {
	color: #939598;
	cursor: pointer;
	display: block;
	text-align:left;
	float: left;
	font-size: 14px;
	margin: 0;
	padding:9px 0 8px 40px;
	font-weight:bold;
	text-decoration: none;
	width:100%;
	background:url(../images/plus.png)no-repeat left 8px;
	border:1px solid #CCC;
	background-color: #f6f6f6 !important
}
.accordion a:hover {
	background: url(../images/plus.png)no-repeat left 8px;
	color:#333;
}
.accordion ul li:active {
}
.accordion li ul li {
	background: #f8f8f8;
	font-size: 0.9em;
}
.accordion span {
	margin:0 0 0 3px;
	float:left;
	color:#5B5B5B !important;
	font-size:13px;
}
.webdevelopment {
	float:left;
	transition: background 0.3s ease 0s;
	margin:20px 0 70px;
	height:auto;
	text-align:center;
	border-right: 1px solid #e5e5e5;
	width:100%;
}
.webdevelopment_border{border-right: none;}
.webdevelopment h4 {
	text-align:center;
}
.webdevelopment h2 {
	color: #01669d;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 3px 0;
	text-align: center;
}
.webdevelopment p {
	color: #767676;
	font-size: 13px;
	line-height: 21px;
	margin:0 0 12px;
	padding: 10px;
	text-align: center;
}
.web_icon {
	transition: background 0.3s ease 0s;
	width:33px;
	height:56px;
	text-align:center;
	display:inline-block;
	background:url(../images/service-icon1-hover.png) no-repeat;
	margin:0 0 17px 0
}
.web_icon:hover {
	background:url(../images/service-icon1.png) no-repeat;
}
.webdevelopment:hover .web_icon {
	background:url(../images/service-icon1.png) no-repeat;
}
.contact_discovery {
	background:url(../images/website-dev-icon.png);
	height:52px;
	width: 61px; border-right:none;
}
.contact_discovery:hover {
	background:url(../images/website-dev-icon-hover.png) no-repeat;
}
.webdevelopment:hover .contact_discovery {
	background:url(../images/website-dev-icon-hover.png) no-repeat;
}
.end_to_end {
	width: 59px;
	background: url(../images/project-deve-icon.png) no-repeat;
}
.end_to_end:hover {
	background:url(../images/project-deve-icon-hover.png) no-repeat;
}
.webdevelopment:hover .end_to_end {
	background:url(../images/project-deve-icon-hover.png) no-repeat;
}
.it_sales {
	width:48px;
	background:url(../images/web-hosting-service-icon.png) no-repeat;
}
.it_sales:hover {
	background:url(../images/web-hosting-service-icon-hover.png) no-repeat;
}
.webdevelopment:hover .it_sales {
	background:url(../images/web-hosting-service-icon-hover.png) no-repeat;
}
.software_development_icon1 {
	width:70px;
	background:url(../images/software-deve-icon-service.png) no-repeat;
}
.software_development_icon1:hover {
	background:url(../images/software-deve-icon-service-hover.png) no-repeat;
}
.webdevelopment:hover .software_development_icon1 {
	background:url(../images/software-deve-icon-service-hover.png) no-repeat;
}
.btn {
	background:#d4d4d4;
	color:#FFF;
	border-radius:3px;
}
.btn:hover {
	background:#c22228;
	color:#FFF;
}
.our_services {
	text-align:center;
	float:left;
	width:50%
}
.service2 {
	float:right;
}
/* gallery */
.portfolio_bg h2, .referesh_quote h2 {
	color: rgb(238, 114, 120);
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	margin:0 0 29px 0px;
}
.portfolio_bg p {
	color: rgb(44, 62, 80);
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 20px;
	text-align: center;
}
.portfolio {
	margin-bottom: 10px;
}

.img_block{
	position: relative;
	margin:24px 0 26px
}

.img-block a img {
	height: 121px;
}
.row-last {
	margin-right: 0;
}
.zoom {
   display: block;
    height: auto;
    overflow: hidden;
    position: relative;
    width: auto;
	background:#fff url(../images/loader.gif) no-repeat center;
}
.zoom img { width:100%;
}
.zoomOverlay {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	display:none;
	background-image:url(../images/zoom.png);
	background-repeat:no-repeat;
	background-position:center;
}
.portfolio_bg {
	float:left;
	width:100%;
	margin:0 0 57px
}
.img_block p{ font-size:15px; background:#f4f4f4; font-weight:bold; padding:10px 0 9px 0;}

.img_block{
	width:100%;
	min-height:270px;
	}

.zoom_icon {
			background: url("../images/zoom_small.png") no-repeat scroll center center rgba(0, 0, 0, 0.5);
			border: 0 none;
			opacity: 0;
			position: absolute;
			top: 0;
			left: 0;
			right:0;
			bottom:0;
			text-align: center;
			width: auto;
			margin:0;
			-webkit-transition: all 200ms ease-in-out;
			-moz-transition: all 200ms ease-in-out;
			transition: all 200ms ease-in-out;
			
			
		}
		
.img_block:hover .zoom_icon{
	opacity:1;
	-webkit-animation:pulse ease-in-out infinite normal 1s;
	-moz-animation:pulse ease-in-out infinite normal 1s;
	-ms-animation:pulse ease-in-out infinite normal 1s;
	-o-animation:pulse ease-in-out infinite normal 1s;
	animation:pulse ease-in-out infinite normal 1s;
	}


.link{
	min-height:100px;
	position:relative;
	overflow:hidden;
	}
	
.link img{
	width:100%;
	
	}	
	
.link h1{
	margin:0;
	padding:0;
	}
	
.link_bottom{
	margin-bottom:20px;
	}		
	
.link_icon{
			background: url("../images/link_small.png") no-repeat scroll center center rgba(0, 0, 0, 0.4);
			border: 0 none;
			opacity: 0;
			position: absolute;
			top: 0;
			left: 0;
			right:0;
			bottom:0;
			text-align: center;
			width: auto;
			margin:0;
			-webkit-transition: all 200ms ease-in-out;
			-moz-transition: all 200ms ease-in-out;
			transition: all 200ms ease-in-out;
		}
		
.link:hover .link_icon{
	opacity:1;
	}	
	
	



.img_block{
	background:rgba(255,255,255,0.8);
	}

.img_block i{
	background: none repeat scroll 0 0 #ffffff;
    color: #231f20;
    display: block;
    font-size: 22px;
    left: 60%;
    margin-left: -55px;
    margin-top: -23px;
    padding: 10px 12px;
    position: absolute;
    text-align: center;
    top: -46px;
    transform: rotate(45deg);
    transition: all 500ms ease 0s;
    z-index: 8;
	}
	
.img_block:hover i{
	position:absolute;
	top:50%;
	left:60%;
	}

.img_block i:hover {
    transform: rotate(405deg);
	background:#c22228;
	color:#fff;
	}
	
.link i{
	background: none repeat scroll 0 0 #f3f3f3;
    color: #000;
    display: block;
    font-size: 16px;
    left: 60%;
    margin-left: -55px;
    margin-top: -23px;
    padding: 7px 8px;
    position: absolute;
    text-align: center;
    top: -50px;
    transform: rotate(45deg);
    transition: all 500ms ease 0s;
    z-index: 8;
	}
	
.link:hover i{
	position:absolute;
	top:60%;
	left:60%;
	}


.link i:hover {
    transform: rotate(405deg);
	background:#c22228;
	color:#fff;
	}
				


.finance {
	float:left;
	transition: background 0.3s ease 0s;
	margin:20px 0 70px;
	height:auto;
	text-align:center;
	
	width:100%;
}
.finance_border{border-right: none;}
.finance h3 {
	text-align:right;
	margin: 0 -4px 15px 0;
}
.finance h2 {
	 color: #58595b;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 3px;
    text-align: center;
}
.process_main{height:auto; background:#f1f2f2;
width:100%;padding: 20px 0 0;  margin: -36px 0 0;}
.process{height:auto}

.smart_business ul{
height: 50px;
	list-style: none;
	margin: 0px 0 0 0px;
	padding: 0;
	color:#6a6e71;
	clear:both;
	
	}
	.smart_business ul li {
	float: left;
	padding: 0px 0px 0px 20px;
	margin:0 0 0 0px;
	background:url(../images/dot.png) no-repeat scroll 0 12px rgba(0, 0, 0, 0);
	line-height:28px;
	width:100%
	}
