
/*==============================================
09. WHAT WE DO SECTION CSS
================================================*/
.service-col {
	border:1px solid #e5e5e5;
	font-size: 14px;
	padding: 40px 35px 45px;
	position: relative;
	z-index: 1;
	margin-top: 30px;
}
.service-col:after, 
.feature-col:after {
	content: '';
	background: #1e1571;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	position: absolute;
	z-index: -1;
}
.service-col h3 {
	font-size: 22px;
	letter-spacing: 0.02em;
	margin-bottom: 15px;
}
.service-col p {
	margin: 0;
}
.service-col i {
	font-size: 44px;
	color: #fcb843;
	margin-bottom: 25px;
}
.service-col:hover:after, 
.feature-col:hover:after {
	height: 100%;
}
.services-list .row {
	margin-top:-30px;	
}
.services-list .col:nth-of-type(4) {
	clear: left;
}
.bg-grey {
	background: #f4f4f4;
}



.service-col p {
	-moz-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	-webkit-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	-o-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	-ms-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
}

.service-col:hover * {
	color: #fff;
}
.service-col:after,

a {
	color: #1e1571;
	text-decoration: none;
}
a:hover, 
a:focus {
	color: #1e1571;
	outline: none;
	text-decoration: underline;
}
alltrans, 
.btn, 
.btn:before, 
.owl-dot, 
.owl-dot span, 
.navtrigger, 
.slider-content h1, 
.slider-content h2, 
.slider-content p, 
.slider-content .cta-row, 
.main-slider .owl-nav > div, 
.feature-col, 
.service-col:after, 
.feature-col:after, 
#header, .owl-nav > div, 
.owl-nav > div:after, 
.partners-slider img, 
.team-overlay, 
.team-overlay p, 
.team-social-links, 
.team-social-links a, 
.work-overlay, 
.blog-category:after, 
#logo img, .logo, 
#header, 
.side-menu-trigger, 
.side-menu-trigger:after, 
.navigation-menu > li > ul, 
.sidenav-wrapper, 
.navigation-menu > li > a, 
.navigation-menu > li, 
.contact-col i:after, 
.search-trigger, 
.pricing-box, 
.team-header, 
.search-wrapper,
.feature-col p,
.service-col p {
	-moz-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	-webkit-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	-o-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	-ms-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
}
a {
	color: #49c1bf;
	text-decoration: none;
}
a:hover, 
a:focus {
	color: #49c1bf;
	outline: none;
	text-decoration: underline;
}
.quick-contact {
	padding: 50px 0;	
}
.quick-contact h3 {
	color: #fff;
	margin: 0;
}

/* Common button CSS
==========================================================*/
.btn {

	
	text-transform: uppercase;

	display: inline-block;


	font-weight: 600;
	position: relative;

	line-height: 48px;
	overflow: hidden;
	z-index: 1;

}
.btn:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	
	height: 0;
	z-index: -1;
}
.btn:hover, 
.btn:focus {
	text-decoration: none;
	color: #fff;
}

.btn.btn-block {
	display: block;
}
.btn.btn-danger {
	background: #d43f3a;	
}
.btn.btn-warning {
	background: #f0ad4e;	
}
.btn.btn-info {
	background: #5bc0de;	
}
.btn.btn-success {
	background: #5cb85c;	
}
.btn.btn-primary {
	background: #49c1bf;
}
.btn.btn-grey {
	background: #888;
}
.btn:active, 
.btn.active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn:hover:before, 
.btn:focus:before {
	height: 100%;
}
.btn + .btn {
	margin-left: 10px;
}
.btn.btn-white {
	background-color: #fff;
	color: #242424;
}
.btn.btn-white:hover, 
.btn.btn-white:focus {
	color: #fff;
}
.btn.btn-white:before {
	background: #49c1bf;
}
.btn.btn-lg, 
input[type="submit"].btn-lg, 
input[type="button"].btn-lg, 
button.btn-lg {
	padding: 0 35px;
	font-size: 20px;
	height: 56px;
	line-height: 56px;
}
.btn.btn-sm, 
input[type="submit"].btn-sm, 
input[type="button"].btn-sm, 
button.btn-sm {
	padding: 0 20px;
	font-size: 15px;
	height: 42px;
	line-height: 44px;
}
.btn.btn-sm.btn-sm:after {
	margin-bottom: 0;
}
.btn.btn-xs, 
input[type="submit"].btn-xs, 
input[type="button"].btn-xs, 
button.btn-xs {
	padding: 0 15px;
	font-size: 12px;
	height: 35px;
	line-height: 37px;
}
.btn.btn-outline, 
input[type="submit"].btn-outline, 
input[type="button"].btn-outline, 
button.btn-outline {
	background: none;
	border: solid 2px #fba30b;
	color: #fba30b;
}
.btn.btn-outline-white, 
input[type="submit"].btn-outline-white, 
input[type="button"].btn-outline-white, 
button.btn-outline-white {
	border-color: #fff;
	color: #fff;
}
.btn.btn-outline:hover, 
input[type="submit"].btn-outline:hover, 
input[type="button"].btn-outline:hover, 
button.btn-outline:hover {
	color: #fff;
	border-color: #fba30b;
}
.btn.btn-outline:before {
	background: #fba30b;	
}
.btn.btn-outline-white:hover, 
input[type="submit"].btn-outline-white:hover, 
input[type="button"].btn-outline-white:hover {
	border-color: #fff;
	color: #fba30b;
}
.btn.btn-outline:hover:after, 
input[type="button"].btn-outline:hover:after, 
button.btn-outline:hover:after {
	border-color: #fff;
}
.btn.btn-outline-white:hover:before { 
	background: #fff; 
}
.btn.btn-lg.btn-outline, 
input[type="submit"].btn-lg.btn-outline, 
input[type="button"].btn-lg.btn-outline {
	padding: 0 35px;
}
.btn.btn-sm.btn-outline, 
input[type="submit"].btn-sm.btn-outline, 
input[type="button"].btn-sm.btn-outline {
	padding: 0 20px;
}
.btn.btn-xs.btn-outline, 
input[type="submit"].btn-xs.btn-outline, 
input[type="button"].btn-xs.btn-outline {
	padding: 0 15px;
}

