/* Colin - HTML Template  */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Sticky Header
6. Page Title
7. Main Slider
8. Services Section / Two / Three
9. About Section
10. Counter Section
11. About Content Section
12. Gallery Section / Two
13. Pricing Section
14. Testimonial Section / Two
15. News Section
16. Call To Action Section
17. Main Footer
18. Banner Section / Two
19. Boost Section
20. Market Section
21. Pricing Section
22. Subscribe Section
23. App Section
24. Fluid Section One / Section Two
25. Expertise Section
26. Contact Form Section
27. Footer Style Two
28. Faq Fluid Section
29. Page Title
30. History Section
31. Goal Section
32. Gallery Masonry Section
33. Shop Item
34. Shop Widgets
35. Blog Widgets
36. Contact Form Section
37. Map Section Section
38. Contact Info Section

**********************************************/

/*** 

====================================================================
	Fonts
====================================================================

 ***/

@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700|Ubuntu:300,300i,400,400i,500,500i,700,700i');

/* font-family: 'Quicksand', sans-serif;
font-family: 'Ubuntu', sans-serif; */

@import url('pe-icon-7-stroke.css');
@import url('simple-line-icons.css');
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('flaticon.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('custom-animate.css');
@import url('text-rotate.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.bootstrap-touchspin.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 100%;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {

	font-size: 14px;
	color: #787878;
	line-height: 1.6em;
	font-weight: 400;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: '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: normal;
	margin: 0px;
	background: none;
	line-height: 1.2em;
	font-family: 'Quicksand', sans-serif;
}

textarea {
	overflow: hidden;
}

button {
	outline: none !important;
	cursor: pointer;
}

p {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
	color: #555555;
}

.text {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
	color: #555555;
	margin: 0px;
	font-family: 'Ubuntu', sans-serif;
}

::-webkit-input-placeholder {
	color: inherit;
}

::-moz-input-placeholder {
	color: inherit;
}

::-ms-input-placeholder {
	color: inherit;
}

.auto-container {
	position: static;
	max-width: 1210px;
	padding: 0px 20px;
	margin: 0 auto;
}

.large-container {
	position: static;
	max-width: 1600px;
	padding: 0px 15px;
	margin: 0 auto;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
	z-index: 9;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.theme-btn {
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.theme-btn i {
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

.centered {
	text-align: center !important;
}

/* Social Icon One */

.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;
}

.social-icon-one li a:hover {
	color: #fc0000;
	border-color: #fc0000;
}

/* Social Icon Two */

.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, 0.30);
	font-weight: 400;
	display: inline-block;
	border: 2px solid rgba(255, 255, 255, 0.30);
	-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: #ffffff;
	border-color: #feb322;
	background-color: #feb322;
}

/*Btn Style One*/

.btn-style-one {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #777777;
	padding: 10px 34px;
	font-weight: 700;
	border-radius: 50px;
	overflow: hidden;
	background-color: #ffffff;
	text-transform: capitalize;
	box-shadow: 0px 4px 4px rgba(180, 180, 180, 0.70);
	font-family: 'Quicksand', sans-serif;
}

.btn-style-one .txt {
	position: relative;
	z-index: 1;
}

.btn-style-one:before {
	position: absolute;
	content: '';
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: -50px;
	border-bottom: 50px solid #5e4eef;
	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: 0px;
	right: 0px;
	bottom: 0px;
	left: -50px;
	border-left: 40px solid transparent;
	border-bottom: 50px solid #5e4eef;
	-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: #ffffff;
}

/* Btn Style Two */

.btn-style-two {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 10px 30px;
	font-weight: 700;
	border-radius: 50px;
	overflow: hidden;
	background-color: #fc0000;
	text-transform: capitalize;
	font-family: 'Quicksand', sans-serif;
}

.btn-style-two:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: #5e4eef;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.2, 1);
	transform: scale(0.2, 1);
}

.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: #ffffff;
}

/* Btn Style Three */

.btn-style-three {
	position: relative;
	color: #777777;
	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: #ffffff;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	background-color: #5e4eef;
}

.btn-style-three:hover .icon {
	background-color: #fc0000;
}

.btn-style-three:hover {
	color: #ffffff;
	border-color: #5e4eef;
	background-color: #5e4eef;
}

/* Btn Style Four */

.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: #ffffff;
	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: 0px;
	bottom: 0px;
	left: 0px;
	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: 0px;
	right: 0px;
	bottom: 0px;
	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: #ffffff;
}

/* Btn Style Five */

.btn-style-five {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #fc0000;
	padding: 13px 45px;
	font-weight: 700;
	border-radius: 50px;
	letter-spacing: 1px;
	overflow: hidden;
	border: 2px solid #fc0000;
	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: 0px;
	bottom: 0px;
	left: 0px;
	right: -50px;
	border-bottom: 60px solid #fc0000;
	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: 0px;
	right: 0px;
	bottom: 0px;
	left: -50px;
	border-left: 60px solid transparent;
	border-bottom: 60px solid #fc0000;
	-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: #ffffff;
}

/* Btn Style Six */

.btn-style-six {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 13px 45px;
	font-weight: 700;
	border-radius: 50px;
	letter-spacing: 1px;
	overflow: hidden;
	border: 2px solid #ffffff;
	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: 0px;
	bottom: 0px;
	left: 0px;
	right: -50px;
	border-bottom: 60px solid #fc0000;
	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: 0px;
	right: 0px;
	bottom: 0px;
	left: -50px;
	border-left: 60px solid transparent;
	border-bottom: 60px solid #fc0000;
	-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: #ffffff;
	border-color: #fc0000;
}

/* Btn Style Seven */

.btn-style-seven {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 13px 45px;
	font-weight: 700;
	border-radius: 50px;
	letter-spacing: 1px;
	overflow: hidden;
	background: none;
	border: 2px solid #fc0000;
	text-transform: capitalize;
	font-family: 'Quicksand', sans-serif;
}

.btn-style-seven:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #fc0000;
	-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(0.2, 1);
	transform: scale(0.2, 1);
}

.btn-style-seven:hover {
	color: #fc0000;
}

/* Btn Style Eight */

.btn-style-eight {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	padding: 8px 43px;
	font-weight: 700;
	overflow: hidden;
	border-radius: 8px;
	letter-spacing: 1px;
	border: 2px solid #ffffff;
	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: 0px;
	bottom: 0px;
	left: 0px;
	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: 0px;
	right: 0px;
	bottom: 0px;
	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: #ffffff;
	border-color: #3d415b;
}

/* Btn Style Nine */

.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 */

.btn-style-ten {
	position: relative;
	display: inline-block;
	line-height: 30px;
	color: #ffffff;
	padding: 13px 29px;
	font-weight: 700;
	border-radius: 8px;
	letter-spacing: 1px;
	overflow: hidden;
	background: none;
	font-size: 18px;
	border: 2px solid #ffffff;
	text-transform: capitalize;
	font-family: 'Quicksand', sans-serif;
}

.btn-style-ten:hover {
	color: #ffffff;
	background: #464a62;
	border-color: #464a62;
}

/* Btn Style Eleven */

.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 0px 0px 50px;
	font-family: 'Quicksand', sans-serif;
}

.btn-style-eleven:hover {
	color: #ffffff;
	background: #464a62;
	border-color: #464a62;
}

/* Btn Style Twelve */

.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 */

.btn-style-thirteen {
	position: relative;
	display: inline-block;
	line-height: 30px;
	color: #777777;
	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: 0px 6px 5px rgba(0, 0, 0, 0.10);
	font-family: 'Quicksand', sans-serif;
}

.btn-style-thirteen:hover {
	color: #ffffff;
	border-color: #7362ff;
	background: #7362ff;
}

/* Btn Style Four */

.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: #ffffff;
	border-color: #7362ff;
	background: #7362ff;
}

/* Btn Style Fifteen */

.btn-style-fifteen {
	position: relative;
	display: inline-block;
	line-height: 30px;
	color: #ffffff;
	padding: 7px 36px;
	font-weight: 700;
	overflow: hidden;
	background: #7362ff;
	font-size: 16px;
	border: 2px solid #7362ff;
	text-transform: capitalize;
	border-radius: 50px;
	font-family: 'Quicksand', sans-serif;
}

.btn-style-fifteen:hover {
	color: #7362ff;
	background: none;
}

/* Btn Style Sixteen */

.btn-style-sixteen {
	position: relative;
	display: inline-block;
	line-height: 30px;
	color: #ffffff;
	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 */

.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 0px 0px 50px;
	font-family: 'Quicksand', sans-serif;
	transition: all 300ms linear;
}

.btn-style-seventeen .btn-title {
	position: relative;
}

.btn-style-seventeen:hover {
	color: #222222;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.btn-style-seventeen:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #ffffff;
	-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(0.860, 0.000, 0.070, 1.000);
	-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
}

.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 ===*/

.list-style-one {
	position: relative;
}

.list-style-one li {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	padding-left: 35px;
	margin-bottom: 12px;
}

.list-style-one li:before {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #fc0000;
	font-size: 14px;
	content: "\f180";
	font-weight: 600;
	font-family: "Flaticon";
}

/*=== List Style Two ===*/

.list-style-two {
	position: relative;
}

.list-style-two li {
	position: relative;
	font-size: 17px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 700;
	padding-left: 35px;
	margin-bottom: 12px;
	font-family: 'Quicksand', sans-serif;
}

.list-style-two li:before {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #ffffff;
	font-size: 14px;
	content: "\f18d";
	font-weight: 600;
	font-family: "Flaticon";
}

/*=== List Style Three ===*/

.list-style-three {
	position: relative;
}

.list-style-three li {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	padding-left: 60px;
	margin-bottom: 22px;
	font-family: 'Quicksand', sans-serif;
}

.list-style-three li:before {
	position: absolute;
	left: 0px;
	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: 0px;
}

/*=== List Style Four ===*/

.list-style-four {
	position: relative;
}

.list-style-four li {
	position: relative;
	font-size: 15px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	padding-left: 35px;
	margin-bottom: 12px;
}

.list-style-four li:before {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #fe5722;
	font-size: 14px;
	content: "\f005";
	font-weight: 700;
	font-family: 'Font Awesome 5 Free';
}

.list-style-four li:last-child {
	margin-bottom: 0px;
}

/*=== List Style Five ===*/

.list-style-five {
	position: relative;
}

.list-style-five li {
	position: relative;
	font-size: 14px;
	line-height: 27px;
	color: #777777;
	font-weight: 400;
	padding-left: 42px;
	margin-bottom: 35px;
}

.list-style-five li:before {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #fca600;
	font-size: 14px;
	content: "\f0a4";
	font-weight: 700;
	font-family: 'Font Awesome 5 Free';
}

.list-style-five li:last-child {
	margin-bottom: 0px;
}

/* Theme Color */

.theme_color {
	color: #fc0000;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.svg);
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.dropdown-toggle::after {
	display: none;
}

.fa {
	line-height: inherit;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	color: #ffffff;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	background: #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: #fc0000;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
	position: fixed;
	width: 100%;
	display: block;
	z-index: 99999;
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}

/*=== Header Upper ===*/

.main-header .header-upper {
	position: relative;
	top: 0;
	z-index: 5;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease;
}

.main-header .header-upper .inner-container {
	position: relative;
}

.header-style-one .logo-outer {
	position: absolute !important;
	left: 0px;
	top: 0px;
}

.header-style-one .header-upper .inner-container {
	padding: 0px 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%;
}

.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.fixed-header .nav-outer {
	padding-top: 0px;
}

/*=== Header Lower ===*/

.main-header .header-lower {
	position: relative;
}

.main-menu {
	position: relative;
	float: left;
}

.main-menu .navbar-collapse {
	padding: 0px;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	padding: 25px 0px;
	margin-right: 50px;
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}

.main-menu .navigation>li:last-child {
	margin-right: 0px !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: #777777;
	padding: 0px;
	text-transform: none;
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	font-family: 'Quicksand', sans-serif;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
	color: #fc0000;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 220px;
	z-index: 100;
	opacity: 1;
	padding: 20px 0px;
	background: rgba(0, 0, 0, 0.90);
	border-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: #ffffff;
	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 {
	color: #feb322;
	padding-left: 30px;
}

.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: 0px;
	width: 220px;
	z-index: 100;
	opacity: 1;
	padding: 20px 0px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.90);
	-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: #ffffff;
	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 {
	visibility: visible;
	opacity: 1;
	top: 100%;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 0px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 0px;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 0px;
	top: 8px;
	width: 40px;
	height: 30px;
	border: none;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	background: #ffffff;
	color: #fc0000;
	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: #fc0000;
	font-size: 16px;
	font-weight: 500;
}

.main-header .option-box .number-box .phone span {
	color: #222222;
}

.main-header .option-box .btn-box {
	position: relative;
	float: left;
	margin-left: 40px;
}

/*** 

====================================================================
				Sticky Header
====================================================================

***/

.fixed-header {
	position: fixed;
	width: 100%;
	top: 0px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
	background-color: #ffffff;
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}

.fixed-header .header-upper .logo-outer {
	padding: 0px 0px;
}

.fixed-header .main-menu .navigation>li {
	padding: 24px 0px;
}

.fixed-header .search-box-outer {
	padding: 27px 0px;
}

.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: 0px;
	background-color: #222222;
}

.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: #ffffff;
}

.header-style-two .header-upper .logo-outer {
	padding: 12px 0px;
}

.header-style-three .header-upper .logo-outer {
	position: relative;
	left: -180px;
	padding: 60px 0px 20px;
}

.header-style-three .option-box {
	position: absolute;
	right: -190px;
}

.header-style-three .header-upper .number-box {
	position: relative;
	float: left;
	padding: 82px 0px 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: #ffffff;
	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: #ffffff;
}

.header-style-three .main-menu .navigation>li>a:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	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: #ffffff;
}

.header-style-three .main-menu .navigation>li>a:after {
	position: absolute;
	content: '';
	left: 0px;
	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: #ffffff;
}

.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: 0px;
}

.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: 0px;
}

/* Header Style Four */

.header-style-four .header-upper .logo-outer {
	position: relative;
	left: 0px;
	padding: 60px 0px 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: #ffffff;
}

.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: 0px;
	bottom: 0px;
	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: #ffffff;
}

.header-style-four .main-menu .navigation>li>a:after {
	position: absolute;
	content: '';
	left: 0px;
	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: #ffffff;
}

.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: 0px;
}

.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: 0px;
}

/* Header Style Five */

.header-style-five {
	position: relative;
}

.header-style-five.fixed-header {
	position: fixed;
}

.header-style-five .logo-outer {
	position: relative;
	padding: 27px 0px;
}

.header-style-five .header-upper .nav-outer {
	float: right;
}

.header-style-five .main-menu .navigation>li {
	padding: 0px;
}

.header-style-five .main-menu .navigation>li>a {
	padding: 45px 0px;
	color: #777777;
	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 0px;
}

.header-style-five .option-box {
	margin-top: 36px;
}

.header-style-five.fixed-header .option-box {
	margin-top: 8px;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title {
	position: relative;
	z-index: 1;
	margin-bottom: 80px;
}

.sec-title h2 {
	position: relative;
	display: block;
	font-size: 42px;
	line-height: 1.3em;
	color: #3d415b;
	font-weight: 700;
}

.sec-title .text {
	position: relative;
	color: #777777;
	font-size: 24px;
	line-height: 1.5em;
	margin-top: 15px;
}

.sec-title.light .title,
.sec-title.light h2 {
	color: #ffffff;
}

.sec-title.centered {
	text-align: center;
}

/*** 

====================================================================
	Section Title Two
====================================================================

***/

.sec-title-two {
	position: relative;
	z-index: 1;
	margin-bottom: 55px;
	padding-bottom: 30px;
}

.sec-title-two:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 52px;
	height: 2px;
	background-color: #fc0000;
}

.sec-title-two h2 {
	position: relative;
	display: block;
	font-size: 42px;
	line-height: 1.3em;
	color: #3d415b;
	font-weight: 700;
}

.sec-title-two .title-text {
	position: relative;
	color: #777777;
	font-size: 24px;
	line-height: 1.5em;
	margin-top: 12px;
}

.sec-title-two.light .title-text,
.sec-title-two.light h2 {
	color: #ffffff;
}

.sec-title-two.centered {
	text-align: center;
}

.sec-title-two.centered::before {
	left: 50%;
	margin-left: -26px;
}

/*** 

====================================================================
	Section Title Three
====================================================================

***/

.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: 0px;
	bottom: 5px;
	width: 40px;
	height: 2px;
	background-color: #1027a9;
}

.sec-title-three .title-text {
	position: relative;
	color: #777777;
	font-size: 18px;
	line-height: 1.5em;
	margin-top: 22px;
}

.sec-title-three.light .title-text,
.sec-title-three.light h2 {
	color: #ffffff;
}

.sec-title-three.centered {
	text-align: center;
}

.sec-title-three.centered::before {
	left: 50%;
	margin-left: -26px;
}

/*** 

====================================================================
	Section Title Four
====================================================================

***/

.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: #ffffff;
	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: #ffffff;
	text-shadow: -5px -5px rgba(255, 255, 255, 0.10);
}

.sec-title-four.centered {
	text-align: center;
}

/*** 

====================================================================
	Banner Carousel Section
====================================================================

***/

.banner-carousel-section {
	position: relative;
	overflow: hidden;
}

.banner-carousel-section .auto-container {
	position: relative;
}

.banner-carousel-section .active .icon-one {
	-webkit-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transform: translate(0px);
	-ms-transform: translate(0px);
	transform: translate(0px);
	opacity: 1;
}

.banner-carousel-section .active .icon-two {
	-webkit-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transform: translate(0px);
	-ms-transform: translate(0px);
	transform: translate(0px);
	opacity: 1;
}

.banner-carousel-section .active .icon-three {
	-webkit-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transform: translate(0px);
	-ms-transform: translate(0px);
	transform: translate(0px);
	opacity: 1;
}

.banner-carousel-section .active .icon-four {
	-webkit-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transform: translate(0px);
	-ms-transform: translate(0px);
	transform: translate(0px);
	opacity: 1;
}

.banner-carousel-section .active .icon-five {
	-webkit-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transform: translate(0px);
	-ms-transform: translate(0px);
	transform: translate(0px);
	opacity: 1;
}

.banner-carousel-section .active .icon-six {
	-webkit-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transform: translate(0px);
	-ms-transform: translate(0px);
	transform: translate(0px);
	opacity: 1;
}

.banner-carousel-section .active .icon-seven {
	-webkit-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transform: translate(0px);
	-ms-transform: translate(0px);
	transform: translate(0px);
	opacity: 1;
}

.banner-carousel-section .active .icon-eight {
	-webkit-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transform: translate(0px);
	-ms-transform: translate(0px);
	transform: translate(0px);
	opacity: 1;
}

.banner-carousel-section .active .icon-nine {
	-webkit-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transform: translate(0px);
	-ms-transform: translate(0px);
	transform: translate(0px);
	opacity: 1;
}

.banner-carousel-section .icon-one {
	position: absolute;
	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: 0px;
	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: 0px;
	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: 0px;
	top: 0px;
	height: 100%;
	width: 75%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	opacity: 0;
	-webkit-transform: translateX(500px);
	-moz-transform: translateX(500px);
	-ms-transform: translateX(500px);
	-o-transform: translateX(500px);
	transform: translateX(500px);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.banner-carousel-section .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: 56px;
	font-weight: 700;
	line-height: 1.2em;
	opacity: 0;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-carousel-section .active .content h2 {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
}

.banner-carousel-section .content .text {
	position: relative;
	color: #777777;
	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 .image {}

.banner-carousel-section .images-column .inner-column {
	position: relative;
	min-height: 380px;
}

.banner-carousel-section .images-column .image-one {
	position: absolute !important;
	right: 65px;
	top: 0px;
	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: 25px;
	bottom: 5px !important;
	z-index: 10;
	top: auto !important;
}

.banner-carousel-section .images-column .image-four {
	position: absolute !important;
	left: 110px !important;
	top: -35px !important;
	z-index: 10;
}

.banner-carousel-section .images-column .image-five {
	position: absolute !important;
	left: 350px !important;
	top: -110px !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: 0px;
	bottom: 0px;
	z-index: 99;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-carousel-section .banner-carousel:hover .owl-nav {
	opacity: 1;
}

.banner-carousel-section .banner-carousel .owl-prev,
.banner-carousel-section .banner-carousel .owl-next {
	position: relative;
	display: inline-block;
	height: 60px;
	width: 60px;
	font-size: 24px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	line-height: 58px;
	margin-top: 1px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background-color: rgba(255, 255, 255, 0.10);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-carousel-section .banner-carousel .owl-prev:hover,
.banner-carousel-section .banner-carousel .owl-next:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #fc0000;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section {
	position: relative;
	padding: 115px 0px 90px;
}

.services-section .icon-one {
	position: absolute;
	left: 0px;
	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: 0px;
	top: 200px;
	width: 199px;
	height: 337px;
	background-repeat: no-repeat;
}

/* Service Block */

.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;
	color: #3d415b;
	font-size: 24px;
	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: #5e4eef;
}

.service-block .inner-box .text {
	position: relative;
	color: #777777;
	font-size: 16px;
	line-height: 1.7em;
}

.service-block .inner-box .read-more {
	position: relative;
	color: #fc0000;
	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: #5e4eef;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section {
	position: relative;
	padding: 80px 0px 80px;
}

.about-section .icon-layer {
	position: absolute;
	right: 0px;
	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 #ffffff;
	padding: 9px 35px;
}

.about-section .image-column .inner-column .image {
	position: relative;
}

.about-section .image-column .inner-column:before {
	position: absolute;
	content: '';
	right: 70px;
	top: -120px;
	width: 894px;
	height: 770px;
	background: url(../images/background/pattern-1.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: 55px;
}

.about-section .content-column .inner-column .text {
	position: relative;
	margin-bottom: 30px;
}

.about-section .content-column .inner-column .text p {
	position: relative;
	color: #777777;
	font-size: 16px;
	line-height: 1.9em;
	margin-bottom: 24px;
}

.about-section .content-column .inner-column .text p:last-child {
	margin-bottom: 0px;
}

.about-section .content-column .inner-column .author {
	position: relative;
	color: #fc0000;
	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: 0px;
	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*/

.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: #fc0000;
	font-size: 72px;
	line-height: 1em;
}

.fact-counter .column .inner .count-outer {
	position: relative;
	font-weight: 700;
	color: #fc0000;
	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;
	color: #3d415b;
	margin-top: 20px;
	font-family: 'Ubuntu', sans-serif;
}

/*** 

====================================================================
	About Contact Section
====================================================================

***/

.about-contact-section {
	position: relative;
	padding: 120px 0px 100px;
}

.about-contact-section .inner-container {
	position: relative;
	padding: 67px 100px;
	border-radius: 100px;
	background-color: #ffffff;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.10);
}

.about-contact-section .title {
	position: relative;
	color: #777777;
	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
====================================================================

***/

.gallery-section {
	position: relative;
	padding: 170px 0px 65px;
}

.gallery-section .sec-title {
	margin-bottom: 40px;
}

.gallery-section .icon-one {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 59px;
	height: 59px;
	margin-left: -80px;
	background-repeat: no-repeat;
}

.gallery-section .icon-two {
	position: absolute;
	right: 260px;
	top: 170px;
	width: 83px;
	height: 71px;
	background-repeat: no-repeat;
}

.gallery-section .pattern-layer {
	position: absolute;
	right: 0px;
	top: 50px;
	width: 100%;
	height: 1088px;
	background-repeat: no-repeat;
}

.gallery-section .outer-container {
	position: relative;
	padding: 120px 40px 0px;
}

.gallery-section .outer-container .owl-dots {
	display: none;
}

.gallery-section .outer-container .owl-nav {
	position: absolute;
	left: 0px;
	top: -120px;
	width: 100%;
	text-align: center;
}

.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: 0px 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: #fc0000;
}

/*Gallery Item*/

.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: 0px;
}

.gallery-item .image-box img {
	position: relative;
	display: block;
	width: 100%;
}

.gallery-item .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	color: #ffffff;
	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, 0.50);
	-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(0px);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	visibility: visible;
}

.gallery-item .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	padding: 10px 0px;
}

.gallery-item .overlay-inner .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.gallery-item .overlay-inner .link {
	position: relative;
	font-size: 30px;
	color: #ffffff;
	line-height: 60px;
	border-radius: 50%;
	margin: 0px 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: #fc0000;
}

.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
====================================================================

***/

.pricing-section {
	position: relative;
	padding: 90px 0px 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: #777777;
	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 */

.pricing-tabs {
	position: relative;
}

.pricing-tabs .tab-buttons {
	position: relative;
	border-radius: 50px;
	overflow: hidden;
	z-index: 10;
	display: inline-block;
	border: 2px solid #fc0000;
}

.pricing-tabs .tab-buttons .tab-btn {
	position: relative;
	color: #fc0000;
	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: #ffffff;
	background-color: #fc0000;
}

.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: 0px;
}

.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: 0px;
}

/* Style Three */

.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: 0px;
	-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: 0px;
}

.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: #7362ff;
}

.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: #7362ff;
}

.pricing-section.style-three .pricing-tabs .tab-buttons .tab-btn {
	color: #7362ff;
}

.pricing-section.style-three .pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-section.style-three .pricing-tabs .tab-buttons .tab-btn.active-btn {
	color: #ffffff;
}

/*** 

====================================================================
	Price Block
====================================================================

***/

.pricing-tabs .tabs-content .tab {
	position: relative;
	display: none;
	z-index: 10;
	/* margin-top:30px; */
	-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: 0px -20px;
}

.pricing-tabs .tabs-content .tab .content .price-block {
	padding: 0px 20px;
}

.pricing-section.style-two .pricing-tabs .tabs-content .tab .content .row {
	margin: 0px -15px;
}

.pricing-section.style-two .pricing-tabs .tabs-content .price-block {
	padding: 0px 15px;
}

.pricing-tabs .tabs-content .tab.active-tab {
	display: block;
	margin-top: 0px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.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: #ffffff;
	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: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.price-block .inner-box:hover {
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.10);
}

.price-block .inner-box .line-one {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.price-block .inner-box .line-one:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 0px;
	height: 1px;
	background-color: #fc0000;
	-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: 0px;
	top: 0px;
	width: 1px;
	height: 0%;
	background-color: #fc0000;
	-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;
}

/* Line Two */

.price-block .inner-box .line-two {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.price-block .inner-box .line-two:before {
	position: absolute;
	content: '';
	right: 0px;
	bottom: 0px;
	width: 0px;
	height: 1px;
	background-color: #fc0000;
	-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: 0px;
	bottom: 0px;
	width: 1px;
	height: 0%;
	background-color: #fc0000;
	-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: #fc0000;
	color: #ffffff;
}

.price-block .inner-box h3 {
	position: relative;
	color: #333333;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 25px;
	display: inline-block;
	padding: 0px 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: #777777;
	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: #fc0000;
	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: 0px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.price-block.alternate .inner-box h3 {
	padding: 0px;
	border: none;
	margin: 0px;
}

.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
====================================================================

***/

.testimonial-section {
	position: relative;
	padding: 130px 0px 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: 0px;
	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: 0px;
	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: #ffffff;
}

/* Testimonial Block */

.testimonial-block {
	position: relative;
}

.testimonial-block .inner-box {
	position: relative;
}

.testimonial-block .inner-box .quote-icon {
	position: relative;
	color: #fc0000;
	font-size: 50px;
	display: block;
	line-height: 1em;
	margin-bottom: 24px;
}

.testimonial-block .inner-box .text {
	position: relative;
	color: #777777;
	font-size: 16px;
	line-height: 1.9em;
	margin-bottom: 35px;
}

.testimonial-block .inner-box .author {
	position: relative;
	color: #333333;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Quicksand', sans-serif;
}

.testimonial-block .inner-box .designation {
	position: relative;
	color: #777777;
	font-size: 14px;
	line-height: 1.9em;
	margin-top: 4px;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section {
	position: relative;
	padding: 110px 0px 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: #fc0000;
}

.news-block .inner-box .text {
	position: relative;
	color: #777777;
	font-size: 16px;
	line-height: 1.7em;
	margin-top: 22px;
}

.news-block .inner-box .lower-box {
	position: relative;
	margin-top: 35px;
	padding: 35px 20px 0px;
	border-top: 1px solid #dddddd;
	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: #777777;
	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: 0px;
	top: 0px;
	float: right;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
}

/*** 

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action-section {
	position: relative;
	z-index: 1;
	padding: 142px 0px 142px;
	background-color: #f5f5f7;
	background-position: center center;
	background-repeat: no-repeat;
}

.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: #ffffff;
}

.call-to-action-section.style-three {
	background-color: #f4f9ff;
	background-size: cover;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
	position: relative;
}

.main-footer .pattern-layer {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 435px;
	height: 652px;
}

.main-footer .widgets-section {
	position: relative;
	padding: 120px 0px 90px;
}

.main-footer .footer-widget {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.main-footer .footer-widget h2 {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	color: #3d415b;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.main-footer .logo-widget {
	position: relative;
}

.main-footer .logo-widget .logo {
	position: relative;
	margin-bottom: 22px;
}

.main-footer .logo-widget .logo-list {
	position: relative;
	margin-bottom: 25px;
}

.main-footer .logo-widget .logo-list li {
	position: relative;
	color: #777777;
	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: #777777;
}

.main-footer .logo-widget .logo-list li:last-child {
	margin-bottom: 0px;
}

.main-footer .logo-widget .logo-list li a {
	position: relative;
	color: #fc0000;
}

.main-footer.style-two .logo-widget .logo-list li:nth-child(2) a {
	color: #777777;
	-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: #fc0000;
}

.main-footer.style-two .logo-widget .logo-list li a {
	color: #7362ff;
}

.main-footer.style-two .social-icon-one li a:hover {
	color: #7362ff;
	border-color: #7362ff;
}

.main-footer.style-two .links-widget .list li a:hover {
	color: #7362ff;
}

.main-footer.style-two .newsletter-form .form-group input:focus {
	border-color: #7362ff;
}

/* Links Widget */

.links-widget .list li {
	position: relative;
	margin-bottom: 16px;
}

.links-widget .list li a {
	position: relative;
	color: #777777;
	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: #fc0000;
}

/*Newsletter Form*/

.newsletter-form {
	position: relative;
	margin-bottom: 30px;
}

.newsletter-form .form-group {
	position: relative;
	display: block;
	z-index: 1;
	margin-bottom: 0px;
}

.newsletter-form .form-group input[type="text"],
.newsletter-form .form-group input[type="tel"],
.newsletter-form .form-group input[type="email"],
.newsletter-form .form-group textarea {
	position: relative;
	width: 100%;
	line-height: 28px;
	padding: 10px 25px;
	height: 50px;
	color: #777777;
	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;
}

.newsletter-form .form-group input:focus {
	border-color: #fc0000;
}

.newsletter-form .form-group input[type="submit"],
.newsletter-form .form-group button {
	position: relative;
	margin-top: 25px;
	padding: 10px 38px;
}

/* Footer Bottom */

.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: 0px;
	top: 0px;
	width: 100000%;
	height: 100%;
	border-radius: 50px 0px 0px 50px;
	background-color: #eeeeee;
}

.main-footer .footer-bottom .copyright {
	position: relative;
	color: #3d415b;
	font-size: 16px;
	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: 25px;
	display: inline-block;
}

.main-footer .footer-bottom .footer-nav li a {
	position: relative;
	color: #3d415b;
	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;
}

.main-footer .footer-bottom .footer-nav li a:hover {
	color: #fc0000;
	text-decoration: underline;
}

.main-footer .footer-bottom.style-two .bottom-inner:before {
	display: none;
}

.main-footer .footer-bottom.style-two .bottom-inner {
	border-top: 2px solid #eeeeee;
	padding-left: 0px;
	padding-right: 0px;
}

.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: 0px;
	padding-right: 0px;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section {
	position: relative;
	padding-top: 220px;
	padding-bottom: 150px;
	background-color: #1400d9;
}

.banner-section:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -1px;
	height: 212px;
	width: 100%;
	background: url(../images/main-slider/pattern-2.png) repeat-x;
	background-size: 100% 100%;
}

.banner-section .icon-one {
	position: absolute;
	content: '';
	left: 150px;
	top: 130px;
	width: 39px;
	height: 83px;
}

.banner-section .icon-two {
	position: absolute;
	content: '';
	left: 150px;
	bottom: 430px;
	width: 96px;
	height: 36px;
}

.banner-section .icon-three {
	position: absolute;
	content: '';
	left: 48%;
	top: 390px;
	width: 60px;
	height: 50px;
	z-index: 1;
}

.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: 54px;
	height: 47px;
	z-index: 1;
}

.banner-section .content-column {
	position: relative;
}

.banner-section .content-column .inner-column {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.banner-section .content-column h2 {
	position: relative;
	color: #ffffff;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.4em;
}

.banner-section .content-column .text {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 2.2em;
	margin-top: 40px;
}

.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 #fc0000;
}

.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: 0px;
	bottom: -8px;
	height: 248px;
	width: 100%;
	background-size: 100% 100%;
}

/*** 

====================================================================
	Boost Section
====================================================================

***/

.boost-section {
	position: relative;
	padding: 120px 0px 40px;
}

.boost-section .services-column {
	position: relative;
	margin-bottom: 40px;
}

.boost-section .services-column .inner-column {
	position: relative;
}

.boost-section .services-column .inner-column .boost-block {
	float: left;
	padding: 0px;
}

.boost-section .services-column:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 0px;
	width: 2px;
	height: 100%;
	margin-left: -1px;
	background: url(../images/icons/line-2.png) no-repeat;
}

.boost-section .services-column:after {
	position: absolute;
	content: '';
	left: 0px;
	top: 50%;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	background: url(../images/icons/line-1.png) no-repeat;
}

/* Boost Block */

.boost-block {
	position: relative;
	z-index: 1;
}

.boost-block .inner-box {
	position: relative;
	text-align: center;
	padding: 55px 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;
}

.boost-block .inner-box:hover {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.boost-block .inner-box .icon-box {
	position: relative;
}

.boost-block .inner-box .icon-box .icon {
	position: relative;
	color: #248feb;
	font-size: 54px;
	line-height: 1em;
}

.boost-block .inner-box h3 {
	position: relative;
	color: #3d415b;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: 700;
	margin-top: 22px;
}

.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: #1400d9;
}

/* Content Column */

.boost-section .content-column {
	position: relative;
	margin-bottom: 40px;
}

.boost-section .content-column .inner-column {
	position: relative;
	z-index: 1;
	padding-left: 100px;
}

.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: #777777;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 20px;
}

.boost-section .content-column .inner-column .text p:last-child {
	margin-bottom: 0px;
}

/*** 

====================================================================
	Boost Section
====================================================================

***/

.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: 0px;
	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 {
	position: relative;
	color: #3d415b;
	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 {
	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: right;
}

.market-section .image-column .inner-column .image {
	margin-right: -140px;
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two {
	position: relative;
	padding: 115px 0px 90px;
}

.services-section-two .pattern-layer {
	position: absolute;
	top: 0px;
	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: 0px 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background-color: #fc0000;
	-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: #0a15a9;
	width: 30px;
	border-radius: 50px;
}

/* Service Block Two */

.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, 0.50);
}

.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: #0a15a9;
	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: #777777;
	font-size: 14px;
	line-height: 2em;
	font-weight: 400;
	margin-top: 30px;
	padding: 0px 35px;
}

.service-block-two .inner-box .more-detail {
	position: relative;
	color: #fc0000;
	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: #000000;
}

.service-block-two .inner-box:hover h3 a {
	color: #fc0000;
}

.service-block-two .inner-box:hover .more-detail {
	color: #3d415b;
}

/*** 

====================================================================
	Services Section Three
====================================================================

***/

.services-section-three {
	position: relative;
	padding: 140px 0px 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;
	padding-top: 60px;
}

.services-section-three .title-column .inner-column .sec-title-two {
	margin-bottom: 35px;
}

.services-section-three .title-column .text {
	position: relative;
	color: #777777;
	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
====================================================================

***/

.testimonial-section-two {
	position: relative;
	padding: 130px 0px 120px;
}

.testimonial-section-two:before {
	position: absolute;
	content: '';
	left: 0px;
	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: 0px;
	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: 0px -30px;
}

.testimonial-section-two .owl-carousel .owl-stage-outer {
	padding: 20px 0px 20px;
}

.testimonial-section-two .testimonial-block-two {
	margin: 0px 30px;
}

.testimonial-section-two.style-two {
	padding-top: 20px;
}

.testimonial-section-two.style-two .image-layer {
	top: 240px;
}

/* Testimonial Block Two */

.testimonial-block-two {
	position: relative;
	z-index: 12;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.20);
}

.testimonial-block-two .inner-box {
	position: relative;
	background-color: #ffffff;
	padding: 75px 70px 80px 75px;
}

.testimonial-block-two .inner-box .quote-icon {
	position: absolute;
	left: 0px;
	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: 0px;
	top: 0px;
	width: 140px;
	height: 140px;
	border-radius: 4px;
	overflow: hidden;
}

.testimonial-block-two .inner-box .content .text {
	position: relative;
	color: #777777;
	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: 0px;
	top: 12px;
	width: 40px;
	height: 2px;
	background-color: #fc0000;
}

.testimonial-section-two .owl-dots {
	display: none;
}

.testimonial-section-two .owl-nav {
	position: absolute;
	right: -50px;
	bottom: 30px;
	text-align: center;
	margin-left: 0px;
}

.testimonial-section-two .owl-nav .owl-prev,
.testimonial-section-two .owl-nav .owl-next {
	position: relative;
	width: 30px;
	height: 65px;
	font-size: 20px;
	margin: 0px 0px;
	text-align: center;
	line-height: 63px;
	border-radius: 3px;
	margin-top: 24px;
	color: rgba(255, 255, 255, 1);
	border: 1px solid #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.testimonial-section-two .owl-nav .owl-prev:hover,
.testimonial-section-two .owl-nav .owl-next:hover {
	color: #1400d9;
	background-color: #ffffff;
}

/*** 

====================================================================
	Subscribe Section
====================================================================

***/

.subscribe-section {
	position: relative;
	z-index: 1;
	padding: 0px 0px 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: #ffffff;
	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: 0px;
}

.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: #ffffff;
	line-height: 38px;
	padding: 10px 200px 10px 90px;
	font-weight: 400;
	border-radius: 50px;
	background: none;
	border: 2px solid #ffffff;
	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: #fc0000;
}

.subscribe-section .subscribe-form .form-group textarea::-webkit-input-placeholder,
.subscribe-section .subscribe-form .form-group input::-webkit-input-placeholder {
	color: #ffffff;
}

.subscribe-section .subscribe-form .form-group .theme-btn {
	position: absolute;
	top: 0px;
	right: 0px;
	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: 0px;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section-two {
	position: relative;
	padding-top: 260px;
	padding-bottom: 0px;
	background-size: cover;
}

.banner-section-two:before {
	position: absolute;
	content: '';
	left: 0px;
	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: #ffffff;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.3em;
}

.banner-section-two .content-column .text {
	position: relative;
	color: #ffffff;
	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 #fc0000;
}

.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: 0px;
	bottom: -8px;
	height: 248px;
	width: 100%;
}

/* Google Btn */

.google-btn {
	position: relative;
	color: #ffffff;
	font-weight: 700;
	font-size: 18px;
	border-radius: 5px;
	display: inline-block;
	border: 1px solid #ffffff;
	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: #ffffff;
}

/* App Btn */

.app-btn {
	position: relative;
	color: #ffffff;
	font-weight: 700;
	font-size: 18px;
	border-radius: 5px;
	display: inline-block;
	border: 1px solid #ffffff;
	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: #ffffff;
}

/*** 

====================================================================
	Services Section Four
====================================================================

***/

.services-section-four {
	position: relative;
	padding: 200px 0px 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: #777777;
	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
====================================================================

***/

.app-section {
	position: relative;
	padding: 180px 0px 60px;
}

.app-section.style-two {
	padding-top: 60px;
}

.app-section .pattern-layer {
	position: absolute;
	content: '';
	left: 0px;
	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: 0px 2px;
	line-height: 1em;
}

.app-section .title-column .inner-column .arrow-icon .caret.caret-two {
	opacity: 0.5;
}

.app-section .title-column .inner-column .arrow-icon .caret.caret-three {
	opacity: 0.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: #777777;
	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: #777777;
	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: 0px;
	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 */

.app-block {
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

.app-block .inner-box {
	position: relative;
	padding: 40px 40px 0px;
	background-color: #ffffff;
	border-radius: 15px;
	max-width: 430px;
	width: 100%;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.10);
}

.app-block .inner-box .content {
	position: relative;
	padding-left: 88px;
	padding-bottom: 35px;
}

.app-block .inner-box .content .icon-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 100%;
	color: #ffffff;
	text-align: center;
	padding-top: 24px;
	font-size: 25px;
	border-radius: 50px 50px 0px 0px;
	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: #777777;
	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
====================================================================

***/

.app-section-two {
	position: relative;
	padding: 60px 0px 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: 0px 2px;
	line-height: 1em;
}

.app-section-two .title-column .inner-column .arrow-icon .caret.caret-two {
	opacity: 0.5;
}

.app-section-two .title-column .inner-column .arrow-icon .caret.caret-three {
	opacity: 0.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: #777777;
	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: #777777;
	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: 0px;
	bottom: -150px;
	width: 240px;
	height: 482px;
}

/*** 

====================================================================
	Fluid Section One
====================================================================

***/

.fluid-section-one {
	position: relative;
	margin-top: 150px;
	z-index: 1;
}

.fluid-section-one .image-layer {
	position: absolute;
	left: 0px;
	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: 0px;
	top: 0px;
	width: 50%;
	bottom: 0px;
	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;
}

/*Content Column*/

.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: #ffffff;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.3em;
}

.fluid-section-one .content-column .text {
	position: relative;
	color: #ffffff;
	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: 0px;
	top: 0px;
	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: 0px;
	top: 0px;
	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: #ffffff;
	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: 0px;
	top: 0px;
	float: left;
	margin-left: 50px;
}

.fluid-section-one .content-column .lower-box .signature img {
	position: relative;
}

/*** 

====================================================================
	Pricing Section Two
====================================================================

***/

.pricing-section-two {
	position: relative;
	padding: 280px 0px 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: #777777;
	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: 0px 5px;
	cursor: pointer;
	border-radius: 50px;
	display: inline-block;
	background-color: #fc0000;
	-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 */

.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 #fc0000;
}

.pricing-tabs-two .tab-buttons .tab-btn {
	position: relative;
	color: #fc0000;
	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: #ffffff;
	background-color: #fc0000;
}

.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: #ffffff;
	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: #ffffff;
}

.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: #ffffff;
}

.pricing-section-two .pattern-layer {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*** 

====================================================================
	Testimonial Section Three
====================================================================

***/

.testimonial-section-three {
	position: relative;
	padding: 130px 0px 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: 0px 0px 22px rgba(0, 0, 0, 0.10);
}

.testimonial-section-three .image-one {
	position: absolute;
	left: 100px;
}

.testimonial-section-three .image-two {
	position: absolute;
	left: 0px;
	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: 0px;
	width: 10000%;
	height: 100%;
	z-index: 2;
	margin-right: 20px;
	background-color: #ffffff;
}

.testimonial-section-three .carousel-column .inner-column .sec-title {
	margin-bottom: 35px;
}

.testimonial-section-three .testimonial-carousel-three {
	max-width: 580px;
	width: auto;
	margin: 0px -21px;
}

.testimonial-section-three .owl-carousel .owl-stage-outer {
	padding: 21px 0px 21px;
	overflow: visible;
}

.testimonial-section-three .testimonial-block-three {
	margin: 0px 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: #ffffff;
	border-color: #3d415b;
	background-color: #3d415b;
}

/* Testimonial Block Three */

.testimonial-block-three {
	position: relative;
}

.testimonial-block-three .inner-box {
	position: relative;
	padding: 45px 45px;
	border-radius: 12px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.testimonial-block-three .inner-box .text {
	position: relative;
	color: #777777;
	font-size: 18px;
	line-height: 1.8em;
	margin-bottom: 25px;
}

.testimonial-block-three .inner-box h3 {
	position: relative;
	color: #333333;
	font-size: 18px;
	font-weight: 700;
}

.testimonial-block-three .inner-box .designation {
	position: relative;
	color: #777777;
	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 Section
====================================================================

***/

.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: 0px;
	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: #ffffff;
	font-size: 16px;
	font-weight: 500;
	padding: 0px 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: 0px;
	top: 10px;
	height: 2px;
	width: 30px;
	background-color: #ffffff;
}

.banner-section-three .inner-content .title:after {
	position: absolute;
	content: '';
	right: 0px;
	top: 10px;
	height: 2px;
	width: 30px;
	background-color: #ffffff;
}

.banner-section-three .inner-content h2 {
	position: relative;
	color: #ffffff;
	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: #ffffff;
	line-height: 1.8em;
	margin-top: 30px;
}

/*** 

====================================================================
	About Section Two
====================================================================

***/

.about-section-two {
	position: relative;
	padding: 50px 0px 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: 0px;
	top: -50px;
	right: 20px;
	bottom: 0px;
	border-radius: 0px 0px 30px 0px;
	border: 3px solid rgba(255, 255, 255, 0.10);
	-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: 0px 0px 30px 0px;
}

.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: #ffffff;
	font-size: 16px;
	line-height: 2.2em;
	margin-bottom: 60px;
}

/* Divider One */

.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 */

.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
====================================================================

***/

.expertise-section {
	position: relative;
	padding: 130px 0px 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: #ffffff;
	font-weight: 700;
	cursor: pointer;
	z-index: 1;
	line-height: 1.6em;
	margin-bottom: 40px;
	padding: 25px 0px 25px 50px;
	transition: all 500ms ease;
	text-transform: uppercase;
	font-family: 'Quicksand', sans-serif;
	border-radius: 0px 50px 50px 0px;
	border: 1px solid rgba(255, 255, 255, 0.30);
}

.expertise-section .expertise-tabs .tab-btns .tab-btn:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 0px;
	z-index: -1;
	border-radius: 0px 50px 50px 0px;
	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 0px;
}

.expertise-section .expertise-tabs .tabs-content .tab {
	position: relative;
	display: none;
}

.expertise-section .expertise-tabs .tabs-content .tab.active-tab {
	display: block;
}

/* Progress Bar */

.progress-bars {
	position: relative;
}

.progress-bars .bar-item {
	position: relative;
	margin-bottom: 80px;
}

.progress-bars .bar-item:last-child {
	margin-bottom: 0px;
}

.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: 0px;
	top: -1px;
	height: 6px;
	width: 0px;
	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: #ffffff;
	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: 0px 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
====================================================================

***/

.services-section-five {
	position: relative;
	padding: 130px 0px 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, 0.15);
}

.service-block-four .inner-box .border-one:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 0px;
	height: 2px;
	background-color: #ffffff;
	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: 0px;
	bottom: 0px;
	width: 2px;
	height: 0px;
	background-color: #ffffff;
	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: 0px;
	top: 0px;
	width: 2px;
	height: 0px;
	background-color: #ffffff;
	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: 0px;
	bottom: 0px;
	width: 0px;
	height: 2px;
	background-color: #ffffff;
	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: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.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 0px 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: #ffffff;
}

.service-block-four .inner-box .text {
	position: relative;
	color: #ffffff;
	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: 0px;
	top: 0px;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.20);
}

.service-block-four .inner-box .service-number .number {
	position: absolute;
	right: 0px;
	top: -15px;
	width: 30px;
	height: 30px;
	color: #ffffff;
	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, 0.20);
	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
====================================================================

***/

.gallery-section-two {
	position: relative;
	padding: 95px 0px 90px;
}

.gallery-section-two .auto-container {
	position: relative;
}

.gallery-section-two .filters {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.gallery-section-two .filters .filter-tabs {
	position: relative;
	margin-bottom: 40px;
}

.gallery-section-two .filters .filter-tabs .filter {
	position: relative;
	color: #ffffff;
	font-size: 24px;
	cursor: pointer;
	font-weight: 500;
	padding-left: 0px;
	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: 0px;
	margin-right: 0px;
}

.gallery-section-two .filters .filter-tabs .filter:after {
	position: absolute;
	content: '';
	left: 0px;
	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: 0px 50px 50px 0px;
}

/*Gallery Item*/

.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: 0px;
}

.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: #ffffff;
	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: 0px;
	top: 0px;
	width: 100%;
	height: 0px;
	background-color: rgba(254, 179, 34, 0.90);
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}

.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: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	padding: 10px 0px;
}

.gallery-item-two .overlay-inner .content {
	position: relative;
	display: table-cell;
	opacity: 0;
	vertical-align: middle;
	-webkit-transform: scale(0.5, 0.5);
	-ms-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.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: #ffffff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3em;
	margin: 12px 0px 18px;
	text-transform: uppercase;
}

.gallery-item-two .overlay-inner h3 a {
	position: relative;
	color: #ffffff;
	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: #ffffff;
	line-height: 34px;
	border-radius: 50%;
	margin: 0px 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: #ffffff;
	background-color: #00024f;
}

.gallery-item-two.mix {
	display: none;
}

/*** 

====================================================================
	Testimonial Section Four
====================================================================

***/

.testimonial-section-four {
	position: relative;
	padding: 135px 0px 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: 0px;
	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: #ffffff;
	border: 1px solid #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.testimonial-section-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 */

.testimonial-block-four {
	position: relative;
}

.testimonial-block-four .inner-box {
	position: relative;
}

.testimonial-block-four .inner-box .text {
	position: relative;
	color: #ffffff;
	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: 0px;
	top: 0px;
	width: 83px;
	height: 83px;
	border-radius: 50%;
	overflow: hidden;
}

.testimonial-block-four .inner-box .author-info h3 {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
}

.testimonial-block-four .inner-box .author-info .designation {
	position: relative;
	color: #777777;
	font-size: 14px;
	font-weight: 400;
	margin-top: 6px;
}

.testimonial-block-four .inner-box .author-info .quote {
	position: absolute;
	right: 0px;
	top: 15px;
	font-size: 100px;
	line-height: 40px;
	color: rgba(255, 255, 255, 0.08);
}

/*** 

====================================================================
	Contact Form Section
====================================================================

***/

.contact-form-section {
	position: relative;
	padding: 120px 0px 110px;
}

/*Default Form*/

.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: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.20);
	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: 0px;
	font-family: 'Ubuntu', sans-serif;
}

/*** 

====================================================================
	Footer Style Two
====================================================================

***/

.footer-style-two {
	position: relative;
	text-align: center;
	padding: 130px 0px 130px;
}

.footer-style-two .social-icon-two li {
	margin: 0px 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: 0px 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: 0px;
}

.footer-style-two .footer-nav li a {
	position: relative;
	color: #ffffff;
	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: 0px;
	top: 8px;
	width: 100%;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.10);
}

.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: #ffffff;
	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
====================================================================

***/

.banner-section-four {
	position: relative;
	padding-top: 120px;
}

.banner-section-four:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	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: #777777;
	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
====================================================================

***/

.services-section-six {
	position: relative;
	z-index: 10;
	padding: 130px 0px 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 #7362ff;
	background-color: #eaf1fb;
}

.services-section-six .scrol-icon span {
	position: absolute;
	left: 50%;
	top: 12px;
	width: 2px;
	height: 26px;
	margin-left: -1px;
	background-color: #7362ff;
}

.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: #7362ff;
}

.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 */

.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: 0px 0px 25px rgba(0, 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: 0.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: 0.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: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	opacity: 0;
	background-color: #5e4eef;
	-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: #ffffff;
	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: #ffffff;
	text-decoration: underline;
}

.service-block-five:nth-child(3) .inner-box .icon-box {
	color: #ffffff;
	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: #ffffff;
	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 0px 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: #777777;
	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: #ffffff;
}

/*** 

====================================================================
	Fluid Section Two
====================================================================

***/

.fluid-section-two {
	position: relative;
	z-index: 1;
	padding: 75px 0px 75px;
}

.fluid-section-two .pattern-layer {
	position: absolute;
	left: 0px;
	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: 0px;
	top: 0px;
	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 .image-column .image img {}

/*Content Column*/

.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: #777777;
	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: #777777;
	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: 0px;
}

.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
====================================================================

***/

.testimonial-section-five {
	position: relative;
	padding: 120px 0px 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: 0px;
	top: 50%;
	width: 100%;
}

.testimonial-section-five .owl-nav .owl-prev {
	position: absolute;
	left: 0px;
	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: #1400d9;
	border: 1px solid #0207b3;
	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: 0px;
	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: #1400d9;
	border: 1px solid #0207b3;
	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: #ffffff;
	border-color: #7362ff;
	background-color: #7362ff;
}

.testimonial-block-five {
	position: relative;
}

.testimonial-block-five .inner-box {
	position: relative;
	text-align: center;
}

.testimonial-block-five .inner-box .image-outer {
	position: relative;
	display: inline-block;
}

.testimonial-block-five .inner-box .image-outer .quote-icon {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 57px;
	height: 57px;
	color: #ffffff;
	font-size: 28px;
	line-height: 57px;
	text-align: center;
	border-radius: 50%;
	background-color: #7362ff;
}

.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: #777777;
	font-size: 20px;
	line-height: 2.2em;
	font-style: italic;
	margin-top: 50px;
}

.testimonial-block-five .inner-box h3 {
	position: relative;
	margin-top: 40px;
	color: #3d415b;
	font-size: 24px;
	font-weight: 700;
	padding-top: 30px;
}

.testimonial-block-five .inner-box h3:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 0px;
	height: 2px;
	width: 40px;
	margin-left: -20px;
	background-color: #fc0000;
}

.testimonial-block-five .inner-box .designation {
	position: relative;
	margin-top: 8px;
	color: #7362ff;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Quicksand', sans-serif;
}

/*** 

====================================================================
	Faq Fluid Section
====================================================================

***/

.faq-fluid-section {
	position: relative;
	z-index: 1;
	margin-top: 160px;
	padding: 100px 0px 75px;
	background-color: #f3f8ff;
}

.faq-fluid-section:before {
	position: absolute;
	content: '';
	left: 0px;
	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;
}

/*Content Column*/

.faq-fluid-section .content-column {
	position: relative;
	width: 50%;
	float: right;
	padding: 0px 15px 0px 15px;
}

.faq-fluid-section .content-column .content-box {
	position: relative;
	max-width: 550px;
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box {
	position: relative;
}

.accordion-box .block {
	position: relative;
	margin-bottom: 30px;
	border-radius: 5px;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.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: #f85254;
}

.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: 0px;
	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: #f85254;
}

.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: 0px 30px 30px 30px;
}

.accordion-box .block .content .accordian-text {
	line-height: 1.9em;
	font-size: 16px;
	color: #777777;
	font-weight: 400;
}

.accordion-box .block .content p:last-child {
	margin-bottom: 0px;
}

/*** 

====================================================================
	Call To Action Section Two
====================================================================

***/

.call-to-action-section-two {
	position: relative;
	z-index: 1;
}

.call-to-action-section-two:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	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: #ffffff;
	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
====================================================================

***/

.page-title {
	position: relative;
	overflow: hidden;
	background-color: #f4f9ff;
}

.page-title:before {
	position: absolute;
	content: '';
	left: -2px;
	bottom: 0px;
	width: 100%;
	height: 314px;
	z-index: 1;
	background: url(../images/background/page-title.png) repeat-x;
	background-size: 100% 100%;
}

.page-title .image-layer {
	position: absolute;
	left: 100px;
	top: 0px;
	width: 777px;
	height: 783px;
}

.page-title .inner-container {
	position: relative;
	z-index: 5;
	padding: 265px 0px 265px;
	padding-left: 195px;
}

.page-title .auto-container {
	position: relative;
}

.page-title h1 {
	position: relative;
	font-size: 48px;
	color: #3d415b;
	line-height: 1.3em;
	font-weight: 700;
}

.page-title .bread-crumb {
	position: relative;
	padding: 16px 0px 0px;
}

.page-title .bread-crumb li {
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #777777;
	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: #777777;
	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: #5e4eef;
}

/*** 

====================================================================
	History Section
====================================================================

***/

.history-section {
	position: relative;
	padding: 130px 0px 60px;
}

.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: #777777;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 20px;
}

.history-section .content-column .inner-column .text p:last-child {
	margin-bottom: 0px;
}

.history-section .content-column .inner-column .ceo {
	position: relative;
	color: #fc0000;
	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
====================================================================

***/

.fluid-section-three {
	position: relative;
	padding-top: 160px;
}

.fluid-section-three .outer-container {
	position: relative;
}

/*Content Column*/

.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: 0px;
	right: 0px;
	width: 50%;
	bottom: 0px;
	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: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.50);
}

.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: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 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: #5e4eef;
	font-size: 22px;
	padding-left: 6px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 50px;
	display: inline-block;
	margin-left: -40px;
	margin-top: -40px;
	background-color: #ffffff;
}

.fluid-section-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
====================================================================

***/

.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: 0px;
	top: 80px;
	left: 30px;
	bottom: 0px;
	border: 1px solid #d7d7d7;
}

.team-block .inner-box .social-icons {
	position: absolute;
	right: 0px;
	top: 80px;
	padding: 25px 8px 0px;
}

.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: #fc0000;
}

.team-block .inner-box .image {
	position: relative;
	background-color: #fc0000;
}

.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: 0.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: #fc0000;
}

.team-block .inner-box .lower-content .designation {
	position: relative;
	font-size: 16px;
	color: #777777;
	font-weight: 400;
	line-height: 1.3em;
	margin-top: 7px;
}

/*** 

====================================================================
	Services Section Seven
====================================================================

***/

.services-section-seven {
	position: relative;
	padding: 130px 0px 50px;
}

.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 */

.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 0px 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: #777777;
	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
====================================================================

***/

.team-page-section {
	position: relative;
	padding-top: 140px;
}

.team-page-section .team-block {
	margin-bottom: 100px;
}

/*** 

====================================================================
		Project Page Section
====================================================================

***/

.projects-page-section {
	position: relative;
	padding: 115px 0px 90px;
}

/*=== Mixitup Gallery ===*/

.projects-page-section .filters {
	margin-bottom: 120px;
	text-align: center;
}

.projects-page-section .filters .filter-tabs {
	position: relative;
	display: inline-block;
	border: 1px solid #dddddd;
	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: 0px 0px 0px;
	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: #ffffff;
	background-color: #feb322;
}

.projects-page-section .gallery-item-two {
	padding: 0px;
	float: left;
	margin-bottom: 0px;
}

.projects-page-section .btn-box {
	position: relative;
	margin-top: 120px;
}

/*** 

====================================================================
	Project Detail Section
====================================================================

***/

.projects-detail-section {
	position: relative;
	padding: 130px 0px 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: #777777;
	font-size: 15px;
	line-height: 1.9em;
}

.projects-detail-section .lower-content .text p:last-child {
	margin-bottom: 0px;
}

.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: #777777;
	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: #777777;
	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: #fe5722;
}

/*** 

====================================================================
	Related Projects Section
====================================================================

***/

.related-projects-section {
	position: relative;
	padding: 75px 0px 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: #ffffff;
	border-color: #3d415b;
	background-color: #3d415b;
}

/*** 

====================================================================
	Blog Masonry Section
====================================================================

***/

.blog-masonry-section {
	position: relative;
	padding: 130px 0px 130px;
}

.blog-masonry-section .styled-pagination {
	margin-top: 30px;
}

/* News Block Two */

.news-block-two {
	position: relative;
	margin-bottom: 65px;
}

.news-block-two .inner-box {
	position: relative;
}

.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: #222222;
}

.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: 0.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 #dddddd;
}

.news-block-two .inner-box:hover .lower-content {
	border-color: #fe5722;
}

.news-block-two .inner-box .lower-content .post-meta {
	position: relative;
}

.news-block-two .inner-box .lower-content .post-meta li {
	position: relative;
	color: #777777;
	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: #fe5722;
}

.news-block-two .inner-box .lower-content .post-meta li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border: none;
}

.news-block-two .inner-box .lower-content h3 {
	position: relative;
	color: #3d415b;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 25px;
}

.news-block-two .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;
}

.news-block-two .inner-box .lower-content h3 a:hover {
	color: #fe5722;
}

.news-block-two .inner-box .lower-content .text {
	position: relative;
	color: #777777;
	font-size: 16px;
	line-height: 1.9em;
}

.news-block-two.style-two .inner-box .lower-content h3 {
	font-size: 30px;
}

.news-block-two.style-two .inner-box .lower-content {
	padding-bottom: 45px;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
	position: relative;
}

.styled-pagination li {
	position: relative;
	margin: 0px 6px 10px;
	display: inline-block;
}

.styled-pagination li a {
	position: relative;
	width: 40px;
	height: 40px;
	color: #777777;
	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: #ffffff;
	background-color: #222222;
}

.styled-pagination li.prev a {
	font-size: 10px;
	color: #ffffff;
	background-color: #fe5722;
}

.styled-pagination li.next a {
	font-size: 10px;
	color: #ffffff;
	background-color: #3d415b;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
	position: relative;
	padding: 130px 0px 100px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
	margin-bottom: 40px;
}

.blog-classic .styled-pagination {
	margin-top: 100px;
}

.sidebar-widget {
	position: relative;
	margin-bottom: 65px;
}

.sidebar-widget:last-child {
	margin-bottom: 0px;
}

/*Search Box Widget*/

.sidebar .search-box .form-group {
	position: relative;
	margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 30px;
	padding: 10px 50px 10px 30px;
	background: #ffffff;
	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: 0px 10px 10px rgba(0, 0, 0, 0.10);
}

.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: 0px;
	top: 0px;
	height: 60px;
	width: 60px;
	display: block;
	font-size: 16px;
	color: #fe5722;
	line-height: 100%;
	font-weight: normal;
	background: none;
}

/*Sidebar Title*/

.sidebar-title {
	position: relative;
	margin-bottom: 45px;
}

.sidebar-title h2 {
	font-size: 24px;
	color: #3d415b;
	font-weight: 700;
	line-height: 1.2em;
	display: inline-block;
	padding-right: 45px;
	text-transform: capitalize;
}

/*Blog Category*/

.cat-list {
	position: relative;
}

.cat-list li {
	position: relative;
}

.cat-list li a {
	position: relative;
	color: #777777;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: block;
	padding-left: 26px;
	border-bottom: 1px solid #dddddd;
	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: 0px;
}

.cat-list li:last-child a {
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.cat-list li a:hover {
	color: #fe5722;
}

/*Post Widget*/

.sidebar .popular-posts .post {
	position: relative;
	font-size: 14px;
	color: #666666;
	padding: 0px 0px 20px 25px;
	margin-bottom: 22px;
	border-bottom: 1px solid #e1e1e1;
}

.sidebar .popular-posts .post:last-child {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.sidebar .popular-posts .post:last-child {
	margin-bottom: 0px;
}

.sidebar .popular-posts .post .text {
	position: relative;
	font-size: 18px;
	margin: 0px 0px 0px;
	color: #3d415b;
	line-height: 1.7em;
	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: #fe5722;
}

.sidebar .popular-posts .post-info {
	font-size: 14px;
	color: #777777;
	font-weight: 400;
	margin-top: 8px;
}

/*Popular Tags*/

.sidebar .popular-tags a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 11px 24px 11px;
	margin: 0px 10px 20px 0px;
	color: #777777;
	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: #fe5722;
	background-color: #fe5722;
	color: #ffffff;
}

/* Blog Detail */

.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: #777777;
	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: #fe5722;
}

.blog-detail .inner-box .lower-content .post-meta li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	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: #777777;
	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: #777777;
	font-size: 24px;
	font-style: italic;
	line-height: 2em;
}

.blog-detail .inner-box .lower-content .text blockquote .quote-icon {
	position: relative;
	display: block;
	color: #fe5722;
	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;
}

/*post share options*/

.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 #dddddd;
}

.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: #fe5722;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.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: 0px 0px 0px;
	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: 0px;
}

.sidebar-page-container .comments-area .comment {
	position: relative;
	font-size: 14px;
	min-height: 120px;
	padding: 15px 0px 0px 160px;
}

.sidebar-page-container .comments-area .reply-comment {
	margin-left: 160px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	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: #777777;
	font-size: 16px;
	line-height: 1.9em;
	margin-bottom: 0px;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
	font-size: 16px;
	color: #777777;
	margin-left: 15px;
	display: inline-block;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
	position: absolute;
	right: 0px;
	top: 18px;
	font-size: 14px;
	color: #fe5722;
	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
====================================================================

***/

.comment-form .group-title h4 {
	position: relative;
	margin-bottom: 50px;
}

.comment-form .form-group {
	margin-bottom: 20px;
}

.comment-form .form-group:last-child {
	margin-bottom: 0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 36px;
	color: #888888;
	border: 1px solid #dddddd;
	height: 60px;
	font-size: 14px;
	border-radius: 50px;
	background: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
	border-color: #fe5722;
}

.comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 25px 36px 25px;
	color: #888888;
	border: 1px solid #dddddd;
	height: 185px;
	background: #ffffff;
	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: #ffffff;
	font-weight: 600;
	font-size: 14px;
	margin-top: 20px;
	border-radius: 50px;
	border: 2px solid #fe5722;
	background-color: #fe5722;
	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: #fe5722;
}

.contact-page-section {
	position: relative;
}

/*** 

====================================================================
	Contact Page Section
====================================================================

***/

.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: #777777;
	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: #888888;
	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: #fe5722;
}

/*** 

====================================================================
	Contact Form
====================================================================

***/

.contact-form {
	position: relative;
	margin-bottom: 45px;
}

.contact-form .form-group {
	margin-bottom: 20px;
}

.contact-form .form-group:last-child {
	margin-bottom: 0px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 28px;
	color: #888888;
	border: 1px solid #dddddd;
	height: 50px;
	font-size: 14px;
	border-radius: 50px;
	background: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
	border-color: #fe5722;
}

.contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 25px 36px 25px;
	color: #888888;
	border: 1px solid #dddddd;
	height: 200px;
	background: #ffffff;
	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;
}

.contact-form button {
	position: relative;
	color: #ffffff;
	font-weight: 700;
	font-size: 16px;
	border-radius: 50px;
	border: 2px solid #fe5722;
	background-color: #fe5722;
	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;
}

.contact-form button:hover {
	background: none;
	color: #fe5722;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #ff0000;
	font-weight: 500;
}

/*** 

====================================================================
	Map Info Section
====================================================================

***/

.contact-info-section {
	position: relative;
	padding: 45px 0px 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: #777777;
	font-size: 18px;
	line-height: 1.7em;
}

.contact-info-box .box-inner .text a {
	position: relative;
	color: #777777;
}

.contact-info-box .box-inner .icon-box {
	position: absolute;
	left: 0px;
	top: 0px;
	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 Item*/

.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: 0px;
	top: 0px;
	width: 100%;
	height: 50%;
	opacity: 0;
	text-align: center;
	background-color: rgba(61, 65, 91, 0.30);
	-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: 0px;
	top: 0px;
	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: #fe5722;
	font-size: 16px;
	font-weight: 700;
	border-radius: 50px;
	display: inline-block;
	background-color: #ffffff;
	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: #ffffff;
	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: #222222;
	color: #ffffff;
}

.shop-item .inner-box .image .overlay-box .cart-btn:hover .fa {
	background-color: #fc0000;
	color: #ffffff;
}

.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 0px 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: #5e4eef;
	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: #fc0000;
}

.shop-item .inner-box .lower-content .price {
	position: relative;
	color: #777777;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Quicksand', sans-serif;
}

.shop-item .inner-box .lower-content .price .discount {
	position: relative;
	color: #bbbbbb;
	margin-right: 8px;
	text-decoration: line-through;
}

.shop-item .inner-box .lower-content .like-btn {
	position: relative;
	font-size: 22px;
	color: #777777;
	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: #fe5722;
}

/*Sidebar Range slider */

.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: 0px;
	color: #777777;
	font-size: 18px;
	font-weight: 700;
}

.range-slider-one .input {
	float: right;
	left: 8px;
	color: #777777;
	max-width: 75px;
	padding-left: 8px;
	margin-top: 8px;
	font-weight: 700;
	position: relative;
}

.range-slider-one .input input {
	background: none;
	color: #777777;
	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: #eeeeee;
}

.range-slider-one .ui-slider .ui-slider-range {
	top: 0px;
	height: 3px;
	background: #333333;
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
	top: -6px;
	width: 15px;
	height: 15px;
	background: #fe5722;
	cursor: pointer;
	border-radius: 0px;
	border-color: #fe5722;
}

.range-slider-one .theme-btn {
	padding: 8px 24px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 700;
	color: #fe5722;
	border: 1px solid #fe5722;
	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: #ffffff;
	background-color: #fe5722;
}

/*Sidebar Realated Posts */

.sidebar .related-posts .post {
	position: relative;
	padding: 0px 0px;
	padding-left: 150px;
	min-height: 120px;
	margin-bottom: 40px;
}

.sidebar .related-posts .post:last-child {
	margin-bottom: 0px;
}

.sidebar .related-posts .post:last-child {
	margin-bottom: 0px;
	border: 0px;
	min-height: inherit;
}

.sidebar .related-posts .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	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: #fe5722;
}

.sidebar .related-posts .post .price {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 700;
	color: #fe5722;
	padding: 20px 0px 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: #777777;
	margin-right: 2px;
}

/*Item Sorting*/

.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: #777777;
	line-height: 24px;
	padding: 18px 0px;
}

.our-shops .items-sorting .form-group {
	margin-bottom: 0px;
}

.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 #dddddd;
	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: #666666;
	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
====================================================================

***/

.shop-single-section {
	position: relative;
	padding-top: 120px;
	padding-bottom: 90px;
	z-index: 9;
	background-color: #ffffff;
}

/*Product Details*/

.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: 0px 75px;
}

.product-details .image-column .thumbs-carousel li {
	background-color: #f2f2f2;
	text-align: center;
	padding: 0px 0px;
	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: 0px;
	top: 50%;
	width: 100%;
	margin-top: -25px;
}

.product-details .image-column .owl-nav .owl-prev {
	position: absolute;
	left: 10px;
	width: 30px;
	height: 50px;
	color: #7362ff;
	font-size: 18px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #7362ff;
	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: #7362ff;
	font-size: 18px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #7362ff;
	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: #fc0000;
	border-color: #fc0000;
}

.product-details .basic-details .details-header {
	position: relative;
	margin-bottom: 0px;
}

.product-details .basic-details .details-header h2 {
	font-weight: 700;
	margin: 0px 0px;
	line-height: 1.5em;
	color: #3e4d69;
	font-size: 42px;
	margin-bottom: 30px;
}

.product-details .basic-details .details-header h2 a {
	color: #333333;
}

.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: #ffaa00;
}

.product-details .basic-details .details-header .rating .fa {
	display: inline-block;
}

.product-details .basic-details .details-header .reviews {
	position: relative;
	color: #777777;
	font-size: 16px;
	margin-left: 30px;
	display: inline-block;
}

.product-details .basic-details .details-header .reviews a {
	color: #777777;
	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: #7362ff;
}

.product-details .basic-details .details-header .item-price {
	position: relative;
	font-size: 36px;
	font-weight: 700;
	color: #fe5722;
	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: #777777;
	font-size: 18px;
	line-height: 1.3em;
	padding-right: 25px;
	margin-right: 25px;
	display: inline-block;
	border-right: 1px solid #777777;
}

.product-details .basic-details .details-header .product-list li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border: none;
}

.product-details .basic-details .text {
	position: relative;
	color: #777777;
	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: #777777;
}

.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 #dddddd;
	border-radius: 50px 0px 0px 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: #777777;
	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 #bbbbbb;
	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: #ffffff;
	border-color: #7362ff;
	background-color: #7362ff;
}

.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 #dddddd;
}

.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';
}

/* sel colors */

.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: #333333;
	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 */

.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 #dddddd;
}

.reviews-section .description-column .text {
	position: relative;
	color: #777777;
	font-size: 16px;
	line-height: 1.9em;
	margin-bottom: 35px;
}

.reviews-section .comments-column {
	position: relative;
	margin-bottom: 40px;
}

/* Shop Comments Area */

.shop-comments-area {
	position: relative;
}

.shop-comments-area .comment-box {
	position: relative;
	margin-bottom: 40px;
	padding: 36px 38px 35px;
	border: 1px solid #dddddd;
}

.shop-comments-area .comment-box.reply-comment {
	margin-left: 135px;
}

.shop-comments-area .comment-box:last-child {
	margin-bottom: 0px;
}

.shop-comments-area .comment-box .comment {
	position: relative;
	padding-left: 100px;
}

.shop-comments-area .comment-box .comment .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	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: #222222;
	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: #777777;
	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: #777777;
	font-size: 14px;
	line-height: 1.7em;
	margin-top: 12px;
}

/* Reviews Comment Section */

.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: #777777;
	font-size: 18px;
	margin-top: 22px;
}

.reviews-comment-section .title-box .text span {
	color: #fe5722;
}

.reviews-comment-section .title-box .rating {
	position: relative;
	margin-top: 30px;
}

.reviews-comment-section .title-box .rating .rate {
	position: relative;
	color: #222222;
	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 style
====================================================================

***/

.cart-section {
	position: relative;
	padding: 100px 0px 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: #ffffff;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-right: 1px solid #ffffff;
	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 #dddddd;
}

.cart-table tbody tr .qty .quantity-spinner {
	background: #ffffff;
}

.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: 0px;
	top: 0px;
	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: #222222;
	font-weight: 700;
}

.cart-table tbody tr .prod-column .column-box .text {
	position: relative;
	font-size: 16px;
	color: #777777;
	font-weight: 400;
	margin-top: 15px;
}

.cart-table tbody tr .prod-column .author {
	font-size: 13px;
	color: #333333;
	margin-bottom: 0px;
}

.cart-table tbody tr .sub-total {
	font-weight: 700;
	color: #222222;
	font-size: 18px;
	font-family: 'Quicksand', sans-serif;
}

.cart-table tbody tr .remove-btn {
	position: relative;
	font-size: 18px;
	color: #fc0000;
	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 {}

.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: #222222;
	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 0px 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: 0px;
	top: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	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: 0px;
}

.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: #ffffff;
	border-radius: 50px;
}

.cart-section .btn-style-two {
	margin-left: 22px;
	padding: 10px 35px;
}

.cart-section .btn-style-two:hover {
	color: #ffffff;
}

.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 0px;
}

.cart-section .totals-table .col {
	position: relative;
	display: block;
	float: left;
	line-height: 24px;
	width: 50%;
	color: #777777;
	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: 0px;
	top: 0px;
}

/*Check Out Page*/

.checkout-page {
	position: relative;
	padding: 100px 0px 80px;
}

.checkout-page .default-links {
	position: relative;
	margin-bottom: 65px;
}

.checkout-page .default-links li {
	position: relative;
	margin-bottom: 45px;
	line-height: 24px;
	color: #777777;
	font-size: 18px;
	font-weight: 400;
	padding-left: 58px;
	font-family: 'Quicksand', sans-serif;
}

.checkout-page .default-links li:last-child {
	margin-bottom: 0px;
}

.checkout-page .default-links li:before {
	position: absolute;
	content: '\f2d0';
	left: 0px;
	top: 0px;
	color: #5e4eef;
	font-size: 24px;
	line-height: 1em;
	font-family: 'Font Awesome 5 Free';
}

.checkout-page .default-links li a {
	color: #222222;
	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: #5e4eef;
	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: #777777;
	font-size: 15px;
	font-weight: 400;
}

.shop-form .form-group .field-label strong {
	color: #222222;
}

.shop-form .form-group .field-label sup {
	position: relative;
	top: 0px;
	color: #797979;
	font-size: 16px;
}

.shop-form .form-group .check-box {
	position: relative;
	color: #222222;
	font-size: 15px;
}

.shop-form .form-group .checkbox-text {
	position: relative;
	color: #aaaaaa;
	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: #ffffff;
	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: #ffffff 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: #7362ff;
}

/* Shop Order Box */

.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: #ffffff;
	font-size: 18px;
	font-family: 'Quicksand', sans-serif;
}

.shop-order-box .order-list li:first-child span {
	color: #ffffff;
	font-size: 18px;
}

.shop-order-box .order-list li:last-child {
	background-color: #f4f9ff;
	padding: 19px 28px;
	color: #222222;
	font-size: 15px;
	border: none;
	font-family: 'Quicksand', sans-serif;
}

.shop-order-box .order-list li {
	position: relative;
	color: #777777;
	font-size: 15px;
	font-weight: 700;
	padding: 28px 28px;
	text-transform: uppercase;
	border-bottom: 1px solid #cccccc;
}

.shop-order-box .order-list li:nth-child(4) {
	border-bottom: 0px;
}

.shop-order-box .order-list li span {
	color: #222222;
	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: #777777;
}

.shop-order-box .order-list li span.dark {
	color: #242424;
	font-weight: 700;
}

/* Payment Option */

.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: #222222;
	font-size: 16px;
}

.checkout-page .payment-options li .radio-option input[type="radio"] {
	position: absolute;
	left: 0px;
	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: #777777;
	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: 0px;
	text-transform: none;
	font-weight: normal;
	font-size: 16px;
	color: #ffffff;
	border-radius: 4px;
	line-height: 20px;
	line-height: 1.7em;
	margin-top: 20px;
	margin-left: -30px;
	background-color: #7362ff;
}

.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 #7362ff;
}

.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: #ffffff;
	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;
}

/*** 

====================================================================
		Mobile Menu Style 
====================================================================

***/

.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 0px;
}

.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: 30px 25px;
	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, 0.70);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.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: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #202020;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-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: 20px;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}

.mobile-menu .close-btn:hover {
	color: #feb322;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:last-child {
	border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
	font-size: 15px;
	text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	border-left: 5px solid #feb322;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li>a:hover {
	color: #feb322;
}

.mobile-menu .navigation li.current>a:before {
	height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.10);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
	background: #feb322;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
	display: none;
}

.mobile-menu .social-links {
	position: relative;
	text-align: center;
	padding: 30px 25px;
}

.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
	position: relative;
	line-height: 32px;
	font-size: 28px;
	color: #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
	color: #feb322;
}

.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;
}

/*** 

====================================================================
	Element In View
====================================================================

***/

.about-section-two .image-column .inner-column.now-in-view::before {
	border-color: #feb322;
	left: 50px;
	top: 50px;
	right: 20px;
	bottom: -50px;
}

.pt-cus {
	padding-top: 160px;
	padding-bottom: 100px;
	padding-left: 50px;
	padding-right: 50px;

}


@media screen and (max-width: 776px) {
	.pt-cus {
		padding-top: 120px;
		padding-bottom: 50px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.logo-cus {
	padding-left: 40px;
	padding-top: 25px;
}