/* Esonit Online Education HTML Template */

/* css File Imports */

@import url('global.css');
@import url('header.css');
@import url('flaticon.css');
@import url('font-awesome.css');
@import url('animate.css');
@import url('owl.css');
@import url('animation.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery.mCustomScrollbar.min.css');

/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section {
	position: relative;
	overflow: hidden;
	padding-top: 280px;
	padding-bottom: 100px;
	background-color: #fff0e6;
}

.banner-section .icon-layer-one {
	position: absolute;
	left: 10%;
	top: 35%;
	width: 11px;
	height: 15px;
	background-repeat: no-repeat;
}

.banner-section .icon-layer-two {
	position: absolute;
	left: 17%;
	bottom: 12%;
	width: 15px;
	height: 12px;
	background-repeat: no-repeat;
}

.banner-section .icon-layer-three {
	position: absolute;
	right: 12%;
	top: 18%;
	width: 11px;
	height: 15px;
	background-repeat: no-repeat;
}

.banner-section .color-layer {
	position: absolute;
	right: 4%;
	bottom: 5%;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #f15d52;
}

.banner-section .pattern-layer-one {
	position: absolute;
	right: -180px;
	top: 160px;
	width: 318px;
	height: 78px;
	background-repeat: no-repeat;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.banner-section .pattern-layer-two {
	position: absolute;
	left: 110px;
	bottom: 120px;
	width: 318px;
	height: 78px;
	background-repeat: no-repeat;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.banner-section .pattern-layer-three {
	position: absolute;
	left: 80px;
	bottom: 26%;
	width: 66px;
	height: 58px;
	background-repeat: no-repeat;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.banner-section .image-column {
	position: relative;
}

.banner-section .image-column .inner-column {
	position: relative;
}

.banner-section .image-column .image {
	position: relative;
}

.banner-section .image-column .image img {
	position: relative;
	max-width: inherit;
}

.banner-section .content-column {
	position: relative;
}

.banner-section .content-column .inner-column {
	position: relative;
	padding-top: 30px;
}

.banner-section .content-column .text {
	color: #0c0d24;
	font-size: 20px;
	line-height: 1.8em;
	margin-top: 25px;
	margin-bottom: 20px;
	text-transform: capitalize;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .content-column h1 {
	color: #0c0d24;
	font-weight: 900;
	line-height: 1.1em;
	font-family: 'Lato', sans-serif;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .content-column .btns-box {
	margin-top: 65px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .content-column .theme-btn {
	margin-right: 15px;
}

.banner-section .owl-dots {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 40px;
	display: none;
	text-align: center;
}

.banner-section .owl-dots .owl-dot {
	position: relative;
	width: 30px;
	height: 6px;
	margin-bottom: 10px;
	border-radius: 0px;
	margin: 0px 5px;
	display: inline-block;
	background-color: #f15d52;
	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;
}

.banner-section .owl-dots .owl-dot.active,
.banner-section .owl-dots .owl-dot:hover {
	background-color: #06092d;
}

.banner-section .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 99999;
	width: 100%;
	opacity: 0;
	margin-top: -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;
}

.banner-section:hover .owl-nav {
	opacity: 1;
}

.banner-section .owl-nav .owl-prev {
	position: absolute;
	left: 20px;
	width: 60px;
	height: 60px;
	color: #f15d52;
	line-height: 56px;
	font-size: 24px;
	text-align: center;
	border-radius: 50px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 2px solid #f15d52;
}

.banner-section .owl-nav .owl-next {
	position: absolute;
	right: 20px;
	color: #f15d52;
	font-size: 24px;
	width: 60px;
	height: 60px;
	line-height: 56px;
	border-radius: 50px;
	text-align: center;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 2px solid #f15d52;
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover {
	color: #ffffff;
	border-color: #f15d52;
	background-color: #f15d52;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section {
	position: relative;
	padding: 180px 0px 130px;
}

.services-section.style-two {
	padding-bottom: 10px;
	padding-top: 150px;
}

.services-section.style-three {
	padding-top: 0px;
	padding-bottom: 40px;
}

.services-section.style-four {
	padding-top: 120px;
}

.services-section .pattern-layer-one {
	position: absolute;
	right: 8%;
	top: 40%;
	width: 33px;
	height: 85px;
	background-repeat: no-repeat;
}

.services-section .pattern-layer-two {
	position: absolute;
	left: 130px;
	bottom: 130px;
	width: 11px;
	height: 15px;
	background-repeat: no-repeat;
}

.service-block {
	position: relative;
	margin-bottom: 30px;
}

.service-block .inner-box {
	position: relative;
	text-align: center;
	padding: 52px 35px 52px;
	border: 2px solid #f1eeeb;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: #ffffff;
}

.service-block .inner-box:hover {
	border-color: #2f303e;
}

.service-block .inner-box h3 {
	color: #0c0d24;
	font-weight: 700;
	margin-bottom: 15px;
}

.service-block .inner-box h3 a {
	position: relative;
	color: #0c0d24;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.service-block .inner-box:hover h3 a {
	color: #f15d52;
}

.service-block .inner-box .icon {
	position: relative;
	margin-bottom: 25px;
}

.service-block .inner-box .text {
	position: relative;
	font-size: 20px;
	color: #0c0d24;
	opacity: 0.80;
	line-height: 1.5em;
	margin-bottom: 25px;
}

.service-block .inner-box .read-more {
	position: relative;
	color: #f15d52;
	font-size: 18px;
	font-weight: 600;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.service-block .inner-box .read-more .fa {
	margin-left: 8px;
}

.service-block .inner-box .read-more:hover {
	color: #111111;
}

/*** 

====================================================================
	Process Section
====================================================================

***/

.process-section {
	position: relative;
	overflow: hidden;
	padding: 20px 0px 180px;
}

.process-section .sec-title {
	margin-bottom: 80px;
}

.process-section.style-two {
	padding-top: 140px;
	padding-bottom: 160px;
}

.process-section.style-three {
	padding-top: 100px;
}

.process-section.style-four {
	padding-top: 60px;
	padding-bottom: 0px;
}

.process-section.style-two .icon-layer-one {
	top: 110px;
}

.process-section.style-two .circle-layer {
	top: 60px;
}

.process-section .auto-container {
	max-width: 1670px;
}

.process-section .pattern-layer-one {
	position: absolute;
	left: 0px;
	top: 5%;
	width: 62px;
	height: 355px;
	background-repeat: no-repeat;
}

.process-section .circle-layer {
	position: absolute;
	right: -400px;
	top: 0px;
	width: 499px;
	height: 499px;
	border-radius: 50%;
	background-color: #f6fcff;
}

.process-section .icon-layer-one {
	position: absolute;
	right: 15%;
	top: 0px;
	width: 34px;
	height: 54px;
	background-repeat: no-repeat;
}

.process-block {
	position: relative;
	margin-bottom: 30px;
}

.process-block .inner-box {
	position: relative;
	text-align: center;
	border-radius: 8px;
	padding: 50px 25px 60px;
	background-color: #ffffff;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
}

.process-block .inner-box .icon {
	position: relative;
	margin-bottom: 32px;
}

.process-block .inner-box h3 {
	margin-bottom: 18px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}

.process-block .inner-box h3 a {
	position: relative;
	color: #0c0d24;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.process-block .inner-box h3 a:hover {
	color: #f15d52;
}

.process-block .inner-box .text {
	position: relative;
	color: #0c0d24;
	font-size: 18px;
	opacity: 0.80;
	line-height: 1.7em;
}

/*** 

====================================================================
	Success Section
====================================================================

***/

.success-section {
	position: relative;
	overflow: hidden;
	padding: 150px 0px 80px;
	background-color: #eaf7ff;
}

.success-section .icon-layer-one {
	position: absolute;
	left: 10%;
	top: 14%;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
}

.success-section .icon-layer-two {
	position: absolute;
	right: 10%;
	top: 6%;
	width: 66px;
	height: 58px;
	background-repeat: no-repeat;
}

.success-section .icon-layer-three {
	position: absolute;
	left: 44%;
	bottom: 5%;
	width: 51px;
	height: 48px;
	background-repeat: no-repeat;
}

.success-section .left-white-bar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 100%;
	background-color: #ffffff;
}

.success-section .right-white-bar {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 60px;
	height: 100%;
	background-color: #ffffff;
}

.success-section .content-column {
	position: relative;
	margin-bottom: 30px;
}

.success-section .content-column .inner-column {
	position: relative;
}

.success-section .content-column h2 {
	color: #0c0d24;
	font-weight: 800;
	font-family: 'Lato', sans-serif;
}

.success-section .content-column .text {
	position: relative;
	margin-top: 30px;
	padding-right: 80px;
}

.success-section .content-column .text p {
	position: relative;
	margin-bottom: 25px;
	color: #0c0d24;
	opacity: 0.80;
	font-size: 18px;
	line-height: 1.7em;
}

.success-section .image-column {
	position: relative;
	margin-bottom: 30px;
}

.success-section .image-column .inner-column {
	position: relative;
	padding-left: 80px;
	margin-top: 40px;
}

.success-section .image-column .color-layer {
	position: absolute;
	left: 0px;
	bottom: 5px;
	width: 434px;
	height: 434px;
	border-radius: 50%;
	background-color: #ffffff;
}

.success-section .image-column .color-layer-two {
	position: absolute;
	left: 80px;
	top: 100px;
	width: 286px;
	height: 156px;
	border-radius: 0px;
	transform: skewY(-5deg);
	background-color: #fbeddc;
}

.success-section .image-column .image {
	position: relative;
	z-index: 1;
}

.success-section .bottom-color-layer {
	position: absolute;
	left: 100px;
	bottom: 140px;
	width: 357px;
	height: 357px;
	border-radius: 50%;
	background-color: #f2faff;
}

/*** 

====================================================================
	Success Tabs Style
====================================================================

***/

.success-tabs {
	position: relative;
	margin-top: 65px;
	padding-bottom: 35px;
}

.success-tabs .tab-btns {
	position: relative;
	margin-bottom: 0px;
	border-bottom: 1px solid #dae3e9;
}

.success-tabs .tab-btns .tab-btn {
	position: relative;
	margin-right: 70px;
	font-size: 20px;
	background: none;
	color: #0c0d24;
	font-weight: 700;
	line-height: 24px;
	cursor: pointer;
	margin-bottom: 0px;
	display: inline-block;
	padding: 0px 0px 24px;
	transition: all 500ms ease;
	text-transform: uppercase;
}

.success-tabs .tab-btns .tab-btn:last-child {
	margin-right: 0px;
}

.success-tabs .tab-btns .tab-btn:hover::before,
.success-tabs .tab-btns .tab-btn.active-btn::before {
	opacity: 1;
}

.success-tabs .tab-btns .tab-btn:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 3px;
	opacity: 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: #f15d52;
}

.success-tabs .tabs-content {
	position: relative;
	padding-top: 60px;
}

.success-tabs .tabs-content .tab {
	position: relative;
	display: none;
}

.success-tabs .tabs-content .tab.active-tab {
	display: block;
}

.success-tabs .tabs-content .title {
	position: relative;
	color: #0c0d24;
	font-weight: 700;
	opacity: 0.70;
	font-size: 18px;
	text-transform: uppercase;
}

.success-tabs .tabs-content h3 {
	color: #0c0d24;
	font-weight: 400;
	font-size: 36px;
	padding-top: 20px;
	line-height: 1.3em;
	margin-bottom: 20px;
}

.success-tabs .tabs-content .text {
	position: relative;
	padding-right: 100px;
}

.success-tabs .tabs-content .text p {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	line-height: 1.6em;
}

.success-tabs .tabs-content .image {
	position: relative;
}

.success-tabs .tabs-content .image img {
	position: relative;
	display: block;
}

.success-tabs .tabs-content .image-column {
	position: relative;
}

.success-tabs .tabs-content .color-box {
	position: absolute;
	right: 85px;
	bottom: -40px;
	width: 11px;
	height: 11px;
	background-color: #fec2bd;
}

/*** 

====================================================================
	Success Section
====================================================================

***/

.business-section {
	position: relative;
	overflow: hidden;
	padding: 150px 0px 80px;
}

.business-section .sec-title {
	margin-bottom: 110px;
}

.business-section.style-two {
	padding: 0px;
}

.business-section .circle-layer {
	position: absolute;
	left: -220px;
	top: 250px;
	width: 330px;
	height: 330px;
	border-radius: 50%;
	background-color: #fff0e6;
}

.business-section .circle-layer-two {
	position: absolute;
	right: -240px;
	bottom: 80px;
	width: 330px;
	height: 330px;
	border-radius: 50%;
	background-color: #f2e1df;
}

.business-section .icon-layer-one {
	position: absolute;
	left: 10%;
	top: 12%;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
}

.business-section .icon-layer-two {
	position: absolute;
	right: 10%;
	top: 8%;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
}

.business-block {
	position: relative;
	margin-bottom: 30px;
}

.business-block .inner-box {
	position: relative;
	padding: 50px 30px 35px;
	background-color: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.business-block .inner-box:hover {
	box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.10);
}

.business-block .inner-box .icon {
	position: relative;
	z-index: 1;
	padding-left: 20px;
	margin-bottom: 35px;
}

.business-block .inner-box .icon .color-circle {
	position: absolute;
	left: 0px;
	top: -10px;
	width: 115px;
	height: 115px;
	z-index: -1;
	border-radius: 50%;
	background-color: #ebf4ff;
}

.business-block .inner-box h3 {
	font-weight: 600;
	margin-bottom: 16px;
	font-family: 'Lato', sans-serif;
}

.business-block .inner-box h3 a {
	position: relative;
	color: #0c0d24;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.business-block .inner-box .text {
	font-size: 18px;
	color: #0c0d24;
	opacity: 0.80;
	line-height: 1.6em;
	margin-bottom: 20px;
}

.business-block .inner-box .explore {
	position: relative;
	color: #f15d4f;
	font-size: 16px;
	font-weight: 700;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.business-block .inner-box:hover h3 a {
	color: #f15d52;
}

.business-block .inner-box:hover .explore {
	color: #111111;
}

.business-block:nth-child(2) .inner-box .icon .color-circle {
	background-color: #fcf6ef;
}

.business-block:nth-child(3) .inner-box .icon .color-circle {
	background-color: #fff6f5;
}

.business-block:nth-child(4) .inner-box .icon .color-circle {
	background-color: #f8f0f7;
}

.business-block:nth-child(5) .inner-box .icon .color-circle {
	background-color: #f1f2f1;
}

.business-block:nth-child(6) .inner-box .icon .color-circle {
	background-color: #f0fdfd;
}

/*** 

====================================================================
	Chain Section
====================================================================

***/

.chain-section {
	position: relative;
	padding: 20px 0px 60px;
}

.chain-section .icon-layer-one {
	position: absolute;
	right: 15%;
	top: 10%;
	width: 51px;
	height: 48px;
	background-repeat: no-repeat;
}

.chain-section .blocks-column {
	position: relative;
	margin-bottom: 40px;
}

.chain-section .blocks-column .color-layer {
	position: absolute;
	right: 150px;
	top: 15px;
	width: 590px;
	height: 590px;
	border-radius: 50%;
	background-color: #fef3ec;
}

.chain-section .blocks-column .inner-column {
	position: relative;
	padding-top: 40px;
	padding-right: 20px;
}

.chain-section .blocks-column .blocks-outer {
	position: relative;
}

.chain-section .blocks-column .blocks-outer .chain-block:nth-child(2n + 1) {
	margin-left: 100px;
}

.chain-section .blocks-column .blocks-outer .chain-block:nth-child(2) .inner-box .icon {
	background-color: #ff8183;
}

.chain-section .blocks-column .blocks-outer .chain-block:nth-child(3) .inner-box .icon {
	background-color: #fac388;
}

.chain-block {
	position: relative;
	margin-bottom: 40px;
}

.chain-block .inner-box {
	position: relative;
	padding: 30px 30px;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
}

.chain-block .inner-box .content {
	position: relative;
	padding-left: 90px;
}

.chain-block .inner-box .content .icon {
	position: absolute;
	left: 0px;
	top: 34px;
	width: 60px;
	height: 60px;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	line-height: 60px;
	border-radius: 50px;
	display: inline-block;
	background-color: #209fa3;
}

.chain-block .inner-box .title {
	position: relative;
	color: #0c0d24;
	font-size: 18px;
	font-weight: 400;
	opacity: 0.70;
	margin-bottom: 10px;
}

.chain-block .inner-box h4 {
	color: #0c0d24;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}

.chain-section .content-column {
	position: relative;
	margin-bottom: 40px;
}

.chain-section .content-column .inner-column {
	position: relative;
	padding-left: 50px;
}

.chain-section .content-column h2 {
	color: #0c0d24;
	font-weight: 700;
	margin-bottom: 18px;
}

.chain-section .content-column .text {
	position: relative;
	margin-bottom: 55px;
}

.chain-section .content-column .text p {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	opacity: 0.90;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.chain-section .content-column .text p:last-child {
	margin-bottom: 0px;
}

.chain-section.style-two {
	padding-top: 190px;
}

.chain-section.style-three {
	padding-top: 200px;
	padding-bottom: 80px;
}

.chain-section.style-four {
	padding-top: 80px;
	padding-bottom: 40px;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
	position: relative;
	overflow: hidden;
	padding: 60px 0px 160px;
}

.testimonial-section .color-layer {
	position: absolute;
	left: 20%;
	top: 0%;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #8ce4c8;
}

.testimonial-section .icon-layer-one {
	position: absolute;
	right: 5%;
	top: 0%;
	width: 34px;
	height: 54px;
	background-repeat: no-repeat;
}

.testimonial-section .auto-container {
	position: relative;
	max-width: 1670px;
}

.testimonial-section .inner-container {
	padding: 50px 0px;
}

.testimonial-section .pattern-layer {
	position: absolute;
	left: 0px;
	top: -40px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.testimonial-section .left-column {
	position: relative;
	margin-bottom: 40px;
}

.testimonial-section .left-column .inner-column {
	position: relative;
}

.testimonial-section .title-column {
	position: relative;
	margin-bottom: 40px;
}

.testimonial-section .title-column .inner-column {
	position: relative;
	text-align: center;
	padding-top: 150px;
}

.testimonial-section .title-column .quote-icon {
	position: relative;
	font-size: 80px;
	line-height: 1em;
	color: #0c0d24;
	display: inline-block;
}

.testimonial-section .title-column .quote-icon .circle {
	position: absolute;
	right: -20px;
	width: 50px;
	height: 50px;
	bottom: -10px;
	z-index: -1;
	border-radius: 50%;
	background-color: #fac388;
}

.testimonial-section .title-column h2 {
	color: #0c0d24;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 18px;
}

.testimonial-section .title-column .text {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	line-height: 1.7em;
	opacity: 0.80;
	padding: 0px 15px;
}

.testimonial-section .right-column {
	position: relative;
	margin-bottom: 40px;
}

.testimonial-section .right-column .inner-column {
	position: relative;
}

.testimonial-block {
	position: relative;
	margin-bottom: 160px;
}

.testimonial-block .inner-box {
	position: relative;
	padding-top: 70px;
	padding-left: 22px;
}

.testimonial-block .inner-box .author-image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 93px;
	height: 93px;
	overflow: hidden;
	border-radius: 50%;
}

.testimonial-block .inner-box .content {
	position: relative;
	z-index: 1;
	padding: 35px 35px;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.testimonial-block .inner-box .content h5 {
	color: #0c0d24;
	font-weight: 700;
}

.testimonial-block .inner-box .content .text {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	line-height: 1.6em;
	margin-top: 8px;
	opacity: 0.80;
}

.testimonial-block:last-child {
	margin-bottom: 0px;
}

.testimonial-block.style-two .inner-box {
	padding-right: 22px;
	padding-left: 0px;
}

.testimonial-block.style-two .inner-box .author-image {
	right: 0px;
	left: auto;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section {
	position: relative;
	padding: 120px 0px 110px;
	background-color: #fef3ec;
}

.news-section .sec-title {
	margin-bottom: 70px;
}

.news-section .color-layer {
	position: absolute;
	right: 10%;
	bottom: 10%;
	width: 10px;
	height: 10px;
	background-color: #f15d52;
}

.news-section .icon-layer-one {
	position: absolute;
	left: 10%;
	top: 10%;
	width: 33px;
	height: 85px;
	background-repeat: no-repeat;
}

.news-section .icon-layer-two {
	position: absolute;
	right: 10%;
	top: 10%;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
}

.news-section .icon-layer-three {
	position: absolute;
	right: 10%;
	top: 60%;
	width: 33px;
	height: 85px;
	background-repeat: no-repeat;
}

.news-section .icon-layer-four {
	position: absolute;
	left: 10%;
	bottom: 10%;
	width: 34px;
	height: 54px;
	background-repeat: no-repeat;
}

.news-section .left-white-bar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 100%;
	background-color: #ffffff;
}

.news-section .right-white-bar {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 60px;
	height: 100%;
	background-color: #ffffff;
}

.news-block {
	position: relative;
	margin-bottom: 30px;
}

.news-block .inner-box {
	position: relative;
}

.news-block .inner-box .image {
	position: relative;
	overflow: hidden;
	background-color: #111111;
}

.news-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.news-block .inner-box:hover .image img {
	opacity: 0.60;
	transform: scale(1.05, 1.05);
}

.news-block .inner-box .lower-content {
	position: relative;
	padding-top: 30px;
}

.news-block .inner-box .lower-content .category {
	position: relative;
	color: #ffffff;
	padding: 4px 15px 7px;
	font-size: 16px;
	border-radius: 7px;
	display: inline-block;
	background-color: #f15d52;
}

.news-block .inner-box .lower-content h4 {
	margin-top: 20px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}

.news-block .inner-box .lower-content h4 a {
	color: #0c0d24;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.news-block .inner-box:hover .lower-content h4 a {
	color: #f15d52;
}

/*** 

====================================================================
	Case Study Section
====================================================================

***/

.case-study-section {
	position: relative;
	overflow: hidden;
	padding: 190px 0px 70px;
}

.case-study-section .color-layer {
	position: absolute;
	left: -300px;
	top: 150px;
	width: 480px;
	height: 480px;
	border-radius: 50%;
	background-color: #fef3ec;
}

.case-study-section .auto-container {
	position: relative;
	max-width: 1470px;
}

.case-study-section .title-column {
	position: relative;
	margin-bottom: 30px;
}

.case-study-section .title-column .sec-title {
	margin-bottom: 25px;
}

.case-study-section .title-column .inner-column {
	position: relative;
	padding-top: 40px;
	padding-right: 100px;
}

.case-study-section .title-column .view-more {
	position: relative;
	color: #f15d52;
	font-size: 18px;
}

.case-study-section .carousel-column {
	position: relative;
	margin-bottom: 30px;
}

.case-study-section .carousel-column .icon-layer-one {
	position: absolute;
	left: 130px;
	top: -80px;
	width: 540px;
	height: 508px;
	background-size: cover;
	background-repeat: no-repeat;
}

.case-study-section .carousel-column .inner-column {
	position: relative;
	margin-right: -100px;
}

/* .case-study-section .carousel-column .left-gradient{
	position:absolute;
	left:0px;
	top:0px;
	width:40%;
	height:100%;
	z-index:2;
	background: #FFFFFF;
	background: -webkit-linear-gradient(to right, #FFFFFF 0%, rgba(0,0,0,0) 100%);
	background: -moz-linear-gradient(to right, #FFFFFF 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, #FFFFFF 0%, rgba(0,0,0,0) 100%);
}

.case-study-section .carousel-column .right-gradient{
	position:absolute;
	right:0px;
	top:0px;
	width:40%;
	height:100%;
	z-index:2;
	background: #FFFFFF;
	background: -webkit-linear-gradient(to right, rgba(0,0,0,0) 0%, #ffffff 100%);
	background: -moz-linear-gradient(to right, rgba(0,0,0,0) 0%, #ffffff 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%, #ffffff 100%);
} */

.case-study-section .carousel-column .owl-dots,
.case-study-section .carousel-column .owl-nav {
	display: none;
}

.case-study-section .carousel-column .owl-stage-outer .owl-item.center .case-block {
	transform: translateY(30px);
}

.case-study-section .carousel-column .owl-stage-outer .owl-item.center .case-block .inner-box .image .overlay-box {
	bottom: 10px;
	opacity: 1;
}

.case-study-section .carousel-column .owl-carousel .owl-stage-outer {
	padding-bottom: 30px;
}

.case-block {
	position: relative;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.case-block .inner-box {
	position: relative;
}

.case-block .inner-box .image {
	position: relative;
	overflow: hidden;
}

.case-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.case-block .inner-box .image .overlay-box {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: -110px;
	opacity: 0;
	padding: 15px 15px;
	background-color: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.case-block .inner-box:hover .image .overlay-box {
	bottom: 10px;
	opacity: 1;
}

.case-block .inner-box .image .category {
	position: relative;
	color: #0c0d24;
	font-size: 14px;
	opacity: 0.80;
	text-transform: uppercase;
}

.case-block .inner-box .image h5 {
	margin-top: 0px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}

.case-block .inner-box .image h5 a {
	color: #0c0d24;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.case-block .inner-box:hover .image h5 a {
	color: #f15d52;
}

/*** 

====================================================================
	Newsletter Section
====================================================================

***/

.newsletter-section {
	position: relative;
	overflow: hidden;
	padding-top: 80px;
	margin-bottom: -90px;
	z-index: 10;
	padding-bottom: 30px;
}

.newsletter-section .inner-container {
	position: relative;
	padding-left: 80px;
	margin-top: 0px;
}

.newsletter-section .inner-container:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 130px;
	right: 0px;
	bottom: 0px;
	border-radius: 15px 15px 0px 0px;
	background-color: #edf9ff;
}

.newsletter-section .inner-container .pattern-layer {
	position: absolute;
	left: 0px;
	top: 130px;
	width: 100%;
	height: 236px;
	background-repeat: no-repeat;
}

.newsletter-section .inner-container .icon-layer-one {
	position: absolute;
	left: -40px;
	top: -40px;
	width: 158px;
	height: 107px;
	z-index: 1;
	background-repeat: no-repeat;
}

.newsletter-section .inner-container .icon-layer-two {
	position: absolute;
	right: 90px;
	top: 120px;
	width: 261px;
	height: 73px;
	z-index: 2;
	background-repeat: no-repeat;
}

.newsletter-section .inner-container .icon-layer-three {
	position: absolute;
	right: -35px;
	top: -35px;
	width: 70px;
	height: 70px;
	z-index: -1;
	background-repeat: no-repeat;
}

.newsletter-section .inner-container .icon-layer-four {
	position: absolute;
	left: -35px;
	bottom: -35px;
	width: 70px;
	height: 70px;
	z-index: -1;
	background-repeat: no-repeat;
}

.newsletter-section .inner-container .color-box {
	position: absolute;
	right: -25px;
	top: 0px;
	width: 440px;
	height: 440px;
	z-index: 1;
	border-radius: 50%;
	background-color: #fefbe6;
}

.newsletter-section .form-column {
	position: relative;
	margin-bottom: 40px;
}

.newsletter-section .form-column .inner-column {
	position: relative;
	padding-top: 240px;
}

.newsletter-section .form-column .title-box {
	position: relative;
	margin-bottom: 50px;
}

.newsletter-section .form-column h2 {
	margin-bottom: 15px;
	font-weight: 700;
	color: #0c0d24;
}

.newsletter-section .form-column .title-box .text {
	color: #0c0d24;
	opacity: 0.80;
	font-size: 18px;
	line-height: 1.8em;
}

.newsletter-section .form-column .member {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
}

.newsletter-section .form-column .member a {
	position: relative;
	color: #f15d52;
}

/* Subscribe Form */

.newsletter-form {
	position: relative;
	margin-bottom: 20px;
}

.newsletter-form .form-group {
	position: relative;
	display: block;
	z-index: 1;
	margin-bottom: 0px;
}

.newsletter-form .form-group .icon {
	position: absolute;
	left: 22px;
	top: 28px;
	z-index: 1;
	color: #bfc2c4;
	font-size: 20px;
	line-height: 1em;
}

.newsletter-form .form-group input[type="text"],
.newsletter-form .form-group input[type="tel"],
.newsletter-form .form-group input[type="email"],
.newsletter-form .form-group textarea {
	position: relative;
	width: 100%;
	line-height: 28px;
	padding: 10px 30px 10px 60px;
	height: 75px;
	color: #0c0d24;
	display: inline-block;
	font-size: 18px;
	border-radius: 10px;
	background: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid #bfc2c4;
}

.newsletter-form .form-group textarea::-webkit-input-placeholder,
.newsletter-form .form-group input::-webkit-input-placeholder {
	color: rgba(12, 13, 36, 0.60);
}

.newsletter-form .form-group input:focus {
	border-color: #f15d52;
}

.newsletter-form .form-group input[type="submit"],
.newsletter-form .form-group button {
	position: absolute;
	right: 4px;
	top: 4px;
	width: 88px;
	height: 66px;
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
	border-radius: 10px;
	padding: 15px 10px;
	background-color: #f15d52;
	text-transform: uppercase;
}

.newsletter-section .image-column {
	position: relative;
}

.newsletter-section .image-column .inner-column {
	position: relative;
}

.newsletter-section .image-column .image {
	position: relative;
	margin-left: 20px;
	z-index: 4;
}

.newsletter-section .image-column .image img {
	max-width: inherit;
}

.newsletter-section.style-two {
	text-align: center;
	padding-top: 40px;
}

.newsletter-section.alternate {
	margin-top: -508px;
	/* padding-bottom:30px; */
}

.newsletter-section.style-two .inner-container {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 75px;
}

.newsletter-section.style-two .form-column {
	max-width: 680px;
	margin: 0 auto;
	width: 100%;
}

.newsletter-section.style-two .inner-container .pattern-layer,
.newsletter-section.style-two .inner-container:before {
	top: 0px;
}

.newsletter-section.style-two .form-column .inner-column {
	padding-top: 80px;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
	position: relative;
	background-color: #f9f9f9;
}

.main-footer.style-three .widgets-section {
	padding-top: 100px;
}

.main-footer .widgets-section {
	position: relative;
	padding: 160px 0px 40px;
}

.main-footer .color-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 31%;
	height: 100%;
	background-color: #fef3ec;
}

.main-footer .pattern-layer-one {
	position: absolute;
	left: 10%;
	top: 20%;
	width: 54px;
	height: 34px;
	background-repeat: no-repeat;
}

.main-footer .pattern-layer-two {
	position: absolute;
	right: 100px;
	top: 20%;
	width: 33px;
	height: 85px;
	background-position: center top;
	background-repeat: no-repeat;
}

.main-footer .pattern-layer-three {
	position: absolute;
	bottom: 5%;
	right: 10%;
	width: 73px;
	height: 78px;
	background-repeat: no-repeat;
}

.main-footer .pattern-layer-four {
	position: absolute;
	left: 10%;
	bottom: 10%;
	width: 116px;
	height: 90px;
	background-position: center top;
	background-repeat: no-repeat;
}

.main-footer .footer-widget {
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

.main-footer .footer-column h4 {
	font-weight: 700;
	color: #0c0d24;
	line-height: 1.2em;
	margin-bottom: 30px;
	margin-top: 10px;
	text-transform: capitalize;
	font-family: 'Lato', sans-serif;
}

.main-footer .logo-widget {
	position: relative;
}

.main-footer .logo-widget .logo {
	position: relative;
	margin-bottom: 15px;
}

.main-footer .logo-widget .info-list {
	position: relative;
	margin-bottom: 20px;
}

.main-footer .logo-widget .info-list li {
	position: relative;
	color: #44bcfa;
	font-size: 20px;
	margin-bottom: 8px;
}

.main-footer .logo-widget .info-list li a {
	position: relative;
	color: #44bcfa;
	font-size: 20px;
}

.main-footer .logo-widget .info-list li:nth-child(2) a {
	color: #f15d52;
}

.main-footer .address-widget .social-box {
	position: relative;
	margin-top: 20px;
}

.main-footer .address-widget .social-box li {
	position: relative;
	margin-right: 12px;
	display: inline-block;
}

.main-footer .address-widget .social-box li a {
	position: relative;
	color: #bababb;
	font-size: 18px;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .address-widget .social-box li a:hover {
	color: #111111;
}

.main-footer .address-list li {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	opacity: 0.90;
	margin-bottom: 12px;
	line-height: 1.6em;
}

.main-footer .address-list li:last-child {
	margin-bottom: 0px;
}

.main-footer .logo-widget .text {
	position: relative;
	color: #00184f;
	font-size: 20px;
	opacity: 0.90;
	line-height: 1.5em;
	margin-top: 15px;
}

.main-footer .list {
	position: relative;
}

.main-footer .list li {
	position: relative;
	margin-bottom: 12px;
}

.main-footer .list li a {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .list li a:hover {
	color: #f15d52;
}

/* Footer Bottom */

.main-footer .footer-bottom {
	position: relative;
	padding: 0px 0px 25px;
}

.main-footer .footer-bottom .copyright {
	position: relative;
	color: #102659;
	font-size: 16px;
}

.main-footer .footer-bottom .copyright a {
	position: relative;
	color: #102659;
}

.main-footer .footer-bottom .nav-column {
	position: relative;
}

.main-footer .footer-bottom .nav-column ul {
	position: relative;
	text-align: right;
}

.main-footer .footer-bottom .nav-column ul li {
	position: relative;
	margin-right: 12px;
	padding-right: 12px;
	line-height: 1.2em;
	display: inline-block;
	border-right: 1px solid #dee0e4;
}

.main-footer .footer-bottom .nav-column ul li a {
	position: relative;
	color: #102659;
	font-size: 15px;
}

.main-footer .footer-bottom .nav-column ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: 0px;
}

.contact-info-widget .address-list li {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	font-weight: 500;
}

.contact-info-widget .address-list li span {
	position: relative;
	color: #0c0d24;
	font-size: 16px;
	opacity: 0.88;
	display: block;
	font-weight: 400;
}

.contact-info-widget .address-list li a {
	position: relative;
	color: #40bbfb;
	font-size: 20px;
}

.contact-info-widget .address-list li:nth-child(2) a {
	color: #f15d52;
	font-weight: 600;
}

.contact-info-widget .social-box {
	position: relative;
	margin-top: 20px;
}

.contact-info-widget .social-box li {
	position: relative;
	margin-right: 20px;
	display: inline-block;
}

.contact-info-widget .social-box li a {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-info-widget .social-box li a:hover {
	color: #f15d52;
}

.main-footer.style-two .color-layer {
	right: 0px;
	left: auto;
}

/*** 

====================================================================
	Banner Section Two
====================================================================

***/

.banner-section-two {
	position: relative;
	overflow: hidden;
	padding-top: 130px;
	padding-bottom: 70px;
	background-color: #fbf9f2;
}

.banner-section-two .icon-layer-one {
	position: absolute;
	left: 8%;
	top: 18%;
	width: 11px;
	height: 15px;
	background-repeat: no-repeat;
}

.banner-section-two .icon-layer-two {
	position: absolute;
	left: 8%;
	bottom: 42%;
	width: 15px;
	height: 12px;
	background-repeat: no-repeat;
}

.banner-section-two .icon-layer-three {
	position: absolute;
	right: 10%;
	top: 12%;
	width: 15px;
	height: 12px;
	background-repeat: no-repeat;
}

.banner-section-two .icon-layer-four {
	position: absolute;
	left: 50%;
	top: 10%;
	width: 15px;
	height: 12px;
	background-repeat: no-repeat;
}

.banner-section-two .icon-layer-five {
	position: absolute;
	left: 6%;
	bottom: 20%;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
}

.banner-section-two .icon-layer-six {
	position: absolute;
	right: -12%;
	bottom: 5%;
	width: 66px;
	height: 58px;
	z-index: 1;
	background-repeat: no-repeat;
}

.banner-section-two .pattern-layer-one {
	position: absolute;
	right: -150px;
	top: -180px;
	width: 747px;
	height: 878px;
	background-repeat: no-repeat;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.banner-section-two .pattern-layer-two {
	position: absolute;
	left: 0px;
	bottom: 40px;
	width: 100%;
	height: 548px;
	background-position: left bottom;
	background-repeat: no-repeat;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.banner-section-two .image-column {
	position: relative;
	z-index: 1;
}

.banner-section-two .image-column .dotted-layer {
	position: absolute;
	left: 120px;
	top: 180px;
	width: 318px;
	height: 78px;
	background-repeat: no-repeat;
}

.banner-section-two .image-column .dotted-layer-two {
	position: absolute;
	right: 40px;
	top: 180px;
	width: 318px;
	height: 78px;
	z-index: -1;
	background-repeat: no-repeat;
}

.banner-section-two .image-column .color-one {
	position: absolute;
	left: 150px;
	top: 0px;
	width: 430px;
	height: 430px;
	z-index: -1;
	border-radius: 50%;
	background-color: #d1f6f5;
}

.banner-section-two .image-column .color-two {
	position: absolute;
	left: 100px;
	top: 100px;
	width: 480px;
	height: 710px;
	background-color: #d1f6f5;
	clip-path: polygon(0 0, 100% 16%, 100% 100%, 0% 100%);
}

.banner-section-two .image-column .color-three {
	position: absolute;
	right: -50px;
	top: 120px;
	width: 480px;
	height: 710px;
	z-index: -1;
	background-color: #fbf7d8;
	clip-path: polygon(0 16%, 100% 0, 100% 100%, 0% 100%);
}

.banner-section-two .image-column .inner-column {
	position: relative;
	text-align: right;
	padding-top: 30px;
	margin-right: -50px;
}

.banner-section-two .image-column .image {
	position: relative;
}

.banner-section-two .image-column .image .call-box {
	position: absolute;
	left: -30px;
	bottom: 40px;
	text-align: left;
	border-radius: 8px;
	padding: 30px 30px;
	background-color: #0c0d24;
}

.banner-section-two .image-column .image .call-box .icon {
	position: absolute;
	right: 30px;
	top: 25px;
	opacity: 0.15;
	color: #ffffff;
	font-size: 70px;
	line-height: 1em;
}

.banner-section-two .image-column .image .call-box .call {
	position: relative;
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}

.banner-section-two .image-column .image .call-box .number {
	position: relative;
	color: #ffffff;
	font-size: 35px;
	font-weight: 700;
	line-height: 1em;
}

.banner-section-two .image-column .image img {
	position: relative;
	max-width: inherit;
}

.banner-section-two .content-column {
	position: relative;
}

.banner-section-two .content-column .inner-column {
	position: relative;
	padding-top: 30px;
}

.banner-section-two .video-box {
	position: relative;
	margin-left: 10px;
	color: #0c0d24;
	font-size: 18px;
	font-weight: 700;
}

.banner-section-two .video-box span {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	border-radius: 50%;
	line-height: 66px;
	display: inline-block;
	z-index: 1;
	width: 66px;
	height: 66px;
	padding-left: 5px;
	margin-right: 15px;
	background-color: #f15d52;
	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;
}

.banner-section-two .content-column .video-box .overlay-box span {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 99;
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	border-radius: 10px;
	padding-left: 7px;
	display: inline-block;
	margin-top: -33px;
	margin-left: -33px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.banner-section-two .content-column .video-box .ripple,
.banner-section-two .content-column .video-box .ripple:before,
.banner-section-two .content-column .video-box .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 66px;
	height: 66px;
	margin-left: .5px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(241, 93, 82, .7);
	-moz-box-shadow: 0 0 0 0 rgba(241, 93, 82, .7);
	-ms-box-shadow: 0 0 0 0 rgba(241, 93, 82, .7);
	-o-box-shadow: 0 0 0 0 rgba(241, 93, 82, .7);
	box-shadow: 0 0 0 0 rgba(241, 93, 82, .7);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.banner-section-two .content-column .video-box .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.banner-section-two .content-column .video-box .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.banner-section-two .content-column .text {
	color: #0c0d24;
	font-size: 20px;
	line-height: 1.8em;
	margin-top: 25px;
	margin-bottom: 70px;
	text-transform: capitalize;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-two .content-column h1 {
	color: #0c0d24;
	font-weight: 900;
	line-height: 1.1em;
	font-family: 'Lato', sans-serif;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-two .content-column .btns-box {
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-two .content-column .theme-btn {
	margin-right: 15px;
}

.banner-section-two .owl-dots {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 40px;
	display: none;
	text-align: center;
}

.banner-section-two .owl-dots .owl-dot {
	position: relative;
	width: 30px;
	height: 6px;
	margin-bottom: 10px;
	border-radius: 0px;
	margin: 0px 5px;
	display: inline-block;
	background-color: #f15d52;
	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;
}

.banner-section-two .owl-dots .owl-dot.active,
.banner-section-two .owl-dots .owl-dot:hover {
	background-color: #06092d;
}

.banner-section-two .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 99999;
	width: 100%;
	opacity: 0;
	margin-top: -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;
}

.banner-section-two:hover .owl-nav {
	opacity: 1;
}

.banner-section-two .owl-nav .owl-prev {
	position: absolute;
	left: 20px;
	width: 60px;
	height: 60px;
	color: #f15d52;
	line-height: 56px;
	font-size: 24px;
	text-align: center;
	border-radius: 50px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 2px solid #f15d52;
}

.banner-section-two .owl-nav .owl-next {
	position: absolute;
	right: 20px;
	color: #f15d52;
	font-size: 24px;
	width: 60px;
	height: 60px;
	line-height: 56px;
	border-radius: 50px;
	text-align: center;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 2px solid #f15d52;
}

.banner-section-two .owl-nav .owl-prev:hover,
.banner-section-two .owl-nav .owl-next:hover {
	color: #ffffff;
	border-color: #f15d52;
	background-color: #f15d52;
}

/*** 

====================================================================
	Featured Section
====================================================================

***/

.featured-section {
	position: relative;
	padding: 170px 0px 120px;
}

.featured-section .icon-layer {
	position: absolute;
	right: 10%;
	top: 20%;
	width: 33px;
	height: 85px;
	background-repeat: no-repeat;
}

.featured-section .icon-layer-two {
	position: absolute;
	left: 8%;
	bottom: 25%;
	width: 11px;
	height: 15px;
	background-repeat: no-repeat;
}

.feature-block {
	position: relative;
	margin-bottom: 30px;
}

.feature-block .inner-box {
	position: relative;
}

.feature-block .inner-box .image {
	position: relative;
}

.feature-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.feature-block .inner-box .image .pattern-layer {
	position: absolute;
	left: 20px;
	bottom: -20px;
	width: 42px;
	height: 84px;
	background-repeat: no-repeat;
}

.feature-block .inner-box .lower-content {
	position: relative;
	padding-top: 40px;
	padding-left: 20px;
}

.feature-block .inner-box .lower-content h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.feature-block .inner-box .lower-content h3 a {
	position: relative;
	color: #0c0d24;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.feature-block .inner-box .lower-content h3 a:hover {
	color: #f15d52;
}

.feature-block .inner-box .lower-content .text {
	position: relative;
	margin-top: 18px;
	color: #0c0d24;
	font-size: 20px;
	opacity: 0.80;
	line-height: 1.5em;
}

/*** 

====================================================================
	Coaching Section
====================================================================

***/

.coaching-section {
	position: relative;
	overflow: hidden;
	padding: 120px 0px 60px;
	background-color: #f5f7fc;
}

.coaching-section .icon-layer-one {
	position: absolute;
	left: 130px;
	top: 17%;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
}

.coaching-section .icon-layer-two {
	position: absolute;
	right: 100px;
	top: 18%;
	width: 102px;
	height: 89px;
	background-repeat: no-repeat;
}

.coaching-section .left-color {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 100%;
	background-color: #ffffff;
}

.coaching-section .right-color {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 100%;
	background-color: #ffffff;
}

.coaching-section .content-column {
	position: relative;
}

.coaching-section .content-column .inner-column {
	position: relative;
	padding-right: 20px;
}

.coaching-section .content-column .blocks-outer {
	padding-right: 100px;
}

.coaching-section .content-column .sec-title {
	margin-bottom: 25px;
}

.coaching-section .content-column .bold-text {
	position: relative;
	margin-bottom: 40px;
}

.coaching-section .content-column .bold-text p {
	color: #0c0d24;
	font-size: 20px;
	opacity: 0.90;
	line-height: 1.6em;
}

.coaching-section .content-column .bold-text p:last-child {
	margin-bottom: 0px;
}

.coach-block {
	position: relative;
	margin-bottom: 15px;
}

.coach-block .inner-box {
	position: relative;
	padding: 35px 30px;
	border-radius: 8px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.coach-block .inner-box .content {
	position: relative;
	padding-left: 80px;
}

.coach-block .inner-box .content .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 55px;
	height: 55px;
	color: #f15d52;
	font-size: 20px;
	line-height: 55px;
	border-radius: 5px;
	text-align: center;
	background-color: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.coach-block .inner-box h5 {
	font-weight: 700;
	color: #0c0d24;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.coach-block .inner-box .coach-text {
	position: relative;
	margin-top: 10px;
	color: #0c0d24;
	opacity: 0.80;
	font-size: 18px;
	line-height: 1.6em;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.coach-block .inner-box:hover .coach-text,
.coach-block.active .inner-box .coach-text,
.coach-block.active .inner-box h5,
.coach-block .inner-box:hover h5 {
	color: #ffffff;
}

.coach-block .inner-box:hover,
.coach-block.active .inner-box {
	background-color: #f15d52;
}

.coaching-section .image-column {
	position: relative;
	text-align: center;
}

.coaching-section .image-column .inner-column {
	position: relative;
	padding-left: 20px;
	padding-top: 40px;
	margin-top: 50px;
}

.coaching-section .image-column .color-one {
	position: absolute;
	right: 20px;
	bottom: 0px;
	width: 430px;
	height: 430px;
	border-radius: 50%;
	background-color: #ffffff;
}

.coaching-section .image-column .color-two {
	position: absolute;
	left: 30px;
	top: 50px;
	width: 430px;
	height: 732px;
	z-index: 1;
	background-color: #d7f0fd;
	clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
}

.coaching-section .image-column .color-three {
	position: absolute;
	right: 15px;
	top: 50px;
	width: 350px;
	height: 750px;
	background-color: #fbf7d8;
	clip-path: polygon(0 9%, 100% 0, 100% 100%, 0% 100%);
}

.coaching-section .image-column .image {
	position: relative;
	z-index: 1;
	margin-right: -150px;
}

.coaching-section .image-column .icon-layer-three {
	position: absolute;
	right: 85px;
	top: 12%;
	width: 66px;
	height: 58px;
	z-index: 2;
	background-repeat: no-repeat;
}

.coaching-section .image-column .icon-layer-four {
	position: absolute;
	left: 0px;
	bottom: -140px;
	width: 158px;
	height: 107px;
	background-repeat: no-repeat;
}

/*** 

====================================================================
	Success Section Two
====================================================================

***/

.business-section-two {
	position: relative;
	overflow: hidden;
	padding: 110px 0px 140px;
	background-color: #ebf8ff;
}

.business-section-two .sec-title {
	z-index: 2;
	margin-bottom: 70px;
}

.business-section-two .inner-container {
	position: relative;
}

.business-section-two .color-layer {
	position: absolute;
	left: -100px;
	top: -200px;
	width: 330px;
	height: 330px;
	border-radius: 50%;
	background-color: #e4f6ff;
}

.business-section-two .color-layer-two {
	position: absolute;
	right: -100px;
	bottom: -60px;
	width: 330px;
	height: 330px;
	border-radius: 50%;
	background-color: #f2e1df;
}

.business-section-two .icon-layer {
	position: absolute;
	left: 15%;
	top: 15%;
	width: 34px;
	height: 54px;
	z-index: 2;
	background-repeat: no-repeat;
}

.business-section-two .icon-layer-two {
	position: absolute;
	right: 15%;
	top: 15%;
	width: 34px;
	height: 54px;
	background-repeat: no-repeat;
}

.business-section-two .icon-layer-three {
	position: absolute;
	right: 6%;
	top: 22%;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
}

.business-section-two .icon-layer-four {
	position: absolute;
	left: -30px;
	bottom: 0px;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
}

.business-section-two .left-color-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 50px;
	height: 100%;
	background-color: #ffffff;
}

.business-section-two .right-color-layer {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
	width: 50px;
	height: 100%;
	background-color: #ffffff;
}

.business-block-two {
	position: relative;
	margin-bottom: 30px;
}

.business-block-two .inner-box {
	position: relative;
	padding: 30px 30px 35px;
	background-color: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.business-block-two .inner-box:hover {
	box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.10);
}

.business-block-two .inner-box .content {
	position: relative;
	padding-left: 185px;
}

.business-block-two .inner-box .icon {
	position: absolute;
	left: 0px;
	top: 15px;
	z-index: 1;
	margin-bottom: 30px;
}

.business-block-two .inner-box .code {
	position: relative;
	width: 35px;
	height: 35px;
	color: #6dac86;
	font-size: 20px;
	border-radius: 5px;
	margin-bottom: 8px;
	text-align: center;
	line-height: 35px;
	display: inline-block;
	background-color: #ecf6f0;
}

.business-block-two .inner-box .code:before {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	content: '</>';
	color: #6dac86;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Noto Sans TC', sans-serif;
}

.business-block-two .inner-box h3 {
	font-weight: 600;
	margin-bottom: 12px;
	font-family: 'Lato', sans-serif;
}

.business-block-two .inner-box h3 a {
	position: relative;
	color: #0c0d24;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.business-block-two .inner-box .text {
	font-size: 18px;
	color: #0c0d24;
	opacity: 0.80;
	line-height: 1.6em;
	margin-bottom: 15px;
}

.business-block-two .inner-box .explore {
	position: relative;
	color: #f15d4f;
	font-size: 16px;
	font-weight: 700;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.business-block-two .inner-box:hover h3 a {
	color: #f15d52;
}

.business-block-two .inner-box:hover .explore {
	color: #111111;
}

/*** 

====================================================================
	Clients Section
====================================================================

***/

.clients-section {
	position: relative;
	padding: 220px 0px 60px;
}

.clients-section .auto-container {
	max-width: 1460px;
}

.clients-section .title-column {
	position: relative;
	margin-bottom: 30px;
}

.clients-section .title-column .inner-column {
	position: relative;
	padding-top: 40px;
	padding-right: 200px;
}

.clients-section .title-column .sec-title {
	margin-bottom: 30px;
}

.clients-section .title-column .view-more {
	position: relative;
	color: #f15d52;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 5px;
	border-bottom: 1px solid #f15d52;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.clients-section .title-column .view-more:hover {
	color: #111111;
	border-color: #111111;
}

.clients-section .clients-column {
	position: relative;
	margin-bottom: 30px;
}

.clients-section .clients-column .centered-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	background-color: #fff8f0;
	transform: translate(-50%, -50%);
}

.clients-section .clients-column .inner-column {
	position: relative;
	text-align: center;
}

.clients-section .clients-column .inner-column .column:nth-child(1),
.clients-section .clients-column .inner-column .column:nth-child(2) {
	position: relative;
	margin-bottom: 200px;
}

.clients-section .clients-column .circle-box {
	position: absolute;
	left: 80px;
	top: -60px;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	border: 2px solid #fff8f0;
}

/*** 

====================================================================
	Page Title Section
====================================================================

***/

.page-title-section {
	position: relative;
	text-align: center;
	padding: 90px 0px 110px;
	background-color: #fff0e6;
}

.page-title-section .icon-layer-one {
	position: absolute;
	left: 10%;
	top: 12%;
	width: 33px;
	height: 85px;
	background-repeat: no-repeat;
}

.page-title-section .icon-layer-two {
	position: absolute;
	left: 10%;
	bottom: -5%;
	width: 66px;
	height: 58px;
	background-repeat: no-repeat;
}

.page-title-section .icon-layer-three {
	position: absolute;
	right: 14%;
	bottom: 12%;
	width: 33px;
	height: 85px;
	background-repeat: no-repeat;
}

.page-title-section .icon-layer-four {
	position: absolute;
	left: 8%;
	top: 50%;
	width: 11px;
	height: 15px;
	background-repeat: no-repeat;
}

.page-title-section .icon-layer-five {
	position: absolute;
	right: 12%;
	top: 30%;
	width: 11px;
	height: 15px;
	background-repeat: no-repeat;
}

.page-title-section .icon-layer-six {
	position: absolute;
	right: 5%;
	bottom: 5%;
	width: 318px;
	height: 78px;
	background-repeat: no-repeat;
}

.page-title-section .icon-layer-seven {
	position: absolute;
	right: 0px;
	top: -120px;
	width: 747px;
	height: 878px;
	background-repeat: no-repeat;
}

.page-title-section .left-color-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 100%;
	background-color: #ffffff;
}

.page-title-section .right-color-layer {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 60px;
	height: 100%;
	background-color: #ffffff;
}

.page-title-section .title {
	position: relative;
	color: #0c0d24;
	font-size: 24px;
	opacity: 0.80;
}

.page-title-section h2 {
	color: #0c0d24;
	font-size: 65px;
	font-weight: 800;
	margin-top: 35px;
	line-height: 1.1em;
	margin-bottom: 50px;
	font-family: 'Lato', sans-serif;
}

.page-title-section .text {
	position: relative;
	color: #0c0d24;
	font-size: 24px;
	opacity: 0.90;
	line-height: 1.5em;
}

.page-title-section.style-two {
	background-color: #e6f2ff;
}

.page-title-section.style-three {
	padding-bottom: 210px;
}

.page-title-section.style-three .icon-layer-two {
	left: 8%;
	bottom: 15%;
}

.page-title-section.style-four {
	background-color: #ffffff;
	padding-bottom: 125px;
}

.page-title-section.style-five {
	background-color: #e6f2ff;
	padding-bottom: 280px;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section {
	position: relative;
	padding: 170px 0px 60px;
}

.team-section .auto-container {
	max-width: 1570px;
}

.team-section.style-two {
	padding-top: 0px;
	padding-bottom: 90px;
}

.team-block {
	position: relative;
	margin-bottom: 30px;
}

.team-block .inner-box {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.team-block .inner-box .image {
	position: relative;
	overflow: hidden;
	background-color: #111111;
}

.team-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.team-block .inner-box:hover .image img {
	opacity: 0.75;
	transform: scale(1.05, 1.05);
}

.team-block .inner-box .lower-content {
	position: relative;
	padding: 25px 30px 28px;
	background-color: #fdf2f1;
}

.team-block .inner-box .lower-content h4 {
	margin-bottom: 6px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}

.team-block .inner-box .lower-content h4 a {
	color: #0c0d24;
}

.team-block .inner-box .lower-content .designation {
	position: relative;
	color: #0c0d24;
	font-size: 16px;
	opacity: 0.80;
}

.team-block:nth-child(2) .inner-box .lower-content,
.team-block:nth-child(6) .inner-box .lower-content {
	background-color: #f4f4fc;
}

.team-block:nth-child(3) .inner-box .lower-content,
.team-block:nth-child(7) .inner-box .lower-content {
	background-color: #fdfbf1;
}

.team-block:nth-child(4) .inner-box .lower-content,
.team-block:nth-child(8) .inner-box .lower-content {
	background-color: #f1fafd;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section {
	position: relative;
	padding: 0px 0px 0px;
}

/* Fact Counter */

.fact-counter {
	position: relative;
	z-index: 1;
}

.fact-counter .column {
	position: relative;
	margin-bottom: 30px;
}

.fact-counter .column .inner {
	position: relative;
}

.fact-counter .column .inner .content {
	position: relative;
}

.fact-counter .column .inner .icon {
	position: absolute;
	left: 8px;
	top: -4px;
	color: #000000;
	font-size: 60px;
	text-align: center;
	line-height: 1em;
	font-weight: 400;
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}

.fact-counter .column .inner:hover .icon {
	color: #ffffff;
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}

.fact-counter .count-outer .percentage {
	position: relative;
	font-weight: 600;
	color: #222222;
	font-size: 30px;
	line-height: 1em;
}

.fact-counter .column .inner .count-outer {
	position: relative;
	font-weight: 700;
	color: #ff4d94;
	font-size: 40px;
	line-height: 1em;
	font-family: 'Montserrat', sans-serif;
}

.fact-counter .column .inner .counter-title {
	position: relative;
	color: #0c0d24;
	font-size: 24px;
	font-weight: 700;
	margin-top: 12px;
	font-family: 'Montserrat', sans-serif;
}

.fact-counter .column .inner .text {
	position: relative;
	color: #0c0d24;
	font-size: 18px;
	font-weight: 400;
	margin-top: 20px;
	line-height: 1.7em;
	font-family: 'Lato', sans-serif;
}

.fact-counter .column:nth-child(2) .inner .count-outer {
	color: #3cd6c6;
}

.fact-counter .column:nth-child(3) .inner .count-outer {
	color: #ff4737;
}

/*** 

====================================================================
	Counter Section Two
====================================================================

***/

.counter-section-two {
	position: relative;
	margin-top: -80px;
}

.counter-section-two .inner-container {
	position: relative;
	border-radius: 0px;
	background-color: #ffffff;
	padding: 70px 40px 60px 80px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}

.counter-section-two .inner-container:before {
	position: absolute;
	content: '';
	left: 15px;
	top: 15px;
	right: 15px;
	bottom: 15px;
	border: 1px solid #f4f4f5;
}

/* Fact Counter */

.fact-counter-two {
	position: relative;
	z-index: 1;
}

.fact-counter-two .column {
	position: relative;
	margin-bottom: 30px;
}

.fact-counter-two .column .inner {
	position: relative;
}

.fact-counter-two .column .inner .content {
	position: relative;
	padding-left: 100px;
}

.fact-counter-two .count-outer .percentage {
	position: relative;
	font-weight: 600;
	color: #222222;
	font-size: 30px;
	line-height: 1em;
}

.fact-counter-two .column .inner .count-outer {
	position: absolute;
	left: 0px;
	top: 0px;
	font-weight: 400;
	color: #f15d52;
	font-size: 70px;
	line-height: 1em;
}

.fact-counter-two .column .inner .counter-title {
	position: relative;
	color: #0c0d24;
	font-size: 18px;
	font-weight: 700;
	margin-top: 12px;
	line-height: 1.8em;
	text-transform: uppercase;
}

/*** 

====================================================================
	Careers Title Section
====================================================================

***/

.careers-title-section {
	position: relative;
	padding: 100px 0px 0px;
}

.careers-title-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 120px;
	background-color: #e6f2ff;
}

.careers-title-section .icon-layer-one {
	position: absolute;
	left: 12%;
	top: 12%;
	width: 33px;
	height: 85px;
	background-repeat: no-repeat;
}

.careers-title-section .icon-layer-two {
	position: absolute;
	left: 8%;
	top: 45%;
	width: 66px;
	height: 58px;
	background-repeat: no-repeat;
}

.careers-title-section .icon-layer-three {
	position: absolute;
	right: 16%;
	top: 38%;
	width: 33px;
	height: 85px;
	background-repeat: no-repeat;
}

.careers-title-section .icon-layer-four {
	position: absolute;
	left: 14%;
	top: 38%;
	width: 11px;
	height: 15px;
	background-repeat: no-repeat;
}

.careers-title-section .icon-layer-five {
	position: absolute;
	right: 12%;
	top: 20%;
	width: 11px;
	height: 15px;
	background-repeat: no-repeat;
}

.careers-title-section .left-color-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 100%;
	background-color: #ffffff;
}

.careers-title-section .right-color-layer {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 60px;
	height: 100%;
	background-color: #ffffff;
}

.careers-title-section .upper-box {
	position: relative;
	text-align: center;
	padding-bottom: 180px;
}

.careers-title-section .title {
	position: relative;
	color: #0c0d24;
	font-size: 24px;
	opacity: 0.80;
}

.careers-title-section h1 {
	color: #0c0d24;
	font-size: 65px;
	font-weight: 800;
	margin-top: 22px;
	line-height: 1.1em;
	margin-bottom: 30px;
	font-family: 'Lato', sans-serif;
}

.careers-title-section .lower-box {
	position: relative;
}

.careers-title-section .lower-box .content-column {
	position: relative;
}

.careers-title-section .lower-box .content-column .inner-column {
	position: relative;
}

.careers-title-section .lower-box .content-column h2 {
	color: #0c0d24;
	font-weight: 700;
}

.careers-title-section .lower-box .content-column .text {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	line-height: 1.6em;
	margin-top: 20px;
}

.careers-title-section .lower-box .image-column {
	position: relative;
}

.careers-title-section .lower-box .image-column .inner-column {
	position: relative;
	padding-left: 40px;
}

/*** 

====================================================================
	Careers Section
====================================================================

***/

.careers-section {
	position: relative;
	padding-top: 90px;
}

.career-block {
	position: relative;
	margin-bottom: 40px;
}

.career-block .inner-box {
	position: relative;
	padding: 35px 60px;
	background-color: #f9f9ff;
}

.career-block .inner-box .content {
	position: relative;
	padding-right: 310px;
}

.career-block .inner-box .title {
	position: relative;
	color: #51b7bb;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
	font-family: 'Montserrat', sans-serif;
}

.career-block .inner-box h4 {
	font-weight: 700;
	margin-bottom: 12px;
}

.career-block .inner-box h4 a {
	position: relative;
	color: #0c0d24;
}

.career-block .inner-box .text {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	line-height: 1.7em;
}

.career-block .inner-box .btn-box {
	position: absolute;
	right: 0px;
	top: 60px;
}

.career-block .inner-box .btn-box .apply-btn {
	position: relative;
	color: #f15d52;
	font-size: 18px;
	font-weight: 500;
	border-radius: 5px;
	padding: 18px 45px 20px;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.03);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.career-block .inner-box:hover .btn-box .apply-btn {
	color: #ffffff;
	background-color: #f15d52;
}

.career-block:nth-child(2) .inner-box {
	background-color: #f2fdfa;
}

.career-block:nth-child(3) .inner-box {
	background-color: #fffaec;
}

.career-block:nth-child(4) .inner-box {
	background-color: #fef6f6;
}

/*** 

====================================================================
	Professional Section
====================================================================

***/

.professional-section {
	position: relative;
	overflow: hidden;
	padding: 160px 0px 100px;
}

.professional-section .content-column {
	position: relative;
	margin-bottom: 40px;
}

.professional-section .content-column .inner-column {
	position: relative;
}

.professional-section .content-column h2 {
	font-weight: 800;
	color: #0c0d24;
	margin-right: -20px;
	margin-bottom: 30px;
	font-family: 'Lato', sans-serif;
}

.professional-section .content-column .text {
	position: relative;
	padding-right: 50px;
}

.professional-section .content-column .text p {
	position: relative;
	color: #0c0d24;
	font-size: 18px;
	line-height: 1.7em;
	margin-bottom: 18px;
}

.professional-section .content-column .text p:last-child {
	margin-bottom: 0px;
}

.professional-section .image-column {
	position: relative;
	margin-bottom: 40px;
}

.professional-section .image-column .inner-column {
	position: relative;
}

.professional-section .image-column .image {
	position: relative;
	margin-right: -120px;
}

/*** 

====================================================================
	Pricing Page Title Section
====================================================================

***/

.pricing-page-title-section {
	position: relative;
	text-align: center;
	padding: 120px 0px 80px;
}

.pricing-page-title-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 750px;
	background-color: #e6f2ff;
}

.pricing-page-title-section .icon-layer-one {
	position: absolute;
	left: 10%;
	top: 12%;
	width: 33px;
	height: 85px;
	background-repeat: no-repeat;
}

.pricing-page-title-section .icon-layer-three {
	position: absolute;
	right: 14%;
	bottom: 12%;
	width: 33px;
	height: 85px;
	background-repeat: no-repeat;
}

.pricing-page-title-section .icon-layer-four {
	position: absolute;
	left: 10%;
	top: 88%;
	width: 11px;
	height: 15px;
	background-repeat: no-repeat;
}

.pricing-page-title-section .icon-layer-five {
	position: absolute;
	right: 12%;
	top: 20%;
	width: 11px;
	height: 15px;
	background-repeat: no-repeat;
}

.pricing-page-title-section .left-color-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 750px;
	background-color: #ffffff;
}

.pricing-page-title-section .right-color-layer {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 60px;
	height: 750px;
	background-color: #ffffff;
}

.pricing-page-title-section .title {
	position: relative;
	color: #0c0d24;
	font-size: 24px;
	opacity: 0.80;
}

.pricing-page-title-section h2 {
	color: #0c0d24;
	font-size: 65px;
	font-weight: 800;
	margin-top: 25px;
	line-height: 1.2em;
	margin-bottom: 30px;
	font-family: 'Lato', sans-serif;
}

.pricing-page-title-section .text {
	position: relative;
	color: #0c0d24;
	font-size: 24px;
	opacity: 0.90;
	line-height: 1.6em;
}

/*** 

====================================================================
	Pricing Section
====================================================================

***/

.pricing-section {
	position: relative;
	padding: 0px 0px 160px;
	background-attachment: fixed;
	background-size: cover;
}

.pricing-section.style-two {
	padding-top: 110px;
}

.pricing-section.style-two .pricing-tabs .tab-buttons {
	background-color: #f9f9ff;
}

.pricing-section .pattern-layer-one {
	position: absolute;
	left: 0px;
	top: -60px;
	width: 346px;
	height: 431px;
}

.pricing-section .pattern-layer-two {
	position: absolute;
	right: 0px;
	top: 80px;
	width: 422px;
	height: 382px;
}

.pricing-tabs {
	position: relative;
	z-index: 2;
}

.pricing-tabs .tabs-content .tab {
	position: relative;
	display: none;
}

.pricing-tabs .tabs-content .tab.active-tab {
	display: block;
}

.pricing-tabs .buttons-outer {
	text-align: center;
}

.pricing-tabs .tab-buttons {
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-bottom: 75px;
	display: inline-block;
	border-radius: 0px;
	background-color: #ffffff;
}

.pricing-tabs .tab-buttons .tab-btn {
	position: relative;
	color: #0c0d24;
	font-size: 18px;
	font-weight: 400;
	float: left;
	cursor: pointer;
	padding: 16px 48px;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.pricing-tabs .tab-buttons .tab-btn:first-child {
	margin-right: 1px;
}

.pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-tabs .tab-buttons .tab-btn.active-btn {
	color: #ffffff;
	background-color: #4990fb;
}

.pricing-tabs .tabs-content .tab .price-block {
	transform: rotateY(90deg);
}

.pricing-tabs .tabs-content .tab.active-tab .price-block {
	transform: rotateY(0deg);
}

.pricing-tabs .tabs-content .price-block:nth-child(2) {
	margin-top: 30px;
}

.price-block {
	position: relative;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.price-block .inner-box {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	background-color: #f9f9ff;
}

.price-block .inner-box .title-box {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	color: #ffffff;
	font-size: 15px;
	padding-left: 12px;
	padding-top: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.price-block .inner-box .title-box:before {
	position: absolute;
	content: '';
	left: -25px;
	top: -35px;
	width: 95px;
	height: 95px;
	z-index: -1;
	border-radius: 50%;
	background-color: #6aca93;
}

.price-block .inner-box .upper-box {
	position: relative;
	text-align: center;
	padding: 60px 15px 45px;
	border-bottom: 1px solid #e8e8ef;
}

.price-block .inner-box .upper-box .title {
	position: relative;
	font-size: 20px;
	color: #0c0d24;
	font-weight: 500;
	letter-spacing: 5px;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
}

.price-block .inner-box .upper-box .price {
	position: relative;
	color: #f15d52;
	font-size: 50px;
	font-weight: 500;
	line-height: 1em;
	margin-top: 20px;
	font-family: 'Montserrat', sans-serif;
}

.price-block .inner-box .upper-box .price span {
	position: relative;
	display: block;
	color: #0c0d24;
	font-size: 20px;
	margin-top: 5px;
}

.price-block .inner-box .lower-box {
	position: relative;
	padding: 50px 15px 40px;
}

.price-block .inner-box .lower-box .offer-list {
	position: relative;
	padding-left: 40px;
}

.price-block .inner-box .lower-box .offer-list li {
	position: relative;
	color: #0c0d24;
	font-size: 16px;
	margin-bottom: 12px;
	padding-left: 28px;
}

.price-block .inner-box .lower-box .offer-list li:before {
	position: absolute;
	left: 0px;
	content: "\f13e";
	color: #4dc19c;
	font-family: "Flaticon";
}

.price-block .inner-box .lower-box .offer-list li:last-child {
	margin-bottom: 0px;
}

.price-block .inner-box .btn-box {
	margin-top: 50px;
}

.price-block .inner-box .btn-box .apply-btn {
	position: relative;
	color: #f15d52;
	font-size: 18px;
	font-weight: 500;
	border-radius: 5px;
	padding: 18px 45px 20px;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.03);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.price-block .inner-box:hover .btn-box .apply-btn {
	color: #ffffff;
	background-color: #f15d52;
}

.price-block .inner-box .trial {
	position: relative;
	margin-top: 30px;
	color: #0c0d24;
	font-size: 16px;
	text-align: center;
}

/*** 

====================================================================
	Strategy Section
====================================================================

***/

.strategy-section {
	position: relative;
}

.strategy-section .inner-container {
	position: relative;
	margin-top: -110px;
}

.strategy-section .image-column {
	position: relative;
}

.strategy-section .image-column .inner-column {
	position: relative;
	padding-right: 50px;
}

.strategy-section .image-column .image {
	position: relative;
	border-radius: 7px;
	overflow: hidden;
}

.strategy-section .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
}

.strategy-section .content-column {
	position: relative;
}

.strategy-section .content-column .inner-column {
	position: relative;
	padding-left: 15px;
	padding-top: 220px;
}

.strategy-section .content-column h2 {
	color: #0c0d24;
	font-weight: 800;
	margin-bottom: 25px;
}

.strategy-section .content-column .text {
	position: relative;
}

.strategy-section .content-column .text p {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	opacity: 0.90;
	line-height: 1.7em;
	margin-bottom: 20px;
}

.strategy-section .content-column .text p:last-child {
	margin-bottom: 0px;
}

/*** 

====================================================================
	Transformation Section
====================================================================

***/

.transformation-section {
	position: relative;
	padding: 160px 0px 110px;
}

.transformation-section .inner-container {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.transformation-section .title {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	opacity: 0.80;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.transformation-section h2 {
	color: #0c0d24;
	font-weight: 800;
	margin-bottom: 25px;
	font-family: 'Lato', sans-serif;
}

.transformation-section .text {
	position: relative;
}

.transformation-section .text p {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	opacity: 0.90;
	line-height: 1.6em;
	margin-bottom: 18px;
}

.transformation-section .text p:last-child {
	margin-bottom: 0px;
}

/*** 

====================================================================
	Value Section
====================================================================

***/

.value-section {
	position: relative;
	padding: 30px 0px 0px;
}

.value-section .inner-container {
	position: relative;
	margin-left: -260px;
	background-color: #fff0e6;
}

.value-section .content-column {
	position: relative;
}

.value-section .content-column .color-one {
	position: absolute;
	left: 70px;
	top: 40px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #ff4737;
}

.value-section .content-column .icon-layer {
	position: absolute;
	right: 85px;
	top: 75px;
	width: 19px;
	height: 19px;
	background-repeat: no-repeat;
}

.value-section .content-column .color-two {
	position: absolute;
	left: 60px;
	bottom: 75px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #a5e9a9;
}

.value-section .content-column .color-three {
	position: absolute;
	right: 95px;
	bottom: 50px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #eadbd1;
}

.value-section .content-column .inner-column {
	position: relative;
	padding: 60px 140px 50px;
}

.value-section .content-column h2 {
	color: #0c0d24;
	font-weight: 800;
	margin-bottom: 20px;
	font-family: 'Lato', sans-serif;
}

.value-section .content-column p {
	position: relative;
	color: #0c0d24;
	opacity: 0.90;
	font-size: 20px;
	line-height: 1.8em;
	margin-bottom: 18px;
}

.value-section .content-column p:last-child {
	margin-bottom: 0px;
}

.value-section .image-column {
	position: relative;
}

.value-section .image-column .inner-column {
	position: relative;
}

.value-section .image-column .image {
	position: relative;
}

.value-section .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
}

/*** 

====================================================================
	Login Section
====================================================================

***/

.login-section {
	position: relative;
	overflow: hidden;
	padding: 100px 0px 0px;
	background-color: #e6f2ff;
}

.login-section .left-color-bar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70px;
	height: 100%;
	background-color: #ffffff;
}

.login-section .right-color-bar {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 70px;
	height: 100%;
	background-color: #ffffff;
}

.login-section .inner-container {
	position: relative;
	margin-left: -260px;
}

.login-section .inner-container .row {
	margin: 0px;
}

.login-section .image-column {
	position: relative;
	padding: 0px;
	float: left;
}

.login-section .image-column .inner-column {
	position: relative;
}

.login-section .image-column .image {
	position: relative;
	right: 162px;
}

.login-section .image-column .image img {
	position: relative;
	max-width: initial;
	width: auto;
	display: block;
}

.login-section .form-column {
	position: relative;
	padding: 0px;
	float: left;
}

.login-section .form-column .inner-column {
	position: relative;
	padding: 50px 90px 120px;
	background-color: #ffffff;
}

.login-section .form-column .icon-layer-one {
	position: absolute;
	right: 100px;
	bottom: 40px;
	width: 156px;
	height: 142px;
	background-repeat: no-repeat;
}

.login-section .icon-layer-two {
	position: absolute;
	right: -7%;
	top: 30%;
	width: 33px;
	height: 85px;
	background-repeat: no-repeat;
}

.login-section .icon-layer-three {
	position: absolute;
	right: 3%;
	top: 42%;
	width: 42px;
	height: 84px;
	background-repeat: no-repeat;
}

.login-section .form-column h3 {
	color: #06142d;
	margin-bottom: 12px;
}

.login-section .form-column .account {
	position: relative;
	color: #181818;
	font-size: 18px;
	margin-bottom: 50px;
}

.login-section .form-column .account a {
	position: relative;
	color: #f15d52;
}

.login-section .form-column .copyright {
	position: relative;
	color: #0c0d24;
	font-size: 16px;
	opacity: 0.90;
	margin-top: 90px;
	margin-left: 80px;
}

/* Styled Form */

.styled-form {
	position: relative;
}

.styled-form .form-group {
	position: relative;
	margin-bottom: 30px;
}

.styled-form .form-group .icon {
	position: absolute;
	right: 20px;
	top: 15px;
	color: #8a8d93;
	font-size: 20px;
	z-index: 2;
	display: inline-block;
}

.styled-form .form-group input {
	position: relative;
	height: 54px;
	padding: 6px 25px;
	width: 100%;
	color: #06142d;
	font-size: 16px;
	border-radius: 0px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: #f7f7f7;
	border: 1px solid transparent;
}

.styled-form .form-group input:focus {
	border-color: #06142d;
	background-color: #ffffff;
}

.styled-form .form-group textarea {
	position: relative;
	height: 150px;
	width: 100%;
	resize: none;
	color: #06142d;
	padding: 15px 15px;
	border-radius: 0px;
	background-color: #f7f7f7;
	border: 1px solid transparent;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.styled-form .form-group .login-btn {
	color: #ffffff;
	font-size: 16px;
	border-radius: 5px;
	padding: 16px 68px 18px;
	background-color: #0c0d24;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.styled-form .form-group .login-btn:hover {
	background-color: #f15d52;
}

.styled-form .form-group .users {
	position: relative;
	color: #7683a3;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}

.styled-form .form-group .users a {
	position: relative;
	color: #000000;
	font-weight: 700;
}

.styled-form .form-group .forgot {
	position: relative;
	color: #06142d;
	font-size: 16px;
	display: inline-block;
}

/* CheckBox */

.styled-form .form-group .check-box {
	position: relative;
	margin-bottom: 3px;
}

.styled-form .form-group .check-box label {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 2px 10px 0px;
	padding-left: 25px;
	font-size: 16px;
	font-weight: 400;
	color: #06142d;
	cursor: pointer;
	margin-bottom: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.styled-form .form-group .check-box label a {
	position: relative;
	font-weight: 700;
	color: #000000;
}

.styled-form .form-group .check-box input[type="checkbox"]:checked+label {
	border-color: #f15d52;
}

.styled-form .form-group .form-group .check-box label {
	padding-left: 30px;
	padding-top: 1px;
	cursor: pointer;
}

.styled-form .form-group .check-box label:before {
	position: absolute;
	left: 0;
	top: 6px;
	height: 15px;
	width: 15px;
	background: #ffffff;
	content: "";
	border-radius: 0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid #cccccc;
}

.styled-form .form-group .check-box label:after {
	position: absolute;
	left: 0px;
	top: 0;
	height: 15px;
	line-height: 15px;
	max-width: 0;
	font-size: 14px;
	color: #ffffff;
	font-weight: 800;
	overflow: hidden;
	background: transparent;
	text-align: center;
	font-family: 'FontAwesome';
	-webkit-transition: max-width 500ms ease;
	-moz-transition: max-width 500ms ease;
	-ms-transition: max-width 500ms ease;
	-o-transition: max-width 500ms ease;
	transition: max-width 500ms ease;
}

.styled-form .form-group .check-box input[type="checkbox"] {
	display: none;
}

.styled-form .form-group .check-box input[type="checkbox"]:checked+label:before {
	border: 5px solid #f15d52;
	background: #ffffff;
}

.styled-form .form-group .check-box input[type="checkbox"]:checked+label:after {
	max-width: 20px;
	opacity: 1;
}

.case-studio-section {
	position: relative;
	overflow: hidden;
	padding: 130px 0px 620px;
	background-color: #fff0e6;
}

.case-studio-section .pattern-layer {
	position: absolute;
	left: 10%;
	top: 4%;
	width: 78px;
	height: 318px;
	background-repeat: no-repeat;
}

.case-studio-section .pattern-layer-two {
	position: absolute;
	right: 10%;
	top: 4%;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
}

.case-studio-section .pattern-layer-three {
	position: absolute;
	right: 10%;
	top: 20%;
	width: 34px;
	height: 54px;
	background-repeat: no-repeat;
}

.case-studio-section .pattern-layer-four {
	position: absolute;
	left: 0%;
	top: 23%;
	width: 122px;
	height: 467px;
	background-repeat: no-repeat;
}

.case-studio-section .pattern-layer-five {
	position: absolute;
	left: 5%;
	top: 58%;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
}

.case-studio-section .color-circle {
	position: absolute;
	right: -470px;
	top: 25%;
	width: 570px;
	height: 570px;
	border-radius: 50%;
	background-color: #fde4d3;
}

.case-studio-section .color-circle-two {
	position: absolute;
	right: 90px;
	top: 57%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #fde4d3;
}

.case-studio-section .color-circle-three {
	position: absolute;
	right: 90px;
	top: 78%;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #fde4d3;
}

.case-studio-section .color-circle-four {
	position: absolute;
	left: 55px;
	top: 76%;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #fde4d3;
}

.case-studio-section .upper-box {
	position: relative;
}

.case-studio-section .upper-box .title-column {
	position: relative;
	margin-bottom: 140px;
}

.case-studio-section .upper-box .title-column .inner-column {
	position: relative;
}

.case-studio-section .upper-box .title-column h2 {
	color: #0c0d24;
	font-weight: 700;
	margin-bottom: 20px;
}

.case-studio-section .upper-box .title-column .text {
	position: relative;
}

.case-studio-section .upper-box .title-column .text p {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	line-height: 1.6em;
}

.case-studio-section .upper-box .title-column .text p:last-child {
	margin-bottom: 0px;
}

.case-studio-section .upper-box .counter-column {
	position: relative;
	margin-bottom: 30px;
}

.case-studio-section .upper-box .counter-column .inner-column {
	position: relative;
	padding-left: 60px;
}

.case-studio-section .upper-box .counter-column .fact-counter .column:nth-child(2) .inner .count-outer {
	color: #ff4737;
}

.case-studio-section .lower-box .case-block-two:nth-child(2n + 0) {
	transform: translateY(80px);
}

/* Case Block Two */

.case-block-two {
	position: relative;
	margin-bottom: 60px;
}

.case-block-two .inner-box {
	position: relative;
}

.case-block-two .inner-box .images-outer {
	position: relative;
	padding: 35px 30px;
	background-color: #ffffff;
}

.case-block-two .inner-box .image {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px;
	background-color: #f15d52;
}

.case-block-two .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.case-block-two .inner-box .image:last-child {
	margin-bottom: 0px;
}

.case-block-two .inner-box:hover .image img {
	opacity: 0.60;
	transform: scale(1.07, 1.07) rotate(2deg);
}

.case-block-two .inner-box .lower-content {
	position: relative;
	padding-top: 28px;
}

.case-block-two .inner-box .lower-content h3 {
	font-weight: 700;
	margin-bottom: 10px;
}

.case-block-two .inner-box .lower-content h3 a {
	position: relative;
	color: #0c0d24;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.case-block-two .inner-box .lower-content .categories {
	position: relative;
	color: #0c0d24;
	opacity: 0.90;
	font-size: 18px;
}

.case-block-two .inner-box:hover .lower-content h3 a {
	color: #f15d52;
}

/*** 

====================================================================
	Case Studio Section Two
====================================================================

***/

.case-studio-section-two {
	position: relative;
	overflow: hidden;
	padding: 100px 0px 80px;
	background-color: #f4f7ff;
}

.case-studio-section-two .pattern-layer {
	position: absolute;
	left: 7%;
	top: 4%;
	width: 78px;
	height: 318px;
	background-repeat: no-repeat;
}

.case-studio-section-two .pattern-layer-two {
	position: absolute;
	right: 10%;
	top: 4%;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
}

.case-studio-section-two .pattern-layer-three {
	position: absolute;
	right: 10%;
	top: 20%;
	width: 34px;
	height: 54px;
	background-repeat: no-repeat;
}

.case-studio-section-two .pattern-layer-four {
	position: absolute;
	left: 0%;
	top: 26%;
	width: 122px;
	height: 467px;
	background-repeat: no-repeat;
}

.case-studio-section-two .pattern-layer-five {
	position: absolute;
	left: 10%;
	top: 60%;
	width: 34px;
	height: 54px;
	background-repeat: no-repeat;
}

.case-studio-section-two .color-circle {
	position: absolute;
	right: -470px;
	top: 25%;
	width: 570px;
	height: 570px;
	border-radius: 50%;
	background-color: #fde4d3;
}

.case-studio-section-two .color-circle-two {
	position: absolute;
	left: 10%;
	top: 76%;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #fee7d7;
}

.case-studio-section-two .color-circle-three {
	position: absolute;
	right: 10%;
	top: 68%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #ffffff;
}

.case-studio-section-two .color-circle-four {
	position: absolute;
	right: 10%;
	top: 90%;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #f0f0ee;
}

.case-block-three {
	position: relative;
	margin-bottom: 50px;
}

.case-block-three .inner-box {
	position: relative;
	padding: 40px 40px;
	background-color: #ffffff;
}

.case-block-three .inner-box .content-column {
	position: relative;
}

.case-block-three .inner-box .content-column .content {
	position: relative;
	padding-top: 80px;
	padding-left: 20px;
}

.case-block-three .inner-box .content-column .title {
	position: relative;
	color: #f15d52;
	font-size: 24px;
	margin-bottom: 18px;
}

.case-block-three .inner-box .content-column h3 {
	color: #0c0d24;
	font-weight: 500;
	margin-bottom: 18px;
}

.case-block-three .inner-box .content-column h3 a {
	color: #0c0d24;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.case-block-three .inner-box .content-column h3 a:hover {
	color: #f15d52;
}

.case-block-three .inner-box .content-column .categories {
	position: relative;
	color: #0c0d24;
	font-size: 18px;
	opacity: 0.90;
	margin-bottom: 25px;
}

.case-block-three .inner-box .content-column .view-case {
	position: relative;
	color: #0c0d24;
	font-size: 18px;
	border-bottom: 1px solid #0c0d24;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.case-block-three .inner-box .content-column .view-case:hover {
	color: #f15d52;
	border-color: #f15d52;
}

.case-block-three .inner-box .image-column {
	position: relative;
}

.case-block-three .inner-box .image-column .inner-column {
	position: relative;
}

.case-block-three .inner-box .image-column .image {
	position: relative;
	overflow: hidden;
	background-color: #f15d52;
}

.case-block-three .inner-box .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.case-block-three .inner-box:hover .image-column .image img {
	opacity: 0.70;
	transform: scale(1.05, 1.05);
}

/*** 

====================================================================
	Case Detail Section
====================================================================

***/

.case-detail-section {
	position: relative;
	overflow: hidden;
	padding-bottom: 100px;
	background-color: #f4f7ff;
}

.case-detail-section .upper-box {
	position: relative;
	padding: 120px 0px 120px;
	background-color: #ffffff;
}

.case-detail-section .upper-box .icon-layer-one {
	position: absolute;
	left: 10%;
	top: 12%;
	width: 33px;
	height: 85px;
	background-repeat: no-repeat;
}

.case-detail-section .upper-box .icon-layer-two {
	position: absolute;
	left: 10%;
	bottom: -5%;
	width: 66px;
	height: 58px;
	background-repeat: no-repeat;
}

.case-detail-section .upper-box .icon-layer-three {
	position: absolute;
	right: 14%;
	bottom: 24%;
	width: 33px;
	height: 85px;
	background-repeat: no-repeat;
}

.case-detail-section .upper-box .icon-layer-four {
	position: absolute;
	left: 5%;
	bottom: 8%;
	width: 11px;
	height: 15px;
	background-repeat: no-repeat;
}

.case-detail-section .upper-box .icon-layer-five {
	position: absolute;
	right: 12%;
	top: 30%;
	width: 11px;
	height: 15px;
	background-repeat: no-repeat;
}

.case-detail-section .upper-box .icon-layer-six {
	position: absolute;
	right: 5%;
	bottom: 5%;
	width: 318px;
	height: 78px;
	background-repeat: no-repeat;
}

.case-detail-section .upper-box h2 {
	color: #0c0d24;
	font-weight: 600;
	margin-bottom: 50px;
	font-family: 'Lato', sans-serif;
}

.case-detail-section .upper-box .case-info-list {
	position: relative;
	margin-right: 120px;
	float: left;
}

.case-detail-section .upper-box .case-info-list li {
	position: relative;
	font-size: 18px;
	color: #0c0d24;
	margin-bottom: 10px;
}

.case-detail-section .upper-box .case-info-list li span {
	position: relative;
	margin-right: 6px;
	color: rgba(12, 13, 36, 0.80);
}

.case-detail-section .upper-box .case-info-list li a {
	position: relative;
	color: #6089f1;
}





.case-detail-section .pattern-layer {
	position: absolute;
	left: 10%;
	top: 4%;
	width: 78px;
	height: 318px;
	background-repeat: no-repeat;
}

.case-detail-section .pattern-layer-two {
	position: absolute;
	right: 10%;
	top: 4%;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
}

.case-detail-section .pattern-layer-three {
	position: absolute;
	right: 10%;
	top: 20%;
	width: 34px;
	height: 54px;
	background-repeat: no-repeat;
}

.case-detail-section .pattern-layer-four {
	position: absolute;
	left: 0%;
	top: 26%;
	width: 122px;
	height: 467px;
	background-repeat: no-repeat;
}

.case-detail-section .pattern-layer-five {
	position: absolute;
	left: 10%;
	top: 60%;
	width: 34px;
	height: 54px;
	background-repeat: no-repeat;
}

.case-detail-section .color-circle {
	position: absolute;
	right: -470px;
	top: 25%;
	width: 570px;
	height: 570px;
	border-radius: 50%;
	background-color: #fde4d3;
}

.case-detail-section .color-circle-two {
	position: absolute;
	left: 7%;
	top: 76%;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #fee7d7;
}

.case-detail-section .color-circle-three {
	position: absolute;
	right: 10%;
	top: 68%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #ffffff;
}

.case-detail-section .color-circle-four {
	position: absolute;
	right: 5%;
	top: 88%;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #f0f0ee;
}

/* WorkSpace Block */

.workspace-block {
	position: relative;
	margin-bottom: 80px;
}

.workspace-block .block-inner {
	position: relative;
}

.workspace-block .block-inner .image-column {
	position: relative;
	margin-bottom: 40px;
}

.workspace-block .block-inner .image {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	margin-right: 85px;
	margin-top: -60px;
}

.workspace-block .block-inner .image img {
	position: relative;
	width: 100%;
	display: block;
}

.workspace-block .block-inner .content-column {
	position: relative;
	margin-bottom: 40px;
}

.workspace-block .block-inner .content-column .title {
	position: relative;
	color: #f15d52;
	font-size: 24px;
	font-weight: 500;
	margin-top: 115px;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
}

.workspace-block .block-inner .content-column h3 {
	color: #0c0d24;
	font-weight: 500;
	margin-bottom: 18px;
}

.workspace-block .block-inner .content-column .text {
	position: relative;
	color: #0c0d24;
	font-size: 18px;
	opacity: 0.90;
	line-height: 1.7em;
}

.case-detail-section .lower-content {
	position: relative;
}

.case-detail-section .lower-content h3 {
	color: #0c0d24;
	font-weight: 500;
	margin-bottom: 20px;
}

.case-detail-section .sec-title {
	margin-bottom: 100px;
}

.case-detail-section .lower-content p {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	opacity: 0.90;
	line-height: 1.6em;
	margin-bottom: 18px;
}

.case-detail-section .lower-content .clients-challenge {
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 45px;
	border-bottom: 1px solid #e7e7e7;
}

.case-detail-section .lower-content .outcomes-content {
	position: relative;
	margin-bottom: 40px;
}

.case-detail-section .lower-content .outcomes-content .column {
	position: relative;
	margin-bottom: 30px;
}

/* Feedback Box */

.feedback-box {
	position: relative;
	margin-top: 100px;
	margin-bottom: 80px;
}

.feedback-box .box-inner {
	position: relative;
	padding: 50px 50px;
	margin-top: 45px;
	min-height: 470px;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.feedback-box .box-inner .feedback-content {
	position: relative;
	padding-left: 440px;
	padding-top: 50px;
}

.feedback-box .box-inner .feedback-content .author-image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 352px;
}

.feedback-box .box-inner .author-name {
	position: relative;
	font-weight: 600;
	color: #0c0d24;
	font-size: 24px;
	line-height: 1.3em;
}

.feedback-box .box-inner .author-name span {
	position: relative;
	display: block;
	opacity: 0.80;
	font-size: 14px;
	font-weight: 400;
}

.feedback-box .box-inner .text {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	opacity: 0.90;
	margin-top: 15px;
	line-height: 1.6em;
	padding-right: 50px;
}

.new-posts {
	position: relative;
}

.new-posts .new-case {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	text-transform: capitalize;
}

.new-posts .new-case .arrow {
	position: relative;
	top: 1px;
	font-weight: 600;
	font-size: 24px;
}

.new-posts h4 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
}

.new-posts h4 a {
	position: relative;
	color: #0c0d24;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.new-posts h4 a:hover {
	color: #f15d52;
}

/*** 

====================================================================
	Blog Page Section
====================================================================

***/

.blog-page-section {
	position: relative;
	overflow: hidden;
	margin-bottom: 100px;
	padding: 150px 0px 130px;
	background-color: #f4f7ff;
}

.blog-page-section .pattern-layer {
	position: absolute;
	left: 7%;
	top: 4%;
	width: 78px;
	height: 318px;
	background-repeat: no-repeat;
}

.blog-page-section .pattern-layer-two {
	position: absolute;
	right: 10%;
	top: 4%;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
}

.blog-page-section .pattern-layer-three {
	position: absolute;
	right: 10%;
	top: 20%;
	width: 34px;
	height: 54px;
	background-repeat: no-repeat;
}

.blog-page-section .pattern-layer-four {
	position: absolute;
	left: 0%;
	top: 26%;
	width: 122px;
	height: 467px;
	background-repeat: no-repeat;
}

.blog-page-section .pattern-layer-five {
	position: absolute;
	left: 10%;
	top: 60%;
	width: 34px;
	height: 54px;
	background-repeat: no-repeat;
}

.blog-page-section .color-circle {
	position: absolute;
	right: -470px;
	top: 25%;
	width: 570px;
	height: 570px;
	border-radius: 50%;
	background-color: #fde4d3;
}

.blog-page-section .color-circle-two {
	position: absolute;
	left: 10%;
	top: 76%;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #fee7d7;
}

.blog-page-section .color-circle-three {
	position: absolute;
	right: 10%;
	top: 68%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #ffffff;
}

.blog-page-section .color-circle-four {
	position: absolute;
	right: 10%;
	top: 90%;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #f0f0ee;
}



.news-block-two {
	position: relative;
	margin-bottom: 50px;
}

.news-block-two .inner-box {
	position: relative;
	padding: 40px 40px;
	background-color: #ffffff;
}

.news-block-two .inner-box .content-column {
	position: relative;
}

.news-block-two .inner-box .content-column .content {
	position: relative;
	padding-top: 50px;
	padding-left: 20px;
}

.news-block-two .inner-box .content-column .title {
	position: relative;
	color: #f15d52;
	font-size: 24px;
	margin-bottom: 18px;
}

.news-block-two .inner-box .content-column h3 {
	color: #0c0d24;
	font-weight: 500;
	margin-bottom: 18px;
}

.news-block-two .inner-box .content-column h3 a {
	color: #0c0d24;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.news-block-two .inner-box .content-column h3 a:hover {
	color: #f15d52;
}

.news-block-two .inner-box .content-column .text {
	position: relative;
	color: #0c0d24;
	font-size: 18px;
	opacity: 0.90;
	line-height: 1.7em;
	margin-bottom: 20px;
}

.news-block-two .inner-box .content-column .view-case {
	position: relative;
	color: #0c0d24;
	font-size: 18px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.news-block-two .inner-box .content-column .view-case .arrow {
	position: relative;
	margin-left: 3px;
	top: 2px;
	font-size: 20px;
	font-weight: 600;
}

.news-block-two .inner-box .content-column .view-case:hover {
	color: #f15d52;
}

.news-block-two .inner-box .image-column {
	position: relative;
}

.news-block-two .inner-box .image-column .inner-column {
	position: relative;
}

.news-block-two .inner-box .image-column .image {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	background-color: #f15d52;
}

.news-block-two .inner-box .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.news-block-two .inner-box:hover .image-column .image img {
	opacity: 0.70;
	transform: scale(1.05, 1.05);
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
	position: relative;
}

.styled-pagination li {
	position: relative;
	margin-right: 5px;
	display: inline-block;
}

.styled-pagination li a {
	position: relative;
	width: 44px;
	height: 44px;
	color: #0c0d24;
	font-size: 18px;
	font-weight: 400;
	line-height: 44px;
	text-align: center;
	border-radius: 50px;
	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;
}

.styled-pagination li.active a,
.styled-pagination li:hover a {
	color: #ffffff;
	background-color: #0c0d24;
}

.styled-pagination li.next a {
	height: auto;
	width: auto;
}

.styled-pagination li.next a:hover {
	background: none;
	color: #0c0d24;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
	position: relative;
	margin-bottom: 50px;
	padding: 150px 0px 110px;
	background-color: #fcf2e3;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
	margin-bottom: 40px;
}

.sidebar-page-container .sidebar-side .sidebar {
	padding-top: 0px;
}

.sidebar-widget {
	margin-bottom: 45px;
}

.sidebar-widget:last-child {
	margin-bottom: 0px;
}

.sidebar-title {
	position: relative;
	margin-bottom: 25px;
}

.sidebar-title h4 {
	color: #0c0d24;
	font-weight: 600;
	line-height: 1.3em;
	text-transform: capitalize;
}

.sticky-top {
	z-index: 1;
	top: 90px;
}

.sidebar-widget .widget-content {
	padding-bottom: 30px;
	border-bottom: 1px solid #d9d3cb;
}

/*Search Box Widget*/

.sidebar .search-box .form-group {
	position: relative;
	margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 43px;
	padding: 10px 50px 10px 25px;
	background: #ffffff;
	display: block;
	font-size: 17px;
	width: 100%;
	height: 60px;
	color: #0c0d24;
	border-radius: 0px;
	border: 1px solid #eaebec;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
	position: absolute;
	right: 1px;
	top: 1px;
	height: 58px;
	width: 60px;
	display: block;
	font-size: 16px;
	color: #a9aaaa;
	border-radius: 0px;
	line-height: 100%;
	font-weight: normal;
	background: #ffffff;
}

/* Blog Cat */

.blog-cat {
	position: relative;
}

.blog-cat li {
	position: relative;
	margin-bottom: 18px;
}

.blog-cat li a {
	position: relative;
	color: #0c0d24;
	font-size: 18px;
	font-weight: 700;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.blog-cat li a:hover {
	color: #f15d52;
}


/*Post Widget*/

.sidebar .popular-posts .post {
	position: relative;
	font-size: 14px;
	color: #666666;
	padding: 0px 0px;
	margin-bottom: 20px;
}

.sidebar .popular-posts .post:last-child {
	margin-bottom: 0px;
	border-bottom: none;
	min-height: auto;
}

.sidebar .popular-posts .post .text {
	position: relative;
	top: 0px;
	font-size: 20px;
	margin: 0px 0px 0px;
	font-weight: 700;
	color: #0c0d24;
	line-height: 1.5em;
	text-transform: capitalize;
	font-family: 'Lato', sans-serif;
}

.sidebar .popular-posts .post .text a {
	color: #0c0d24;
	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;
}

.sidebar .popular-posts .post a:hover {
	color: #f15d52;
}

.sidebar .popular-posts .post-info {
	position: relative;
	font-size: 16px;
	color: #5c5955;
	font-weight: 400;
	margin-top: 8px;
	opacity: 0.80;
}

/* Popular Tags */

.sidebar .popular-tags a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 10px 22px 10px;
	margin: 0px 6px 10px 0px;
	color: #423b3c;
	text-align: center;
	font-size: 15px;
	background: none;
	font-weight: 400;
	border-radius: 4px;
	background-color: #ffffff;
	text-transform: capitalize;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
	background-color: #f15d52;
	color: #ffffff;
}

.news-block-three {
	position: relative;
	margin-bottom: 50px;
}

.news-block-three .inner-box {
	position: relative;
	background-color: #ffffff;
}

.news-block-three .inner-box .image {
	position: relative;
	overflow: hidden;
	background-color: #111111;
}

.news-block-three .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.news-block-three .inner-box:hover .image img {
	opacity: 0.80;
	transform: scale(1.04, 1.04);
}

.news-block-three .inner-box .lower-content {
	position: relative;
	padding: 35px 40px 50px;
}

.news-block-three .inner-box .lower-content h3 {
	font-weight: 700;
	margin-bottom: 32px;
}

.news-block-three .inner-box .lower-content h3 a {
	position: relative;
	color: #0c0d24;
}

.news-block-three .inner-box .post-meta {
	position: relative;
	margin-bottom: 25px;
}

.news-block-three .inner-box .post-meta li {
	position: relative;
	font-size: 16px;
	margin-right: 20px;
	display: inline-block;
	color: rgba(66, 59, 60, 0.80);
}

.news-block-three .inner-box .post-meta li:last-child {
	margin-right: 0px;
}

.news-block-three .inner-box .post-meta li:first-child {
	padding-left: 50px;
}

.news-block-three .inner-box .post-meta li .auhor-icon {
	position: absolute;
	left: 0px;
	top: -8px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50px;
}

.news-block-three .inner-box .post-meta li .auhor-icon img {
	width: 100%;
}

.news-block-three .inner-box .category {
	position: relative;
	color: #f15d52;
	font-size: 16px;
	margin-bottom: 15px;
}

.news-block-three .inner-box .text {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	line-height: 1.6em;
	margin-bottom: 25px;
}

.news-block-three .inner-box .read-more {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	padding: 14px 34px;
	border-radius: 6px;
	background-color: #f15d52;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.news-block-three .inner-box .read-more:hover {
	background-color: #111111;
}

/*** 

====================================================================
	Styled Pagination Two
====================================================================

***/

.styled-pagination-two {
	position: relative;
}

.styled-pagination-two li {
	position: relative;
	margin-right: 5px;
	display: inline-block;
}

.styled-pagination-two li a {
	position: relative;
	width: 44px;
	height: 44px;
	color: #000000;
	font-size: 20px;
	font-weight: 400;
	line-height: 44px;
	text-align: center;
	border-radius: 5px;
	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;
}

.styled-pagination-two li.active a,
.styled-pagination-two li:hover a {
	color: #ffffff;
	background-color: #f15d52;
}



.news-detail {
	position: relative;
	margin-bottom: 50px;
}

.news-detail .inner-box {
	position: relative;
	background-color: #ffffff;
}

.news-detail .inner-box .image {
	position: relative;
	overflow: hidden;
	background-color: #111111;
}

.news-detail .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.news-detail .inner-box:hover .image img {
	opacity: 0.80;
	transform: scale(1.04, 1.04);
}

.news-detail .inner-box .lower-content {
	position: relative;
	padding: 35px 40px 70px;
}

.news-detail .inner-box .lower-content h3 {
	color: #0c0d24;
	font-weight: 700;
	margin-bottom: 35px;
}

.news-detail .inner-box .post-meta {
	position: relative;
	margin-bottom: 30px;
}

.news-detail .inner-box .post-meta li {
	position: relative;
	font-size: 16px;
	margin-right: 20px;
	display: inline-block;
	color: rgba(66, 59, 60, 0.80);
}

.news-detail .inner-box .post-meta li:first-child {
	padding-left: 50px;
}

.news-detail .inner-box .post-meta li .auhor-icon {
	position: absolute;
	left: 0px;
	top: -8px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50px;
}

.news-detail .inner-box .post-meta li .auhor-icon img {
	width: 100%;
}

.news-detail .inner-box .category {
	position: relative;
	color: #f15d52;
	font-size: 16px;
	margin-bottom: 15px;
}

.news-detail .inner-box p {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	opacity: 0.90;
	line-height: 1.6em;
	margin-bottom: 20px;
}

.news-detail .inner-box blockquote {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	font-weight: 700;
	padding: 30px 35px;
	line-height: 1.6em;
	margin-top: 25px;
	margin-bottom: 30px;
	background-color: #fcf2e3;
}

.news-detail .inner-box .lower-content h4 {
	color: #0c0d24;
	margin-bottom: 12px;
}

/* post share options */

.news-detail .post-share-options {
	position: relative;
	margin-top: 60px;
}

.news-detail .post-share-options .tags {
	position: relative;
}

.news-detail .post-share-options .tags li {
	position: relative;
	margin-right: 4px;
	display: inline-block;
}

.news-detail .post-share-options .tags li span {
	position: relative;
	top: 2px;
	color: #a7a197;
	font-size: 20px;
	margin-right: 10px;
}

.news-detail .post-share-options .tags li a {
	position: relative;
	color: #0c0d24;
	font-size: 15px;
	padding: 7px 20px 8px;
	border-radius: 50px;
	display: inline-block;
	border: 1px solid #e6e6e9;
	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-detail .post-share-options .tags li a:hover {
	color: #ffffff;
	border-color: #f15d52;
	background-color: #f15d52;
}

.news-detail .post-share-options .social-box {
	position: relative;
	margin-top: -10px;
}

.news-detail .post-share-options .social-box>span {
	font-size: 15px;
	color: #222222;
	font-weight: 700;
	margin-right: 0px;
	text-transform: capitalize;
}

.news-detail .post-share-options .social-box li {
	position: relative;
	margin-left: 4px;
	display: inline-block;
}

.news-detail .post-share-options .social-box li a {
	position: relative;
	width: 40px;
	height: 40px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	border-radius: 50px;
	display: inline-block;
	background-color: #3b5999;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-detail .post-share-options .social-box li.twitter a {
	background-color: #55acee;
}

.news-detail .post-share-options .social-box li.pinterest a {
	background-color: #dd4b39;
}

.news-detail .post-share-options .social-box li.dribbble a {
	background-color: #ea4c89;
}

/*** 

====================================================================
	Comment Form
====================================================================

***/

.comment-form {
	position: relative;
	margin-top: 50px;
}

.sidebar-page-container .group-title {
	position: relative;
	margin-bottom: 25px;
}

.sidebar-page-container .group-title h5 {
	color: #0c0d24;
	font-weight: 600;
	text-transform: capitalize;
}

.sidebar-page-container .group-title .group-text {
	position: relative;
	color: #555555;
	font-size: 15px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 30px;
	font-style: italic;
}

.comment-form .form-group {
	position: relative;
	margin-bottom: 30px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 25px;
	height: 60px;
	color: #222222;
	font-size: 16px;
	border-radius: 0px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comment-form .form-group input::placeholder,
.comment-form .form-group textarea::placeholder {
	color: #555555;
	text-transform: capitalize;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
	border-color: #ff8e95;
}

.comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 34px;
	padding: 15px 25px;
	color: #222222;
	height: 210px;
	font-size: 16px;
	resize: none;
	border-radius: 0px;
	background: #ffffff;
	border: 1px solid #dddddd;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comment-form .theme-btn {
	cursor: pointer;
	font-size: 16px;
	padding: 16px 40px;
}

/* News Block Four */

.news-block-four {
	position: relative;
	margin-bottom: 30px;
}

.news-block-four .inner-box {
	position: relative;
	background-color: #ffffff;
}

.news-block-four .inner-box .image {
	position: relative;
	overflow: hidden;
}

.news-block-four .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.news-block-four .inner-box .lower-content {
	position: relative;
	padding: 28px 30px;
}

.news-block-four .inner-box .lower-content h5 {
	font-weight: 600;
	margin-bottom: 12px;
}

.news-block-four .inner-box .lower-content h5 a {
	color: #0c0d24;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-four .inner-box .lower-content h5 a:hover {
	color: #f15d52;
}

.news-block-four .inner-box .lower-content .text {
	position: relative;
	font-size: 18px;
	color: #06142d;
	line-height: 1.6em;
	margin-bottom: 0px;
}

/* Related Posts */

.related-posts {
	position: relative;
	padding-top: 70px;
}

.related-posts .owl-dots {
	display: none;
}

.related-posts .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	right: 0px;
	margin-top: -74px;
}

.related-posts .owl-nav .owl-prev {
	position: absolute;
	left: -25px;
	top: 0px;
	width: 50px;
	height: 50px;
	color: #f15d52;
	font-size: 22px;
	text-align: center;
	line-height: 50px;
	border-radius: 50px;
	display: inline-block;
	background-color: #f5ede5;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.related-posts .owl-nav .owl-next {
	position: absolute;
	right: -25px;
	top: 0px;
	width: 50px;
	height: 50px;
	color: #f15d52;
	font-size: 22px;
	text-align: center;
	line-height: 50px;
	border-radius: 50px;
	display: inline-block;
	background-color: #f5ede5;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.related-posts .owl-nav .owl-prev:hover,
.related-posts .owl-nav .owl-next:hover {
	color: #ffffff;
	background-color: #f15d52;
}

/* Error Section */

.error-section {
	position: relative;
	padding: 100px 0px 100px;
	background-color: #fcf2e3;
}

.error-section .content {
	position: relative;
	text-align: center;
}

.error-section h1 {
	color: #222222;
	font-size: 180px;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 10px;
}

.error-section h2 {
	color: #222222;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.error-section .text {
	position: relative;
	color: #222222;
	font-size: 20px;
	margin-top: 20px;
	line-height: 1.5em;
	margin-bottom: 30px;
}

/*** 

====================================================================
	Contact Page Section
====================================================================

***/

.contact-page-section {
	position: relative;
}

.contact-page-section .inner-container {
	position: relative;
	margin-top: -130px;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.contact-page-section .inner-container:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 32%;
	height: 100%;
	background-color: #fef3ec;
}

.contact-page-section .info-block {
	position: relative;
}

.contact-page-section .info-block .inner-column {
	position: relative;
	padding: 60px 50px;
}

.contact-page-section .info-block .list {
	position: relative;
}

.contact-page-section .info-block .list li {
	position: relative;
	color: #0c0d24;
	font-size: 18px;
	line-height: 1.7em;
	margin-bottom: 28px;
}

.contact-page-section .info-block .list li .icon {
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.contact-page-section .info-block .list li a {
	position: relative;
	color: #0c0d24;
	font-size: 18px;
	line-height: 1.7em;
}

.contact-page-section .info-block .list li strong {
	position: relative;
	display: block;
	color: #0c0d24;
	font-weight: 700;
	margin-bottom: 8px;
	font-family: 'Montserrat', sans-serif;
}

.contact-page-section .info-block li a.fa {
	position: relative;
	color: #bababb;
	font-size: 18px;
	margin-right: 15px;
}

.contact-page-section .form-block {
	position: relative;
}

.contact-page-section .form-block .inner-column {
	position: relative;
	padding: 50px 50px;
}

.contact-page-section .form-block .title-box {
	position: relative;
	margin-bottom: 40px;
}

.contact-page-section .form-block .title-box h3 {
	color: #06142d;
	font-weight: 700;
	margin-bottom: 10px;
}

.contact-page-section .form-block .title-box .text {
	position: relative;
	color: #181818;
	font-size: 16px;
	opacity: 0.90;
	line-height: 1.7em;
}

/*** 

====================================================================
	Contact Form
====================================================================

 ***/

.contact-form {
	position: relative;
}

.contact-form .row {
	margin: 0px -10px;
}

.contact-form .form-group {
	position: relative;
	padding: 0px 10px;
	margin-bottom: 20px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 10px 25px;
	height: 60px;
	color: #181818;
	font-size: 16px;
	border-radius: 0px;
	background: #f7f7f7;
	border: 1px solid transparent;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-form .form-group input::placeholder,
.contact-form .form-group textarea::placeholder {
	color: #282331;
	opacity: 0.6;
	text-transform: capitalize;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
	border-color: #f15d52;
}

.contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 15px 25px;
	color: #181818;
	height: 150px;
	font-size: 16px;
	resize: none;
	border-radius: 0px;
	background: #f7f7f7;
	border: 1px solid transparent;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-form .submit-btn {
	color: #ffffff;
	margin-top: 0px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	border-radius: 5px;
	margin-top: 15px;
	padding: 16px 38px 18px;
	background-color: #0c0d24;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-form .submit-btn:hover {
	background-color: #f15d52;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 12px;
	color: #ff0000;
	font-weight: 500;
}

.discuss-section {
	position: relative;
	padding: 200px 0px 200px;
}

.discuss-section .inner-container {
	position: relative;
	padding: 35px 60px 40px;
	border: 2px solid #0c0d24;
}

.discuss-section .color-layer {
	position: absolute;
	left: -120px;
	top: -60px;
	width: 430px;
	height: 430px;
	z-index: -1;
	border-radius: 50%;
	background-color: #fcf8f8;
}

.discuss-section .title-column {
	position: relative;
}

.discuss-section .title-column .inner-column {
	position: relative;
	padding-top: 30px;
}

.discuss-section .title-column h3 {
	font-weight: 700;
	color: #0c0d24;
	margin-bottom: 35px;
}

.discuss-section .image-column {
	position: relative;
}

.discuss-section .image-column .inner-column {
	position: relative;
}


/* Service Detail page */

/*** 

====================================================================
	Banner Section Five
====================================================================

***/

.banner-section-five {
	position: relative;
	overflow: hidden;
	padding: 60px 0px 60px;
}

.banner-section-five .icon-layer-one {
	position: absolute;
	left: 10%;
	top: 15%;
	width: 33px;
	height: 85px;
	background-repeat: no-repeat;
}

.banner-section-five .icon-layer-two {
	position: absolute;
	left: 20%;
	bottom: 15%;
	width: 11px;
	height: 15px;
	background-repeat: no-repeat;
}

.banner-section-five .content-column {
	position: relative;
	margin-bottom: 40px;
}

.banner-section-five .content-column .inner-column {
	position: relative;
	padding-top: 80px;
}

.banner-section-five .content-column h2 {
	color: #0c0d24;
	font-weight: 600;
}

.banner-section-five .content-column .text {
	position: relative;
	color: #0c0d24;
	font-size: 24px;
	line-height: 1.5em;
	margin-top: 20px;
	margin-bottom: 40px;
}

.banner-section-five .content-column .proposal-btn {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	padding: 15px 44px 18px;
	background-color: #000000;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.banner-section-five .content-column .proposal-btn:hover {
	background-color: #f15d52;
}

.banner-section-five .image-column {
	position: relative;
	margin-bottom: 40px;
}

.banner-section-five .image-column .inner-column {
	position: relative;
	margin-right: -90px;
}

.banner-section-five .image-column .image {
	position: relative;
}

/*** 

====================================================================
	Designing Section
====================================================================

***/

.designing-section {
	position: relative;
	padding: 80px 0px 70px;
	background-color: #fff5f2;
}

.designing-section .icon-layer-one {
	position: absolute;
	left: 0px;
	top: 40%;
	width: 253px;
	height: 306px;
	background-repeat: no-repeat;
}

.designing-section .icon-layer-two {
	position: absolute;
	right: 8%;
	top: 10%;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
}

.designing-section .icon-layer-three {
	position: absolute;
	right: 0%;
	top: 30%;
	width: 298px;
	height: 104px;
	background-repeat: no-repeat;
}

.designing-section .icon-layer-four {
	position: absolute;
	right: 10%;
	top: 60%;
	width: 34px;
	height: 54px;
	background-repeat: no-repeat;
}

.designing-section .icon-layer-five {
	position: absolute;
	left: 10%;
	bottom: -35px;
	width: 75px;
	height: 70px;
	z-index: 1;
	background-repeat: no-repeat;
}

.designing-section .icon-layer-six {
	position: absolute;
	right: 10%;
	bottom: -21px;
	width: 37px;
	height: 42px;
	z-index: 1;
	background-repeat: no-repeat;
}

.designing-section .icon-layer-seven {
	position: absolute;
	right: 0%;
	bottom: -200px;
	width: 69px;
	z-index: 1;
	height: 373px;
	background-repeat: no-repeat;
}

.design-block {
	position: relative;
	margin-bottom: 80px;
}

.design-block .image-column {
	position: relative;
}

.design-block .image-column .inner-column {
	position: relative;
}

.design-block .content-column {
	position: relative;
}

.design-block .content-column .inner-column {
	position: relative;
	padding-top: 80px;
	padding-right: 100px;
}

.design-block .content-column h3 {
	color: #0c0d24;
	margin-bottom: 20px;
}

.design-block .content-column .text {
	position: relative;
}

.design-block .content-column .text p {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	line-height: 1.6em;
	margin-bottom: 15px;
}

/*** 

====================================================================
	Designing Section
====================================================================

***/

.brand-section {
	position: relative;
	overflow: hidden;
	padding: 110px 0px 60px;
	background-color: #fff2e6;
}

.brand-section .title-column {
	position: relative;
	margin-bottom: 40px;
}

.brand-section .title-column .inner-column {
	position: relative;
}

.brand-section .title-column h2 {
	color: #0c0d24;
	font-weight: 600;
	margin-bottom: 25px;
}

.brand-section .title-column .bold-text {
	position: relative;
	color: #0c0d24;
	font-size: 24px;
	line-height: 1.4em;
	margin-bottom: 25px;
}

.brand-section .title-column .text {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	line-height: 1.5em;
	margin-bottom: 0px;
}

.brand-section .content-column {
	position: relative;
	margin-bottom: 40px;
}

.brand-section .content-column .inner-column {
	position: relative;
}

.brand-section .blocks-outer {
	position: relative;
}

.design-block {
	position: relative;
	margin-bottom: 30px;
}

.design-block .inner-box {
	position: relative;
	padding-left: 90px;
}

.design-block .inner-box .icon {
	position: absolute;
	left: 0px;
	top: 7px;
	line-height: 1em;
}

.design-block .inner-box h3 {
	color: #0c0d24;
	font-weight: 600;
}

.design-block .inner-box .text {
	position: relative;
	color: #0c0d24;
	font-size: 18px;
	opacity: 0.80;
	margin-top: 12px;
	line-height: 1.7em;
}

/*** 

====================================================================
	Designing Section
====================================================================

***/

.program-section {
	position: relative;
	overflow: hidden;
	padding: 90px 0px 0px;
}

.program-section .upper-box {
	position: relative;
}

.program-section .upper-box .title-column {
	position: relative;
}

.program-section .upper-box .title-column .inner-column {
	position: relative;
	padding-top: 40px;
}

.program-section .upper-box .title-column h3 {
	color: #0c0d24;
	margin-bottom: 25px;
}

.program-section .upper-box .title-column .program-list {
	position: relative;
}

.program-section .upper-box .title-column .program-list li {
	position: relative;
	color: #000000;
	font-size: 18px;
	margin-bottom: 10px;
	padding-left: 28px;
}

.program-section .upper-box .title-column .program-list li:before {
	position: absolute;
	content: "\f13e";
	left: 0px;
	top: 0px;
	color: #000000;
	font-size: 16px;
	font-family: "Flaticon";
}

.program-section .upper-box .title-column .program-list li:last-child {
	margin-bottom: 0px;
}


.program-section .lower-box {
	position: relative;
	padding-top: 40px;
}

.program-section .lower-box .color-one {
	position: absolute;
	left: -16%;
	top: 60px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #fee7d7;
}

.program-section .lower-box .color-two {
	position: absolute;
	right: -16%;
	top: 60px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #f0f0ee;
}

.program-section .lower-box .counter-column {
	position: relative;
}

.program-section .lower-box .counter-column .inner-column {
	position: relative;
	padding-top: 40px;
}

.program-section .lower-box .counter-column h2 {
	color: #2a1e16;
	font-weight: 700;
}

.program-section .lower-box .counter-column .text {
	position: relative;
	color: #0c0d24;
	font-size: 18px;
	line-height: 1.6em;
	margin-top: 10px;
}


.program-section .lower-box .quote-column {
	position: relative;
}

.program-section .lower-box .quote-column .inner-column {
	position: relative;
	padding: 40px 40px;
	background-color: #fff8f1;
}

.program-section .lower-box .quote-column .quote-icon {
	position: relative;
	color: #111111;
	font-size: 44px;
}

.program-section .lower-box .text {
	position: relative;
	color: #000000;
	font-size: 28px;
	line-height: 1.3em;
	margin-top: 28px;
}

.program-section .lower-box .designation {
	position: relative;
	color: #000000;
	font-size: 17px;
	opacity: 0.80;
	margin-top: 15px;
}

/* Home Page 3 */

/*** 

====================================================================
	Banner Section Three
====================================================================

***/

.banner-section-three {
	position: relative;
	overflow: hidden;
	padding-top: 230px;
	background-color: #f6f4f0;
}

.banner-section-three .color-layer {
	position: absolute;
	right: -230px;
	top: -100px;
	width: 880px;
	height: 880px;
	z-index: 1;
	border-radius: 50%;
	background-color: #fbf9f5;
}

.banner-section-three .color-layer-two {
	position: absolute;
	right: -100px;
	bottom: 60px;
	width: 470px;
	height: 470px;
	border-radius: 50%;
	background-color: #f15d52;
}

.banner-section-three .color-layer-three {
	position: absolute;
	right: -220px;
	bottom: 120px;
	width: 380px;
	height: 440px;
	background-color: #cbedfe;
	transform: skewY(10deg);
}

.banner-section-three .pattern-layer-one {
	position: absolute;
	left: 0px;
	bottom: 80px;
	width: 209px;
	height: 55px;
	background-repeat: no-repeat;
}

.banner-section-three .pattern-layer-two {
	position: absolute;
	left: 0px;
	bottom: -100px;
	width: 100%;
	height: 194px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.banner-section-three .pattern-layer-three {
	position: absolute;
	left: 20px;
	bottom: 110px;
	width: 318px;
	height: 78px;
	background-repeat: no-repeat;
}

.banner-section-three .pattern-layer-four {
	position: absolute;
	left: 120px;
	bottom: 310px;
	width: 318px;
	height: 78px;
	background-repeat: no-repeat;
}

.banner-section-three .pattern-layer-five {
	position: absolute;
	right: -250px;
	top: 140px;
	width: 11px;
	height: 15px;
	background-repeat: no-repeat;
}

.banner-section-three .content-column {
	position: relative;
	z-index: 1;
}

.banner-section-three .content-column .inner-column {
	position: relative;
	padding-top: 30px;
	margin-right: -120px;
}

.banner-section-three .content-column .title {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	padding-left: 25px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.banner-section-three .content-column .title:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 2px;
	width: 12px;
	height: 18px;
	background: url(../images/main-slider/title-icon.png) no-repeat;
}

.banner-section-three .content-column .text {
	color: #0c0d24;
	font-size: 20px;
	line-height: 1.8em;
	margin-top: 35px;
	margin-bottom: 45px;
	text-transform: capitalize;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-three .content-column h1 {
	color: #0c0d24;
	font-weight: 900;
	line-height: 1.2em;
	font-family: 'Lato', sans-serif;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-three .content-column .btns-box {
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-three .content-column .theme-btn {
	margin-right: 15px;
}

.banner-section-three .image-column {
	position: relative;
	z-index: 1;
}

.banner-section-three .image-column .inner-column {
	position: relative;
	text-align: right;
	padding-top: 30px;
	margin-right: -50px;
}

.banner-section-three .image-column .image {
	position: relative;
}

.banner-section-three .image-column .image img {
	position: relative;
	max-width: inherit;
}

/*** 

====================================================================
	Business Section Three
====================================================================

***/

.business-section-three {
	position: relative;
	overflow: hidden;
	padding: 110px 0px 160px;
	background-color: #f3f9f8;
}

.business-section-three .image-column {
	position: relative;
}

.business-section-three .image-column .inner-column {
	position: relative;
	padding-bottom: 200px;
}

.business-section-three .image-column .experiance-box {
	position: absolute;
	left: 60px;
	bottom: 80px;
	color: #ffffff;
	font-size: 30px;
}

.business-section-three .image-column .experiance-box .box-inner {
	position: relative;
	padding: 30px 30px;
	border-radius: 5px;
	max-width: 240px;
	width: 100%;
	background-color: #6f8c82;
	background-position: center center;
	background-repeat: no-repeat;
}

.business-section-three .image-column .experiance-box .box-inner:before {
	position: absolute;
	content: '';
	left: 12px;
	top: 12px;
	right: -12px;
	bottom: -12px;
	border-radius: 5px;
	border: 1px solid #ffffff;
}

.business-section-three .image-column .experiance-box .count-text {
	position: relative;
	font-size: 62px;
	font-weight: 700;
	line-height: 1em;
}

.business-section-three .image-column .experiance-box i {
	position: relative;
	font-style: normal;
	display: block;
	font-size: 20px;
	margin-top: 10px;
}

.business-section-three .image-column .image {
	position: relative;
	display: inline-block;
}

.business-section-three .image-column .image img {
	position: relative;
	border-radius: 6px;
	display: inline-block;
}

.business-section-three .image-column .image-two {
	position: absolute;
	right: 45px;
	bottom: 0px;
	border-radius: 6px;
	overflow: hidden;
}

.business-section-three .image-column .image .icon {
	position: absolute;
	right: -50px;
	top: 60px;
	z-index: 1;
	width: 100px;
	height: 100px;
	color: #ffffff;
	line-height: 100px;
	font-size: 46px;
	text-align: center;
	border-radius: 50px;
	background-color: #f15d52;
}

.business-section-three .content-column {
	position: relative;
	margin-bottom: 30px;
}

.business-section-three .content-column .icon-layer-one {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 11px;
	height: 11px;
	background-repeat: no-repeat;
}

.business-section-three .content-column .icon-layer-two {
	position: absolute;
	right: -30px;
	bottom: -150px;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
}

.business-section-three .content-column .inner-column {
	position: relative;
}

.business-section-three .content-column .sec-title {
	margin-bottom: 25px;
}

.business-section-three .content-column .text {
	color: #0c0d24;
	font-size: 20px;
	line-height: 1.6em;
	margin-bottom: 20px;
}

.business-section-three .content-column .bold-text {
	position: relative;
	color: #f15d52;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6em;
	margin-bottom: 30px;
}

.business-section-three .service-list {
	position: relative;
}

.business-section-three .service-list li {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	border-radius: 5px;
	margin-bottom: 15px;
	display: inline-block;
	background-color: #f6f0e8;
	padding: 11px 30px 11px 45px;
}

.business-section-three .service-list li:before {
	position: absolute;
	content: '';
	left: 15px;
	top: 12px;
	width: 18px;
	height: 20px;
	background: url(../images/icons/icon-20.png);
	background-repeat: no-repeat;
}

.business-section-three .service-list li:last-child {
	margin-bottom: 0px;
}

.business-section-three .lower-text {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	opacity: 0.80;
	line-height: 1.7em;
	margin-top: 35px;
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two {
	position: relative;
	padding: 110px 0px 80px;
}

.services-section-two .color-layer {
	position: absolute;
	left: 0px;
	top: 40%;
	width: 330px;
	height: 330px;
	opacity: 0.10;
	margin-left: -220px;
	border-radius: 50%;
	background-color: #f15d4f;
}

.services-section-two .pattern-layer-one {
	position: absolute;
	left: 10%;
	top: 15%;
	width: 34px;
	height: 54px;
	background-repeat: no-repeat;
}

.services-section-two .pattern-layer-two {
	position: absolute;
	right: 10%;
	top: 25%;
	width: 11px;
	height: 11px;
	background-repeat: no-repeat;
}

.service-block-two {
	position: relative;
	margin-bottom: 30px;
}

.service-block-two .inner-box {
	position: relative;
	text-align: center;
	padding: 45px 40px;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.service-block-two .inner-box .icon-box {
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
	border-radius: 50%;
	background-color: #fcf6ef;
}

.service-block-two .inner-box h4 {
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif;
}

.service-block-two .inner-box h4 a {
	position: relative;
	color: #0c0d24;
	-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-two .inner-box h4 a:hover {
	color: #f15d4f;
}

.service-block-two .inner-box .text {
	opacity: 0.80;
	color: #0c0d24;
	font-size: 18px;
	line-height: 1.7em;
	margin-bottom: 20px;
}

.service-block-two .inner-box .explore {
	position: relative;
	color: #f15d4f;
	font-size: 16px;
	font-weight: 700;
	padding-left: 28px;
	-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-two .inner-box .explore:before {
	position: absolute;
	content: "\f12c";
	left: 0px;
	top: 3px;
	color: #000000;
	line-height: 1em;
	font-family: "Flaticon";
}

.service-block-two .inner-box .explore:hover {
	color: #000000;
}

/*** 

====================================================================
	Technology Section
====================================================================

***/

.technology-section {
	position: relative;
	padding: 100px 0px 80px;
	background-color: #f6f4f0;
}

.technology-block {
	position: relative;
	margin-bottom: 30px;
}

.technology-block .inner-box {
	position: relative;
	text-align: center;
}

.technology-block .inner-box .icon-box {
	position: relative;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	line-height: 150px;
	margin-bottom: 30px;
	text-align: center;
	border-radius: 50%;
	background-color: #ffffff;
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}

.technology-block .inner-box:hover .icon-box {
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}

.technology-block .inner-box h4 {
	color: #0c0d24;
	margin-bottom: 12px;
	font-family: 'Lato', sans-serif;
}

.technology-block .inner-box .text {
	opacity: 0.80;
	color: #0c0d24;
	font-size: 20px;
	line-height: 1.6em;
	padding: 0px 25px;
}

/*** 

====================================================================
	Case Study Section Two
====================================================================

***/

.case-study-section-two {
	position: relative;
	overflow: hidden;
	padding: 100px 0px 70px;
}

.case-study-section-two.style-two .sec-title-three .button-box {
	margin-top: 45px;
}

.case-study-section-two.style-two .case-block-four .inner-box .overlay-box h4 {
	font-weight: 500;
	font-family: 'Kumbh Sans', sans-serif;
}

.case-study-section-two.style-two .case-block-four .inner-box .overlay-box .designation {
	font-family: 'Kumbh Sans', sans-serif;
}

.case-study-section-two .owl-carousel .owl-stage-outer .owl-item.center .case-block-four .inner-box .overlay-box {
	bottom: 0px;
}

.case-study-section-two .outer-container {
	position: relative;
}

.case-study-section-two .owl-nav {
	display: none;
}

.case-study-section-two .owl-dots {
	position: relative;
	margin-top: 20px;
	text-align: center;
}

.case-study-section-two .owl-dots .owl-dot {
	position: relative;
	width: 15px;
	height: 15px;
	margin: 0px 3px;
	display: inline-block;
	border: 4px solid #ffffff;
	background-color: #efeaea;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.case-study-section-two .owl-dots .owl-dot:hover,
.case-study-section-two .owl-dots .owl-dot.active {
	border-color: #f15d52;
	background-color: #ffffff;
}

.case-block-four {
	position: relative;
	margin-bottom: 30px;
}

.case-block-four .inner-box {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.case-block-four .inner-box .image {
	position: relative;
}

.case-block-four .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.case-block-four .inner-box .overlay-box {
	position: absolute;
	left: 80px;
	right: 80px;
	bottom: -280px;
	z-index: 1;
	text-align: center;
	padding: 0px 25px 30px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.case-block-four .inner-box:hover .overlay-box {
	bottom: 0px;
}

.case-block-four .inner-box .overlay-box:before {
	position: absolute;
	content: '';
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 40px;
	background-color: #f15d52;
	border-radius: 4px 4px 0px 0px;
}

.case-block-four .inner-box .overlay-box .overlay-inner {
	position: relative;
}

.case-block-four .inner-box .overlay-box .icon {
	position: relative;
	width: 80px;
	height: 80px;
	color: #f15d52;
	margin: 0 auto;
	border-radius: 50px;
	line-height: 80px;
	font-size: 36px;
	background-color: #ffffff;
}

.case-block-four .inner-box .overlay-box h4 {
	margin-top: 20px;
	margin-bottom: 18px;
	font-family: 'Lato', sans-serif;
}

.case-block-four .inner-box .overlay-box h4 a {
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.case-block-four .inner-box .overlay-box h4 a:hover {
	color: #111111;
}

.case-block-four .inner-box .overlay-box .designation {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	opacity: 0.70;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section-two {
	position: relative;
	padding: 110px 0px 80px;
	background-color: #f3f9f8;
}

.news-section-two .icon-layer-one {
	position: absolute;
	left: 10%;
	top: 15%;
	width: 70px;
	height: 70px;
}

.news-section-two .color-layer-one {
	position: absolute;
	right: 10%;
	bottom: 16%;
	width: 10px;
	height: 10px;
	background-color: #f15d52;
}

.news-section-two .color-layer-two {
	position: absolute;
	right: 10%;
	top: 20%;
	width: 5px;
	height: 5px;
	border-radius: 50px;
	background-color: #f15d52;
}

/* News Block Five */

.news-block-five {
	position: relative;
	margin-bottom: 30px;
}

.news-block-five .inner-box {
	position: relative;
	background-color: #ffffff;
}

.news-block-five .inner-box .image {
	position: relative;
	overflow: hidden;
	background-color: #f15d52;
}

.news-block-five .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}

.news-block-five .inner-box:hover .image img {
	opacity: 0.50;
	transform: scale(1.05, 1.05);
}

.news-block-five .inner-box .lower-content {
	position: relative;
	padding: 28px 30px 40px;
}

.news-block-five .inner-box .post-meta {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 18px;
	border-bottom: 1px solid #efeded;
}

.news-block-five .inner-box .post-meta li {
	position: relative;
	color: #0c0d24;
	font-size: 16px;
	padding-left: 28px;
	display: inline-block;
	margin-right: 20px;
}

.news-block-five .inner-box .post-meta li .icon {
	position: absolute;
	left: 0px;
	color: #f15d52;
}

.news-block-five .inner-box .post-meta li:last-child {
	margin-right: 0px;
}

.news-block-five .inner-box .lower-content h4 {
	font-weight: 600;
	margin-bottom: 20px;
}

.news-block-five .inner-box .lower-content h4 a {
	color: #0c0d24;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-five .inner-box .lower-content h4 a:hover {
	color: #f15d52;
}

.news-block-five .inner-box .lower-content .text {
	position: relative;
	font-size: 18px;
	color: #0c0d24;
	opacity: 0.80;
	line-height: 1.7em;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.footer-style-two {
	position: relative;
	background-color: #000000;
}

.footer-style-two .widgets-section {
	position: relative;
	padding: 100px 0px 40px;
}

.footer-style-two .footer-widget {
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

.footer-style-two .footer-column h5 {
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2em;
	margin-bottom: 30px;
	margin-top: 10px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}

.footer-style-two .logo-widget {
	position: relative;
}

.footer-style-two .logo-widget .hi {
	position: relative;
	font-size: 26px;
	color: #ffffff;
	margin-bottom: 20px;
}

.footer-style-two .logo-widget .logo {
	position: relative;
	margin-bottom: 25px;
}

.footer-style-two .logo-widget .info-list {
	position: relative;
	margin-bottom: 20px;
}

.footer-style-two .logo-widget .info-list li {
	position: relative;
	color: #44bcfa;
	font-size: 20px;
	margin-bottom: 8px;
}

.footer-style-two .logo-widget .info-list li a {
	position: relative;
	color: #44bcfa;
	font-size: 20px;
}

.footer-style-two .logo-widget .info-list li:nth-child(2) a {
	color: #f15d52;
}

.footer-style-two .list {
	position: relative;
}

.footer-style-two .list li {
	position: relative;
	margin-bottom: 10px;
}

.footer-style-two .list li a {
	position: relative;
	color: rgba(255, 255, 255, 0.90);
	font-size: 18px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.footer-style-two .list li a:hover {
	color: #f15d52;
}

.footer-style-two .address-widget .address-text {
	color: #ffffff;
	opacity: 0.90;
	font-size: 18px;
	line-height: 1.7em;
	margin-bottom: 30px;
}

.footer-style-two .address-widget .social-box {
	position: relative;
}

.footer-style-two .address-widget .social-box li {
	position: relative;
	margin-right: 10px;
	display: inline-block;
}

.footer-style-two .address-widget .social-box li a {
	position: relative;
	width: 50px;
	height: 50px;
	color: #bababb;
	font-size: 18px;
	opacity: 0.80;
	line-height: 50px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	background-color: #ffffff;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.footer-style-two .address-widget .social-box li a:hover {
	opacity: 1;
}

.footer-style-two .address-widget .social-box li.linkedin a {
	color: #bababb;
	background-color: #0a66c2;
}

.footer-style-two .address-widget .social-box li.facebook a {
	color: #504c4c;
}

.footer-style-two .address-widget .social-box li.linkedin a:hover,
.footer-style-two .address-widget .social-box li.dribbble a:hover {
	color: #ffffff;
}

.footer-style-two .address-widget .social-box li.dribbble a {
	color: #bababb;
	background-color: #e4405f;
}

.footer-style-two .subscribe-widget .text {
	color: #ffffff;
	opacity: 0.90;
	font-size: 18px;
	line-height: 1.7em;
	margin-bottom: 30px;
}

/* Email Box */

.footer-style-two .email-box {
	position: relative;
}

.footer-style-two .email-box .form-group {
	position: relative;
	margin: 0px;
	width: 100%;
	max-width: 100%;
}

.footer-style-two .email-box .form-group input[type="text"],
.footer-style-two .email-box .form-group input[type="search"] {
	position: relative;
	line-height: 43px;
	padding: 10px 55px 10px 25px;
	background-color: #ffffff;
	display: block;
	font-size: 15px;
	height: 60px;
	width: 100%;
	color: #111111;
	border-radius: 5px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.footer-style-two .email-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 60px;
	width: 64px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	line-height: 100%;
	background-color: #f15d52;
	font-weight: normal;
	text-align: center;
	border-radius: 5px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.footer-style-two .email-box .form-group button:hover {
	background-color: #44bcfa;
}


.footer-style-two .footer-bottom {
	position: relative;
	padding: 30px 0px;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-style-two .footer-bottom .copyright {
	position: relative;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.90);
}

.footer-style-two .footer-bottom .footer-nav {
	position: relative;
}

.footer-style-two .footer-bottom .footer-nav li {
	position: relative;
	margin-left: 15px;
	display: inline-block;
}

.footer-style-two .footer-bottom .footer-nav li a {
	position: relative;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.90);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.footer-style-two .footer-bottom .footer-nav li a:hover {
	color: #f15d52;
}

/* Home Page 4 */

/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	transform: scale(0, 1);
	-webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
}

.sidenav-bar-visible .search-popup {
	width: 80%;
}

.search-popup:before {
	position: absolute;
	left: 0px;
	top: 0%;
	width: 100%;
	height: 100%;
	content: "";
	transform: scale(0, 1);
	background-color: rgba(0, 0, 0, 0.85);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.search-active .search-popup:before {
	transform: scale(1, 1);
}

.search-active .search-popup {
	transform: scale(1, 1);
	margin-top: 0;
}

.search-popup .close-search {
	position: absolute;
	left: 0;
	right: 0;
	top: 75%;
	margin: 0 auto;
	margin-top: -200px;
	border-radius: 50%;
	text-align: center;
	background-color: #f15d52;
	width: 70px;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	border-bottom: 3px solid #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
}

.search-popup .close-search span {
	position: relative;
	display: block;
	height: 70px;
	width: 70px;
	font-size: 20px;
	line-height: 70px;
	color: #ffffff;
}

.search-active .search-popup .close-search {
	visibility: visible;
	opacity: 1;
	top: 50%;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.search-popup form {
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin: -35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: #111111;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup form {
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.search-popup .form-group {
	position: relative;
	margin: 0px;
	overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 50px;
	color: #000000;
	height: 70px;
	width: 100%;
	padding: 10px 30px;
	background-color: #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 500;
	text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
	position: absolute;
	right: 30px;
	top: 0px;
	height: 70px;
	line-height: 70px;
	background: transparent;
	text-align: center;
	font-size: 24px;
	color: #000000;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
	color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
	color: #000000;
}

/*** 

====================================================================
	Banner Section Four
====================================================================

***/

.banner-section-four {
	position: relative;
	overflow: hidden;
	padding-top: 230px;
}

.banner-section-four .color-layer {
	position: absolute;
	left: 6%;
	bottom: 12%;
	width: 95px;
	height: 95px;
	z-index: 1;
	border-radius: 50%;
	background-color: #ffbe8a;
}

.banner-section-four .pattern-layer-one {
	position: absolute;
	left: 0px;
	top: 120px;
	width: 699px;
	height: 529px;
	background-repeat: no-repeat;
}

.banner-section-four .pattern-layer-two {
	position: absolute;
	right: 0px;
	top: 80px;
	width: 251px;
	height: 100%;
	background-repeat: no-repeat;
}

.banner-section-four .content-column {
	position: relative;
	z-index: 1;
}

.banner-section-four .content-column .inner-column {
	position: relative;
	padding-top: 30px;
	margin-right: -120px;
}

.banner-section-four .content-column .title {
	position: relative;
	color: #01020f;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 22px;
	letter-spacing: 6px;
	text-transform: uppercase;
}

.banner-section-four .content-column h1 {
	color: #01020f;
	font-weight: 700;
	line-height: 1em;
	font-size: 100px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-four .content-column .bold-text {
	position: relative;
	color: #f15d52;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3em;
	margin-top: 20px;
}

.banner-section-four .content-column .text {
	color: #01020f;
	font-size: 20px;
	line-height: 1.7em;
	margin-top: 35px;
	max-width: 530px;
	opacity: 0.80;
	margin-bottom: 45px;
	text-transform: capitalize;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-four .content-column .btns-box {
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-four .content-column .theme-btn {
	margin-right: 20px;
}

.banner-section-four .image-column {
	position: relative;
	z-index: 1;
}

.banner-section-four .image-column .inner-column {
	position: relative;
	text-align: center;
	margin-right: -150px;
}

.banner-section-four .image-column .image {
	position: relative;
}

.banner-section-four .image-column .image img {
	position: relative;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section {
	position: relative;
	overflow: hidden;
	padding: 230px 0px 100px;
}

.about-section .pattern-layer-one {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

.about-section .pattern-layer-two {
	position: absolute;
	right: -60px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-position: right top;
	background-repeat: no-repeat;
}

.about-section .pattern-layer-three {
	position: absolute;
	right: -320px;
	bottom: -400px;
	width: 1136px;
	height: 628px;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.about-section .pattern-layer-four {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 257px;
	height: 154px;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.about-section .image-column {
	position: relative;
	margin-bottom: 30px;
}

.about-section .image-column .inner-column {
	position: relative;
}

.about-section .image-column .upper-image {
	position: relative;
	margin-bottom: 50px;
}

.about-section .image-column .upper-image img {
	position: relative;
	width: 100%;
	display: block;
}

.about-section .image-column .count-column {
	position: relative;
}

.about-section .image-column .count-column .counter-inner {
	position: relative;
	padding: 45px 15px 40px;
	background-color: #1e95ff;
}

.about-section .image-column .count-column .count-box {
	position: relative;
	text-align: center;
	color: #ffffff;
}

.about-section .image-column .count-column .count-box i {
	position: relative;
	display: block;
	font-style: normal;
	font-size: 20px;
	line-height: 1.4em;
	margin-top: 12px;
}

.about-section .image-column .count-column .count-box .count-text {
	position: relative;
	color: #ffffff;
	font-weight: 700;
	font-size: 60px;
}

.about-section .image-column .lower-image-column {
	position: relative;
}

.about-section .image-column .lower-image-column .image {
	position: relative;
}

.about-section .content-column {
	position: relative;
	margin-bottom: 30px;
}

.about-section .content-column .inner-column {
	position: relative;
	padding-left: 20px;
}

.about-section .content-column .feature-list {
	position: relative;
}

.about-section .content-column .feature-list li {
	position: relative;
	padding-left: 80px;
	color: #01020f;
	font-size: 18px;
	line-height: 1.7em;
	margin-bottom: 35px;
}

.about-section .content-column .feature-list li .icon {
	position: absolute;
	left: 0px;
	top: 3px;
	width: 60px;
	height: 60px;
	color: #ffffff;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	background: #f15e53;
	line-height: 60px;
	font-size: 30px;
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	background: -webkit-linear-gradient(to top, #f15e53 0%, #FF8C7D 100%);
	background: -moz-linear-gradient(to top, #f15e53 0%, #FF8C7D 100%);
	background: linear-gradient(to top, #f15e53 0%, #FF8C7D 100%);
}

.about-section .content-column .feature-list li:hover .icon {
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}

.about-section .content-column .feature-list li strong {
	position: relative;
	display: block;
	color: #01020f;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 10px;
}

.about-section .content-column .feature-list li:last-child {
	margin-bottom: 0px;
}

.about-section .content-column .lower-box {
	position: relative;
	padding-top: 30px;
	margin-top: 35px;
	color: #01020f;
	font-size: 26px;
	line-height: 1.5em;
	padding-right: 230px;
	border-top: 1px solid #e1e1e1;
}

.about-section .content-column .lower-box .read-more {
	position: absolute;
	right: 0px;
	bottom: 10px;
	color: #ffffff;
	font-size: 18px;
	padding: 11px 40px;
	font-weight: 700;
	display: inline-block;
	background-color: #f15d52;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.about-section .content-column .lower-box .read-more:hover {
	background-color: #111111;
}

/*** 

====================================================================
	Services Section Three
====================================================================

***/

.services-section-three {
	position: relative;
	padding: 130px 0px 100px;
}

.service-block-three {
	position: relative;
	margin-bottom: 30px;
}

.service-block-three .inner-box {
	position: relative;
	text-align: center;
	padding: 45px 30px 45px;
	background-color: #fbf7f4;
}

.service-block-three:nth-child(2) .inner-box {
	background-color: #f5f5f5;
}

.service-block-three:nth-child(3) .inner-box {
	background-color: #f7fcf9;
}

.service-block-three .inner-box .icon {
	position: relative;
	width: 115px;
	height: 115px;
	border-radius: 50%;
	margin: 0 auto;
	border: 2px solid #ffffff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.service-block-three .inner-box:hover .icon {
	transform: rotateY(180deg);
}

.service-block-three .inner-box h3 {
	margin-top: 25px;
	margin-bottom: 20px;
	font-family: 'Lato', sans-serif;
}

.service-block-three .inner-box h3 a {
	position: relative;
	color: #01020f;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-three .inner-box h3 a:hover {
	color: #f15d52;
}

.service-block-three .inner-box .text {
	position: relative;
	color: #01020f;
	font-size: 18px;
	opacity: 0.80;
	line-height: 1.7em;
}

/*** 

====================================================================
	Services Section Four
====================================================================

***/

.services-section-four {
	position: relative;
	padding: 130px 0px 180px;
	background-size: cover;
}

.service-block-four {
	position: relative;
	margin-bottom: 30px;
}

.service-block-four .inner-box {
	position: relative;
	text-align: center;
	padding: 45px 40px 45px;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.service-block-four .inner-box .icon {
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0 auto;
	background-color: #fcf6ef;
}

.service-block-four:nth-child(2) .inner-box .icon {
	background-color: #eef6f7;
}

.service-block-four .inner-box h3 {
	margin-top: 25px;
	margin-bottom: 20px;
	font-family: 'Lato', sans-serif;
}

.service-block-four .inner-box h3 a {
	position: relative;
	color: #01020f;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-four .inner-box h3 a:hover {
	color: #f15d52;
}

.service-block-four .inner-box .text {
	position: relative;
	color: #01020f;
	font-size: 18px;
	opacity: 0.80;
	line-height: 1.7em;
	margin-bottom: 20px;
}

.service-block-four .inner-box .explore {
	position: relative;
	color: #f15d4f;
	font-size: 16px;
	font-weight: 700;
	padding-left: 25px;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-four .inner-box:hover .explore {
	color: #000000;
	padding-left: 0px;
	padding-right: 12px;
}

.service-block-four .inner-box:hover .explore:before {
	left: 100%;
}

.service-block-four .inner-box .explore:before {
	position: absolute;
	content: "\f12c";
	left: 0px;
	top: 2px;
	color: #000000;
	font-size: 14px;
	font-family: "Flaticon";
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

/*** 

====================================================================
	CTA Section
====================================================================

***/

.cta-section {
	position: relative;
	margin-top: -90px;
}

.cta-section .inner-container {
	position: relative;
	padding: 45px 45px;
	overflow: hidden;
	background-color: #3da1fa;
}

.cta-section .title-column {
	position: relative;
}

.cta-section .title-column .inner-column {
	position: relative;
}

.cta-section .title-column h2 {
	color: #ffffff;
	font-weight: 400;
	font-size: 33px;
	line-height: 1.4em;
	margin-top: 10px;
}

.cta-section .security-column {
	position: relative;
}

.cta-section .security-column .inner-column {
	position: relative;
	padding-left: 90px;
}

.cta-section .security-column .percent {
	position: relative;
	color: #ffffff;
	font-weight: 700;
	font-size: 43px;
	line-height: 1em;
}

.cta-section .security-column .percent:before {
	position: absolute;
	content: '';
	left: -90px;
	top: 0px;
	width: 79px;
	height: 48px;
	background: url(../images/icons/arrow.png);
	background-repeat: no-repeat;
}

.cta-section .security-column .text {
	position: relative;
	color: #ffffff;
	font-size: 22px;
	line-height: 1.4em;
	margin-top: 15px;
}

.cta-section .security-column .inner-column:before {
	position: absolute;
	content: '';
	left: 50px;
	top: -80px;
	right: -100px;
	bottom: -80px;
	transform: skew(-20deg);
	background-color: #1e95ff;
}

/* Fact Counter Three */

.fact-counter-three {
	position: relative;
	z-index: 1;
}

.fact-counter-three .column {
	position: relative;
	margin-bottom: 30px;
}

.fact-counter-three .column .inner {
	position: relative;
}

.fact-counter-three .column .inner .content {
	position: relative;
}

.fact-counter-three .count-outer .percentage {
	position: relative;
	font-weight: 600;
	color: #222222;
	font-size: 30px;
	line-height: 1em;
}

.fact-counter-three .column .inner .count-outer {
	position: relative;
	font-weight: 700;
	color: #ff4d94;
	font-size: 40px;
	line-height: 1em;
	font-family: 'Montserrat', sans-serif;
}

.fact-counter-three .column .inner .counter-title {
	position: relative;
	color: #0c0d24;
	font-size: 24px;
	font-weight: 700;
	margin-top: 12px;
	font-family: 'Montserrat', sans-serif;
}

.fact-counter-three .column .inner .text {
	position: relative;
	color: #0c0d24;
	font-size: 18px;
	font-weight: 400;
	margin-top: 20px;
	line-height: 1.7em;
	font-family: 'Lato', sans-serif;
}

.fact-counter-three .column:nth-child(2) .inner .count-outer {
	color: #ff4737;
}

/*** 

====================================================================
	Protect Section
====================================================================

***/

.protect-section {
	position: relative;
	padding: 120px 0px 80px;
	background-color: #eef7ff;
}

.protect-section .pattern-layer-one {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 297px;
	height: 38px;
	background-repeat: no-repeat;
}

.protect-section .pattern-layer-two {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 298px;
	height: 64px;
	background-repeat: no-repeat;
}

.protect-section .pattern-layer-three {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 392px;
	height: 89px;
	background-repeat: no-repeat;
}

.protect-section .content-column {
	position: relative;
	margin-bottom: 30px;
}

.protect-section .content-column .inner-column {
	position: relative;
}

.protect-section .content-column .fact-counter-three {
	padding-top: 50px;
	border-top: 1px solid #dce3e9;
}

.protect-section .image-column {
	position: relative;
	margin-bottom: 30px;
}

.protect-section .image-column .inner-column {
	position: relative;
	padding-right: 40px;
	padding-left: 30px;
}

.protect-section .image-column .image {
	position: relative;
}

.protect-section .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
}

.protect-section .image-column .video-box {
	position: absolute;
	left: 25px;
	bottom: 35px;
	width: 135px;
	height: 135px;
	color: #ffffff;
	font-size: 28px;
	text-align: center;
	border-radius: 50%;
	line-height: 135px;
	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;
	background-color: #f0554b;
}

.protect-section .image-column .video-box:before {
	position: absolute;
	content: '';
	left: 10px;
	top: 10px;
	right: -10px;
	bottom: -10px;
	border-radius: 50%;
	border: 1px solid #ffffff;
}

.protect-section .image-column .video-box .overlay-box span {
	position: absolute;
	width: 135px;
	height: 135px;
	left: 50%;
	top: 50%;
	z-index: 99;
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	border-radius: 15px;
	padding-left: 7px;
	display: inline-block;
	margin-top: -67.5px;
	margin-left: -67.5px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.protect-section .image-column .video-box .ripple,
.protect-section .image-column .video-box .ripple:before,
.protect-section .image-column .video-box .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 135px;
	height: 135px;
	margin-left: .5px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(193, 45, 45, .7);
	-moz-box-shadow: 0 0 0 0 rgba(193, 45, 45, .7);
	-ms-box-shadow: 0 0 0 0 rgba(193, 45, 45, .7);
	-o-box-shadow: 0 0 0 0 rgba(193, 45, 45, .7);
	box-shadow: 0 0 0 0 rgba(193, 45, 45, .7);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.protect-section .image-column .video-box .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.protect-section .image-column .video-box .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

/*** 

====================================================================
	Project Section
====================================================================

***/

.project-section {
	position: relative;
	padding: 110px 0px 110px;
	background-attachment: fixed;
	background-size: cover;
}

.project-section .auto-container {
	max-width: 1800px;
}

.project-section .owl-nav {
	display: none;
}

.project-section .owl-dots {
	position: relative;
	text-align: center;
	margin-top: 30px;
}

.project-section .owl-dots .owl-dot {
	position: relative;
	width: 24px;
	height: 24px;
	margin: 0px 6px;
	border-radius: 50px;
	display: inline-block;
	border: 2px solid #424242;
	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;
}

.project-section .owl-dots .owl-dot:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	opacity: 0;
	margin-left: -5px;
	margin-top: -5px;
	border-radius: 50%;
	border: 2px solid #f0554b;
}

.project-section .owl-dots .owl-dot:hover,
.project-section .owl-dots .owl-dot.active {
	border-color: #ffffff;
}

.project-section .owl-dots .owl-dot:hover::before,
.project-section .owl-dots .owl-dot.active::before {
	opacity: 1;
}

.project-block {
	position: relative;
	margin-bottom: 30px;
}

.project-block .inner-box {
	position: relative;
	border: 12px solid #ffffff;
}

.project-block .inner-box .image {
	position: relative;
	overflow: hidden;
	background-color: #f15d52;
}

.project-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.project-block .inner-box:hover .image img {
	opacity: 0.60;
	transform: scale(1.05, 1.05);
}

.project-block .inner-box .lower-content {
	position: relative;
	padding: 50px 30px 40px;
	background-color: #f9f1ef;
}

.project-block .inner-box .lower-content .icon {
	position: absolute;
	left: 20px;
	top: -65px;
	width: 90px;
	height: 90px;
	color: #ffffff;
	font-size: 40px;
	text-align: center;
	line-height: 90px;
	border-radius: 50px;
	display: inline-block;
	background-color: #3da1fa;
}

.project-block .inner-box .lower-content h4 {
	margin-bottom: 15px;
	font-family: 'Lato', sans-serif;
}

.project-block .inner-box .lower-content h4 a {
	position: relative;
	color: #0c0d24;
	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;
}

.project-block .inner-box .lower-content h4 a:hover {
	color: #f15d52;
}

.project-block .inner-box .lower-content .text {
	position: relative;
	color: #0c0d24;
	font-size: 18px;
	opacity: 0.80;
	line-height: 1.9em;
}

/*** 

====================================================================
	Testimonial Section Two
====================================================================

***/

.testimonial-section-two {
	position: relative;
	overflow: hidden;
	padding: 170px 0px 90px;
}

.testimonial-section-two .color-layer {
	position: absolute;
	left: 8%;
	top: 40%;
	width: 9px;
	height: 9px;
	z-index: 4;
	border-radius: 50px;
	background-color: #57aefb;
}

.testimonial-section-two .circle-layer {
	position: absolute;
	left: -100px;
	top: 110px;
	z-index: 3;
	width: 762px;
	height: 550px;
	background-repeat: no-repeat;
}

.testimonial-section-two .title-column {
	position: relative;
	z-index: 3;
	margin-bottom: 30px;
}

.testimonial-section-two .title-column .inner-column {
	position: relative;
	padding-right: 60px;
}

.testimonial-section-two .title-column .quote-icon {
	position: relative;
	font-size: 80px;
	line-height: 1em;
	color: #0c0d24;
	display: inline-block;
}

.testimonial-section-two .title-column .quote-icon .circle {
	position: absolute;
	right: -20px;
	width: 50px;
	height: 50px;
	bottom: -10px;
	z-index: -1;
	border-radius: 50%;
	background-color: #fac388;
}

.testimonial-section-two .title-column h2 {
	color: #0c0d24;
	font-weight: 700;
	margin-top: 35px;
	margin-bottom: 18px;
}

.testimonial-section-two .title-column .text {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	line-height: 1.7em;
	opacity: 0.80;
}

.testimonial-section-two .carousel-column {
	position: relative;
	margin-bottom: 30px;
}

.testimonial-section-two .carousel-column .inner-column {
	position: relative;
	padding-bottom: 40px;
}

.testimonial-section-two .carousel-column .inner-column:before {
	position: absolute;
	content: '';
	right: 103%;
	top: 0px;
	bottom: 0px;
	width: 300%;
	z-index: 2;
	background-color: #ffffff;
}

.testimonial-section-two .pattern-layer-one {
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 270px;
	height: 270px;
	transform: translateX(-50%);
	background-repeat: no-repeat;
}

.testimonial-section-two .owl-nav {
	position: relative;
	text-align: center;
}

.testimonial-section-two .owl-nav .owl-prev,
.testimonial-section-two .owl-nav .owl-next {
	position: relative;
	width: 60px;
	height: 40px;
	color: #000000;
	font-size: 24px;
	line-height: 40px;
	margin: 0px 6px;
	border-radius: 50%;
	display: inline-block;
	background-color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.testimonial-section-two .owl-nav .owl-prev:hover,
.testimonial-section-two .owl-nav .owl-next:hover {
	background-color: #f15d52;
	color: #ffffff;
}

.testimonial-section-two .owl-dots {
	display: none;
}

.testimonial-section-two .owl-carousel .owl-stage-outer {
	overflow: visible;
	padding: 20px 0px 30px;
}

.testimonial-section-two .owl-theme .testimonial-block-two {
	margin: 0px 15px;
}

.testimonial-section-two .owl-carousel {
	margin: 0px -15px;
	width: auto;
}

.testimonial-section-two .carousel-column .owl-carousel .owl-stage-outer .owl-item .testimonial-block-two {
	position: relative;
	opacity: 0.3;
}

.testimonial-section-two .carousel-column .owl-carousel .owl-stage-outer .owl-item.active .testimonial-block-two {
	opacity: 1;
}

.testimonial-block-two {
	position: relative;
	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;
}

.testimonial-block-two .inner-box {
	position: relative;
	text-align: center;
}

.testimonial-block-two .inner-box:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 47px;
	right: 0px;
	bottom: 0px;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.testimonial-block-two .inner-box .author-image {
	position: relative;
	width: 93px;
	height: 93px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
}

.testimonial-block-two .inner-box .content {
	position: relative;
	padding: 25px 55px 50px;
}

.testimonial-block-two .inner-box .designation {
	position: relative;
	color: #0c0d24;
	font-size: 16px;
	opacity: 0.80;
	margin-top: 2px;
}

.testimonial-block-two .inner-box .content h5 {
	color: #0c0d24;
	font-weight: 700;
}

.testimonial-block-two .inner-box .content .text {
	position: relative;
	color: #0c0d24;
	font-size: 20px;
	line-height: 1.6em;
	margin-top: 20px;
}

/*** 

====================================================================
	News Section Three
====================================================================

***/

.news-section-three {
	position: relative;
	padding: 0px 0px 80px;
}

/* News Block Six */

.news-block-six {
	position: relative;
	margin-bottom: 30px;
}

.news-block-six .inner-box {
	position: relative;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px rgba(241, 93, 82, 0.10);
}

.news-block-six .inner-box .image {
	position: relative;
	overflow: hidden;
	background-color: #f15d52;
}

.news-block-six .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}

.news-block-six .inner-box:hover .image img {
	opacity: 0.50;
	transform: scale(1.05, 1.05);
}

.news-block-six .inner-box .image .arrow {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 47px;
	height: 47px;
	color: #01020f;
	line-height: 47px;
	font-size: 16px;
	z-index: 1;
	font-weight: 600;
	text-align: center;
	border-radius: 50px;
	background-color: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-six .inner-box:hover .image .arrow {
	color: #ffffff;
	background-color: #f15d52;
}

.news-block-six .inner-box .lower-content {
	position: relative;
	padding: 28px 30px 40px;
}

.news-block-six .inner-box .post-meta {
	position: relative;
}

.news-block-six .inner-box .post-meta li {
	position: relative;
	font-size: 16px;
	margin-right: 20px;
	display: inline-block;
	color: rgba(1, 2, 15, 0.80);
}

.news-block-six .inner-box .post-meta li .icon {
	position: relative;
	color: #f15d52;
	margin-right: 10px;
}

.news-block-six .inner-box .post-meta li:last-child {
	margin-right: 0px;
}

.news-block-six .inner-box .post-meta li:first-child {
	color: #ffffff;
	font-size: 14px;
	padding: 1px 14px 2px;
	border-radius: 50px;
	background-color: #1e95ff;
}

.news-block-six .inner-box .lower-content h4 {
	font-weight: 600;
	margin-bottom: 18px;
	margin-top: 20px;
	font-family: 'Lato', sans-serif;
}

.news-block-six .inner-box .lower-content h4 a {
	color: #0c0d24;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-six .inner-box .lower-content h4 a:hover {
	color: #f15d52;
}

.news-block-six .inner-box .lower-content .text {
	position: relative;
	font-size: 18px;
	color: #01020f;
	opacity: 0.80;
	line-height: 1.6em;
}

/*** 

====================================================================
	Address Section
====================================================================

***/

.address-section {
	position: relative;
	z-index: 1;
}

.address-section .inner-container {
	position: relative;
	max-width: 940px;
	margin: 0 auto;
	padding: 45px 90px 70px 30px;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.address-section .content {
	position: relative;
	padding-left: 130px;
}

.address-section .content .icon {
	position: absolute;
	left: 0px;
	top: 0px;
}

.address-section .content .title {
	position: relative;
	color: #f15d52;
	font-size: 16px;
	text-transform: uppercase;
}

.address-section .content h2 {
	color: #01020f;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 35px;
	font-family: 'Lato', sans-serif;
}

/* Subscribe Form */

.subscribe-form {
	position: relative;
}

.subscribe-form .form-group {
	position: relative;
	margin: 0px;
	width: 100%;
	max-width: 100%;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="email"] {
	position: relative;
	line-height: 43px;
	padding: 10px 55px 10px 25px;
	background-color: #f4f6f7;
	display: block;
	font-size: 15px;
	height: 57px;
	width: 100%;
	color: #444444;
	box-shadow: inherit;
	border-radius: 0px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.subscribe-form .form-group input::placeholder,
.subscribe-form .form-group textarea::placeholder {
	color: #444444;
}

.subscribe-form .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	line-height: 100%;
	font-weight: normal;
	text-align: center;
	padding: 20px 36px;
	text-transform: uppercase;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: #1e95ff;
}

.subscribe-form .form-group button:hover {
	background-color: #f15d52;
}

/*** 

====================================================================
	Footer Style Three
====================================================================

***/

.footer-style-three {
	position: relative;
	margin-top: -100px;
	background-color: #08162f;
}

.footer-style-three .pattern-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.10;
	background-position: center center;
	background-repeat: no-repeat;
}

.footer-style-three .icon-layer-one {
	position: absolute;
	left: 20px;
	top: 120px;
	width: 226px;
	height: 226px;
	background-repeat: no-repeat;
}

.footer-style-three .icon-layer-two {
	position: absolute;
	right: 20px;
	bottom: 60px;
	width: 226px;
	height: 226px;
	background-repeat: no-repeat;
}

.footer-style-three .widgets-section {
	position: relative;
	padding: 160px 0px 40px;
}

.footer-style-three .footer-widget {
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

.footer-style-three .footer-column h5 {
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2em;
	margin-bottom: 30px;
	margin-top: 10px;
	font-style: italic;
	text-transform: capitalize;
	font-family: 'Lato', sans-serif;
}

.footer-style-three .logo-widget {
	position: relative;
}

.footer-style-three .logo-widget .logo {
	position: relative;
	margin-bottom: 25px;
}

.footer-style-three .logo-widget .info-list {
	position: relative;
	margin-bottom: 20px;
}

.footer-style-three .logo-widget .info-list li {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	opacity: 0.80;
	margin-bottom: 10px;
}

.footer-style-three .logo-widget .info-list li a {
	position: relative;
	color: #ffffff;
}

.footer-style-three .logo-widget .info-list li:hover {
	opacity: 1;
}

.footer-style-three .logo-widget .text {
	color: #ffffff;
	opacity: 0.90;
	font-size: 20px;
	line-height: 1.6em;
	margin-bottom: 30px;
}

.footer-style-three .list {
	position: relative;
}

.footer-style-three .list li {
	position: relative;
	margin-bottom: 12px;
}

.footer-style-three .list li a {
	position: relative;
	color: rgba(255, 255, 255, 0.80);
	font-size: 18px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.footer-style-three .list li a:hover {
	color: #f15d52;
}

.footer-style-three .list li:last-child {
	margin-bottom: 0px;
}

.footer-style-three .logo-widget .social-box {
	position: relative;
	margin-top: 30px;
}

.footer-style-three .logo-widget .social-box li {
	position: relative;
	margin-right: 8px;
	display: inline-block;
}

.footer-style-three .logo-widget .social-box li a {
	position: relative;
	width: 38px;
	height: 38px;
	color: #ffffff;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	background-color: #ffffff;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.footer-style-three .logo-widget .social-box li a:hover {
	transform: rotateY(180deg);
}

.footer-style-three .logo-widget .social-box li.twitter a {
	background-color: #55acee;
}

.footer-style-three .logo-widget .social-box li.pinterest a {
	background-color: #bd081c;
}

.footer-style-three .logo-widget .social-box li.facebook a {
	background-color: #3b5999;
}

.footer-style-three .logo-widget .social-box li.dribbble a {
	background-color: #ea4c89;
}

.footer-style-three .footer-bottom {
	position: relative;
	padding: 30px 0px;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-style-three .footer-bottom .copyright {
	position: relative;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.90);
}

.footer-style-three .footer-bottom .footer-nav {
	position: relative;
}

.footer-style-three .footer-bottom .footer-nav li {
	position: relative;
	margin-left: 15px;
	display: inline-block;
}

.footer-style-three .footer-bottom .footer-nav li a {
	position: relative;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.90);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.footer-style-three .footer-bottom .footer-nav li a:hover {
	color: #f15d52;
}

/*** 

====================================================================
	Banner Section Six
====================================================================

***/

.banner-section-six {
	position: relative;
	overflow: hidden;
}

.banner-section-six .slide:before {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	opacity: 0.33;
	background-color: #171717;
}

.banner-section-six .auto-container {
	position: relative;
}

.banner-section-six .icon-layer-one {
	position: absolute;
	left: 10%;
	bottom: 10%;
	width: 102px;
	height: 115px;
	z-index: 1;
	background-repeat: no-repeat;
}

.banner-section-six .icon-layer-two {
	position: absolute;
	left: 17%;
	top: 52%;
	width: 40px;
	height: 40px;
	z-index: 1;
	background-repeat: no-repeat;
}

.banner-section-six .icon-layer-three {
	position: absolute;
	right: 15%;
	top: 35%;
	width: 116px;
	height: 116px;
	z-index: 1;
	background-repeat: no-repeat;
}

.banner-section-six .slide {
	position: relative;
	overflow: hidden;
	padding: 150px 0px 150px;
}

.banner-section-six .content-column {
	position: relative;
}

.banner-section-six .content-column .inner-column {
	position: relative;
	text-align: center;
}

.banner-section-six .icon {
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	line-height: 60px;
	border-radius: 50px;
	margin-bottom: 40px;
	background-color: #ffffff;
	box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.35);
}

.banner-section-six .title {
	position: relative;
	font-weight: 500;
	opacity: 0;
	line-height: 1.6em;
	transform: scaleY(0);
	transform-origin: top;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 4.5px;
	margin-bottom: 40px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	font-family: 'Kumbh Sans', sans-serif;
}

.banner-section-six .active .title {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-section-six h1 {
	color: #ffffff;
	opacity: 0;
	line-height: 90px;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-bottom: 60px;
	font-weight: 700;
	font-size: 75px;
	font-family: 'Kumbh Sans', sans-serif;
}

.banner-section-six h1 span {
	position: relative;
	color: #ffffff;
	padding-right: 10px;
	background-color: #357ffe;
}

.banner-section-six .active h1 {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-section-six .play-box {
	position: relative;
}

.banner-section-six .play-box:before {
	position: absolute;
	content: '';
	right: -100px;
	bottom: -80px;
	width: 70px;
	height: 97px;
	background: url(../images/icons/arrow-1.png) no-repeat;
	background-repeat: no-repeat;
}

.banner-section-six .play-box .fa {
	position: relative;
	width: 56px;
	height: 56px;
	float: left;
	max-width: 56px;
	line-height: 56px;
	border-radius: 50px;
	margin-top: 3px;
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	text-align: center !important;
	margin-left: 40px;
	background-color: #357ffe;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section-six .play-box:hover .fa {
	background-color: #f15d52;
}

.banner-section-six .play-box i {
	position: relative;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	padding-top: 20px;
	margin-left: 20px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: 'Kumbh Sans', sans-serif;
}

.banner-section-six .play-box:hover i {
	color: #357ffe;
}

.banner-section-six .btns-box {
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	display: inline-block;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}

.banner-section-six .active .btns-box {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-section-six .owl-dots,
.banner-section-six .owl-nav {
	display: none;
}

/*** 

====================================================================
	Commercial Section
====================================================================

***/

.commercial-section {
	position: relative;
	padding: 100px 0px 230px;
	background-color: #f9f7f2;
}

.service-block-five {
	position: relative;
	margin-bottom: 30px;
}

.service-block-five .inner-box {
	position: relative;
	text-align: center;
	border-radius: 4px;
	padding: 60px 20px 50px;
	border: 1px solid transparent;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.service-block-five .inner-box:hover {
	border-color: #01050c;
}

.service-block-five .inner-box .icon-box {
	position: relative;
	width: 75px;
	height: 75px;
	display: block;
	border-radius: 50px;
	margin: 0 auto;
	font-size: 36px;
	color: #01050c;
	margin-bottom: 35px;
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	background-color: #e8f0ff;
	box-shadow: 0px 0px 0px 10px #f6f9ff;
}

.service-block-five .inner-box:hover .icon-box {
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}

.service-block-five .inner-box h4 {
	font-size: 24px;
}

.service-block-five .inner-box h4 a {
	color: #0c0d24;
	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;
}

.service-block-five .inner-box h4 a:hover {
	color: #f4766c;
}

.service-block-five .inner-box .text {
	font-size: 16px;
	margin-top: 15px;
	line-height: 1.9em;
	color: #0c0d24;
	font-family: 'Kumbh Sans', sans-serif;
}

.service-block-five:nth-child(2) .inner-box .icon-box {
	background-color: #fef0f2;
	box-shadow: 0px 0px 0px 10px #fff8f9;
}

.service-block-five:nth-child(2) .inner-box h4 a:hover {}

.service-block-five:nth-child(3) .inner-box .icon-box {
	background-color: #fdf3e9;
	box-shadow: 0px 0px 0px 10px #fbf8f5;
}

.service-block-five:nth-child(3) .inner-box h4 a:hover {}

.service-block-five:nth-child(4) .inner-box .icon-box {
	background-color: #eefff9;
	box-shadow: 0px 0px 0px 10px #ecf5f2;
}

.service-block-five:nth-child(4) .inner-box h4 a:hover {}

/*** 

====================================================================
	Featured Section
====================================================================

***/

.featured-section-two {
	position: relative;
}

.featured-section-two .row {
	margin: 0px -1px;
}

.featured-section-two .featured-block {
	padding: 0px 1px;
}

.featured-section-two .inner-container {
	position: relative;
	margin-top: -92px;
}

.featured-section-two .featured-block:last-child .inner-box .icon-box {
	background-color: #f4766c;
}

.featured-section-two .video-box {
	position: absolute;
	left: 50%;
	top: -80px;
	width: 120px;
	height: 120px;
	color: #ffffff;
	font-size: 28px;
	text-align: center;
	border-radius: 50%;
	line-height: 120px;
	display: inline-block;
	margin-left: -60px;
	z-index: 1;
	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;
	background-color: #5b97fd;
}

.featured-section-two .video-box .ripple,
.featured-section-two .video-box .ripple:before,
.featured-section-two .video-box .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 120px;
	margin-left: .5px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(91, 151, 253, .7);
	-moz-box-shadow: 0 0 0 0 rgba(91, 151, 253, .7);
	-ms-box-shadow: 0 0 0 0 rgba(91, 151, 253, .7);
	-o-box-shadow: 0 0 0 0 rgba(91, 151, 253, .7);
	box-shadow: 0 0 0 0 rgba(91, 151, 253, .7);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.featured-section-two .video-box .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.featured-section-two .video-box .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

.featured-block {
	position: relative;
}

.featured-block .inner-box {
	position: relative;
	padding: 40px 30px;
	border-radius: 4px;
	overflow: hidden;
	background-color: #333e4f;
}

.featured-block .inner-box .content {
	position: relative;
	min-height: 107px;
	padding-left: 125px;
}

.featured-block .inner-box .icon-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 96px;
	height: 107px;
	border-radius: 15px;
	text-align: center;
	overflow: hidden;
	display: inline-block;
	background-color: #5b97fd;
}

.featured-block .inner-box .icon-box .icon {
	position: relative;
	line-height: 107px;
}

.featured-block .inner-box h3 {
	font-family: 'Kumbh Sans', sans-serif;
}

.featured-block .inner-box h3 a {
	color: #ffffff;
}

.featured-block .inner-box .text {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.6em;
	margin-top: 12px;
	font-family: 'Kumbh Sans', sans-serif;
}

/*** 

====================================================================
	Security Section
====================================================================

***/

.security-section {
	position: relative;
	overflow: hidden;
	padding: 180px 0px 70px;
}

.security-section .blocks-column {
	position: relative;
	margin-bottom: 30px;
}

.security-section .blocks-column .inner-column {
	position: relative;
}

.security-section .blocks-column .button-box {
	margin-top: 15px;
}

.service-block-six {
	position: relative;
	margin-bottom: 30px;
}

.service-block-six .inner-box {
	position: relative;
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}

.service-block-six .inner-box:hover {}

.service-block-six .inner-box .icon {
	position: relative;
	width: 75px;
	height: 75px;
	text-align: center;
	line-height: 75px;
	border-radius: 15px;
	color: #1f1f1f;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}

.service-block-six .inner-box:hover .icon {
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}

.service-block-six .inner-box h4 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-family: 'Kumbh Sans', sans-serif;
}

.service-block-six .inner-box h4 a {
	color: #0c0d24;
	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;
}

.service-block-six .inner-box .text {
	color: #01050c;
	font-size: 16px;
	line-height: 1.8em;
}

.service-block-six .inner-box .arrow {
	position: relative;
	display: inline-block;
	color: #0c0d24;
	font-size: 26px;
	margin-top: 20px;
	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;
}

.service-block-six .inner-box:hover .arrow,
.service-block-six .inner-box:hover h4 a {
	color: #f4766c;
}

.security-section .images-column {
	position: relative;
	margin-bottom: 30px;
}

.security-section .images-column .circle-layer {
	position: absolute;
	right: -100px;
	top: 40%;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	background-color: #e8f3f0;
}

.security-section .images-column .inner-column {
	position: relative;
	text-align: right;
	padding: 15px 0px 0px;
}

.security-section .images-column .inner-column:before {
	position: absolute;
	content: '';
	left: 90px;
	top: 0px;
	bottom: 20px;
	width: 300%;
	background-color: #f9f7f2;
	border-radius: 8px 0px 0px 8px;
}

.security-section .images-column .image {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 30px;
	display: inline-block;
}

.security-section .images-column .circle-image {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 320px;
	height: 320px;
	overflow: hidden;
	border-radius: 50%;
	display: inline-block;
	margin-top: -160px;
}



/*** 

====================================================================
	Experiance Section
====================================================================

***/

.experiance-section {
	position: relative;
	padding: 110px 0px 70px;
	background-position: center center;
	background-size: cover;
}

.experiance-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.88;
	background-color: #333e4f;
}

.experiance-section .upper-box {
	position: relative;
	padding-left: 100px;
}

.experiance-section .upper-box h2 {
	max-width: 670px;
	font-size: 42px;
	color: #ffffff;
	margin: 0px;
	font-weight: 700;
	font-family: 'Kumbh Sans', sans-serif;
}

.experiance-section .upper-box .btns-box {
	margin-top: 20px;
}

.experiance-section .lower-box {
	position: relative;
	margin-top: 80px;
}

.experiance-section .image-column {
	position: relative;
	margin-bottom: 30px;
}

.experiance-section .image-column .inner-column {
	position: relative;
	padding-top: 40px;
}

.experiance-section .content-column {
	position: relative;
	margin-bottom: 30px;
}

.experiance-section .content-column .inner-column {
	position: relative;
	padding-left: 100px;
}

.camera-block {
	position: relative;
	margin-bottom: 35px;
}

.camera-block .inner-box {
	position: relative;
}

.camera-block .inner-box .icon {
	position: relative;
	width: 73px;
	height: 75px;
	text-align: center;
	border-radius: 15px;
	line-height: 75px;
	color: #f15d52;
	font-size: 34px;
	display: inline-block;
	background-color: #ffffff;
}

.camera-block .inner-box h4 {
	color: #ffffff;
	margin-top: 25px;
	font-weight: 500;
	font-family: 'Kumbh Sans', sans-serif;
}

.camera-block .inner-box .text {
	max-width: 340px;
	line-height: 1.6em;
	font-size: 20px;
	color: #ffffff;
	margin-top: 15px;
	font-family: 'Kumbh Sans', sans-serif;
}

/*** 

====================================================================
	Testimonial Section Three
====================================================================

***/

.testimonial-section-three {
	position: relative;
	padding: 110px 0px 110px;
	background-color: #f2f7f7;
}

.testimonial-section-three .owl-nav {
	display: none;
}

.testimonial-section-three .owl-dots {
	position: relative;
	text-align: center;
	margin-top: 30px;
}

.testimonial-section-three .owl-dots .owl-dot {
	position: relative;
	width: 9px;
	height: 9px;
	margin: 0px 10px;
	border-radius: 50px;
	display: inline-block;
	border: 2px solid #fc3c59;
	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;
}

.testimonial-section-three .owl-dots .owl-dot:before {
	position: absolute;
	content: '';
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	opacity: 0;
	border-radius: 50px;
	border: 2px solid #cfcfcf;
	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;
}

.testimonial-section-three .owl-dots .owl-dot:hover::before,
.testimonial-section-three .owl-dots .owl-dot.active::before {
	opacity: 0.20;
}

.testimonial-block-three {
	position: relative;
	margin-bottom: 30px;
}

.testimonial-block-three .inner-box {
	position: relative;
}

.testimonial-block-three .upper-box {
	position: relative;
	margin-left: 15px;
	margin-bottom: 45px;
}

.testimonial-block-three .upper-box .box-inner {
	position: relative;
	padding-left: 80px;
}

.testimonial-block-three .upper-box .box-inner .author-image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 62px;
	height: 62px;
	overflow: hidden;
	border-radius: 50%;
}

.testimonial-block-three .upper-box h5 {
	font-weight: 600;
	margin: 0px;
	color: #01050c;
	font-family: 'Kumbh Sans', sans-serif;
}

.testimonial-block-three .upper-box .designation {
	opacity: 0.70;
	font-weight: 400;
	color: #01050c;
	font-size: 16px;
	margin-top: 5px;
	font-family: 'Kumbh Sans', sans-serif;
}

.testimonial-block-three .lower-box {
	position: relative;
	padding: 40px 30px;
	border-radius: 10px;
	background-color: #ffffff;
}

.testimonial-block-three .lower-box:before {
	position: absolute;
	content: '';
	right: 25px;
	top: -20px;
	border-bottom: 20px solid #ffffff;
	border-right: 17px solid transparent;
}

.testimonial-block-three .lower-box .quote-icon {
	position: relative;
	width: 65px;
	height: 65px;
	color: #ffffff;
	font-size: 26px;
	line-height: 65px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	background-color: #01050c;
	margin-bottom: 30px;
}

.testimonial-block-three .text {
	position: relative;
	line-height: 1.7em;
	color: #01050c;
	font-size: 20px;
	font-family: 'Kumbh Sans', sans-serif;
}

/*** 

====================================================================
	Skill Section
====================================================================

***/

.skill-section {
	position: relative;
	padding: 140px 0px 120px;
}

.skill-section .content-column {
	position: relative;
	margin-bottom: 30px;
}

.skill-section .content-column .inner-column {
	position: relative;
}

.skill-section .content-column h2 {
	color: #01050c;
	font-weight: 700;
	margin-bottom: 40px;
	font-family: 'Kumbh Sans', sans-serif;
}

.skill-section .content-column p {
	font-size: 20px;
	line-height: 1.7em;
	margin-bottom: 20px;
	padding-right: 130px;
}

.skill-section .content-column .skills {
	margin-top: 40px;
	padding-right: 120px;
}

/* Skills Section */

.skills .skill-item {
	position: relative;
	margin-bottom: 35px;
}

.skills .skill-item:last-child {
	margin-bottom: 0px;
}

.skills .skill-item .skill-bar {
	position: relative;
	width: 100%;
	padding: 5px 5px;
	border-radius: 3px;
	border: 1px solid #000000;
}

.skills .skill-item .skill-bar .bar-inner {
	position: relative;
	width: 100%;
}

.skills.style-two .skill-item .skill-bar .bar-inner {
	background-color: #eeeeee;
}

.skills .skill-item .skill-bar .bar-inner .bar {
	position: relative;
	left: 0px;
	top: 0px;
	height: 8px;
	width: 0px;
	border-radius: 50px;
	background-color: #357ffe;
	-webkit-transition: all 2000ms ease;
	-ms-transition: all 2000ms ease;
	-o-transition: all 2000ms ease;
	-moz-transition: all 2000ms ease;
	transition: all 2000ms ease;
}

.skills .skill-item .skill-header {
	position: relative;
	margin-bottom: 20px;
}

.skills .skill-item .skill-header .skill-title {
	font-weight: 400;
	line-height: 1.4em;
	color: #01050c;
	font-size: 20px;
	text-transform: capitalize;
	font-family: 'Kumbh Sans', sans-serif;
}

.skills .skill-item .skill-percentage {
	position: absolute;
	right: 0px;
	top: -40px;
	font-weight: 400;
	padding: 5px 14px;
	display: inline-block;
	font-size: 16px;
	color: #000000;
	font-family: 'Kumbh Sans', sans-serif;
}

.skill-section .image-column {
	position: relative;
	margin-bottom: 30px;
}

.skill-section .image-column .inner-column {
	position: relative;
	padding-bottom: 90px;
	padding-left: 30px;
}

.skill-section .image-column .image {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	display: inline-block;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.07);
}

.skill-section .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
}

.skill-section .image-column .image-two {
	position: absolute;
	right: 15px;
	bottom: 0px;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.07);
}

.skill-section .image-column .circle-one {
	position: absolute;
	left: -20px;
	bottom: 40px;
	width: 275px;
	height: 275px;
	border-radius: 50%;
	background-color: #ecfafc;
}

.skill-section .image-column .circle-two {
	position: absolute;
	right: 0px;
	bottom: 140px;
	width: 275px;
	height: 275px;
	opacity: 0.10;
	border-radius: 50%;
	background-color: #ffe4e8;
}

/*** 

====================================================================
	News Section Four
====================================================================

***/

.news-section-four {
	position: relative;
	padding: 110px 0px 70px;
	background-color: #f9f6f3;
}

.news-block-five.style-two .inner-box .lower-content h4 {
	font-weight: 500;
	font-family: 'Kumbh Sans', sans-serif;
}

.news-block-five.style-two .inner-box .lower-content .text {
	font-size: 17px;
	font-family: 'Kumbh Sans', sans-serif;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.footer-style-four {
	position: relative;
	padding-top: 110px;
	background-color: #f1f7fd;
}

.footer-style-four .upper-box .form-column {
	position: relative;
}

.footer-style-four .upper-box .form-column .inner-column {
	position: relative;
	padding: 50px 50px 60px;
	border-radius: 3px;
	background-color: #ffffff;
}

.footer-style-four .upper-box .form-column h3 {
	color: #13171d;
	margin-bottom: 35px;
	font-weight: 600;
}

.footer-style-four .upper-box .form-column h3 span {
	color: #357ffe;
}

.footer-style-four .upper-box .image-column {
	position: relative;
}

.footer-style-four .upper-box .image-column .inner-column {
	position: relative;
	text-align: center;
}

/* Newsletter Form */

.newsletter-form-two {
	position: relative;
}

.newsletter-form-two .form-group {
	position: relative;
	display: block;
	margin-bottom: 0px;
}

.newsletter-form-two .form-group input[type="text"],
.newsletter-form-two .form-group input[type="email"] {
	position: relative;
	display: block;
	width: 100%;
	height: 56px;
	font-size: 15px;
	line-height: 26px;
	color: #13171d;
	padding: 10px 100px 10px 25px;
	border-radius: 0px;
	background-color: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid #13171d;
}

.newsletter-form-two .form-group input[type="text"]:hover,
.newsletter-form-two .form-group input[type="email"]:hover {
	border-color: #357ffe;
	box-shadow: inherit;
}

.newsletter-form-two .form-group input:focus-visible {
	outline: none;
}

.newsletter-form-two .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	border: none;
	padding: 16px 34px;
	font-weight: 500;
	color: #ffffff;
	background-image: none;
	font-size: 16px;
	border-radius: 0px 3px 3px 0px;
	background-color: #13171d;
}

.footer-style-four .footer-column {
	margin-bottom: 30px;
}

.footer-style-four .widgets-section {
	position: relative;
	padding: 90px 0px 50px;
}

.footer-style-four .footer-widget h5 {
	color: #13171d;
	font-weight: 500;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.footer-style-four .logo-widget .logo {
	margin-bottom: 30px;
}

.footer-style-four .logo-widget .text {
	opacity: 0.80;
	color: #13171d;
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 1.8em;
}

.footer-style-four .logo-widget .contact-list {
	position: relative;
}

.footer-style-four .logo-widget .contact-list li {
	position: relative;
	opacity: 0.80;
	color: #13171d;
	font-size: 18px;
	margin-bottom: 10px;
}

.footer-style-four .social-box {
	position: relative;
	margin-top: 30px;
}

.footer-style-four .social-box li {
	position: relative;
	display: inline-block;
	margin-right: 5px;
}

.footer-style-four .social-box li a {
	position: relative;
	width: 36px;
	height: 36px;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	border-radius: 50px;
	line-height: 36px;
	font-size: 16px;
	background-color: #ffffff;
}

.footer-style-four .social-box li.twitter a {
	background-color: #55acee;
}

.footer-style-four .social-box li.facebook a {
	background-color: #3b5999;
}

.footer-style-four .social-box li.pinterest a {
	background-color: #bd081c;
}

.footer-style-four .social-box li.dribbble a {
	background-color: #ea4c89;
}

.footer-style-four .social-box li a:hover {}

.footer-style-four .nav-list {
	position: relative;
}

.footer-style-four .nav-list li {
	position: relative;
	margin-bottom: 12px;
}

.footer-style-four .nav-list a {
	position: relative;
	opacity: 0.80;
	font-size: 18px;
	color: #13171d;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.footer-style-four .nav-list a:hover {
	opacity: 1;
	color: #357ffe;
}

.footer-style-four .info-widget h3 {
	font-weight: 400;
	color: #f15d52;
	margin-bottom: 25px;
}

.footer-style-four .info-widget .text {
	opacity: 0.80;
	color: #13171d;
	font-size: 18px;
	line-height: 1.7em;
}

.footer-style-four .info-widget .btns-box {
	margin-top: 40px;
}

.footer-style-four .footer-bottom {
	position: relative;
	padding: 33px 0px;
	border-top: 1px solid #dee3e8;
}

.footer-style-four .footer-bottom .copyright {
	position: relative;
	opacity: 0.80;
	font-size: 16px;
	color: #13171d;
}

.footer-style-four .footer-bottom .copyright a {
	color: #13171d;
}

.footer-style-four .footer-bottom-nav {
	position: relative;
}

.footer-style-four .footer-bottom-nav li {
	position: relative;
	display: inline-block;
	margin-left: 25px;
}

.footer-style-four .footer-bottom-nav li a {
	position: relative;
	opacity: 0.80;
	color: #13171d;
	font-size: 16px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.footer-style-four .footer-bottom-nav li a:hover {
	opacity: 1;
	color: #13171d;
}

.pt-cus {
	padding-top: 160px;
	padding-bottom: 100px;
	padding-left: 50px;
	padding-right: 50px;

}


@media screen and (max-width: 776px) {
	.pt-cus {
		padding-top: 120px;
		padding-bottom: 50px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.pt-cus h1,
.pt-cus h2,
.pt-cus h3,
.pt-cus h4,
.pt-cus h5,
.pt-cus p,
.pt-cus li,
.pt-cus a,
.pt-cus strong,
.pt-cus span {
	color: rgb(0, 0, 0);
}

.pt-cus p>a {
	color: red;
}