@font-face {
	font-family: 'Burbank Big Cd Md';
	src: url(../fonts/BurbankBigCondensed-Medium.woff2) format('woff2'), url(../fonts/BurbankBigCondensed-Medium.woff) format('woff');
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: 'Burbank Big Rg Bd';
	src: url(../fonts/BurbankBigRegular-Bold.woff2) format('woff2'), url(../fonts/BurbankBigRegular-Bold.woff) format('woff');
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: 'Burbank Big Rg Md';
	src: url(../fonts/BurbankBigRegular-Medium.woff2) format('woff2'), url(../fonts/BurbankBigRegular-Medium.woff) format('woff');
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: 'Burbank Big Cd Bd';
	src: url(../fonts/BurbankBigCondensed-Bold.woff2) format('woff2'), url(../fonts/BurbankBigCondensed-Bold.woff) format('woff');
	font-weight: 700;
	font-style: normal
}

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-size: 100%
}

body {
	font-size: 14px;
	color: #292929;
	line-height: 1.6em;
	font-weight: 400;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Ubuntu', sans-serif
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #df6512
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: 400;
	margin: 0;	
    margin-bottom: 0.8em;
	background: none;
	line-height: 1.2em;
	font-family: 'Quicksand', sans-serif;
	font-family: 'Burbank Big Rg Bd'
}

section,
.vc_row {
	padding: 80px 0;
	clear: both;
}
.vc_row-o-equal-height .vc_row {
    display: flex;
}
.vc_row-o-content-middle .vc_column_container{
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.vc_row .vc_row,
section.shipping-calculator-form {
	padding: 0 0;
    margin: 0;
}

.basic-page-wrapper {
	padding: 60px 0;
	clear: both
}

.basic-page-wrapper .main_content{
    padding-bottom: 60px;
}

textarea {
	overflow: hidden
}

button {
	outline: none!important;
	cursor: pointer
}

p,
.body-content ol li,
.body-content ul li,
.inner-column ol li {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
	color: #555
}

.body-content ul {
	margin-bottom: 18px
}

.body-content ul li {
	margin-left: 18px;
	list-style: disc
}

.text {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
	color: #555;
	margin: 0;
	font-family: 'Ubuntu', sans-serif
}

.text-orange {
	color: #fe6a22
}

::-webkit-input-placeholder {
	color: inherit
}

::-moz-input-placeholder {
	color: inherit
}

::-ms-input-placeholder {
	color: inherit
}

.container,
.auto-container {
	position: relative;
	position: static;
	max-width: 1400px;
	padding: 0 20px;
	margin: 0 auto
}

.container.large,
.large-container {
	position: static;
	max-width: 1600px;
	padding: 0 15px;
	margin: 0 auto
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
	z-index: 9
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0
}

.theme-btn {
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.theme-btn i {
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px
}

.centered {
	text-align: center!important
}

.social-icon-one {
	position: relative
}

.social-icon-one li {
	position: relative;
	margin-right: 10px;
	display: inline-block
}

.social-icon-one li a {
	position: relative;
	width: 40px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	border-radius: 50%;
	line-height: 38px;
	color: #3d415b;
	font-weight: 400;
	display: inline-block;
	border: 1px solid #e3e3e3;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: #fff
}

.social-icon-one.large li a {
	width: 60px;
	height: 60px;
	font-size: 24px;
	line-height: 60px
}

.social-icon-one.orange li a {
	color: #fe6a22;
	border-color: #fe6a22
}

.social-icon-one li a:hover {
	color: #fe6a22;
	border-color: #fe6a22
}

.social-icon-one.orange li a:hover {
	color: #000;
	border-color: #000
}

.social-icon-two {
	position: relative
}

.social-icon-two li {
	position: relative;
	margin-left: 15px;
	display: inline-block
}

.social-icon-two li a {
	position: relative;
	width: 40px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	border-radius: 50%;
	line-height: 38px;
	color: rgba(255, 255, 255, .3);
	font-weight: 400;
	display: inline-block;
	border: 2px solid rgba(255, 255, 255, .3);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.social-icon-two li a:hover {
	color: #fff;
	border-color: #feb322;
	background-color: #feb322
}

.btn-style-one {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #545454;
	padding: 10px 34px;
	font-weight: 700;
	border-radius: 50px;
	overflow: hidden;
	background-color: #fff;
	text-transform: capitalize;
	box-shadow: 0 4px 4px rgba(180, 180, 180, .7);
	font-family: 'Quicksand', sans-serif;
	cursor: pointer
}

.btn-style-one .txt {
	position: relative;
	z-index: 1
}

.btn-style-one:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: -50px;
	border-bottom: 50px solid #20bec6;
	border-right: 50px solid transparent;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.btn-style-one:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: -50px;
	border-left: 40px solid transparent;
	border-bottom: 50px solid #20bec6;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.btn-style-one:hover::before {
	-webkit-transform: translateX(-40%);
	transform: translateX(-40%)
}

.btn-style-one:hover::after {
	-webkit-transform: translateX(40%);
	transform: translateX(40%)
}

.btn-style-one:hover {
	color: #fff;
	background-color: #20bec6!important
}

.btn-style-two,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.gform_button,
.salesforce-form input[type=submit]{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 1.4;
	color: #fff;
	padding: 12px 30px;
	font-weight: 700;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
	background-color: #fe6a22!important;
	text-transform: capitalize;
	font-family: 'Quicksand', sans-serif;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer
}

.btn-style-two.cta-button {
	margin-bottom: 18px
}

.btn-style-two:hover,
.salesforce-form input[type=submit]:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #20bec6!important
}

.btn-style-two.outlined {
	border: #fe6a22 3px solid;
	background-color: transparent;
	color: #fe6a22
}

.btn-style-two:before,
.woocommerce #respond input#submit.alt:before,
.woocommerce a.button.alt:before,
.woocommerce button.button.alt:before,
.woocommerce input.button.alt:before {
	position: absolute;
	content_null: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: #20bec6!important;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(.2, 1);
	transform: scale(.2, 1)
}

.btn-style-two.outlined:before {
	background-color: #fe6a22
}

.btn-style-two .txt {
	position: relative;
	z-index: 1
}

.btn-style-two:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}

.btn-style-two:hover {
	color: #fff
}

.btn-style-three {
	position: relative;
	color: #545454;
	font-size: 16px;
	font-weight: 700;
	border-radius: 50px;
	border: 1px solid #e1e1e1;
	padding: 13px 65px 13px 28px
}

.btn-style-three .icon {
	position: absolute;
	right: -1px;
	top: -1px;
	width: 50px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	background-color: #20bec6
}

.btn-style-three:hover,
.btn-style-three.filled {
	color: #fff;
	border-color: #20bec6;
	background-color: #20bec6
}

.btn-style-four {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #3d415b;
	padding: 8px 45px;
	font-weight: 700;
	border-radius: 50px;
	letter-spacing: 1px;
	overflow: hidden;
	border: 2px solid #3d415b;
	background-color: #fff;
	text-transform: capitalize;
	font-family: 'Quicksand', sans-serif
}

.btn-style-four .txt {
	position: relative;
	z-index: 1
}

.btn-style-four:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: -50px;
	border-bottom: 50px solid #3d415b;
	border-right: 50px solid transparent;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.btn-style-four:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: -50px;
	border-left: 40px solid transparent;
	border-bottom: 50px solid #3d415b;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.btn-style-four:hover::before {
	-webkit-transform: translateX(-40%);
	transform: translateX(-40%)
}

.btn-style-four:hover::after {
	-webkit-transform: translateX(40%);
	transform: translateX(40%)
}

.btn-style-four:hover {
	color: #fff
}

.btn-style-five {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #fe6a22;
	padding: 13px 45px;
	font-weight: 700;
	border-radius: 50px;
	letter-spacing: 1px;
	overflow: hidden;
	border: 2px solid #fe6a22;
	background: none;
	text-transform: capitalize;
	font-family: 'Quicksand', sans-serif
}

.btn-style-five .txt {
	position: relative;
	z-index: 1
}

.btn-style-five:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: -50px;
	border-bottom: 60px solid #fe6a22;
	border-right: 60px solid transparent;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.btn-style-five:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: -50px;
	border-left: 60px solid transparent;
	border-bottom: 60px solid #fe6a22;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.btn-style-five:hover::before {
	-webkit-transform: translateX(-40%);
	transform: translateX(-40%)
}

.btn-style-five:hover::after {
	-webkit-transform: translateX(40%);
	transform: translateX(40%)
}

.btn-style-five:hover {
	color: #fff
}

.btn-style-six {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	padding: 13px 45px;
	font-weight: 700;
	border-radius: 50px;
	letter-spacing: 1px;
	overflow: hidden;
	border: 2px solid #fff;
	background: none;
	text-transform: capitalize;
	font-family: 'Quicksand', sans-serif
}

.btn-style-six .txt {
	position: relative;
	z-index: 1
}

.btn-style-six:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: -50px;
	border-bottom: 60px solid #fe6a22;
	border-right: 60px solid transparent;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.btn-style-six:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: -50px;
	border-left: 60px solid transparent;
	border-bottom: 60px solid #fe6a22;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.btn-style-six:hover::before {
	-webkit-transform: translateX(-40%);
	transform: translateX(-40%)
}

.btn-style-six:hover::after {
	-webkit-transform: translateX(40%);
	transform: translateX(40%)
}

.btn-style-six:hover {
	color: #fff;
	border-color: #fe6a22
}

.btn-style-seven {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	padding: 13px 45px;
	font-weight: 700;
	border-radius: 50px;
	letter-spacing: 1px;
	overflow: hidden;
	background: none;
	border: 2px solid #fe6a22;
	text-transform: capitalize;
	font-family: 'Quicksand', sans-serif;
	margin-bottom: 2px;
}
@media (max-width:600px){
.btn-style-seven {
    padding: 10px 28px;
}
}

.btn-style-seven:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #fe6a22;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}

.btn-style-seven .txt {
	position: relative;
	z-index: 1
}

.btn-style-seven:hover::before {
	opacity: 0;
	-webkit-transform: scale(.2, 1);
	transform: scale(.2, 1)
}

.btn-style-seven:hover {
	color: #fe6a22
}

.btn-style-eight {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	padding: 8px 43px;
	font-weight: 700;
	overflow: hidden;
	border-radius: 8px;
	letter-spacing: 1px;
	border: 2px solid #fff;
	background: none;
	text-transform: capitalize;
	font-family: 'Quicksand', sans-serif
}

.btn-style-eight .txt {
	position: relative;
	z-index: 1
}

.btn-style-eight:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: -50px;
	border-bottom: 50px solid #3d415b;
	border-right: 45px solid transparent;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.btn-style-eight:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: -50px;
	border-left: 35px solid transparent;
	border-bottom: 50px solid #3d415b;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.btn-style-eight:hover::before {
	-webkit-transform: translateX(-40%);
	transform: translateX(-40%)
}

.btn-style-eight:hover::after {
	-webkit-transform: translateX(40%);
	transform: translateX(40%)
}

.btn-style-eight:hover {
	color: #fff;
	border-color: #3d415b
}

.btn-style-nine {
	position: relative;
	color: #464a62;
	font-size: 16px;
	font-weight: 700;
	padding: 17px 34px;
	border-radius: 8px;
	display: inline-block;
	background-color: #e2eaff;
	border: 2px solid #e2eaff;
	font-family: 'Quicksand', sans-serif
}

.btn-style-nine:hover {
	color: #464a62;
	background: none;
	border-color: #464a62
}


.btn-style-ten {
	position: relative;
	display: inline-block;
	line-height: 30px;
	color: #fff;
	padding: 13px 29px;
	font-weight: 700;
	border-radius: 8px;
	letter-spacing: 1px;
	overflow: hidden;
	background: none;
	font-size: 18px;
	border: 2px solid #fff;
	text-transform: capitalize;
	font-family: 'Quicksand', sans-serif
}

.btn-style-ten:hover {
	color: #fff;
	background: #464a62;
	border-color: #464a62
}

.btn-style-eleven {
	position: relative;
	display: inline-block;
	line-height: 30px;
	color: #00024f;
	padding: 13px 41px;
	font-weight: 700;
	letter-spacing: 1px;
	overflow: hidden;
	background: #feb322;
	font-size: 16px;
	border: 2px solid #feb322;
	text-transform: capitalize;
	border-radius: 50px 0 0 50px;
	font-family: 'Quicksand', sans-serif
}

.btn-style-eleven:hover {
	color: #fff;
	background: #464a62;
	border-color: #464a62
}

.btn-style-twelve {
	position: relative;
	display: inline-block;
	line-height: 30px;
	color: #00024f;
	padding: 13px 41px;
	font-weight: 400;
	overflow: hidden;
	background: #feb322;
	font-size: 16px;
	border: 2px solid #feb322;
	text-transform: capitalize;
	border-radius: 50px
}

.btn-style-twelve:hover {
	color: #feb322;
	background: none
}

.btn-style-thirteen {
	position: relative;
	display: inline-block;
	line-height: 30px;
	color: #545454;
	padding: 8px 48px;
	font-weight: 700;
	overflow: hidden;
	background: #eaf1fb;
	font-size: 14px;
	border: 2px solid #eaf1fb;
	text-transform: capitalize;
	border-radius: 50px;
	box-shadow: 0 6px 5px rgba(0, 0, 0, .1);
	font-family: 'Quicksand', sans-serif
}

.btn-style-thirteen:hover {
	color: #fff;
	border-color: #fe6a22;
	background: #fe6a22
}

.btn-style-fourteen {
	position: relative;
	display: inline-block;
	line-height: 30px;
	color: #3d415b;
	padding: 13px 42px;
	font-weight: 700;
	overflow: hidden;
	background: #eaf1fb;
	font-size: 14px;
	border: 2px solid #eaf1fb;
	text-transform: capitalize;
	border-radius: 50px;
	font-family: 'Quicksand', sans-serif
}

.btn-style-fourteen:hover {
	color: #fff;
	border-color: #fe6a22;
	background: #fe6a22
}

.btn-style-fifteen {
	position: relative;
	display: inline-block;
	line-height: 30px;
	color: #fff;
	padding: 7px 36px;
	font-weight: 700;
	overflow: hidden;
	background: #fe6a22;
	font-size: 16px;
	border: 2px solid #fe6a22;
	text-transform: capitalize;
	border-radius: 50px;
	font-family: 'Quicksand', sans-serif
}

.btn-style-fifteen:hover {
	color: #fe6a22;
	background: none
}

.btn-style-sixteen {
	position: relative;
	display: inline-block;
	line-height: 30px;
	color: #fff;
	padding: 13px 40px;
	font-weight: 700;
	overflow: hidden;
	background: #feb322;
	font-size: 18px;
	border: 2px solid #feb322;
	text-transform: capitalize;
	border-radius: 50px;
	font-family: 'Quicksand', sans-serif
}

.btn-style-sixteen:hover {
	color: #5d3ed9;
	border-color: #5d3ed9;
	background: none
}

.btn-style-seventeen {
	position: relative;
	display: inline-block;
	line-height: 30px;
	color: #00024f;
	padding: 15px 43px;
	font-weight: 700;
	letter-spacing: 1px;
	overflow: hidden;
	background-color: #feb322;
	font-size: 16px;
	text-transform: capitalize;
	border-radius: 50px 0 0 50px;
	font-family: 'Quicksand', sans-serif;
	transition: all 300ms linear
}

.btn-style-seventeen .btn-title {
	position: relative
}

.btn-style-seventeen:hover {
	color: #222;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.btn-style-seventeen:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #fff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(.86, 0, .07, 1);
	-moz-transition: transform 500ms cubic-bezier(.86, 0, .07, 1);
	-o-transition: transform 500ms cubic-bezier(.86, 0, .07, 1);
	transition: transform 500ms cubic-bezier(.86, 0, .07, 1);
	-webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	-moz-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	-o-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

.btn-style-seventeen:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left
}

.list-style-one {
	position: relative
}

.list-style-one li,
.market-section .content-column .inner-column ul li {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #545454;
	font-weight: 400;
	padding-left: 30px;
	margin-bottom: 12px;
	margin-left: 0px!important;
	list-style: none!important
}

.list-style-one li:before,
.market-section .content-column .inner-column ul li:before {
	position: absolute;
	left: 0;
	top: 0;
	color: #fe6a22;
	font-size: 14px;
	content: "\f180";
	font-weight: 600;
	font-family: "Flaticon"
}

.list-style-two {
	position: relative
}

.list-style-two li {
	position: relative;
	font-size: 17px;
	line-height: 24px;
	color: #fff;
	font-weight: 700;
	padding-left: 35px;
	margin-bottom: 12px;
	font-family: 'Quicksand', sans-serif
}

.list-style-two li:before {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 14px;
	content: "\f18d";
	font-weight: 600;
	font-family: "Flaticon"
}

.list-style-three {
	position: relative
}

.list-style-three li {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #545454;
	font-weight: 400;
	padding-left: 60px;
	margin-bottom: 22px;
	font-family: 'Quicksand', sans-serif
}

.list-style-three li:before {
	position: absolute;
	left: 0;
	top: 2px;
	color: #5d3ed9;
	font-size: 14px;
	content: "\f00c";
	font-weight: 700;
	font-family: 'Font Awesome 5 Free'
}

.list-style-three li:last-child {
	margin-bottom: 0
}

.list-style-four {
	position: relative
}

.list-style-four li {
	position: relative;
	font-size: 15px;
	line-height: 24px;
	color: #545454;
	font-weight: 400;
	padding-left: 35px;
	margin-bottom: 12px
}

.list-style-four li:before {
	position: absolute;
	left: 0;
	top: 0;
	color: #fe6a22;
	font-size: 14px;
	content: "\f005";
	font-weight: 700;
	font-family: 'Font Awesome 5 Free'
}

.list-style-four li:last-child {
	margin-bottom: 0
}

.list-style-five {
	position: relative
}

.list-style-five li {
	position: relative;
	font-size: 14px;
	line-height: 27px;
	color: #545454;
	font-weight: 400;
	padding-left: 42px;
	margin-bottom: 35px
}

.list-style-five li:before {
	position: absolute;
	left: 0;
	top: 0;
	color: #fca600;
	font-size: 14px;
	content: "\f0a4";
	font-weight: 700;
	font-family: 'Font Awesome 5 Free'
}

.list-style-five li:last-child {
	margin-bottom: 0
}

.theme_color {
	color: #fe6a22
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.svg)
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto
}

img.rounded {
	border-radius: 12px!important;
	overflow: hidden
}

.dropdown-toggle::after {
	display: none
}

.fa {
	line-height: inherit
}

.scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	background: #1b1a1c;
	display: none;
	border-radius: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease
}

.scroll-to-top:hover {
	background: #fe6a22
}

.main-header {
	position: fixed;
	width: 100%;
	display: block;
	z-index: 99999;
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease
}

.main-header .header-upper {
	position: relative;
	top: 20px;
	z-index: 5;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease
}

.main-header.fixed-header .header-upper {
	top: 0
}

.main-header .header-upper .inner-container {
	position: relative
}

.header-style-one .logo-outer {
	position: absolute!important;
	left: 0;
	top: 0
}

.header-style-one .header-upper .inner-container {
	padding: 0 120px
}

.main-header .header-upper .logo-outer {
	position: relative;
	float: left;
	z-index: 25;
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease
}

.main-header .logo-outer .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease
}

.main-header.fixed-header .logo-outer .logo img {
	max-height: 70px;
	top: 9px
}

.main-header .header-upper .logo-outer:before {
	position: absolute;
    pointer-events: none;
	display: block;
	content: '';
	width: 400%;
	height: 400%;
	border-radius: 50%;
	left: -150%;
	top: -150%;
	opacity: .26;
	background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 37%, rgba(255, 255, 255, 0) 63%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 37%, rgba(255, 255, 255, 0) 63%, rgba(255, 255, 255, 0) 100%);
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 37%, rgba(255, 255, 255, 0) 63%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1)
}

.main-header .header-upper .nav-outer {
	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
}

.header-style-one .header-upper .nav-outer {
	padding-top: 50px
}

.header-style-one.fixed-header .nav-outer {
	padding-top: 0
}

.main-header .header-lower {
	position: relative
}

.main-menu {
	position: relative;
	float: left
}

.main-menu .navbar-collapse {
	padding: 0;
	padding-left: 0;
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease
}

.fixed-header .main-menu .navbar-collapse {
	padding-left: 85px
}

.main-menu .navigation {
	position: relative;
	margin: 0
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	padding: 25px 0;
	margin-right: 40px;
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease
}

@media (min-width:1024px){
.main-menu .navigation>li.mobile-only{
	display: none;
}
}

.main-menu .navigation>li:last-child {
	margin-right: 0px!important
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	font-weight: 700;
	opacity: 1;
	color: #545454;
	padding: 0;
	text-transform: none;
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	font-family: 'Quicksand', sans-serif
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
	color: #fe6a22
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: -25px;
	top: 100%;
	width: 220px;
	z-index: 100;
	opacity: 1;
	padding: 20px 0;
	background: rgba(0, 0, 0, .9);
	background: #009ca3;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 6px 25px;
	line-height: 20px;
	font-weight: 500;
	font-size: 15px;
	text-align: left;
	color: #fff;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: 'Quicksand', sans-serif
}

.main-menu .navigation>li>ul>li:hover>a {
	padding-left: 28px
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position: absolute;
	right: 25px;
	top: 6px;
	display: block;
	line-height: 20px;
	font-size: 16px;
	font-weight: 800;
	z-index: 5
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 220px;
	z-index: 100;
	opacity: 1;
	padding: 20px 0;
	border-radius: 5px;
	background: rgba(0, 0, 0, .9);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%
}

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 6px 25px;
	line-height: 20px;
	font-weight: 500;
	font-size: 15px;
	text-align: left;
	color: #fff;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: 'Quicksand', sans-serif
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
	color: #feb322;
	padding-left: 30px
}

.main-menu .navigation>li.dropdown:hover>ul,
.main-menu .navigation>li.menu-item-has-children:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul,
.main-menu .navigation>li>ul>li.menu-item-has-children:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul,
.main-menu .navigation>li>ul>li.menu-item-has-children:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 0
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn,
.main-menu .navbar-collapse>ul li.menu-item-has-children .dropdown-btn {
	position: absolute;
	right: 0;
	top: 8px;
	width: 40px;
	height: 30px;
	border: none;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	background: #fff;
	color: #fe6a22;
	cursor: pointer;
	z-index: 5;
	display: none
}

.main-header .option-box {
	position: relative;
	float: right;
	margin-top: 16px;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease
}

.main-header .option-box .number-box {
	position: relative;
	float: left;
	padding-top: 14px
}

.main-header .option-box .number-box .phone {
	position: relative;
	color: #fe6a22;
	font-size: 16px;
	font-weight: 500
}

.main-header .option-box .number-box .phone span {
	color: #222
}

.main-header .option-box .btn-box {
	position: relative;
	float: left;

	margin-left: 40px
}

.main-header .option-box .btn-box>a {
	border: rgba(255, 255, 255, 0) 4px solid!important;
	-webkit-box-shadow: 2px 4px 0 0 rgba(255, 255, 255, .22);
	-moz-box-shadow: 2px 4px 0 0 rgba(255, 255, 255, .22);
	box-shadow: 2px 4px 0 0 rgba(255, 255, 255, .22)
}

.fixed-header {
	position: fixed;
	width: 100%;
	top: 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
	background-color: #fff;
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease
}

.fixed-header .header-upper .logo-outer {
	padding: 0 0
}

.fixed-header .main-menu .navigation>li {
	padding: 27px 0
}

.fixed-header .search-box-outer {
	padding: 27px 0
}

.fixed-header .search-box-btn {
	color: #858b97;
	border-color: #858b97
}

.header-style-two {
	padding-top: 40px
}

.header-style-two.fixed-header,
.header-style-three.fixed-header,
.header-style-four.fixed-header {
	padding-top: 0
}

.header-style-two:not(.light-fixed).fixed-header,
.header-style-three:not(.light-fixed).fixed-header,
.header-style-four:not(.light-fixed).fixed-header {
	background-color: #222
}

.header-style-two .header-upper .nav-outer {
	float: right
}

.header-style-two .main-menu .navigation>li {
	margin-right: 40px
}

.header-style-two .main-menu .navigation>li a {
	color: #fff
}

.header-style-two.fixed-header.light-fixed .main-menu .navigation>li>a {
	color: inherit
}

.header-style-two .header-upper .logo-outer {
	padding: 0;
	margin-top: -40px
}

.header-style-two.fixed-header .header-upper .logo-outer {
	padding: 0;
	margin-top: 0
}

.header-style-three .header-upper .logo-outer {
	position: relative;
	left: -180px;
	padding: 60px 0 20px
}

.header-style-three .option-box {
	position: absolute;
	right: -190px
}

.header-style-three .header-upper .number-box {
	position: relative;
	float: left;
	padding: 82px 0 20px;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease
}

.header-style-three .header-upper .number-box .phone {
	position: relative;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif
}

.header-style-three .header-upper .nav-outer {
	float: right;
	padding-top: 50px
}

.header-style-three .main-menu .navigation>li {
	margin-right: 40px
}

.header-style-three .main-menu .navigation>li>a {
	color: #fff
}

.header-style-three .main-menu .navigation>li>a:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	height: 1px;
	width: 26px;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: #fff
}

.header-style-three .main-menu .navigation>li>a:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -4px;
	height: 1px;
	width: 15px;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: #fff
}

.header-style-three .main-menu .navigation>li:hover>a:before,
.header-style-three .main-menu .navigation>li:hover>a:after {
	opacity: 1
}

.header-style-three .main-menu .navigation>li.current>a:before,
.header-style-three .main-menu .navigation>li.current>a:after {
	opacity: 1
}

.header-style-three.fixed-header .header-upper .nav-outer {
	padding-top: 0
}

.header-style-three.fixed-header .header-upper .number-box {
	padding-top: 34px
}

.header-style-three.fixed-header .header-upper .logo-outer {
	padding-top: 8px;
	padding-bottom: 0
}

.header-style-four .header-upper .logo-outer {
	position: relative;
	left: 0;
	padding: 60px 0 20px
}

.header-style-four .header-upper .nav-outer {
	float: right;
	padding-top: 50px
}

.header-style-four .option-box {
	margin-top: 22px;
	margin-left: 40px
}

.header-style-four .main-menu .navigation>li {
	margin-right: 40px
}

.header-style-four .main-menu .navigation>li>a {
	color: #fff
}

.header-style-four .main-menu .navigation>li.current>a,
.header-style-four .main-menu .navigation>li:hover>a {
	color: #feb322
}

.header-style-four .main-menu .navigation>li>a:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	height: 1px;
	width: 26px;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: #fff
}

.header-style-four .main-menu .navigation>li>a:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -4px;
	height: 1px;
	width: 15px;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: #fff
}

.header-style-four .main-menu .navigation>li:hover>a:before,
.header-style-four .main-menu .navigation>li:hover>a:after {
	opacity: 1
}

.header-style-four .main-menu .navigation>li.current>a:before,
.header-style-four .main-menu .navigation>li.current>a:after {
	opacity: 1
}

.header-style-four.fixed-header .header-upper .nav-outer {
	padding-top: 0
}

.header-style-four.fixed-header .header-upper .number-box {
	padding-top: 34px
}

.header-style-four.fixed-header .header-upper .logo-outer {
	padding-top: 7px;
	padding-bottom: 0
}

.header-style-five {
	position: relative
}

.header-style-five.fixed-header {
	position: fixed
}

.header-style-five .logo-outer {
	position: relative;
	padding: 27px 0
}

.header-style-five .header-upper .nav-outer {
	float: right
}

.header-style-five .main-menu .navigation>li {
	padding: 0
}

.header-style-five .main-menu .navigation>li>a {
	padding: 45px 0;
	color: #545454;
	font-size: 16px;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease
}

.header-style-five.fixed-header .main-menu .navigation>li>a {
	padding: 17px 0
}

.header-style-five .option-box {
	margin-top: 36px
}

.header-style-five.fixed-header .option-box {
	margin-top: 8px
}

.sec-title {
	position: relative;
	z-index: 1;
	margin-bottom: 40px
}

.sec-title h2 {
	position: relative;
	display: block;
	font-size: 56px;
	line-height: 1.05em;
	font-weight: 700;
	margin-bottom: 5px
}

.sec-title .text {
	position: relative;
	color: #545454;
	font-size: 24px;
	line-height: 1.5em;
	margin-bottom: 5px
}

.sec-title.light .title,
.sec-title.light h2 {
	color: #fff
}

.sec-title.centered {
	text-align: center
}

.sec-title-two {
	position: relative;
	z-index: 1;
	margin-bottom: 35px;
	padding-bottom: 18px
}

.sec-title-two:not(.no-line):before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 52px;
	height: 2px;
	background-color: #fe6a22
}

.sec-title-two h2 {
	position: relative;
	display: block;
	font-size: 58px;
	line-height: 1.3em;
	font-weight: 700;
	margin-bottom: 0
}

.sec-title-two .title-text {
	position: relative;
	color: #545454;
	font-size: 24px;
	line-height: 1.5em;
	margin-top: 0
}

.sec-title-two .title-text.large {
	font-size: 27px
}

.sec-title-two.light .title-text,
.sec-title-two.light h2 {
	color: #fff
}

.sec-title-two.centered {
	text-align: center
}

.sec-title-two.centered::before {
	left: 50%;
	margin-left: -26px
}

.sec-title-three {
	position: relative;
	z-index: 1;
	margin-bottom: 55px
}

.sec-title-three h2 {
	position: relative;
	font-size: 42px;
	line-height: 1.3em;
	color: #3d415b;
	font-weight: 700;
	padding-right: 55px;
	display: inline-block
}

.sec-title-three h2:before {
	position: absolute;
	content: '';
	right: 0;
	bottom: 5px;
	width: 40px;
	height: 2px;
	background-color: #1027a9
}

.sec-title-three .title-text {
	position: relative;
	color: #545454;
	font-size: 18px;
	line-height: 1.5em;
	margin-top: 22px
}

.sec-title-three.light .title-text,
.sec-title-three.light h2 {
	color: #fff
}

.sec-title-three.centered {
	text-align: center
}

.sec-title-three.centered::before {
	left: 50%;
	margin-left: -26px
}

.sec-title-four {
	position: relative;
	z-index: 1;
	margin-bottom: 80px
}

.sec-title-four h2 {
	position: relative;
	display: block;
	font-size: 72px;
	line-height: 1.3em;
	color: #3d415b;
	font-weight: 500
}

.sec-title-four h2 span {
	color: #feb322
}

.sec-title-four .title-text {
	position: relative;
	color: #fff;
	font-size: 24px;
	line-height: 1.5em;
	margin-top: 15px;
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif
}

.sec-title-four.light .title,
.sec-title-four.light h2 {
	color: #fff;
	text-shadow: -5px -5px rgba(255, 255, 255, .1)
}

.sec-title-four.centered {
	text-align: center
}

.banner-carousel-section {
	position: relative;
	overflow: hidden
}

.banner-carousel-section .auto-container {
	position: relative
}

.banner-carousel-section .active .icon-one {
	-webkit-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	opacity: 1
}

.banner-carousel-section .active .icon-two {
	-webkit-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	opacity: 1
}

.banner-carousel-section .active .icon-three {
	-webkit-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	opacity: 1
}

.banner-carousel-section .active .icon-four {
	-webkit-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	opacity: 1
}

.banner-carousel-section .active .icon-five {
	-webkit-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	opacity: 1
}

.banner-carousel-section .active .icon-six {
	-webkit-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	opacity: 1
}

.banner-carousel-section .active .icon-seven {
	-webkit-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	opacity: 1
}

.banner-carousel-section .active .icon-eight {
	-webkit-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	opacity: 1
}

.banner-carousel-section .active .icon-nine {
	-webkit-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	opacity: 1
}

.banner-carousel-section .icon-one {
	position: absolute;
	left: 60px;
	top: 240px;
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	z-index: 10;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px)
}

.banner-carousel-section .icon-two {
	position: absolute;
	opacity: 0;
	left: 160px;
	top: 400px;
	width: 59px;
	height: 59px;
	z-index: 10;
	background-repeat: no-repeat;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px)
}

.banner-carousel-section .icon-three {
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 80px;
	width: 18px;
	height: 10px;
	z-index: 10;
	background-repeat: no-repeat;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px)
}

.banner-carousel-section .icon-four {
	opacity: 0;
	position: absolute;
	left: 52%;
	top: 380px;
	width: 18px;
	height: 17px;
	background-repeat: no-repeat;
	z-index: 10;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px)
}

.banner-carousel-section .icon-five {
	opacity: 0;
	position: absolute;
	right: 35%;
	top: 20%!important;
	width: 17px;
	height: 19px;
	z-index: 10;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
	background-repeat: no-repeat;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px)
}

.banner-carousel-section .icon-six {
	opacity: 0;
	position: absolute;
	top: 32%;
	width: 141px;
	height: 34px;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	transition: all 900ms ease;
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-animation: animateCloud 10s linear infinite;
	-moz-animation: animateCloud 10s linear infinite;
	animation: animateCloud 10s linear infinite
}

@-webkit-keyframes animateCloud {
	0% {
		margin-left: -100px
	}
	100% {
		margin-left: 120%
	}
}

@-moz-keyframes animateCloud {
	0% {
		margin-left: -100px
	}
	100% {
		margin-left: 120%
	}
}

@keyframes animateCloud {
	0% {
		margin-left: -100px
	}
	100% {
		margin-left: 120%
	}
}

@-webkit-keyframes animateCloudtwo {
	0% {
		right: -140px
	}
	100% {
		right: 120%
	}
}

@-moz-keyframes animateCloudtwo {
	0% {
		right: -140px
	}
	100% {
		right: 120%
	}
}

@keyframes animateCloudtwo {
	0% {
		right: -140px
	}
	100% {
		right: 120%
	}
}

.banner-carousel-section .icon-seven {
	opacity: 0;
	position: absolute;
	top: 22%;
	width: 207px;
	height: 45px;
	-webkit-transition: all 1600ms ease;
	-ms-transition: all 1600ms ease;
	transition: all 1600ms ease;
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-animation: animateCloudtwo 10s linear infinite;
	-moz-animation: animateCloudtwo 10s linear infinite;
	animation: animateCloudtwo 10s linear infinite
}

.banner-carousel-section .icon-eight {
	opacity: 0;
	position: absolute;
	right: 0%;
	top: 22%;
	width: 52px;
	height: 133px;
	z-index: 10;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
	background-repeat: no-repeat;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px)
}

.banner-carousel-section .icon-nine {
	opacity: 0;
	position: absolute;
	right: 0;
	bottom: 30%;
	width: 40px;
	height: 33px;
	z-index: 20;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
	background-repeat: no-repeat;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px)
}

.banner-carousel-section .slide {
	position: relative
}

.banner-carousel-section .slide .pattern-layer {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 75%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	opacity: 0;
	-webkit-transform: translateX(500px);
	-moz-transform: translateX(500px);
	-ms-transform: translateX(500px);
	-o-transform: translateX(500px);
	transform: translateX(500px);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease
}

.banner-carousel-section .active .pattern-layer {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms
}

.banner-carousel-section .content {
	position: relative;
	padding-top: 260px;
	z-index: 99;
	padding-bottom: 250px
}

.banner-carousel-section .content h2 {
	position: relative;
	color: #3d415b;
	font-size: 74px;
	font-weight: 700;
	line-height: 1.1em;
	opacity: 0;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease
}

.banner-carousel-section .active .content h2 {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms
}

.banner-carousel-section .content .text {
	position: relative;
	color: #545454;
	font-size: 16px;
	line-height: 1.8em;
	margin-top: 25px;
	margin-bottom: 45px;
	opacity: 0;
	max-width: 400px;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease
}

.banner-carousel-section .active .content .text {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms
}

.banner-carousel-section .content .link-box {
	position: relative;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease
}

.banner-carousel-section .content .link-box .theme-btn {
	float: left;
	margin-right: 30px;
	margin-bottom: 15px
}

.banner-carousel-section .active .content .link-box {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms
}

.banner-carousel-section .images-column {
	position: relative;
	padding-top: 380px
}

.banner-carousel-section .images-column.small-pad {
	position: relative;
	padding-top: 180px;
	padding-bottom: 50px
}

.banner-carousel-section .images-column .inner-column {
	position: relative;
	min-height: 380px
}

.banner-carousel-section .images-column .image-one {
	position: absolute!important;
	right: 10%!important;
	top: auto!important;
	bottom: -45px!important;
	z-index: 20;
	left: auto!important
}

.banner-carousel-section .images-column .image-two {
	position: absolute;
	right: 25px;
	top: -65px!important;
	z-index: 10;
	left: auto!important
}

.banner-carousel-section .images-column .image-three {
	position: absolute!important;
	left: auto!important;
	bottom: -45px!important;
	z-index: 10;
	top: auto!important;
	right: 15%!important
}

.banner-carousel-section .images-column .image-four {
	position: absolute!important;
	left: 110px!important;
	top: -235px!important;
	z-index: 10
}

.banner-carousel-section .images-column .image-five {
	position: absolute!important;
	left: 150px!important;
	top: -210px!important;
	z-index: 10
}

.banner-carousel-section .images-column .image-six {
	position: absolute!important;
	right: 0px!important;
	top: -140px!important;
	z-index: 10;
	left: auto!important
}

.banner-carousel-section .images-column img {
	width: auto
}

.banner-carousel-section .banner-carousel .owl-dots {
	display: none
}

.banner-carousel-section .banner-carousel .owl-nav {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 99;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease
}

.banner-carousel-section .banner-carousel:hover .owl-nav {
	opacity: 1
}

.banner-carousel-section .banner-carousel .owl-prev,
.banner-carousel-section .banner-carousel .owl-next {
	position: relative;
	display: inline-block;
	height: 60px;
	width: 60px;
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	line-height: 58px;
	margin-top: 1px;
	border: 1px solid rgba(255, 255, 255, .2);
	background-color: rgba(255, 255, 255, .1);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease
}

.banner-carousel-section .banner-carousel .owl-prev:hover,
.banner-carousel-section .banner-carousel .owl-next:hover {
	background-color: #fff;
	border-color: #fff;
	color: #fe6a22
}

.services-section {
	position: relative;
	padding: 115px 0 90px
}

.services-section .icon-one {
	position: absolute;
	left: 0;
	top: 200px;
	width: 77px;
	height: 292px;
	background-repeat: no-repeat
}

.services-section .icon-two {
	position: absolute;
	left: 140px;
	top: 410px;
	width: 59px;
	height: 59px;
	background-repeat: no-repeat
}

.services-section .icon-three {
	position: absolute;
	right: 300px;
	top: 230px;
	width: 35px;
	height: 35px;
	background-repeat: no-repeat
}

.services-section .icon-four {
	position: absolute;
	right: 0;
	top: 200px;
	width: 199px;
	height: 337px;
	background-repeat: no-repeat
}

.service-block {
	position: relative;
	margin-bottom: 30px
}

.service-block .inner-box {
	position: relative
}

.service-block .inner-box .icon-box {
	position: relative;
	color: #3d415b;
	line-height: 1em;
	font-size: 68px;
	margin-bottom: 45px
}

.service-block .inner-box .icon-box .icon {
	position: relative
}

.service-block .inner-box .icon-box:before {
	position: absolute;
	content: '';
	left: -7px;
	bottom: -14px;
	width: 75px;
	height: 88px;
	background: url(../images/icons/icon-10.png) no-repeat
}

.service-block .inner-box h3 {
	position: relative;
	font-size: 28px;
	line-height: 1.3em;
	font-weight: 700;
	margin-bottom: 25px
}

.service-block .inner-box h3 a {
	position: relative;
	color: #3d415b;
	-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 .inner-box h3 a:hover {
	color: #20bec6
}

.service-block .inner-box .text {
	position: relative;
	color: #545454;
	font-size: 16px;
	line-height: 1.7em
}

.service-block .inner-box .read-more {
	position: relative;
	color: #fe6a22;
	font-size: 16px;
	margin-top: 20px;
	display: inline-block;
	text-decoration: underline;
	-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 .inner-box .read-more:hover {
	color: #20bec6
}

.about-section {
	position: relative;
	padding: 80px 0 80px
}

.about-section .icon-layer {
	position: absolute;
	right: 0;
	top: -40px;
	width: 521px;
	height: 852px
}

.about-section .image-column {
	position: relative;
	margin-bottom: 40px
}

.about-section .image-column .inner-column {
	position: relative
}

.about-section .image-column .inner-column .btn-box {
	position: relative;
	text-align: right;
	margin-top: -8px
}

.about-section .image-column .inner-column .btn-box .theme-btn {
	border: 3px solid #fff;
	padding: 9px 35px
}

.about-section .image-column .inner-column .image {
	position: relative
}

.about-section .image-column .inner-column:before,
.splat-graphic-column:before {
	position: absolute;
	content: '';
	right: 70px;
	top: -120px;
	width: 894px;
	height: 770px;
	background: url(../images/background/pattern-1.png) no-repeat;
	z-index: -1
}

.splat-graphic-column.blue-splat:before {
	background: url(../images/background/pattern-1-blue.png) no-repeat
}

.about-section .content-column {
	position: relative
}

.about-section .content-column .inner-column {
	position: relative;
	padding-left: 20px
}

.about-section .content-column .sec-title {
	margin-bottom: 35px
}

.about-section .content-column .inner-column .text {
	position: relative
}

.about-section .content-column .inner-column .text p {
	position: relative;
	color: #545454;
	font-size: 16px;
	line-height: 1.9em;
	margin-bottom: 24px
}

.about-section .content-column .inner-column .text p:last-child {
	margin-bottom: 0
}

.about-section .content-column .inner-column .author {
	position: relative;
	color: #fe6a22;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 40px
}

.counter-section {
	position: relative
}

.counter-section .icon-one {
	position: absolute;
	left: 80px;
	top: 70px;
	width: 35px;
	height: 74px
}

.counter-section .pattern-layer {
	position: absolute;
	right: 0;
	top: -140px;
	width: 100%;
	height: 988px;
	background-repeat: no-repeat;
	background-position: right bottom
}

.counter-section .fact-counter .column .inner .content {
	text-align: left;
	display: inline-block
}

.counter-section .fact-counter .column:nth-child(2) {
	text-align: center
}

.counter-section .fact-counter .column:nth-child(3) {
	text-align: right
}

.fact-counter {
	position: relative
}

.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: relative;
	color: #ea3a60;
	font-size: 60px;
	text-align: center;
	line-height: 1em;
	font-weight: 400;
	margin-bottom: 28px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-family: 'Quicksand', sans-serif
}

.fact-counter .count-outer .percentage {
	display: inline-block;
	font-weight: 600;
	color: #fe6a22;
	font-size: 72px;
	line-height: 1em
}

.fact-counter .column .inner .count-outer {
	position: relative;
	font-weight: 700;
	color: #fe6a22;
	font-size: 72px;
	line-height: 1em;
	display: inline-block;
	font-family: 'Quicksand', sans-serif
}

.fact-counter .column .inner .counter-title {
	position: relative;
	font-size: 24px;
	margin-top: 20px;
	font-family: 'Ubuntu', sans-serif
}

.about-contact-section {
	position: relative;
	padding: 120px 0 100px
}

.about-contact-section .inner-container {
	position: relative;
	padding: 67px 100px;
	border-radius: 100px;
	background-color: #fff;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .1)
}

.about-contact-section .title {
	position: relative;
	color: #545454;
	font-size: 18px
}

.about-contact-section h2 {
	position: relative;
	color: #3d415b;
	font-size: 30px;
	font-weight: 700;
	margin-top: 8px
}

.about-contact-section .theme-btn {
	margin-top: 8px;
	padding: 15px 43px
}

.gallery-section {
	position: relative;
	padding: 170px 0 65px;
	margin-top: -70px
}

.gallery-section .sec-title {
	margin-bottom: 40px
}

.gallery-section .icon-one {
	position: absolute;
	left: 12%;
	top: -175px;
	width: 181px;
	height: 84px;
	margin-left: -80px;
	background-repeat: no-repeat
}

.gallery-section .icon-two {
	position: absolute;
	right: 100px;
	top: -20px;
	width: 250px;
	height: 114px;
	background-repeat: no-repeat
}

.gallery-section .pattern-layer {
	position: absolute;
	right: 0;
	top: 50px;
	width: 100%;
	height: 1088px;
	background-repeat: no-repeat
}

.gallery-section .outer-container {
	position: relative;
	padding: 120px 40px 0
}

.gallery-section .outer-container .owl-dots {
	display: none
}

.gallery-section .outer-container .owl-nav {
	position: absolute;
	left: 0;
	top: -120px;
	width: 100%;
	text-align: center
}

.gallery-section .outer-container .posters-carousel .owl-nav {
	display: none
}

.gallery-section .outer-container .owl-nav .owl-prev,
.gallery-section .outer-container .owl-nav .owl-next {
	position: relative;
	color: #3d415b;
	font-size: 32px;
	line-height: 1.2em;
	margin: 0 15px;
	display: inline-block;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease
}

.gallery-section .outer-container .owl-nav .owl-prev:hover,
.gallery-section .outer-container .owl-nav .owl-next:hover {
	color: #fe6a22
}

.gallery-item {
	position: relative;
	margin-bottom: 30px
}

.gallery-item .inner-box {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 5px
}

.gallery-item .image-box {
	position: relative;
	display: block;
	margin: 0
}

.gallery-item .image-box.bg-image {
	width: 100%;
	display: block;
	padding-top: 70%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.gallery-item .image-box img {
	position: relative;
	display: block;
	width: 100%
}

.gallery-item .overlay-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	color: #fff;
	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;
	background: rgba(0, 0, 0, .5);
	-moz-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%)
}

.gallery-item .inner-box:hover .overlay-box {
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	visibility: visible
}

.gallery-item .overlay-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	padding: 10px 0
}

.gallery-item .overlay-inner .content {
	position: relative;
	display: table-cell;
	vertical-align: middle
}

.gallery-item .overlay-inner .link {
	position: relative;
	font-size: 30px;
	color: #fff;
	line-height: 60px;
	border-radius: 50%;
	margin: 0 15px;
	font-weight: 400;
	display: inline-block;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease
}

.gallery-item .overlay-inner .link .icon {
	position: relative
}

.gallery-item .overlay-inner .link:hover {
	color: #fe6a22
}

.gallery-item .inner-box .lower-box {
	position: relative;
	padding-top: 22px
}

.gallery-item .inner-box .lower-box h3 {
	position: relative;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2em
}

.gallery-item .inner-box .lower-box h3 a {
	position: relative;
	color: #242424;
	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
}

.gallery-item .inner-box .lower-box .text {
	position: relative;
	color: #797979;
	font-size: 15px;
	text-align: center
}

.gallery-section .button-box .theme-btn {
	padding: 15px 48px;
	margin-top: 40px
}

.pricing-section {
	position: relative;
	padding: 90px 0 110px
}

.pricing-section .auto-container {
	position: relative
}

.pricing-section .icon-one {
	position: absolute;
	left: 110px;
	top: 200px;
	width: 66px;
	height: 56px;
	background-repeat: no-repeat
}

.pricing-section .icon-two {
	position: absolute;
	right: -70px;
	top: 200px;
	width: 35px;
	height: 74px;
	background-repeat: no-repeat
}

.pricing-section .icon-three {
	position: absolute;
	right: 130px;
	top: 55%;
	width: 35px;
	height: 35px;
	background-repeat: no-repeat
}

.pricing-section .icon-four {
	position: absolute;
	right: 130px;
	bottom: 100px;
	width: 66px;
	height: 56px;
	background-repeat: no-repeat
}

.pricing-section .outer-container {
	position: relative
}

.pricing-section .title-column {
	position: relative;
	margin-bottom: 40px;
	width: 35%;
	float: left
}

.pricing-section .title-column .inner-column {
	position: relative;
	padding-top: 120px;
	margin-bottom: 20px;
	padding-right: 20px
}

.pricing-section .title-column .inner-column .sec-title {
	margin-bottom: 25px
}

.pricing-section .title-column .inner-column .title-text {
	position: relative;
	color: #545454;
	font-size: 16px;
	line-height: 1.9em;
	margin-bottom: 60px
}

.pricing-section .price-column {
	position: relative;
	width: 65%;
	float: left
}

.pricing-section .price-column .inner-column {
	position: relative;
	padding-left: 40px
}

.pricing-tabs {
	position: relative
}

.pricing-tabs .tab-buttons {
	position: relative;
	border-radius: 50px;
	overflow: hidden;
	z-index: 10;
	display: inline-block;
	border: 2px solid #fe6a22
}

.pricing-tabs .tab-buttons .tab-btn {
	position: relative;
	color: #fe6a22;
	font-size: 16px;
	font-weight: 700;
	float: left;
	cursor: pointer;
	padding: 14px 37px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: 'Quicksand', sans-serif
}

.pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-tabs .tab-buttons .tab-btn.active-btn {
	color: #fff;
	background-color: #fe6a22
}

.pricing-section.style-two .title-column .inner-column .sec-title {
	margin-bottom: 40px
}

.pricing-section.style-two .pricing-tabs .tabs-content .tab .price-block:nth-child(2) {
	margin-top: -35px
}

.pricing-section.style-two .title-column {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 100px
}

.pricing-section.style-two .title-column .inner-column {
	padding-top: 0
}

.pricing-section.style-two .price-column {
	width: 100%;
	float: none
}

.pricing-section .pattern-layer {
	position: absolute;
	left: 150px;
	bottom: -30px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100%
}

.pricing-section.style-two .price-column .inner-column,
.pricing-section.style-three .price-column .inner-column {
	padding-left: 0
}

.pricing-section.style-three .sec-title {
	margin-bottom: 110px
}

.pricing-section.style-three .pricing-tabs .tabs-content .tab .price-block:nth-child(2) {
	margin-top: 0;
	-webkit-transform: translateY(-35px);
	-ms-transform: translateY(-35px);
	transform: translateY(-35px)
}

.pricing-section.style-three .title-column {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 100px
}

.pricing-section.style-three .title-column .inner-column {
	padding-top: 0
}

.pricing-section.style-three .price-column {
	width: 100%;
	float: none
}

.pricing-section.style-three .tab-btns-box {
	margin-top: 80px;
	text-align: center
}

.pricing-section.style-three .pricing-tabs .tab-buttons {
	border-color: #fe6a22
}

.pricing-section.style-three .pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-section.style-three .pricing-tabs .tab-buttons .tab-btn.active-btn {
	background-color: #fe6a22
}

.pricing-section.style-three .pricing-tabs .tab-buttons .tab-btn {
	color: #fe6a22
}

.pricing-section.style-three .pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-section.style-three .pricing-tabs .tab-buttons .tab-btn.active-btn {
	color: #fff
}

.pricing-tabs .tabs-content .tab {
	position: relative;
	display: none;
	z-index: 10;
	-webkit-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease
}

.pricing-tabs .tabs-content .tab .content {
	position: relative
}

.pricing-tabs .tabs-content .tab .content .row {
	margin: 0 -20px
}

.pricing-tabs .tabs-content .tab .content .price-block {
	padding: 0 20px
}

.pricing-section.style-two .pricing-tabs .tabs-content .tab .content .row {
	margin: 0 -15px
}

.pricing-section.style-two .pricing-tabs .tabs-content .price-block {
	padding: 0 15px
}

.pricing-tabs .tabs-content .tab.active-tab {
	display: block;
	margin-top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.pricing-tabs .tabs-content .tab .price-block:nth-child(2) {
	margin-top: 80px
}

.price-block {
	position: relative;
	z-index: 10;
	margin-bottom: 30px
}

.price-block .inner-box {
	position: relative;
	text-align: center;
	overflow: hidden;
	background-color: #fff;
	padding: 40px 15px 40px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.price-block .inner-box:hover {
	box-shadow: 0 0 25px rgba(0, 0, 0, .1)
}

.price-block .inner-box .line-one {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.price-block .inner-box .line-one:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 0;
	height: 1px;
	background-color: #fe6a22;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease
}

.price-block .inner-box:hover .line-one:before {
	width: 100%
}

.price-block .inner-box .line-one:after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 1px;
	height: 0%;
	background-color: #fe6a22;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease
}

.price-block .inner-box:hover .line-one:after {
	height: 100%;
	-webkit-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	transition-delay: 600ms
}

.price-block .inner-box .line-two {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.price-block .inner-box .line-two:before {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #fe6a22;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease
}

.price-block .inner-box:hover .line-two:before {
	width: 100%;
	-webkit-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	transition-delay: 1200ms
}

.price-block .inner-box .line-two:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 1px;
	height: 0%;
	background-color: #fe6a22;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease
}

.price-block .inner-box:hover .line-two:after {
	height: 100%;
	-webkit-transition-delay: 1800ms;
	-ms-transition-delay: 1800ms;
	transition-delay: 1800ms
}

.price-block .inner-box .icon-box {
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	font-size: 46px;
	color: #3d415b;
	line-height: 80px;
	margin-bottom: 25px;
	border-radius: 50%;
	border: 10px solid #f6f6f6;
	background-color: #eeedf7;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.price-block.style-two .inner-box .icon-box {
	line-height: 100px
}

.price-block .inner-box:hover .icon-box {
	background-color: #fe6a22;
	color: #fff
}

.price-block .inner-box h3 {
	position: relative;
	color: #333;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 25px;
	display: inline-block;
	padding: 0 42px 22px;
	border-bottom: 1px solid #e0e0e0
}

.price-block .inner-box .price-list {
	position: relative
}

.price-block .inner-box .price-list li {
	position: relative;
	color: #545454;
	font-size: 16px;
	margin-bottom: 14px
}

.price-block .inner-box .price-list li:last-child {
	margin-bottom: 20px
}

.price-block .inner-box .price {
	position: relative;
	color: #fe6a22;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.2em;
	font-family: 'Quicksand', sans-serif
}

.price-block .inner-box .price sub {
	font-size: 16px;
	top: -2px;
	position: relative
}

.price-block .inner-box .theme-btn {
	margin-top: 30px
}

.price-block.alternate .inner-box {
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	box-shadow: none
}

.price-block.alternate .inner-box:hover {
	border-radius: 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.price-block.alternate .inner-box h3 {
	padding: 0;
	border: none;
	margin: 0
}

.price-block .inner-box .btn-box {
	position: relative;
	margin-bottom: 30px
}

.price-block .inner-box .btn-box:before {
	position: absolute;
	content: '';
	left: -30px;
	top: 50px;
	right: -30px;
	height: 1px;
	background-color: #e0e0e0
}

.price-block.alternate .inner-box .theme-btn {
	margin-top: 25px
}

.testimonial-section {
	position: relative;
	padding: 130px 0 130px;
	background-position: left center;
	background-repeat: repeat-x
}

.testimonial-section .images-column {
	position: relative
}

.testimonial-section .images-column .inner-column {
	position: relative;
	min-height: 530px
}

.testimonial-section .image {
	position: relative;
	width: 162px;
	height: 162px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 1
}

.testimonial-section .big-image {
	position: absolute;
	right: 40px;
	top: 110px;
	width: 328px;
	height: 328px;
	z-index: 1;
	border-radius: 50%;
	overflow: hidden
}

.testimonial-section .image-one {
	position: absolute;
	left: 100px
}

.testimonial-section .image-two {
	position: absolute;
	left: 0;
	top: 170px
}

.testimonial-section .image-three {
	position: absolute;
	left: 80px;
	top: 370px
}

.testimonial-section .carousel-column {
	position: relative
}

.testimonial-section .carousel-column .inner-column {
	position: relative;
	padding-top: 30px;
	padding-right: 45px
}

.testimonial-section .carousel-column .inner-column .sec-title {
	margin-bottom: 35px
}

.testimonial-section .carousel-column .inner-column:before {
	position: absolute;
	content: '';
	right: 0;
	top: -40px;
	width: 787px;
	height: 631px;
	background: url(../images/background/pattern-5.png) no-repeat
}

.testimonial-section .carousel-column .owl-dots {
	display: none
}

.testimonial-section .carousel-column .owl-nav {
	position: relative;
	margin-top: 45px
}

.testimonial-section .carousel-column .owl-nav .owl-prev,
.testimonial-section .carousel-column .owl-nav .owl-next {
	position: relative;
	width: 65px;
	height: 30px;
	color: #0f7bff;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	border-radius: 3px;
	margin-right: 20px;
	font-weight: 400;
	display: inline-block;
	border: 1px solid #0f7bff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.testimonial-section .carousel-column .owl-nav .owl-prev:hover,
.testimonial-section .carousel-column .owl-nav .owl-next:hover {
	background-color: #3d415b;
	border-color: #3d415b;
	color: #fff
}

.testimonial-block {
	position: relative
}

.testimonial-block .inner-box {
	position: relative
}

.testimonial-block .inner-box .quote-icon {
	position: relative;
	color: #fe6a22;
	font-size: 50px;
	display: block;
	line-height: 1em;
	margin-bottom: 24px
}

.testimonial-block .inner-box .text {
	position: relative;
	color: #545454;
	font-size: 16px;
	line-height: 1.9em;
	margin-bottom: 35px
}

.testimonial-block .inner-box .author {
	position: relative;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Quicksand', sans-serif
}

.testimonial-block .inner-box .designation {
	position: relative;
	color: #545454;
	font-size: 14px;
	line-height: 1.9em;
	margin-top: 4px
}

.news-section {
	position: relative;
	padding: 110px 0 90px
}

.news-section .auto-container {
	position: relative
}

.news-section .icon-one {
	position: absolute;
	left: -100px;
	top: 270px;
	width: 35px;
	height: 74px
}

.news-block {
	position: relative;
	margin-bottom: 30px
}

.news-block .inner-box {
	position: relative
}

.news-block .inner-box h3 {
	position: relative;
	color: #3d415b;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5em
}

.news-block .inner-box h3 a {
	position: relative;
	color: #3d415b;
	-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 .inner-box h3 a:hover {
	color: #fe6a22
}

.news-block .inner-box .text {
	position: relative;
	color: #545454;
	font-size: 16px;
	line-height: 1.7em;
	margin-top: 22px
}

.news-block .inner-box .lower-box {
	position: relative;
	margin-top: 35px;
	padding: 35px 20px 0;
	border-top: 1px solid #ddd;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease
}

.news-block .inner-box:hover .lower-box {
	border-color: #3d415b
}

.news-block .inner-box .lower-box .box-inner {
	position: relative;
	min-height: 60px
}

.news-block .inner-box .lower-box .box-inner .post-info {
	position: relative;
	color: #545454;
	font-size: 16px;
	font-weight: 400;
	padding-top: 20px;
	font-family: 'Quicksand', sans-serif
}

.news-block .inner-box .lower-box .box-inner .post-info strong {
	font-weight: 700;
	color: #3d415b
}

.news-block .inner-box .lower-box .box-inner .author-image {
	position: absolute;
	right: 0;
	top: 0;
	float: right;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%
}

.call-to-action-section {
	position: relative;
	z-index: 1
}

.call-to-action-section .icon-one {
	position: absolute;
	right: 140px;
	top: 130px;
	content: '';
	width: 66px;
	height: 56px
}

.call-to-action-section .content {
	position: relative;
	text-align: center
}

.call-to-action-section .content h2 {
	position: relative;
	font-weight: 700;
	color: #3d415b;
	font-size: 42px;
	line-height: 1.4em;
	margin-bottom: 35px
}

.call-to-action-section.style-two {
	background-color: #0019ff
}

.call-to-action-section.style-two .content h2 {
	color: #fff
}

.call-to-action-section.style-three {
	background-color: #f4f9ff;
	background-size: cover
}

.main-footer {
	position: relative
}

.main-footer .pattern-layer {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 435px;
	height: 652px
}

.main-footer .widgets-section {
	position: relative;
	padding: 20px 0
}

.main-footer .footer-widget {
	position: relative;
	z-index: 1;
	margin-bottom: 30px
}

.main-footer .footer-widget h2 {
	position: relative;
	font-size: 24px !important;
	font-weight: 700;
	color: #3d415b;
	margin-bottom: 30px;
	text-transform: capitalize
}

.main-footer .footer-widget p.copyright {
	font-size: 11px;
	margin-top: 20px
}

.main-footer .logo-widget {
	position: relative
}

.main-footer .logo-widget .logo {
	position: relative;
	margin-bottom: 22px
}

.main-footer .logo-widget .logo a {
	display: block
}

.main-footer .logo-widget .logo a img {
	max-width: 150px
}

.main-footer .logo-widget .logo-list {
	position: relative;
	margin-bottom: 25px
}

.main-footer .logo-widget .logo-list li {
	position: relative;
	color: #545454;
	font-size: 16px;
	line-height: 1.7em;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: 'Quicksand', sans-serif
}

.main-footer .logo-widget .logo-list li:nth-child(2) a {
	color: #545454
}

.main-footer .logo-widget .logo-list li:last-child {
	margin-bottom: 0
}

.main-footer .logo-widget .logo-list li a {
	position: relative;
	color: #fe6a22
}

.main-footer.style-two .logo-widget .logo-list li:nth-child(2) a {
	color: #545454;
	-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 .logo-widget .logo-list li a:hover {
	color: #fe6a22
}

.main-footer.style-two .logo-widget .logo-list li a {
	color: #fe6a22
}

.main-footer.style-two .social-icon-one li a:hover {
	color: #fe6a22;
	border-color: #fe6a22
}

.main-footer.style-two .links-widget .list li a:hover {
	color: #fe6a22
}

.main-footer.style-two .newsletter-form .form-group input:focus {
	border-color: #fe6a22
}

.main-footer:not(.widgets-hidden) .footer-img {
	margin-top: -13.5%
}

.main-footer .footer-img img {
	width: 100%;
	height: auto
}

.links-widget .list li {
	position: relative;
	margin-bottom: 8px
}

.links-widget .list li a {
	position: relative;
	color: #545454;
	font-size: 16px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.links-widget .list li a:hover {
	color: #fe6a22
}

.newsletter-form {
	position: relative;
	margin-bottom_null: 30px;
    margin-top: 40px;
}
.newsletter-form iframe{
    height: 200px !important;
}

.newsletter-form .form-group {
	position: relative;
	display: block;
	z-index: 1;
	margin-bottom: 0
}

.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,
#mc4wp-form-1 input[type=email]{
	position: relative;
	width: 100%;
	line-height: 28px;
	padding: 10px 25px;
	height: 50px;
	color: #545454;
	display: inline-block;
	font-size: 14px;
	background: none;
	letter-spacing: 1px;
	border-radius: 50px;
	border: 1px solid #e1e1e1;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: #fff
}
#mc4wp-form-1 input[type=email],
.mc4wp-form input[type=email]{
	width: auto !important;
	margin-right: 10px;
}

.newsletter-form.in-body .form-group input[type="email"] {
	width: auto
}

.newsletter-form .form-group input:focus {
	border-color: #fe6a22
}

.newsletter-form .form-group input[type="submit"],
.newsletter-form .form-group button {
	position: relative;
	margin-top: 18px;
	padding: 10px 38px
}

.newsletter-form.in-body .form-group input[type="submit"],
.newsletter-form.in-body .form-group button {
	margin-top: 5px
}

.main-footer .footer-bottom {
	position: relative
}

.main-footer .footer-bottom .bottom-inner {
	position: relative;
	padding: 28px 40px
}

.main-footer .footer-bottom .bottom-inner:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100000%;
	height: 100%;
	border-radius: 50px 0 0 50px;
	background-color: #eee
}

.main-footer .footer-bottom .copyright {
	position: relative;
	color: #3d415b;
	font-size: 18px;
	font-weight: 400
}

.main-footer .footer-bottom .footer-nav {
	position: relative;
	text-align: right
}

.main-footer .footer-bottom .footer-nav li {
	position: relative;
	margin-left: 30px;
	display: inline-block
}

.main-footer .footer-bottom .footer-nav li a {
	position: relative;
	color: #3d415b;
	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
}

.main-footer .footer-bottom .footer-nav li a:hover {
	color: #fe6a22
}

.main-footer .footer-bottom.style-two .bottom-inner:before {
	display: none
}

.main-footer .footer-bottom.style-two .bottom-inner {
	border-top: 2px solid #eee;
	padding-left: 0;
	padding-right: 0
}

.main-footer .footer-bottom.style-three {
	background-color: #eaf1fb
}

.main-footer .footer-bottom.style-three .bottom-inner:before {
	display: none
}

.main-footer .footer-bottom.style-three .bottom-inner {
	padding-left: 0;
	padding-right: 0
}

.banner-section {
	position: relative;
	padding-top: 220px;
	padding-bottom: 150px;
	background-color: #fe6a22;
	background: #43c5d3;
	background: -moz-linear-gradient(-45deg, #43c5d3 0%, #25b4c2 35%, #2bb8c2 66%, #16a3aa 100%);
	background: -webkit-linear-gradient(-45deg, #43c5d3 0%, #25b4c2 35%, #2bb8c2 66%, #16a3aa 100%);
	background: linear-gradient(135deg, #43c5d3 0%, #25b4c2 35%, #2bb8c2 66%, #16a3aa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#43c5d3', endColorstr='#16a3aa', GradientType=1);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.banner-section .icon-one {
	position: absolute;
	content: '';
	left: 1%;
	top: 100px;
	width: 404px;
	height: 225px;
	background-size: contain
}

.banner-section .icon-two {
	position: absolute;
	content: '';
	left: 150px;
	bottom: 430px;
	width: 96px;
	height: 36px
}

.banner-section .icon-three {
	position: absolute;
	content: '';
	left: 38%;
	top: 390px;
	width: 189px;
	height: 85px;
	z-index: 1;
	background-size: contain
}

.banner-section .icon-four {
	position: absolute;
	content: '';
	right: 200px;
	top: 65px;
	width: 43px;
	height: 54px;
	z-index: 1
}

.banner-section .icon-five {
	position: absolute;
	content: '';
	right: 120px;
	bottom: 320px;
	width: 161px;
	height: 84px;
	z-index: 1;
	background-size: contain
}

.banner-section .content-column {
	position: relative
}

.banner-section .banner-content {
	position: relative;
	z-index: 9999
}

.banner-section .content-column .inner-column {
	position: relative;
	padding-top: 80px;
	padding-bottom: 0
}

.banner-section .content-column h2 {
	position: relative;
	color: #fff;
	font-size: 70px;
	font-weight: 700;
	line-height: 1em
}

.banner-section .content-column .text {
	position: relative;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5em;
	margin-top: 34px
}

.banner-section .content-column .link-box {
	position: relative;
	margin-top: 40px;
	z-index: 1
}

.banner-section .content-column .link-box .btn-style-two {
	padding: 13px 45px;
	border: 2px solid #fe6a22
}

.banner-section .content-column .link-box .theme-btn {
	margin-right: 20px
}

.banner-section .image-column {
	position: relative
}

.banner-section .image-column .inner-column {
	position: relative;
	z-index: 10
}

.banner-section .image-column .inner-column .image {
	position: relative
}

.banner-section .pattern-layer {
	position: absolute;
	content: '';
	left: 0;
	bottom: -8px;
	height: 248px;
	width: 100%;
	background-size: 100% 100%
}
@media (max-width:992px){
.banner-section .pattern-layer {
    height: 112px;
}
}
@media (max-width:600px){
.banner-section .pattern-layer {
    height: 60px;
}
}

.boost-section {
	position: relative;
	padding: 70px 0 40px
}

.boost-section .services-column {
	position: relative;
	margin-bottom: 40px;
	padding: 0
}

.boost-section .services-column .inner-column {
	position: relative
}

.boost-block {
	float: left;
	padding: 0
}

.boost-block {
	position: relative;
	z-index: 1;
	display: inline-block;
	float: none
}

.boost-block:after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 2px;
	height: 100%;
	margin-left: -1px;
	background: url(../images/icons/line-2.png) no-repeat
}

div>.boost-block:last-child:after {
	display: none
}

.boost-block .inner-box {
	position: relative;
	text-align: center;
	padding: 30px 15px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	display: block
}

.boost-block .inner-box:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	background-color: #fff
}

.boost-block .inner-box .icon-box {
	position: relative;
	padding: 0 15px
}

.boost-block .inner-box .icon-box img {
	max-width: 100%;
	height: auto
}

.boost-block .inner-box .icon-box .icon {
	position: relative;
	color: #248feb;
	font-size: 54px;
	line-height: 1em
}

.boost-block .inner-box h3 {
	position: relative;
	font-size: 26px;
	line-height: 1.3em;
	font-weight: 500;
	margin-top: 22px;
	letter-spacing: 1px
}

.boost-block:nth-child(2) .inner-box .icon-box .icon {
	color: #ffb400
}

.boost-block:nth-child(3) .inner-box .icon-box .icon {
	color: #fc2a2a
}

.boost-block:nth-child(4) .inner-box .icon-box .icon {
	color: #fe6a22
}

.boost-section .content-column {
	position: relative
}

.boost-section .content-column .inner-column {
	position: relative;
	z-index: 1;
	padding-left: 40px;
	padding-top: 25px
}

.boost-section .content-column .inner-column .sec-title-two:before {
	background-color: #ffb400
}

.boost-section .content-column .inner-column .text {
	position: relative
}

.boost-section .content-column .inner-column .text p {
	position: relative;
	color: #545454;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 20px
}

.boost-section .content-column .inner-column .text p:last-child {
	margin-bottom: 0
}

.market-section {
	position: relative;
	padding-top: 100px;
	padding-bottom: 110px
}

.market-section .content-column {
	position: relative;
	margin-bottom: 40px
}

.market-section .content-column .inner-column {
	position: relative;
	padding-top: 50px
}

.market-section .content-column .inner-column:before {
	position: absolute;
	content: '';
	right: 0;
	bottom: -180px;
	width: 1550px;
	height: 991px;
	background: url(../images/background/pattern-6.png) no-repeat;
	background-position: right bottom
}

.market-section .content-column .inner-column .sec-title-two {
	margin-bottom: 40px
}

.market-section .content-column .inner-column .bold-text,
.market-section .content-column .inner-column strong {
	position: relative;
	font-size: 18px;
	line-height: 1.7em;
	font-weight: 700;
	margin-bottom: 35px;
	font-family: 'Quicksand', sans-serif
}

.market-section .content-column .inner-column .list-style-one,
.market-section .content-column .inner-column ul {
	margin-bottom: 40px
}

.market-section .content-column .inner-column .theme-btn {
	padding: 13px 35px
}

.market-section .image-column {
	position: relative;
	margin-bottom: 40px
}

.market-section .image-column .inner-column {
	position: relative;
	text-align: center
}

.market-section .image-column .inner-column .image {
	margin-right: -140px
}

.services-section-two {
	position: relative;
	padding: 115px 0 90px
}

.services-section-two .pattern-layer {
	position: absolute;
	top: 0;
	width: 100%;
	height: 1136px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.services-section-two .owl-nav {
	display: none
}

.services-section-two .owl-dots {
	position: relative;
	text-align: center;
	margin-top: 50px
}

.services-section-two .owl-dots .owl-dot {
	position: relative;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background-color: #fe6a22;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.services-section-two .owl-dots .owl-dot:hover,
.services-section-two .owl-dots .owl-dot.active {
	background-color: #1ebdc9;
	width: 30px;
	border-radius: 50px
}

.service-block-two {
	position: relative;
	margin-bottom: 30px
}

.service-block-two .inner-box {
	position: relative;
	padding: 60px 15px;
	border-radius: 15px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: rgba(255, 255, 255, .5)
}

.service-block-two.with-image .inner-box {
	position: relative;
	padding: 20px 20px 40px 20px
}

.service-block-two .inner-box:before {
	content: '';
	position: absolute;
	background: #fff;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	border-radius: 7px;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: 50% 100%;
	transition: transform .4s ease-out
}

.service-block-two .inner-box:hover::before {
	transform-origin: center top;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.service-block-two .inner-box .icon-box {
	position: relative;
	color: #1ebdc9;
	font-size: 64px;
	line-height: 1em;
	-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 h3 {
	position: relative;
	color: #3d415b;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 700;
	margin-top: 30px
}

.service-block-two .inner-box h3 a {
	position: relative;
	color: #3d415b;
	-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 .text {
	position: relative;
	color: #545454;
	font-size: 14px;
	line-height: 2em;
	font-weight: 400;
	margin-top: 30px;
	padding: 0 35px
}

.service-block-two .inner-box .more-detail {
	position: relative;
	color: #fe6a22;
	font-weight: 700;
	line-height: 1.3em;
	margin-top: 28px;
	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;
	font-family: 'Quicksand', sans-serif
}

.service-block-two .inner-box:hover .icon-box {
	color: #000
}

.service-block-two .inner-box:hover h3 a {
	color: #fe6a22
}

.service-block-two .inner-box:hover .more-detail {
	color: #3d415b
}

.services-section-three {
	position: relative;
	padding: 140px 0 80px
}

.services-section-three.style-two {
	padding-top: 60px
}

.services-section-three .title-column {
	position: relative;
	margin-bottom: 40px
}

.services-section-three .title-column .inner-column {
	position: relative
}

.services-section-three .title-column .inner-column .sec-title-two {
	margin-bottom: 35px
}

.services-section-three .title-column .text {
	position: relative;
	color: #545454;
	font-size: 16px;
	line-height: 1.9em;
	max-width: 460px
}

.services-section-three .image-column {
	position: relative
}

.services-section-three .image-column .inner-column {
	position: relative;
	text-align: center
}

.testimonial-section-two {
	position: relative;
	padding: 130px 0 120px
}

.testimonial-section-two:before {
	position: absolute;
	content: '';
	left: 0;
	top: 290px;
	width: 306px;
	height: 454px;
	background: url(../images/icons/pattern-1.png) no-repeat
}

.testimonial-section-two .image-layer {
	position: absolute;
	content: '';
	left: -45px;
	right: 0;
	top: 350px;
	z-index: 1;
	height: 900px;
	background-repeat: no-repeat;
	background-position: center top
}

.testimonial-section-two .inner-container .testimonial-carousel-two {
	max-width: 950px;
	width: auto;
	margin: 0 -30px
}

.testimonial-section-two .owl-carousel .owl-stage-outer {
	padding: 20px 0 20px
}

.testimonial-section-two .testimonial-block-two {
	margin: 0 30px
}

.testimonial-section-two.style-two {
	padding-top: 20px
}

.testimonial-section-two.style-two .image-layer {
	top: 240px
}

.testimonial-block-two {
	position: relative;
	z-index: 12;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.testimonial-block-two .inner-box {
	position: relative;
	background-color: #fff;
	padding: 75px 70px 80px 75px
}

.testimonial-block-two .inner-box .quote-icon {
	position: absolute;
	left: 0;
	bottom: -15px;
	color: #f6f6f6;
	line-height: 1em;
	font-size: 85px
}

.testimonial-block-two .inner-box .content {
	position: relative;
	padding-left: 210px
}

.testimonial-block-two .inner-box .content .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 140px;
	height: 140px;
	border-radius: 4px;
	overflow: hidden
}

.testimonial-block-two .inner-box .content .text {
	position: relative;
	color: #545454;
	font-size: 18px;
	line-height: 1.7em
}

.testimonial-block-two .inner-box .content .author-name {
	position: relative;
	color: #3d415b;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 700;
	padding-left: 50px;
	margin-top: 30px
}

.testimonial-block-two .inner-box .content .author-name:before {
	position: absolute;
	content: '';
	left: 0;
	top: 12px;
	width: 40px;
	height: 2px;
	background-color: #fe6a22
}

.testimonial-section-two .owl-dots {
	display: none
}

.testimonial-section-two .owl-nav {
	position: absolute;
	right: -50px;
	bottom: 30px;
	text-align: center;
	margin-left: 0
}

.testimonial-section-two .owl-nav .owl-prev,
.testimonial-section-two .owl-nav .owl-next {
	position: relative;
	width: 30px;
	height: 65px;
	font-size: 20px;
	margin: 0 0;
	text-align: center;
	line-height: 63px;
	border-radius: 3px;
	margin-top: 24px;
	color: rgba(255, 255, 255, 1);
	border: 1px solid #fff;
	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 {
	color: #fe6a22;
	background-color: #fff
}

.subscribe-section {
	position: relative;
	z-index: 1;
	padding: 0 0 180px
}

.subscribe-section .form-column {
	position: relative;
	margin-bottom: 40px
}

.subscribe-section .form-column .inner-column {
	position: relative
}

.subscribe-section .form-column .inner-column h3 {
	position: relative;
	color: #fff;
	font-size: 42px;
	line-height: 1.6em;
	font-weight: 700;
	margin-bottom: 50px
}

.subscribe-section .subscribe-form {
	position: relative
}

.subscribe-section .subscribe-form .form-group {
	position: relative;
	display: block;
	z-index: 1;
	margin-bottom: 0
}

.subscribe-section .subscribe-form .form-group .icon {
	position: absolute;
	left: 32px;
	top: 24px;
	font-size: 30px;
	color: rgba(255, 255, 255, 1)
}

.subscribe-section .subscribe-form .form-group input[type="text"],
.subscribe-section .subscribe-form .form-group input[type="tel"],
.subscribe-section .subscribe-form .form-group input[type="email"],
.subscribe-section .subscribe-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 70px;
	font-size: 18px;
	color: #fff;
	line-height: 38px;
	padding: 10px 200px 10px 90px;
	font-weight: 400;
	border-radius: 50px;
	background: none;
	border: 2px solid #fff;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.subscribe-section .subscribe-form .form-group input[type="email"]:focus {
	border-color: #fe6a22
}

.subscribe-section .subscribe-form .form-group textarea::-webkit-input-placeholder,
.subscribe-section .subscribe-form .form-group input::-webkit-input-placeholder {
	color: #fff
}

.subscribe-section .subscribe-form .form-group .theme-btn {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	padding: 18px 45px
}

.subscribe-section .image-column {
	position: relative
}

.subscribe-section .image-column .inner-column {
	position: relative
}

.subscribe-section .image-column .inner-column .image {
	position: relative;
	margin-top: 0
}

.banner-section-two {
	position: relative;
	padding-top: 260px;
	padding-bottom: 0;
	background-size: cover
}

.banner-section-two:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: -1px;
	height: 206px;
	width: 100%;
	background: url(../images/main-slider/pattern-3.png) repeat-x;
	background-size: 100% 100%
}

.banner-section-two .content-column {
	position: relative
}

.banner-section-two .content-column .inner-column {
	position: relative;
	padding-top: 110px;
	padding-bottom: 50px
}

.banner-section-two .content-column h2 {
	position: relative;
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.3em
}

.banner-section-two .content-column .text {
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.9em;
	margin-top: 40px;
	max-width: 375px
}

.banner-section-two .content-column .link-box {
	position: relative;
	margin-top: 40px
}

.banner-section-two .content-column .link-box .btn-style-two {
	padding: 13px 45px;
	border: 2px solid #fe6a22
}

.banner-section-two .content-column .link-box .theme-btn {
	margin-right: 20px;
	margin-bottom: 15px
}

.banner-section-two .image-column {
	position: relative
}

.banner-section-two .image-column .inner-column {
	position: relative;
	z-index: 10;
	margin-right: -290px
}

.banner-section-two .image-column .inner-column .image {
	position: relative;
	display: inline-block
}

.banner-section-two .image-column .inner-column .image.image-2 {
	margin-left: -120px;
	top: 120px
}

.banner-section-two .pattern-layer {
	position: absolute;
	content: '';
	left: 0;
	bottom: -8px;
	height: 248px;
	width: 100%
}

.google-btn {
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	border-radius: 5px;
	display: inline-block;
	border: 1px solid #fff;
	padding: 8px 20px 11px 65px;
	font-family: 'Quicksand', sans-serif
}

.google-btn .txt {
	font-size: 12px;
	font-family: 'Ubuntu', sans-serif
}

.google-btn .icon {
	position: absolute;
	left: 18px;
	top: 15px;
	font-size: 34px;
	font-weight: 400;
	line-height: 1em
}

.google-btn:hover {
	color: #fff
}

.app-btn {
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	border-radius: 5px;
	display: inline-block;
	border: 1px solid #fff;
	padding: 8px 20px 11px 65px;
	font-family: 'Quicksand', sans-serif
}

.app-btn .txt {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif
}

.app-btn .icon {
	position: absolute;
	left: 18px;
	top: 15px;
	font-size: 34px;
	font-weight: 400;
	line-height: 1em
}

.app-btn:hover {
	color: #fff
}

.services-section-four {
	position: relative;
	padding: 200px 0 120px
}

.service-block-three {
	position: relative;
	z-index: 1;
	margin-bottom: 30px
}

.service-block-three .inner-box {
	position: relative
}

.service-block-three .inner-box .image {
	position: relative
}

.service-block-three .inner-box h3 {
	position: relative;
	color: #3d415b;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 30px
}

.service-block-three .inner-box h3 a {
	position: relative;
	color: #3d415b;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease
}

.service-block-three .inner-box h3 a:hover {
	color: #1028aa
}

.service-block-three .inner-box .text {
	position: relative;
	color: #545454;
	font-size: 16px;
	line-height: 1.9em;
	margin-bottom: 25px
}

.service-block-three .inner-box .read-more {
	position: relative;
	color: #1028aa;
	font-size: 16px;
	line-height: 1.9em;
	font-weight: 700;
	font-family: 'Quicksand', sans-serif;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease
}

.service-block-three .inner-box .read-more:hover {
	color: #3d415b
}

.app-section {
	position: relative;
	padding: 180px 0 60px
}

.app-section.style-two {
	padding-top: 60px
}

.app-section .pattern-layer {
	position: absolute;
	content: '';
	left: 0;
	top: 130px;
	width: 240px;
	height: 482px
}

.app-section .title-column {
	position: relative;
	z-index: 1;
	margin-bottom: 40px
}

.app-section .title-column .inner-column {
	position: relative;
	padding-top: 45px
}

.app-section .title-column .inner-column .arrow-icon {
	position: relative;
	padding: 8px 17px 4px;
	border-radius: 8px;
	text-align: center;
	display: inline-block;
	background-color: #f5f5f5
}

.app-section .title-column .inner-column .arrow-icon .caret {
	position: relative;
	color: #3f71ff;
	font-size: 30px;
	margin: 0 2px;
	line-height: 1em
}

.app-section .title-column .inner-column .arrow-icon .caret.caret-two {
	opacity: .5
}

.app-section .title-column .inner-column .arrow-icon .caret.caret-three {
	opacity: .2
}

.app-section .title-column .inner-column h2 {
	position: relative;
	color: #3d415b;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.3em;
	margin-top: 40px;
	margin-bottom: 20px
}

.app-section .title-column .inner-column .bold-text {
	position: relative;
	color: #545454;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4em;
	margin-top: 32px;
	margin-bottom: 28px
}

.app-section .title-column .inner-column .text {
	position: relative;
	color: #545454;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7em;
	max-width: 500px;
	margin-bottom: 40px
}

.app-section .content-column {
	position: relative
}

.app-section .content-column .inner-column {
	position: relative
}

.app-section .content-column .inner-column .image {
	position: relative;
	z-index: 1
}

.app-section .content-column .inner-column .icon-one {
	position: absolute;
	left: -75px;
	top: -20px;
	width: 26px;
	height: 26px
}

.app-section .content-column .inner-column .icon-two {
	position: absolute;
	right: 0;
	bottom: 80px;
	width: 43px;
	height: 43px
}

.app-section .content-column .inner-column .pattern-layer-two {
	position: absolute;
	left: -30px;
	top: -210px;
	width: 790px;
	height: 801px;
	background-repeat: no-repeat
}

.app-section .content-column .inner-column .pattern-layer-three {
	position: absolute;
	left: -50px;
	top: 40px;
	width: 757px;
	height: 726px;
	background-repeat: no-repeat
}

.app-block {
	position: relative;
	z-index: 1;
	margin-bottom: 40px
}

.app-block .inner-box {
	position: relative;
	padding: 40px 40px 0;
	background-color: #fff;
	border-radius: 15px;
	max-width: 430px;
	width: 100%;
	box-shadow: 0 0 25px rgba(0, 0, 0, .1)
}

.app-block .inner-box .content {
	position: relative;
	padding-left: 88px;
	padding-bottom: 35px
}

.app-block .inner-box .content .icon-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 100%;
	color: #fff;
	text-align: center;
	padding-top: 24px;
	font-size: 25px;
	border-radius: 50px 50px 0 0;
	background-color: #ed1c24
}

.app-block .inner-box .content h3 {
	position: relative;
	color: #3d415b;
	font-size: 18px;
	font-weight: 700
}

.app-block .inner-box .content .text {
	position: relative;
	color: #545454;
	font-size: 14px;
	line-height: 1.8em;
	margin-top: 14px
}

.app-block:nth-child(2) {
	margin-left: 140px
}

.app-block:nth-child(2) .inner-box .content .icon-box {
	background-color: #47a0e2
}

.app-block:nth-child(3) .inner-box .content .icon-box {
	background-color: #ffb400
}

.app-section.style-two .title-column .inner-column {
	padding-top: 140px
}

.app-section-two {
	position: relative;
	padding: 60px 0 100px
}

.app-section-two .title-column {
	position: relative;
	z-index: 1
}

.app-section-two .title-column .inner-column {
	position: relative;
	padding-top: 45px;
	padding-left: 70px
}

.app-section-two .title-column .inner-column .arrow-icon {
	position: relative;
	padding: 8px 17px 4px;
	border-radius: 8px;
	text-align: center;
	display: inline-block;
	background-color: #f5f5f5
}

.app-section-two .title-column .inner-column .arrow-icon .caret {
	position: relative;
	color: #3f71ff;
	font-size: 30px;
	margin: 0 2px;
	line-height: 1em
}

.app-section-two .title-column .inner-column .arrow-icon .caret.caret-two {
	opacity: .5
}

.app-section-two .title-column .inner-column .arrow-icon .caret.caret-three {
	opacity: .2
}

.app-section-two .title-column .inner-column h2 {
	position: relative;
	color: #3d415b;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.3em;
	margin-top: 35px;
	margin-bottom: 20px
}

.app-section-two .title-column .inner-column .bold-text {
	position: relative;
	color: #545454;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4em;
	margin-top: 28px;
	margin-bottom: 28px
}

.app-section-two .title-column .inner-column .text {
	position: relative;
	color: #545454;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7em;
	max-width: 500px;
	margin-bottom: 40px
}

.app-section-two .title-column .inner-column .theme-btn {
	padding: 17px 48px
}

.app-section-two .image-column {
	position: relative
}

.app-section-two .image-column .inner-column {
	position: relative
}

.app-section-two .image-column .inner-column .image {
	position: relative;
	margin-left: -180px
}

.app-section-two .image-column .inner-column .icon-one {
	position: absolute;
	right: 50px;
	top: 110px;
	width: 26px;
	height: 26px
}

.app-section-two .image-column .inner-column .icon-two {
	position: absolute;
	left: -140px;
	bottom: 260px;
	width: 43px;
	height: 43px;
	z-index: 1
}

.app-section-two .pattern-layer {
	position: absolute;
	content: '';
	right: 0;
	bottom: -150px;
	width: 240px;
	height: 482px
}

.fluid-section-one {
	position: relative;
	margin-top: 150px;
	z-index: 1
}

.fluid-section-one .image-layer {
	position: absolute;
	left: 0;
	top: -150px;
	width: 100%;
	height: 898px;
	background-repeat: no-repeat;
	background-position: left center
}

.fluid-section-one .outer-container {
	position: relative
}

.fluid-section-one .image-column {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	bottom: 0;
	float: right;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat
}

.fluid-section-one .image-column .inner-column {
	position: relative;
	margin-left: -130px
}

.fluid-section-one .image-column .image {
	width: 100%;
	z-index: 1
}

.fluid-section-one .image-column .image img {
	display: block;
	max-width: none
}

.fluid-section-one .content-column {
	position: relative;
	width: 50%;
	float: left;
	padding: 60px 200px 80px 15px
}

.fluid-section-one .content-column .content-box {
	position: relative;
	max-width: 600px;
	float: right
}

.fluid-section-one .content-column h2 {
	position: relative;
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.3em
}

.fluid-section-one .content-column .text {
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.9em;
	margin-top: 20px;
	margin-bottom: 32px
}

.fluid-section-one .content-column .lower-box {
	position: relative;
	padding-top: 46px;
	margin-top: 28px
}

.fluid-section-one .content-column .lower-box:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 4px;
	width: 100%;
	background: url(../images/icons/line-3.png) no-repeat
}

.fluid-section-one .content-column .lower-box .author-info {
	position: relative;
	float: left
}

.fluid-section-one .content-column .lower-box .author-info .author-inner {
	position: relative;
	padding-top: 15px;
	min-height: 85px;
	padding-left: 115px
}

.fluid-section-one .content-column .lower-box .author-info .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 85px;
	height: 85px;
	overflow: hidden;
	border-radius: 50%
}

.fluid-section-one .content-column .lower-box .author-info h3 {
	position: relative;
	color: #f6ff00;
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize
}

.fluid-section-one .content-column .lower-box .author-info .designation {
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	margin-top: 4px;
	text-transform: capitalize
}

.fluid-section-one .content-column .lower-box .signature {
	position: relative;
	right: 0;
	top: 0;
	float: left;
	margin-left: 50px
}

.fluid-section-one .content-column .lower-box .signature img {
	position: relative
}

.pricing-section-two {
	position: relative;
	padding: 280px 0 110px
}

.pricing-section-two .auto-container {
	position: relative
}

.pricing-section-two .outer-container {
	position: relative
}

.pricing-section-two .title-column {
	position: relative;
	margin-bottom: 40px;
	width: 35%;
	float: left
}

.pricing-section-two .title-column .inner-column {
	position: relative;
	padding-left: 100px;
	padding-top: 120px;
	margin-bottom: 20px
}

.pricing-section-two .title-column .inner-column .sec-title {
	margin-bottom: 25px
}

.pricing-section-two .title-column .inner-column .title-text {
	position: relative;
	color: #545454;
	font-size: 16px;
	z-index: 10;
	line-height: 1.9em;
	margin-bottom: 60px
}

.pricing-section-two .price-column {
	position: relative;
	width: 65%;
	float: left
}

.pricing-section-two .price-column .inner-column {
	position: relative;
	padding-left: 40px
}

.pricing-section-two .price-column .inner-column .dots-style {
	position: relative;
	text-align: center;
	margin-top: 50px;
	z-index: 1
}

.pricing-section-two .price-column .inner-column .dots-style li {
	position: relative;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 50px;
	display: inline-block;
	background-color: #fe6a22;
	-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-section-two .price-column .inner-column .dots-style li.active,
.pricing-section-two .price-column .inner-column .dots-style li:hover {
	width: 30px;
	background-color: #3d415b
}

.pricing-tabs-two {
	position: relative
}

.pricing-tabs-two .tab-buttons {
	position: relative;
	border-radius: 50px;
	overflow: hidden;
	z-index: 1;
	display: inline-block;
	border: 2px solid #fe6a22
}

.pricing-tabs-two .tab-buttons .tab-btn {
	position: relative;
	color: #fe6a22;
	font-size: 16px;
	font-weight: 700;
	float: left;
	cursor: pointer;
	padding: 14px 37px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: 'Quicksand', sans-serif
}

.pricing-tabs-two .tab-buttons .tab-btn:hover,
.pricing-tabs-two .tab-buttons .tab-btn.active-btn {
	color: #fff;
	background-color: #fe6a22
}

.pricing-tabs-two .tabs-content .tab {
	position: relative;
	display: none;
	z-index: 1
}

.btn-alternate {
	position: relative;
	display: inline-block;
	line-height: 30px;
	padding: 10px 40px;
	color: #fff;
	background: #3d415b;
	text-transform: capitalize;
	border-radius: 7px
}

.pricing-tabs-two .btn-alternate {
	display: inline-block!important;
	min-width: 164px;
	width: auto;
	box-sizing: border-box
}

.pricing-tabs-two .btn-alternate:hover {
	color: #fff
}

.pricing-tabs-two .tabs-content .tab.active-tab {
	display: block
}

.pricing-tabs-two .tabs-content .tab .content {
	position: relative;
	margin: 0 auto
}

.pricing-tabs-two .tabs-content .ms-layout-partialview .ms-container {
	padding-top: 10px;
	padding-bottom: 10px
}

.pricing-tabs-two .tabs-content .ms-skin-default .ms-nav-next {
	right: -150px;
	opacity: 1!important;
	display: block!important;
	background: #f3f1fe;
	color: #30333c;
	width: 44px;
	height: 44px;
	font-size: 20px;
	line-height: 44px;
	text-align: center;
	padding-left: 2px;
	border-radius: 50%
}

.pricing-tabs-two .tabs-content .ms-skin-default .ms-nav-next:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	display: block;
	font-weight: 800;
	line-height: 44px
}

.pricing-tabs-two .tabs-content .ms-skin-default .ms-nav-prev {
	left: -150px;
	opacity: 1!important;
	display: block!important;
	background: #f3f1fe;
	color: #30333c;
	width: 44px;
	height: 44px;
	font-size: 20px;
	line-height: 44px;
	text-align: center;
	padding-right: 2px;
	border-radius: 50%
}

.pricing-tabs-two .tabs-content .ms-skin-default .ms-nav-prev:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f104";
	display: block;
	font-weight: 800;
	line-height: 44px
}

.pricing-tabs-two .tabs-content .ms-skin-default .ms-nav-prev:hover,
.pricing-tabs-two .tabs-content .ms-skin-default .ms-nav-next:hover {
	background: #30333c;
	color: #fff
}

.pricing-section-two .pattern-layer {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left bottom
}

.testimonial-section-three {
	position: relative;
	padding: 130px 0 80px
}

.testimonial-section-three .authors-column {
	position: relative;
	z-index: 20
}

.testimonial-section-three .authors-column .inner-column {
	position: relative;
	min-height: 530px;
	margin-left: -220px
}

.testimonial-section-three .image {
	position: relative;
	width: 162px;
	height: 162px;
	border-radius: 50%;
	overflow: hidden
}

.testimonial-section-three .big-image {
	position: absolute;
	right: 40px;
	top: 110px;
	width: 328px;
	height: 328px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 0 22px rgba(0, 0, 0, .1)
}

.testimonial-section-three .image-one {
	position: absolute;
	left: 100px
}

.testimonial-section-three .image-two {
	position: absolute;
	left: 0;
	top: 170px
}

.testimonial-section-three .image-three {
	position: absolute;
	left: 80px;
	top: 370px
}

.testimonial-section-three .carousel-column {
	position: relative;
	margin-bottom: 40px
}

.testimonial-section-three .carousel-column .inner-column {
	position: relative;
	margin-left: 90px
}

.testimonial-section-three .carousel-column .inner-column:before {
	position: absolute;
	content: '';
	right: 100%;
	top: 0;
	width: 10000%;
	height: 100%;
	z-index: 2;
	margin-right: 20px;
	background-color: #fff
}

.testimonial-section-three .carousel-column .inner-column .sec-title {
	margin-bottom: 35px
}

.testimonial-section-three .testimonial-carousel-three {
	max-width: 580px;
	width: auto;
	margin: 0 -21px
}

.testimonial-section-three .owl-carousel .owl-stage-outer {
	padding: 21px 0 21px;
	overflow: visible
}

.testimonial-section-three .testimonial-block-three {
	margin: 0 21px
}

.testimonial-section-three .carousel-column .owl-dots {
	display: none
}

.testimonial-section-three .carousel-column .owl-nav {
	position: relative;
	margin-left: 22px
}

.testimonial-section-three .carousel-column .owl-nav .owl-prev,
.testimonial-section-three .carousel-column .owl-nav .owl-next {
	position: relative;
	height: 30px;
	width: 65px;
	font-size: 20px;
	margin-right: 24px;
	text-align: center;
	line-height: 28px;
	border-radius: 3px;
	margin-top: 24px;
	display: inline-block;
	color: #0f7bff;
	border: 1px solid #0f7bff;
	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 .carousel-column .owl-nav .owl-prev:hover,
.testimonial-section-three .carousel-column .owl-nav .owl-next:hover {
	color: #fff;
	border-color: #3d415b;
	background-color: #3d415b
}

.testimonial-block-three {
	position: relative
}

.testimonial-block-three .inner-box {
	position: relative;
	padding: 45px 45px;
	border-radius: 12px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.testimonial-block-three .inner-box .text {
	position: relative;
	color: #545454;
	font-size: 18px;
	line-height: 1.8em;
	margin-bottom: 25px
}

.testimonial-block-three .inner-box h3 {
	position: relative;
	color: #333;
	font-size: 18px;
	font-weight: 700
}

.testimonial-block-three .inner-box .designation {
	position: relative;
	color: #545454;
	font-size: 14px;
	font-weight: 400;
	margin-top: 6px
}

.testimonial-block-three .inner-box .quote {
	position: relative;
	color: #fff2f2;
	font-size: 100px;
	line-height: 40px
}

.blue {
	background-color: #00024f
}

.banner-section-three {
	position: relative;
	padding-top: 290px;
	padding-bottom: 220px
}

.banner-section-three .image-layer {
	position: absolute;
	right: 150px;
	top: 0;
	width: 777px;
	height: 970px
}

.banner-section-three .content {
	position: relative
}

.banner-section-three .inner-content {
	position: relative;
	max-width: 1024px
}

.banner-section-three .inner-content .title {
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 0 40px;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Quicksand', sans-serif
}

.banner-section-three .inner-content .title:before {
	position: absolute;
	content: '';
	left: 0;
	top: 10px;
	height: 2px;
	width: 30px;
	background-color: #fff
}

.banner-section-three .inner-content .title:after {
	position: absolute;
	content: '';
	right: 0;
	top: 10px;
	height: 2px;
	width: 30px;
	background-color: #fff
}

.banner-section-three .inner-content h2 {
	position: relative;
	color: #fff;
	font-size: 64px;
	font-weight: 700;
	line-height: 1.4em;
	margin-top: 35px;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-family: 'Quicksand', sans-serif
}

.banner-section-three .inner-content h2 .name {
	color: #feb322
}

.banner-section-three .inner-content h2 .text-rotate {
	color: #feb322
}

.banner-section-three .inner-content .text {
	position: relative;
	font-size: 16px;
	color: #fff;
	line-height: 1.8em;
	margin-top: 30px
}

.about-section-two {
	position: relative;
	padding: 50px 0 130px
}

.about-section-two .image-column {
	position: relative;
	margin-bottom: 40px
}

.about-section-two .image-column .inner-column {
	position: relative;
	padding-right: 70px
}

.about-section-two .image-column .inner-column .image {
	position: relative
}

.about-section-two .image-column .inner-column .image:before {
	position: absolute;
	content: '';
	left: -70px;
	top: -70px;
	width: 294px;
	height: 402px;
	background: url(../images/background/pattern-13.png) no-repeat
}

.about-section-two .image-column .inner-column:before {
	position: absolute;
	content: '';
	left: 0;
	top: -50px;
	right: 20px;
	bottom: 0;
	border-radius: 0 0 30px 0;
	border: 3px solid rgba(255, 255, 255, .1);
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	transition: all 900ms ease
}

.about-section-two .image-column .inner-column .image img {
	position: relative;
	width: 100%;
	display: block;
	border-radius: 0 0 30px 0
}

.about-section-two .content-column {
	position: relative;
	margin-bottom: 40px
}

.about-section-two .content-column .sec-title-four {
	margin-bottom: 55px
}

.about-section-two .content-column .inner-column {
	position: relative;
	text-align: right;
	padding-left: 35px;
	padding-top: 130px
}

.about-section-two .content-column .text {
	position: relative;
	color: #fff;
	font-size: 16px;
	line-height: 2.2em;
	margin-bottom: 60px
}

.divider-one {
	position: relative;
	width: 100%;
	height: 72px;
	background: url(../images/background/divider-1.png) repeat-x;
	background-position: left top;
	animation: slide 145s linear infinite;
	-webkit-animation: slide 145s linear infinite
}

@keyframes slide {
	from {
		background-position: 0 0
	}
	to {
		background-position: 20000px 0
	}
}

@-webkit-keyframes slide {
	from {
		background-position: 0 0
	}
	to {
		background-position: 20000px 0
	}
}

.divider-two {
	position: relative;
	width: 100%;
	height: 72px;
	background: url(../images/background/divider-2.png) repeat-x;
	background-position: left top;
	animation: slide 145s linear infinite;
	-webkit-animation: slide 145s linear infinite
}

.expertise-section {
	position: relative;
	padding: 130px 0 90px
}

.expertise-section .expertise-tabs {
	position: relative
}

.expertise-section .expertise-tabs .tab-btns {
	position: relative;
	margin-bottom: 40px;
	padding-right: 100px
}

.expertise-section .expertise-tabs .tab-btns .tab-btn {
	position: relative;
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	z-index: 1;
	line-height: 1.6em;
	margin-bottom: 40px;
	padding: 25px 0 25px 50px;
	transition: all 500ms ease;
	text-transform: uppercase;
	font-family: 'Quicksand', sans-serif;
	border-radius: 0 50px 50px 0;
	border: 1px solid rgba(255, 255, 255, .3)
}

.expertise-section .expertise-tabs .tab-btns .tab-btn:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	z-index: -1;
	border-radius: 0 50px 50px 0;
	background-color: #feb322;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease
}

.expertise-section .expertise-tabs .tab-btns .tab-btn.active-btn::before,
.expertise-section .expertise-tabs .tab-btns .tab-btn:hover::before {
	width: 100%
}

.expertise-section .expertise-tabs .tab-btns .tab-btn:hover,
.expertise-section .expertise-tabs .tab-btns .tab-btn.active-btn {
	color: #00024f;
	border-color: #feb322
}

.expertise-section .expertise-tabs .tabs-content {
	position: relative;
	padding: 30px 100px 0
}

.expertise-section .expertise-tabs .tabs-content .tab {
	position: relative;
	display: none
}

.expertise-section .expertise-tabs .tabs-content .tab.active-tab {
	display: block
}

.progress-bars {
	position: relative
}

.progress-bars .bar-item {
	position: relative;
	margin-bottom: 80px
}

.progress-bars .bar-item:last-child {
	margin-bottom: 0
}

.progress-bars .bar-item .skill-bar {
	position: relative;
	width: 100%;
	height: 1px
}

.progress-bars .bar-item .skill-bar .bar-inner {
	position: relative;
	width: 100%;
	height: 6px;
	background: none;
	border: 1px solid #feb322
}

.progress-bars .bar-item .skill-bar .bar-inner .bar {
	position: absolute;
	left: 0;
	top: -1px;
	height: 6px;
	width: 0;
	background-color: #feb322;
	-webkit-transition: all 2000ms ease;
	-ms-transition: all 2000ms ease;
	-o-transition: all 2000ms ease;
	-moz-transition: all 2000ms ease;
	transition: all 2000ms ease
}

.progress-bars .bar-item .skill-header {
	position: relative;
	line-height: 24px;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px
}

.progress-bars .bar-item .skill-header .skill-title {
	position: relative;
	float: left;
	color: #feb322;
	font-weight: 500;
	font-size: 16px;
	font-family: 'Quicksand', sans-serif
}

.progress-bars .bar-item .skill-percentage {
	position: absolute;
	right: -10px;
	top: -45px;
	font-weight: 500;
	line-height: 24px;
	text-transform: capitalize;
	color: #00024f;
	font-size: 16px;
	padding: 0 10px;
	font-family: 'Quicksand', sans-serif;
	background-color: #feb322
}

.progress-bars .bar-item .skill-percentage:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -8px;
	margin-left: -6px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #feb322
}

.services-section-five {
	position: relative;
	padding: 130px 0 70px
}

.services-section-five .service-block-four:nth-child(2) {
	margin-top: 50px
}

.services-section-five .service-block-four:nth-child(3) {
	margin-top: 100px
}

.services-section-five .service-block-four:nth-child(4) {
	margin-top: -100px
}

.services-section-five .service-block-four:nth-child(5) {
	margin-top: -50px
}

.service-block-four {
	position: relative;
	margin-bottom: 70px
}

.service-block-four .inner-box {
	position: relative;
	padding: 44px 44px;
	border-radius: 5px;
	-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: 2px solid rgba(255, 255, 255, .15)
}

.service-block-four .inner-box .border-one:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease
}

.service-block-four .inner-box .border-one:after {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	width: 2px;
	height: 0;
	background-color: #fff;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease
}

.service-block-four .inner-box:hover .border-one:before {
	width: 100%
}

.service-block-four .inner-box:hover .border-one:after {
	height: 100%
}

.service-block-four .inner-box .border-two:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 2px;
	height: 0;
	background-color: #fff;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease
}

.service-block-four .inner-box .border-two:after {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease
}

.service-block-four .inner-box:hover .border-two:before {
	height: 100%
}

.service-block-four .inner-box:hover .border-two:after {
	width: 100%
}

.service-block-four .inner-box .icon-box {
	position: relative;
	line-height: 1em;
	font-size: 60px;
	color: #fff;
	-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 .icon-box {
	color: #feb322
}

.service-block-four .inner-box h3 {
	position: relative;
	color: #feb322;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3em;
	margin: 40px 0 25px
}

.service-block-four .inner-box h3 a {
	position: relative;
	color: #feb322;
	-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 h3 a {
	color: #fff
}

.service-block-four .inner-box .text {
	position: relative;
	color: #fff;
	font-size: 16px;
	line-height: 1.9em
}

.service-block-four .inner-box .service-number {
	position: relative;
	margin-top: 35px
}

.service-block-four .inner-box .service-number:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .2)
}

.service-block-four .inner-box .service-number .number {
	position: absolute;
	right: 0;
	top: -15px;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	border-radius: 50px;
	font-weight: 700;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: #00024f;
	border: 2px solid rgba(255, 255, 255, .2);
	font-family: 'Quicksand', sans-serif
}

.service-block-four .inner-box:hover .service-number .number {
	background-color: #feb322;
	color: #00024f;
	border-color: #00024f
}

.gallery-section-two {
	position: relative;
	padding: 95px 0 90px
}

.gallery-section-two .auto-container {
	position: relative
}

.gallery-section-two .filters {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

.gallery-section-two .filters .filter-tabs {
	position: relative;
	margin-bottom: 40px
}

.gallery-section-two .filters .filter-tabs .filter {
	position: relative;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	font-weight: 500;
	padding-left: 0;
	margin-bottom: 45px;
	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;
	font-family: 'Quicksand', sans-serif
}

.gallery-section-two .filters .filter-tabs .filter:last-child {
	padding-right: 0;
	margin-right: 0
}

.gallery-section-two .filters .filter-tabs .filter:after {
	position: absolute;
	content: '';
	left: 0;
	top: 12px;
	width: 28px;
	height: 2px;
	opacity: 0;
	background-color: #feb322;
	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
}

.gallery-section-two .filters .filter-tabs .filter.active::after {
	opacity: 1
}

.gallery-section-two .filters .filter-tabs .filter.active {
	color: #f7bd00;
	padding-left: 50px
}

.gallery-section-two .filter-list {
	position: relative;
	padding-left: 310px
}

.gallery-section-two .mixitup-gallery {
	position: relative
}

.gallery-section-two .gallery-btn {
	position: absolute;
	left: 15px;
	bottom: 30px;
	border-radius: 0 50px 50px 0
}

.gallery-item-two {
	position: relative;
	margin-bottom: 30px
}

.gallery-item-two .inner-box {
	position: relative;
	width: 100%
}

.gallery-item-two .image-box {
	position: relative;
	display: block;
	margin: 0
}

.gallery-item-two .image-box img {
	position: relative;
	display: block;
	width: 100%
}

.gallery-item-two .overlay-box {
	position: absolute;
	left: 18px;
	top: 18px;
	right: 18px;
	bottom: 18px;
	color: #fff;
	opacity: 0;
	text-align: center;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease
}

.gallery-item-two .overlay-box:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background-color: rgba(254, 179, 34, .9);
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease
}

.gallery-item-two .inner-box:hover .overlay-box::before {
	height: 100%
}

.gallery-item-two .inner-box:hover .overlay-box {
	opacity: 1
}

.gallery-item-two .overlay-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	padding: 10px 0
}

.gallery-item-two .overlay-inner .content {
	position: relative;
	display: table-cell;
	opacity: 0;
	vertical-align: middle;
	-webkit-transform: scale(.5, .5);
	-ms-transform: scale(.5, .5);
	transform: scale(.5, .5);
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease
}

.gallery-item-two .inner-box:hover .overlay-inner .content {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms
}

.gallery-item-two .overlay-inner .title {
	position: relative;
	color: #00024f;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3em
}

.gallery-item-two .overlay-inner h3 {
	position: relative;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3em;
	margin: 12px 0 18px;
	text-transform: uppercase
}

.gallery-item-two .overlay-inner h3 a {
	position: relative;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3em
}

.gallery-item-two .overlay-inner .link {
	position: relative;
	width: 36px;
	height: 36px;
	font-size: 16px;
	color: #fff;
	line-height: 34px;
	border-radius: 50%;
	margin: 0 5px;
	font-weight: 400;
	display: inline-block;
	border: 1px solid #00024f;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease
}

.gallery-item-two .overlay-inner .link .icon {
	position: relative
}

.gallery-item-two .overlay-inner .link:hover {
	color: #fff;
	background-color: #00024f
}

.gallery-item-two.mix {
	display: none
}

.testimonial-section-four {
	position: relative;
	padding: 135px 0 135px
}

.testimonial-section-four .sec-title-four .title-text {
	font-weight: 400
}

.testimonial-section-four .owl-dots {
	display: none
}

.testimonial-section-four .owl-nav {
	position: absolute;
	right: 0;
	top: -110px
}

.testimonial-section-four .owl-nav .owl-prev,
.testimonial-section-four .owl-nav .owl-next {
	position: relative;
	height: 40px;
	width: 65px;
	font-size: 22px;
	margin-right: 24px;
	text-align: center;
	line-height: 40px;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	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-four .owl-nav .owl-prev:hover,
.testimonial-section-four .owl-nav .owl-next:hover {
	color: #00024f;
	border-color: #ffa600;
	background-color: #ffa600
}

.testimonial-block-four {
	position: relative
}

.testimonial-block-four .inner-box {
	position: relative
}

.testimonial-block-four .inner-box .text {
	position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 1.8em;
	margin-bottom: 25px
}

.testimonial-block-four .inner-box .author-info {
	position: relative
}

.testimonial-block-four .inner-box .author-info .info-inner {
	position: relative;
	padding-top: 12px;
	min-height: 83px;
	padding-left: 110px
}

.testimonial-block-four .inner-box .author-info .info-inner .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 83px;
	height: 83px;
	border-radius: 50%;
	overflow: hidden
}

.testimonial-block-four .inner-box .author-info h3 {
	position: relative;
	color: #fff;
	font-size: 18px;
	font-weight: 700
}

.testimonial-block-four .inner-box .author-info .designation {
	position: relative;
	color: #545454;
	font-size: 14px;
	font-weight: 400;
	margin-top: 6px
}

.testimonial-block-four .inner-box .author-info .quote {
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 100px;
	line-height: 40px;
	color: rgba(255, 255, 255, .08)
}

.web-form-section {
	position: relative;
	padding: 120px 0 110px
}

.default-form {
	position: relative
}

.default-form .form-group {
	position: relative;
	margin-bottom: 30px
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea {
	display: block;
	width: 100%;
	line-height: 28px;
	height: 60px;
	font-size: 15px;
	padding: 10px 30px;
	background: none;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .2);
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.default-form textarea {
	height: 250px;
	resize: none;
	font-size: 16px
}

.default-form input[type="text"]:focus,
.default-form input[type="email"]:focus,
.default-form input[type="password"]:focus,
.default-form select:focus,
.default-form textarea:focus {
	border-color: #feb322
}

.default-form .theme-btn {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 400;
	padding: 13px 108px;
	border-radius: 50px;
	letter-spacing: 0;
	font-family: 'Ubuntu', sans-serif
}

.footer-style-two {
	position: relative;
	text-align: center;
	padding: 130px 0 130px
}

.footer-style-two .social-icon-two li {
	margin: 0 10px
}

.footer-style-two .social-icon-two li a:hover {
	color: #00024f
}

.footer-style-two .footer-nav {
	position: relative;
	margin-top: 60px
}

.footer-style-two .footer-nav li {
	position: relative;
	line-height: 1em;
	padding: 0 20px;
	margin-bottom: 10px;
	display: inline-block;
	border-right: 1px solid #eeeef3
}

.footer-style-two .footer-nav li.active a,
.footer-style-two .footer-nav li:hover a {
	color: #feb322
}

.footer-style-two .footer-nav li:last-child {
	border-right: 0
}

.footer-style-two .footer-nav li a {
	position: relative;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Quicksand', sans-serif;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease
}

.footer-style-two .footer-nav li a:hover {
	color: #feb322
}

.footer-style-two .scroll-box {
	position: relative;
	width: 360px;
	margin: 0 auto;
	margin-top: 60px
}

.footer-style-two .scroll-box:before {
	position: absolute;
	content: '';
	left: 0;
	top: 8px;
	width: 100%;
	height: 2px;
	background-color: rgba(255, 255, 255, .1)
}

.footer-style-two .scroll-box .arrow {
	position: relative;
	color: #feb322;
	font-size: 18px;
	z-index: 1;
	cursor: pointer;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease
}

.footer-style-two .scroll-box .arrow:hover {
	color: #00024f
}

.footer-style-two .scroll-box .arrow:hover::after {
	background-color: #feb322
}

.footer-style-two .scroll-box .arrow:after {
	position: absolute;
	content: '';
	left: -9px;
	top: -7px;
	width: 30px;
	height: 30px;
	z-index: -1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #fff;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease
}

.footer-style-two .copyright {
	position: relative;
	color: #feb322;
	font-size: 14px;
	font-weight: 700;
	margin-top: 45px;
	font-family: 'Quicksand', sans-serif
}

.banner-section-four {
	position: relative;
	padding-top: 120px
}

.banner-section-four:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	background-image: -ms-linear-gradient(top, #F4F9FF 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(top, #F4F9FF 0%, #ffffff 100%);
	background-image: -o-linear-gradient(top, #F4F9FF 0%, #ffffff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F4F9FF), color-stop(100, #ffffff));
	background-image: -webkit-linear-gradient(top, #F4F9FF 0%, #ffffff 100%);
	background-image: linear-gradient(to bottom, #F4F9FF 0%, #ffffff 100%)
}

.banner-section-four .content-box {
	position: relative;
	text-align: center;
	margin-bottom: 75px
}

.banner-section-four .content-box .text {
	position: relative;
	color: #545454;
	font-size: 16px;
	line-height: 1.6em
}

.banner-section-four .content-box h2 {
	position: relative;
	color: #3d415b;
	font-size: 48px;
	line-height: 1.2em;
	font-weight: 700;
	margin-top: 28px;
	margin-bottom: 35px
}

.banner-section-four .image {
	position: relative;
	text-align: center
}

.services-section-six {
	position: relative;
	z-index: 10;
	padding: 130px 0 70px
}

.services-section-six .scrol-icon {
	position: relative;
	width: 30px;
	height: 60px;
	z-index: 1;
	margin: 0 auto;
	margin-top: 110px;
	cursor: pointer;
	border-radius: 50px;
	border: 1px solid #fe6a22;
	background-color: #eaf1fb
}

.services-section-six .scrol-icon span {
	position: absolute;
	left: 50%;
	top: 12px;
	width: 2px;
	height: 26px;
	margin-left: -1px;
	background-color: #fe6a22
}

.services-section-six .scrol-icon span:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 100%;
	width: 2px;
	height: 3px;
	margin-top: 4px;
	margin-left: -1px;
	background-color: #fe6a22
}

.services-section-six .scrol-icon {
	-webkit-animation: mover 0.5s infinite alternate;
	animation: mover 0.5s infinite alternate
}

.services-section-six .scrol-icon {
	-webkit-animation: mover 0.5s infinite alternate;
	animation: mover 0.5s infinite alternate
}

@-webkit-keyframes mover {
	0% {
		transform: translateY(0)
	}
	100% {
		transform: translateY(-10px)
	}
}

@keyframes mover {
	0% {
		transform: translateY(0)
	}
	100% {
		transform: translateY(-10px)
	}
}

.service-block-five {
	position: relative;
	z-index: 1;
	margin-bottom: 30px
}

.service-block-five .inner-box {
	position: relative;
	overflow: hidden;
	padding: 45px 45px;
	border-radius: 10px;
	box-shadow: 0 0 25px rgba(0, 0, 0, .08)
}

.service-block-five .inner-box .shape-one {
	content: '';
	width: 273px;
	height: 273px;
	background: #d858f5;
	border-radius: 50%;
	position: absolute;
	top: -148px;
	left: -83px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.service-block-five .inner-box:hover .shape-one {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all .5s linear;
	transition-delay: .1s
}

.service-block-five .inner-box .shape-two {
	content: '';
	width: 493px;
	height: 493px;
	background: #c647fe;
	border-radius: 50%;
	position: absolute;
	top: -250px;
	left: -180px;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0
}

.service-block-five .inner-box:hover .shape-two {
	opacity: .6;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: all .9s linear
}

.service-block-five .inner-box .shape-three {
	content: '';
	width: 500px;
	height: 500px;
	background: #a461e8;
	border-radius: 50%;
	position: absolute;
	top: -200px;
	left: -150px;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0
}

.service-block-five .inner-box:hover .shape-three {
	opacity: .4;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: all 1.3s linear
}

.service-block-five .inner-box:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	opacity: 0;
	background-color: #20bec6;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease
}

.service-block-five .inner-box:hover::before {
	width: 100%;
	opacity: 1
}

.service-block-five .inner-box .icon-box {
	position: relative;
	z-index: 2
}

.service-block-five .inner-box .icon-box {
	position: relative;
	font-size: 60px;
	line-height: 1em;
	color: #ff0303;
	-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-five:nth-child(2) .inner-box .icon-box {
	color: #0315ff
}

.service-block-five:nth-child(1) .inner-box h3 a:hover,
.service-block-five:nth-child(1) .inner-box .read-more:hover {
	color: #fff;
	text-decoration: underline
}

.service-block-five:nth-child(2) .inner-box h3 a:hover,
.service-block-five:nth-child(2) .inner-box .read-more:hover {
	color: #fff;
	text-decoration: underline
}

.service-block-five:nth-child(3) .inner-box .icon-box {
	color: #fff;
	text-decoration: underline
}

.service-block-five:nth-child(3) .inner-box h3 a:hover,
.service-block-five:nth-child(3) .inner-box .read-more:hover {
	color: #fff;
	text-decoration: underline
}

.service-block-five .inner-box .icon-box .icon {
	position: relative
}

.service-block-five .inner-box h3 {
	position: relative;
	font-size: 24px;
	z-index: 2;
	color: #3d415b;
	font-weight: 700;
	line-height: 1.3em;
	margin: 35px 0 28px
}

.service-block-five .inner-box h3 a {
	position: relative;
	color: #3d415b;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease
}

.service-block-five .inner-box h3 a:hover,
.service-block-five .inner-box .read-more:hover {
	color: #ff0303
}

.service-block-five .inner-box .text {
	position: relative;
	color: #545454;
	z-index: 2;
	font-size: 16px;
	line-height: 1.8em;
	-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-five .inner-box .read-more {
	position: relative;
	z-index: 2;
	color: #3d415b;
	font-size: 16px;
	font-weight: 700;
	margin-top: 28px;
	display: inline-block;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	font-family: 'Quicksand', sans-serif
}

.service-block-five .inner-box:hover .icon-box,
.service-block-five .inner-box:hover h3 a,
.service-block-five .inner-box:hover .text,
.service-block-five .inner-box:hover .read-more {
	color: #fff
}

.fluid-section-two {
	position: relative;
	z-index: 1;
	padding: 75px 0 75px
}

.fluid-section-two .pattern-layer {
	position: absolute;
	left: 0;
	top: -400px;
	width: 100%;
	height: 1715px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right top
}

.fluid-section-two .outer-container {
	position: relative
}

.fluid-section-two .image-column {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	float: left;
	z-index: 1;
	padding-right: 15px
}

.fluid-section-two .image-column .inner-column {
	position: relative;
	text-align: right
}

.fluid-section-two .image-column .image {
	position: relative
}

.fluid-section-two .content-column {
	position: relative;
	width: 50%;
	float: right;
	padding: 135px 15px 60px 15px
}

.fluid-section-two .content-column .content-box {
	position: relative;
	max-width: 550px
}

.fluid-section-two .content-column h2 {
	position: relative;
	color: #3d415b;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.3em
}

.fluid-section-two .content-column .text {
	position: relative;
	color: #545454;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8em;
	margin-top: 28px;
	margin-bottom: 40px
}

.fluid-section-two .content-column .text p {
	position: relative;
	color: #545454;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	margin-top: 20px;
	margin-bottom: 20px
}

.fluid-section-two .content-column .text p:last-child {
	margin-bottom: 0
}

.fluid-section-two .content-column .list-style-three {
	margin-bottom: 50px
}

.fluid-section-two .content-column .content-box .theme-btn {
	padding: 8px 37px
}

.fluid-section-two.style-two .content-column {
	float: left;
	padding-top: 20px
}

.fluid-section-two.style-two .content-column .content-box {
	float: right;
	padding-top: 60px
}

.fluid-section-two.style-two .image-column {
	right: -20px;
	left: auto
}

.testimonial-section-five {
	position: relative;
	padding: 120px 0 70px
}

.testimonial-section-five .inner-container {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat
}

.testimonial-section-five .owl-dots {
	display: none
}

.testimonial-section-five .owl-nav {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%
}

.testimonial-section-five .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	height: 40px;
	width: 65px;
	font-size: 26px;
	margin-right: 24px;
	text-align: center;
	line-height: 40px;
	border-radius: 3px;
	margin-top: 24px;
	display: inline-block;
	color: #fe6a22;
	border: 0 solid #fe6a22;
	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-five .owl-nav .owl-next {
	position: absolute;
	right: 0;
	height: 40px;
	width: 65px;
	font-size: 26px;
	margin-left: 24px;
	text-align: center;
	line-height: 38px;
	border-radius: 3px;
	margin-top: 24px;
	display: inline-block;
	color: #fe6a22;
	border: 0 solid #fe6a22;
	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-five .owl-nav .owl-prev:hover,
.testimonial-section-five .owl-nav .owl-next:hover {
	color: #fff;
	border-color: #fe6a22;
	background-color: #fe6a22
}

.testimonial-block-five {
	position: relative
}

.testimonial-block-five .inner-box {
	position: relative;
	text-align: center;
	padding: 110px 0
}

.testimonial-block-five .inner-box .image-outer {
	position: relative;
	display: inline-block
}

.testimonial-block-five .inner-box .image-outer .quote-icon {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 57px;
	height: 57px;
	color: #fff;
	font-size: 28px;
	line-height: 57px;
	text-align: center;
	border-radius: 50%;
	background-color: #fe6a22
}

.testimonial-block-five.no-images .inner-box .image-outer .quote-icon {
	position: relative;
	right: auto;
	bottom: auto
}

.testimonial-block-five .inner-box .image-outer .image {
	position: relative;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto
}

.testimonial-block-five .inner-box .text {
	position: relative;
	color: #545454;
	font-size: 20px;
	line-height: 1.8em;
	font-style: italic;
	max-width: 800px;
	margin: auto;
	margin-top: 50px
}

.testimonial-block-five .inner-box h3 {
	position: relative;
	margin-top: 40px;
	font-size: 24px;
	font-weight: 700;
	padding-top: 30px
}

.testimonial-block-five .inner-box h3:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 0;
	height: 2px;
	width: 40px;
	margin-left: -20px;
	background-color: #fe6a22
}

.testimonial-block-five .inner-box .designation {
	position: relative;
	margin-top: 8px;
	color: #fe6a22;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Quicksand', sans-serif
}

.faq-fluid-section {
	position: relative;
	z-index: 1;
	margin-top: 160px;
	padding: 100px 0 75px;
	background-color: #f3f8ff
}

.faq-fluid-section:before {
	position: absolute;
	content: '';
	left: 0;
	top: -160px;
	width: 100%;
	height: 160px;
	background: url(../images/background/pattern-16.png) repeat-x
}

.faq-fluid-section .outer-container {
	position: relative
}

.faq-fluid-section .image-column {
	position: absolute;
	width: 50%;
	float: left;
	text-align: right
}

.faq-fluid-section .image-column .inner-column {
	position: relative;
	padding-right: 100px
}

.faq-fluid-section .image-column .image {
	position: relative;
	margin-left: -235px
}

.faq-fluid-section .image-column .image img {
	position: relative;
	max-width: none
}

.faq-fluid-section .content-column {
	position: relative;
	width: 50%;
	float: right;
	padding: 0 15px 0 15px
}

.faq-fluid-section .content-column .content-box {
	position: relative;
	max-width: 550px
}


.accordion-box {
	position: relative
}

.accordion-box .block {
    position: relative;
    margin-bottom: 12px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    border: #fe6a22 1px solid;
}

.accordion-box .block .acc-btn {
	position: relative;
	font-size: 16px;
	cursor: pointer;
	line-height: 34px;
	color: #3d415b;
	font-weight: 700;
	padding: 13px 30px 13px 65px;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	font-family: 'Quicksand', sans-serif
}

.accordion-box .block .acc-btn.active {
	color: #009ca3
}

.accordion-box .block .icon-outer {
	position: absolute;
	left: 18px;
	top: 15px;
	font-size: 20px;
	color: #262626;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.accordion-box .block .icon-outer .icon {
	position: absolute;
	left: 0;
	width: 30px;
	height: 30px;
	color: #3d415b;
	font-size: 14px;
	text-align: center;
	line-height: 32px
}

.accordion-box .block .icon-outer .icon-plus {
	opacity: 1
}

.accordion-box .block .icon-outer .icon-minus {
	opacity: 0
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
	opacity: 1;
	color: #009ca3
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
	opacity: 0
}

.accordion-box .block .acc-content {
	position: relative;
	display: none
}

.accordion-box .block .acc-content .content-text {
	padding-bottom: 6px
}

.accordion-box .block .acc-content.current {
	display: block
}

.accordion-box .block .content {
	position: relative;
	font-size: 14px;
	padding: 0 30px 30px 30px
}

.accordion-box .block .content .accordian-text {
	line-height: 1.9em;
	font-size: 16px;
	color: #545454;
	font-weight: 400
}

.accordion-box .block .content p:last-child {
	margin-bottom: 0
}

.call-to-action-section-two {
	position: relative;
	z-index: 1
}

.call-to-action-section-two:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 250px;
	background-color: #f3f8ff
}

.call-to-action-section-two .inner-container {
	position: relative;
	border-radius: 10px;
	padding: 130px 15px 130px;
	background-color: #5d3ed9;
	background-repeat: no-repeat;
	background-position: center center
}

.call-to-action-section-two .inner-container .content {
	position: relative;
	text-align: center
}

.call-to-action-section-two .inner-container .content h2 {
	position: relative;
	font-weight: 500;
	color: #fff;
	font-size: 42px;
	line-height: 1.4em;
	margin-bottom: 35px
}

.call-to-action-section-two.style-two::before,
.call-to-action-section-two.style-three::before {
	display: none
}

.call-to-action-section-two.style-two {
	padding-top: 120px
}

.call-to-action-section-two.style-three {
	padding-top: 50px
}

.page-title {
	position: relative;
	overflow: hidden;
	background-color: #f4f9ff;
	padding: 0;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	background-color: #26b8c5
}

.page-title:not(.no-curve):before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 314px;
	z-index: 1;
	background: url(../images/background/page-title.png) repeat-x;
	background-size: 100% 100%
}

.page-title .bottom-curve-img {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	pointer-events: none
}

.page-title .bottom-curve-img img {
	width: 100%;
	height: auto
}

.page-title .image-layer {
	position: absolute;
	left: 100px;
	top: 0;
	width: 777px;
	height: 783px
}

.page-title .inner-container {
	position: relative;
	z-index: 5;
	padding: 255px 0 160px 0
}

.page-title.no-curve.small .inner-container {
	padding: 255px 0 80px 0
}

.page-title.directory .inner-container {
	padding: 255px 0 0 0
}

.page-title.distribution .inner-container {
	padding: 100px 0 0 0
}

.page-title .auto-container {
	position: relative
}

.page-title h1 {
	position: relative;
	font-size: 68px;
	color: #3d415b;
	line-height: 1.1em;
	font-weight: 700;
	margin-bottom: 0;
	max-width: 850px;
}

body.single-post .page-title h1,
body.archive .page-title h1,
body.category .page-title h1,
body.post_tag .page-title h1 {
	font-size: 50px;
	line-height: 1.1em;
	max-width: 850px
}

.page-title .text-center h1,
body.single-post .page-title .text-center h1,
body.archive .page-title .text-center h1,
body.category .page-title .text-center h1,
body.post_tag .page-title .text-center h1 {
	max-width: 100%;
}

.page-title.dark,
.page-title.dark h1,
.page-title p {
	color: #fff
}

.page-title p {
	font-size: 22px;
    line-height: 1.4;
}

.page-title .bread-crumb {
	position: relative;
	padding: 16px 0 0
}

.page-title .bread-crumb li {
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #545454;
	font-weight: 700;
	text-transform: capitalize;
	cursor: default;
	padding-right: 15px;
	margin-right: 12px;
	font-family: 'Quicksand', sans-serif
}

.page-title .bread-crumb li:before {
	position: absolute;
	right: -3px;
	font-size: 14px;
	line-height: 30px;
	color: #12203c;
	content: "\f105";
	font-weight: 800;
	font-family: "Font Awesome 5 Free"
}

.page-title .bread-crumb li:last-child {
	padding-right: 0;
	margin-right: 0
}

.page-title .bread-crumb li:last-child:before {
	display: none
}

.page-title .bread-crumb li a {
	color: #545454;
	font-weight: 700;
	font-family: 'Quicksand', sans-serif;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease
}

.page-title .bread-crumb li a:hover {
	color: #20bec6
}

.history-section {
	position: relative
}

.history-section .content-column {
	position: relative;
	margin-bottom: 40px
}

.history-section .content-column .inner-column {
	position: relative
}

.history-section .content-column .inner-column h2 {
	position: relative;
	color: #3d415b;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.3em
}

.history-section .content-column .inner-column .text {
	position: relative;
	margin-top: 45px;
	margin-bottom: 40px
}

.history-section .content-column .inner-column .text p {
	position: relative;
	color: #545454;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 20px
}

.history-section .content-column .inner-column .text p:last-child {
	margin-bottom: 0
}

.history-section .content-column .inner-column .ceo {
	position: relative;
	color: #fe6a22;
	font-size: 18px;
	line-height: 1.8em;
	margin-bottom: 40px;
	font-weight: 700;
	font-family: 'Quicksand', sans-serif
}

.history-section .image-column {
	position: relative
}

.history-section .image-column .inner-column {
	position: relative;
	padding-left: 55px
}

.history-section .image-column .image {
	position: relative
}

.history-section .image-column .image img {
	position: relative;
	width: 100%;
	display: block
}

.history-section .image-column .image:before {
	position: absolute;
	content: '';
	left: -50px;
	bottom: -60px;
	width: 222px;
	height: 283px;
	background: url(../images/icons/pattern-5.png) no-repeat
}

.history-section.goal-section .content-column .inner-column {
	padding-left: 70px;
	padding-top: 90px
}

.fluid-section-three {
	position: relative;
	padding-top: 160px
}

.fluid-section-three .outer-container {
	position: relative
}

.fluid-section-three .content-column {
	position: relative;
	width: 50%;
	float: left;
	padding: 125px 15px 60px 15px
}

.fluid-section-three .content-column .inner-column {
	position: relative;
	max-width: 520px;
	float: right
}

.fluid-section-three .content-column .fact-counter .column {
	margin-bottom: 75px
}

.fluid-section-three .image-column {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	bottom: 0;
	float: right;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.fluid-section-three .image-column .inner-column {
	position: static
}

.fluid-section-three .image-column:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5)
}

.fluid-section-three .image-column .image {
	width: 100%;
	display: none
}

.fluid-section-three .image-column .image img {
	display: block;
	width: 100%
}

.fluid-section-three .image-column .overlay-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .03);
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease
}

.fluid-section-three .image-column .overlay-link .icon-box {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;
	color: #20bec6;
	font-size: 22px;
	padding-left: 6px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 50px;
	display: inline-block;
	margin-left: -40px;
	margin-top: -40px;
	background-color: #fff
}

.fluid-section-three .image-column .overlay-link .icon-box .ripple,
.fluid-section-three .image-column .overlay-link .icon-box .ripple:before,
.fluid-section-three .image-column .overlay-link .icon-box .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 80px;
	width: 80px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite
}

.fluid-section-three .image-column .overlay-link .icon-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
}

.fluid-section-three .image-column .overlay-link .icon-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)
	}
}

.team-section {
	position: relative;
	padding-top: 130px
}

.team-block {
	position: relative;
	margin-bottom: 30px
}

.team-block .inner-box {
	position: relative;
	padding-right: 40px
}

.team-block .inner-box:before {
	position: absolute;
	content: '';
	right: 0;
	top: 80px;
	left: 30px;
	bottom: 0;
	border: 1px solid #d7d7d7
}

.team-block .inner-box .social-icons {
	position: absolute;
	right: 0;
	top: 80px;
	padding: 25px 8px 0
}

.team-block .inner-box .social-icons li {
	position: relative;
	margin-bottom: 40px
}

.team-block .inner-box .social-icons li a {
	position: relative;
	color: #3d415b;
	font-size: 14px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease
}

.team-block .inner-box .social-icons li a:hover {
	color: #fe6a22
}

.team-block .inner-box .image {
	position: relative;
	background-color: #fe6a22
}

.team-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease
}

.team-block .inner-box:hover .image img {
	opacity: .8
}

.team-block .inner-box .lower-content {
	position: relative;
	padding: 22px 15px 22px 65px
}

.team-block .inner-box .lower-content h3 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3em
}

.team-block .inner-box .lower-content h3 a {
	position: relative;
	color: #3d415b;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease
}

.team-block .inner-box .lower-content h3 a:hover {
	color: #fe6a22
}

.team-block .inner-box .lower-content .designation {
	position: relative;
	font-size: 16px;
	color: #545454;
	font-weight: 400;
	line-height: 1.3em;
	margin-top: 7px
}

.services-section-seven {
	position: relative
}

.services-section-seven .title-box {
	position: relative;
	text-align: center;
	margin-bottom: 130px
}

.services-section-seven .title-box h2 {
	position: relative;
	color: #3d415b;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.4em
}

.services-section-seven .title-box .text {
	position: relative;
	color: #3d415b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.9em;
	margin-top: 30px;
	margin-bottom: 45px
}

.service-block-six {
	position: relative;
	margin-bottom: 80px
}

.service-block-six .inner-box {
	position: relative
}

.service-block-six .inner-box .icon-box {
	position: relative
}

.service-block-six .inner-box .icon-box {
	position: relative;
	font-size: 60px;
	line-height: 1em;
	color: #ff0303
}

.service-block-six .inner-box .icon-box .icon {
	position: relative
}

.service-block-six .inner-box h3 {
	position: relative;
	font-size: 24px;
	color: #3d415b;
	font-weight: 700;
	line-height: 1.3em;
	margin: 35px 0 28px
}

.service-block-six .inner-box h3 a {
	position: relative;
	color: #3d415b;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease
}

.service-block-six .inner-box h3 a:hover,
.service-block-six .inner-box .read-more:hover {
	color: #ff0303
}

.service-block-six .inner-box .text {
	position: relative;
	color: #545454;
	font-size: 16px;
	line-height: 1.8em;
	padding-right: 10px
}

.service-block-six .inner-box .read-more {
	position: relative;
	color: #3d415b;
	font-size: 16px;
	font-weight: 700;
	margin-top: 28px;
	display: inline-block;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	font-family: 'Quicksand', sans-serif
}

.service-block-six:nth-child(2) .inner-box .icon-box {
	color: #0315ff
}

.service-block-six:nth-child(2) .inner-box h3 a:hover,
.service-block-six:nth-child(2) .inner-box .read-more:hover {
	color: #0315ff
}

.service-block-six:nth-child(3) .inner-box .icon-box {
	color: #2eb100
}

.service-block-six:nth-child(3) .inner-box h3 a:hover,
.service-block-six:nth-child(3) .inner-box .read-more:hover {
	color: #2eb100
}

.service-block-six:nth-child(4) .inner-box .icon-box {
	color: #ff9c00
}

.service-block-six:nth-child(4) .inner-box h3 a:hover,
.service-block-six:nth-child(4) .inner-box .read-more:hover {
	color: #ff9c00
}

.service-block-six:nth-child(5) .inner-box .icon-box {
	color: #a3009d
}

.service-block-six:nth-child(5) .inner-box h3 a:hover,
.service-block-six:nth-child(5) .inner-box .read-more:hover {
	color: #a3009d
}

.service-block-six:nth-child(6) .inner-box .icon-box {
	color: #00d3ae
}

.service-block-six:nth-child(6) .inner-box h3 a:hover,
.service-block-six:nth-child(6) .inner-box .read-more:hover {
	color: #00d3ae
}

.team-page-section {
	position: relative;
	padding-top: 140px
}

.team-page-section .team-block {
	margin-bottom: 100px
}

.projects-page-section {
	position: relative;
	padding: 115px 0 90px
}

.projects-page-section .filters {
	margin-bottom: 120px;
	text-align: center
}

.projects-page-section .filters .filter-tabs {
	position: relative;
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 50px
}

.projects-page-section .filters li {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 12px 40px;
	cursor: pointer;
	color: #484c64;
	font-weight: 500;
	font-size: 18px;
	margin: 0 0 0;
	text-transform: capitalize;
	border-radius: 50px;
	-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: 'Quicksand', sans-serif
}

.projects-page-section .filters li:last-child {
	margin-right: 0
}

.projects-page-section .filters .filter.active,
.projects-page-section .filters .filter:hover {
	color: #fff;
	background-color: #feb322
}

.projects-page-section .gallery-item-two {
	padding: 0;
	float: left;
	margin-bottom: 0
}

.projects-page-section .btn-box {
	position: relative;
	margin-top: 120px
}

.projects-detail-section {
	position: relative;
	padding: 130px 0 75px
}

.projects-detail-section .inner-container {
	position: relative;
	padding-bottom: 40px;
	border-bottom: 2px solid #ededed
}

.projects-detail-section .inner-container .image {
	position: relative
}

.projects-detail-section .inner-container .image img {
	position: relative;
	width: 100%;
	display: block
}

.projects-detail-section .lower-content {
	position: relative;
	padding-top: 38px
}

.projects-detail-section .lower-content h2 {
	position: relative;
	color: #3d415b;
	font-size: 42px;
	font-weight: 700
}

.projects-detail-section .lower-content .text {
	position: relative;
	margin-top: 34px;
	margin-bottom: 30px
}

.projects-detail-section .lower-content .text p {
	position: relative;
	color: #545454;
	font-size: 15px;
	line-height: 1.9em
}

.projects-detail-section .lower-content .text p:last-child {
	margin-bottom: 0
}

.projects-detail-section .lower-content .text h3 {
	position: relative;
	color: #3d415b;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4em;
	margin-top: 45px;
	margin-bottom: 30px
}

.projects-detail-section .lower-content .lower-box {
	position: relative;
	margin-top: 60px
}

.projects-detail-section .lower-content .lower-box .column {
	margin-bottom: 30px
}

.projects-detail-section .lower-content .lower-box h4 {
	position: relative;
	color: #3d415b;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3em
}

.projects-detail-section .lower-content .lower-box .info {
	position: relative;
	color: #545454;
	font-size: 15px;
	line-height: 1.9em;
	margin-top: 8px
}

.projects-detail-section .lower-content .lower-box .social-box {
	position: relative;
	margin-top: 8px
}

.projects-detail-section .lower-content .lower-box .social-box li {
	position: relative;
	margin-right: 25px;
	display: inline-block
}

.projects-detail-section .lower-content .lower-box .social-box li a {
	position: relative;
	color: #545454;
	font-size: 16px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease
}

.projects-detail-section .lower-content .lower-box .social-box li a:hover {
	color: #fe6a22
}

.related-projects-section {
	position: relative;
	padding: 75px 0 140px
}

.related-projects-section .owl-dots {
	display: none
}

.related-projects-section .owl-nav {
	position: relative;
	margin-top: 50px;
	text-align: center
}

.related-projects-section .owl-nav .owl-prev,
.related-projects-section .owl-nav .owl-next {
	position: relative;
	height: 30px;
	width: 65px;
	font-size: 20px;
	margin-right: 24px;
	text-align: center;
	line-height: 28px;
	border-radius: 3px;
	display: inline-block;
	color: #0f7bff;
	border: 1px solid #0f7bff;
	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
}

.related-projects-section .owl-nav .owl-prev:hover,
.related-projects-section .owl-nav .owl-next:hover {
	color: #fff;
	border-color: #3d415b;
	background-color: #3d415b
}

.blog-masonry-section {
	position: relative;
	padding: 130px 0 130px
}

.blog-masonry-section .styled-pagination {
	margin-top: 30px
}

.news-block-two {
	position: relative;
	margin-bottom: 65px
}

.news-block-two .inner-box {
	position: relative;
	display: block
}

.news-block-two.with-shadow .inner-box {
	-webkit-box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, .16);
	-moz-box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, .16);
	box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, .16);
	border-radius: 8px;
	overflow: hidden
}

.news-block-two.with-shadow .inner-box:hover {
	background-color: #f36d21;
	color: #fff
}

.news-block-two .inner-box .image {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	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_null: #222
}

.news-block-two.with-shadow .inner-box .image {
	border-radius: 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.news-block-two .inner-box .image .image-holder {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: 0.45s all ease
}

.news-block-two.with-shadow .inner-box .image .image-holder {
	width: 130%;
	height: 130%;
	transform: translate(-15%, -10%)
}

.news-block-two .inner-box .image:hover .image-holder,
.blog-grid-wrapper .news-block-two:hover .inner-box .image .image-holder {
	width: 110%;
	height: 110%;
	transform: translate(-4.25%, -3.5%);
	opacity: .8
}

.news-block-two.with-shadow .inner-box:hover .image .image-holder {
	width: 140%;
	height: 140%;
	transform: translate(-18%, -13%);
	opacity: .8
}

.news-block-two .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease
}

.news-block-two .inner-box:hover .image img {
	opacity: .6;
	-moz-transform: scale(1.07, 1.07);
	-webkit-transform: scale(1.07, 1.07);
	-ms-transform: scale(1.07, 1.07);
	-o-transform: scale(1.07, 1.07);
	transform: scale(1.07, 1.07)
}

.news-block-two .inner-box .lower-content {
	position: relative;
	padding-top: 30px;
	padding-bottom: 24px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border-bottom: 1px solid #ddd
}

.service-block-two.with-image .inner-box .lower-content {
	padding-bottom: 0;
	border-bottom: 0 solid #ddd
}

.news-block-two:not(.with-shadow) .inner-box:hover .lower-content {
	border-color: #fe6a22
}

.news-block-two .inner-box .lower-content .post-meta {
	position: relative
}

.news-block-two .inner-box .lower-content .post-meta li {
	position: relative;
	color: #545454;
	font-size: 14px;
	line-height: 1.3em;
	margin-right: 15px;
	padding-right: 15px;
	display: inline-block;
	border-right: 1px solid #9b9b9b
}

.news-block-two .inner-box .lower-content .post-meta li a {
	position: relative;
	color: #fe6a22
}

.news-block-two .inner-box .lower-content .post-meta li:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none
}

.news-block-two .inner-box .lower-content h3 {
	position: relative;
	color: #3d415b;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 25px
}

.news-block-two.with-shadow .inner-box:hover .lower-content h3 {
	color: #fff
}

.news-block-two .inner-box .lower-content h3 a {
	position: relative;
	color: #3d415b;
	display: block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease
}

.news-block-two .inner-box .lower-content h3 a:hover,
.blog-grid-wrapper .news-block-two:hover .inner-box .lower-content h3{
	color: #fe6a22
}

.news-block-two .inner-box .lower-content .text {
	position: relative;
	color: #545454;
	font-size: 16px;
	line-height: 1.9em
}

.news-block-two.with-shadow .inner-box:hover .lower-content .text p {
	color: #fff
}

.news-block-two.style-two .inner-box .lower-content {
	padding-bottom: 45px
}

.news-block-two.style-two.with-shadow .inner-box .lower-content {
	padding: 35px
}

.news-block-two.style-two .inner-box .lower-content h3 {
	font-size: 25px
}

.news-block-two.style-two.with-shadow .inner-box .lower-content h3 {
	margin-top: 0
}

.service-block-two.with-image .news-block-two.style-two .inner-box .lower-content{
	padding-bottom: 0
}

.styled-pagination {
	position: relative
}

.styled-pagination li {
	position: relative;
	margin: 0 6px 10px;
	display: inline-block
}

.styled-pagination li a {
	position: relative;
	width: 40px;
	height: 40px;
	color: #545454;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background-color: #ebebeb;
	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: #fff;
	background-color: #222
}

.styled-pagination li.prev a {
	font-size: 10px;
	color: #fff;
	background-color: #fe6a22
}

.styled-pagination li.next a {
	font-size: 10px;
	color: #fff;
	background-color: #3d415b
}

.sidebar-page-container {
	position: relative;
	padding: 130px 0 100px
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
	margin-bottom: 40px
}

.styled-pagination {
	margin-top: 80px
}

.sidebar-widget {
	position: relative;
	margin-bottom: 65px
}

.sidebar-widget:last-child {
	margin-bottom: 0
}

.sidebar .search-box .form-group {
	position: relative;
	margin: 0
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 30px;
	padding: 10px 50px 10px 30px;
	background: #fff;
	display: block;
	font-size: 15px;
	width: 100%;
	height: 60px;
	color: #797979;
	font-weight: 400;
	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;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .1)
}

.sidebar .search-box .form-group textarea::-webkit-input-placeholder,
.sidebar .search-box .form-group input::-webkit-input-placeholder {
	color: #797979
}

.sidebar .search-box .form-group button {
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	width: 60px;
	display: block;
	font-size: 16px;
	color: #fe6a22;
	line-height: 100%;
	font-weight: 400;
	background: none
}

.sidebar-title {
	position: relative;
	margin-bottom: 25px
}

.sidebar-title h2 {
	font-size: 24px;
	color: #3d415b;
	font-weight: 700;
	line-height: 1.2em;
	display: inline-block;
	padding-right: 45px;
	text-transform: capitalize;
	margin-bottom: 0
}

.cat-list {
	position: relative
}

.cat-list li {
	position: relative;
	color: #545454;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: block;
	border-bottom: 1px solid #ddd;
	transition: all 500ms ease;
	margin-left: 0px!important
}

.cat-list li a {
	position: relative;
	color: #545454;
	font-size: 16px;
	font-weight: 400;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.cat-list li a span {
	position: absolute;
	right: 0
}

.cat-list li:last-child a {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0
}

.cat-list li a:hover {
	color: #fe6a22
}

.sidebar .popular-posts .post {
	position: relative;
	font-size: 14px;
	color: #666;
	padding: 0 0 20px 25px;
	padding: 0 0 20px 0;
	margin-bottom: 22px;
	border-bottom: 1px solid #e1e1e1
}

.sidebar .popular-posts .post:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}

.sidebar .popular-posts .post:last-child {
	margin-bottom: 0
}

.sidebar .popular-posts .post .text {
	position: relative;
	font-size: 18px;
	margin: 0 0 0;
	color: #3d415b;
	line-height: 1.5em;
	font-weight: 700;
	text-transform: capitalize;
	font-family: 'Quicksand', sans-serif
}

.sidebar .popular-posts .post .text a {
	color: #3d415b;
	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: #fe6a22
}

.sidebar .popular-posts .post-info {
	font-size: 14px;
	color: #545454;
	font-weight: 400;
	margin-top: 8px
}

.sidebar .popular-tags a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 10px 16px 10px;
	margin: 0 5px 12px 0;
	color: #545454;
	text-align: center;
	font-size: 14px;
	background: none;
	font-weight: 400;
	border-radius: 50px;
	border: 2px solid #ebebeb;
	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 {
	border-color: #fe6a22;
	background-color: #fe6a22;
	color: #fff
}

.blog-detail {
	position: relative
}

.blog-detail .inner-box {
	position: relative
}

.blog-detail .inner-box .upper-image {
	position: relative
}

.blog-detail .inner-box .upper-image img {
	position: relative;
	width: 100%;
	display: block;
	border-radius: 8px
}

.blog-detail .inner-box .lower-content {
	position: relative;
	padding-top: 30px
}

.blog-detail .inner-box .lower-content .post-meta {
	position: relative
}

.blog-detail .inner-box .lower-content .post-meta li {
	position: relative;
	color: #545454;
	font-size: 14px;
	line-height: 1.3em;
	margin-right: 15px;
	padding-right: 15px;
	display: inline-block;
	border-right: 1px solid #9b9b9b
}

.blog-detail .inner-box .lower-content .post-meta li:nth-child(2) {
	color: #fe6a22
}

.blog-detail .inner-box .lower-content .post-meta li:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none
}

.blog-detail .inner-box .lower-content h2 {
	position: relative;
	color: #3d415b;
	font-size: 30px;
	line-height: 1.4em;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 25px
}

.blog-detail .inner-box .lower-content .text {
	position: relative
}

.blog-detail .inner-box .lower-content .text p {
	position: relative;
	color: #545454;
	font-size: 16px;
	line-height: 1.9em;
	margin-bottom: 28px
}

.blog-detail .inner-box .lower-content .text .images-column {
	position: relative;
	margin-top: 40px
}

.blog-detail .inner-box .lower-content .text .images-column .image {
	position: relative;
	margin-bottom: 30px
}

.blog-detail .inner-box .lower-content .text .images-column .image img {
	position: relative;
	width: 100%;
	display: block
}

.blog-detail .inner-box .lower-content .text blockquote {
	position: relative;
	padding: 20px 20px 40px;
	text-align: center;
	color: #545454;
	font-size: 24px;
	font-style: italic;
	line-height: 2em
}

.blog-detail .inner-box .lower-content .text blockquote .quote-icon {
	position: relative;
	display: block;
	color: #fe6a22;
	font-size: 24px;
	line-height: 1em;
	margin-top: 22px
}

.blog-detail .inner-box .lower-content .text .bold-text {
	position: relative;
	color: #3d415b;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8em;
	margin-bottom: 25px
}

.blog-detail .inner-box .lower-content .text .bold-text {
	position: relative
}

.blog-detail .post-share-options {
	position: relative;
	margin-top: 50px
}

.blog-detail .post-share-options .post-share-inner {
	position: relative;
	padding-top: 45px;
	border-top: 1px solid #ddd
}

.blog-detail .post-share-options .tags span {
	font-size: 18px;
	color: #3d415b;
	font-weight: 700;
	margin-right: 8px;
	text-transform: capitalize
}

.blog-detail .post-share-options .tags a {
	position: relative;
	color: #3d415b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	margin-right: 4px;
	display: inline-block;
	text-transform: capitalize;
	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-detail .post-share-options .tags {
	position: relative;
	color: #ff4800;
	font-size: 16px;
	font-weight: 400;
	margin-top: 3px;
	font-family: 'Quicksand', sans-serif
}

.blog-detail .post-share-options .tags a:hover {
	color: #020e28
}

.blog-detail .post-share-options .social-box {
	position: relative
}

.blog-detail .post-share-options .social-box .share {
	position: relative;
	color: #3d415b;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Quicksand', sans-serif
}

.blog-detail .post-share-options .social-box li {
	position: relative;
	margin-left: 13px;
	display: inline-block
}

.blog-detail .post-share-options .social-box li a {
	position: relative;
	width: 40px;
	height: 40px;
	font-size: 14px;
	color: #3d415b;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	display: inline-block;
	border: 1px solid #e3e3e3;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.blog-detail .post-share-options .social-box li a:hover {
	color: #fe6a22
}

.sidebar-page-container .comments-area {
	position: relative;
	margin-top: 60px;
	margin-bottom: 50px
}

.sidebar-page-container .group-title {
	position: relative
}

.sidebar-page-container .group-title h4 {
	position: relative;
	font-size: 36px;
	color: #3d415b;
	font-weight: 700;
	margin-bottom: 60px;
	text-transform: capitalize
}

.sidebar-page-container .comments-area .comment-box {
	position: relative;
	padding: 0 0 0;
	margin-bottom: 60px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.sidebar-page-container .comments-area .comment-box:last-child {
	margin-bottom: 0
}

.sidebar-page-container .comments-area .comment {
	position: relative;
	font-size: 14px;
	min-height: 120px;
	padding: 15px 0 0 160px
}

.sidebar-page-container .comments-area .reply-comment {
	margin-left: 160px
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	border-radius: 50%;
	margin-bottom: 20px;
	overflow: hidden
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
	width: 100%;
	display: block
}

.sidebar-page-container .comments-area .comment-info {
	margin-bottom: 15px
}

.sidebar-page-container .comments-area .comment-box strong {
	font-size: 20px;
	font-weight: 700;
	color: #3d415b;
	line-height: 1.3em;
	display: inline-block;
	text-transform: capitalize;
	font-family: 'Quicksand', sans-serif
}

.sidebar-page-container .comments-area .comment-box .text {
	color: #545454;
	font-size: 16px;
	line-height: 1.9em;
	margin-bottom: 0
}

.sidebar-page-container .comments-area .comment-info .comment-time {
	font-size: 16px;
	color: #545454;
	margin-left: 15px;
	display: inline-block
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
	position: absolute;
	right: 0;
	top: 18px;
	font-size: 14px;
	color: #fe6a22;
	font-weight: 700;
	text-transform: capitalize;
	font-family: 'Quicksand', sans-serif
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover {
	color: #3d415b
}

.comment-form .group-title h4 {
	position: relative;
	margin-bottom: 50px
}

.web-form {
	margin-bottom: 20px
}

.web-form:last-child {
	margin-bottom: 0
}

.web-form input[type="text"],
.web-form input[type="password"],
.web-form input[type="tel"],
.web-form input[type="email"],
.web-form select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 36px;
	color: #888;
	border: 1px solid #ddd;
	height: 60px;
	font-size: 14px;
	border-radius: 50px;
	background: #fff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.web-form input[type="text"]:focus,
.web-form input[type="password"]:focus,
.web-form input[type="tel"]:focus,
.web-form input[type="email"]:focus,
.web-form select:focus,
.web-form textarea:focus {
	border-color: #fe6a22
}

.web-form textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 25px 36px 25px;
	color: #888;
	border: 1px solid #ddd;
	height: 185px;
	background: #fff;
	resize: none;
	font-size: 14px;
	border-radius: 15px;
	-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 .submit-btn {
	position: relative;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	margin-top: 20px;
	border-radius: 50px;
	border: 2px solid #fe6a22;
	background-color: #fe6a22;
	padding: 17px 35px 17px;
	-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 .submit-btn:hover {
	background: none;
	color: #fe6a22
}

.contact-page-section {
	position: relative
}

.contact-page-section {
	position: relative;
	padding-top: 100px
}

.contact-page-section .map-column {
	position: relative;
	margin-bottom: 40px
}

.contact-page-section .map-column .inner-column {
	position: relative;
	padding-right: 35px
}

.contact-page-section .map-column .map-canvas {
	position: relative;
	height: 780px
}

.contact-page-section .form-column {
	position: relative
}

.contact-page-section .form-column .inner-column {
	position: relative
}

.contact-page-section .form-column h2 {
	position: relative;
	font-weight: 700;
	color: #3e4d69;
	font-size: 36px
}

.contact-page-section .form-column .text {
	position: relative;
	font-weight: 400;
	color: #545454;
	font-size: 15px;
	line-height: 2em;
	margin-top: 24px;
	margin-bottom: 45px
}

.contact-page-section .form-column h3 {
	position: relative;
	font-weight: 700;
	color: #3e4d69;
	font-size: 24px
}

.contact-page-section .form-column .sub-text {
	position: relative;
	font-weight: 400;
	color: #888;
	font-size: 16px;
	line-height: 2em;
	margin-top: 18px;
	margin-bottom: 22px
}

.contact-page-section .form-column .social-box {
	position: relative
}

.contact-page-section .form-column .social-box li {
	position: relative;
	color: #3e4d69;
	font-size: 18px;
	margin-right: 20px;
	display: inline-block
}

.contact-page-section .form-column .social-box li a {
	position: relative;
	color: #3e4d69;
	-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-page-section .form-column .social-box li a:hover {
	color: #fe6a22
}

.web-form {
	position: relative;
	margin-bottom: 45px
}

.web-form {
	margin-bottom: 20px
}

.web-form:last-child {
	margin-bottom: 0
}

.web-form input[type="text"],
.web-form input[type="password"],
.web-form input[type="tel"],
.web-form input[type="email"],
.web-form select {
	position: relative;
	display: block;
	width: 100%!important;
	line-height: 28px!important;
	padding: 10px 28px!important;
	color: #888;
	border: 1px solid #ddd;
	height: 50px!important;
	font-size: 14px!important;
	border-radius: 50px!important;
	background: #fff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.web-form input[type="text"]:focus,
.web-form input[type="password"]:focus,
.web-form input[type="tel"]:focus,
.web-form input[type="email"]:focus,
.web-form select:focus,
.web-form textarea:focus {
	border-color: #fe6a22
}

.web-form textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 25px 36px 25px;
	color: #888;
	border: 1px solid #ddd;
	height: 200px;
	background: #fff;
	resize: none;
	font-size: 14px;
	border-radius: 12px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.web-form button,
.web-form input[type=submit] {
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	border-radius: 50px;
	border: 2px solid #fe6a22;
	background-color: #fe6a22;
	padding: 12px 45px 12px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: 'Quicksand', sans-serif;
	cursor: pointer
}

.web-form button:hover,
.web-form input[type=submit]:hover {
	background: none;
	color: #fe6a22
}

.web-form input.error,
.web-form select.error,
.web-form textarea.error {
	border-color: #ff0000!important
}

.web-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 11px;
	color: red;
	font-weight: 500
}

.web-form.hide-labels label {
	display: none!important
}

.web-form .col-md-6 {
	display: inline-block;
	width: 50%;
	padding: 0;
	clear: none
}

.contact-info-section {
	position: relative;
	padding: 45px 0 100px
}

.contact-info-box {
	position: relative;
	margin-bottom: 30px
}

.contact-info-box .box-inner {
	position: relative;
	padding-left: 120px;
	padding-top: 18px
}

.contact-info-box .box-inner .text {
	position: relative;
	color: #545454;
	font-size: 18px;
	line-height: 1.7em
}

.contact-info-box .box-inner .text a {
	position: relative;
	color: #545454
}

.contact-info-box .box-inner .icon-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 90px;
	color: #20e100;
	font-size: 34px;
	line-height: 86px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #20e100
}

.contact-info-box:nth-child(2) .box-inner .icon-box {
	color: #ff1010;
	border-color: #ff1010
}

.contact-info-box:nth-child(3) .box-inner .icon-box {
	color: #ffcf0e;
	border-color: #ffcf0e
}

.shop-page-container {
	max-width: 1640px
}

.shop-item {
	position: relative;
	margin-bottom: 80px
}

.shop-item .inner-box {
	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
}

.shop-item .inner-box:hover .image .overlay-box {
	opacity: 1
}

.shop-item .inner-box .image {
	position: relative;
	text-align: center;
	border-radius: 12px;
	overflow: hidden
}

.shop-item .inner-box .image .overlay-box {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	opacity: 0;
	text-align: center;
	background-color: rgba(61, 65, 91, .3);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease
}

.shop-item .inner-box .image .overlay-box .overlay-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: table;
	text-align: left;
	padding: 10px 20px;
	vertical-align: middle
}

.shop-item .inner-box .image .overlay-box .overlay-inner .content {
	position: relative;
	text-align: center;
	display: table-cell;
	vertical-align: middle
}

.shop-item .inner-box .image .overlay-box .cart-btn {
	position: relative;
	color: #fe6a22;
	font-size: 16px;
	font-weight: 700;
	border-radius: 50px;
	display: inline-block;
	background-color: #fff;
	padding: 15px 25px 15px 70px;
	font-family: 'Quicksand', sans-serif;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.shop-item .inner-box .image .overlay-box .cart-btn .fa {
	position: absolute;
	left: 2px;
	top: 2px;
	bottom: 2px;
	width: 47px;
	color: #fff;
	line-height: 47px;
	border-radius: 50%;
	background-color: #3d415b;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.shop-item .inner-box .image .overlay-box .cart-btn:hover {
	background-color: #222;
	color: #fff
}

.shop-item .inner-box .image .overlay-box .cart-btn:hover .fa {
	background-color: #fe6a22;
	color: #fff
}

.shop-item .inner-box:hover .image .overlay-box {
	height: 100%
}

.shop-item .inner-box .image img {
	width: 100%;
	display: inline-block
}

.shop-item .inner-box .lower-content {
	position: relative;
	padding: 35px 0 35px;
	border-bottom: 1px solid #ebebeb
}

.shop-item .inner-box .lower-content h3 {
	position: relative;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 25px
}

.shop-item .inner-box .lower-content h3 a {
	color: #20bec6;
	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
}

.shop-item .inner-box .lower-content h3 a:hover {
	color: #fe6a22
}

.shop-item .inner-box .lower-content .price {
	position: relative;
	color: #545454;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Quicksand', sans-serif
}

.shop-item .inner-box .lower-content .price .discount {
	position: relative;
	color: #bbb;
	margin-right: 8px;
	text-decoration: line-through
}

.shop-item .inner-box .lower-content .like-btn {
	position: relative;
	font-size: 22px;
	color: #545454;
	top: 2px;
	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
}

.shop-item .inner-box .lower-content .like-btn:hover {
	color: #fe6a22
}

.range-slider-one {
	position: relative;
	min-height: 48px;
	padding-top: 10px;
	overflow: hidden;
	margin-top: -20px
}

.range-slider-one .title {
	position: relative;
	float: left;
	color: #3e4d69;
	font-size: 18px;
	font-weight: 700;
	margin-top: 8px
}

.range-slider-one .title:before {
	position: absolute;
	content: '$';
	right: -14px;
	top: 0;
	color: #545454;
	font-size: 18px;
	font-weight: 700
}

.range-slider-one .input {
	float: right;
	left: 8px;
	color: #545454;
	max-width: 75px;
	padding-left: 8px;
	margin-top: 8px;
	font-weight: 700;
	position: relative
}

.range-slider-one .input input {
	background: none;
	color: #545454;
	font-size: 18px;
	font-weight: 700;
	width: auto;
	text-align: left
}

.range-slider-one .ui-widget.ui-widget-content {
	height: 3px;
	border: none;
	margin-bottom: 35px;
	background: #eee
}

.range-slider-one .ui-slider .ui-slider-range {
	top: 0;
	height: 3px;
	background: #333
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
	top: -6px;
	width: 15px;
	height: 15px;
	background: #fe6a22;
	cursor: pointer;
	border-radius: 0;
	border-color: #fe6a22
}

.range-slider-one .theme-btn {
	padding: 8px 24px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 700;
	color: #fe6a22;
	border: 1px solid #fe6a22;
	text-transform: capitalize;
	font-family: 'Quicksand', sans-serif;
	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
}

.range-slider-one .theme-btn:hover {
	color: #fff;
	background-color: #fe6a22
}

.sidebar .related-posts .post {
	position: relative;
	padding: 0 0;
	padding-left: 150px;
	min-height: 120px;
	margin-bottom: 40px
}

.sidebar .related-posts .post:last-child {
	margin-bottom: 0
}

.sidebar .related-posts .post:last-child {
	margin-bottom: 0;
	border: 0;
	min-height: inherit
}

.sidebar .related-posts .post .post-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	border-radius: 12px;
	overflow: hidden
}

.sidebar .related-posts .post .post-thumb img {
	display: block;
	width: 100%
}

.sidebar .related-posts .post h4 {
	position: relative;
	top: 2px;
	font-size: 20px;
	font-weight: 700;
	color: #3e4d69;
	text-transform: capitalize
}

.sidebar .related-posts .post h4 a {
	color: #3e4d69;
	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 .related-posts .post a,
.sidebar .related-posts .post a:hover {
	color: #fe6a22
}

.sidebar .related-posts .post .price {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 700;
	color: #fe6a22;
	padding: 20px 0 22px;
	font-family: 'Quicksand', sans-serif
}

.sidebar .related-posts .post .rating {
	margin-bottom: 1px;
	line-height: 1em
}

.sidebar .related-posts .post .rating .fa {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: #545454;
	margin-right: 2px
}

.our-shops .items-sorting {
	position: relative;
	margin-bottom: 35px
}

.our-shops .items-sorting .results-column,
.our-shops .items-sorting .select-column {
	margin-bottom: 20px
}

.our-shops .items-sorting .results-column h6 {
	font-size: 16px;
	font-weight: 400;
	color: #545454;
	line-height: 24px;
	padding: 18px 0
}

.our-shops .items-sorting .form-group {
	margin-bottom: 0
}

.our-shops .items-sorting select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 9px 30px 9px;
	height: 60px;
	font-size: 14px;
	border: 1px solid #ddd;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	background: url(../images/icons/icon-select.png) right center no-repeat;
	color: #666;
	border-radius: 50px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.our-shops .items-sorting select option {
	text-indent: 15px
}

.shop-single-section {
	position: relative;
	padding-top: 120px;
	padding-bottom: 90px;
	z-index: 9;
	background-color: #fff
}

.product-details .basic-details {
	position: relative;
	margin-bottom: 50px
}

.product-details .image-column .image-carousel {
	border-radius: 15px;
	overflow: hidden
}

.product-details .image-column,
.product-details .info-column {
	margin-bottom: 50px
}

.product-details .info-column .add-to-cart {
	padding: 13px 43px;
	font-size: 14px;
	cursor: pointer;
	margin-bottom: 10px;
	margin-right: 10px
}

.product-details .image-column .image-box img {
	position: relative;
	display: block;
	width: 100%
}

.product-details .image-column .thumbs-carousel {
	margin-top: 30px;
	padding: 0 75px
}

.product-details .image-column .thumbs-carousel li {
	background-color: #f2f2f2;
	text-align: center;
	padding: 0 0;
	cursor: pointer;
	border-radius: 12px;
	overflow: hidden
}

.product-details .image-column .thumbs-carousel li img {
	width: 100%;
	display: inline-block
}

.product-details .image-column .owl-dots {
	display: none
}

.product-details .image-column .owl-nav {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -25px
}

.product-details .image-column .owl-nav .owl-prev {
	position: absolute;
	left: 10px;
	width: 30px;
	height: 50px;
	color: #fe6a22;
	font-size: 18px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #fe6a22;
	display: inline-block;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease
}

.product-details .image-column .owl-nav .owl-next {
	position: absolute;
	right: 10px;
	width: 30px;
	height: 50px;
	color: #fe6a22;
	font-size: 18px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #fe6a22;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease
}

.product-details .image-column .owl-nav .owl-prev:hover,
.product-details .image-column .owl-nav .owl-next:hover {
	color: #fe6a22;
	border-color: #fe6a22
}

.product-details .basic-details .details-header {
	position: relative;
	margin-bottom: 0
}

.product-details .basic-details .details-header h2 {
	font-weight: 700;
	margin: 0 0;
	line-height: 1.5em;
	color: #3e4d69;
	font-size: 42px;
	margin-bottom: 30px
}

.product-details .basic-details .details-header h2 a {
	color: #333
}

.product-details .basic-details .details-header .rating {
	font-size: 16px;
	margin-bottom: 15px;
	display: inline-block
}

.product-details .basic-details .details-header .rating span {
	color: #fa0
}

.product-details .basic-details .details-header .rating .fa {
	display: inline-block
}

.product-details .basic-details .details-header .reviews {
	position: relative;
	color: #545454;
	font-size: 16px;
	margin-left: 30px;
	display: inline-block
}

.product-details .basic-details .details-header .reviews a {
	color: #545454;
	margin-left: 30px;
	display: inline-block;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease
}

.product-details .basic-details .details-header .reviews a:hover {
	color: #fe6a22
}

.product-details .basic-details .details-header .item-price {
	position: relative;
	font-size: 36px;
	font-weight: 700;
	color: #fe6a22;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-family: 'Quicksand', sans-serif
}

.product-details .basic-details .details-header .product-list {
	position: relative;
	margin-top: 45px
}

.product-details .basic-details .details-header .product-list li {
	position: relative;
	color: #545454;
	font-size: 18px;
	line-height: 1.3em;
	padding-right: 25px;
	margin-right: 25px;
	display: inline-block;
	border-right: 1px solid #545454
}

.product-details .basic-details .details-header .product-list li:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none
}

.product-details .basic-details .text {
	position: relative;
	color: #545454;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 40px;
	margin-top: 35px
}

.product-details .basic-details .availablity {
	position: relative;
	float: left;
	padding-right: 40px;
	line-height: 32px;
	margin-bottom: 27px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #545454
}

.product-details .basic-details .availablity strong {
	font-size: 14px;
	letter-spacing: 2px;
	color: #11da61;
	font-weight: 600;
	text-transform: uppercase
}

.product-details .basic-details .item-quantity {
	position: relative;
	float: left;
	width: 120px;
	margin-bottom: 15px;
	margin-right: 35px;
	box-shadow: none;
	border: 1px solid #ddd;
	border-radius: 50px 0 0 50px
}

.product-details .basic-details .btns-box {
	position: relative;
	margin-top: 25px
}

.product-details .basic-details .btns-box .btn-style-fifteen {
	padding: 13px 32px;
	font-size: 18px;
	margin-right: 25px;
	margin-bottom: 15px
}

.product-details .basic-details .btns-box .wishlist-btn {
	position: relative;
	color: #545454;
	font-size: 16px;
	font-weight: 700;
	padding: 18px 34px;
	display: inline-block;
	background: none;
	border-radius: 50px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 1px solid #bbb;
	font-family: 'Quicksand', sans-serif
}

.product-details .basic-details .btns-box .wishlist-btn .icon {
	position: relative;
	margin-left: 20px
}

.product-details .basic-details .btns-box .wishlist-btn:hover {
	color: #fff;
	border-color: #fe6a22;
	background-color: #fe6a22
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner {
	line-height: 24px;
	border: none;
	font-size: 18px;
	background: none;
	padding: 10px 30px!important;
	height: 54px!important;
	box-shadow: none!important
}

.bootstrap-touchspin .input-group-btn-vertical {
	width: 30px;
	border-left: 1px solid #ddd
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical>.btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical>.btn {
	padding: 13px 10px;
	background: none;
	left: 4px
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i {
	top: 1px
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
	content: "\f0d8";
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	font-family: 'Font Awesome 5 Free'
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
	content: "\f0d7";
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	font-family: 'Font Awesome 5 Free'
}

.product-details .basic-details .sel-colors {
	position: relative;
	float: left;
	margin-top: 12px
}

.product-details .basic-details .sel-colors strong {
	position: relative;
	top: -11px;
	display: inline-block;
	font-size: 16px;
	color: #333;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	margin-right: 10px
}

.product-details .basic-details .sel-colors .color-box {
	position: relative;
	width: 30px;
	height: 30px;
	margin-right: 16px;
	border-radius: 50%;
	display: inline-block
}

.product-details .basic-details .sel-colors .color-box input {
	position: absolute;
	visibility: hidden;
	opacity: 0
}

.product-details .basic-details .sel-colors .color-box label {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	border-radius: 50%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.product-details .basic-details .sel-colors .color-box input[type="radio"]:checked+label:before {
	position: absolute;
	width: 20px;
	height: 20px;
	content: '';
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
	background: url(../images/icons/tick.png) no-repeat
}

.reviews-section {
	position: relative
}

.reviews-section h3 {
	position: relative;
	font-weight: 700;
	color: #3e4d69;
	font-size: 30px;
	line-height: 1.4em;
	margin-bottom: 50px
}

.reviews-section h4 {
	position: relative;
	font-weight: 700;
	color: #3e4d69;
	font-size: 24px;
	line-height: 1.4em;
	margin-bottom: 30px
}

.reviews-section .description-column {
	position: relative;
	margin-bottom: 40px
}

.reviews-section .description-column .inner-column {
	position: relative;
	padding: 48px 40px 50px;
	border: 1px solid #ddd
}

.reviews-section .description-column .text {
	position: relative;
	color: #545454;
	font-size: 16px;
	line-height: 1.9em;
	margin-bottom: 35px
}

.reviews-section .comments-column {
	position: relative;
	margin-bottom: 40px
}

.shop-comments-area {
	position: relative
}

.shop-comments-area .comment-box {
	position: relative;
	margin-bottom: 40px;
	padding: 36px 38px 35px;
	border: 1px solid #ddd
}

.shop-comments-area .comment-box.reply-comment {
	margin-left: 135px
}

.shop-comments-area .comment-box:last-child {
	margin-bottom: 0
}

.shop-comments-area .comment-box .comment {
	position: relative;
	padding-left: 100px
}

.shop-comments-area .comment-box .comment .author-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
	margin-bottom: 20px
}

.shop-comments-area .comment-box .comment-inner {
	position: relative
}

.shop-comments-area .comment-box .comment-inner .comment-info {
	position: relative;
	color: #222;
	font-weight: 700;
	font-size: 16px;
	font-family: 'Quicksand', sans-serif
}

.shop-comments-area .comment-box .comment-inner .comment-info span {
	position: relative;
	font-weight: 400;
	color: #545454;
	font-size: 14px;
	margin-left: 30px
}

.shop-comments-area .comment-box .comment-inner .rating {
	position: relative;
	color: #fca600;
	font-size: 14px;
	margin-top: 3px
}

.shop-comments-area .comment-box .comment-inner .text {
	position: relative;
	color: #545454;
	font-size: 14px;
	line-height: 1.7em;
	margin-top: 12px
}

.reviews-comment-section {
	position: relative;
	padding-top: 85px;
	margin-bottom: 40px
}

.reviews-comment-section .title-box {
	position: relative;
	text-align: center;
	margin-bottom: 65px
}

.reviews-comment-section .title-box h2 {
	position: relative;
	color: #3e4d69;
	font-size: 42px;
	font-weight: 700
}

.reviews-comment-section .title-box .text {
	position: relative;
	color: #545454;
	font-size: 18px;
	margin-top: 22px
}

.reviews-comment-section .title-box .text span {
	color: #fe6a22
}

.reviews-comment-section .title-box .rating {
	position: relative;
	margin-top: 30px
}

.reviews-comment-section .title-box .rating .rate {
	position: relative;
	color: #222;
	font-size: 16px;
	font-weight: 700;
	margin-right: 8px;
	font-family: 'Quicksand', sans-serif
}

.reviews-comment-section .title-box .rating .far {
	position: relative;
	color: #fca600
}

.reviews-comment-section .comment-form {
	max-width: 870px;
	margin: 0 auto
}

.reviews-comment-section .comment-form .theme-btn {
	padding: 8px 41px;
	margin-top: 15px
}

.cart-section {
	position: relative;
	padding: 100px 0 140px
}

.cart-outer {
	position: relative
}

.checkout-page .cart-outer {
	margin-bottom: 40px
}

.cart-outer .table-outer {
	position: relative;
	width: 100%;
	overflow-x: auto;
	margin-bottom: 50px
}

.cart-outer .cart-table {
	width: 100%;
	min-width: 900px;
	border-bottom: 1px solid #e9e9e9
}

.cart-outer .cart-table tbody {
	padding-bottom: 30px
}

.cart-table .cart-header {
	position: relative;
	width: 100%;
	text-transform: uppercase;
	font-size: 13px;
	background: #3e4d69;
	color: #1c1c1c;
	border: 1px solid #ebebeb
}

.cart-table thead tr th {
	line-height: 24px;
	padding: 15px 28px;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-right: 1px solid #fff;
	font-family: 'Quicksand', sans-serif
}

.cart-table thead tr th .fa {
	font-size: 18px
}

.cart-table tbody tr td {
	line-height: 24px;
	padding: 25px 50px 25px
}

.cart-table tbody tr .qty {
	width: 225px;
	padding-right: 80px
}

.cart-table tbody tr .qty .item-quantity {
	border: 1px solid #ddd
}

.cart-table tbody tr .qty .quantity-spinner {
	background: #fff
}

.cart-table tbody tr .prod-column .column-box {
	position: relative;
	min-height: 120px;
	padding-top: 15px;
	padding-left: 150px
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	float: left
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
	display: block;
	max-width: 100%
}

.cart-table tbody tr .prod-column .column-box h4 {
	position: relative;
	font-size: 18px;
	color: #222;
	font-weight: 700
}

.cart-table tbody tr .prod-column .column-box .text {
	position: relative;
	font-size: 16px;
	color: #545454;
	font-weight: 400;
	margin-top: 15px
}

.cart-table tbody tr .prod-column .author {
	font-size: 13px;
	color: #333;
	margin-bottom: 0
}

.cart-table tbody tr .sub-total {
	font-weight: 700;
	color: #222;
	font-size: 18px;
	font-family: 'Quicksand', sans-serif
}

.cart-table tbody tr .remove-btn {
	position: relative;
	font-size: 18px;
	color: #fe6a22;
	line-height: 30px;
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease
}

.cart-table tbody tr .remove-btn .fa {
	position: relative;
	font-size: 24px;
	line-height: 30px
}

.cart-table tbody tr .remove-btn:hover {
	color: #f67a65
}

.cart-table tbody tr td {
	vertical-align: middle;
	color: #797979;
	font-size: 17px;
	border-left: 1px solid #ebebeb
}

.cart-table tbody tr .total-price {
	font-weight: 700;
	color: #222;
	font-size: 18px;
	font-family: 'Quicksand', sans-serif
}

.cart-table tbody tr td:last-child {
	border-right: 1px solid #ebebeb;
	text-align: center
}

.cart-table tbody tr td .prod-title {
	position: relative;
	font-size: 17px;
	color: #797979
}

.cart-table tbody tr td .quantity-spinner {
	padding: 5px 0 5px 20px;
	line-height: 24px;
	height: 34px;
	display: block;
	width: 100%;
	position: relative
}

.cart-table tbody .available-info {
	position: relative;
	padding-left: 50px
}

.cart-table tbody .available-info .icon {
	position: absolute;
	left: 0;
	top: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #223555;
	border-radius: 50%
}

.cart-section .cart-options {
	position: relative;
	padding: 28px 35px 15px;
	margin-bottom: 50px;
	background-color: #f9f9f9;
	border: 1px solid #ebebeb;
	border-top: 0
}

.cart-section .apply-coupon {
	position: relative
}

.cart-section .apply-coupon .form-group {
	position: relative;
	float: left;
	margin-right: 10px
}

.cart-section .apply-coupon .form-group input[type="text"] {
	display: block;
	line-height: 15px;
	padding: 8px 25px;
	border: 1px solid #e0e0e0;
	width: 230px;
	height: 50px;
	font-size: 14px;
	background: #fff;
	border-radius: 50px
}

.cart-section .btn-style-two {
	margin-left: 22px;
	padding: 10px 35px
}

.cart-section .btn-style-two:hover {
	color: #fff
}

.cart-section .cart-options .btn-style-one {
	top: -4px;
	font-weight: 500;
	font-size: 15px;
	padding: 5px 32px
}

.cart-section .totals-table {
	position: relative
}

.cart-section .totals-table li {
	line-height: 24px;
	padding: 14px 0
}

.cart-section .totals-table .col {
	position: relative;
	display: block;
	float: left;
	line-height: 24px;
	width: 50%;
	color: #545454;
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	font-family: 'Quicksand', sans-serif
}

.cart-section .totals-table li .col:last-child {
	text-align: right;
	color: #797979
}

.cart-section .checkout-btn {
	padding: 8px 45px;
	margin-top: 20px
}

.cart-section .cart-btn {
	padding: 8px 34px;
	margin-top: 110px
}

.cart-table tbody tr .qty .input-group-btn-vertical {
	position: absolute;
	right: 0;
	top: 0
}

.checkout-page {
	position: relative;
	padding: 100px 0 80px
}

.checkout-page .default-links {
	position: relative;
	margin-bottom: 65px
}

.checkout-page .default-links li {
	position: relative;
	margin-bottom: 45px;
	line-height: 24px;
	color: #545454;
	font-size: 18px;
	font-weight: 400;
	padding-left: 58px;
	font-family: 'Quicksand', sans-serif
}

.checkout-page .default-links li:last-child {
	margin-bottom: 0
}

.checkout-page .default-links li:before {
	position: absolute;
	content: '\f2d0';
	left: 0;
	top: 0;
	color: #20bec6;
	font-size: 24px;
	line-height: 1em;
	font-family: 'Font Awesome 5 Free'
}

.checkout-page .default-links li a {
	color: #222;
	font-weight: 700;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease
}

.checkout-page .default-links li a:hover {
	color: #20bec6;
	text-decoration: underline
}

.shop-form .sec-title {
	margin-bottom: 50px
}

.shop-form .sec-title h2 {
	font-size: 30px
}

.billing-details .shop-form .form-group {
	margin-bottom: 20px
}

.shop-form .form-group .field-label {
	display: block;
	line-height: 24px;
	margin-bottom: 8px;
	text-transform: capitalize;
	color: #545454;
	font-size: 15px;
	font-weight: 400
}

.shop-form .form-group .field-label strong {
	color: #222
}

.shop-form .form-group .field-label sup {
	position: relative;
	top: 0;
	color: #797979;
	font-size: 16px
}

.shop-form .form-group .check-box {
	position: relative;
	color: #222;
	font-size: 15px
}

.shop-form .form-group .checkbox-text {
	position: relative;
	color: #aaa;
	font-size: 15px;
	line-height: 1.8em;
	margin-top: 5px
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea {
	position: relative;
	display: block;
	width: 100%;
	background: #fff;
	line-height: 16px;
	padding: 10px 15px;
	height: 50px;
	border: 1px solid #e0e0e0;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease
}

.shop-form input.address-two {
	margin-top: 12px
}

.shop-form input::-webkit-input-placeholder,
.shop-form select::-webkit-input-placeholder,
.shop-form textarea-webkit-input-placeholder {
	color: #c6c6c6
}

.shop-form select {
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	background: #fff url(../images/icons/icon-select.png) right center no-repeat;
	cursor: pointer
}

.shop-form select option {
	text-indent: 15px
}

.shop-form textarea {
	resize: none;
	height: 100px!important;
	overflow: hidden
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus {
	border-color: #fe6a22
}

.shop-order-box {
	position: relative;
	margin-top: 80px
}

.shop-order-box .order-list {
	position: relative
}

.shop-order-box .order-list li:first-child {
	background-color: #3e4d69;
	padding: 19px 28px;
	color: #fff;
	font-size: 18px;
	font-family: 'Quicksand', sans-serif
}

.shop-order-box .order-list li:first-child span {
	color: #fff;
	font-size: 18px
}

.shop-order-box .order-list li:last-child {
	background-color: #f4f9ff;
	padding: 19px 28px;
	color: #222;
	font-size: 15px;
	border: none;
	font-family: 'Quicksand', sans-serif
}

.shop-order-box .order-list li {
	position: relative;
	color: #545454;
	font-size: 15px;
	font-weight: 700;
	padding: 28px 28px;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc
}

.shop-order-box .order-list li:nth-child(4) {
	border-bottom: 0
}

.shop-order-box .order-list li span {
	color: #222;
	float: right;
	width: 35%;
	text-align: left;
	font-size: 15px;
	text-transform: capitalize
}

.shop-order-box .order-list li span.shipping {
	font-size: 15px;
	font-weight: 700;
	color: #545454
}

.shop-order-box .order-list li span.dark {
	color: #242424;
	font-weight: 700
}

.payment-options {
	position: relative;
	margin-top: 50px;
	margin-bottom: 35px;
	padding: 40px 40px 10px;
	background-color: #f4f9ff;
	border-bottom: 2px solid #b7b7b7
}

.checkout-page .payment-options li {
	position: relative;
	margin-bottom: 20px
}

.checkout-page .payment-options li .radio-option {
	position: relative
}

.checkout-page .payment-options li .radio-option label {
	position: relative;
	display: block;
	padding-left: 30px;
	font-weight: 600!important;
	text-transform: capitalize;
	letter-spacing: 1px;
	color: #797979;
	cursor: pointer;
	font-size: 15px
}

.checkout-page .payment-options li .radio-option label strong {
	font-weight: 400;
	display: inline-block;
	color: #222;
	font-size: 16px
}

.checkout-page .payment-options li .radio-option input[type="radio"] {
	position: absolute;
	left: 0;
	top: 3px
}

.checkout-page .payment-options li .radio-option #payment-3 {
	top: 5px
}

.checkout-page .payment-options .what-paypall {
	font-size: 16px;
	font-weight: 400;
	color: #545454;
	position: relative;
	display: block;
	text-align: right;
	margin-right: 30px
}

.checkout-page .payment-options .paypall-image {
	float: right;
	margin-top: 15px;
	margin-bottom: 20px
}

.checkout-page .payment-options li .radio-option label .small-text {
	position: relative;
	display: none;
	padding: 18px 26px;
	letter-spacing: 0;
	text-transform: none;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	line-height: 20px;
	line-height: 1.7em;
	margin-top: 20px;
	margin-left: -30px;
	background-color: #fe6a22
}

.checkout-page .payment-options li .radio-option label .small-text:before {
	position: absolute;
	content: '';
	left: 24px;
	top: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #fe6a22
}

.checkout-page .payment-options li .radio-option input[type="radio"]:checked+label .small-text {
	display: block
}

.checkout-page .payment-options li .radio-option label img {
	position: relative;
	display: block;
	float: right;
	margin-top: 15px
}

.place-order .order-btn {
	font-weight: 700;
	font-size: 15px;
	padding: 12px 33px;
	color: #fff;
	border-radius: 50px;
	text-transform: uppercase;
	border: 2px solid #3e4d69;
	background-color: #3e4d69;
	font-family: 'Quicksand', sans-serif
}

.place-order .order-btn:hover {
	background: none;
	color: #3e4d69
}

.nav-outer .mobile-nav-toggler {
	position: relative;
	display: none
}

.nav-outer .mobile-nav-toggler .icon {
	display: block;
	font-size: 30px;
	line-height: 40px;
	cursor: pointer;
	padding: 14px 0
}

.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999
}

.mobile-menu .nav-logo {
	position: relative;
	padding: 20px 20px;
	text-align: left
}

.mobile-menu-visible {
	overflow: hidden
}

.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible
}

.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .9);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%)
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%)
}

.mobile-menu .menu-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #fff;
	padding: 0 0;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%)
}

.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%)
}

.mobile-menu .close-btn {
	position: absolute;
	right: 3px;
	top: -30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 18px;
	color: #202020;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.mobile-menu-visible .mobile-menu .close-btn {
	top: 3px
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	margin-top: 36px;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.mobile-menu .navigation li>ul>li:last-child {
	border-bottom: none
}

.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
	font-size: 15px;
	color: #404040;
	text-transform: capitalize
}

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li>a:hover {
	color: #fe6a22
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	text-align: center;
	font-size: 16px;
	line-height: 44px;
	color: #404040;
	cursor: pointer;
	z-index: 5
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 1px;
	height: 24px;
	border-left: 1px solid rgba(0, 0, 0, .1)
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
	display: none
}

.map-data {
	text-align: center;
	color: #0e2a4e;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em
}

.map-data h6 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	color: #121212
}

.about-section-two .image-column .inner-column.now-in-view::before {
	border-color: #feb322;
	left: 50px;
	top: 50px;
	right: 20px;
	bottom: -50px
}

.directory-map-wrapper {
	padding: 30px 0 0 0;
	background-color: #21b9c7
}

.directory-map-wrapper .map-holder {
	max-width: 1920px;
	max-width: 100%;
	margin: auto;
	position: relative
}

.directory-map-wrapper .map-holder .map {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto
}

@-webkit-keyframes pulse_opacity {
	0% {
		opacity: .4
	}
	50% {
		opacity: .8
	}
	100% {
		opacity: .4
	}
}

@keyframes pulse_opacity {
	0% {
		opacity: .4
	}
	50% {
		opacity: .8
	}
	100% {
		opacity: .4
	}
}

.directory-map-wrapper .map-holder .areas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	z-index: 3
}

.directory-map-wrapper .map-holder .areas .area {
	position: absolute;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	transform: translate(-50%, -100%);
	opacity: 0;
	transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease
}

.directory-map-wrapper .map-holder .areas .area.pulsing {
	-webkit-animation: pulse_opacity 3s infinite ease-in-out;
	-o-animation: pulse_opacity 3s infinite ease-in-out;
	-ms-animation: pulse_opacity 3s infinite ease-in-out;
	-moz-animation: pulse_opacity 3s infinite ease-in-out;
	animation: pulse_opacity 3s infinite ease-in-out
}

.directory-map-wrapper .map-holder .areas .area.dual {
	background-size: auto 200%;
	background-repeat: no-repeat;
	background-position: center top;
	opacity: 1
}

.directory-map-wrapper .map-holder .areas .area.dual:hover {
	background-position: center bottom
}

.directory-map-wrapper .map-holder .areas .area:hover {
	opacity: 1!important;
	-webkit-animation: none;
	-o-animation: none;
	-ms-animation: none;
	-moz-animation: none;
	animation: none
}

.directory-map-wrapper .map-holder .areas .usa {
	background-image: url(../images/directory-map/areas/usa.png);
	width: 15.4%;
	height: 15%;
	left: 23.65538%;
	top: 45.5%
}

.directory-map-wrapper .map-holder .areas .uk {
	background-image: url(../images/directory-map/areas/uk.png);
	width: 2.4%;
	height: 6.8%;
	left: 47.2%;
	top: 33.1%
}

.directory-map-wrapper .map-holder .areas .australia {
	background-image: url(../images/directory-map/areas/australia.png);
	width: 11%;
	height: 18.5%;
	left: 83.4%;
	top: 80.35%
}

.directory-map-wrapper .map-holder .areas .colouring-sheets {
	background-image: url(../images/resources-map/areas/colouring-sheets.png);
	width: 15.4%;
	height: 15%;
	left: 23.65538%;
	top: 45.5%
}

.directory-map-wrapper .map-holder .areas .colouring-sheets.dual {
	background-image: url(../images/resources-map/areas/colouring-sheets-inverted.png);
	width: 12%;
	height: 15%;
	left: 16.65538%;
	top: 39.6%
}

.directory-map-wrapper .map-holder .areas .posters.dual {
	background-image: url(../images/resources-map/areas/posters-inverted.png);
	width: 10%;
	height: 13%;
	left: 36.1%;
	top: 58.1%
}

.directory-map-wrapper .map-holder .areas .quizzes.dual {
	background-image: url(../images/resources-map/areas/quizzes-inverted.png);
	width: 9%;
	height: 11%;
	left: 60.65538%;
	top: 55.5%
}

.directory-map-wrapper .map-holder .areas .comic-book.dual {
	background-image: url(../images/resources-map/areas/comic-book-inverted.png);
	width: 14%;
	height: 10%;
	left: 80.65538%;
	top: 32.4%
}

.directory-map-wrapper .map-holder .areas .homework-projects.dual {
	background-image: url(../images/resources-map/areas/lesson-plans-inverted.png?v=1.1);
    width: 15%;
    height: 11%;
    left: 46.65538%;
    top: 33.4%;
}

.directory-map-wrapper .map-holder .areas .hotspot {
	position: absolute;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	transform: translate(-50%, -50%);
	opacity: 1;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fe6a22;
	border: #fff 2px solid;
	-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .15)
}
.directory-map-wrapper .map-holder .areas .hotspot.colour-green{
	background-color: #93c943;
}
.directory-map-wrapper .map-holder .areas .hotspot.colour-blue{
	background-color: #014394;
}
.directory-map-wrapper .map-holder .areas .hotspot.colour-black{
	background-color: #000;
}
.directory-map-wrapper .map-holder .areas .hotspot.colour-purple{
	background-color: #7425a1;
}
.directory-map-wrapper .map-holder .areas .hotspot.colour-pink{
	background-color: #ca28a2;
}

.directory-map-wrapper .map-holder .areas .hotspot.xlarge {
	width: 80px;
	height: 80px
}

.directory-map-wrapper .map-holder .areas .hotspot.large {
	width: 42px;
	height: 42px
}

.directory-map-wrapper .map-holder .areas .hotspot.small {
	width: 15px;
	height: 15px
}

.directory-map-wrapper .map-holder .areas .hotspot:hover {
	transform: scale(1.15) translate(-43.5%, -43.5%)
}

.directory-map-wrapper .map-holder .elements {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: hidden;
	display: block;
	z-index: 2
}

.directory-map-wrapper .map-holder .elements .el {
	position: absolute;
	display: block;
	pointer-events: none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	transform: translate(-50%, -100%);
	height: 100%
}

.directory-map-wrapper .map-holder .elements .el1 {
	background-image: url(../images/directory-map/elements/el1.png);
	width: 3.6%;
	left: 40.46153846153846%;
	top: 17.5%
}

.directory-map-wrapper .map-holder .elements .el2 {
	background-image: url(../images/directory-map/elements/el2.png);
	width: 12%;
	left: 72%;
	top: -82%;
	animation-name: float_up_down;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: float_up_down;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: float_up_down;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-name: float_up_down;
	-ms-animation-duration: 5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-name: float_up_down;
	-o-animation-duration: 5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: ease-in-out
}

.directory-map-wrapper .map-holder .elements .el3 {
	background-image: url(../images/directory-map/elements/el3.png);
	width: 7%;
	left: 17.5%;
	top: -74%;
	animation-name: float_up_down;
	animation-duration: 4.2s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: float_up_down;
	-webkit-animation-duration: 4.2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: float_up_down;
	-moz-animation-duration: 4.2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-name: float_up_down;
	-ms-animation-duration: 4.2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-name: float_up_down;
	-o-animation-duration: 4.2s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: ease-in-out
}

.directory-map-wrapper .map-holder .elements .el4 {
	background-image: url(../images/directory-map/elements/el4.png);
	width: 2.2%;
	left: 49%;
	top: 35%
}

.directory-map-wrapper .map-holder .elements .el5 {
	background-image: url(../images/directory-map/elements/el5.png);
	width: 9.5%;
	left: 64%;
	top: 33%
}

.directory-map-wrapper .map-holder .elements .el6 {
	background-image: url(../images/directory-map/elements/el6.png);
	width: 3.5%;
	left: 20%;
	top: 41.5%
}

.directory-map-wrapper .map-holder .elements .el7 {
	background-image: url(../images/directory-map/elements/el7.png);
	width: 13%;
	left: 31%;
	top: -55%;
	animation-name: float_up_down_small;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: float_up_down_small;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: float_up_down_small;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-name: float_up_down_small;
	-ms-animation-duration: 5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-name: float_up_down_small;
	-o-animation-duration: 5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: ease-in-out
}

.directory-map-wrapper .map-holder .elements .el8 {
	background-image: url(../images/directory-map/elements/el8.png);
	width: 3.5%;
	left: 71%;
	top: 44%
}

.directory-map-wrapper .map-holder .elements .el9 {
	background-image: url(../images/directory-map/elements/el9.png);
	width: 4%;
	left: 54%;
	top: 55%
}

.directory-map-wrapper .map-holder .elements .el10 {
	background-image: url(../images/directory-map/elements/el10.png);
	width: 2%;
	left: 30%;
	top: 63%
}

.directory-map-wrapper .map-holder .elements .el11 {
	background-image: url(../images/directory-map/elements/el11.png);
	width: 9%;
	left: 83%;
	top: -44%;
	animation-name: float_up_down;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: float_up_down;
	-webkit-animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: float_up_down;
	-moz-animation-duration: 4s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-name: float_up_down;
	-ms-animation-duration: 4s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-name: float_up_down;
	-o-animation-duration: 4s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: ease-in-out
}

.directory-map-wrapper .map-holder .elements .el12 {
	background-image: url(../images/directory-map/elements/el12.png);
	width: 3.2%;
	left: 82%;
	top: 71%
}

.directory-map-wrapper .map-holder .elements .el13 {
	background-image: url(../images/directory-map/elements/el13.png);
	width: 17%;
	left: 58%;
	top: -17%;
	animation-name: float_up_down_small;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: float_up_down_small;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: float_up_down_small;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-name: float_up_down_small;
	-ms-animation-duration: 5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease-in-out;

	-o-animation-name: float_up_down_small;
	-o-animation-duration: 5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: ease-in-out
}

.directory-map-wrapper .map-holder .elements .el14 {
	background-image: url(../images/directory-map/elements/el14.png);
	width: 7.3%;
	left: 48%;
	top: 97%
}

.directory-map-wrapper .map-holder .elements .el15 {
	background-image: url(../images/resources-map/elements/el1.png);
	width: 5%;
	left: 18%;
	top: 52%
}

.directory-map-wrapper .map-holder .elements .el16 {
	background-image: url(../images/resources-map/elements/el2.png);
	width: 12%;
	left: 36%;
	top: 69%
}

.directory-map-wrapper .map-holder .elements .el17 {
	background-image: url(../images/resources-map/elements/el3.png);
	width: 13.5%;
	left: 61.2%;
	top: 63.8%
}

.directory-map-wrapper .map-holder .elements .el18 {
	background-image: url(../images/resources-map/elements/el4.png);
	width: 12.5%;
	left: 81%;
	top: 40%
}

.directory-map-wrapper .map-holder .elements .el18-2 {
	background-image: url(../images/resources-map/elements/el5.png);
    width: 12.5%;
    left: 46.5%;
    top: 37%;
}

.directory-map-wrapper .map-holder .elements .el19 {
	background-image: url(../images/resources-map/elements/el1.png);
	width: 5%;
	left: 18%;
	top: 52%
}

.directory-map-wrapper .map-holder .elements .el20 {
	background-image: url(../images/directory-map/elements/el15.png);
	width: 6%;
	left: 84%;
	top: 67%
}

.directory-map-wrapper .map-holder .elements .el21 {
	background-image: url(../images/directory-map/elements/el16.png);
	width: 7%;
	left: 60%;
	top: 30%
}

.directory-map-wrapper .map-holder .elements .el22 {
	background-image: url(../images/directory-map/elements/el17.png);
	width: 7%;
	left: 27.5%;
	top: 31%
}

.directory-map-wrapper .info-holder {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	z-index: 20
}

.directory-map-wrapper .info-holder .info-box {
	max-width: 600px;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
	-webkit-box-shadow: 3px 4px 3px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 3px 4px 3px 0 rgba(0, 0, 0, .1);
	box-shadow: 3px 4px 3px 0 rgba(0, 0, 0, .1)
}

.directory-map-wrapper .info-holder .info-box h3 {
	font-size: 24px;
	color: #009ca3;
	margin-bottom: 12px
}

.directory-map-wrapper .info-holder .info-box ul {
	margin-bottom: 0
}

.directory-map-wrapper .info-holder .info-box ul li {
	display: inline-block;
	width: 48%;
	margin-left: 0;
	padding-right: 20px
}

.directory-region-wrapper {
	padding: 60px 40px
}

.region-table {
	margin: 0;
	width: 100%
}

.region-table tr th,
.region-table tr td {
	padding: 10px 14px
}

.region-table tr th {
	text-transform: uppercase;
	font-size: 16px;
	background-color: #ecf2f2
}

.region-table tr:nth-child(even) td {
	background-color: #f7f7f7
}

.directory-region-wrapper .region-description.bottom {
	display: none
}

.fancybox-slide>* {
	margin: 44px 30px
}

.solid-cta-box {
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	position: relative;
	text-align: center;
	overflow: hidden;
	background-color: #fff;
	padding: 40px 15px 40px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.solid-cta-box:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.solid-cta-box h3 {
	font-size: 22px;
	margin-bottom: 22px
}

.compact-listings-wrapper {
	padding: 48px 30px 22px 30px;
	text-align: center;
	width: 90%;
	max-width: 1400px
}

.fancybox-close-small {
	top: 12px;
	right: 12px
}

.fancybox-slide>* {
	border-radius: 20px
}

#fca_eoi_form_1693 .fca_eoi_layout_5.fca_eoi_layout_popup {
	padding: 25px;
	border-radius: 20px;
	border-width: 0
}

.featherlight .featherlight-close-icon {
	top: 10px!important;
	right: 10px!important;
	font-size: 20px!important
}

div.fca_eoi_layout_5 div.fca_eoi_layout_submit_button_wrapper input,
form.fca_eoi_layout_5 div.fca_eoi_layout_submit_button_wrapper input {
	text-shadow: none!important;
	cursor: pointer
}

.woocommerce-input-wrapper {
	display: block;
	width: 100%
}

.woocommerce form.checkout .express-one-page-checkout-main p.form-row input,
.login_popup .input-box .input-text,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	font-size: 14px;
	width: 100%;
	border: rgba(0, 0, 0, .18) 1px solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 12px;
	height: auto!important
}

.woocommerce form.checkout .express-one-page-checkout-main p.form-row input::placeholder {
	color: #8c8c8c
}

.woocommerce form .form-row label {
	display: block;
	width: 100%;
	font-size: 20px;
	color: #000
}

.body-content ul li.wc_payment_method {
	margin-left: 0;
	list-style: none
}

body:not(.woocommerce-page) .featherlight {
	display: none!important
}

html.with-featherlight {
	overflow: auto!important
}

body.logged-in .mcpup-env-theme {
	top: 0px!important
}

.mcpup-content h3 {
	color: rgb(254, 106, 34)!important;
	font-size: 24px!important
}

.mcpup-content p:not(.mcpup-short-msg) {
	font-size: 21px!important;
	color: rgb(30, 189, 201)!important;
	font-weight: 600!important
}

.mcpup-content {
	background: none;
	padding: 0
}

.mcpup-form {
	padding: 30px!important
}

.mcpup-form input[type="submit"],
.mcpup-form input[type="submit"]:focus,
.mcpup-form input[type="submit"]:active,
.mcpup-form input[type="submit"]:hover {
	border-width: 0px!important;
	padding: 16px!important;
	font-size: 18px!important;
	text-transform: uppercase!important;
	background-color: rgb(254, 106, 34)!important;
	letter-spacing: 1px
}




.blog-grids > .blog-grid-wrapper:not(:last-child){
    margin-bottom: 50px;
}
.blog-grid-wrapper h2{
    font-size: 44px;
    margin-bottom: 14px;
}
.blog-grid-wrapper .owl-carousel .owl-stage-outer{
	overflow: visible;
}
.blog-grid-wrapper .owl-carousel .owl-item{
	opacity: 0.24;
	-moz-transition: opacity 0.35s ease;
	-webkit-transition: opacity 0.35s ease;
	transition: opacity 0.35s ease;
}
.blog-grid-wrapper .owl-carousel .owl-item.active{
	opacity: 1;
}
.blog-grid-wrapper .news-block-two {
    /*
	padding: 15px;
	background-color: rgba(0,0,0,0.05);
	border-radius: 2px;
    */
	margin-bottom: 0px;
}
.blog-grid-wrapper .news-block-two:after{
	position: absolute;
	content: '';
	right: -24px;
	top: 0px;
	height: 100%;
	max-height: 258px;
	width:1px;
	border-right: rgba(0,0,0,0.2) 1px dashed;
}
.blog-grid-wrapper .news-block-two.style-two .inner-box .lower-content {
	padding-bottom: 0;
	border-bottom-width: 0px;
	
	background-color: #009ca3;
	color: #fff;
	padding: 20px;
}
.blog-grid-wrapper .news-block-two.style-two:hover .inner-box .lower-content {
	background-color: #fe6a22;
}
.blog-grid-wrapper .news-block-two .inner-box .lower-content .post-meta li{
	color: rgba(255,255,255,0.65);
}
.blog-grid-wrapper .news-block-two .inner-box .lower-content h3,
.blog-grid-wrapper .news-block-two:hover .inner-box .lower-content h3{
    margin-bottom: 0px;
    font-size: 21px;
    line-height: 1.3;
    margin-top: 12px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
	position: relative;
}
.blog-grid-wrapper .news-block-two .inner-box .lower-content h3 .dots{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	background-color: #009ca3;
	color: #fff;
	content: '';
    padding-left: 4px;
	-moz-transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.blog-grid-wrapper .news-block-two:hover .inner-box .lower-content h3 .dots{
	background-color: #fe6a22;
}
.blog-grid-wrapper .news-block-two .inner-box .image {
    position: relative;
    border-radius: 2px;
}
.blog-grid-wrapper .news-block-two .inner-box .image:after{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(0,0,0,0.04);
	pointer-events: none;
}
.blog-grid-wrapper .news-block-two .inner-box .lower-content {
    position: relative;
    padding-top: 14px;
}
.blog-grid-wrapper .owl-nav{
    position: absolute;
    top: -62px;
    right: 0px;
}
.blog-grid-wrapper .owl-nav .owl-prev,
.blog-grid-wrapper .owl-nav .owl-next{
    display: inline-block;
    height: 36px;
    background-color: #009ca3;
    color: #fff;
    width: 36px;
    text-align: center;
    line-height: 36px;
    margin-left: 2px;
    border-radius: 2px;
}
.blog-grid-wrapper .owl-nav .owl-prev:hover,
.blog-grid-wrapper .owl-nav .owl-next:hover{
	background-color: #fe6a22;
}




ul.blog-category-nav{
	display: block;
	margin: 0px;
	padding: 0px;
	border-bottom: rgba(0,0,0,0.3) 1px solid;
	margin-bottom: 50px;
}
ul.blog-category-nav li{
	display: inline-block;
}
ul.blog-category-nav li a{
	display: block;
	padding: 12px;
	font-size: 16px;
}
ul.blog-category-nav > li:first-child a{
	padding-left: 0px;
}
@media (max-width:850px){
ul.blog-category-nav li a{
	padding: 9px;
}
}
@media (max-width:768px){
ul.blog-category-nav{
	display: none;
}
}


.gform-body{
    
}
.gform-body input[type=text],
.gform-body input[type=phone],
.gform-body input[type=email],
.gform-body textarea{
    padding: 12px;
    border: rgba(0,0,0,0.2) 1px solid;
    border-radius: 5px;
}

#mce-responses{
    font-weight: bold;
    margin-top: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel > h2:first-of-type{
    display: none;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: inherit;
    font-size: 1.5em;
}
.wc-pao-addon .wc-pao-addon-description{
    max-height: 119px;
    overflow: auto;
    margin-bottom: 10px;
    padding-right: 12px;
    margin-top: 6px;
}
.wc-pao-addon .wc-pao-addon-description p{
    font-size: 100% !important;
}
.wc-pao-validation-notice {
    width: 100%;
}

.yith-wapo-option-value{
    border: #fe6a22 1px solid;
    padding: 4px;
    border-radius: 30px;
}
.wapo-addon-title, .wapo-addon-title{
    margin-bottom:5px;
}
body.postid-9012 .yith-wapo-addon-label, body.postid-9012 #wapo-total-price-table table,
body.page-id-9002 .yith-wapo-addon-label, body.page-id-9002 #wapo-total-price-table table{
    display: none;
}
.simple-embedded-product .options-container > .options {
    width: 100% !important;
    margin: 0 auto;
}
.yith-wapo-option .input-number{
    float: none !important;
}

.wpb_single_image .vc_figure-caption {
    margin-top: .2em;
    font-size: .9em;
    border: rgba(0,0,0,0.3) 2px solid;
    border-radius: 20px;
    padding: 6px 11px;
    display: inline-block;
    top: -6px;
    position: relative;
}

.vc_separator.vc_sep_color_grey .vc_sep_line {
    border: #fe6a22 1px dashed;
}
.vc_separator {
    margin-top: 3rem;
    margin-bottom: 3rem;
}












