/* Corpro HTML Template */


/************ TABLE OF CONTENTS ***************
1. Fonts
2. Import css
3. Main Slider
4. Consulting Section
5. Fact Counter
6. Services Block
7. Team Section
8. Testimonial Section
9. News Block 
9. cses section
10. News Letter
11. Accordion block
12. Featured Post
13. Masonary Section 
14. Page Title
15. Faq
16. Error Page
17. Contact us

**********************************************/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Roboto:300,400,500,700');

/*font-family: 'Roboto', sans-serif;
font-family: 'Montserrat', sans-serif;*/

@import url('plugin.css');
@import url('global.css');
@import url('flaticon.css');
@import url('header.css');
@import url('footer.css');
@import url('blog.css');
@import url('shop.css');

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
	position: relative;
	width: 100%;
}

.main-slider .tp-caption {
	z-index: 5;
}

.main-slider .tp-dottedoverlay {
	background-color: rgba(0, 0, 0, 0) !important;
}

.main-slider .text {
	font-weight: 400;
	line-height: 32px;
	color: #333;
	font-size: 24px;
	margin-bottom: 20px;
}

.main-slider .text.light {
	color: #fff;
}

.main-slider h2 {
	font-size: 48px;
	color: #222;
	line-height: 1.3em;
	text-transform: capitalize;
	font-weight: 600;
}

.main-slider h2.light {
	color: #fff;
}

.main-slider .upper-line {
	position: relative;
	width: 100%;
	width: 700px;
	height: 8px;
	border-top: 8px solid #ffffff;
}

.main-slider .upper-line:before {
	content: '';
	position: absolute;
	right: 100%;
	top: -8px;
	width: 8px;
	height: 60px;
	border-right: 8px solid #ffffff;
}

.main-slider .upper-line:after {
	content: '';
	position: absolute;
	left: 100%;
	top: -8px;
	width: 8px;
	height: 60px;
	border-right: 8px solid #ffffff;
}

.main-slider .lower-line {
	position: relative;
	width: 100%;
	width: 700px;
	height: 8px;
	border-bottom: 8px solid #ffffff;
}

.main-slider .lower-line:before {
	content: '';
	position: absolute;
	right: 100%;
	bottom: -8px;
	width: 8px;
	height: 60px;
	border-right: 8px solid #ffffff;
}

.main-slider .lower-line:after {
	content: '';
	position: absolute;
	left: 100%;
	bottom: -8px;
	width: 8px;
	height: 60px;
	border-right: 8px solid #ffffff;
}

.main-slider h3 {
	font-size: 22px;
	color: #f0bc00;
	font-weight: 400;
	line-height: 1em;
	text-transform: capitalize;
}

.main-slider .subtitle {
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	padding: 4px 30px;
	font-weight: 400;
	background: #00b7f1;
	text-transform: uppercase;
}

.main-slider .title {
	font-size: 50px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.3em;
	text-transform: uppercase;
	word-spacing: 3px;
	letter-spacing: 1px;
}

.main-slider .title-uppercase {
	font-size: 60px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.3em;
	text-transform: uppercase;
	word-spacing: 5px;
	letter-spacing: 2px;
}

.main-slider .tp-bullets.preview3 {
	display: none !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3 {
	background: rgba(0, 0, 0, 0.10);
	width: 60px !important;
	border-radius: 50%;
	overflow: hidden;
	margin-top: -30px !important;
	height: 60px !important;
}

.main-slider .tparrows.preview3::after {
	top: 0px;
	background: none;
	border: none;
	border-radius: 50%;
	color: #00b7f1;
	font-size: 18px;
	height: 60px !important;
	line-height: 60px;
	width: 60px !important;
	padding: 0px;
	transition: .5s ease;
}

.main-slider .tparrows.tp-leftarrow.preview3::after {
	content: '\f104';
	font-family: 'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after {
	content: '\f105';
	font-family: 'FontAwesome';
}

.main-slider .tparrows.preview3.tp-leftarrow {
	left: 30px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow {
	right: 30px !important;
}

.main-slider .tparrows.preview3:hover::after {
	color: #00b7f1;
	background: none;
	border-color: #fff;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper {
	visibility: hidden;
	opacity: 0;
	display: none;
}

.main-slider .tp-bannertimer {
	display: none !important;
}

.main-slider .tp-caption .theme-btn {
	border-width: 2px !important;
}

.main-slider .tp-caption .theme-btn.btn-style-one {
	color: #ffffff;
}

.main-slider .tp-caption .theme-btn.btn-style-two {
	color: #ffffff;
}

.main-slider .tp-caption .theme-btn.btn-style-three {
	color: #443f45;
}

.main-slider .tp-caption .theme-btn.btn-style-three:hover {
	color: #ffffff;
}


/*** 

====================================================================
	Welcome Section
====================================================================

***/

.welcome-section {
	position: relative;
	padding: 90px 0px 50px;
}

.welcome-section .row {
	margin: 0px -30px;
}

.welcome-section .single-item {
	position: relative;
	padding: 0px 30px;
}

.welcome-section .single-item {
	margin-bottom: 40px;
}

.welcome-section .single-item .inner-box {
	position: relative;
}

.welcome-section .single-item .inner-box .image-box {
	position: relative;
}

.welcome-section .single-item .inner-box .image-box img {
	position: relative;
	width: 100%;
	display: block;
	border-radius: 4px 4px 0px 0px;
}

.welcome-section .single-item .inner-box .lower-box {
	position: relative;
	padding: 20px 20px;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	border-top: 0px;
}

.welcome-section .single-item .inner-box .lower-box h3 {
	position: relative;
	font-size: 20px;
	font-weight: 400;
}

.welcome-section .single-item .inner-box .lower-box h3 a {
	color: #000000;
	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;
}

.welcome-section .single-item .inner-box .lower-box h3 a:hover {
	color: #00b7f1;
}

.welcome-section .single-item .inner-box .lower-box .text {
	color: #000000;
	font-size: 18px;
	opacity: 0.7;
	font-weight: 300;
}

.welcome-section .single-item .inner-box .lower-box .arrow-box {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 75px;
	height: 100%;
	color: #f0f0f0;
	text-align: center;
	line-height: 100px;
	border-left: 1px solid #f0f0f0;
	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;
}

.welcome-section .single-item .inner-box .lower-box .arrow-box .icon {
	color: #00b7f1;
	display: block;
	font-size: 40px;
	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;
}

.welcome-section .single-item:hover .inner-box .lower-box .arrow-box .icon {
	color: #fff;
}

.welcome-section .single-item .inner-box:hover .arrow-box {
	background-color: #00b7f1;
}


/*** 

====================================================================
	Consulting Section
====================================================================

***/

.consulting-section {
	position: relative;
	padding: 90px 0px 60px;
}

.consulting-section .image-box {
	position: relative;
	margin-bottom: 50px;
}

.consulting-section .image-box img {
	width: 100%;
	display: block;
}

.consulting-section .inner-box {
	position: relative;
	padding-top: 30px;
}

.consulting-section .inner-box .list-style-one {
	margin-top: 30px;
}

.consulting-section .inner-box .text {
	position: relative;
	color: #888888;
	font-size: 14px;
	line-height: 1.8em;
}

.consulting-section .inner-box .know-more {
	position: relative;
	margin-top: 36px;
	text-transform: uppercase;
}

.consulting-block {
	position: relative;
	margin-bottom: 40px;
}

.consulting-block .inner {
	position: relative;
	text-align: center;
}

.consulting-block .inner .icon-box {
	position: relative;
	font-size: 42px;
	color: #00b7f1;
	line-height: 1em;
	margin-bottom: 10px;
}

.consulting-block .inner h3 {
	position: relative;
}

.consulting-block .inner h3 a {
	position: relative;
	font-weight: 700;
	font-size: 14px;
	color: #1c1c1c;
	padding-bottom: 6px;
	display: inline-block;
	text-transform: uppercase;
	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;
}

.consulting-block .inner h3 a:hover {
	color: #00b7f1;
}

.consulting-block .inner h3:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	margin-left: -15px;
	width: 30px;
	height: 1px;
	background-color: #bcbcbc;
}

.consulting-block .inner .text {
	position: relative;
	color: #888888;
	font-size: 14px;
	line-height: 1.8em;
	margin-top: 20px;
}

.consulting-block .inner .read-more {
	position: relative;
	color: #888888;
	font-size: 14px;
	margin-top: 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;
}

.consulting-block .inner .read-more:hover {
	color: #443f45;
}


/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section {
	position: relative;
	padding: 90px 0px 40px;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

.services-section.style-two {
	background-color: #f8f8f8;
}

.services-section.style-3:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.81);
}

/*Services Block One*/

.services-block-one {
	position: relative;
	margin-bottom: 60px;
}

.services-block-one .inner-box {
	position: relative;
	padding-right: 60px;
	background-color: #ffffff;
}

.services-block-six .inner-box:before {
    position: absolute;
    content: '';
    left: 20px;
    right: 20px;
    height: 1px;
    bottom: -10px;
    background: #f4f4f4;
}

.services-block-six .inner-box:after {
    position: absolute;
    content: '';
    left: 40px;
    right: 40px;
    height: 1px;
    bottom: -20px;
    background: #f4f4f4;
}

.services-block-one .inner-box .content {
	position: relative;
}

.services-block-one .inner-box .content .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #00b7f1;
	font-size: 40px;
	line-height: 1em;
	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-one .inner-box .content h3 {
	position: relative;
	line-height: 1em;
	padding-left: 60px;
	padding-top: 6px;
}

.services-block-one .inner-box .content h3 a {
	position: relative;
	font-size: 14px;
	font-weight: 700;
	color: #1c1c1c;
	text-transform: uppercase;
	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-one .inner-box:hover h3 a,
.services-block-one .inner-box:hover .icon {
	color: #00b7f1;
}

.services-block-one .inner-box .content .text {
	font-size: 14px;
	color: #888888;
	line-height: 1.8em;
	margin-top: 25px;
}

.services-block-one .inner-box .content .read-more {
	position: relative;
	font-size: 14px;
	color: #888888;
	margin-top: 15px;
	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;
}

.services-block-one .inner-box .content .read-more:hover {
	color: #443f45;
}


/*Services Block Two*/

.services-block-two {
	position: relative;
	margin-bottom: 30px;
}

.services-block-two .inner-box {
	position: relative;
	padding: 30px 40px;
	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;
}

.services-block-two .inner-box:hover {
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
	-ms-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
	-o-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 20px 5px rgba(145, 139, 139, 0.27);
}

.services-block-two .inner-box .content {
	position: relative;
}

.services-block-two .inner-box .content .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #00b7f1;
	font-size: 40px;
	line-height: 1em;
	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-two .inner-box .content h3 {
	position: relative;
	line-height: 1em;
	padding-left: 60px;
}

.services-block-two .inner-box .content h3 a {
	position: relative;
	font-size: 14px;
	font-weight: 700;
	color: #1c1c1c;
	text-transform: uppercase;
	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-two .inner-box:hover h3 a,
.services-block-two .inner-box:hover .icon {
	color: #00b7f1;
}

.services-block-two .inner-box .content h3:before {
	position: absolute;
	content: '';
	left: 60px;
	bottom: -12px;
	width: 50px;
	height: 1px;
	background-color: #00b7f1;
	transition: .5s ease;
}

.services-block-two:hover .inner-box .content h3:before {
	left: 60px;
	transition: .5s ease;
}

.services-block-two .inner-box .content .text {
	font-size: 14px;
	color: #888888;
	line-height: 1.8em;
	margin-top: 40px;
}

.services-block-two .inner-box .content .read-more {
	position: relative;
	font-size: 14px;
	color: #888888;
	margin-top: 15px;
	display: inline-block;
}


/*Services Block Three */

.services-block-three {
	position:relative;
	margin-bottom:40px;
}

.services-block-three  .inner-box{
	position:relative;
	background: #fff;
}

.services-block-three  .inner-box .image{
	position:relative;
}

.services-block-three  .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	text-align:center;
	background-color:rgba(0, 189, 253, 0.75);
	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-three  .inner-box:hover .overlay-box{
	opacity:1;
}

.services-block-three  .inner-box:hover .lower-box .arrow{
	color:#ffffff;
	border-color:#00b7f1;
	background-color:#00b7f1;
}

.services-block-three  .inner-box .image .overlay-box .icon{
	position:relative;
	font-size:50px;
	top:45%;
	color:#ffffff;
}

.services-block-three  .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-block-three  .inner-box .lower-box{
	position:relative;
	text-align:center;
	padding-top:25px;
	padding-left:20px;
	padding-right:20px;
}

.services-block-three  .inner-box .lower-box h3{
	position:relative;
	color:#333333;
	font-size:22px;
	font-weight:500;
	margin-bottom:10px;
	text-transform:capitalize;
}

.services-block-three  .inner-box .lower-box h3 a{
	position:relative;
	color:#333333;
	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-three  .inner-box .lower-box h3 a:hover{
	color:#00b7f1;
}

.services-block-three  .inner-box .lower-box .text{
	position:relative;
	color:#777777;
	font-size:17px;
	font-weight:300;
	line-height:1.6em;
	margin-bottom:15px;
}

.services-block-three  .inner-box .lower-box .arrow{
	position:relative;
	width:45px;
	height:45px;
	color:#b4b4b4;
	line-height:42px;
	margin-bottom: 30px;
	text-align:center;
	display:inline-block;
	border-radius:50%;
	border:1px solid #eeeeee;
	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-three  .inner-box .lower-box .arrow:hover{
	color:#ffffff;
	border-color:#00b7f1;
	background-color:#00b7f1;
}

/* service-block-four */

.service-block-four {
	position:relative;
	margin-bottom:40px;
}

.service-block-four .inner-box{
	position:relative;
	padding:35px 40px;
	text-align:center;
	background-color:#ffffff;
	-moz-box-shadow: 0px 0px 11px 0px rgba(243,243,243,1);
}

.service-block-four .inner-box .icon-box {
	position:relative;
	color: #00b7f1;
	font-size: 50px;
	line-height:1em;
	margin-bottom:20px;
}

.service-block-four .inner-box h3{
	font-size:20px;
	font-weight:600;
	padding-bottom:12px;
}

.service-block-four .inner-box h3:after{
	position:absolute;
	content:'';
	width:32px;
	height:1px;
	left:50%;
	bottom:0px;
	margin-left:-16px;
	background-color: #00b7f1;
}

.service-block-four .inner-box h3 a{
	color:#333333;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.service-block-four .inner-box h3 a:hover{
	color: #00b7f1;
}

.service-block-four .inner-box .text{
	font-size:15px;
	color:#777777;
	margin-top:15px;
	margin-bottom:30px;
}

/* service block five */

.services-block-five{
	position:relative;
	margin-bottom:40px;
}

.services-block-five .inner-box{
	position:relative;
	padding-left:120px;
}

.services-block-five .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:120px;
	height:100%;
	color:#00b7f1;
	font-size:54px;
	text-align:center;
	background-color:#f6f6f6;
	border:1px solid #00b7f1;
	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-five .inner-box .icon-box:after{
	position:absolute;
	content:'';
	right:-10px;
	top:50%;
	width:10px;
	height:18px;
	margin-top:-10px;
	display:block;
	z-index:10;
}

.services-block-five .inner-box .icon-box:before{
	position:absolute;
	content:'';
	right:-9px;
	top:50%;
	margin-top:-10px;
	border-top: 9px solid transparent;
	border-left: 9px solid #00b7f1;
	border-bottom: 9px solid transparent;
	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-five .inner-box .icon-box .icon{
	position:relative;
    top: 50%;
	line-height:1em;
    display: block;
    margin-top: -30px;
}

.services-block-five .inner-box .content-box{
	position:relative;
	padding: 30px 30px 30px;
	background-color:#ffffff;
	background-size:cover;
	background-image:none;
}

.services-block-five .inner-box .content-box h3{
	position:relative;
	color:#333333;
	font-size:22px;
	font-weight:500;
	margin-bottom:10px;
	text-transform:capitalize;
}

.services-block-five .inner-box .content-box h3 a{
	color:#333333;
	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-five .inner-box .content-box h3 a:hover{
	color:#00b7f1;
}

.services-block-five .inner-box .content-box .text{
	position:relative;
	color:#666666;
	font-size:17px;
	margin-bottom:12px;
}

.services-block-five .inner-box .content-box .know-more{
	position:relative;
	font-size:16px;
	font-weight:700;
	color:#00b7f1;
	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-five .inner-box .content-box .image-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
	width:100%;
	height:100%;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	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-five .inner-box .content-box .image-layer:before{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,3,45,0.90);
}

.services-block-five .inner-box:hover .content-box .image-layer{
	opacity:1;
}

.services-block-five .inner-box:hover .content-box h3 a{
	color:#ffffff;
}

.services-block-five .inner-box:hover .content-box .text{
	color:#9799a9;
}

.services-block-five .inner-box:hover .icon-box:after{
	opacity:0;
}

.services-block-five .inner-box:hover .icon-box{
	background-color:#00b7f1;
	color:#ffffff;
}

.services-block-five .inner-box:hover .icon-box:before{
	z-index:10;
}

.services-block-five.style-two .inner-box .content-box h3{
	font-size:22px;
}

.services-block-five.style-two .inner-box .content-box{
	background-color:#f8f8f8;
}

.services-block-five.style-two .inner-box .icon-box{
	background-color:#ffffff;
}

.services-block-five.style-two .inner-box:hover .icon-box{
	background:none;
	color:#00b7f1;	
}

.services-block-five.style-two .inner-box:hover .icon-box:after{
	opacity:1;
}

.services-block-five.style-two .inner-box .icon-box:before{
	display:none;
}

.services-block-five .inner-box:hover .content-box h3 a{
	color:#00b7f1;
}

/* services-block-seven */

.services-block-seven{
	position:relative;
	margin-bottom:50px;
}

.services-block-seven .inner-box{
	position:relative;
}

.services-block-seven .inner-box .image-box{
	position:relative;
}

.services-block-seven .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.services-block-seven .inner-box{
	position:relative;
	overflow:hidden;
}

.services-block-seven .inner-box .lower-box{
	position:relative;
	left:0px;
	bottom:0px;
	width:100%;
	padding:21px 0px 20px 100px;
	background-color:#ffffff;
	border-top: 3px solid #00b7f1;
	transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-webkit-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
}

.services-block-seven .inner-box .lower-box .icon-box{
	position: absolute;
	left:0px;
	top:0px;
	color: #ffffff;
	font-size: 42px;
	padding: 11px 21px 15px;
	background-color: #00b7f1;
	line-height: 1em;
}

.services-block-seven .inner-box .lower-box h3{
	position:relative;
	font-size:17px;
	font-weight:700;
	color:#333333;
	text-transform:uppercase;
}

.services-block-seven .inner-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	color:#ffffff;
	opacity:0;
	background-size:cover;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
}

.services-block-seven .inner-box .overlay-box .overlay-inner{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	padding: 10px 40px;
	text-align:center;
	background: rgba(0, 0, 0, 0.85);
}

.services-block-seven .inner-box .overlay-box .overlay-inner .content{
	position: relative;
    display: table-cell;
    vertical-align: middle;
}

.services-block-seven .inner-box .overlay-box .content .icon{
	font-size:36px;
	margin-bottom:20px;
}

.services-block-seven .inner-box .overlay-box .content h3{
	position:relative;
	font-weight:700;
	font-size:17px;
	text-transform:uppercase;
}

.services-block-seven .inner-box .overlay-box .content h3 a{
	color:#ffffff;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block-seven .inner-box .overlay-box .content h3 a:hover{
	color:#00b7f1;
}

.services-block-seven .inner-box .overlay-box .content .text{
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	margin-top:20px;
	margin-bottom:20px;
}

.services-block-seven .inner-box .overlay-box .content .theme-btn:hover{
	color:#ffffff;
	border-color:#ffffff;	
}

.services-block-seven .inner-box:hover .lower-box{
	bottom:-100%;
}

.services-block-seven .inner-box:hover .overlay-box{
	top: 0px;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}

/* services-block-eight */

.service-block-eight{
	position:relative;
	margin-bottom: 40px;
}

.service-block-eight .inner-box{
	position:relative;
	overflow:hidden;
}

.service-block-eight .inner-box .image-box{
	position:relative;
}

.service-block-eight .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.service-block-eight .inner-box .image-box .caption{
	position:absolute;
	width:100%;
	left:0px;
	bottom:0px;
	color:#ffffff;
	display:block;
	font-size:18px;
	padding:16px 0px;
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
	background-color: #043247;
	transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-webkit-transition:all 0.8s ease;
	-ms-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
}

.service-block-eight .inner-box .image-box .overlay-box{
	position:absolute;
	left:0px;
	bottom:-250px;
	padding:40px 35px;
	width:100%;
	text-align:center;
	background-color: rgba(4, 50, 71, 0.9);
	transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-webkit-transition:all 0.8s ease;
	-ms-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
}

.service-block-eight .inner-box .image-box .overlay-box h3{
	position:relative;
	font-size:18px;
	color:#ffffff;
	margin-bottom:12px;
	font-weight:700;
	text-transform:uppercase;
}

.service-block-eight .inner-box .image-box .overlay-box .text{
	position:relative;
	font-size:16px;
	color:#ffffff;
	margin-bottom:15px;
	line-height:1.6em;
}

.service-block-eight .inner-box .image-box .overlay-box .read-more{
	position:relative;
	color: #00b7f1;
	font-size:13px;
	font-weight:700;
}

.service-block-eight .inner-box .image-box:hover .caption{
	bottom:-60px;
}

.service-block-eight .inner-box .image-box:hover .overlay-box{
	bottom:0px;
}

/* services-block-nine */

.service-block-nine{
	position:relative;
	margin-bottom:70px;
}

.service-block-nine .inner-box{
	position:relative;
	padding-right:90px;
	text-align:right;
}

.service-block-nine .inner-box .icon-box{
	position:absolute;
	right:0px;
	top:0px;
	width:60px;
	height:60px;
	font-size: 32px;
	line-height:56px;
	text-align:center;
	border: 2px solid #00b7f1;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.service-block-nine .inner-box h3{
	position:relative;
	line-height:1em;
	margin-bottom:5px;
}

.service-block-nine .inner-box h3 a{
	position:relative;
	top:-6px;
	color:#222222;
	font-size:18px;
	font-weight:700;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.service-block-nine .inner-box h3 a:hover{
	color: #00b7f1;
}

.service-block-nine .inner-box .text{
	font-size:14px;
	color:#777777;
	line-height:1.8em;
}

.service-block-nine .inner-box:hover .icon-box{
	background-color: #00b7f1;
}

/* Service Block ten */

.service-block-ten{
	position:relative;
	margin-bottom:70px;
}

.service-block-ten.style-two{
	margin-bottom:45px;
}

.service-block-ten .inner-box{
	position:relative;
	padding-left:90px;
	text-align:left;
}

.service-block-ten .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:60px;
	font-size: 32px;
	line-height:56px;
	text-align:center;
	border: 2px solid #2ec3f2;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.service-block-ten .inner-box h3{
	position:relative;
	line-height:1em;
	margin-bottom:5px;
}

.service-block-ten .inner-box h3 a{
	position:relative;
	top:-6px;
	color:#222222;
	font-size:18px;
	font-weight:700;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.service-block-ten .inner-box h3 a:hover{
	color: #00b7f1;
}

.service-block-ten .inner-box .text{
	font-size:14px;
	color:#777777;
	line-height:1.8em;
}

.service-block-ten .inner-box:hover .icon-box{
	background-color: #2ec3f2;
}





@media (min-width: 992px) {
	.three-column-services .pull-left {
    margin-top: 70px;
	}

	.three-column-services  .pull-right {
	    margin-top: 70px;
	}
}


.three-column-services .image-column {
    margin-bottom: 50px;
    text-align: center;
}



/*** 

====================================================================
	staff-section
====================================================================

***/


.staff-section {
	position: relative;
	padding: 90px 0px 50px;
	background: #f8f8f8;
}

.staff-member {
	position: relative;
	margin-bottom: 40px;
}

.staff-member .inner-box {
	position: relative;
}

.staff-member .inner-box .image-box {
	position: relative;
}

.staff-member .inner-box .image-box img {
	width: 100%;
	display: block;
}

.staff-member .inner-box .image-box .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	background-color: rgba(20, 20, 20, 0.66);
	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;
}

.staff-member .inner-box:hover .overlay-box {
	opacity: 1;
}

.staff-member .inner-box .image-box .overlay-box .social-icon-two {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -25px;
	width: 100%;
}

.staff-member .inner-box .lower-content {
	position: relative;
	padding: 20px 20px 15px;
	background: #fff;
	text-align: center;
}

.staff-member .inner-box .lower-content h3 a {
	position: relative;
	color: #1c1c1c;
	font-size: 20px;
	font-weight: 500;
	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;
}

.staff-member .inner-box .lower-content h3 a:hover {
	color: #00b7f1;
}

.staff-member .inner-box .lower-content .designation {
	position: relative;
	color: #00b7f1;
	margin-bottom: 15px;
}


/*** 

====================================================================
	staff-section-two
====================================================================

***/

.staff-section-two {
	position:relative;
	padding: 90px 0px;
	background: #f8f8f8;
}

.staff-section-two .slide-item{
	position:relative;	
}

.staff-section-two .slide-item .image-column{
	position:relative;
}

.staff-section-two .slide-item .image-column .image-box{
	position:relative;
	display:block;
	margin-right:50px;	
}

.staff-section-two .slide-item .image-column img{
	position:relative;
	display:block;
	width:100%;
	border-radius:5px;
	outline:1px solid rgba(255,255,255,0.80);
	outline-offset:-20px;
}

.staff-section-two .slide-item .content-column .inner{
	position:relative;
	display:block;
	padding:20px 0px 0px;
}

.staff-section-two .slide-item .content-column .title-box{
	position:relative;
	margin-bottom:40px;
	padding-bottom:30px;
	border-bottom:1px solid #f0f0f0;
}

.staff-section-two .slide-item .content-column .title-box h3{
	font-size:22px;
	color:#222328;
	font-weight:500;
	text-transform:capitalize;
}

.staff-section-two .slide-item .content-column .title-box .designation{
	font-size:14px;
	color: #00b7f1;
	letter-spacing:1px;
	font-weight:400;
	text-transform:uppercase;
}

.staff-section-two .slide-item .content-column .text-content{
	position:relative;
	margin-bottom:50px;
}

.staff-section-two .slide-item .content-column .text-content p{
	position:relative;
	margin-bottom:20px;
}

.staff-section-two .slide-item .content-column .text-content p:last-child{
	margin-bottom:0px;
}

.staff-section-two .slide-item .social-links li{
	position:relative;
	float:left;
	margin-right:8px;
	margin-bottom:8px;	
}

.staff-section-two .slide-item .social-links li a{
	position:relative;
	display:block;
	width:38px;
	height:38px;
	line-height:34px;
	background:none;
	border: 1px solid #888;
	color: #888;
	font-size:14px;
	text-align:center;
	border-radius: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;
}

.staff-section-two .slide-item .social-links li a:hover{
	background: #00b7f1;
	border-color: #00b7f1;
	color:#ffffff;
}

.staff-section-two .owl-dots{
	display:none;	
}

.staff-section-two .owl-nav{
	position:absolute;
	right:0px;
	bottom:25px;
}

.staff-section-two .team-carousel .owl-nav .owl-next,
.staff-section-two .team-carousel .owl-nav .owl-prev{
	position:relative;
	display:inline-block;
	margin-left:-1px;
	width:32px;
	height:32px;
	border-radius: 0;
	line-height: 20px;
	border: 1px solid #888888;
	color: #ffffff;
	background: #888;
	text-align:center;
	font-size:24px;
}

.staff-section-two .team-carousel .owl-nav .owl-next:hover,
.staff-section-two .team-carousel .owl-nav .owl-prev:hover{
	background:#00b7f1;
	color:#ffffff;
	border-color: #00b7f1;
}

/* team-section */

.team-section {
	position: relative;
	padding: 90px 0 80px;
}


/* testimonial-block-one */

.team-block-one{
	position:relative;
}

.team-block-one .inner-box{
	position:relative;
	padding: 40px 30px 40px;
	text-align:center;
	border:2px solid #fafafa;
	background-color:#fafafa;
	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-one .inner-box .image-box{
	position:relative;
	width:154px;
	height:154px;
	overflow:hidden;
	border-radius:50%;
	margin:0 auto;
	margin-bottom:25px;
}

.team-block-one .inner-box h3{
	position:relative;
	font-size:20px;
	font-weight:800;
	color:#333333;
	text-transform:uppercase;
}

.team-block-one .inner-box h3 a{
	color:#333333;
	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-one .inner-box h3 a:hover{
	color:#20acea;
}

.team-block-one .inner-box .designation{
	position:relative;
	color: #00b7f1;
	font-size: 18px;
	font-weight:300;
	margin-bottom:15px;
	margin-top:8px;
}

.team-block-one .inner-box .text{
	position:relative;
	color:#777777;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:10px;
}

.team-block-one .inner-box:before {
	position: absolute;
	content: '';
	background: #fff;
	left: 1px;
	bottom: 1px;
	right: 1px;
	top: 100%;
	transition: .5s ease;
}

.team-block-one .inner-box:hover:before {
	top: 1px;
	transition: .5s ease;
}



/*** 

====================================================================
	fullwidth-section
====================================================================

***/

.fullwidth-section {
	position: relative;
	background-color: #fff;
}

.fullwidth-section .image-column {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
}

.fullwidth-section .image-column .hidden-image {
	display: none;
}

.fullwidth-section .image-column .hidden-image img {
	display: block;
	width: 100%;
}

.fullwidth-section .content-column {
	position: relative;
	float: right;
	padding: 0px;
}

.fullwidth-section .content-column .inner-box {
	position: relative;
	z-index: 1;
	padding: 90px 70px 80px 60px;
}

.fullwidth-section .content-column .form-title {
	position: relative;
	margin-bottom: 40px;
}

.fullwidth-section .content-column .form-title h3 {
	position: relative;
	font-weight: 700;
	font-size: 26px;
	color: #1c1c1c;
	padding-bottom: 13px;
	margin-bottom: 25px;
	font-family: 'Montserrat', sans-serif;
}

.fullwidth-section .content-column .form-title h3:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 30px;
	height: 1px;
	background-color: #00b7f1;
}

.fullwidth-section .content-column .form-title .text {
	position: relative;
	font-size: 14px;
	color: #888888;
}

.default-form {
	position: relative;
}

.default-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.default-form .form-group .group-inner {
	position: relative;
}

.default-form .form-group input {
	position: relative;
	height: 52px;
	width: 100%;
	line-height: 32px;
	padding: 10px 20px;
	border-radius: 2px;
	background-color: #f9f9f9;
	border: 1px solid #f9f9f9;
}

.default-form .form-group textarea:focus,
.default-form .form-group input:focus {
	border-color: #00b7f1;
}

.default-form .form-group .group-inner textarea {
	position: relative;
	padding: 10px 20px;
	height: 130px;
	width: 100%;
	resize: none;
	border-radius: 2px;
	background-color: #f9f9f9;
	border: 1px solid #f9f9f9;
}

.default-form .form-group .group-inner button {
	margin-top: 10px;
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error {
	border-color: #ff0000 !important;
}

.default-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #ff0000;
	font-weight: 500;
}


/*** 

====================================================================
	Fullwidth Section Two
====================================================================

***/

.fluid-section-two {
	position: relative;
	background-color: #f7f7f7;
}

.fluid-section-two .background-image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fluid-section-two .background-image:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgb(240, 240, 240);
}

.fluid-section-two .testimonial-column {
	position: relative;
}

.fluid-section-two .testimonial-column .inner {
	position: relative;
	padding: 147px 0px 147px;
}

.fluid-section-two .testimonial-column .testimonial-style-two {
	position: relative;
}

.fluid-section-two .testimonial-column .inner .testimonial-inner .owl-dots,
.fluid-section-two .testimonial-column .inner .testimonial-inner .owl-nav {
	display: none;
}

.fluid-section-two .testimonial-column .inner .testimonial-inner {
	position: relative;
	padding: 45px 48px;
	border-radius: 4px;
	max-width: 450px;
	width: 100%;
	margin-right: 20px;
	background-color: #00b7f1;
}

.fluid-section-two .testimonial-column .inner .testimonial-inner .quote-icon {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 55px;
	height: 55px;
	color: #00b7f1;
	font-size: 14px;
	line-height: 46px;
	text-align: center;
	border-radius: 50%;
	margin-top: -28px;
	z-index: 10;
	overflow: hidden;
	margin-left: -28px;
	border: 5px solid rgba(255, 255, 255, 0.5);
}

.fluid-section-two .testimonial-column .inner .testimonial-inner .quote-icon .icon {
	position: relative;
	display: block;
	background-color: #ffffff;
}

.fluid-section-two .testimonial-box {
	position: relative;
	/*padding-left:28px;*/
}

.fluid-section-two .testimonial-box .inner-box {
	position: relative;
}

.fluid-section-two .testimonial-box .inner-box .text {
	position: relative;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.6em;
	color: #ffffff;
}

.fluid-section-two .testimonial-box .inner-box h4 {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	margin-top: 15px;
	padding-left: 40px;
	display: inline-block;
}

.fluid-section-two .testimonial-box .inner-box h4:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 15px;
	width: 26px;
	height: 2px;
	background-color: #ffffff;
}

.fluid-section-two .content-column {
	position: relative;
	margin-bottom: 30px;
}

.fluid-section-two .content-column .inner {
	position: relative;
	padding: 80px 20px 0px 50px;
}

.fluid-section-two .testimonial-column .inner h2,
.fluid-section-two .content-column .inner h2 {
	position: relative;
	color: #ffffff;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 40px;
	text-transform: capitalize;
}

.fluid-section-two .testimonial-column .inner h2 span,
.fluid-section-two .content-column .inner h2 span {
	color: #00bddf;
}

.fluid-section-two .featured-info-block {
	position: relative;
	margin-bottom: 50px;
}

.fluid-section-two .featured-info-block .inner-box {
	position: relative;
	padding-left: 100px;
	min-height: 86px;
}

.fluid-section-two .featured-info-block .inner-box .icon-box {
	position: absolute;
	left: 0px;
	top: -16px;
	width: 75px;
	font-size: 50px;
	line-height: 86px;
	height: 86px;
	text-align: center;
}

.fluid-section-two .featured-info-block .inner-box .icon-box .icon {
	position: relative;
	color: #00b7f1;
}

.fluid-section-two .featured-info-block .inner-box .icon-box:after {
	position: absolute;
	content: '';
	left: 50%;
	top: 100%;
	width: 2px;
	height: 100px;
	margin-left: -1px;
}

.fluid-section-two .featured-info-block:last-child .inner-box .icon-box:after {
	display: none;
}

.fluid-section-two .featured-info-block .inner-box h3 {
	position: relative;
	font-size: 22px;
	font-weight: 400;
	line-height: 1em;
	margin-bottom: 10px;
}

.fluid-section-two .featured-info-block .inner-box h3 a {
	position: relative;
	color: #222;
	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;
}

.fluid-section-two .featured-info-block .inner-box h3 a:hover {
	color: #00b7f1;
}

.fluid-section-two .featured-info-block .inner-box .text {
	position: relative;
	color: #aaa;
	font-size: 14px;
}


/*** 

====================================================================
	News Block
====================================================================

***/

.news-section {
	position: relative;
	padding: 90px 0px 60px 0px;
}

.news-block {
	position: relative;
	margin-bottom: 40px;
}

.news-block .inner-box {
	position: relative;
}

.news-block .inner-box:hover .image-box .read-more {
	left: 8px;
}

.news-block .inner-box .image-box {
	position: relative;
	overflow: hidden;
}
.news-block .inner-box .image-box .overlay{
	position: relative;
}
.news-block .inner-box .image-box:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.75);
    transform: scale(0.8);
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
}

.blog-detail .news-block .inner-box .image-box:after {
	display: none;
}

.news-block .inner-box:hover .image-box:after {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition: .5s ease;
}

.news-block .inner-box .image-box img {
	position: relative;
	width: 100%;
	display: block;
}

.news-block .inner-box .image-box .read-more {
	position: absolute;
	left: -138px;
	bottom: 8px;
	color: #ffffff;
	font-size: 14px;
	z-index: 9;
	padding: 8px 26px;
	display: inline-block;
	text-transform: capitalize;
	background-color: #00b7f1;
	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;
}

.news-block .inner-box .image-box .read-more .icon {
	position: relative;
	margin-left: 5px;
	top: 1px;
}

.news-block .inner-box .lower-content {
	background-color: #ffffff;
	border: 1px solid #f4f4f4;
}

.news-block .inner-box .lower-content .upper-box {
	position: relative;
	padding: 30px 30px 30px;
}

.news-block .inner-box .lower-content .upper-box h3 {
	position: relative;
	line-height: 1em;
}

.news-block .inner-box .lower-content .upper-box h3 a {
	position: relative;
	color: #222;
	font-size: 16px;
	font-weight: 400;
	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;
}

.news-block .inner-box .lower-content .upper-box h3 a:hover {
	color: #00b7f1;
}

.news-block .inner-box .lower-content .upper-box .text {
	position: relative;
	font-size: 16px;
	color: #888888;
	margin-top: 20px;
	font-weight: 300;
}

.news-block .inner-box .lower-content .lower-box {
	position: relative;
	padding: 11px 0px 20px;
	border-bottom: 1px solid #eeeeee;
}

.news-block .inner-box .lower-content .lower-box .date {
	position: relative;
	font-size: 14px;
	color: #888888;
}

.news-block .inner-box .lower-content .lower-box .date a {
	position: relative;
	color: #888;
}


/*News Block Two*/

.news-block-two {
	position: relative;
	margin-bottom: 40px;
}

.news-block-two .inner-box {
	position: relative;
	background-color: #f8f8f8;
	padding-left: 210px;
	min-height: 213px;
}

.news-block-two .inner-box .image-box {
	position: absolute;
	left: 0px;
	top: 0px;
}

.news-block-two .inner-box .image-box img {
	position: relative;
	display: block;
	z-index: 1;
}

.news-block-two .inner-box .content-box {
	position: relative;
}

.news-block-two .inner-box .content-box .upper-box {
	position: relative;
	padding: 20px 30px 0px 30px;
}

.news-block-two .inner-box .content-box .upper-box h3 {
	position: relative;
	line-height: 1.2em;
}

.news-block-two .inner-box .content-box .upper-box h3 a {
	position: relative;
	font-weight: 700;
	color: #1c1c1c;
	font-size: 18px;
	line-height: 1em;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
}

.news-block-two .inner-box .content-box .upper-box h3 a:hover {
	color: #00b7f1;
}

.news-block-two .inner-box .content-box .upper-box .text {
	position: relative;
	font-size: 14px;
	color: #888888;
	margin-top: 16px;
}

.news-block-two .inner-box .content-box .lower-box {
	position: relative;
	padding: 13px 28px;
	margin-top: 14px;
	border-top: 1px solid #eeeeee;
}

.news-block-two .inner-box .content-box .lower-box .date {
	position: relative;
	font-size: 14px;
	color: #888888;
}

.news-block-two .inner-box .content-box .lower-box .date a {
	color: #00b7f1;
}


.news-block-three{
	position:relative;
	margin-bottom: 30px;
}

.news-block-three .inner-box{
	position:relative;
}

.news-block-three .inner-box .image-box{
	position:relative;
}

.news-block-three .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.news-block-three .inner-box .lower-content{
	position:relative;
	margin-top:25px;
}

.news-block-three .inner-box .lower-content .upper-box{
	position:relative;
}

.news-block-three .inner-box .lower-content .upper-box h2{
	font-size:17px;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom:15px;
	text-transform: uppercase;
}

.news-block-three .inner-box .lower-content .upper-box h2 a{
	color: #333333;
	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;
}

.news-block-three .inner-box .lower-content .upper-box h2 a:hover{
	color: #00b7f1;
}

.news-block-three .inner-box .lower-content .separeter-line .line-one{
	position:relative;
	height:1px;
	width:28px;
	left:9px;
	margin-bottom:1px;
	background-color: #00b7f1;
}

.news-block-three .inner-box .lower-content .separeter-line .line-one:before{
	position:absolute;
	content:'';
	left:-9px;
	top:0px;
	height:1px;
	width: 9px;
	background-color: #00b7f1;
}

.news-block-three .inner-box .lower-content .separeter-line .line-two{
	position:relative;
	height:1px;
	width:28px;
	left:9px;
	background-color: #00b7f1;
}

.news-block-three .inner-box .lower-content .separeter-line .line-two:before{
	position:absolute;
	content:'';
	left:-9px;
	top:0px;
	height:1px;
	width: 9px;
	background-color: #00b7f1;
}

.news-block-three .inner-box .lower-content .text{
	color:#777777;
	font-size:16px;
	font-weight:400;
	margin-top: 20px;
	margin-bottom: 15px;
}

.news-block-three .inner-box .lower-content .text p{
	color:#777777;
	font-weight:400;
	line-height:1.5em;
	margin-bottom:25px;
}


.news-block-three .inner-box .lower-content .lower-box .date {
	position: relative;
	font-size: 14px;
	color: #888888;
}

.news-block-three .inner-box .lower-content .lower-box .date a {
	position: relative;
	color: #888;
}


/*News Block Two*/

.news-block-four{
	position:relative;
	margin-bottom: 25px;
}

.news-block-four .inner-box{
	position:relative;
	padding-left:130px;
	min-height:100px;
}

.news-block-four .inner-box .image-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
}

.news-block-four .inner-box .title-box{
	position:relative;
	margin-bottom: 15px;
}

.news-block-four .inner-box .title-box h2{
	font-size: 17px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.news-block-four .inner-box .title-box h2 a{
	color: #333333;
    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;
}

.news-block-four .inner-box .title-box h2 a:hover{
	color: #00b7f1;
}

.news-block-two .inner-box .title-box .separeter-line{
	position:relative;
}

.news-block-four .inner-box .title-box .separeter-line .line-one{
    position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    margin-bottom: 1px;
    background-color: #00b7f1;
}

.news-block-four .inner-box .title-box .separeter-line .line-one:before{
	position: absolute;
	content: '';
	left: -9px;
	top: 0px;
	height: 1px;
	width: 9px;
	background-color: #00b7f1;
}

.news-block-four .inner-box .title-box .separeter-line .line-two{
	position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    background-color: #00b7f1;
}

.news-block-four .inner-box .title-box .separeter-line .line-two:before{
	position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #00b7f1;
}



/*** 

====================================================================
	Cases Section
====================================================================

 ***/
 
.cases-section{
	 position:relative;
	 padding: 90px 0px 90px;
}

.case-block{
	position:relative;
	margin-bottom:40px;
}

.case-block .inner-box{
	position:relative;
}

.case-block .inner-box .image{
	position:relative;
}

.case-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.case-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	text-align:center;
	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;
	background-color:rgba(0,3,45,0.70);
}

.case-block .inner-box .image .overlay-box .content{
	position:relative;
	width:100%;
	height:100%;
}

.case-block .inner-box .image .overlay-box .content a{
	position:relative;
	top:45%;
	display:inline-block;
}

.case-block .inner-box .image .overlay-box .content a .icon{
	position:relative;
	width:40px;
	height:40px;
	color:#8d8d8d;
	font-size:15px;
	border-radius:50%;
	line-height:40px;
	margin:0px 4px;
	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;
}

.case-block .inner-box .image .overlay-box .content .icon:hover{
	color:#ffffff;
	background-color:#00b7f1;
}

.case-block .inner-box .lower-box{
	position:relative;
	padding:16px 20px 14px;
	background-color:#ffffff;
	border:1px solid #ececec;
}

.case-block .inner-box .lower-box h3{
	position:relative;
	font-size:18px;
	font-weight:500;
	float:left;
	display:inline-block;
}

.case-block .inner-box .lower-box h3 a{
	position:relative;
	color:#333333;
	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;
}

.case-block .inner-box .lower-box h3 a:hover{
	color:#00b7f1;
}

.case-block .inner-box .arrow{
	position:relative;
	width:28px;
	height:28px;
	color:#e6e6e6;
	line-height:26px;
	border-radius:50%;
	display:inline-block;
	text-align:center;
	float:right;
	border:1px solid #e6e6e6;
}

.case-block .inner-box:hover .image .overlay-box{
	opacity:1;
}




/*** 

====================================================================
	subscribe-style-one
====================================================================

***/




.subscribe-style-one {
	position: relative;
	padding: 50px 0px 55px;
	background-color: #f8f8f8;
}

.subscribe-style-one .auto-container {
	position: relative;
	z-index: 1;
}

.subscribe-style-one h2 {
	position: relative;
	color: #1c1c1c;
	font-size: 32px;
	font-weight: 700;
	margin-top: 10px;
}

.subscribe-style-one .text {
	position: relative;
	font-size: 16px;
	color: #888888;
	margin-bottom: 20px;
}

.subscribe-style-one form {
	position: relative;
	margin-top: 30px;
}

.subscribe-style-one .form-group {
	position: relative;
	display: block;
	margin-bottom: 0px;
	overflow: hidden;
}

.subscribe-style-one .form-group input[type="text"],
.subscribe-style-one .form-group input[type="tel"],
.subscribe-style-one .form-group input[type="email"],
.subscribe-style-one .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 25px;
	padding: 10px 16px;
	height: 47px;
	color: #b3b3b3;
	font-size: 14px;
	background: #ffffff;
	border: 1px solid #eeeeee;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.subscribe-style-one .form-group input[type="submit"],
.subscribe-style-one .form-group button {
	position: absolute;
	top: 0;
	right: 0;
	color: #ffffff;
	font-size: 16px;
	height: 47px;
	line-height: 22px;
	border-radius: 0px;
	text-align: center;
	font-weight: 800;
	background: #00b7f1 none repeat scroll 0 0;
}

.subscribe-style-one .form-group button:hover {
	background: #00b7f1;
	border-color: #00b7f1 !important;
}

.subscribe-style-one .form-group button span {
	font-size: 20px;
	padding-left: 0 !important;
	padding-right: 8px;
}


/*** 

====================================================================
	Fact Counter style
====================================================================

***/

.fact-counter-column {
	position: relative;
	padding: 90px 0px 60px 0px;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fact-counter-column:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(24, 24, 24, 0.9);
}

.fact-counter {
	position: relative;
	color: #103d68;
}

.fact-counter .column {
	position: relative;
	z-index: 5;
	margin-bottom: 30px;
}

.fun-fact-section.style-two .fact-counter .column {
	padding-left: 0px;
}

.fact-counter .column .inner {
	position: relative;
	text-align: center;
}

.fact-counter .count-outer {
	position: relative;
	font-size: 50px;
	line-height: 1em;
	font-weight: 600;
	margin: 0px 0px;
	padding-bottom: 12px;
}

.fact-counter .icon-box {
	color: #00b7f1;
	font-size: 60px;
	margin-bottom: 43px;
}

.fact-counter .count-outer:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 40px;
	height: 1px;
	margin-left: -20px;
}

.fact-counter .count-outer .count-text {
	position: relative;
	font-weight: 700;
	color: #ffffff;
	font-size: 60px;
}

.fact-counter .column .counter-title {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	color: #aaa;
	text-transform: uppercase;
}



/*** 

====================================================================
	Fun Facts Section
====================================================================

***/

.fun-facts-section{
	position:relative;
	padding: 90px 0px 60px;
	background-color:#2e2e2e;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	color:#ffffff;
}

.fun-facts-section:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.68);
}

.fun-facts-section.no-overlay:before {
	display: none;
}

.fun-facts-section .auto-container{
	position:relative;
	z-index:1;	
}

.fun-facts-section .column{
	position:relative;
	margin-bottom:30px;
}

.fun-facts-section .column .inner{
	position:relative;
	background: rgba(0, 183, 241, 0.81);
	padding:30px 20px;
	margin:0 auto;
	text-align:center;
}
.fun-facts-section .column .inner:before {
    position: absolute;
    content: '';
    left: 10px;
    bottom: 10px;
    right: 10px;
    top: 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.fun-facts-section .column .content{
	position:relative;
}

.fun-facts-section .count-outer{
	position:relative;
	font-size:48px;
	line-height:1.3em;
	font-weight:700;
}

.fun-facts-section .count-outer .count-text{
	font-weight:700;
}

.fun-facts-section .column .counter-title{
	position:relative;
	font-size:18px;
	line-height:30px;
	font-weight:400;
	font-style:italic;
	color:#ffffff;
}



/*** 

====================================================================
	Featured Section
====================================================================

***/

.featured-section {
	position: relative;
	padding: 90px 0px 50px;
	background-color: #fff;
}

.featured-block {
	position: relative;
	margin-bottom: 40px;
	border-right: 1px solid #ececec;
}

.featured-block:last-child {
	border: 0px;
}

.featured-block .inner {
	position: relative;
	text-align: center;
	padding: 0px 20px;
}

.featured-block .inner .icon-box {
	position: relative;
	font-size: 48px;
	color: #00b7f1;
	line-height: 1em;
	margin-bottom: 10px;
}

.featured-block .inner h3 {
	position: relative;
}

.featured-block .inner h3 a {
	position: relative;
	font-weight: 700;
	font-size: 14px;
	color: #1c1c1c;
	padding-bottom: 6px;
	display: inline-block;
	text-transform: uppercase;
	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;
}

.featured-block .inner h3 a:hover {
	color: #00b7f1;
}

.featured-block .inner h3:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	margin-left: -15px;
	width: 30px;
	height: 1px;
	background-color: #bcbcbc;
}

.featured-block .inner .text {
	position: relative;
	color: #888888;
	font-size: 14px;
	line-height: 1.8em;
	margin-top: 20px;
}


/*** 

====================================================================
	Default Section one
====================================================================

***/

.default-section-one {
	position:relative;
	padding-top:90px;
	padding-bottom: 45px;
}
.default-section-one .video-column {
	padding-bottom: 90px;
}

.default-section-one .content-column {
	position:relative;
	margin-bottom:40px;
}

.default-section-one .content-column .inner-box {
	position:relative;
    padding-right: 65px;
}

.default-section-one .content-column .inner-box .text {
	position:relative;
	color:#777777;
	font-size:15px;
	margin-bottom:50px;
}

.default-section-one .image-column {
	position:relative;
	text-align:right;
}

.default-section-one .image-column .image img {
	max-width:100%;
	display:inline-block;
}

.default-section-one .services-block-four {
	position:relative;
	margin-bottom:45px;
}

.default-section-one .services-block-four .inner {
	position:relative;
	padding-left:80px;
	min-height:60px;
}

.default-section-one .services-block-four .inner .icon-box {
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:60px;
	color:#ffffff;
	font-size:28px;
	line-height:60px;
	text-align:center;
	border-radius:50%;
	background-color:#00b7f1;
}

.default-section-one .services-block-four .inner h3 {
	position:relative;
	font-size:20px;
	font-weight:600;
	line-height:1em;
	margin-bottom:10px;
}

.default-section-one .services-block-four .inner h3 a {
	color:#333333;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.default-section-one .services-block-four .inner h3 a:hover {
	color:#00b7f1;
}

.default-section-one .services-block-four .inner .service-text {
	font-size:15px;
	color:#777777;
}

/*** 

====================================================================
	Default Section Two 
====================================================================

***/

.default-section-two {
	position: relative;
	padding: 90px 0px 60px;
}

.default-section-two .column {
	position: relative;
}

.default-section-two .column h2 {
	position: relative;
	font-size: 32px;
	color: #1c1c1c;
	font-weight: 800;
	margin-bottom: 40px;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
}

.default-section-two .about-column .inner{
	margin-right: 25px;	
}

.default-section-two .about-column .text-column{
	margin-bottom:30px;	
}

.default-section-two .about-column .image-box{
	position:relative;
	margin-bottom:25px;
	outline:1px solid rgba(255,255,255,0.50);
	outline-offset:-10px;	
}

.default-section-two .about-column .image-box img{
	display:block;
	width:100%;
	border-radius:3px;
}

.default-section-two .about-column .text-column h3{
	font-size:22px;
	color:#000000;
	font-weight:500;
	text-transform:capitalize;
	margin-bottom:7px;	
}

.default-section-two .about-column .text-column .text{
	margin-bottom:20px;	
}


/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
	position: relative;
	padding: 90px 0px 90px;
	background-attachment: fixed;
}

.testimonial-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.69);
}

.testimonial-section-two {
	position: relative;
	padding: 90px 0px 90px;
}

.testimonial-section .image-box {
	position: absolute;
	left: -200px;
	top: -160px;
}

.testimonial-section .column .inner-box {
	padding-left: 225px;
}

.testimonial-section .column .inner-box h2 {
	font-weight: 800;
	font-size: 32px;
	color: #ffffff;
	line-height: 1.2em;
	margin-bottom: 40px;
	font-family: 'Montserrat', sans-serif;
}

.testimonial-section .testimonial-style-one {
	position: relative;
}

.testimonial-section .testimonial-style-one .number {
	position: relative;
	color: #ffffff;
	font-size: 32px;
	font-weight: 700;
	line-height: 1em;
	padding-bottom: 10px;
	letter-spacing: 1px;
	display: inline-block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.testimonial-section .testimonial-style-one .text {
	position: relative;
	color: #dddddd;
	font-size: 14px;
	margin-top: 25px;
	margin-bottom: 25px;
	border: 1px solid rgba(255, 255, 255, 0.23);
	padding: 25px 30px;
}

.testimonial-section .testimonial-style-one .author-info {
	position: relative;
	padding-left: 85px;
	padding-top: 5px;
	min-height: 67px;
}

.testimonial-section .testimonial-style-one .author-info .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 67px;
	height: 67px;
	border-radius: 50%;
}

.testimonial-section .testimonial-style-one .author-info .author-thumb img {
	position: relative;
	width: 100%;
	border-radius: 50%;
}

.testimonial-section .testimonial-style-one .author-info h4 {
	position: relative;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}

.testimonial-section .testimonial-style-one .author-info .designation {
	position: relative;
	font-size: 14px;
	color: #bcbcbc;
}

.testimonial-section .testimonial-column .owl-controls {
	position: absolute;
	right: 0px;
	bottom: 12px;
}

.testimonial-section .testimonial-column .owl-controls .owl-nav [class*="owl-"] {
	position: relative;
	display: inline-block;
	margin: 0px 0px 0px 1px;
	width: 40px;
	height: 40px;
	padding: 0px;
	color: #979599;
	font-size: 15px;
	line-height: 36px;
	margin-left: 8px;
	text-align: center;
	border-radius: 2px;
	border: 1px solid #979599;
	background-color: inherit;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.testimonial-section .testimonial-column .owl-controls .owl-nav [class*="owl-"]:hover {
	background-color: #00b7f1 !important;
	border-color: #00b7f1;
	color: #ffffff;
}

.testimonial-section .testimonial-column .owl-controls .owl-dots {
	display: none !important;
}





/*** 

====================================================================
	Testimonials Section
====================================================================

 ***/


.testimonial-section2 {
  position: relative;
  padding: 90px 0px 40px;
}

.testimonial-section2 .testimonial-item {
  margin-bottom: 50px;
}
.testimonial-section2 .testimonial-item .content {
  padding-left: 60px;
  padding-top: 37px;
  padding-bottom: 30px;
  border: 1px solid #efefef;
  position: relative;
  margin-left: 20px;
}

.testimonial-section2 .testimonial-item .content span {
  position: absolute;
  width: 50px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  top: 40px;
  left: -18px;
  background: #48c7ec;
  color: #fff;
}
.testimonial-section2 .testimonial-item .content span:after {
    position: absolute;
    content: '';
    border-bottom: 9px solid #00a6d7;
    border-right: 9px solid #00a6d7;
    border-left: 9px solid transparent;
    border-top: 9px solid transparent;
    bottom: 100%;
    left: 0;
}
.testimonial-section2 .testimonial-item .rating {
	color: #48c7ec;
}
.testimonial-section2 .testimonial-item .author {
  position: relative;
  margin-left: 20px;
  margin-top: 20px;
}
.testimonial-section2 .testimonial-item .author li {
  vertical-align: middle;
}
.testimonial-section2 .testimonial-item .author li img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.testimonial-section2 .testimonial-item .author h5 {
  font-size: 16px;
}
.testimonial-section2 .testimonial-item .author p {
  color: #000;
}



/* testimonial light */

.testimonial-light{
	position:relative;
}

.testimonial-light .slide-item{
	position:relative;	
}

.testimonial-light .slide-item .content-box{
	position:relative;
	padding:25px 30px;
	border:1px solid #ffffff;
	border-bottom:none;
	line-height:1.8em;
	color:#ffffff;
	margin-bottom:60px;
	margin-right:1px;
}

.testimonial-light .slide-item .content-box:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:-18px;
	width:100%;
	height:18px;
	background:url(../images/icons/testimonial-curve.png) left bottom no-repeat;	
}

.testimonial-light .slide-item .info-box{
	position:relative;
	padding-left:100px;
	padding-top:10px;
	min-height:70px;
	color:#ffffff;
}

.testimonial-light .slide-item .info-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	height:70px;
	border:2px solid #ffffff;
}

.testimonial-light .slide-item .info-box .author-thumb img{
	display:block;
	width:100%;	
}

.testimonial-light .slide-item .info-box .author-thumb img{
	display:block;
	width:100%;	
}

.testimonial-light .slide-item .info-box h4{
	font-size:18px;
	font-weight:600;
	margin:0px 0px 0px;	
}

.testimonial-light .slide-item .info-box .designation{
	font-size:14px;
	font-style:italic;
}

.testimonial-light .owl-controls{
	position:relative;
	margin:0px !important;
	padding:0px !important;	
}

.testimonial-light .owl-controls .owl-nav{
	display:none !important;	
}

.testimonial-light .owl-controls .owl-dots{
	text-align:left;
	margin:40px 0px 0px !important;	
}

.testimonial-light .owl-controls .owl-dots .owl-dot span{
	border:2px solid #ffffff;
	background:none;	
}

.testimonial-light .owl-controls .owl-dots .owl-dot.active span{
	background:#ffffff;
}




/*** 

====================================================================
	Accordion Box
====================================================================

***/

.accordion-box {
	position: relative;
}

.accordion-box .block {
	position: relative;
	margin-bottom: 25px;
}

.accordion-box .block .acc-btn {
	position: relative;
	font-size: 14px;
	margin-bottom: 0px;
	border-radius: 40px;
	cursor: pointer;
	background: #fff;
	line-height: 22px;
	font-weight: 500;
	padding: 20px 50px 20px 30px;
	font-family: 'Montserrat', sans-serif;
	color: #222;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.accordion-box.style-two .block .acc-btn {
	padding: 15px 50px 15px 30px;
}

.accordion-box .block .acc-btn.active {
	color: #00b7f1;
}

.accordion-box .block .icon-outer {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -16px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	color: #1c1c1c;
	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 .icon-outer .icon {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -16px;
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
}

.accordion-box .block .icon-outer .icon-plus {
	opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
	opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
	opacity: 1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
	opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer {
	color: #00bddf;
}

.accordion-box.style-two .block .acc-btn.active .icon-outer {
	color: #fff;
}

.accordion-box .block .acc-content {
	position: relative;
	display: none;
	margin-top: 20px;
}

.accordion-box .block .acc-content.current {
	display: block;
}

.accordion-box .block .content {
	position: relative;
	font-size: 13px;
	background: #ffffff;
	padding: 20px 20px 20px;
	border: 1px solid #f9f9f9;
	border-top: 0px;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.03);
}

.accordion-box .block .content p {
	margin-bottom: 20px;
	line-height: 2em;
	color: #888888;
	font-size: 14px;
}

.accordion-box .block .content p:last-child {
	margin-bottom: 0px;
}

.accordion-box.style-two .icon-outer {
	left: 15px;
	background-color: #eeeeee;
}

.accordion-box.style-two .accordion .acc-btn {
	padding-left: 70px;
	background-color: #f9f9f9;
}

.accordion-box.style-two .accordion .acc-btn.active .icon-outer {
	background-color: #00b7f1;
}


/*** 

====================================================================
	Accordion Section
====================================================================

***/

.accordian-section {
	position: relative;
}

.accordian-section.style-two .inner-box {
	max-width: 900px;
}

.accordian-section.style-two .content-column h2 {
	font-weight: 700;
	margin-bottom: 40px;
	font-size: 28px;
	text-transform: uppercase;
}

.accordian-section.style-two .content-column .block .acc-btn {
	background-color: #ffffff;
}


/*** 

====================================================================
	Masonary Section
====================================================================

***/

.masonary-section {
	position: relative;
	padding: 0px;
}

.masonary-section.style-two:before {
	position: relative;
	display: none;
}

.sortable-masonry .project-item {
	margin-bottom: 20px;
	padding: 0px 10px;
}

.masonary-section.style-two .inner-box {
	position: relative;
	overflow: hidden;
}

.project-item {
	position: relative;
	padding: 0px;
}

.project-item .inner-box {
	position: relative;
}

.project-item .inner-box .image-box {
	position: relative;
}

.project-item .inner-box .image-box img {
	position: relative;
	width: 100%;
	display: block;
}

.project-item .inner-box .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 10;
	text-align: center;
	background-color: rgba(68, 63, 69, 0.85);
	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;
}

.project-item .inner-box .overlay-box .plus-icon {
	position: absolute;
	width: 53px;
	height: 53px;
	top: 50%;
	margin-top: -25px;
	margin-left: -25px;
	border: 1px solid #848184;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	display: inline-block;
}

.project-item .inner-box:hover .overlay-box {
	opacity: 1;
	bottom: 0px;
}

.project-item .inner-box:hover .caption {
	opacity: 0;
}

.project-item .inner-box .overlay-box h3 {
	position: absolute;
	left: 30px;
	bottom: 15px;
}

.project-item .inner-box .overlay-box h3 a {
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	display: inline-block;
}


/*** 

====================================================================
	Project Details
====================================================================

 ***/

/*** 

====================================================================
	Project Single Section
====================================================================

***/

.project-single-section{
	position:relative;
	padding:90px 0px 90px;
}

.project-single-section .inner-container{
	position:relative;
}

.project-single-section .inner-container .images-gallery{
	position:relative;
}

.project-single-section .inner-container .images-gallery .image-column{
	position:relative;
	margin-bottom:30px;
}

.project-single-section .inner-container .images-gallery .image-column .image{
	position:relative;
}

.project-single-section .inner-container .images-gallery .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.project-single-section .lower-container{
	position:relative;
	margin-bottom: 30px;
}

.project-single-section .lower-container h3{
	position:relative;
	color:#000000;
	font-size:28px;
	font-weight:500;
	margin-bottom:8px;
}

.project-single-section .lower-container .dark-text{
	position:relative;
	font-size:18px;
	padding-bottom:25px;
	margin-bottom:25px;
	color:rgba(0,0,0,0.90);
	border-bottom:1px solid #f0f0f0;
}

.project-single-section .lower-container .text{
	position:relative;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:20px;
	color:rgba(0,0,0,0.70);
}

.project-single-section .lower-container h4{
	position:relative;
	font-size:20px;
	font-weight:500;
	color:#000000;
	margin-bottom:15px;
}

/*Project Info*/

.project-info{
	position:relative;
}

.project-info li{
	position:relative;
	color:#888888;
	font-size:17px;
	margin-bottom:10px;
}

.project-info li span{
	color:#000000;
	margin-right:5px;
}


.project-pagination {
  overflow: hidden;
  display: block;
  padding-bottom: 16px;
  padding-top: 16px;
  margin: 0;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
.project-pagination .button a {
  color: #848484;
  font-size: 24px;
  font-weight: 400;
  transition: all 500ms ease;
  border: 1px solid #f4f4f4;
  padding: 8px 18px;
  text-align: center;
  display: block;
}
.project-pagination .button a:hover{
    color: #48c7ec;
}
.project-pagination .button a i {
  display: inline-block;
  font-size: 20px;
  position: relative;
}
.project-pagination .button.next a i{
  padding-right: 0px;
  padding-left: 0;
}


.project-pagination .icon-holder a i {
  color: #252525;
  font-size: 24px;
  position: relative;
  top: 11px;
  transition: all 500ms ease 0s;
}
.project-pagination .icon-holder a:hover i{
  color: #48c7ec;
}




/*** 

====================================================================
	Page Title Style
====================================================================

 ***/

.page-title {
	position: relative;
	padding: 130px 0px 130px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	color: #ffffff;
}

.page-title:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.02);
}

.page-title .auto-container {
	position: relative;
	z-index: 5;
}

.page-title h1 {
	font-size: 40px;
	font-weight: 800;
	color: #222;
	letter-spacing: 1px;
	line-height: 1em;
	margin-top: 8px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.page-title .bread-crumb {
	position: relative;
	padding-top: 15px;
	text-align: center;
}

.page-title .bread-crumb li {
	position: relative;
	display: inline-block;
	line-height: 30px;
	margin: 0px 10px;
	color: #999;
	font-size: 18px;
	text-transform: capitalize;
}

.page-title .bread-crumb li:before {
	content: '/';
	font-family: 'FontAwesome';
	position: absolute;
	right: -23px;
	width: 20px;
	text-align: center;
	line-height: 33px;
}

.page-title .bread-crumb li:first-child {
	margin-left: 0px;
}

.page-title .bread-crumb li:last-child:before {
	display: none;
}

.page-title .bread-crumb li a {
	color: #333;
	font-size: 18px;
}

.page-title .bread-crumb li a:hover,
.page-title .bread-crumb li.active {
	color: #00b7f1;
}


/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
	position: relative;
	margin-top: 20px;
}

.styled-pagination li {
	position: relative;
	display: inline-block;
	margin: 0px 10px 10px 0px;
}

.styled-pagination li a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 7px 5px;
	font-size: 16px;
	text-transform: capitalize;
	min-width: 40px;
	min-height: 40px;
	border: 1px solid #00b7f1;
	color: #00b7f1;
	font-weight: 400;
	text-align: center;
	border-radius: 2px;
	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 a:hover,
.styled-pagination li a.active {
	color: #ffffff;
	background-color: #00b7f1;
	border-color: #00b7f1;
}


/*** 

====================================================================
	Faq Section
====================================================================

 ***/

.faq-section {
	position: relative;
	padding-top: 90px;
}

.faq-section .image-box {
	margin-top: 108px;
}

.faq-section .image-box img {
	position: relative;
	max-width: 100%;
	display: block;
}

.faq-section .accordion-column {
	padding-bottom: 60px;
}


/*** 

====================================================================
	Question Section
====================================================================

 ***/

.question-section {
	position: relative;
}

.question-section .form-title {
	margin-bottom: 30px;
}

.question-section h2 {
	position: relative;
	font-size: 16px;
	color: #232323;
	font-weight: 700;
	text-transform: uppercase;
}

.question-section .form-group {
	margin-bottom: 20px;
}

.question-section .form-group button {
}

.question-section .default-form .form-group .group-inner textarea {
	height: 160px;
}

/*** 

====================================================================
	Error Section
====================================================================

 ***/

.error-section {
	position: relative;
	text-align: center;
	padding: 90px 0px 60px;
}

.error-section .image-box {
	position: relative;
	margin-bottom: 25px;
}

.error-section .image-box img {
	position: relative;
	max-width: 100%;
	display: inline-block;
}

.error-section .content {
    text-align: left;
    padding-top: 80px;
}

.error-section h3 {
	position: relative;
	color: #1c1c1c;
	font-size: 32px;
	line-height: 1.4em;
	text-transform: uppercase;
	font-weight: 800;
}

.error-section .text {
	position: relative;
	font-size: 14px;
	color: #777777;
	margin-top: 15px;
	line-height: 1.8em;
}

.error-section .text a {
	color: #3598db;
}

.error-section .search-website {
	position: relative;
	max-width: 560px;
	margin: 0 auto 40px;
	margin-top: 40px;
}

.error-section .search-website .form-group {
	position: relative;
	margin-bottom: 0px;
	text-align: left;
}

.error-section .search-website .form-group input[type="text"],
.error-section .search-website .form-group input[type="search"],
.error-section .search-website .form-group textarea {
	position: relative;
	display: block;
	max-width: 400px;
	width: 100%;
	line-height: 26px;
	padding: 10px 15px;
	background: #f4f4f4;
	border: 1px solid #f4f4f4;
	height: 48px;
	border-radius: 3px;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.error-section .search-website .form-group input[type="text"]:focus,
.error-section .search-website .form-group input[type="search"]:focus,
.error-section .search-website .form-group textarea:focus {
	border-color: #00b7f1;
}

.error-section .search-website .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 150px;
	height: 46px;
	text-align: center;
	margin: 0px;
	padding: 11px 30px;
	line-height: 24px;
	font-size: 14px;
	text-transform: uppercase;
	background: #00b7f1;
	color: #ffffff;
	font-weight: 800;
	border-radius: 2px;
}

.error-section .search-website .form-group button:hover,
.error-section .search-website .form-group input:focus+button {
	background: #333333;
	color: #ffffff;
}


/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section {
	position: relative;
	padding: 90px 0px 60px;
}

.contact-section .column {
	position: relative;
}

.contact-section .info-column .inner-box {
	padding-left: 30px;
}

.contact-section .column .default-title h3 {
	position: relative;
	color: #232323;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.contact-form.default-form .form-group input,
.contact-form.default-form .form-group textarea {
	background-color: #ffffff;
	border: 1px solid #f4f4f4;
}
input:focus {
	border-color: #00b7f1;
}
.contact-form.default-form .form-group textarea {
	height: 160px;
}

.contact-section .info-column .contact-info {
	position: relative;
}

.contact-section .info-column .contact-info .text {
	position: relative;
	color: #909ba0;
	font-size: 18px;
	line-height: 1.6em;
}

.contact-section .info-column .contact-info ul {
	position: relative;
}

.contact-section .info-column .contact-info ul li {
	position: relative;
	font-size: 14px;
	color: #777777;
	padding-left: 78px;
	margin-bottom: 25px;
	font-weight: 400;
	line-height: 60px;
	transition: all 0.300s ease;
	-moz-transition: all 0.300s ease;
	-webkit-transition: all 0.300s ease;
	-ms-transition: all 0.300s ease;
	-o-transition: all 0.300s ease;
}

.contact-section .info-column .contact-info ul li .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 60px;
	color: #00b7f1;
	font-size: 26px;
	line-height: 58px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid #dfdfdf;
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.contact-section .info-column .contact-info ul li:hover {
	color: #443f45;
}

.contact-section .info-column .contact-info ul li:hover .icon {
	color: #ffffff;
	background-color: #00b7f1;
}


/*** 

====================================================================
	Map Section
====================================================================

***/

.map-section {
	position: relative;
}

.map-canvas {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
}

.map-canvas .map-data {
	text-align: center;
	font-size: 13px;
	font-weight: 400;
}

.map-canvas .map-data h6 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 5px;
	color: #181818;
}


/*** 

====================================================================
	Projects Section
====================================================================

***/


.projects {
	position: relative;
	padding: 90px 0 60px;
    background: #fff;
}

.default-portfolio-item{
	position:relative;
	padding-bottom:30px;
}

.projects.light-bg {
	background: #fff;
}

.projects.light .post-filter li {
	color: #fff;
}

.post-filter {
    margin-bottom: 50px;
}

.post-filter li {
    color: #222;
    font-size: 18px;
    padding: 8px 32px;
    background: #f7f7f7;
}

.post-filter li.active {
	color: #ffffff;
	background: #00b7f1;
	box-shadow: 0px 15px 50px 0 rgba(0, 189, 253, 0.22), 0px 10px 15px -5px rgba(0, 189, 253, 0.18);
}

.post-filter li span {
	cursor: pointer;
}

.post-filter.style-two li.active {
    background: transparent;
    color: #222;
    box-shadow: none;
}

.post-filter.style-two li {
    background: transparent;
    padding: 8px 18px;
}


/*** 

====================================================================
	sponsors Section
====================================================================

***/

.sponsors-style-one {
	position: relative;
	padding: 90px 0;
}

.sponsors-style-one ul li {
	background: #fff;
}


/*
====================================================================
	Call To Action
====================================================================

***/

.call-to-action{
	position:relative;
	padding: 90px 0px;
	color:#ffffff;
	background-attachment: fixed;
	text-align:center;
}

.call-to-action:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.80);
}

.call-to-action .auto-container{
	position:relative;
	z-index:1;	
}

.call-to-action .text{
	font-size:22px;
	color: #fff;
	font-weight:300;
	line-height:1.7em;
	letter-spacing:1px;
	margin-bottom:0px;	
}

.call-to-action h2{
	font-size: 30px;
	line-height:1.4em;
	text-transform:capitalize;
	font-weight: 400;
	margin-bottom: 40px;
	margin-top: 21px;
}



/*** 

====================================================================
	call-to-action-two
====================================================================

***/

.call-to-action-two {
	position: relative;
	padding: 20px 0px 20px;
	background-color: #00b7f1;
}

.call-to-action-two .auto-container {
	position: relative;
	z-index: 1;
}

.call-to-action-two h2 {
	position: relative;
	color: #ffffff;
	font-size: 32px;
	margin-top: 10px;
}

.call-to-action-two .text {
	position: relative;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 20px;
}

.call-to-action-two .link {
	float: right;
	margin: 28px 0;
}

.call-to-action-two .link .btn-style-two:hover {
	color: #00b7f1;
	background: #fff;
	border-color: #fff;
}


/*** 

====================================================================
	Call To Action
====================================================================

***/

.call-to-action-three{
	position:relative;
	padding:100px 0px;
	text-align:center;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.call-to-action-three:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(32,127,221,0.90);
}

.call-to-action-three h2{
	position:relative;
	color:#ffffff;
	font-size:26px;
	font-weight:800;
	text-align:center;
	text-transform:uppercase;
}

.call-to-action-three .theme-btn{
	margin-top:30px;
}

.call-to-action-three .theme-btn:hover{
	color:#ffffff;
	border-color:#ffffff;	
}



/*** 

====================================================================
	Sidebar Page
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:90px 0px 30px;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side{
	margin-bottom:30px !important;	
}

/*Sidebar Title*/

.sidebar-title{
    position: relative;
    margin-bottom: 30px;
}

.sidebar-title h2{
    font-size: 22px;
    color: #333333;
    font-weight: 500;
    line-height: 1.2em;
    padding-bottom: 18px;
    text-transform: capitalize;
}

.sidebar-title h2:before{
	position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background-color: #00b7f1;
}

.sidebar-widget{
	position:relative;
	margin-bottom:45px;
}

/*List Widget*/

.sidebar .sidebar-category .list{
	position:relative;
}

.sidebar .sidebar-category .list li{
	position:relative;
	line-height:24px;
	margin-bottom:9px;
}

.sidebar .sidebar-category .list li a{
	position:relative;
	display:block;
	color:#666666;
	font-size:17px;
	font-weight:500;
	line-height:24px;
	background:#f8f8f8;
	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;
	padding:13px 20px 13px 60px;
}

.sidebar .sidebar-category .list li a:before {
    content: "\f1c6";
    font-family: 'FontAwesome';
    font-size: 14px;
    left:30px;
    line-height:20px;
    position: absolute;
}

.sidebar .sidebar-category .list li a:hover:before {
	color: #fff;
}

.sidebar .sidebar-category .list li a:hover{
	color:#ffffff;
	border-color:#00b7f1;
	background-color:#00b7f1;
}

/*Brouchers Widget*/

.brouchers{
	position:relative;
}

.brouchers li{
	position:relative;
	margin-bottom:6px;
}

.brouchers li a{
	position:relative;
	padding:8px 0px 12px 0px;
	color:#666666;
	font-size:17px;
	font-weight:500;
	display: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;
	border-bottom:1px dashed #e3e3e3;
}

.brouchers li a .icon{
	color:#666666;
	margin-right:10px;
	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;
}

.brouchers li a .download-icon{
	position:absolute;
	right:0px;
	top:8px;
	color:#666666;
	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;
}

.brouchers li a:hover{
	color:#00b7f1;
}

.brouchers li a:hover .icon,
.brouchers li a:hover .download-icon{
	color:#00b7f1;
} 

/*Quote Widget*/

.quote-widget{
	position:relative;
}

.quote-widget .inner-box{
	position:relative;
	border-radius:5px;
	text-align:center;
	padding:60px 15px 70px;
}

.quote-widget .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	border-radius:5px;
	background-color: #f7f7f7;
}

.quote-widget .inner-box h2{
	position:relative;
	color: #222;
	font-size:22px;
	font-weight:500;
	padding-bottom:12px;
	margin-bottom:20px;
}

.quote-widget .inner-box h2:after{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	width:50px;
	height:3px;
	border-radius:3px;
	margin-left:-25px;
	background-color:#00b7f1;
}

.quote-widget .inner-box .text{
	position:relative;
	color:#9799a9;
	font-size:16px;
	line-height:1.6em;
	margin-bottom:20px;
}

/*Services Single*/

.services-single{
	position:relative;
}

.services-single .inner-box{
	position:relative;
}

.services-single .inner-box .image{
	position:relative;
}

.services-single .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-single .inner-box .services-content{
	position:relative;
	padding-top:30px;
}

.services-single .inner-box .services-content .text{
	position:relative;
	margin-bottom:20px;
}

.services-single .inner-box .services-content .text p{
	position:relative;
	color:#666666;
	font-size:17px;
	line-height:1.6em;
	margin-bottom:20px;
}

.services-single .inner-box .services-content .text h4{
	position:relative;
	color:#333333;
	font-size:24px;
	font-weight:500;
	padding-bottom:15px;
	margin-bottom:20px;
}

.services-single .inner-box .services-content .text h4:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:50px;
	height:3px;
	border-radius:3px;
	background-color:#00b7f1;
}

.services-single .inner-box .services-content .two-column{
	position:relative;
	margin-bottom:20px;
}

.services-single .inner-box .services-content .two-column .image-column{
	position:relative;
	margin-bottom:20px;
}

.services-single .inner-box .services-content .two-column .content-column{
	position:relative;
}

.services-single .inner-box .services-content .two-column .content-column h4{
	position:relative;
	color:#333333;
	font-size:24px;
	font-weight:500;
	padding-bottom:15px;
	margin-bottom:20px;
}

.services-single .inner-box .services-content .two-column .content-column h4:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:50px;
	height:3px;
	border-radius:3px;
	background-color:#00b7f1;
}

.services-single .inner-box .services-content .two-column .content-column .text{
	position:relative;
	color:#666666;
	font-size:17px;
}

/*list style one*/

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	font-size:16px;
	color:#666666;
	padding-left:20px;
	font-style:italic;
	margin-bottom:10px;
}

.list-style-one li:before{
	position:absolute;
	content:'\f0a9';
	left:0px;
	top:0px;
	font-size:14px;
	color:#666666;
	font-style:normal;
	font-family: 'FontAwesome';
}



/*** 

====================================================================
	About section
====================================================================

***/


.about-section {
	position: relative;
	padding: 90px 0 90px;
}

.about-section .title {
    font-weight: 700;
    margin-bottom: 20px;
}

.about-section .text {
	font-size: 15px;
}

.about-section .text-column h3 {
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 20px;
}

.about-section .text-column .btn-box {
    margin-top: 20px;
}

.about-section .text-column .signature {
    margin-top: 10px;
}

/* about-style-two */

.about-style-two {
	position: relative;
	margin-bottom: 40px;
}

.about-style-two h2 {
	position: relative;
	margin-bottom: 15px;
}

.about-style-two h4 {
	position: relative;
	margin-bottom: 15px;
	font-size: 15px;
	color: #222;
}

.about-style-two p {
	position: relative;
	margin-bottom: 25px;
}


/*** 

====================================================================
	parallax section
====================================================================

***/

.parallax-two {
	position: relative;
	padding: 90px 0;
	background: #333;
	background-attachment: fixed;
    background-position: center;
    text-align: center;
}

.parallax-two:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.9);
}

.parallax-two h2 {
	color: #fff;
	font-weight: 700;
	margin-bottom: 30px;
}

.parallax-two p {
	color: #fff;
	margin-bottom: 30px;
}


.parallax-two .theme-btn {
	margin: 0 10px;
}



/*** 

====================================================================
	Services Section
====================================================================

***/

.why-chooseus_professional {
	position:relative;
	padding: 90px 0px 60px;
}

.why-chooseus_professional.gray-bg {
	background: #f7f7f7;
}

.services-style-one {
	position:relative;
	margin-bottom: 30px;
}

.services-style-one .inner {
	position:relative;
	padding: 40px 20px 0px;
	padding-left: 90px;
	border: 1px solid #f4f4f4;
	/* background: #f7f7f7; */
	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-style-one .inner .image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 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;
}

.services-style-one .inner .image-layer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #48c7ec;
}

.services-style-one .inner .icon-box {
	position: absolute;
	color:#1bbde8;
	font-size: 50px;
	left: 10px;
	top: 25px;
	width: 75px;
	height: 86px;
	line-height: 86px;
	text-align: center;
	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-style-one .inner h3 {
	position:relative;
	font-weight:600;
	font-size: 18px;
	padding-bottom:15px;
	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;
}

.services-style-one .inner h3 a {
	color:#333333;
	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-style-one .inner .text {
	position:relative;
	line-height:1.8em;
	color:#777777;
	font-size:16px;
	padding-bottom: 25px;
}

.services-style-one .inner .arrow-box {
	position:relative;
	width:50px;
	height:50px;
	color:#14445a;
	text-align: center;
	top: 16px;
	line-height:48px;
	border-radius:50%;
	display:inline-block;
	margin-bottom: -10px;
	background-color: #ffffff;
}

.services-style-one .inner:hover .icon-box,
.services-style-one .inner:hover h3 a,
.services-style-one .inner:hover .text {
	color:#ffffff;
}

.services-style-one .inner:hover .arrow-box {
	background-color:#1bbde8;
	border-color:#1bbde8;
	color:#ffffff;
}

.services-style-one .inner:hover .image-layer{
	opacity:1;
}




/*** 

====================================================================
	services-block-six
====================================================================

***/

.default-section {
	position: relative;
	padding: 90px 0 50px;
}

.services-block-six {
	position: relative;
}

.services-block-six .inner-box {
	position: relative;
	text-align: center;
	border: 1px solid #f4f4f4;
	padding: 30px 20px;
	margin-bottom: 40px;
}

.services-block-six:before {
	position: absolute;
	content: '';
	background: #f7f7f7;
	left: 15px;
	bottom: 42px;
	right: 15px;
	top: 100%;
	transition: .5s ease;
}

.services-block-six:hover:before {
	top: 1px;
	transition: .5s ease;
}

.services-block-six .icon-box {
	position: relative;
	font-size: 40px;
	color: #fff;
	background: #00b7f1;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	margin: 0 auto;
}

.services-block-six h4 {
	font-weight: 500;
	font-size: 18px;
	margin: 20px 0 10px;
}


/* feature-block-two */

.feature-block-two {
	position: relative;
	padding-left: 50px;
}

.feature-block-two h2 {
	color: #fff;
	margin-bottom: 15px;
}

.feature-block-two h4 {
	color: #bdbcbc;
	font-size: 20px;
	margin-bottom: 32px;
}

.feature-block-two .text {
	margin-bottom: 30px;
}


/* working experience */


.working-experience .count-box {
  height: 120px;
  width: 140px;
  color: #222;
  font-size: 70px;
  text-align: center;
  line-height: 120px;
  border: 2px solid #00b7f1;
  display: inline-block;
  margin-right: 30px;
}

.working-experience p {
  display: inline-block;
  color: #444;
  font-size: 20px;
  margin: 13px 0;
  line-height: 32px;
  top: 8px;
}


/* get in touch */

.getintouch {
	position: relative;
	padding: 90px 60px;
}

.getintouch .default-form .form-group input {
	border: 0px;
	border-bottom: 1px solid #aaa;
	padding-left: 0px;
}

.getintouch .default-form {
	padding: 10px 30px 15px;
	box-shadow: 0px 0px 24px 0px rgba(69, 69, 69, 0.07);
}

.getintouch .default-form .form-group .group-inner textarea {
	height: 110px;
	border: 0px;
	border-bottom: 1px solid #aaa;
	padding-left: 0px;
}



/*** 

====================================================================
	Progress Levels Style
====================================================================

 ***/

.progress-levels{
	position:relative;
	margin-bottom: 40px;
}

.progress-levels .progress-box{
	position:relative;
	margin-bottom: 27px;
	padding-bottom:3px;
	overflow:hidden;
}

.content-section .progress-levels .progress-box{
	margin-bottom:15px;	
}

.progress-levels .progress-box:last-child{
	margin-bottom:0px;	
}

.progress-levels .progress-box .box-title{
	position:relative;
	font-size:14px;
	color:#5a5a5a;
	text-transform:uppercase;
	margin-bottom:15px;
	font-weight:400;
	line-height:42px;
}

.content-section .progress-levels .progress-box .box-title{
	font-size:13px;
	line-height:30px;
}

.progress-levels .progress-box .box-title .icon{
	position:relative;
	top:6px;
	padding-right:20px;
	display:inline-block;
	font-size:32px;
	line-height:1em;
	color:#5a5a5a;	
}

.content-section .progress-levels .progress-box .icon{
	top:3px;
	font-size:20px;
	padding-right:10px;
}

.progress-levels .progress-box .bar{
	 position:relative;
	 height:8px;	
}

.progress-levels .progress-box .bar .bar-innner{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height: 7px;
	border: 3px solid #f0f0f0;
	background:#f0f0f0;
}

.progress-levels .progress-box .bar .bar-fill{
	position:absolute;
	left:-100%;
	top:0px;
	width:0px;
	height:2px;
	background:#00b7f1;
	border-radius:2px;
	-moz-transition:all 2000ms ease 300ms;
	-webkit-transition:all 2000ms ease 300ms;
	-ms-transition:all 2000ms ease 300ms;
	-o-transition:all 2000ms ease 300ms;
	transition:all 2000ms ease 300ms;
}

.progress-levels .progress-box .bar .bar-fill:after{
	content:'';
	position:absolute;
	right:0px;
	top:-5px;
	height:12px;
	border-right:2px solid #00b7f1;	
}

.progress-levels .progress-box.animated .bar .bar-fill{
	left:0px;	
}



/*** 

====================================================================
	Features Style One
====================================================================

***/

.features-style-one{
	position:relative;
	padding: 90px 0px 40px;
}

.features-style-one .features-column{
	position:relative;
	margin-bottom:50px;
}

.features-style-one .features-column .inner-box{
	position:relative;
	padding-left:90px;	
}

.features-style-one .features-column .count{
	position:absolute;
	left:0px;
	top:12px;
	color:#cecece;
	font-size:50px;
	font-weight:700;
	/* font-family:'Lora',serif; */
}

.features-style-one .features-column .title-box{
	position:relative;
	margin-bottom:10px;	
}

.features-style-one .features-column h4{
	font-family:'Source Sans Pro',sans-serif;
	color: #00b7f1;
	font-size:15px;
	/* font-style:italic; */
	margin-bottom:0px;
}

.features-style-one .features-column h3{
	position:relative;
	color: #222;
	font-size:20px;
	font-weight: 500;
}

.features-style-one .features-column .text{
	color:#777777;
}



/*** 

====================================================================
	Request Section
====================================================================

***/

.request-section{
	position:relative;
	padding:90px 0px 40px;
}

.request-section .content-column{
	position:relative;
	margin-bottom:50px;
}

.request-section .content-column .inner-box{
	position:relative;
}

.request-section .content-column .inner-box .text{
	position:relative;
	color:#777777;
	font-size:16px;
	font-weight:400;
	margin-top:30px;
}

.request-section .content-column .inner-box h3{
	position:relative;
	color:#333333;
	font-size:17px;
	font-weight:700;
	margin-top:32px;
	margin-bottom:20px;
	text-transform:uppercase;
}

.request-section .content-column .inner-box ul{
	position:relative;
}

.request-section .content-column .inner-box ul li{
	position:relative;
	color:#777777;
	font-size:15px;
	margin-bottom:8px;
}

.request-section .content-column .inner-box ul li span{
	color:#00b7f1;
	text-transform:uppercase;
}

.request-section .form-column .inner-box{
	position:relative;
	padding:45px 35px 20px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(204,204,204,0.5);
	-moz-box-shadow: 0px 0px 12px 0px rgba(204,204,204,0.5);
	box-shadow: 0px 0px 12px 0px rgba(204,204,204,0.5);
}

.request-section .contact-form.default-form .form-group textarea {
	height: 100px;
}


/*** 

====================================================================
	Price Section
====================================================================

***/

.price-section{
	position:relative;
	padding:90px 0px 40px;
}

.price-section.style-two{
	background-color:#ffffff;
}

.pricing-column{
	position:relative;
	margin-bottom: 80px;
	transition: all .3s ease;
}

.pricing-column:hover {
	margin: -30px 0;
}

.pricing-column .inner-box{
	position:relative;
	margin-right: 30px;
	border-radius: 10px;
	background-color:#ffffff;
	border-bottom: 3px solid #c1c1c1;
	-webkit-box-shadow: 0px 0px 11px 3px rgba(241,241,241,0.67);
	-moz-box-shadow: 0px 0px 11px 3px rgba(241,241,241,0.67);
	box-shadow: 0px 0px 11px 3px rgba(241,241,241,0.67);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.pricing-column:hover .inner-box {
	padding: 30px 0;
}

.pricing-column .inner-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: -30px;
    border-radius: 10px;
    top: 30px;
    background: #043247;
}

.pricing-column .inner-box.standard:before {
	background: #00b7f1;
}

.pricing-column .inner-box:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    border-radius: 10px;
    background: #fff;
}

.pricing-column .inner-box .upper-box{
	position:relative;
	padding:50px 0px 45px;
	margin: 0 60px;
	border-bottom: 5px solid #043247;
	z-index: 9;
}


.pricing-column .inner-box .upper-box h3{
	position:relative;
	color: #222;
	font-size:22px;
	font-weight:700;
	margin-bottom:10px;
	text-transform:uppercase;
}

.pricing-column .inner-box .upper-box .price{
	position:relative;
	font-size:45px;
	color: #043247;
	font-weight:700;
}

.pricing-column .inner-box .upper-box .price sup{
	font-size:25px;
	font-weight:400;
}

.pricing-column .inner-box .upper-box .price span{
	font-size:14px;
	font-weight:400;
	text-align:left;
	line-height:1.4em;
	display:inline-block;
}

.pricing-column .inner-box .lower-box{
	position:relative;
	padding: 45px 60px;
	margin-top:25px;
	z-index: 9;
}

.pricing-column .inner-box .lower-box .check-list{
	position:relative;
}

.pricing-column .inner-box .lower-box .check-list li{
	position:relative;
	color:#777777;
	font-size:14px;
	padding-left:25px;
	margin-bottom:20px;
}

.pricing-column .inner-box .lower-box .check-list li.check:before{
	position:absolute;
	content:'\f00c';
	left:0px;
	top:0px;
	font-size:14px;
	color: #00b7f1;
	font-family: 'FontAwesome';
}

.pricing-column .inner-box .lower-box .check-list li.cross:after{
	position:absolute;
	content:'\f00d';
	left:0px;
	top:0px;
	font-size:14px;
	color:#de3406;
	font-family: 'FontAwesome';
}

.pricing-column .inner-box .lower-box .link-box{
	margin-top:45px;
	display:block;
}

.pricing-column .inner-box .lower-box .link-box .buy-now{
	padding: 10px 54px;
	border-radius: 24px;
	background: transparent;
	color: #00b7f1;
}




/*** 

====================================================================
	Three Column
====================================================================

***/

.three-column {
	position: relative;
}

.three-column .column {
	padding: 0px;
}

.three-column .single-column {
	min-height: 400px;
}

.three-column .single-column.style-one {
	position: relative;
	background: #f6f6f6;
	padding: 70px 70px 10px;
}

.three-column .single-column.style-one h1 {
	font-size: 40px;
	font-weight: 700;
	color: #222;
	margin-bottom: 19px;
}

.three-column .single-column.style-one .text {
	color: #666;
	margin-bottom: 30px;
}

.single-column.style-two {
	position: relative;
	padding: 50px 50px 20px;
	background: #f9f9f9;
}

.three-column .progress-levels {
	margin-bottom: 0px;
}

.three-column .single-column.style-two .progress-levels .progress-box {
    margin-bottom: 5px;
}

.three-column .single-column.style-three {
	position: relative;
	padding: 100px 50px 20px;
	background: #f4f5f6;
}

.three-column .single-column.style-three .quote-icon {
    font-size: 50px;
    color: #00b7f1;
    margin-bottom: 40px;
}

.three-column .single-column.style-three .testimonial-inner {
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
}

.three-column .single-column.style-three h4 {
    margin-top: 20px;
}

