/* Strnix - Green Energy HTML Template  */

/*********** TABLE OF CONTENTS **************
1. Fonts
2. Reset
3. Global
4. Main Header / Style One / Style Two / Style Three / Style Four / Style Five
5. Sticky Header
6. Mobile Menu
7. Main Slider / Banner Carousel
8. About Section / Style One  / Style Two / Style Three / Style Four
9. Programs Section
11. Newsletter
12. Services Section / one / Two / Three / Four / Five
13. Recent Projects / one / Two
14. Fun Facts Section
15. Testimonials Section / One / Two
16. Sponsors Section
17. Pricing Section
18. Enquiry Section
19. News Section / One / Two
20. Call To Action / Style One  / Style Two / Alternate
21. Main Footer / Style One  / Style Two / Three / Four
22. Features Section / One / Two
23. Main Info Section
24. Mission Section
25. Projects Section / One  / Two / Three
26. Company History
27. Call to Action / One / Two / Three / Four
28. Featured Section
29. Contact Section
30. Fluid Section / One / To / Three
31. Team Section
32. News Section two
33. Featured Section Two
34. FAQs Section
35. Sidebar Page Container
36. Service Details
37. Blog Details
38. Map Section




**********************************************/

/*** 

====================================================================
			Fonts
====================================================================

 ***/

/*
font-family: 'Prompt', sans-serif;
font-family: 'Merriweather', serif;
*/

@import url('owl.css');
@import url('fontawesome-all.css');
@import url('stroke-gap-icons.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('scrollbar.css');
@import url('hover.css');
@import url('custom-animate.css');


/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 100%;
	line-height: inherit;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {

	font-size: 14px;
	color: #222222;
	line-height: 1.5em;
	font-weight: 400;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Prompt', sans-serif;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #262425;
}

.theme_color {
	color: #262425;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: normal;
	margin: 0px 0px 10px;
	background: none;
	line-height: 1.25em;
	font-family: 'Prompt', cursive;
}

h1 {
	font-size: 72px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

textarea {
	overflow: hidden;
	resize: none;
}

button {
	outline: none !important;
	cursor: pointer;
}

p {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 400;
	margin: 0 0 15px;
	color: #727071;
}

.text {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 400;
	margin: 0 0;
}

::-webkit-input-placeholder {
	color: inherit;
}

::-moz-input-placeholder {
	color: inherit;
}

::-ms-input-placeholder {
	color: inherit;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	z-index: 9;
	overflow: hidden;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

figure {
	margin-bottom: 0;
}

.theme-btn {
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.theme-btn i {
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

.centered {
	text-align: center !important;
}

/*Btn Style One*/

.btn-style-one {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Prompt', sans-serif;
	border-radius: 5px;
	overflow: hidden;
	width: auto;
}

.btn-style-one:hover {
	color: #ffffff;
}



.btn-style-one .btn-title {
	position: relative;
	display: block;
	z-index: 1;
	padding: 5px 20px 5px 20px;
	font-size: 14px;
	border: 1px solid #343434;
	background: #343434;
	letter-spacing: 0.05em;
	border-radius: 5px;
	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;
}

.btn-style-one:hover .btn-title {
	color: #ffffff;
	border: 1px solid #2f333c;
}

.btn-style-one .btn-title .btn-icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 51px;
	height: 100%;

	font-size: 14px;
	padding: 12px 10px;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, 0.20);
}

.btn-style-one .btn-title .btn-icon .icon {
	position: relative;
	font-weight: 700;
	display: block;
	line-height: 30px;
}

.btn-style-one .btn-title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	background: #2f333c;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom 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);
	-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);
}

.btn-style-one:hover .btn-title:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

.btn-style-one .btn-titleC {
	position: relative;
	display: block;
	z-index: 1;
	padding: 5px 20px 5px 20px;
	background: #777;
	font-size: 14px;
	color: #fff;
	border: 1px solid #777;
	letter-spacing: 0.05em;
	border-radius: 0px;
	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;
}

.btn-style-one:hover .btn-titleC {
	color: #333;
	border: 1px solid #c1c1c1;
}



.btn-style-one .btn-titleC:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	color: #333;
	background: #c1c1c1;
	border: 1px solid #c1c1c1;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom 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);
	-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);
}

.btn-style-one:hover .btn-titleC:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: rgba(0, 0, 0, 0);
}

.preloader .icon {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-color: rgba(0, 0, 0, 0);
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.svg);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.page-loaded .preloader .icon {
	opacity: 0;
}

.preloader:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 51%;
	height: 100%;
	background: #ffffff;
	z-index: 0;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}

.page-loaded .preloader:before {
	-webkit-transform: translateX(-101%);
	-ms-transform: translateX(-101%);
	transform: translateX(-101%);
}

.preloader:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 51%;
	height: 100%;
	background: #ffffff;
	z-index: 2;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}

.page-loaded .preloader:after {
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

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;
	right: 20px;
	bottom: 20px;
	width: 54px;
	height: 54px;
	color: #ffffff;
	font-size: 30px;
	line-height: 54px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	background: #25283a;
	border-radius: 0px;
	margin-left: -26px;
	display: none;
	-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 {
	color: #ffffff;
	-webkit-box-shadow: 2px 2px 0px #25283a;
	-ms-box-shadow: 2px 2px 0px #25283a;
	box-shadow: 2px 2px 0px #25283a;
}


/*** 

====================================================================
	Main Header style / Header Style One
====================================================================

***/

.main-header {
	position: relative;
	display: block;
	width: 100%;
	/*z-index: 9999;*/
	background: none;
}

.header-style-one {
	position: absolute;
	left: 0;
	top: 0;
}

.header-top {
	position: relative;
}

.header-top .inner {
	position: relative;
}

.main-header .header-top .top-left {
	position: relative;
	float: left;
}

.main-header .header-top .top-right {
	position: relative;
	float: right;
}

.header-top-one {
	background: none;
	padding: 15px 0px;
	color: #ffffff;
}

.header-top-one .top-text {
	position: relative;
	line-height: 30px;
}

.header-top-one .email {
	position: relative;
	float: left;
	line-height: 30px;
}

.header-top-one .email a {
	color: #ffffff;
}

.header-top-one .email a:hover {
	text-decoration: underline;
}

.header-top-one .social-links {
	position: relative;
	float: left;
	margin-left: 30px;
}

.header-top-one .social-links li {
	position: relative;
	float: left;
	color: #333333;
	line-height: 30px;
	margin-right: 20px;
}

.header-top-one .social-links li:last-child {
	margin-right: 0;
}

.header-top-one .social-links li a {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-top-one .social-links li a .fa,
.header-top-one .social-links li a .fab {
	vertical-align: middle;
}

.header-top-one .social-links li a:hover {
	color: #52c306;
}

/*=== Header Main Box ===*/

.main-header .header-main-box {
	position: relative;
	display: block;
}

.header-style-one .header-main-box .inner-container {
	position: relative;
}

.header-style-one .upper-row {
	position: relative;
	display: block;
	padding: 20px 30px;
	/*background: #ffffff;*/
}

.header-style-one .upper-row .logo-box {
	position: relative;
	float: left;
	padding: 0px 0px;
	z-index: 10;
}

.header-style-one .upper-row .logo-box .logo {
	position: relative;
	display: block;
}

.header-style-one .upper-row .logo-box .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
	max-height: 80px;
	z-index: 1;
}

.header-style-one .upper-row .right-info {
	position: relative;
	float: right;
}

.header-style-one .upper-row .info {
	position: relative;
	float: left;
	padding-top: 15px;
}

.header-style-one .upper-row .info .info-block {
	position: relative;
	float: left;
	padding-left: 50px;
	margin-left: 50px;
}

.header-style-one .upper-row .info .info-block:first-child {
	margin-left: 0;
}

.header-style-one .upper-row .info .info-block .icon-box {
	position: absolute;
	left: 0;
	top: 5px;
	width: 36px;
	height: 36px;
	line-height: 36px;
}

.header-style-one .upper-row .info strong {
	position: relative;
	display: block;
	font-weight: 600;
}

.header-style-one .upper-row .info .info-text {
	position: relative;
	display: block;
	font-size: 18px;
}

.header-style-one .upper-row .info .info-text a {
	color: #222222;
}

.header-style-one .upper-row .info .info-text a:hover {
	text-decoration: underline;
}

.header-style-one .upper-row .link-box {
	position: relative;
	float: left;
	padding-top: 13px;
	margin-left: 50px;
}

.header-style-one .lower-row {
	position: relative;
	display: block;
}

.header-style-one .lower-row .nav-box {
	/* position:relative; */
	display: block;
/*	padding: 0px 15px;*/
	background: transparent;
	color: #ffffff;
}

.fixed-header .sticky-header .nav-outer {
/*	float: right;*/
/*	top: 5px;*/
}

.main-header .nav-outer .main-menu {
	position: relative;
}

.main-menu .navbar-collapse {
	padding: 0px;
	display: block !important;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
	font-family: 'Prompt', sans-serif;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	padding: 20px 0px;
	margin-right: 58px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
	margin-right: 0px;
}

.main-menu .navigation>li:after {
	content: '';
	position: absolute;
	right: -33px;
	top: 0px;
	width: 3px;
	height: 100%;
	background: url(../images/icons/link-separator-1.png) center center no-repeat;
}

.main-menu .navigation>li:last-child:after {
	display: none;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #ffffff;
	padding: 0px 0px;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li>a:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 0px;
	border-bottom: 1px solid #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;
}

.sticky-header .main-menu .navigation>li>a:before {
	display: none;
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before {
	width: 25px;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a {
	color: #52c306;
}

.sticky-header .main-menu .navigation>li.dropdown {
	padding-right: 0px;
}


.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 250px;
	z-index: 100;
	display: none;
	background: #ffffff;
	border-top: 2px solid #333333;
	transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-webkit-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 11px 20px;
	line-height: 24px;
	font-weight: 500;
	font-size: 14px;
	color: #242424;
	text-align: left;
	text-transform: capitalize;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
	background-color: #f0f0f0;
	padding-left: 26px;
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 250px;
	z-index: 100;
	display: none;
	background: #ffffff;
	border-top: 2px solid #333333;
	transition: all 500ms ease;
	-moz-transition: all 100ms ease;
	-webkit-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 11px 20px;
	line-height: 24px;
	font-weight: 500;
	font-size: 14px;
	color: #242424;
	text-align: left;
	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;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
	background-color: #f0f0f0;
	padding-left: 26px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position: absolute;
	right: 16px;
	top: 11px;
	display: block;
	line-height: 24px;
	font-size: 14px;
	font-weight: 900;
	z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}

.header-style-one .nav-box .search-btn {
	position: relative;
	float: right;
	margin-top: 20px;
	padding-left: 25px;
	background: url(../images/icons/link-separator-1.png) left center no-repeat;
}

.header-style-one .nav-box .search-btn button {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	background: none;
	line-height: 30px;
	color: #ffffff;
	cursor: pointer;
}

.header-style-one .nav-box .search-btn button .fa {
	vertical-align: middle;
}


/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	z-index: -1;
	background: #ffffff;
	border-bottom: 1px solid #f0f0f0;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-webkit-transition: top 300ms ease;
	-moz-transition: top 300ms ease;
	-ms-transition: top 300ms ease;
	-o-transition: top 300ms ease;
	transition: top 300ms ease;
}

.fixed-header .sticky-header {
	opacity: 1;
	z-index: 99901;
	visibility: visible;
}

.fixed-header .sticky-header .logo {
	padding: 0;
}

.sticky-header .main-menu .navigation>li {
	margin-left: 40px !important;
	padding: 0;
	margin-right: 0;
	background-color: transparent;
}

.sticky-header .main-menu .navigation>li.dropdown>a:after,
.sticky-header .main-menu .navigation>li:before {
	display: none;
}

.sticky-header .main-menu .navigation>li>a {
	padding: 21px 0px !important;
	line-height: 30px;
	font-size: 14px;
	font-weight: 600;
	color: #25283a;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu .navigation>li>ul>li>ul {
	left: auto;
	right: 100%;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a {
	opacity: 1;
}



/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.sticky-header .nav_Icon {
	/*display: flex;
    float: right;
    position: relative;*/
}

.nav_Icon {
	display: flex;
/*    float: right;*/
    position: absolute;
    right: 0;
}


.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .mCSB_inside>.mCSB_container {
	margin-right: 5px;
}

.mobile-menu .navbar-collapse {
	display: block !important;
}

.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: 0.70;
	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;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #ec1c24;
	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: 10px;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 14px;
	color: #777;
	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(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}

.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgba(177, 220, 252, 0.5);
}

.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;
	font-weight: 500;
	color: #fff;
	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;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	border-left: 3px solid #fff;
	-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: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: 14px;
	line-height: 32px;
	color: #262425;
	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 {
	-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;
}


/***
====================================================================
		Section Title
====================================================================

***/

.sec-title {
	position: relative;
	margin-bottom: 20px;
}

.sec-title.centered {
	/*margin-bottom: 60px;*/
}

.sec-title .upper-text {
	position: relative;
	display: block;
	font-size: 14px;
	color: #777777;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0 0 10px;
}

.sec-title.hydro-theme .upper-text {
	font-size: 14px;
	color: #888888;
	text-transform: capitalize;
	letter-spacing: 0;
	margin: 0 0 10px;
}

.sec-title .upper-text .icon {
	position: relative;
	vertical-align: middle;
	font-size: 14px;
	color: #406fe6;
	padding-left: 3px;
}

.sec-title.bio-theme .upper-text .icon {
	color: #84b040;
}

.sec-title.fuel-theme .upper-text .icon {
	color: #d73441;
}

.sec-title.hydro-theme .upper-text .icon {
	color: #e85728;
}

.sec-title .subtitle {
	position: relative;
	display: block;
	text-transform: capitalize;
	font-size: 14px;
	color: #777;
	font-weight: 400;;
	padding-top: 10px;
}

.sec-title.bio-theme .subtitle {
	color: #84b040;
}

.sec-title.fuel-theme .subtitle {
	color: #d73441;
	padding-top: 5px;
}

.sec-title h2 {
	position: relative;
	display: block;
	font-size: 36px;
	line-height: 1.15em;
	color: #262425;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 0px;
}

.sec-title.hydro-theme h2 {
	color: #1c2562;
}

.light-title .upper-text,
.light-title .upper-text .icon,
.light-title h2 {
	color: #262425;
}

.light-title .bottom-dots .dot {
	border-color: #ffffff;
}

.sec-title-two {
	position: relative;
	display: block;
	max-width: 720px;
	margin: 0 auto 50px;
	text-align: center;
}

.sec-title-two .subtitle {
	position: relative;
	display: block;
	font-size: 14px;
	color: #aaaaaa;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin: 0 0 15px;
}

.sec-title-two h2 {
	position: relative;
	display: block;
	font-size: 36px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	margin-bottom: 0px;
}

.sec-title-two .upper-icon {
	position: relative;
	display: inline-block;
	font-size: 24px;
	color: #e2bc2f;
	line-height: 30px;
	width: 140px;
	padding: 0px 40px;
	margin: 0 auto 25px;
}

.sec-title-two .left-dots {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 45px;
}

.sec-title-two .left-dots .dot {
	position: relative;
	display: block;
	float: left;
	width: 3px;
	height: 3px;
	border-right: 3px solid #406fe6;
	margin-right: 3px;
}

.sec-title-two .left-dots .line-dot {
	border-right: 20px solid #406fe6;
}

.sec-title-two .right-dots {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	width: 45px;
}

.sec-title-two .right-dots .dot {
	position: relative;
	display: block;
	float: left;
	width: 3px;
	height: 3px;
	border-right: 3px solid #406fe6;
	margin-left: 3px;
}

.sec-title-two .right-dots .line-dot {
	border-left: 20px solid #406fe6;
}

.sec-title-two .sub-text {
	position: relative;
	padding-top: 20px;
	line-height: 1.5em;
}

/* Default Form Style */

.default-form {
	position: relative;
}

.default-form .row {
	margin: 0 -15px;
}

.default-form .form-group {
	position: relative;
	padding: 0 15px;
	margin-bottom: 25px;
}

.default-form .form-group .field-label {
	position: relative;
	display: block;
	color: #333333;
	line-height: 24px;
	text-align: left;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.default-form .form-group:last-child {
	margin-bottom: 0;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select {
	position: relative;
	display: block;
	height: 54px;
	width: 100%;
	font-size: 14px;
	color: #777777;
	opacity: .8;
	line-height: 30px;
	font-weight: 400;
	padding: 11px 20px;
	background-color: #ffffff;
	border: 1px solid #262425;
	border-radius: 3px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.default-form .form-group textarea {
	height: 130px;
	padding-top: 15px;
	resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button {
	display: inline-block;
	margin-top: 5px;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus {
	border-color: #406fe6;
}

.contact-form ::-webkit-input-placeholder {
	color: #aaaaaa;
}

.contact-form ::-moz-input-placeholder {
	color: #aaaaaa;
}

.contact-form ::-ms-input-placeholder {
	color: #aaaaaa;
}

.default-form label.error {
	color: #ff0000;
	font-size: 14px;
	text-transform: capitalize;
	text-align: left;
	display: block;
	padding-top: 5px;
}

.content-box .default-form label.error {
	color: #262425;
	font-size: 14px;
	padding-top: 10px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
	width: 100%;
	font-size: 14px;
	font-style: normal;
	/* height:46px;
	padding:7px 20px;
	line-height:30px; */
	font-family: 'Prompt', sans-serif;
	color: #262425;
	border-radius: 5px;
	background-color: #ffffff;
	border: 1px solid #dbdbdb;
	padding: 0.375rem 0.75rem !important;
    display: inline-block;
    position: relative;
    line-height: 2.3;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #dbdbdb !important;
    height: calc(2em + 1rem + 2px) !important;
    margin-top: 5px;
}

.form-group .ui-button .ui-icon {
	background: none;
	position: relative;
	top: 5px; 
	text-indent: 0px;
	color: #262425;
}

.form-group .ui-button .ui-icon:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f107";
	position: absolute;
	right: 0px;
	top: 2px !important;
	top: 13px;
	width: 10px;
	height: 20px;
	display: block;
	color: #262425;
	line-height: 20px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	z-index: 5;

}

.ui-widget.ui-widget-content {
	font-family: 'Prompt', sans-serif;
	max-height: 280px;
    overflow-y: auto;
    border: 1px solid #eee;
    background-color: #fff;
}

.ui-menu .ui-menu-item {
	font-size: 14px;
	border-bottom: 1px solid #eee;
}

.ui-menu .ui-menu-item:last-child {
	border: none;
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
    display: block;
    padding: 0.375rem 0.75rem !important;
    font-size: 14px;
    line-height: 2.5;
    height: calc(2em + 1rem + 2px) !important;
}

/*** 

====================================================================
	Enquiry Section
====================================================================

***/

.enquiry-section .content-boxAdmin {
	position: relative;
	display: block;
	padding: 10px 15px;
	background: #ffffff;
	text-align: center;
	margin: 0 auto;
	border-radius: 15px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

/*** 


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer p{
	color: #ffffff !important;
}

.main-footer .upper-section {
	position: relative;
	padding: 60px 0px 30px;
}

.main-footer .service-block-two {
	position: relative;
	float: left;
	width: 18%;
	padding: 0px 15px;
	margin-bottom: 30px;
}

.main-footer .service-block-two .inner-box {
	position: relative;
	display: block;
	text-align: center;
}

.main-footer .upper-section .logo {
	position: relative;
	padding: 15px 0px 10px;
	margin-bottom: 10px;
}

.main-footer .social-links {
	position: relative;
	text-align: center;
	padding-top: 10px;
}

.main-footer .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 7px;
	color: #ffffff;
	line-height: 24px;
}

.main-footer .social-links li a {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	opacity: 0.50;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .social-links li a .fa,
.main-footer .social-links li a .fab {
	vertical-align: middle;
}

.main-footer .social-links li a:hover {
	color: #ffffff;
	opacity: 1;
}

.main-footer .widgets-section {
	position: relative;
	padding: 100px 0px 60px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	display: none;
}

.main-footer .footer-column {
	position: relative;
	margin-bottom: 0px;
}

.main-footer .footer-widget {
	position: relative;
}

.main-footer .widget-title {
	position: relative;
/*	margin-bottom: 25px;*/
}

.main-footer .widget-title h3 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.main-footer .info {
	position: relative;
}

.main-footer .info .info-block {
	position: relative;
	margin-bottom: 25px;
}

.main-footer .info .info-block:last-child {
	margin-bottom: 0;
}

.main-footer .info .info-block .icon-box {
	position: absolute;
	left: 0;
	top: 5px;
	width: 36px;
	height: 36px;
	line-height: 36px;
}

.main-footer .info strong {
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: 600;
}

.main-footer .info .info-text {
	position: relative;
	display: block;
	font-size: 20px;
}

.main-footer .info .info-text a {
	color: #ffffff;
}

.main-footer .info .info-text a:hover {
	text-decoration: underline;
}

.main-footer .footer-bottom {
	position: relative;
	line-height: 24px;
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	background: #000;
}

.main-footer .footer-bottom .inner {
	position: relative;
	padding: 7px 0px;
}

.main-footer .footer-bottom .scroll-top-footer {
	position: absolute;
	left: 50%;
	top: -24px;
	background: #52c306;
	color: #ffffff;
	width: 48px;
	height: 48px;
	margin-left: -24px;
	line-height: 48px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.footer-style-two .footer-bottom .scroll-top-footer {
	background: #e2bc2f;
}

.footer-style-three .footer-bottom .scroll-top-footer {
	background: #3d3f44;
}

.footer-style-four .footer-bottom .scroll-top-footer {
	background: #1c2562;
}

.main-footer .footer-bottom .scroll-top-footer:hover {
	background: #406fe6;
}

.footer-style-three .footer-bottom .scroll-top-footer:hover {
	background: #84b040;
}

.footer-style-four .footer-bottom .scroll-top-footer:hover {
	background: #e85728;
}

.footer-style-five .footer-bottom .scroll-top-footer {
	background: #ff8527;
}

.footer-style-five .footer-bottom .scroll-top-footer:hover {
	background: #d73441;
}

.main-footer .footer-bottom .copyright {
	position: relative;
	float: left;
}

.main-footer .footer-bottom .copyright a {
	color: #ffffff;
}

.main-footer .footer-bottom .footer-nav {
	position: relative;
	float: right;
}

.main-footer .footer-bottom .footer-nav ul li {
	position: relative;
	float: left;
	margin-left: 23px;
	line-height: 24px;
}

.main-footer .footer-bottom .footer-nav ul li:before {
	content: '|';
	position: absolute;
	left: -13px;
	top: 0;
	line-height: 24px;
}

.main-footer .footer-bottom .footer-nav ul li:first-child:before {
	display: none;
}

.main-footer .footer-bottom .footer-nav ul li a {
	position: relative;
	color: #a6a6a6;
}

.main-footer .footer-bottom .footer-nav ul li a:hover {
	color: #52c306;
}

.footer-style-two .footer-bottom .footer-nav ul li a:hover {
	color: #e2bc2f;
}

.footer-style-three .footer-bottom .footer-nav ul li a:hover {
	color: #84b040;
}

.footer-style-four .footer-bottom .footer-nav ul li a:hover {
	color: #e85728;
}

.footer-style-five .footer-bottom .footer-nav ul li a:hover {
	color: #d73441;
}

.main-footer .footer-logo-box {
	position: relative;
	margin-bottom: 10px;
}

.main-footer .about-text {
	position: relative;
	max-width: 320px;
	margin-bottom: 25px;
}

.footer-social {
	position: relative;
}

.footer-social-two li {
	position: relative;
	display: inline-block;
	margin: 0px 16px 0px 0px;
	color: #ffffff;
	line-height: 24px;
}

.footer-social-two li a {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	opacity: 0.50;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.footer-social-two li a .fa,
.footer-social-two li a .fab {
	vertical-align: middle;
}

.footer-social-two li a:hover {
	color: #e2bc2f;
	opacity: 1;
}

.footer-style-three .footer-social-two li a:hover {
	color: #84b040;
	opacity: 1;
}

.footer-style-five .footer-social-two li a:hover {
	color: #d73441;
	opacity: 1;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section {
	position: relative;
	padding: 170px 0px 0px;
	/*z-index: 1;*/
}

.contact-section.contact-page {
	padding: 40px 0px;
}

.contact-section .map-image-layer,
.contact-section .map-layer,
.contact-section .map-layer .map-canvas {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/*.contact-section .content-box {
	position: relative;
	top: 70px;
	padding: 0;
	padding-right: 420px;
	background: #84b040;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}*/

.contact-section.contact-page .content-box {
	top: 0px;
}

.contact-section .content-box .image-layer {
	position: absolute;
	right: 0;
	top: 0;
	width: 420px;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.contact-section .content-box .image-layer:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.50);
}

.contact-section .form-box {
	position: relative;
	padding: 65px 70px 45px;
	background: #fff;
	color: #262425;
	border-radius: 5px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.contact-section .form-box .row {
	margin: 0px -10px;
}

.contact-section .form-box .form-group {
	margin-bottom: 20px;
	padding: 0px 10px;
}

.contact-section .form-box .form-group input,
.contact-section .form-box .form-group select{
	border-color: #dbdbdb;
	background: none;
	color: #262425;
	border-radius: 5px;
	height: calc(2em + 0.75rem + 2px) !important;
}

.contact-section .form-box .form-group textarea {
	border-color: #dbdbdb;
	background: none;
	color: #262425;
	border-radius: 5px;
	height: 150px;
}

.contact-section .form-box .form-group input:focus,
.contact-section .form-box .form-group textarea:focus,
.contact-section .form-box .form-group select:focus {
	border-color: rgba(38, 152, 250, 1);
}

.contact-section .form-box ::-webkit-input-placeholder {
	color: #262425;
	font-style: normal;
}

.contact-section .form-box ::-moz-input-placeholder {
	color: #262425;
	font-style: normal;
}

.contact-section .form-box ::-ms-input-placeholder {
	color: #262425;
	font-style: normal;
}

.contact-section .btn-style-eight .btn-title:before {
	background: #2f333c;
}

.contact-section .btn-style-eight:hover .btn-title {
	color: #fff;
}

.contact-section .btn-style-eight:hover .btn-icon {
	border-color: rgba(0, 0, 0, 0.10);
}

.contact-section .info-box {
	position: absolute;
	right: 0;
	bottom: 65px;
	width: 100%;
	padding: 25px 20px 22px 70px;
	background: #ffffff;
	color: #2f333c;
	line-height: 1.5em;
	font-weight: 500;
}

.contact-section .info-box .subtitle {
	position: relative;
	display: block;
	margin-bottom: 5px;
}

.contact-section .info-box .phone {
	position: relative;
	display: block;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4em;
}

.contact-section .info-box .phone a {
	position: relative;
	color: #2f333c;
}

.contact-section .info-box .phone .icon {
	padding-right: 5px;
	vertical-align: middle;
}

.contact-section .info-blocks {
	position: relative;
}

.contact-section .info-blocks .info-block {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

.contact-section .info-block .inner {
	position: relative;
	display: block;
	padding: 45px 20px 40px;
	background: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
	border-radius: 5px;
}

/*.contact-section .info-block .inner:last-child {
	margin-bottom: 40px;
}*/

.contact-section .info-block .icon {
	position: relative;
	display: block;
	margin-bottom: 20px;
	font-size: 40px;
	color: #262425;
}

.contact-section .info-block strong {
	display: block;
	margin-bottom: 15px;
}

.contact-section .info-block ul li {
	display: block;
	font-size: 14px;
	line-height: 1.5em;
	color: #777;
}

.contact-section .info-block ul li a {
	color: #777;
}

.contact-section .info-block ul li a:hover {
	color: #262425;
	text-decoration: underline;
}

/* Sidebar */


.sidebar .sidebar-widget {
	position: relative;
	display: block;
}

.sidebar .sidebar-widget .widget-inner {
	position: relative;
	display: block;
}

.sidebar .services-widget ul {
	position: relative;
	display: block;
}

.sidebar .services-widget ul li {
	position: relative;
	display: flex;
    justify-content: space-between;
    align-items: center;
	background: #efefef;
	margin-bottom: 15px;
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
	border-bottom: 1px solid rgba(136, 136, 112, 0.50);
	padding: 15px 15px;
	line-height: 36px;
	transition: all 0.3s ease-in;
}

.sidebar .services-widget ul li:last-child {
	margin-bottom: 0;
}

.sidebar .services-widget ul li .txt {
	color: #222222;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	z-index: 1;
	margin-bottom: 0;
}

.sidebar .services-widget ul li .longtxt {
	color: #666;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	z-index: 1;
	margin-bottom: 0;
}

.sidebar .services-widget ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	border-left: 3px solid #888870;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

/*** 

====================================================================
		Styled Pagination
====================================================================

***/

.pagination-box {
	position: relative;
	padding-top: 30px;
}

.styled-pagination {
	position: relative;
}

.styled-pagination li {
	position: relative;
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 7px;
}

.styled-pagination li:last-child {
	margin-right: 0;
}

.styled-pagination li a {
	position: relative;
	display: block;
	line-height: 20px;
	font-size: 12px;
	height: 32px;
	min-width: 32px;
	padding: 6px 5px;
	text-align: center;
	color: #78A3D4;
	font-weight: 400;
	text-align: center;
	background: #ffffff;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	text-transform: capitalize;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
	color: #ffffff;
	background: #78A3D4;
	border-color: #78A3D4;
}

.styled-pagination li .next,
.styled-pagination li .prev {
	border: none;
	color: #78A3D4 !important;
	background: none !important;
	text-decoration: underline;
	text-transform: uppercase;
}

.mt-5R {
	margin-top: 5px;
}


.font-color-B {
	color: #727071;
}

.fw-400 {
	font-weight: 400 !important;
}

.fw-500 {
	font-weight: 500 !important;
}

.fw-600 {
	font-weight: 600 !important;
}

.owl-dots button.owl-dot.active {
	background-color: #5acdc6;
	border-radius: 50%;
	height: 11px;
	width: 11px;
}

.owl-dots button.owl-dot {
	background: #d0d0d0;
	border-radius: 50%;
	height: 10px;
	width: 10px;
	position: relative;
	margin-right: 5px;
}



@media (min-width: 1200px) {
	.fixCenter {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.fixCenter-2 {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.enquiry-section .content-box {
		position: relative;
		display: flex;
		padding: 20px 0px;
	/*	background: #ffffff;*/
		text-align: left;
		border-radius: 15px;
	/*	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;*/
		align-items: center;
		justify-content: flex-start;
		margin-bottom: 0 !important;
	}

	.iconUnlock {
		font-size: 32px;
	    color: #f00;
	    margin-right: 15px;
	    margin-bottom: 0;
	}

	.enquiry-section-form {
		padding: 100px 0 !important;
	}

	.enquiry-section-form-home {
		padding: 62px 0 !important;
	}

	.enquiry-section-thank {
		padding: 180px 0 !important;
	}

	.form__container {
		width: 550px;
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
		background: #fff;
		padding: 50px 30px;
		border-radius: 15px;
		margin: 0 auto;
	}
	.form__container h2 {
		font-size: 24px;
		text-align: center;
		margin: 0;
		color: #333;
	}
	.form__container .form__input {
		text-align: center;
		margin-bottom: 20px;
		position: relative;
	}
	.form__container .form__input span {
		position: absolute;
		right: 15px;
		font-size: 16px;
		top: 15px;
		opacity: 0.5;
		cursor: pointer;
	}
	.form__container .form__input span:hover {
		opacity: 1;
	}
	.form__container .form__input label {
		font-weight: 700;
		display: block;
		margin-bottom: 5px;
	}
	.form__container .form__input input:not([type="submit"]) {
		width: 100%;
		padding: 10px 15px;
		height: 45px;
		outline: 0;
		border: 1px solid #f4f4f4;
		border-radius: 5px;
		font-size: 15px;
		box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.1);
	}
	.form__container .form__input input:not([type="submit"])::placeholder {
		color: rgba(19, 20, 49, .4);
	}
	.form__container .form__input input[type="submit"] {
		color: #fff;
		background-color: #712e1e;
		border: 0;
		padding: 10px 30px;
		border-radius: 5px;
		text-align: center;
		outline: 0;
		cursor: pointer;
	}
	.form__container .form__input input[type="submit"]:hover {
		background-color: #333;
		transition: background-color 400ms ease;
	}

	.selectclient {
		width: 415px;
    	margin: 0 auto 1rem auto;
	}

	.enquiry-section .content-box-Thank {
		position: relative;
		display: block;
		padding: 45px 25px;
		background: #f6f6f6;
		text-align: center;
		max-width: 500px;
		margin: 0 auto;
		border-radius: 15px;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	}

	button.accordion {
	  	width: 100%;
	  	background-color: #888870;
	  	border: none;
	  	outline: none;
	  	text-align: left;
	  	padding: 20px 20px;
	  	font-size: 18px;
	  	font-weight: 500;
	  	line-height: 1.4em;
	  	color: #fff;
	  	cursor: pointer;
	  	transition: background-color 0.2s linear;
	  	display: flex;
	    align-items: center;
	    justify-content: space-between;
	    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	    border-bottom: 2px solid #fff;
	}
	button.accordion:after {
	  	font-family: "Font Awesome 5 Free";
	  	content: "\f150";
	  	font-family: "Font Awesome 5 Free";
	  	font-size: 18px;
	  	float: right;
	}

	button.accordion.is-open:after {
	  	content: "\f151";
	}

	button.accordion.is-open {
	  	background-color: #6d6d57;

	}

	.accordion-content {
	  	background-color: white;
	  	border-left: 1px solid whitesmoke;
	  	border-right: 1px solid whitesmoke;
	  	padding: 0 15px;
	  	max-height: 0;
	  	overflow: hidden;
	  	transition: max-height 0.2s ease-in-out;
	}

	.accordion-content:last-child {
	  	border-bottom: 1px solid whitesmoke;
	}

	.accordion-content p {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.accordionBoxP {
		display: flex;
	    border-bottom: 1px solid #ddd;
	    padding-bottom: 15px;
	}

	.accordionBoxP:last-child {
	    border-bottom: none;
	}

	.accordionBoxIcon {
		color: #712e1e;
	    font-size: 22px;
	    margin-right: 10px;
	}
	.hiddenH-lg {
		display: none !important;
	}

	.main-header .nav-outer {
		position: relative;
		/*float: right;*/
		z-index: 1;
		display: flex;
	    align-items: center;
	}

	.main-footer {
		position: relative;
		background: #333;
		color: #ffffff !important;
	}

	.logo-box {
		float: left;
		position: relative;
		width: 150px;
	}
	
	.icon-button {
	  	position: relative;
	  	display: flex;
	  	align-items: center;
	  	justify-content: center;
	  	border: none;
	  	outline: none;
	  	height: 40px;
	  	font-size: 16px;
	  	transition: all 0.3s ease-in;
	  	color: #fff;
	}

	.icon-button:hover {
		color: #712e1e;
	  	cursor: pointer;
	}

	.icon-border .active {
		color: #712e1e;
	}

	/*.icon-button:nth-child(1) {
		margin-right: 10px;
	}

	.icon-button:nth-child(2) {
		margin-right: 20px;
	}*/

	.icon-border {
/*		border-right: 1px solid #888870;*/
		padding: 0 15px;
	}
	.icon-border:last-child {
		border: none;
		padding-right: 0;
	}

}



@media (min-width: 992px) and (max-width: 1199px) {
	.fixCenter {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.fixCenter-2 {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.enquiry-section .content-box {
		position: relative;
		display: flex;
		padding: 20px 0px;
	/*	background: #ffffff;*/
		text-align: left;
		border-radius: 15px;
	/*	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;*/
		align-items: center;
		justify-content: flex-start;
		margin-bottom: 0 !important;
	}

	.iconUnlock {
		font-size: 32px;
	    color: #f00;
	    margin-right: 15px;
	    margin-bottom: 0;
	}

	.enquiry-section-form {
		padding: 100px 0 !important;
	}

	.enquiry-section-thank {
		padding: 150px 0 !important;
	}

	.form__container {
		width: 550px;
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
		background: #fff;
		padding: 50px 30px;
		border-radius: 15px;
		margin: 0 auto;
	}
	.form__container h2 {
		font-size: 24px;
		text-align: center;
		margin: 0;
		color: #333;
	}
	.form__container .form__input {
		text-align: center;
		margin-bottom: 20px;
		position: relative;
	}
	.form__container .form__input span {
		position: absolute;
		right: 15px;
		font-size: 16px;
		top: 15px;
		opacity: 0.5;
		cursor: pointer;
	}
	.form__container .form__input span:hover {
		opacity: 1;
	}
	.form__container .form__input label {
		font-weight: 700;
		display: block;
		margin-bottom: 5px;
	}
	.form__container .form__input input:not([type="submit"]) {
		width: 100%;
		padding: 10px 15px;
		height: 45px;
		outline: 0;
		border: 1px solid #f4f4f4;
		border-radius: 5px;
		font-size: 15px;
		box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.1);
	}
	.form__container .form__input input:not([type="submit"])::placeholder {
		color: rgba(19, 20, 49, .4);
	}
	.form__container .form__input input[type="submit"] {
		color: #fff;
		background-color: #712e1e;
		border: 0;
		padding: 10px 30px;
		border-radius: 5px;
		text-align: center;
		outline: 0;
		cursor: pointer;
	}
	.form__container .form__input input[type="submit"]:hover {
		background-color: #333;
		transition: background-color 400ms ease;
	}

	.selectclient {
		width: 415px;
    	margin: 0 auto 1rem auto;
	}

	.enquiry-section .content-box-Thank {
		position: relative;
		display: block;
		padding: 45px 25px;
		background: #f6f6f6;
		text-align: center;
		max-width: 500px;
		margin: 0 auto;
		border-radius: 15px;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	}

	button.accordion {
	  	width: 100%;
	  	background-color: #888870;
	  	border: none;
	  	outline: none;
	  	text-align: left;
	  	padding: 20px 20px;
	  	font-size: 18px;
	  	font-weight: 500;
	  	line-height: 1.4em;
	  	color: #fff;
	  	cursor: pointer;
	  	transition: background-color 0.2s linear;
	  	display: flex;
	    align-items: center;
	    justify-content: space-between;
	    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	    border-bottom: 2px solid #fff;
	}
	button.accordion:after {
	  	font-family: "Font Awesome 5 Free";
	  	content: "\f150";
	  	font-family: "Font Awesome 5 Free";
	  	font-size: 18px;
	  	float: right;
	}

	button.accordion.is-open:after {
	  	content: "\f151";
	}

	button.accordion.is-open {
	  	background-color: #6d6d57;

	}

	.accordion-content {
	  	background-color: white;
	  	border-left: 1px solid whitesmoke;
	  	border-right: 1px solid whitesmoke;
	  	padding: 0 15px;
	  	max-height: 0;
	  	overflow: hidden;
	  	transition: max-height 0.2s ease-in-out;
	}

	.accordion-content:last-child {
	  	border-bottom: 1px solid whitesmoke;
	}

	.accordion-content p {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.accordionBoxP {
		display: flex;
	    border-bottom: 1px solid #ddd;
	    padding-bottom: 15px;
	}

	.accordionBoxP:last-child {
	    border-bottom: none;
	}

	.accordionBoxIcon {
		color: #712e1e;
	    font-size: 22px;
	    margin-right: 10px;
	}
	.hiddenH-md {
		display: none !important;
	}

	.main-header .nav-outer {
		position: relative;
		/*float: right;*/
		z-index: 1;
		display: flex;
	    align-items: center;
/*	    justify-content: center;*/
	}

	.disflexSticky {
		display: flex !important;
	}

	.main-footer {
		position: relative;
		background: #333;
		color: #ffffff !important;
/*		padding-bottom: 52px;*/
	}

	.logo-box {
		float: left;
		position: relative;
		width: 150px;
	}
	
	.icon-button {
	  	position: relative;
	  	display: flex;
	  	align-items: center;
	  	justify-content: center;
	  	border: none;
	  	outline: none;
	  	height: 40px;
	  	font-size: 16px;
	  	transition: all 0.3s ease-in;
	  	color: #fff;
	}

	.icon-button:hover {
		color: #712e1e;
	  	cursor: pointer;
	}

	.icon-border .active {
		color: #712e1e;
	}

	/*.icon-button:nth-child(1) {
		margin-right: 10px;
	}

	.icon-button:nth-child(2) {
		margin-right: 20px;
	}*/

	.icon-border {
/*		border-right: 1px solid #888870;*/
		padding: 0 15px;
	}
	.icon-border:last-child {
		border: none;
		padding-right: 0;
	}

}

@media (min-width: 768px) and (max-width: 991px){
	.fixCenter {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.fixCenter-2 {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.enquiry-section .content-box {
		position: relative;
		display: flex;
		padding: 20px 0px;
	/*	background: #ffffff;*/
		text-align: left;
		border-radius: 15px;
	/*	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;*/
		align-items: center;
		justify-content: flex-start;
		margin-bottom: 0 !important;
	}

	.iconUnlock {
		font-size: 32px;
	    color: #f00;
	    margin-right: 15px;
	    margin-bottom: 0;
	}

	.enquiry-section-form {
		padding: 250px 0 !important;
	}

	.enquiry-section-thank {
		padding: 330px 0 !important;
	}
	
	.form__container {
		width: 550px;
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
		background: #fff;
		padding: 50px 30px;
		border-radius: 15px;
		margin: 0 auto;
	}
	.form__container h2 {
		font-size: 24px;
		text-align: center;
		margin: 0;
		color: #333;
	}
	.form__container .form__input {
		text-align: center;
		margin-bottom: 20px;
		position: relative;
	}
	.form__container .form__input span {
		position: absolute;
		right: 15px;
		font-size: 16px;
		top: 15px;
		opacity: 0.5;
		cursor: pointer;
	}
	.form__container .form__input span:hover {
		opacity: 1;
	}
	.form__container .form__input label {
		font-weight: 700;
		display: block;
		margin-bottom: 5px;
	}
	.form__container .form__input input:not([type="submit"]) {
		width: 100%;
		padding: 10px 15px;
		height: 45px;
		outline: 0;
		border: 1px solid #f4f4f4;
		border-radius: 5px;
		font-size: 15px;
		box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.1);
	}
	.form__container .form__input input:not([type="submit"])::placeholder {
		color: rgba(19, 20, 49, .4);
	}
	.form__container .form__input input[type="submit"] {
		color: #fff;
		background-color: #712e1e;
		border: 0;
		padding: 10px 30px;
		border-radius: 5px;
		text-align: center;
		outline: 0;
		cursor: pointer;
	}
	.form__container .form__input input[type="submit"]:hover {
		background-color: #333;
		transition: background-color 400ms ease;
	}

	.selectclient {
		width: 415px;
    	margin: 0 auto 1rem auto;
	}

	.enquiry-section .content-box-Thank {
		position: relative;
		display: block;
		padding: 45px 25px;
		background: #f6f6f6;
		text-align: center;
		max-width: 500px;
		margin: 0 auto;
		border-radius: 15px;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	}


	/*.sidebar .services-widget ul li {
		position: relative;
		display: flex;
	    justify-content: space-between;
	    align-items: center;
		background: #fff;
		border-top-right-radius: 10px;
	    border-bottom-right-radius: 10px;
		border-bottom: 1px solid rgba(82, 195, 6, 0.50);
		padding: 15px 15px;
		line-height: 36px;
		margin: 0 auto 15px auto;
		width: 50%;
	}
	.inner-boxBorder .img-Boxborder {
		width: 60%;
		margin: 0 auto;
	}

	.inner-boxBorder {
		position: relative;
		display: block;
		padding: 0 0px;
	}*/

	button.accordion {
	  	width: 100%;
	  	background-color: #888870;
	  	border: none;
	  	outline: none;
	  	text-align: left;
	  	padding: 20px 20px;
	  	font-size: 18px;
	  	font-weight: 500;
	  	line-height: 1.4em;
	  	color: #fff;
	  	cursor: pointer;
	  	transition: background-color 0.2s linear;
	  	display: flex;
	    align-items: center;
	    justify-content: space-between;
	    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	    border-bottom: 2px solid #fff;
	}
	button.accordion:after {
	  	font-family: "Font Awesome 5 Free";
	  	content: "\f150";
	  	font-family: "Font Awesome 5 Free";
	  	font-size: 18px;
	  	float: right;
	}

	button.accordion.is-open:after {
	  	content: "\f151";
	}

	button.accordion.is-open {
	  	background-color: #6d6d57;

	}

	.accordion-content {
	  	background-color: white;
	  	border-left: 1px solid whitesmoke;
	  	border-right: 1px solid whitesmoke;
	  	padding: 0 15px;
	  	max-height: 0;
	  	overflow: hidden;
	  	transition: max-height 0.2s ease-in-out;
	}

	.accordion-content:last-child {
	  	border-bottom: 1px solid whitesmoke;
	}

	.accordion-content p {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.accordionBoxP {
		display: flex;
	    border-bottom: 1px solid #ddd;
	    padding-bottom: 15px;
	}

	.accordionBoxP:last-child {
	    border-bottom: none;
	}

	.accordionBoxIcon {
		color: #712e1e;
	    font-size: 22px;
	    margin-right: 10px;
	}
	.hiddenH-sm {
		display: none !important;
	}

	.main-header .nav-outer {
		position: relative;
		/*float: right;*/
		z-index: 1;
		display: flex;
	    align-items: center;
/*	    justify-content: center;*/
	}

	.disflexSticky {
		display: flex !important;
	}

	.main-footer {
		position: relative;
		background: #333;
		color: #ffffff !important;
/*		padding-bottom: 52px;*/
	}

	.logo-box {
		float: left;
		position: relative;
		width: 150px;
	}
	
	.icon-button {
	  	position: relative;
	  	display: flex;
	  	align-items: center;
	  	justify-content: center;
	  	border: none;
	  	outline: none;
	  	height: 40px;
	  	font-size: 16px;
	  	transition: all 0.3s ease-in;
	  	color: #fff;
	}

	.icon-button:hover {
		color: #712e1e;
	  	cursor: pointer;
	}

	.icon-border .active {
		color: #712e1e;
	}

	/*.icon-button:nth-child(1) {
		margin-right: 10px;
	}

	.icon-button:nth-child(2) {
		margin-right: 20px;
	}*/

	.icon-border {
/*		border-right: 1px solid #888870;*/
		padding: 0 15px;
	}
	.icon-border:last-child {
		border: none;
		padding-right: 0;
	}

}

@media (max-width: 767px) {
	.hiddenH-xs {
		display: none !important;
	}

	.main-header .nav-outer {
		position: relative;
		/*float: right;*/
		z-index: 1;
		display: flex;
	    align-items: center;
/*	    justify-content: center;*/
	}

	.disflexSticky {
		display: flex !important;
	}

	.enquiry-section-thank {
		padding: 200px 0 !important;
	}

	.form__container {
		width: 100%;
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
		background: #fff;
		padding: 50px 30px;
		border-radius: 15px;
	}
	.form__container h2 {
		font-size: 24px;
		text-align: center;
		margin: 0;
		color: #333;
	}
	.form__container .form__input {
		text-align: center;
		margin-bottom: 20px;
		position: relative;
	}
	.form__container .form__input span {
		position: absolute;
		right: 15px;
		font-size: 16px;
		top: 15px;
		opacity: 0.5;
		cursor: pointer;
	}
	.form__container .form__input span:hover {
		opacity: 1;
	}
	.form__container .form__input label {
		font-weight: 700;
		display: block;
		margin-bottom: 5px;
	}
	.form__container .form__input input:not([type="submit"]) {
		width: 100%;
		padding: 10px 15px;
		height: 45px;
		outline: 0;
		border: 1px solid #f4f4f4;
		border-radius: 5px;
		font-size: 15px;
		box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.1);
	}
	.form__container .form__input input:not([type="submit"])::placeholder {
		color: rgba(19, 20, 49, .4);
	}
	.form__container .form__input input[type="submit"] {
		color: #fff;
		background-color: #78A3D4;
		border: 0;
		padding: 10px 30px;
		border-radius: 5px;
		text-align: center;
		outline: 0;
		cursor: pointer;
	}
	.form__container .form__input input[type="submit"]:hover {
		background-color: #333;
		transition: background-color 400ms ease;
	}

	.enquiry-section .content-box-Thank {
		position: relative;
		display: block;
		padding: 45px 25px;
		background: #f6f6f6;
		text-align: center;
		max-width: 1020px;
		margin: 0 auto;
		border-radius: 15px;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	}

	button.accordion {
	  	width: 100%;
	  	background-color: #FFC2D1;
	  	border: none;
	  	outline: none;
	  	text-align: left;
	  	padding: 20px 20px;
	  	font-size: 16px;
	  	font-weight: 500;
	  	line-height: 1.4em;
	  	color: #333;
	  	cursor: pointer;
	  	transition: background-color 0.2s linear;
	  	display: flex;
	    align-items: center;
	    justify-content: space-between;
	    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	    border-bottom: 2px solid #fff;
	}
	button.accordion:after {
	  	font-family: "Font Awesome 5 Free";
	  	content: "\f150";
	  	font-family: "Font Awesome 5 Free";
	  	font-size: 18px;
	  	float: right;
	}

	button.accordion.is-open:after {
	  	content: "\f151";
	}

	button.accordion.is-open {
	  	background-color: #FF8FAB;

	}

	.accordion-content {
	  	background-color: white;
	  	border-left: 1px solid whitesmoke;
	  	border-right: 1px solid whitesmoke;
	  	padding: 0 15px;
	  	max-height: 0;
	  	overflow: hidden;
	  	transition: max-height 0.2s ease-in-out;
	}

	.accordion-content:last-child {
	  	border-bottom: 1px solid whitesmoke;
	}

	.accordion-content p {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.accordionBoxP {
		display: flex;
	    border-bottom: 1px solid #ddd;
	    padding-bottom: 15px;
	}

	.accordionBoxP:last-child {
	    border-bottom: none;
	}

	.accordionBoxIcon {
		color: #712e1e;
	    font-size: 22px;
	    margin-right: 10px;
	}

	.main-footer {
		position: relative;
		background: #333;
		color: #ffffff !important;
/*		padding-bottom: 52px;*/
	}

	.logo-box {
		float: left;
		position: relative;
		width: 150px;
	}

	.icon-button {
	  	position: relative;
	  	display: flex;
	  	align-items: center;
	  	justify-content: center;
	  	border: none;
	  	outline: none;
	  	height: 40px;
	  	font-size: 13px;
	  	transition: all 0.3s ease-in;
	  	color: #fff;
	}

	.icon-button:hover {
		color: #712e1e;
	  	cursor: pointer;
	}

	.icon-border .active {
		color: #712e1e;
	}

	/*.icon-button:nth-child(1) {
		margin-right: 10px;
	}

	.icon-button:nth-child(2) {
		margin-right: 20px;
	}*/

	.icon-border {
/*		border-right: 1px solid #888870;*/
		padding: 0 7px;
	}
	.icon-border:last-child {
		border: none;
		padding-right: 0;
	}
}


/*Log Out*/

.icon-button-singOut {
  	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    font-size: 10px;
    transition: all 0.3s ease-in;
    background: #343434;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
}

.icon-button-singOut:hover {
	color: #fff;
	background: #333;
  	cursor: pointer;
}

.iconSingOut {
	font-size: 10px;
	margin-right: 3px;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.bg-gray {
	background: #ffc2d1;
}
.bg-1 {
	background: #5acdc6;
}

.content-box .txt {
	color: #ff0000;
}

.mb-20 {
	margin-bottom: 20px;
}

.inner-boxBorder {
	position: relative;
	display: block;
/*	padding: 0 40px;*/
}

.inner-boxBorder .img-Boxborder {
	position: relative;
    display: block;
/*    border: 9px solid #ffffff;*/
    overflow: hidden;
/*    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.10);*/
	border-radius: 15px;
    padding: 10px;
    background: #FFC2D1;
}

.inner-boxBorder .img-Boxborder img {
	position: relative;
    display: block;
    width: 100%;
    border-radius: 15px;
}


.inner-boxBorder-admin {
	position: relative;
	display: block;
	padding: 0 40px;
}

.inner-boxBorder-admin .img-Boxborder {
	position: relative;
    display: block;
    overflow: hidden;
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.10);
}

.inner-boxBorder-admin .img-Boxborder img {
	position: relative;
    display: block;
    width: 100%;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px !important;
}


.contactSec .social-links {
	position: relative;
	text-align: center;
	padding: 0px 15px;
}

.contactSec .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 20px 0px 0;
	background: rgba(255,194,209,1);
	border-radius: 50%;
}

.contactSec .social-links li:last-child {
	margin: 0;
}

.contactSec .social-links li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    transition: all 0.3s ease-in;
	color: #777;
}

.contactSec .social-links li a:hover {
	color: #777;
	background:  rgba(195,238,250,1);
}




/*Admin*/


.list-product {
	display: flex;
    justify-content: space-between;
    align-items: center;
}



.icon-button-Delete {
  	position: relative;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	border: none;
  	outline: none;
  	transition: all 0.3s ease-in;
  	background: #ff0000;
  	color: #fff;
    padding: 7px;
    border-radius: 10px;
}

.icon-button-Delete:hover {
	color: #333;
	background: #ddd;
  	cursor: pointer;
}

.iconDelete {
	font-size: 12px;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}


.btn-style-oneSave{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	text-transform:capitalize;
	border-radius:0px;
	overflow:hidden;
	border-radius: 5px;
}

.btn-style-oneSave:hover{
	color: #ffffff;
}

.btn-style-oneSave .btn-titleSave{
	position: relative;
	display:block;
	z-index:1;
	padding: 7px 80px 7px 30px;
	background: #ff0000;
	letter-spacing: 0.05em;
	border-radius:0px;
	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;
}

.btn-style-oneSave:hover .btn-titleSave{
	color:#ffffff;
}

.btn-style-oneSave .btn-titleSave .btn-icon{
	position: absolute;
	right: 0;
	top: 0;
	width: 51px;
	height: 100%;
	font-size: 16px;
	padding: 12px 10px;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.50);
}

.btn-style-oneSave .btn-titleSave .btn-icon .icon{
	position: relative;
	font-weight: 700;
	display: block;
	line-height: 20px;
}

.btn-style-oneSave .btn-titleSave:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index:-1;
	height: 100%;
	width: 100%;
	background: #222222;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom 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);
    -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);
}

.btn-style-oneSave:hover  .btn-titleSave:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

.enquiry-section .content-box {
	position: relative;
	display: block;
	padding: 20px 0px;
/*	background: #ffffff;*/
	text-align: center;
	border-radius: 15px;
/*	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;*/
}
	
.iconUnlock {
	font-size: 40px;
    color: #f00;
    margin-bottom: 15px;
}

.text-brown {
	color: #712e1e;
}
.text-green {
	color: #888870;
}
.text-oren {
	color: #E59A59;
}
.text-orenbang {
	color: #FFD5AF;
}


.navFooter {
	list-style-type: none;
	/*margin: 1px;
	padding: 1px;*/
	overflow: hidden;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: #d3d3d3;
/*	background: linear-gradient(90deg, rgba(4,1,108,1) 35%, rgba(2,0,66,1) 100%);*/
    /*border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
    z-index: 9;
    display: flex;
}

.navFooter li {
	float: left;
	border-right: 2px solid white;
	width: 33.333333%;
    box-shadow: 0px -2px 5px 0px rgb(0 0 0 / 15%);
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all 0.3s ease;
}

.navFooter li:last-child {
	border-right: none;
}

.navFooter li a {
    display: block;
    text-align: left;
    padding: 7px 7px;
    text-decoration: none;
    text-align: center;
	transition: all 0.3s ease;
	color: #333;
}

.navFooter .active a p {
    color: #fff;
}

.navFooter li a p {
    font-size: 10px;
}

.navFooter li a i {
	font-size: 18px;
}

.navFooter li:hover {
	background: linear-gradient(90deg, rgba(229,154,89,1) 35%, rgba(255,193,131,1) 100%);
}

.navFooter li:hover a{
	color: #fff;
}

.navFooter li:hover a p{
	color: #fff;
}

.navFooter .active {
	background: linear-gradient(90deg, rgba(229,154,89,1) 35%, rgba(255,193,131,1) 100%);
	color: #fff;
	transition: all 0.3s ease;
}

.navFooter .active a {
	color: #fff;
	border-top: 4px solid #888870;
	width: 100%;
	height: 100%;
}