/* Businest - Digital Agency HTML Template  */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Sticky Header
6. Page Title
7. Main Slider
8. Business Section
9. Services Section
10. Case Section
11. Counter Section
12. Testimonial Section
13. Team Section
14. Faq Section
15. Call To Action Section
16. Main Footer
17. Welcome Section
18. Agency Section
19. Portfolio Section
20. Fluid Section One
21. Blog Section
22. Page Title
23. Partner Section
24. Pricing Section
25. Comming Soon Section
26. Services Detail Section
27. Company Section
28. Company Detail Section
29. Gallery Three Column Section
30. Gallery Four Column Section
31. Gallery Masonry Section
32. Gallery Masonry Section Two
33. Gallery Detail Section
34. Blog Section
35. Blog Detail Section
36. Error Section
37. Contact Form Section
38. Map Section

**********************************************/

@import url('pe-icon-7-stroke.css');
@import url('simple-line-icons.css');
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('flaticon.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	
	font-size:14px;
	color:#787878;
	line-height:1.6em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'ProductSans-Regular';
}

/*** 

====================================================================
			Fonts
====================================================================

 ***/

@font-face {
	font-family: 'ProductSans-Regular';
	src:url('../fonts/ProductSans-Regular.eot');
	src:url('../fonts/ProductSans-Regular.eot') format('embedded-opentype'),
		url('../fonts/ProductSans-Regular.woff') format('woff'),
		url('../fonts/ProductSans-Regular.ttf') format('truetype'),
		url('../fonts/ProductSans-Regular.svg#ProductSans-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProductSans-Bold';
	src:url('../fonts/ProductSans-Bold.eot');
	src:url('../fonts/ProductSans-Bold.eot') format('embedded-opentype'),
		url('../fonts/ProductSans-Bold.woff') format('woff'),
		url('../fonts/ProductSans-Bold.ttf') format('truetype'),
		url('../fonts/ProductSans-Bold.svg#ProductSans-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#9BC08A;
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.2em;
}

textarea{
	overflow:hidden;	
}

button{
	outline: none !important;
	cursor: pointer;
}

p{
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
	color: #555555;
}

.text{
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
	color: #555555;
	margin: 0;
	font-family: 'ProductSans-Regular';
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.auto-container{
	position:static;
	max-width:1210px;
	padding:0px 20px;
	margin:0 auto;
}

.large-container{
	position:static;
	max-width:1600px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
	z-index: 9;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.theme-btn i{
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

.centered{
	text-align:center !important;
}

/*Btn Style One*/

.btn-style-one {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 10px 28px;
	font-weight: 400;
	overflow: hidden;
	border-radius: 3px;
	letter-spacing: 1px;
	border: 2px solid #024669;
	background-color: #024669;
	text-transform: capitalize;
	box-shadow: 0px 10px 25px rgba(234,58,96,0.15);
}

.btn-style-one:hover{
	background: none;
	color: #9BC08A;
	box-shadow: none;
}

/*Btn Style Two*/

.btn-style-two{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 10px 28px;
	font-weight: 400;
	overflow: hidden;
	border-radius: 3px;
	letter-spacing:1px;
	border:2px solid #024669;
	background-color: #024669;
	text-transform: capitalize;
}

.btn-style-two:hover{
	background: none;
	color: #024669;
}

/* Btn Style Three */

.btn-style-three{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #024669;
	padding: 10px 28px;
	font-weight: 400;
	overflow: hidden;
	border-radius: 3px;
	letter-spacing:1px;
	border:2px solid #ffffff;
	background-color: #ffffff;
	text-transform: capitalize;
}

.btn-style-three:hover{
	background: none;
	color: #ffffff;
}

/*=== List Style One ===*/

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	font-size:18px;
	line-height:24px;
	color: #414d60;
	font-weight:400;
	padding-left:25px;
	margin-bottom: 16px;
	font-family: 'ProductSans-Bold';
}

.list-style-one li:before{
	position: absolute;
	left: 0px;
	top: 10px;
	width:5px;
	height:5px;
	content: "";
	background-color:#9BC08A;
	border-radius:50%;
}

.list-style-one li a:hover{
	color: #44bce2;
}

.theme_color{
	color:#9BC08A;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:#ffffff; 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../images/icons/preloader.svg);
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.dropdown-toggle::after{
	display: none;
}

.fa{
	line-height: inherit;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 30px;
    height: 60px;
    width: 60px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
} 


/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:20px;
	right:20px;
	width:50px;
	height:50px;
	color:#ffffff;
	font-size:20px;
	line-height:50px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#9BC08A;
	display:none;
	border-radius: 0;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	opacity:0.70;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position: fixed;
	width:100%;
	display: block;
	z-index: 99999;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

/*=== Header Upper ===*/

.main-header .header-upper{
	position:relative;
	top: 0;
	z-index:5;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .header-upper .logo-outer{
	position:relative;
	float: left;
	z-index:25;
	padding: 34px 0px;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.main-header .logo-outer .logo{
	position:relative;	
}

.main-header .logo-outer .logo img{
	position:relative;
	display:inline-block;
	height:50px;
	max-width:100%;
	transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-header .logo-outer .logo .logo-2{
	position:absolute;
	left:0;
	top:0;
	opacity:0;	
}

.main-header.header-style-two.fixed-header .logo-outer .logo img{
	opacity:0;	
}

.main-header.header-style-two.fixed-header .logo-outer .logo .logo-2{
	opacity:1;	
}

.main-header .header-upper .nav-outer{
	position:relative;
	float: right;
}

/*=== Header Lower ===*/

.main-header .header-lower{
	position: relative;
}

.main-menu{
	position:relative;
	float:left;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:42px 0px;
	margin-right: 35px;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	font-size:16px;
	line-height:35px;
	font-weight:400;
	opacity:1;
	color:#ffffff;
	padding: 0px;
	text-transform:none;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color: #9BC08A;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:240px;
	z-index:100;
	opacity: 1;
	padding: 10px 0 22px;
	background:#161616;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	border-top: 1px solid #2e2e2e;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	padding:0 25px;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 0px;
	line-height:19px;
	font-weight:500;
	font-size:14px;
	text-align:left;
	color:rgba(255,255,255,0.8);
	border-bottom: 1px solid rgba(255,255,255,0.10);
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li:last-child > a{
	border-bottom:none;
	padding-bottom:0px;
}

.main-menu .navigation > li > ul > li:hover > a{
	color: #9BC08A;
	padding-left:10px;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
	right:0px;
	top:12px;
	width:10px;
	display:block;
	line-height:19px;
	font-size:16px;
	color: #ffffff;
	font-weight:800;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top: 0px;
	width:240px;
	z-index:100;
	opacity: 1;
	padding: 10px 0 22px;
	background:#161616;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	border-top: 1px solid #2e2e2e;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	padding:0 25px;
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:12px 0px;
	line-height:19px;
	font-weight:500;
	font-size:14px;
	text-align:left;
	color:rgba(255,255,255,0.8);
	border-bottom: 1px solid rgba(255,255,255,0.10);
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li:last-child > a{
	border-bottom:none;
	padding-bottom:0px;
}

.main-menu .navigation > li > ul > li  > ul > li:hover > a{
	color: #9BC08A;
	padding-left:10px;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;	
	top: 100%;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.main-menu .navigation > li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;	
	top: 0px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.main-menu .navigation > li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:8px;
	width:40px;
	height:30px;
	border:none;
	text-align:center;
	font-size:20px;
	font-weight:400;
	line-height:28px;
	background:#ffffff;
	color:#9BC08A;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box{
	position: relative;
	float: left;
	margin-left:30px;
}

/*search box btn*/

.main-header .search-box-outer{
	position:relative;
	float: left;
	padding: 46px 0px;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.main-header .search-box-btn{
	position: relative;
	height: 30px;
    cursor: pointer;
    background: none;
    font-size: 16px;
    color: #ffffff;
	padding-left:20px;
	border-left:1px solid rgba(255,255,255,0.90);
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.main-header .search-box-btn:hover{
	color: #9BC08A;
}

.dropdown-toggle::after{
	display: none;
}

.main-header .search-box-outer .dropdown-menu{
	top:56px !important;
	left: auto !important;
	right: 0;
	padding:0px;
	width:280px;	
	border-radius:0px;
	transform: none !important;
	border-top:3px solid #9BC08A;
}

.main-header .search-panel .form-container{
	padding:25px 20px;	
}

.main-header .search-panel .form-group{
	position:relative;
	margin:0px;	
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select{
	display:block;
	width:100%;
	line-height:24px;
	padding:7px 40px 7px 15px;
	height:40px;
	font-size:14px;
	border:1px solid #e0e0e0;
	background:#ffffff;	
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
	border-color:#9BC08A;	
}

.main-header .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:pointer;
}

.main-header .outer-box .btn-box .theme-btn{
	position: relative;
	float: right;
}

/*** 

====================================================================
				Sticky Header
====================================================================

***/

.fixed-header{
	position:fixed;
	width:100%;
	top:0px;
	box-shadow:0px 2px 10px rgba(0,0,0,0.06);
	background-color:#ffffff;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.fixed-header .header-upper .logo-outer{
	padding:17px 0px;
}

.fixed-header .main-menu .navigation > li{
	padding:25px 0px;
}

.fixed-header .main-menu .navigation > li > a{
	color:#222222;
}

.fixed-header .main-menu .navigation > li:hover > a,
.fixed-header .main-menu .navigation > li.current > a,
.fixed-header .main-menu .navigation > li.active > a{
	color:#9BC08A;
}

.fixed-header .search-box-outer{
	padding:27px 0px;
}

.fixed-header .search-box-btn{
	color:#858b97;
	border-color:#858b97;
}

/* Header Style Three */

.header-style-three{
	background-color:#ffffff;
	box-shadow:0px 3px 10px rgba(0,0,0,0.10);
}

.header-style-three .main-menu .navigation > li{
	padding:33px 0px;
}

.header-style-three .main-menu .navigation > li > a{
	color:#414d60;
}

.header-style-three .search-box-btn{
	color:#414d60;
	border-color:#b9c1ce;
}

.header-style-three .search-box-outer{
	padding:35px 0px;
}

.header-style-three .header-upper .logo-outer{
	padding:25px 0px;
} 

/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title{
	position:relative;
	z-index: 1;
	margin-bottom:70px;
}

.sec-title .title{
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 24px;
	color: #9BC08A;
	font-weight: 400;
	font-family: 'ProductSans-Bold';
	letter-spacing:3px;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.sec-title h2{
	position: relative;
	display: block;
	font-size:36px;
	line-height: 1.3em;
	color: #414d60;
	font-weight: 400;
	font-family: 'ProductSans-Bold';
}

.sec-title .text{
	position:relative;
	color:#7c8799;
	font-size:18px;
	line-height:1.7em;
	margin-top:20px;
}

.sec-title.light .title,
.sec-title.light h2{
	color: #ffffff;
}

.sec-title.centered{
	text-align:center;
}

/*** 

====================================================================
	Banner Carousel Section
====================================================================

***/

.banner-carousel-section{
	position:relative;
	overflow:hidden;
}

.banner-carousel-section .auto-container{
	position:relative;
}


.banner-carousel-section .active .icon-one{
	-webkit-transition-delay:1000ms;
	-ms-transition-delay:1000ms;
	transition-delay:1000ms;
	-webkit-transform:translate(0px);
	-ms-transform:translate(0px);
	transform:translate(0px);
	opacity:1;
}

.banner-carousel-section .active .icon-two{
	-webkit-transition-delay:1000ms;
	-ms-transition-delay:1000ms;
	transition-delay:1000ms;
	-webkit-transform:translate(0px);
	-ms-transform:translate(0px);
	transform:translate(0px);
	opacity:1;
}

.banner-carousel-section .active .icon-three{
	-webkit-transition-delay:1000ms;
	-ms-transition-delay:1000ms;
	transition-delay:1000ms;
	-webkit-transform:translate(0px);
	-ms-transform:translate(0px);
	transform:translate(0px);
	opacity:1;
}

.banner-carousel-section .active .icon-four{
	-webkit-transition-delay:1000ms;
	-ms-transition-delay:1000ms;
	transition-delay:1000ms;
	-webkit-transform:translate(0px);
	-ms-transform:translate(0px);
	transform:translate(0px);
	opacity:1;
}

.banner-carousel-section .active .icon-five{
	-webkit-transition-delay:1000ms;
	-ms-transition-delay:1000ms;
	transition-delay:1000ms;
	-webkit-transform:translate(0px);
	-ms-transform:translate(0px);
	transform:translate(0px);
	opacity:1;
}

.banner-carousel-section .active .icon-six{
	-webkit-transition-delay:1000ms;
	-ms-transition-delay:1000ms;
	transition-delay:1000ms;
	-webkit-transform:translate(0px);
	-ms-transform:translate(0px);
	transform:translate(0px);
	opacity:1;
}

.banner-carousel-section .active .icon-seven{
	-webkit-transition-delay:1000ms;
	-ms-transition-delay:1000ms;
	transition-delay:1000ms;
	-webkit-transform:translate(0px);
	-ms-transform:translate(0px);
	transform:translate(0px);
	opacity:1;
}

.banner-carousel-section .active .icon-eight{
	-webkit-transition-delay:1000ms;
	-ms-transition-delay:1000ms;
	transition-delay:1000ms;
	-webkit-transform:translate(0px);
	-ms-transform:translate(0px);
	transform:translate(0px);
	opacity:1;
}


.banner-carousel-section .icon-one{
	position:absolute;
	right:900px;
	top:90px;
	width:39px;
	height:38px;
	background-repeat:no-repeat;
	z-index:10;
	opacity:0;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
	-webkit-transform:translateX(-50px);
	-ms-transform:translateX(-50px);
	transform:translateX(-50px);
}

.banner-carousel-section .icon-two{
	opacity:0;
	position:absolute;
	right:800px;
	top:240px;
	width:20px;
	height:20px;
	background-repeat:no-repeat;
	z-index:10;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
}

.banner-carousel-section .icon-three{
	opacity:0;
	position:absolute;
	left:0px;
	top:600px;
	width:20px;
	height:120px;
	background-repeat:no-repeat;
	z-index:10;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
	-webkit-transform:translateX(50px);
	-ms-transform:translateX(50px);
	transform:translateX(50px);
}

.banner-carousel-section .icon-four{
	opacity:0;
	position:absolute;
	right:65%;
	top:240px;
	width:44px;
	height:15px;
	background-repeat:no-repeat;
	z-index:10;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
}

.banner-carousel-section .icon-five{
	opacity:0;
	position:absolute;
	right:18%;
	top:52%;
	width:17px;
	height:19px;
	z-index:10;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
	background-repeat:no-repeat;
	-webkit-transform:translateX(-50px);
	-ms-transform:translateX(-50px);
	transform:translateX(-50px);
}

.banner-carousel-section .icon-six{
	opacity:0;
	position:absolute;
	right:11%;
	top:53%;
	width:82px;
	height:69px;
	z-index:10;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
	background-repeat:no-repeat;
	-webkit-transform:translateX(50px);
	-ms-transform:translateX(50px);
	transform:translateX(50px);
}

.banner-carousel-section .icon-seven{
	opacity:0;
	position:absolute;
	right:32%;
	top:83%;
	width:17px;
	height:19px;
	z-index:10;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
	background-repeat:no-repeat;
	-webkit-transform:translateX(50px);
	-ms-transform:translateX(50px);
	transform:translateX(50px);
}

.banner-carousel-section .icon-eight{
	opacity:0;
	position:absolute;
	right:36%;
	top:86%;
	width:39px;
	height:38px;
	z-index:10;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
	background-repeat:no-repeat;
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
}

.banner-carousel-section .icons{
	position:absolute;
	width:65%;
	height:100%;
}

.banner-carousel-section .slide{
	position:relative;
}

.banner-carousel-section .slide .curve-layer{
	position:absolute;
	left:0;
	top:0px;
	height:100%;
	width:65%;
	z-index:1;
	margin-left:35px;
	background-position:right top;
	background-repeat:no-repeat;
	background-size:auto 100%;
	opacity: 0;
	-webkit-transform: translateX(-500px);
	-moz-transform: translateX(-500px);
	-ms-transform: translateX(-500px);
	-o-transform: translateX(-500px);
	transform: translateX(-500px);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.banner-carousel-section .slide .curve-layer:before{
	content:'';
	position:absolute;
	right:600px;
	top:0;
	width:7000px;
	height:100%;
	background:#ffffff;	
}

.banner-carousel-section .active .curve-layer{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.banner-carousel-section .slide .image-layer{
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
	width:75%;
	background-repeat:no-repeat;
	background-position:center top;
	background-size: cover;
	opacity: 0;
	-webkit-transform: translateX(500px);
	-moz-transform: translateX(500px);
	-ms-transform: translateX(500px);
	-o-transform: translateX(500px);
	transform: translateX(500px);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.banner-carousel-section .slide .image-layer:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000000;
	opacity:0.60;	
}

.banner-carousel-section .active .image-layer{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.banner-carousel-section .content{
	position:relative;
	padding-top:350px;
	max-width:560px;
	z-index:99;
	padding-bottom:270px;
}

.banner-carousel-section .content h2{
	position:relative;
	color:#414d60;
	font-size:54px;
	font-weight:400;
	font-family: 'ProductSans-Bold';
	line-height:1.2em;
	opacity: 0;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-carousel-section .active .content h2{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
}

.banner-carousel-section .content .text{
	position:relative;
	color:#858b97;
	font-size:20px;
	line-height:1.6em;
	margin-top:20px;
	margin-bottom:40px;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-carousel-section .active .content .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
}

.banner-carousel-section .content .link-box{
	position:relative;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-carousel-section .active .content .link-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
}

.banner-carousel-section .banner-carousel .owl-dots{
	display: none;
}

.banner-carousel-section .banner-carousel .owl-nav{
    position: absolute;
	right:0px;
    bottom: 0px;
    z-index: 99;
    opacity: 0;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.banner-carousel-section .banner-carousel:hover .owl-nav{
	opacity: 1;
}

.banner-carousel-section .banner-carousel .owl-prev,
.banner-carousel-section .banner-carousel .owl-next{
	position: relative;
	display:inline-block;
	height: 60px;
	width: 60px;
	font-size: 24px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	line-height: 58px;
	margin-top:1px;
	border:1px solid rgba(255,255,255,0.20);
	background-color: rgba(255,255,255,0.10);
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.banner-carousel-section .banner-carousel .owl-prev:hover, 
.banner-carousel-section .banner-carousel .owl-next:hover{
	background-color: #ffffff;
	border-color:#ffffff;
	color: #9BC08A;
}

/*** 

====================================================================
	Banner Section Two
====================================================================

***/

.banner-section-two{
	position: relative;
}

.banner-section-two .tab{
	display:none;	
}

.banner-section-two .active-tab{
	display:block;	
}

.banner-section-two .carousel-outer{
	position: relative;
}

.banner-section-two .tabbed-carousel{
	position: relative;
}

.banner-section-two .slide-item .auto-container{
	position: relative;
}


.banner-section-two .slide-item{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 940px;
}

.banner-section-two .slide-item:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: .50;
	content: "";
}


.banner-section-two .content-box{
	position: relative;
	width: 100%;
	height: 940px;
	display: table;
}

.banner-section-two .content-box .content{
	position: relative;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}


.banner-section-two h2{
	position: relative;
	display: block;
	font-size: 54px;
	color: #ffffff;
	font-weight: 400;
	font-family: 'ProductSans-Bold';
	line-height: 1.2em;
	text-transform:capitalize;
	margin-bottom: 25px;
}

.banner-section-two .content-box .text{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.8em;
	color: #ffffff;
	font-weight: 300;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.banner-section-two .video-link a{
	position: relative;
	display: inline-block;
	height: 100px;
	width: 100px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 50%;
	margin-bottom: 20px;
}

.banner-section-two .video-link .icon{
	position: absolute;
	top: 15px;
	left: 15px;
	height: 70px;
	width: 70px;
	line-height: 70px;
	font-size: 20px;
	color: #9BC08A;
	background-color: #ffffff;
	text-align: center;
	padding-left: 5px;
	border-radius: 50%;
}

.banner-section-two .link-box{
	position: relative;
	display: block;
}

.banner-section-two .text-left .text{
	margin-left: 0;
}


.banner-section-two .slide-item .services{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.banner-section-two .thumbs-outer{
	position:relative;
	z-index:1;
}

.banner-section-two .tab-buttons{
	position:relative;
	width:100%;
}

.banner-section-two .tab-buttons .tab-btn{
	position:relative;
	display:block;
	float:left;
	width:33.3333%;
	font-size:14px;
	background:#ffffff;
	color:#aab1bd;
	border-top:4px solid transparent;
	text-transform:uppercase;
	font-weight:400;
	line-height:24px;
	cursor:pointer;
	text-align:center;
	padding:25px 15px 10px;
	transition:all 500ms ease;
}

.banner-section-two .tab-buttons .active-btn{
	color:#9BC08A;
	border-color:#9BC08A;
}

/*** 

====================================================================
	Business Section
====================================================================

***/

.business-section{
	position:relative;
	padding:90px 0px 90px;
	background-color:#fffafe;
}

.business-section .btn-box{
	margin-top:30px;
}

.business-block{
	position:relative;
	margin-bottom:30px;
}

.business-block .inner-box{
	position:relative;
	text-align:center;
	border-radius:2px;
	padding:50px 30px 50px;
	background-color:#ffffff;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
	box-shadow:0px 4px 5px rgba(171,7,42,0.08);
}

.business-block .inner-box:hover{
	box-shadow:0px 20px 30px rgba(171,7,42,0.10);
}

.business-block .inner-box h3{
	position:relative;
	font-size:20px;
	line-height:1.4em;
	font-weight:400;
	font-family: 'ProductSans-Bold';
	margin-top:17px;
}

.business-block .inner-box h3 a{
	position:relative;
	color:#222222;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.business-block .inner-box h3 a:hover{
	color:#9BC08A;
}

.business-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:3px;
	height:0px;
	background-color:#24b5f1;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.business-block .inner-box:hover:before{
	height:100%;
}

.business-block .inner-box .icon-box{
	position:relative;
	font-size:52px;
	color:#24b5f1;
	line-height:1em;
}

.business-block .inner-box .text{
	position:relative;
	color:#7c8799;
	font-size:16px;
	line-height:1.7em;
	margin-top:15px;
	font-family: 'ProductSans-Regular';
}

.business-block.style-two .inner-box .icon-box{
	color:#9BC08A;
}

.business-block.style-two .inner-box:before{
	background-color:#9BC08A;
}

.business-block.style-three .inner-box .icon-box{
	color:#8a75fb;
}

.business-block.style-three .inner-box:before{
	background-color:#8a75fb;
}

.business-block.style-four .inner-box .icon-box{
	color:#8fcb0f;
}

.business-block.style-four .inner-box:before{
	background-color:#8fcb0f;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding:120px 0px 160px;
}

.services-section .image-column{
	position:relative;
}

.services-section .image-column .inner-column{
	position:relative;
	padding-right:30px;
}

.services-section .image-column .inner-column .icon-one{
	position:absolute;
	left:0px;
	top:160px;
	width:44px;
	height:25px;
	background-repeat:no-repeat;
}

.services-section .image-column .inner-column .icon-two{
	position:absolute;
	left:100px;
	top:150px;
	width:17px;
	height:19px;
	background-repeat:no-repeat;
	-webkit-animation: fa-spin 5s infinite;
	-moz-animation: fa-spin 5s infinite;
	-ms-animation: fa-spin 5s infinite;
	-o-animation: fa-spin 5s infinite;
	animation: fa-spin 5s infinite;
}

.services-section .image-column .inner-column .icon-three{
	position:absolute;
	right:190px;
	bottom:-20px;
	width:17px;
	height:19px;
	background-repeat:no-repeat;
	-webkit-animation: fa-spin 10s infinite;
	-moz-animation: fa-spin 10s infinite;
	-ms-animation: fa-spin 10s infinite;
	-o-animation: fa-spin 10s infinite;
	animation: fa-spin 10s infinite;
}

.services-section .image-column .inner-column .icon-four{
	position:absolute;
	right:120px;
	bottom:-50px;
	width:39px;
	height:38px;
	background-repeat:no-repeat;
	-webkit-animation: fa-spin 15s infinite;
	-moz-animation: fa-spin 15s infinite;
	-ms-animation: fa-spin 15s infinite;
	-o-animation: fa-spin 15s infinite;
	animation: fa-spin 15s infinite;
}

.services-section .image-column .image{
	position:relative;
	margin-bottom:40px;
}

.services-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
	border-radius:5px;
}

.services-section .image-column .image.image-1{
	float:right;
	box-shadow:0px 20px 30px rgba(52,2,13,0.10);
}

.services-section .image-column .image.image-1:before{
	position:absolute;
	content:'';
	left:-60px;
	top:-50px;
	width:160px;
	height:150px;
	background:url(../images/icons/pattern-1.png) no-repeat;
}

.services-section .image-column .image.image-2{
	position:absolute;
	left:0px;
	bottom:-80px;
	box-shadow:0px 20px 30px rgba(52,2,13,0.10);
}

.services-section .image-column .image.image-2:before{
	position:absolute;
	content:'';
	left: auto;
	right: 40px;
	bottom:-30px;
	width: 170px;
	height:30px;
	background-color: #e9e2f5;
	background-repeat:no-repeat;
	background-position:center center;
}

.services-section .content-column{
	position:relative;
}

.services-section .content-column .inner-column{
	position:relative;
	padding-top: 30px;
}

.services-section .content-column .sec-title{
	margin-bottom:25px;
}

.services-section .content-column .inner-column .text{
	position:relative;
	margin-bottom:45px;
}

.services-section .content-column .inner-column .text p{
	position:relative;
	color:#7c8799;
	font-size:18px;
	line-height:1.6em;
	margin-bottom:25px;
}

.services-section .content-column .inner-column .text p:last-child{
	margin-bottom:0px;
}

/*** 

====================================================================
	Case Section
====================================================================

***/

.case-section{
	position:relative;
	padding:90px 0px 0px;
	background-color:#fffafe;
}

.case-section:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:80px;
	background-color:#ffffff;
}

.case-section .case-block{
	padding:0px;
	float:left;
}

/* Case Block */

.case-block{
	position:relative;
}

.case-block .inner-box{
	position:relative;
	display:block;
	overflow:hidden;
}

.case-block .inner-box .image{
	position:relative;
}

.case-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.case-block .inner-box .image .overflow-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	 -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.case-block .inner-box:hover .image .overflow-box{
	top:100%;
}

.case-block .inner-box:hover .image .overflow-box .overlay-inner{
	opacity:0;
}

.case-block .inner-box .image .overflow-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #024669 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #024669 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #024669 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, #024669));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #024669 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #024669 100%);
}

.case-block .inner-box .image .overflow-box .overlay-inner{
	position:absolute;
	left:35px;
	bottom:35px;
	transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
}

.case-block .inner-box .image .overflow-box .category{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:400;
}

.case-block .inner-box .image .overflow-box .category a{
	position:relative;
	color:#ffffff;
}

.case-block .inner-box .image .overflow-box h3{
	position:relative;
	font-size:20px;
	font-weight:400;
	font-family: 'ProductSans-Bold';
	line-height:1.5em;
	margin-top:12px;
	color:#ffffff;
}

.case-block .inner-box .image .overflow-box .read-more{
	position:relative;
	color:#ffffff;
	font-size:16px;
	margin-top:30px;
	display:inline-block;
	text-transform:capitalize;
}

.case-block .inner-box .image .overflow-box .read-more .arrow{
	position:relative;
	font-size:14px;
	top:1px;
	margin-left:10px;
}

.case-block .inner-box .image .overflow-box-two{
	position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
	opacity: 0;
    display: block;
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
	background-color:rgba(234,58,96,0.94);
}

.case-block .inner-box:hover .image .overflow-box-two{
	opacity:1;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);
	-webkit-transition-delay:500ms;
	-ms-transition-delay:500ms;
	transition-delay:500ms;
}

.case-block .inner-box .image .overflow-box-two .overlay-inner-two{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    text-align: left;
	z-index:1;
    padding: 10px 40px;
    vertical-align: middle;
	-webkit-transform:translateY(-50px);
	-ms-transform:translateY(-50px);
	transform:translateY(-50px);
	opacity:0;
}

.case-block .inner-box:hover .image .overflow-box-two .overlay-inner-two{
	opacity:1;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;	
	-webkit-transition-delay:1000ms;
	-ms-transition-delay:1000ms;
	transition-delay:1000ms;
}

.case-block .inner-box .image .overflow-box-two .overlay-inner-two .content{
	position: relative;
    display: table-cell;
    vertical-align: middle;
}

.case-block .inner-box .image .overflow-box-two .category-two{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:400;
}

.case-block .inner-box .image .overflow-box-two h4{
	position:relative;
	font-size:20px;
	font-weight:400;
	font-family: 'ProductSans-Bold';
	line-height:1.5em;
	margin-top:12px;
	color:#ffffff;
}

.case-block .inner-box .image .overflow-box-two h4 a{
	position:relative;
	color:#ffffff;
}

.case-block .inner-box .image .overflow-box-two .read-more{
	position:relative;
	color:#ffffff;
	font-size:16px;
	margin-top:30px;
	display:inline-block;
	text-transform:capitalize;
}

.case-block .inner-box .image .overflow-box-two .read-more .arrow{
	position:relative;
	font-size:14px;
	top:1px;
	margin-left:10px;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position:relative;
	padding:135px 0px 140px;
}

.counter-section .btn-box{
	margin-top:30px;
}

/*fact counter*/

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	margin-bottom:60px;
}

.fact-counter .column .inner{
	position:relative;
}

.fact-counter .column .inner .content{
	position:relative;
	text-align:center;
}

.fact-counter .column .inner .icon{
	position:relative;
	color:#9BC08A;
	font-size:60px;
	text-align:center;
	line-height:1em;
	font-weight: 400;
	margin-bottom:28px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.fact-counter .count-outer .percentage{
	display:inline-block;
	font-weight:600;
	color:#020e28;
	font-size:48px;
	line-height:1em;
}

.fact-counter .column .inner .count-outer{
	position:relative;
	font-weight:400;
	color:#414d60;
	font-size:54px;
	line-height:1em;
	display:inline-block;
}

.fact-counter .column .inner .counter-title{
	position:relative;
	font-size:18px;
	margin-top:12px;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	padding:145px 0px 145px;
	background-color:#024669;
	overflow:hidden;
}

.parallax-scene{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.testimonial-section .icon-two{
	position:absolute;
	left:100px !important;
	top:80px !important;
	width:18px;
	height:17px;
	background-repeat:no-repeat;
}

.testimonial-section .icon-one{
	position:absolute;
	left:20px !important;
	top:70% !important;
	width:60px;
	height:120px;
	background-repeat:no-repeat;
}

.testimonial-section .icon-three{
	position:absolute;
	left:25% !important;
	top:35% !important;
	width:20px;
	height:20px;
	border-radius:50%;
	background-color:rgba(255,255,255,0.05);
}

.testimonial-section .icon-four{
	position:absolute;
	left:15% !important;
	top:55% !important;
	width:40px;
	height:40px;
	border-radius:50%;
	background-color:rgba(255,255,255,0.05);
}

.testimonial-section .icon-five{
	position:absolute;
	right:15% !important;
	left:auto  !important;
	top:0% !important;
	width:55px;
	height:55px;
	margin-top:-28px;
	border-radius:50%;
	background-color:rgba(255,255,255,0.05);
}

.testimonial-section .icon-six{
	position:absolute;
	right:15% !important;
	bottom:0% !important;
	left:auto !important;
	top:auto !important;
	width:100px;
	height:100px;
	margin-bottom:-55px;
	border-radius:50%;
	background-color:rgba(255,255,255,0.05);
}

.testimonial-section .icon-seven{
	position:absolute;
	right:15% !important;
	top:55% !important;
	left:auto !important;
	width:33px;
	height:35px;
	background-repeat:no-repeat;
}

.testimonial-section .icon-eight{
	position:absolute;
	right:40% !important;
	top:75% !important;
	left:auto !important;
	width:10px;
	height:10px;
	border-radius:50%;
	background-color:rgba(255,255,255,0.05);
}

.testimonial-section .owl-dots,
.testimonial-section .owl-nav{
	display:none;
}

.testimonial-block{
	position:relative;
}

.testimonial-block .inner-box{
	position:relative;
	text-align:center;
}

.testimonial-block .inner-box .image{
	position:relative;
	width:80px;
	height:80px;
	margin:0 auto;
	border-radius:50%;
	overflow:hidden;
}

.testimonial-block .inner-box .text{
	position:relative;
	color:#ffffff;
	font-size:22px;
	line-height:1.6em;
	max-width:800px;
	margin:0 auto;
	margin-top:30px;
}

.testimonial-block .inner-box h3{
	position:relative;
	color:#ffffff;
	font-size:22px;
	line-height:1.7em;
	margin-top:30px;
}

.testimonial-block .inner-box .designation{
	position:relative;
	color:#87909f;
	font-size:16px;
	line-height:1.4em;
	margin-top:5px;
}

/* Team Section */

.team-section{
	position:relative;
	padding:110px 0px 120px;
}

.team-section .owl-nav{
	display:none;
}

.team-section .owl-dots{
	position:relative;
	margin-top:50px;
	text-align:center;
}

.team-section .owl-dots .owl-dot{
	position:relative;
	width:14px;
	height:14px;
	margin:0px 6px;
	border:2px solid #ffffff;
	display:inline-block;
	border-radius:50%;
	background-color:#ccd4e2;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.team-section .owl-dots .owl-dot.active,
.team-section .owl-dots .owl-dot:hover{
	background-color:#ffffff;
	border-color:#eb3f64;
}

/* Team Block */

.team-block{
	position:relative;
}

.team-block .inner-box{
	position:relative;
}

.team-block .inner-box .image{
	position:relative;
	overflow:hidden;
	border-radius:4px;
}

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.team-block .inner-box .image .overflow-box{
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
}

.team-block .inner-box .image .overflow-box:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:0px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	background-color:rgba(15,26,44,0.70);
}

.team-block .inner-box:hover .image .overflow-box:before{
	height:100%;
}

.team-block .inner-box .image .overflow-box .social-box{
	position:absolute;
	left:0px;
	bottom:100px;
	right:0px;
	text-align:center;
	opacity:0;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.team-block .inner-box:hover .image .overflow-box .social-box{
	opacity:1;
	bottom:45px;
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.team-block .inner-box .image .overflow-box .social-box li{
	position:relative;
	margin:0px 4px;
	display:inline-block;
}

.team-block .inner-box .image .overflow-box .social-box li a{
	position:relative;
	width:44px;
	height:44px;
	color:#9BC08A;
	line-height:44px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.team-block .inner-box .image .overflow-box .social-box li a:hover{
	color:#ffffff;
	background-color:#9BC08A;
}

.team-block .inner-box .lower-box{
	position:relative;
	padding-top:28px;
	text-align:center;
}

.team-block .inner-box .lower-box h3{
	position:relative;
	font-size:20px;
	font-weight:400;
	font-family: 'ProductSans-Bold';
	line-height:1.3em;
}

.team-block .inner-box .lower-box h3 a{
	position:relative;
	color:#414d60;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.team-block .inner-box .lower-box h3 a:hover{
	color:#9BC08A;
}

.team-block .inner-box .lower-box .designation{
	position:relative;
	color:#7c8799;
	font-size:15px;
	margin-top:6px;
}

/*** 

====================================================================
	Faq Section
====================================================================

***/

.faq-section{
	position:relative;
	padding:125px 0px 115px;
	background-color:#fffafe;
}

.faq-section.style-two .accordion-box{
	max-width:970px;
	margin:0 auto;
}

.faq-section .content-column{
	position:relative;
}

.faq-section .content-column .inner-column{
	position:relative;
	padding-right:70px;
	margin-bottom:40px;
}

.faq-section .content-column .inner-column .sec-title{
	margin-bottom:50px;
}

/* Accordian Box */

.accordion-box{
	position:relative;
}

.accordion-box .block{
	position: relative;
    margin-bottom:30px;
}

.accordion-box .block:last-child{
	margin-bottom:0px;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:18px;
	cursor:pointer;
	line-height:35px;
	color:#414d60;
	font-weight:400;
	border-radius:4px;
	padding:12px 25px 12px 25px;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	border:1px solid #efdeec;
}

.accordion-box .block .icon-outer{
	position:absolute;
	right:25px;
	top: 13px;
    font-size: 16px;
    line-height: 35px;
    color: #555555;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .acc-btn .icon-outer .icon{
	position: relative;
}

.accordion-box .block .acc-btn.active{
	background-color: #ffffff;
	color: #9BC08A;
	border-color:#ffffff;
	box-shadow:0px 10px 25px rgba(0,0,0,0.10);
}

.accordion-box .block .acc-btn.active .icon-outer{
	-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	transform:rotate(0deg);
    color: #9BC08A;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	font-size:16px;
	padding:30px 35px 0px 35px;
}

.accordion-box .block .content .text{
	position:relative;
	font-size:18px;	
	line-height: 1.7em;
	color:#7c8799;
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}

.faq-section .video-column{
	position:relative;
}

.faq-section .video-column .inner-column{
	position:relative;
	padding-right:15px;
}

/*Video Box*/

.video-box{
	position:relative;
	z-index:2;
}

.video-box:before{
	position:absolute;
	content:'';
	top:30px;
	left:30px;
	right:-25px;
	bottom:30px;
	border-radius:10px;
	box-shadow:0px 0px 60px rgba(0,0,0,0.10);
	background-color:rgba(255,255,255,0.20);
}

.video-box:after{
	position:absolute;
	content:'';
	top:60px;
	left:30px;
	right:-50px;
	bottom:60px;
	z-index:-1;
	border-radius:10px;
	box-shadow:0px 0px 60px rgba(0,0,0,0.10);
	background-color:rgba(255,255,255,0.20);
}

.video-box .image{
	position:relative;
	overflow:hidden;
}

.video-box .image img{
	position:relative;
	width:100%;
}

.video-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	overflow:hidden;
	line-height: 80px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.video-box .overlay-box:hover{
	
}

.video-box .overlay-box span{
	position: relative;
	width:80px;
	height: 80px;
    top: 45%;
	z-index:99;
	color: #9BC08A;
	font-weight:400;
	font-size:20px;
	text-align: center;
	border-radius:50%;
	padding-left:4px;
	background-color: #ffffff;
	display: inline-block;
	margin-top: -40px;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
}

.video-box .overlay-box span:after{
	position:absolute;
	content:'';
	left:-15px;
	right:-15px;
	bottom:-15px;
	top:-15px;
	border-radius:50%;
	border:1px solid rgba(255,255,255,0.20);
}

.video-box .overlay-box:hover span{
	transform: rotate(360deg);
	-moz-transition:rotate(360deg);
	-webkit-transition:rotate(360deg);
	-ms-transition:rotate(360deg);
	-o-transition:rotate(360deg);
}

/*** 

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action-section{
	position:relative;
	text-align:center;
	padding:105px 0px 105px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center;
}

.call-to-action-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(48,81,162,0.90);
}

.call-to-action-section .title{
	position:relative;
	color:#ffffff;
	font-size:12px;
	font-weight:400;
	font-family: 'ProductSans-Bold';
	letter-spacing:3px;
	text-transform:uppercase;
}

.call-to-action-section h2{
	position:relative;
	color:#ffffff;
	font-size:36px;
	font-weight:400;
	font-family: 'ProductSans-Bold';
	margin-top:15px;
	line-height:1.4em;
	text-transform:capitalize;
}

.call-to-action-section .theme-btn{
	position:relative;
	margin-top:50px;
	box-shadow: 0 20px 30px rgba(52,2,13,.20);
}

.call-to-action-section .theme-btn:hover{
	box-shadow: none;
}


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background-color:#0f1a2c;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:40px;
}

.main-footer .logo{
	position:relative;
	margin-top:-10px;
}

.main-footer .logo img{
	max-width:150px;
}

.main-footer .widgets-section{
	position:relative;
	padding:100px 0px 70px;
	padding-bottom:40px;
}

.main-footer .footer-widget h2{
	position:relative;
	font-weight:400;
	color:#ffffff;
	font-size:20px;
	line-height:1.2em;
	margin-bottom:40px;
	text-transform:capitalize;
	font-family: 'ProductSans-Bold';
}

.main-footer .logo-widget .text{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:400;
	line-height:1.5em;
	margin-top:20px;
}

/* Footer List */

.footer-list{
	position:relative;
}

.footer-list li{
	position:relative;
	margin-bottom:12px;
}

.footer-list li a{
	position:relative;
	color:#acb3c0;
	font-size:16px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.footer-list li a:hover{
	color:#9BC08A;
}

.main-footer .info-widget .text{
	position:relative;
	color:#acb3c0;
	font-size:16px;
	font-weight:400;
	line-height:1.9em;
	margin-bottom:15px;
}

.main-footer .info-widget .cell{
	position:relative;
	color:#ffffff;
	font-size:20px;
	font-weight:400;
	line-height:1.9em;
	margin-bottom:20px;
}

.main-footer .info-widget .cell a{
	color:#ffffff;	
}

.main-footer .info-widget .cell a:hover{
	text-decoration:underline;	
}

.main-footer .info-widget .social-nav{
	position:relative;
}

.main-footer .info-widget .social-nav li{
	position:relative;
	display:inline-block;
}

.main-footer .info-widget .social-nav li.follow{
	position:relative;
	color:#ffffff;
	font-size:18px;
	display:block;
	margin-bottom:10px;
}

.main-footer .info-widget .social-nav li a{
	position:relative;
	color:#5b6474;
	font-size:16px;
	margin-right:20px;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.main-footer .info-widget .social-nav li a:hover{
	color:#9BC08A;
}

.main-footer .footer-bottom{
	position:relative;
	padding:36px 0px 41px;
	border-top:1px solid rgba(255,255,255,0.10);
}

.main-footer .footer-bottom .copyright{
	position:relative;
	text-align:center;
	color:#5b6474;
	font-size:16px;
}

/*** 

====================================================================
	Services Tab Section
====================================================================

***/

.services-tab-section{
	position:relative;
}

.services-tab-section .services-info-tabs{
	position:relative;
}

.services-tab-section .services-info-tabs .services-tabs{
	position:relative;
}

.services-tab-section .services-info-tabs .services-tabs .tab-btns{
	position:relative;
	z-index:1;
}

.services-tab-section .services-info-tabs .services-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	float:left;
	width:25%;
	font-size:14px;
	background:#ffffff;
	color:#aab1bd;
	border-top:4px solid transparent;
	text-transform:uppercase;
	font-weight:400;
	line-height:24px;
	cursor:pointer;
	text-align:center;
	padding:25px 15px 10px;
	transition:all 500ms ease;
}

.services-tab-section .services-info-tabs .services-tabs .tab-btns .tab-btn:hover,
.services-tab-section .services-info-tabs .services-tabs .tab-btns .tab-btn.active-btn{
	color:#9BC08A;
	border-color:#9BC08A;
}

.services-tab-section .services-info-tabs .services-tabs .tabs-content{
	position:absolute;
	bottom:100%;
	width:100%;
}

.services-tab-section .services-info-tabs .services-tabs .tabs-content .tab{
	position:relative;
	display:none;
	border-top:0px;
}

.services-tab-section .services-info-tabs .services-tabs .tabs-content .tab.active-tab{
	display:block;	
}

/* Services Block */

.services-block{
	position:relative;
	margin-bottom:40px;
}

.services-block .inner-box{
	position:relative;
}

.services-block .inner-box .icon-box{
	position:relative;
	font-size:44px;
	line-height:1em;
	color:#ffffff;
}

.services-block .inner-box h3{
	position:relative;
	font-size:20px;
	line-height:1.3em;
	margin:22px 0px 12px;
	font-family: 'ProductSans-Bold';
}

.services-block .inner-box h3 a{
	position:relative;
	color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block .inner-box h3 a:hover{
	color:#9BC08A;
}

.services-block .inner-box .text{
	position:relative;
	font-size:16px;
	color:#ffffff;
	line-height:1.7em;
	max-width:280px;
}

/*** 

====================================================================
	Welcome Section
====================================================================

***/

.welcome-section{
	position:relative;
	padding:140px 0px 140px;
}

.welcome-section .content-column{
	position:relative;
}

.welcome-section .content-column .inner-column{
	position:relative;
	padding-right:80px;
	padding-bottom:40px;
}

.welcome-section .content-column .inner-column .sec-title{
	margin-bottom:20px;
}

.welcome-section .content-column .inner-column .bold-text{
	position:relative;
	color:#414d60;
	font-size:20px;
	line-height:1.5em;
}

.welcome-section .content-column .inner-column .text{
	position:relative;
	color:#7c8799;
	font-size:18px;
	line-height:1.6em;
	margin-top:20px;
	margin-bottom:35px;
}

.welcome-section .image-column{
	position:relative;
}

.welcome-section .image-column .inner-column{
	position:relative;
}

.welcome-section .image-column .inner-column .image{
	position:relative;
	border-radius:5px;
	overflow:hidden;
	box-shadow:0px 0px 25px rgba(0,0,0,0.12);
}

.welcome-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.welcome-section .image-column .inner-column .text{
	position:absolute;
	left:-30px;
	bottom:-35px;
	color:#ffffff;
	font-size:24px;
	line-height:1.4em;
	padding:30px 35px;
	background-color:#9BC08A;
}

.welcome-section .image-column .inner-column .icon-one{
	position:absolute;
	right:65px;
	bottom:-20px;
	width:39px;
	height:38px;
	background-repeat:no-repeat;
}

.welcome-section .image-column .inner-column .icon-two{
	position:absolute;
	right:-40px;
	bottom:-50px;
	width:20px;
	height:20px;
	background-repeat:no-repeat;
}

.welcome-section .image-column .inner-column .icon-three{
	position:absolute;
	right:-50px;
	bottom:100px;
	width:17px;
	height:19px;
	background-repeat:no-repeat;
}

.welcome-section .image-column .inner-column .icon-four{
	position:absolute;
	right:-50px;
	bottom:50px;
	width:44px;
	height:25px;
	background-repeat:no-repeat;
}

/*** 

====================================================================
	Agency Section
====================================================================

***/

.agency-section{
	position:relative;
	padding:90px 0px 90px;
	background-color:#024669;
}

.agency-section .btn-box{
	position:relative;
	margin-top:30px;
}

.agency-block{
	position:relative;
	margin-bottom:30px;
}

.agency-block .inner-box{
	position:relative;
	padding:50px 30px;
	border-radius:4px;
	text-align:center;
	transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	border:1px solid rgba(255,255,255,0.10);
}

.agency-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:0px;
	border-radius:4px;
	background-color:#ffffff;
	transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
}

.agency-block .inner-box:hover::before{
	height:100%;
}

.agency-block .inner-box .icon-box{
	position:relative;
	color:#ffffff;
	line-height:1em;
	font-size:56px;
	transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
}

.agency-block .inner-box:hover .icon-box{
	color:#9BC08A;
}

.agency-block .inner-box h3{
	position:relative;
	font-size:20px;
	line-height:1.5em;
	margin-top:25px;
	transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	font-family: 'ProductSans-Bold';
}

.agency-block .inner-box h3 a{
	position:relative;
	color:#ffffff;
	transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
}

.agency-block .inner-box:hover h3 a{
	color:#414d60;
}

.agency-block .inner-box .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:26px;
	padding:0px 15px;
	margin-top:15px;
	transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
}

.agency-block .inner-box:hover .text{
	color:#7c8799
}

/*** 

====================================================================
	Portfolio Section
====================================================================

***/

.portfolio-section{
	position:relative;
	padding:115px 0px 120px;
}

.portfolio-section .btn-box{
	position:relative;
	margin-top:30px;
}

.portfolio-section .row{
	margin:0px -20px;
}

.portfolio-section .portfolio-block{
	padding:0px 20px;
}

.portfolio-block{
	position:relative;
	margin-bottom:40px;
}

.portfolio-block .inner-box{
	position:relative;
}

.portfolio-block .inner-box .image-box{
	position:relative;
	overflow:hidden;
	border-radius:5px;
	margin:0px;
}

.portfolio-block .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.portfolio-block .inner-box .image-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.portfolio-block .inner-box .image-box .overlay-box:before{
	position:absolute;
	content:'';
	top:0px;
	right:0px;
	width:0px;
	height:100%;
	opacity:0;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	background-color:rgba(234,58,96,0.97)
}

.portfolio-block .inner-box:hover .image-box .overlay-box:before{
	width:100%;
	opacity:1;
}

.portfolio-block .inner-box .image-box .overlay-box .overlay-inner{
	position:absolute;
	right:35px;
	top:35px;
	bottom:30px;
	left:35px;
}

.portfolio-block .inner-box .image-box .overlay-box .link-box{
	position:absolute;
	right:0px;
	top:-90px;
	width:50px;
	height:50px;
	color:#9BC08A;
	line-height:50px;
	font-size:18px;
	text-align:center;
	border-radius:50%;
	background-color:#ffffff;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.portfolio-block .inner-box:hover .image-box .overlay-box .link-box{
	top:0px;
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.portfolio-block .inner-box .image-box .overlay-box .overlay-inner .content{
	position:absolute;
	bottom:0px;
	left:-100%;
	opacity:0;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.portfolio-block .inner-box:hover .image-box .overlay-box .overlay-inner .content{
	opacity:1;
	left:0%;
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.portfolio-block .inner-box .image-box .overlay-box .overlay-inner h3{
	position:relative;
	line-height:1.3em;
	font-size:22px;
	font-family: 'ProductSans-Bold';
}

.portfolio-block .inner-box .image-box .overlay-box .overlay-inner h3 a{
	position:relative;
	color:#ffffff;
}

.portfolio-block .inner-box .image-box .overlay-box .overlay-inner .category{
	position:relative;
	color:#ffffff;
	font-size:16px;
	margin-top:5px;
}

.portfolio-block .inner-box .image-box .overlay-box .overlay-inner .category a{
	position:relative;
	color:#ffffff;
}

.portfolio-block .inner-box .image-box .overlay-box .overlay-inner a:hover{
	text-decoration:underline;	
}

/*** 

====================================================================
	Fluid Section One
====================================================================

***/

.fluid-section-one{
	position:relative;
}

.fluid-section-one .outer-section{
	position:relative;
	background-color:#024669;
}

.fluid-section-one .image-column{
    position: absolute;
    left: 0px;
	top:0px;
    width: 50%;
    bottom:50px;
	float:right;
	height:100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fluid-section-one .image-column .image{
    width: 100%;
    display: none;
}

.fluid-section-one .image-column .image img{
    display: block;
    width: 100%;
}

.fluid-section-one .image-column .overlay-link{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(15,26,44,0.30);
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.fluid-section-one .image-column .overlay-link .icon-box{
    position: absolute;
    left: 50%;
	top: 50%;
    width: 80px;
    height: 80px;
    color: #9BC08A;
    font-size: 22px;
    padding-left: 6px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 50px;
    display: inline-block;
	margin-left: -40px;
	margin-top: -40px;
    background-color: #ffffff;
}

.fluid-section-one .image-column .overlay-link .icon-box:before{
    position: absolute;
    content: '';
    left: -15px;
    right: -15px;
    bottom: -15px;
    top: -15px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.20);
}

.fluid-section-one .image-column .ripple,
.fluid-section-one .image-column .ripple:before,
.fluid-section-one .image-column .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 80px;
    width: 80px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    -moz-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    -ms-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    -o-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.fluid-section-one .image-column .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.fluid-section-one .image-column .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 102, 102, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 102, 102, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 102, 102, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 102, 102, 0);}
}

/*Content Column*/

.fluid-section-one .content-column{
	position: relative;
    width: 50%;
	float:right;
	overflow:hidden;
}

.fluid-section-one .content-column .content-box{
	position:relative;
	max-width:700px;
	width:100%;
	margin:0 auto;
	padding:210px 30px 210px 30px;
}

.fluid-section-one .content-column .content-box .owl-dots,
.fluid-section-one .content-column .content-box .owl-nav{
	display:none;
}

.fluid-section-one .content-column .content-box .icon-two{
	position:absolute;
	left:100px !important;
	top:80px !important;
	width:18px;
	height:17px;
	background-repeat:no-repeat;
}

.fluid-section-one .content-column .content-box .icon-one{
	position:absolute;
	left:0px !important;
	top:80% !important;
	width:60px;
	height:120px;
	background-repeat:no-repeat;
}

.fluid-section-one .content-column .content-box .icon-three{
	position:absolute;
	left:25% !important;
	top:35% !important;
	width:20px;
	height:20px;
	border-radius:50%;
	background-color:rgba(255,255,255,0.05);
}

.fluid-section-one .content-column .content-box .icon-four{
	position:absolute;
	left:15% !important;
	top:55% !important;
	width:40px;
	height:40px;
	border-radius:50%;
	background-color:rgba(255,255,255,0.05);
}

.fluid-section-one .content-column .content-box .icon-five{
	position:absolute;
	right:15% !important;
	top:0% !important;
	left:auto !important;
	width:55px;
	height:55px;
	margin-top:-28px;
	border-radius:50%;
	background-color:rgba(255,255,255,0.05);
}

.fluid-section-one .content-column .content-box .icon-six{
	position:absolute;
	right:15% !important;
	bottom:0% !important;
	left:auto !important;
	top:auto !important;
	width:100px;
	height:100px;
	margin-bottom:-55px;
	border-radius:50%;
	background-color:rgba(255,255,255,0.05);
}

.fluid-section-one .content-column .content-box .icon-seven{
	position:absolute;
	right:15% !important;
	top:55% !important;
	left:auto !important;
	width:33px;
	height:35px;
	background-repeat:no-repeat;
}

.fluid-section-one .content-column .content-box .icon-eight{
	position:absolute;
	right:40% !important;
	top:75% !important;
	left:auto !important;
	width:10px;
	height:10px;
	border-radius:50%;
	background-color:rgba(255,255,255,0.05);
}

/*** 

====================================================================
	Blog Section
====================================================================

***/

.blog-section{
	position:relative;
	padding:110px 0px 110px;
}

/* News Block */

.news-block{
	position:relative;
	margin-bottom:30px;
}

.news-block .inner-box{
	position:relative;
	padding:40px 35px;
	border-radius:7px;
	overflow:hidden;
	border:1px solid #e6eaf0;
}

.news-block .inner-box .comment{
	position:relative;
	color:#7c8799;
	font-size:18px;
	padding-left:32px;
}

.news-block .inner-box .comment:before{
	position:absolute;
	content:'\f4ad';
	left:0px;
	top:2px;
	color:#9BC08A;
	font-size:18px;
	line-height:1em;
	font-weight:900;
	font-family: "Font Awesome 5 Free";
}

.news-block .inner-box h3{
	position:relative;
	color:#414d60;
	font-size:20px;
	font-weight:400;
	line-height:1.5em;
	margin-top:15px;
}

.news-block .inner-box .text{
	position:relative;
	color:#7c8799;
	font-size:18px;
	line-height:1.7em;
	margin-top:18px;
}

.news-block .inner-box .author-info{
	position:relative;
}

.news-block .inner-box .author-info .info-inner{
	position:relative;
	padding-left:70px;
	margin-top:30px;
}

.news-block .inner-box .author-info .info-inner .author-image{
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
	border-radius:50%;
}

.news-block .inner-box .author-info .info-inner .author-name{
	position:relative;
	color:#414d60;
	font-size:18px;
	line-height:1.5em;
}

.news-block .inner-box .author-info .info-inner .post-date{
	position:relative;
	color:#7c8799;
	font-size:16px;
}

.news-block .inner-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	padding:44px 35px;
	background-size:cover;
	background-repeat:no-repeat;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	opacity:0;
	-webkit-transform:scaleX(0.7) translateX(-30px);
	-ms-transform:scaleX(0.7) translateX(-30px);
	-moz-transform:scaleX(0.7) translateX(-30px);
	transform:scaleX(0.7) translateX(-30px);
	-webkit-transform-origin:left;
	-ms-transform-origin:left;
	-moz-transform-origin:left;
	transform-origin:left;
}

.news-block .inner-box:hover .overlay-box{
	opacity:1;
	-webkit-transform:scaleX(1) translateX(0px);
	-ms-transform:scaleX(1) translateX(0px);
	-moz-transform:scaleX(1) translateX(0px);
	transform:scaleX(1) translateX(0px);
}

.news-block .inner-box .overlay-box .overlay-inner{
	position:relative;
	height:100%;
}

.news-block .inner-box .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	display:block;
	background-color:rgba(234,58,96,0.90);
}

.news-block .inner-box .overlay-box .time-date{
	position:relative;
	color:#ffffff;
	font-size:18px;
	padding-left:32px;
}

.news-block .inner-box .overlay-box .time-date:before{
	position:absolute;
	content:'\f017';
	left:0px;
	top:2px;
	color:#ffffff;
	font-size:18px;
	line-height:1em;
	font-weight:900;
	font-family: "Font Awesome 5 Free";
}

.news-block .inner-box .overlay-box h4{
	position:relative;
	color:#414d60;
	font-size:20px;
	font-weight:400;
	line-height:1.5em;
	margin-top:15px;
}

.news-block .inner-box .overlay-box h4 a{
	position:relative;
	color:#ffffff;
}

.news-block .inner-box .overlay-box .read-more{
	position:absolute;
	left:0px;
	bottom:0px;
	color:#ffffff;
	font-size:16px;
	line-height:1.3em;
}

.news-block .inner-box .overlay-box .read-more:hover{
	color:#101010;	
}

.news-block .inner-box .overlay-box .read-more .arrow{
	position:relative;
	top:2px;
	margin-left:5px;
	font-size:16px;
	text-decoration:none !important;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	text-align:center;
	padding:250px 0px 150px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.page-title:before{
	position:absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0,0,0,0.60);
}

.page-title .auto-container{
	position:relative;
}

.page-title h2{
	position:relative;
	color:#ffffff;
	font-size:54px;
	line-height:1.2em;
	margin-bottom: 10px;
	text-transform:capitalize;
	font-family: 'ProductSans-Bold';
}

.page-breadcrumb{
	position:relative;
	margin-top:5px;
}

.page-breadcrumb li{
	position:relative;
	display:inline-block;
	margin-right:10px;
	padding-right:15px;
	color:#ffffff;
	font-size:18px;
	font-weight:400;
	text-transform:capitalize;
}

.page-breadcrumb li:after{
	position:absolute;
	content: ">";
	right:-2px;
	top:1px;
	color:#ffffff;
	font-size:14px;
	font-family: 'FontAwesome';
}

.page-breadcrumb li:last-child::after{
	display: none;
}

.page-breadcrumb li:last-child{
	padding-right:0px;
	margin-right:0px;
}

.page-breadcrumb li a{
	color:#ffffff;
	font-weight:500;
	text-transform: capitalize;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.page-breadcrumb li a:hover{
	color:#9BC08A;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:120px 0px 70px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sidebar-page-container .sidebar-side .sidebar.padding-left{
	padding-left:20px;
}

.sidebar-widget{
    position:relative;
    margin-bottom:40px;
}

/* Services Category */

.services-categories{
	position:relative;
	padding:30px 0px;
	background-color:#f2f4f8;
}

.services-categories li{
	position:relative;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border-left:6px solid transparent;
}

.services-categories li:hover,
.services-categories li.active{
	border-color:#9BC08A;
}

.services-categories li a{
	position:relative;
	color:#414d60;
	font-size:20px;
	font-weight:400;
	display:block;
	padding:14px 15px 14px 50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-categories li.active a,
.services-categories li a:hover{
	color:#9BC08A;
	border-color:#df6512;
	background-color:#ffffff;
}

/*=== Brochures Widget ===*/

.brochures{
	position: relative;
}

.brochures .widget-content{
	position:relative;
}

.brochures .brochure-btn{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 25px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom:10px;
	padding: 18px 30px 17px;
	background-color:#024669;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.brochures .brochure-btn span{
	position: relative;
	float: left;
	color: #ffffff;
	top:-3px;
	font-size: 30px;
	margin-right: 20px;
}

.brochures .brochure-btn:nth-child(2){
	background-color:#9BC08A;
}

/* Support Widget */

.support-widget .widget-content{
	position:relative;
	padding:90px 30px;
	text-align:center;
	background-color:#024669;
	outline: 4px solid rgba(255,255,255,0.10);
	outline-offset: -22px;
}

.support-widget .widget-content .icon{
	position:relative;
	font-size:45px;
	line-height:1em;
	color:#ffffff;
}

.support-widget .widget-content .text{
	position:relative;
	font-size:24px;
	line-height:1.5em;
	color:#ffffff;
	margin-top:35px;
}

.support-widget .widget-content .number{
	position:relative;
	font-size:24px;
	line-height:1.5em;
	color:#ffffff;
	margin-top:15px;
	font-family: 'ProductSans-Bold';
}

.services-detail.padding-left{
	padding-left:20px;
}

/* Services Detail */

.services-detail{
	position:relative;
}

.services-detail .inner-box{
	position:relative;
}

.services-detail .inner-box .image{
	position:relative;
}

.services-detail .inner-box .image .pattern-one{
	position:absolute;
	right:-50px;
	top:100px;
	width:160px;
	height:150px;
}

.services-detail .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	z-index:1;
}

.services-detail .inner-box .image .icon-one{
	position:absolute;
	right:65px;
	bottom:-20px;
	width:39px;
	height:38px;
	background-repeat:no-repeat;
}

.services-detail .inner-box .image .icon-two{
	position:absolute;
	right:180px;
	bottom:-50px;
	width:20px;
	height:20px;
	background-repeat:no-repeat;
}

.services-detail .inner-box .image .icon-three{
	position:absolute;
	right:-50px;
	bottom:100px;
	width:17px;
	height:19px;
	background-repeat:no-repeat;
}

.services-detail .inner-box .image .icon-four{
	position:absolute;
	right:-70px;
	bottom:20px;
	width:44px;
	height:25px;
	background-repeat:no-repeat;
}

.services-detail .inner-box .lower-content{
	position:relative;
	padding-top:40px;
}

.services-detail .inner-box .lower-content h2{
	position:relative;
	color:#414d60;
	font-size:30px;
	line-height:1.3em;
	font-family: 'ProductSans-Bold';
}

.services-detail .inner-box .lower-content .bold-text{
	position:relative;
	color:#414d60;
	font-size:20px;
	line-height:1.5em;
	margin-top:12px;
	margin-bottom:25px;
}

.services-detail .inner-box .lower-content .text{
	position:relative;
}

.services-detail .inner-box .lower-content .text p{
	position:relative;
	color:#7c8799;
	font-size:18px;
	line-height:1.7em;
	margin-bottom:25px;
}

.services-detail .inner-box .lower-content .two-column{
	position:relative;
	margin-top:30px;
	margin-bottom:20px;
}

.services-detail .inner-box .lower-content .two-column .column{
	margin-bottom:30px;	
}

.services-detail .inner-box .lower-content .text h3{
	position:relative;
	color:#414d60;
	font-size:24px;
	line-height:1.2em;
	margin-bottom:16px;
	padding-top:16px;
	font-family: 'ProductSans-Bold';
}

/* Business Block Two */

.business-block-two{
	position:relative;
	margin-bottom:30px;
}

.business-block-two .inner-box{
	position:relative;
	padding:30px 0px 0px;
	background-color:#ffffff;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.business-block-two .inner-box h3{
	position:relative;
	font-size:20px;
	line-height:1.4em;
	font-family: 'ProductSans-Bold';
	margin-top:17px;
}

.business-block-two .inner-box h3 a{
	position:relative;
	color:#222222;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.business-block-two .inner-box h3 a:hover{
	color:#9BC08A;
}

.business-block-two .inner-box .icon-box{
	position:relative;
	font-size:54px;
	color:#9BC08A;
	line-height:1em;
}

.business-block-two:nth-child(2) .inner-box .icon-box{
	color:#8e78fb;
}

.business-block-two:nth-child(3) .inner-box .icon-box{
	color:#8fcb0f;
}

.business-block-two .inner-box .business-text{
	position:relative;
	color:#7c8799;
	font-size:16px;
	line-height:1.8em;
	margin-top:15px;
	font-family: 'ProductSans-Regular';
}

/*** 

====================================================================
	Company Section
====================================================================

***/

.company-section{
	position:relative;
	padding:120px 0px 115px;
}

.company-section .content-column{
	position:relative;
}

.company-section .content-column .inner-column{
	position:relative;
	padding-right:70px;
	margin-bottom:40px;
}

.company-section .content-column .inner-column .sec-title{
	margin-bottom:20px;
}

.company-section .content-column .inner-column .text{
	position:relative;
	color:#7c8799;
	font-size:18px;
	line-height:1.6em;
	margin-bottom:40px;
}

.company-section .images-column{
	position:relative;
}

.company-section .images-column .inner-column{
	position:relative;
	text-align:right;
}

.company-section .images-column .inner-column .image{
	position:relative;
	margin-bottom:10px;
	display:inline-block;
}

.company-section .images-column .inner-column .image img{
	z-index:1;
	position:relative;
}

.company-section .images-column .inner-column .image.image-2:before{
	position:absolute;
	content:'';
	left:-50px;
	top:-30px;
	width:160px;
	height:150px;
	background:url(../images/icons/pattern-1.png) no-repeat;
}

/*** 

====================================================================
	Timeline Section
====================================================================

***/

.timeline-section{
	position:relative;
	padding:90px 0px 90px;
	background-color:#fffafe;
}

.timeline-section .inner-container{
	position:relative;
	max-width:920px;
	margin:0 auto;
}

.timeline-section .inner-container:before{
	position:absolute;
	content:'';
	left:50%;
	width:2px;
	height:100%;
	margin-left:-1px;
	background-color:#f0eaef;
}

/* Timeline Block */

.timeline-block{
	position:relative;
	margin-bottom:30px;
}

.timeline-block .inner-block{
	position:relative;
}

.timeline-block .inner-block .content{
	position:relative;
	padding:0px;
}

.timeline-block.right-align .inner-block .content{
	float:right;
}

.timeline-block.right-align .inner-block .content .content-inner{
	margin-right:0px;
	margin-left:85px;
}

.timeline-block.right-align .inner-block .content .content-inner .year-box{
	left:-190px;
	right:auto;
}

.timeline-block.right-align .inner-block .content .content-inner .year-box .year{
	padding-left:0px;
	padding-right:50px;
}

.timeline-block.right-align .inner-block .content .content-inner .year-box .year .dott{
	right:0px;
	left:auto;
}

.timeline-block.right-align .inner-block .content .content-inner:before{
	right:auto;
	left:-10px;
	border-left:none;
	border-top: 10px solid transparent;
    border-right: 15px solid #ffffff;
    border-bottom: 10px solid transparent;
}

.timeline-block .inner-block .content .content-inner{
	position:relative;
	padding:10px 10px;
	margin-right:85px;
	display:inline-block;
	background-color:#ffffff;
	box-shadow:0px 20px 30px rgba(171,7,42,0.10);
}

.timeline-block .inner-block .content .content-inner .image img{
	width:100%;
	display:block;
}

.timeline-block .inner-block .content .content-inner .year-box{
	position:absolute;
	right:-190px;
	top: 50%;
	margin-top: -15px;
}

.timeline-block .inner-block .content .content-inner .year-box .year{
	position:relative;
	color:#9BC08A;
	font-size:30px;
	line-height:1em;
	padding-left:50px;
	min-width: 120px;
	text-align: left;
}

.timeline-block .inner-block .content .content-inner .year-box .year .dott{
	position:absolute;
	left:0px;
	top:0px;
	width:30px;
	height:30px;
	border-radius:50%;
	background-color:rgba(234,58,96,0.20);
}

.timeline-block .inner-block .content .content-inner .year-box .year .dott:before{
	position:absolute;
	content:'';
	left:10px;
	top:10px;
	right:10px;
	bottom:10px;
	border-radius:50%;
	background-color:#9BC08A;
}

.timeline-block .inner-block .content .content-inner:before{
	position:absolute;
	content:'';
	right:-10px;
	top:50%;
	margin-top:-10px;
	border-top: 10px solid transparent;
    border-left: 15px solid #ffffff;
    border-bottom: 10px solid transparent;
}

.timeline-block .inner-block .content .content-inner .lower-content{
	position:relative;
	padding:25px 15px 20px;
}

.timeline-block .inner-block .content .content-inner .lower-content h3{
	position:relative;
	font-size:20px;
	color:#414d60;
	line-height:1.3em;
	font-family: 'ProductSans-Bold';
}

.timeline-block .inner-block .content .content-inner .lower-content h3 a{
	position:relative;
	color:#414d60;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.timeline-block .inner-block .content .content-inner .lower-content h3 a:hover{
	color:#9BC08A;
}

.timeline-block .inner-block .content .content-inner .lower-content .text{
	position:relative;
	color:#7c8799;
	font-size:16px;
	line-height:1.6em;
	margin-top:10px;
}

/*** 

====================================================================
	Sponsors Section
====================================================================

***/

.sponsor-section{
	position:relative;
	padding:90px 0px 80px;
}

.sponsor-section .owl-theme .image-box{
	margin:0px 10px;
}

.sponsor-section .owl-carousel{
	margin:0px -10px;
	width:auto;
}

.sponsor-section .owl-carousel .owl-stage-outer{
	padding:20px 0px;
}

.sponsor-section .sponsors-outer{
	position:relative;
}

.sponsor-section .sponsors-outer .owl-dots,
.sponsor-section .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}

.sponsor-section .sponsors-outer .image-box{
	position:relative;
	text-align:center;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sponsor-section .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sponsor-section .sponsors-outer .image-box img:hover{
	box-shadow:0px 10px 20px rgba(234,58,96,0.10);
}

/*** 

====================================================================
	Company Overview Section
====================================================================

***/

.company-overview-section{
	position:relative;
	padding:120px 0px 130px;
}

.company-overview-section .upper-section{
	position:relative;
}

.company-overview-section .upper-section .image{
	position:relative;
	margin-bottom:30px;
}

.company-overview-section .upper-section .image img{
	position:relative;
	width:100%;
	display:block;
}

.company-overview-section .lower-section{
	position:relative;
	padding-top:20px;
}

.company-overview-section .lower-section h3{
	position:relative;
	color:#414d60;
	font-size:30px;
	line-height:1.3em;
	font-weight:400;
	font-family: 'ProductSans-Bold';
	margin-bottom:12px;
}

.company-overview-section .lower-section .bold-text{
	position:relative;
	color:#414d60;
	font-size:20px;
	line-height:1.5em;
	margin-bottom:22px;
}

.company-overview-section .lower-section .text{
	position:relative;
	color:#7c8799;
	font-size:18px;
	line-height:1.6em;
}

/*** 

====================================================================
	Partners Section
====================================================================

***/

.partners-section{
	position:relative;
	padding:115px 0px 120px;
}

.partner-block{
	position:relative;
	margin-bottom:30px;
}

.partner-block .inner-box{
	position:relative;
	min-height:300px;
	padding:30px 100px 30px 30px;
	background-color:#fffafe;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.partner-block .inner-box:hover{
	background-color:#ffffff;
	box-shadow:0px 10px 25px rgba(0,0,0,0.10);
}

.partner-block .inner-box .content{
	position:relative;
	padding-top:45px;
	padding-left:365px;
}

.partner-block .inner-box .content .image{
	position:absolute;
	left:0px;
	top:0px;
	border-right:2px solid #f4ecf2;
}

.partner-block .inner-box .content h3{
	position:relative;
	color:#414d60;
	font-size:24px;
	font-weight:400;
	font-family: 'ProductSans-Bold';
	line-height:1.3em;
	margin-bottom:15px;
}

.partner-block .inner-box .content .text{
	position:relative;
	color:#7c8799;
	font-size:18px;
	line-height:1.7em;
}

.partners-section .styled-pagination{
	padding-top:30px;
}

/*Pagination*/

.styled-pagination{
	position:relative;
	display:inline-block;
}

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 6px 10px 0px;
}

.styled-pagination li a{
	position:relative;
	line-height:36px;
	height:36px;
	width:36px;
	font-size:16px;
	color:#7c8799;
	font-weight:500;
	text-align:center;
	background:#f8f7f7;
	border-radius:4px;
	display:inline-block;
	text-transform:capitalize;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.styled-pagination li.next a,
.styled-pagination li.prev a{
	width:auto;
	background:#ffffff;
}

.styled-pagination li.next a:hover,
.styled-pagination li.prev a:hover{
	background:none;
	color:#9BC08A;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;
	background-color:#9BC08A;
}

/*** 

====================================================================
	Team Page Section
====================================================================

***/

.team-page-section{
	position:relative;
	padding:110px 0px 60px;
}

.team-page-section .team-block{
	margin-bottom:55px;
}

/*Skills Section*/

.skills-section{
	padding-bottom:100px;
}

.skills{
	position:relative;
}

.skills .skill-item{
	position:relative;
	margin-bottom:35px;
}

.skills .skill-item:last-child{
	
}

.skills .skill-item .skill-bar{
	position:relative;
	width:100%;
}

.skills .skill-item .skill-bar .bar-inner{
	position:relative;
	width:100%;
	border-bottom: 3px solid #cccccc;
}

.skills .skill-item .skill-bar .bar-inner .bar{
	position:absolute;
	left:0px;
	top:0px;
	width:0px;
	height:3px;
	background:#9BC08A;
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}

.skills.green .skill-item .skill-bar .bar-inner .bar{
	background:#ff6666;
}

.skills .skill-item .skill-header{
	position:relative;
	margin-bottom:10px;
}

.skills .skill-item .skill-header .skill-title{
	float:left;
	color:#414d60;
	font-size:16px;
	font-weight:400;
	line-height:1.4em;
	text-transform:capitalize;
}

.skills .skill-item .skill-header .skill-percentage{
	position:relative;
	color:#414d60;
	font-size:16px;
	font-weight:400;
	line-height:1.4em;
	float:right;
}

/*** 

====================================================================
	Testimonial Page Section
====================================================================

***/

.testimonial-page-section{
	position:relative;
	padding:110px 0px 95px;
}

.testimonial-page-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:520px;
	background-color:#fffafe;
}

.testimonial-page-section .pattern-layer{
	position:absolute;
	left:0px;
	top:90px;
	right:0px;
	bottom:0px;
	height:520px;
	background-position:center center;
	background-repeat:no-repeat;
}

.testimonial-block-two{
	position:relative;
	margin-bottom:50px;
}

.testimonial-block-two .inner-box{
	position:relative;
	padding:35px 50px 35px;
	background-color:#ffffff;
	box-shadow:0px 10px 40px rgba(0,0,0,0.08);
}

.testimonial-block-two .inner-box .quote-icon{
	position:relative;
	color:#9BC08A;
	font-size:35px;
	line-height:1em;
	font-weight:400;
	font-family: 'ProductSans-Bold';
	margin-bottom:16px;
}

.testimonial-block-two .inner-box .text{
	position:relative;
	color:#7c8799;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:25px;
}

.testimonial-block-two .inner-box .author-info{
	position:relative;
}

.testimonial-block-two .inner-box .author-info .info-inner{
	position:relative;
	padding-left:70px;
	padding-top:6px;
}

.testimonial-block-two .inner-box .author-info .info-inner .image{
	position:absolute;
	left:0px;
	top:0px;
	width:50px;
	height:50px;
	border-radius:50%;
	overflow:hidden;
}

.testimonial-block-two .inner-box .author-info .info-inner h3{
	position:relative;
	color:#414d60;
	font-weight:400;
	font-family: 'ProductSans-Bold';
	font-size:16px;
	line-height:1.3em;
}

.testimonial-block-two .inner-box .author-info .info-inner .designation{
	position:relative;
	color:#7c8799;
	font-weight:400;
	font-size:14px;
	line-height:1.3em;
	margin-top:4px;
}

/*** 

====================================================================
	Price Page Section
====================================================================

***/

.price-page-section{
	position:relative;
	padding:260px 0px 160px;
}

.price-page-section .inner-container{
	position:relative;
	padding-bottom:70px;
}

.price-page-section .inner-container .curve-layer{
	position:absolute;
	left:-30px;
	top:-100px;
	right:-30px;
	bottom:0px;
	height:260px;
	background-color:#fffafe;
	-ms-transform: skewY(5deg);
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
}

.price-page-section .inner-container:before{
	position:absolute;
	content:'';
	left:-30px;
	right:-30px;
	bottom:0px;
	top:0px;
	background-color:#fffafe;
}

.price-page-section .inner-container .sec-title{
	margin-bottom:90px;
}

/* Price Block */

.price-block{
	position:relative;
	margin-bottom:30px;
}

.price-block .inner-box{
	position:relative;
	padding:45px 60px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.price-block .inner-box:hover,
.price-block.popped .inner-box{
	background-color:#ffffff;
	box-shadow:0px 20px 25px rgba(0,0,0,0.10);
}

.price-block .inner-box h3{
	position:relative;
	color:#414d60;
	font-size:26px;
	font-family: 'ProductSans-Bold';
}

.price-block .inner-box .price{
	position:relative;
	color:#7640ff;
	font-size:40px;
	line-height:1.3em;
	margin-top:8px;
	font-family: 'ProductSans-Bold';
}

.price-block:nth-child(2) .inner-box .price{
	color:#22c116;
}

.price-block:nth-child(3) .inner-box .price{
	color:#ff6e01;
}

.price-block .inner-box .price sup{
	position:relative;
	font-size:16px;
	line-height:1em;
	top:-15px;
	font-family: 'ProductSans-Regular';
}

.price-block .inner-box .price sub{
	position:relative;
	font-size:16px;
	line-height:1em;
	left:-6px;
	font-family: 'ProductSans-Regular';
	bottom:1px;	
}

.price-block .inner-box .price-list{
	position:relative;
	margin-top:22px;
	margin-bottom:45px;
}

.price-block .inner-box .price-list li{
	position:relative;
	color:#6a7695;
	font-size:18px;
	margin-bottom:12px;
}

.price-block .inner-box .purchase-btn{
	position:relative;
	color:#ffffff;
	font-size:16px;
	padding:12px 39px;
	border-radius:4px;
	display:inline-block;
	background-color:#024669;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.price-block .inner-box .purchase-btn:hover,
.price-block .inner-box:hover .purchase-btn,
.price-block.popped .inner-box .purchase-btn{
	background-color:#9BC08A;
}

/*** 

====================================================================
	Contact Page Section
====================================================================

***/

.contact-page-section{
	position:relative;
	padding:105px 0px 75px;
	background-color:#fffafe;
}

.contact-page-section .form-column{
	position:relative;
	margin-bottom:30px;
}

/*** 

====================================================================
	Contact Form
====================================================================

 ***/

.contact-form{
	position:relative;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:30px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select,
.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:15px 25px;
	color:#222222;
	height:70px;
	font-size:15px;
	border-radius:3px;
	background:#ffffff;
	border:1px solid transparent;
	box-shadow:0px 3px 5px rgba(67,3,17,0.06);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group textarea:focus{
	border-color:#faeff2;
	box-shadow:0px 20px 20px rgba(67,3,17,0.10);
}

.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group input::-webkit-input-placeholder{
	color:#888888;
}

.contact-form .form-group textarea{
	height:200px;
	resize:none;
}

.contact-form button{
	cursor: pointer;
	padding:13px 41px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;	
}

.contact-page-section .info-column{
	position:relative;
	margin-bottom:30px;
}

.contact-page-section .info-column .inner-column{
	position:relative;
	padding:45px 55px 140px;
	margin-top:90px;
	background-color:#024669;
}

.contact-page-section .info-column .inner-column h2{
	position:relative;
	color:#ffffff;
	font-size:36px;
	line-height:1.3em;
	margin-bottom:35px;
	font-family: 'ProductSans-Bold';
}

.contact-page-section .info-column .inner-column ul{
	position:relative;
}

.contact-page-section .info-column .inner-column ul li{
	position:relative;
	font-size:18px;
	color:#ffffff;
	line-height:1.7em;
	margin-bottom:40px;
}

.contact-page-section .info-column .inner-column ul li span{
	display:block;
	font-size:20px;
	margin-bottom:6px;
	font-family: 'ProductSans-Bold';
}

.contact-page-section .info-column .inner-column ul li a{
	 color:#ffffff;	
}

.contact-page-section .info-column .inner-column ul li a:hover{
	text-decoration:underline;	
}

/***

==================================================================
		Contact Map Section
==================================================================

***/

.contact-map-section{
	position: relative;
}

.contact-map-section .map-outer{
	position: relative;
} 

.contact-map-section .map-canvas{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 500px;
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:16px;
	font-weight:400;
	font-family: 'ProductSans-Bold';
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

/*Sidebar Title*/

.sidebar-title{
    position: relative;
    margin-bottom:30px;
}

.sidebar-title h3{
	position:relative;
    color: #414d60;
	font-size:22px;
    font-weight: 600;
    line-height: 1.2em;
	display:inline-block;
    text-transform: capitalize;
}

/*Search Box Widget*/

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:28px;
	padding:10px 50px 10px 25px;
	background:none;
	display:block;
	font-size:16px;
	width:100%;
	height:60px;
	color:#222222;
	font-weight:400;
	border-radius:4px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:#ffffff;
	border:1px solid #ebebeb;
}

.sidebar .search-box .form-group input[type="text"]:focus,
.sidebar .search-box .form-group input[type="search"]:focus{
	border-color:#222222;	
}


.sidebar .search-box .form-group textarea::-webkit-input-placeholder,
.sidebar .search-box .form-group input::-webkit-input-placeholder{
	color:#adb3be;
}


.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:60px;
	width:40px;
	font-size:18px;
	color:#414d60;
	line-height:100%;
	background:none;
	display:inline-block;
	font-weight:400;
	text-align:left;
	cursor:pointer;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.sidebar .search-box .form-group button:hover{
	color: #9BC08A;
}


/*Post Widget*/

.popular-posts .post{
	position:relative;
	font-size:16px;
	color:#222222;
	min-height:70px;
	padding-left:125px;
	margin-bottom:20px;
	padding-top:10px;
}

.popular-posts .post:last-child{
	border-bottom:0px;
	margin-bottom:0px;
	border:none;
}

.popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:100px;
	 height:70px;
	 overflow:hidden;
	 border-radius:4px;
}

.popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.popular-posts .post-info{
	position:relative;
	font-size:16px;
	color:#7c8799;
	font-weight:400;
	margin-top:3px;
}

.popular-posts .post .text{
	position:relative;
	top:0px;
	font-size:18px;
	margin:0px 0px 3px;
	color:#414d60;
	line-height:1.4em;
	text-transform:capitalize;
	font-family: 'ProductSans-Bold';
}

.popular-posts .post .text a{
	color:#414d60;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.popular-posts .post a:hover{
	color:#9BC08A;
}

/*Blog Category*/

.cat-list{
	position:relative;
}

.cat-list li{
	position:relative;
	margin-bottom:15px;
}

.cat-list li a{
	position:relative;
	color:#7c8799;
	font-size:17px;
	font-weight:400;
	display:block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.cat-list li:last-child a{
	border-bottom:0px;
}

.cat-list li a span{
	position:relative;
	color:#9BC08A;
	font-size:10px;
	margin-left:8px;
	border-radius:50%;
	line-height:1em;
	padding:1px 3px;
	display:inline-block;
	border:1px solid #9BC08A;
}

.cat-list li.active a,
.cat-list li a:hover{
	color:#9BC08A;
}

/*Tags*/

.sidebar .popular-tags a{
	z-index:1;
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:10px 18px 10px;
	margin:0px 6px 10px 0px;
	color:#7c8799;
	text-align:center;
	font-size:16px;
	border-radius:2px;
	background-color:#f6f6f6;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	background-color:#9BC08A;
	color:#ffffff;
}

.news-block-two{
	position:relative;
	margin-bottom:60px;
}

.news-block-two .inner-box{
	position:relative;
}

.news-block-two .inner-box .image{
	position:relative;
	border-radius:4px;
	background:#010101;
	overflow:hidden;
}

.news-block-two .inner-box .image .post-date{
	position:absolute;
	left:20px;
	top:20px;
	color:#ffffff;
	font-size:26px;
	font-weight:400;
	font-family: 'ProductSans-Bold';
	padding:8px 18px;
	z-index:1;
	border-radius:4px;
	line-height:1.02em;
	display:inline-block;
	background-color:#9BC08A;
}

.news-block-two .inner-box .image .post-date span{
	display:block;
	font-size:14px;
	font-family: 'ProductSans-Regular';
}

.news-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.news-block-two .inner-box:hover .image img{
	opacity:0.70;
	-webkit-transform:scale(1.1);	
	-ms-transform:scale(1.1);	
	transform:scale(1.1);	
}

.news-block-two .inner-box .lower-content{
	position:relative;
	padding-top:24px;
	padding-bottom:22px;
	border-bottom:1px solid #e4e8ef;
}

.news-block-two .inner-box .lower-content h3{
	position:relative;
	color:#414d60;
	font-size:24px;
	line-height:1.3em;
	font-family: 'ProductSans-Bold';
}

.news-block-two .inner-box .lower-content h3 a{
	position:relative;
	color:#414d60;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.news-block-two .inner-box .lower-content h3 a:hover{
	color:#9BC08A;
}

.news-block-two .inner-box .lower-content .post-author{
	position:relative;
	color:#9fa5b0;
	font-size:16px;
	line-height:1.3em;
	margin-top:8px;
}

.news-block-two .inner-box .lower-content .post-author span{
	position:relative;
	color:#7c8799;
}

.news-block-two .inner-box .lower-content .post-author a{
	color:#9fa5b0;
}

.news-block-two .inner-box .lower-content .post-author a:hover{
	color: #9BC08A;
}

.news-block-two .inner-box .lower-content .text{
	position:relative;
	color:#7c8799;
	font-size:17px;
	line-height:1.6em;
	margin-top:12px;
}

.news-block-two .inner-box .lower-content .post-meta{
	position:relative;
	margin-top:18px;
}

.news-block-two .inner-box .lower-content .post-meta li{
	position:relative;
	color:#9fa5b0;
	font-size:16px;
	line-height:1.3em;
	margin-right:15px;
	display:inline-block;
}

.news-block-two .inner-box .lower-content .post-meta li a{
	color:#9fa5b0;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}


.news-block-two .inner-box .lower-content .post-meta li .icon{
	position:relative;
	margin-right:6px;
	color:#9BC08A;
}

.news-block-two .inner-box .lower-content .post-meta li a:hover{
	color: #9BC08A;
}


.blog-detail{
	position:relative;
}

.blog-detail .inner-box{
	position:relative;
}

.blog-detail .inner-box h2{
	position:relative;
	color:#414d60;
	font-size:30px;
	line-height:1.3em;
	font-family: 'ProductSans-Bold';
}

.blog-detail .inner-box .post-author{
	position:relative;
	color:#9fa5b0;
	font-size:16px;
	line-height:1.3em;
	margin-top:12px;
}

.blog-detail .inner-box .post-author a{
	color:#9fa5b0;
}

.blog-detail .inner-box .post-author a:hover{
	color: #9BC08A;
}

.blog-detail .inner-box .image{
	position:relative;
	border-radius:4px;
	overflow:hidden;
	margin-bottom:30px;
}

.blog-detail .inner-box .image .post-date{
	position:absolute;
	left:20px;
	top:20px;
	color:#ffffff;
	font-size:26px;
	font-weight:400;
	font-family: 'ProductSans-Bold';
	padding:8px 18px;
	z-index:1;
	border-radius:4px;
	line-height:1.02em;
	display:inline-block;
	background-color:#9BC08A;
}

.blog-detail .inner-box .image .post-date span{
	display:block;
	font-size:14px;
	font-family: 'ProductSans-Regular';
}

.blog-detail .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.blog-detail .inner-box .lower-content{
	position:relative;
	padding-bottom:25px;
	border-bottom:1px solid #e4e8ef;
}

.blog-detail .inner-box .lower-content .text{
	position:relative;
}

.blog-detail .inner-box .lower-content .text p{
	position:relative;
	color:#7c8799;
	font-size:17px;
	line-height:1.7em;
	margin-bottom:20px;
}

.blog-detail .inner-box .lower-content .text p:last-child{
	margin-bottom:0px;
}

.blog-detail .inner-box .lower-content .text h3{
	position:relative;
	color:#414d60;
	font-size:24px;
	line-height:1.4em;
	margin-bottom:20px;
	font-family: 'ProductSans-Bold';
}

.blog-detail .inner-box .lower-content .text blockquote{
	position:relative;
	color:#414d60;
	font-size:24px;
	line-height:1.5em;
	font-style:italic;
	padding-left:34px;
	margin-top:40px;
	margin-bottom:40px;
	border-left:4px solid #9BC08A;
}

.blog-detail .inner-box .lower-content .post-meta{
	position:relative;
	margin-top:35px;
}

.blog-detail .inner-box .lower-content .post-meta li{
	position:relative;
	color:#9fa5b0;
	font-size:16px;
	line-height:1.3em;
	margin-right:15px;
	display:inline-block;
}

.blog-detail .inner-box .lower-content .post-meta li a{
	color:#9fa5b0;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}


.blog-detail .inner-box .lower-content .post-meta li .icon{
	position:relative;
	margin-right:6px;
	color:#9BC08A;
}

.blog-detail .inner-box .lower-content .post-meta li a:hover{
	color: #9BC08A;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-top:90px;
	margin-bottom:80px;
}

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom:40px;
}

.sidebar-page-container .group-title h4{
	position:relative;
	color:#414d60;
	font-size:24px;
	text-transform:capitalize;
	font-family: 'ProductSans-Bold';
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:0px 0px 0px;
	margin-bottom:50px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	padding:10px 0px 0px 100px;
	font-size:14px;
}

.sidebar-page-container .comments-area .reply-comment{
	margin-left:100px;
	margin-bottom:30px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	margin-bottom:20px;
	overflow:hidden;
	border-radius:50%;
}

.sidebar-page-container .comments-area .comment-box.reply-comment .author-thumb{
	width:40px;
}

.sidebar-page-container .comments-area .comment-box.reply-comment .comment{
	padding-left:70px;
	padding-top:5px;
}

.sidebar-page-container .comments-area .comment-box.reply-comment .comment:before{
	position:absolute;
	content:'';
	left:20px;
	top:30px;
	width:1px;
	height:100%;
	background-color:#ececec;
}

.sidebar-page-container .comments-area .comment-box.reply-2 .comment:before{
	display:none;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	position:relative;
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:18px;
	color:#414d60;
	display:inline-block;
	line-height:1.3em;
	margin-right:15px;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#7c8799;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:0px;
	margin-top:15px;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	font-size:16px;
	color:#9fa5b0;
	margin-top:0px;
	line-height:1.3em;
	padding-left:15px;
	display:inline-block;
	border-left:1px solid #b2b7c0;
}

.sidebar-page-container .comments-area .comment-box .reply-btn{
	position:absolute;
	right:0px;
	top:0px;
	font-size:15px;
	color:#414d60;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box .reply-btn span{
	margin-right:6px;
}

.sidebar-page-container .comments-area .comment-box .reply-btn:hover{
	color:#9BC08A;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form{
	position:relative;
}

.comment-form .form-group{
	position:relative;
	margin-bottom:30px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select,
.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:15px 25px;
	color:#222222;
	height:60px;
	font-size:15px;
	border-radius:3px;
	background:#ffffff;
	border:1px solid #ebebeb;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group textarea:focus{
	border-color:#faeff2;
	box-shadow:0px 10px 15px rgba(0,0,0,0.10);
}

.comment-form .form-group textarea::-webkit-input-placeholder,
.comment-form .form-group input::-webkit-input-placeholder{
	color:#888888;
}

.comment-form .form-group textarea{
	height:200px;
	resize:none;
}

.comment-form .submit-btn{
	position:relative;
	cursor: pointer;
	color:#ffffff;
	font-size:16px;
	border-radius:3px;
	padding:15px 35px;
	background-color:#9BC08A;
}

.comment-form .submit-btn span{
	margin-left:8px;
	font-size:16px;
	position:relative;
	top:2px;
}

.comment-form .submit-btn:hover{
	background:#262626;
}

/*** 

====================================================================
		Project Page Section
====================================================================

***/

.projects-page-section{
	position: relative;
	padding: 120px 0;
}

/*=== Mixitup Gallery ===*/

.projects-page-section .filters{
	margin-bottom:43px;
	text-align: center;
}

.projects-page-section .filters .filter-tabs{
	position:relative;
	display: inline-block;
}

.projects-page-section .filters li{
	position:relative;
	display: inline-block;
	line-height:24px;
	padding:10px 20px;
	cursor:pointer;
	color:#414d60;
	font-weight:500;
	font-size:18px;
	margin:0 4px 2px;
	text-transform: capitalize;
	border:1px solid transparent;
	border-radius:3px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.projects-page-section .filters li:last-child{
	margin-right: 0;
}

.projects-page-section .filters .filter.active,
.projects-page-section .filters .filter:hover{
	color: #9BC08A;
	border-color:#9BC08A;
}

.mix{
	display:none;	
}

.projects-page-section .portfolio-block{
	margin-bottom:30px;	
}

.projects-page-section .load-more{
	position:relative;
	text-align:center;
	padding-top:30px;	
}

.projects-page-section .load-more .theme-btn{
	position:relative;
	display:inline-block;
	font-size:16px;
	text-transform:capitalize;
	padding:10px 30px;
	line-height:30px;
	border:1px solid #e0e0e0;
	color:#7c8799;
	border-radius:3px;	
}

.projects-page-section .load-more .theme-btn span{
	padding-left:5px;	
}

.projects-page-section .load-more .theme-btn:hover{
	color:#ffffff;
	border-color:#9BC08A;
	background:#9BC08A;	
}



/*** 

====================================================================
		Portfolio Single 
====================================================================

***/


.portfolio-single{
	position: relative;
	color: #414d60;
	padding: 120px 0 80px;
}

.portfolio-single .row{
	position:relative;	
}

.portfolio-single .image-column{
	position: relative;
	float:right;
	display: block;
	margin-bottom:30px;
}

.portfolio-single .image-column .image{
	position: relative;
	margin-bottom: 30px;
	border-radius:5px;
}

.portfolio-single .image-column .image img{
	display: block;
	width: 100%;
	border-radius:5px;
}

.portfolio-single .content-column{
	position: relative;
	float:left;
	margin-bottom:30px;
}

.portfolio-single .content-column .inner-column{
	position: relative;
	padding-right: 45px;
	padding-top: 5px;
	padding-bottom: 30px;
}

.portfolio-single .content-column h2{
	position: relative;
	font-size: 30px;
	line-height: 1.2em;
	color: #414d60;
	font-family: 'ProductSans-Bold';
	margin-bottom: 15px;
}

.portfolio-single .content-column h4{
	position: relative;
	font-size: 24px;
	line-height: 1.2em;
	color: #414d60;
	font-weight: 400;
	font-family: 'ProductSans-Bold';
	margin-bottom: 20px;
}

.portfolio-single .content-column h5{
	position: relative;
	font-size: 15px;
	line-height: 1.2em;
	color: #141414;
	font-weight: 600;
	margin-bottom: 15px;
}

.portfolio-single .content-column .text{
	position: relative;
	margin-bottom: 70px;
}

.portfolio-single .content-column p{
	font-weight: 400;
	margin-bottom: 20px;
}

.portfolio-single .content-column .info-list{
	position: relative;
	margin-bottom: 50px;
}

.portfolio-single .info-list li{
	position: relative;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 7px;
}

.portfolio-single .info-list li span{
	position: relative;
	display: inline-block;
	font-family: 'ProductSans-Bold';
	padding-right:5px;
	font-weight: 400;
}

.portfolio-single .social-icons{
	position: relative;
}

.portfolio-single .social-icons li{
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #414d60;
	font-weight: 400;
	margin-right: 10px;
}

.portfolio-single .social-icons li a{
	position:relative;
	display:block;
	width:50px;
	height:50px;
	line-height:48px;
	text-align:center;
	border:1px solid #E0E0E0;
	color: #414d60;
	border-radius:50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.portfolio-single .social-icons li a:hover{
	background:#9BC08A;
	border-color:#9BC08A;
	color: #ffffff;
}

/*New Posts*/

.new-posts{
	position:relative;
	padding:40px 0px 0px;
}

.new-posts a{
	position:relative;
	color:#414857;
	font-size:16px;
	font-weight:400;
	line-height:30px;
	padding:11px 0px;
	text-transform:capitalize;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.new-posts a:hover{
	color:#9BC08A;
}

.new-posts .grid-btn{
	position:absolute;
	left:50%;
	color:#414857;
	font-size:20px;
	width:52px;
	height:50px;
	line-height:48px;
	padding:0px;
	border:1px solid #e0e0e0;
	border-radius:3px;
	text-align:center;
	margin-left:-26px;
}

/*** 

====================================================================
		Related posts
====================================================================

***/

.related-posts{
	position: relative;
	padding: 50px 0 100px;
}

.comming-soon-section{
	position:relative;
	padding:260px 0px 140px;
	background-color:#fffafe;
}

.comming-soon-section .title-box{
	position:relative;
	margin-bottom:70px;
}

.comming-soon-section .title-box h2{
	position:relative;
	color:#414d60;
	font-size:36px;
	font-family: 'ProductSans-Bold';
}

.comming-soon-section .title-box .text{
	position:relative;
	color:#7c8799;
	font-size:16px;
	line-height:1.7em;
	max-width:750px;
	margin:0 auto;
	margin-top:20px;
}

/* Timer */

.timer{
	position: relative;
	display: inline-block;
}

.cs-countdown{
	position: relative;
	text-align: center;
	margin-bottom: 80px;
}

.cs-countdown .count-col{
	position: relative;
	display: inline-block;
	text-align: center;
	height: 170px;
	width: 200px;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.10);
	margin-right:30px;
	margin-bottom: 30px;
}

.cs-countdown .count-col:last-child{
	margin: 0;
}

.cs-countdown .count-col span{
	position: relative;
	display: block;
	font-size: 70px;
	color: #414d60;
	line-height: 50px;
	padding-top: 75px;
	font-weight: 400;
	font-family: 'ProductSans-Bold';
	text-align: center;
}

.cs-countdown .count-col.count-mints span{
	color:#22c116;
}

.cs-countdown .count-col.count-secs span{
	color:#ff6e01;
}

.cs-countdown .count-col h6{
	position: absolute;
	left: 0;
	right: 0;
	top: 35px;
	margin: 0 auto;
	font-size: 16px;
	color: #7c8799;
	font-weight: 400;
	text-align: center;
	text-transform: capitalize;
}

/* Emaild Form */

.comming-soon-section .emailed-form {
	position: relative;
	margin-bottom: 225px;
	max-width:630px;
	margin:0 auto;
}

.comming-soon-section .emailed-form .form-group{
	position:relative;
	display:block;
	padding-right: 160px;
	width:100%;
}

.comming-soon-section .emailed-form .form-group input[type="text"],
.comming-soon-section .emailed-form .form-group input[type="tel"],
.comming-soon-section .emailed-form .form-group input[type="email"],
.comming-soon-section .emailed-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	height:60px;
	font-size:16px;
	line-height:30px;
	color:#7c8799;
	overflow:hidden;
	padding:15px 25px;
	background:#ffffff;
	border-radius:4px;
	box-shadow: 0px 5px 32px rgba(0,0,0,0.10);
	border: 1px solid transparent;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.comming-soon-section .emailed-form input::placeholder,
.comming-soon-section .emailed-form textarea::placeholder{
	color:#7c8799;
}

.comming-soon-section .emailed-form .form-group input[type="submit"],
.comming-soon-section .emailed-form button{
	position:absolute;
	right:0px;
	top:0px;
	padding:13px 29px;
}

.comming-soon-section .emailed-form .form-group input[type="text"]:focus, 
.comming-soon-section .emailed-form .form-group input[type="tel"]:focus, 
.comming-soon-section .emailed-form .form-group input[type="email"]:focus, 
.comming-soon-section .emailed-form .form-group textarea:focus{
	border-color: #9BC08A;
}

/* Footer Style Two */

.footer-style-two{
	position:relative;
	padding:50px 0px 50px;
	background-color:#024669;
}

.footer-style-two .copyright{
	position:relative;
	color:#ffffff;
	font-size:16px;
}

.footer-style-two .social-navs{
	position:relative;
	text-align:right;
}

.footer-style-two .social-navs li{
	position:relative;
	margin-right:14px;
	display:inline-block;
}

.footer-style-two .social-navs li.follow{
	position:relative;
	color:#ffffff;
	font-size:18px;
}

.footer-style-two .social-navs li a{
	position:relative;
	font-size:14px;
	display:inline-block;
	color:rgba(255,255,255,0.50);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.footer-style-two .social-navs li a:hover{
	color:#9BC08A;
}

/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section{
	position:relative;
	padding:270px 0px 170px;
}

.error-section .content{
	position:relative;
	text-align:center;
}

.error-section .content .error-image{
	margin-bottom:40px;	
}

.error-section .content h2{
	position:relative;
	color:#414d60;
	font-size:50px;
	line-height:1.3em;
	font-family: 'ProductSans-Bold';
}

.error-section .content .text{
	position:relative;
	color:#7c8799;
	font-size:20px;
	line-height:1.6em;
	max-width:490px;
	margin:0 auto;
	margin-top:25px;
	margin-bottom:40px;
}