/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two / Style Three
5. Main Slider
6. Services Section
7. Call To Action Section
8. Study Section
9. Project Section / Style Two / Style Three
10. Testimonial Section
11. News Section
12. Clients Section
13. Appointment Section
14. Main Footer
15. Welcome Section
16. Ceo Section
17. Advisors Section
18. Page Title
19. Company Section
20. Partners Section
21. Error Section
22. Comming Soon Section
23. Faq Section
24. Team Section
25. Blog Section
26. Contact Form Section
27. Map Section

**********************************************/

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Playfair+Display:400,400i,700,700i,900,900i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Open Sans', sans-serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('hover.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size: 15px;
	color: #777777 !important;
	line-height: 1.8em;
	font-weight: 400;
	background: #ffffff !important;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Poppins', sans-serif;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #25baa9;
}

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.6em;
	font-family: 'Poppins', sans-serif;
}

input,
button,
select,
textarea {
	font-family: 'Lato', sans-serif;
}

textarea {
	overflow: hidden;
}

.theme_color {
	color: #25baa9;
}

p,
.text {
	position: relative;
	line-height: 1.8em;
	font-family: 'Lato', sans-serif;
}

.strike-through {
	text-decoration: line-through;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
}

.grey-bg {
	background-color: #f8f8f8;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.theme-btn {
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.centered {
	text-align: center;
}

/*List Style One*/

.list-style-one {
	position: relative;
	margin-bottom: 40px;
}

.list-style-one li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 8px;
	color: #777777;
	font-size: 17px;
	font-weight: 500;
}

.list-style-one li:before {
	position: absolute;
	content: '\f00c';
	left: 0px;
	top: 2px;
	color: #d2b871;
	font-size: 18px;
	font-family: 'FontAwesome';
}

.list-style-one.style-two li {
	color: #777777;
	font-size: 17px;
	margin-bottom: 6px;
}

/*List Style Two*/

.list-style-two {
	position: relative;
}

.list-style-two li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 6px;
	color: #487faa;
	font-size: 17px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}

.list-style-two li:before {
	position: absolute;
	content: '-';
	left: 0px;
	top: 0px;
	color: #487faa;
	font-size: 14px;
}

/*List Style Three*/

.list-style-three {
	position: relative;
}

.list-style-three li {
	position: relative;
	color: #797979;
	font-size: 17px;
	padding-left: 25px;
	margin-bottom: 8px;
	font-family: 'Lato', sans-serif;
}

.list-style-three li:before {
	position: absolute;
	content: '\f046';
	left: 0px;
	top: 0px;
	color: #25baa9;
	font-family: 'FontAwesome';
}

.list-style-three li a {
	color: #ffffff;
}

/*List Style Four*/

.list-style-four {
	position: relative;
}

.list-style-four li {
	position: relative;
	color: #797979;
	font-size: 17px;
	padding-left: 38px;
	margin-bottom: 30px;
	font-family: 'Lato', sans-serif;
}

.list-style-four li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #5b5b5b;
}

.list-style-four li span {
	color: #242424;
	font-weight: 600;
	font-size: 18px;
	display: block;
	margin-bottom: 12px;
	font-family: 'Poppins', sans-serif;
}

.list-style-four li a {
	color: #ffffff;
}


/*List Style Five*/

.list-style-five {
	position: relative;
}

.list-style-five li {
	position: relative;
	color: #797979;
	font-size: 17px;
	padding-left: 30px;
	margin-bottom: 8px;
	font-family: 'Lato', sans-serif;
}

.list-style-five li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #5b5b5b;
}

.list-style-five li a {
	color: #ffffff;
}

/*List Style Six*/

.list-style-six {
	position: relative;
}

.list-style-six li {
	position: relative;
	color: #797979;
	font-size: 17px;
	padding-left: 30px;
	margin-bottom: 8px;
	font-family: 'Lato', sans-serif;
}

.list-style-six li:before {
	position: absolute;
	content: '\f105';
	left: 0px;
	top: 0px;
	color: #a6cde7;
	font-size: 12px;
	font-family: 'FontAwesome';
}

.list-style-six li a {
	color: #ffffff;
}

/*Btn Style One*/

.btn-style-one {
	position: relative;
	line-height: 24px;
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	background: none;
	display: inline-block;
	padding: 11px 43px;
	border-radius: 50px;
	border: 2px solid #ffffff;
}

.btn-style-one:hover {
	color: #ffffff;
	border-color: #d2b871;
	background-color: #d2b871;
}

/*Btn Style Two*/

.btn-style-two {
	position: relative;
	line-height: 24px;
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	background: #d2b871;
	display: inline-block;
	padding: 11px 43px;
	border-radius: 50px;
	border: 2px solid #d2b871;
}


.btn-style-two:hover {
	color: #d2b871;
	border-color: #d2b871;
	background-color: #f5f6ee;
}

/*Btn Style Three*/

.btn-style-three {
	position: relative;
	line-height: 24px;
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	background: #d2b871;
	display: inline-block;
	padding: 11px 43px;
	border-radius: 50px;
	border: 2px solid #d2b871;
}

.btn-style-three:hover {
	color: #d2b871;
	border-color: #d2b871;
	background: #f5f6ee;
}

/*Btn Style Three One*/

.btn-style-three-one {
	position: relative;
	line-height: 24px;
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	background: #25baa9;
	display: inline-block;
	padding: 11px 43px;
	border-radius: 50px;
	border: 2px solid #25baa9;
}

.btn-style-three-one:hover {
	color: #25baa9;
	border-color: #25baa9;
	background: none;
}

/*Btn Style Four*/

.btn-style-four {
	position: relative;
	line-height: 24px;
	color: #d2b871;
	font-size: 17px;
	font-weight: 600;
	background: none;
	display: inline-block;
	padding: 11px 43px;
	border-radius: 50px;
	border: 2px solid #d2b871;
}

.btn-style-four:hover {
	color: #ffffff;
	border-color: #d2b871;
	background: #d2b871;
}

/*Btn Style Five*/

.btn-style-five {
	position: relative;
	line-height: 24px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	background: #262523;
	display: inline-block;
	padding: 9px 38px;
	border-radius: 50px;
	border: 2px solid #262523;
	font-family: 'Poppins', sans-serif;
}

.btn-style-five:hover {
	color: #262523;
	border-color: #262523;
	background: none;
}

/*Btn Style Six*/

.btn-style-six {
	position: relative;
	line-height: 24px;
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	background: #d2b871;
	display: inline-block;
	padding: 19px 38px;
	font-family: 'Poppins', sans-serif;
}

.btn-style-six:hover {
	color: #ffffff;
	background: #25baa9;
}


.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;
}

/*** 

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span {
	background-image: none !important;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	text-align: center;
}

.fancybox-next span:before,
.fancybox-prev span:before {
	content: '';
	position: absolute;
	font-family: 'FontAwesome';
	left: 0px;
	top: 0px;
	font-size: 12px;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	background-color: rgba(28, 28, 28, 0.40) !important;
	color: #ffffff;
	visibility: visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before {
	content: '\f178';
}

.fancybox-prev span:before {
	content: '\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
	background-color: #ffffff !important;
	color: #000000;
}

.fancybox-type-image .fancybox-close {
	right: 0px;
	top: 0px;
	width: 45px;
	height: 45px;
	background: url(../images/icons/icon-cross.png) center center no-repeat;
	background-color: rgba(17, 17, 17, 0.50) !important;
}

.fancybox-type-image .fancybox-close:hover {
	background-color: #000000 !important;
}

.fancybox-type-image .fancybox-skin {
	padding: 0px !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: 24px;
	height: 24px;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	line-height: 34px;
	color: #ffffff;
	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;
}

.social-icon-one li a:hover {
	color: #777777;
}

/*** 

====================================================================
	Social Icon Two
====================================================================

***/

.social-icon-two {
	position: relative;
}

.social-icon-two li {
	position: relative;
	margin-left: 20px;
	display: inline-block;
}

.social-icon-two li a {
	position: relative;
	font-size: 18px;
	color: #cebb81;
	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;
}

.social-icon-two li a:hover {
	color: #777777;
}

/*** 

====================================================================
	Social Icon Three
====================================================================

***/

.social-icon-three {
	position: relative;
}

.social-icon-three li {
	position: relative;
	margin: 0px 5px;
	display: inline-block;
}

.social-icon-three li a {
	position: relative;
	width: 36px;
	height: 36px;
	font-size: 16px;
	text-align: center;
	border-radius: 50%;
	line-height: 34px;
	color: #ffffff;
	display: inline-block;
	border: 1px solid #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;
}

.social-icon-three li a:hover {
	opacity: 0.80;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 50px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	background: #444444;
	display: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.scroll-to-top:hover {
	color: #ffffff;
	background: #25baa9;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
}

.main-header .header-top {
	position: relative;
	background: #C5A46B;
	color: #ffffff;
}

.main-header .header-top .top-left {
	position: relative;
	float: left;
	padding: 13px 0px 10px;
}

.main-header .header-top .top-left .links {
	position: relative;
	float: left;
	font-family: 'Montserrat', sans-serif;
}

.main-header .header-top .top-left .links li {
	position: relative;
	float: left;
	margin-right: 24px;
	line-height: 1em;
	color: #ababab;
	padding-right: 20px;
}

.main-header .header-top .top-left .links li:after {
	content: '';
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -10px;
	height: 20px;
	border-right: 1px solid rgba(253, 253, 253, 0.50);
}

.main-header .header-top .top-left ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border: 0px;
}

.main-header .header-top .top-left .links li:last-child:after {
	display: none;
}

.main-header .header-top .top-left .links li .icon {
	position: relative;
	top: 0px;
	font-size: 18px;
	padding-right: 12px;
	line-height: 24px;
}

.main-header .header-top .top-left .links li a {
	position: relative;
	line-height: 24px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-family: 'Poppins', sans-serif;
}

.main-header .header-top .top-left .links li a:hover {
	color: #777777;
}

.main-header .header-top .top-right {
	position: relative;
	float: right;
	padding: 10px 0px;
}

/*Social Icons*/

.header-top .social-icon {
	position: relative;
	float: left;
	margin-left: 30px;
}

.header-top .social-icon li {
	position: relative;
	float: left;
	margin-left: 18px;
}

.header-top .social-icon li a {
	position: relative;
	display: block;
	line-height: 30px;
	font-size: 16px;
	color: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.header-top .social-icon li a:hover {
	color: #ffffff;
}

/*Language Dropdown*/

.main-header .language {
	position: relative;
	line-height: 1em;
	display: inline-block;
	margin-left: 18px;
	padding-left: 16px;
	margin-top: 8px;
	border-left: 1px solid rgba(255, 255, 255, 0.50);
}

.main-header .language .dropdown-menu {
	top: 100%;
	right: 0px;
	left: auto;
	width: 170px;
	border-radius: 0px;
	margin-top: 14px;
	background-color: #222222;
	border: none;
	padding: 0px;
	border-top: 3px solid #25baa9;
}

.main-header .language>a {
	color: #ffffff !important;
	padding: 0px 0px;
	background: none !important;
	text-transform: uppercase;
	display: inline-block;
	border: 0px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1em;

}

.main-header language a:hover {
	background: none;
}

.main-header .language .dropdown-menu>li {
	padding-right: 0px !important;
	margin: 0px !important;
	float: none;
	display: block !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.main-header .language .dropdown-menu>li:last-child {
	border-bottom: none;
}

.main-header .language .dropdown-menu>li>a {
	padding: 10px 20px !important;
	color: #ffffff;
	text-align: left;
	-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-header .language .dropdown-menu>li>a:hover {
	color: #ffffff !important;
	background-color: #d2b871;
}

/*Main Box*/

.main-header .main-box {
	position: relative;
	padding: 0px 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header.fixed-header .main-box {
	position: fixed;
	padding: 0px 0px;
	z-index: 999;
	opacity: 1;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-o-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-box-shadow: 0px 6px 15px 0px rgba(197, 164, 107, 0.349);
	-moz-box-shadow: 0px 6px 15px 0px rgba(216, 154, 48, 0.562);
	box-shadow: 0px 6px 15px 0px rgba(197, 164, 107, 0.342);


}

.main-header.fixed-header .search-box-outer .dropdown-menu {
	top: 43px;
}

.main-header .main-box .outer-container {
	position: relative;
}

.main-header .main-box .logo-box {
	position: relative;
	float: left;
	left: 0px;
	z-index: 10;
	padding: 15px 0px;
}

.main-header.fixed-header .main-box .logo-box {
	padding: 5px 0px;
}

.main-header .main-box .logo-box .logo img {
	display: inline-block;
	max-width: 100%;
	-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-header.fixed-header .nav-outer .search-box-outer {
	margin-top: -10px;
}

.main-header.fixed-header .main-box .logo-box .logo img {
	height: 60px;
}

.main-header .nav-toggler {
	position: relative;
	right: 0px;
	width: 44px;
	height: 46px;
	top: 50%;
	margin-top: 0px;
	display: block;
	border-radius: 4px;
	text-align: center;
	border: 1px solid #dddddd;
}

.main-header .nav-toggler button {
	position: relative;
	left: 12px;
	display: block;
	color: #444444;
	text-align: center;
	font-size: 20px;
	line-height: 44px;
	background: none;
	font-weight: 600;
}

.main-header .nav-outer {
	position: relative;
	float: right;
	padding-right: 75px;
	background-color: #ffffff;
}

.main-header .nav-outer .search-box-outer,
.header-style-two.fixed-header .sticky-header .search-box-outer,
.header-style-three.fixed-header .sticky-header .search-box-outer {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -10px;
	display: block;
	color: #000000;
}

.header-style-two.fixed-header .sticky-header .main-menu .navigation>li>a,
.header-style-three.fixed-header .sticky-header .main-menu .navigation>li>a {
	padding: 20px 0px;
}

.main-header .search-box-btn,
.header-style-two.fixed-header .sticky-header .search-box-outer .search-box-btn {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 20px !important;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	background: none;
	width: 40px;
	text-align: right;
	border-left: 1px solid rgba(0, 0, 0, 0.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;
}

.header-style-two .sticky-header .main-menu,
.header-style-three .sticky-header .main-menu {
	padding-right: 70px;
}

.main-header .search-box-outer .dropdown-menu {
	top: 58px;
	right: 0px;
	padding: 0px;
	width: 280px;
	border-radius: 0px;
	border-top: 3px solid #d2b871;
}

.main-header .search-box-outer .dropdown-menu>li {
	padding: 0px;
	border: none;
	background: none;
}

.main-header .search-panel .form-container {
	padding: 25px 20px;
}

.main-header .search-panel .form-group {
	position: relative;
	margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
	display: block;
	width: 100%;
	height: 40px;
	color: #000000;
	line-height: 24px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	padding: 7px 40px 7px 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;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
	border-color: #d2b871;
}

.main-header .search-panel .search-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #555555;
	font-size: 12px;
	background: none;
	cursor: pointer;
}



.main-menu {
	position: relative;
	float: left;
	-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-menu .navbar-collapse {
	padding: 0px;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	padding: 15px 0px;
	margin-left: 36px;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	padding: 20px 0px;
	color: #777777;
	text-align: center;
	line-height: 30px;
	letter-spacing: 0px;
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.fixed-header .main-menu .navigation>li>a {
	padding: 5px 0px;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
	color: #d2b871;
	opacity: 1;
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before {
	width: 100%;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 250px;
	z-index: 100;
	display: none;
	padding: 0px 0px;
	background: #d2b871;
	font-family: 'Montserrat', sans-serif;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms 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(255, 255, 255, 0.50);
}

.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 10px 25px;
	line-height: 24px;
	font-weight: 500;
	background-color: rgba(255, 255, 255, 0.10);
	font-size: 15px;
	color: #ffffff;
	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:hover>a {
	color: #242424;
	background-color: rgba(255, 255, 255, 0.50);
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 10px;
	top: 11px;
	width: 10px;
	height: 20px;
	display: block;
	line-height: 21px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
	color: #ffffff;
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 0px;
	width: 250px;
	z-index: 100;
	display: none;
	background: #d2b871;
	-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(255, 255, 255, 0.30);
}

.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: 10px 25px;
	line-height: 24px;
	font-weight: 500;
	font-size: 15px;
	background-color: rgba(255, 255, 255, 0.10);
	color: #ffffff;
	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 {
	color: #242424;
	background-color: rgba(255, 255, 255, 0.20);
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 0px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}

.main-header .header-upper {
	position: relative;
	background: #ffffff;
	z-index: 5;
	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-header .header-upper .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.main-header .header-upper .logo-outer {
	position: relative;
	z-index: 25;
	padding: 18px 0px;
}

.main-header .header-upper .upper-right {
	position: relative;
	padding-top: 30px;
}

.main-header .info-box {
	position: relative;
	float: left;
	margin-left: 23px;
	font-size: 13px;
	color: #777777;
	text-align: left;
	padding: 0px 22px 0px 36px;
	border-right: 1px solid rgba(110, 106, 102, 0.50);
}

.header-style-two .info-box:nth-child(1),
.header-style-two .info-box:nth-child(2) {
	margin-top: 14px;
}

.header-style-two .info-box:nth-child(2),
.header-style-two .info-box:nth-child(3) {
	border: 0px;
	padding-right: 0px;
}

.header-style-two .info-box:nth-child(3):last-child {
	margin-left: 10px;
}

.main-header .info-box .icon-box {
	position: absolute;
	left: 0px;
	top: -5px;
	color: #919191;
	font-size: 24px;
	text-align: left;
	line-height: 1em;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .info-box li {
	position: relative;
	line-height: 20px;
	color: #242424;
	font-size: 18px;
	font-weight: 600;
}

.header-style-two .header-lower {
	background-color: #143856;
}

.header-style-two .nav-outer {
	width: 100%;
	padding-right: 0px;
	float: none !important;
}

.header-style-two .main-menu .navigation>li {
	padding: 0px;
	margin-left: 0px;
	margin-right: 60px;
}

.header-style-two .main-menu .navigation>li:after {
	position: absolute;
	content: '';
	right: -30px;
	top: 18px;
	width: 1px;
	height: 26px;
	background-color: rgba(255, 255, 255, 0.15);
}

.header-style-two .main-menu .navigation>li>a {
	padding: 16px 0px;
	color: #ffffff;
	font-size: 16px;
}

.header-style-two .outer-box {
	position: absolute;
	right: 0px;
	top: 19px;
}

.header-style-two .nav-outer .search-box-outer {
	color: #ffffff;
	left: auto;
	position: relative;
	float: left;
	top: auto;
	margin-left: -5px;
	margin-top: 23px;
}

.header-style-two .nav-outer .search-box-outer .dropdown-menu,
.header-style-three .search-box-outer .dropdown-menu {
	top: 37px;
}

.header-style-two .nav-outer .search-box-btn {
	text-align: left;
	border: 0px;
	width: auto;
}

.header-style-two .sticky-header .main-menu .navigation>li:after {
	display: none;
}

.header-style-three .header-top {
	background-color: #1d1d1d;
}

.header-style-three .header-top .top-left .text {
	font-size: 17px;
	line-height: 1.6em;
	color: rgba(255, 255, 255, 0.70);
}

.header-style-three .header-top .social-icon li a {
	color: #d2b871;
	font-size: 17px;
}

.header-style-three .info-box {
	border: none;
	padding-right: 0px;
	padding-left: 40px;
	margin-left: 50px;
}

.header-style-three .info-box .icon-box {
	top: 10px;
	color: #d2b871;
	font-size: 24px;
	line-height: 24px;
}

.header-style-three .info-box li {
	color: #767676;
	font-size: 14px;
	font-weight: 600;
}

.header-style-three .info-box li strong {
	font-size: 15px;
	color: #333333;
	display: block;
	margin-bottom: 3px;
	font-weight: 600;
}

.header-style-three .nav-outer {
	width: 100%;
	padding-right: 0px;
	padding-left: 38px;
	background-color: #143856;
}

.header-style-three .header-lower {
	margin-bottom: -70px;
}

.header-style-three .main-menu .navigation>li {
	padding: 0px;
	margin-left: 0px;
	margin-right: 48px;
}

.header-style-three .main-menu .navigation>li:last-child {
	margin-right: 0px;
}

.header-style-three .main-menu .navigation>li>a {
	color: #ffffff;
	padding: 16px 0px;
}

.header-style-three .outer-box {
	position: absolute;
	right: 0px;
	top: 0px;
}

.header-style-three .nav-outer .search-box-outer {
	position: relative;
	float: left;
	color: #ffffff;
	left: auto;
	top: auto;
	margin-top: 21px;
	margin-left: 20px;
}

.header-style-three .nav-outer .search-box-btn {
	border-color: rgba(255, 255, 255, 0.40);
}

/*Sticky Header*/

.sticky-header {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	background: #ffffff;
	z-index: 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sticky-header .logo {
	padding: 10px 0px 10px;
}

.fixed-header .sticky-header {
	z-index: 999;
	opacity: 1;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-box-shadow: 0px 6px 15px 0px rgba(246, 246, 246, 0.60);
	-moz-box-shadow: 0px 6px 15px 0px rgba(246, 246, 246, 0.60);
	box-shadow: 0px 6px 15px 0px rgba(246, 246, 246, 0.60);
}

.main-header .sticky-header .main-menu .navigation>li {
	margin-right: 0px;
	margin-left: 30px;
}

.main-header .sticky-header .main-menu .navigation>li>a {
	color: #333333;
}

.main-header .sticky-header .right-col {
	position: relative;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
	position: relative;
	z-index: 10;
}

.main-slider .tp-caption {
	z-index: 5 !important;
}

.main-slider .tp-dottedoverlay {
	background: none !important;
}

.main-slider .btns-box .theme-btn {
	margin-right: 28px;
	margin-bottom: 10px;
}

.main-slider h1 {
	position: relative;
	color: #ffffff;
	font-size: 58px;
	font-weight: 700;
	line-height: 1.15em;
	display: inline-block;
}

.main-slider h2 {
	position: relative;
	color: #d2b871;
	font-size: 52px;
	font-weight: 700;
	line-height: 1.2em;
	display: inline-block;
	text-shadow: 1.5px 1.5px black;

}

.main-slider h2.alternate {
	font-size: 46px;
	color: #ffffff;
}

.main-slider .text {
	position: relative;
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	line-height: 1.6em;
	text-shadow: 1px 1px black;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
	display: none !important;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title {
	position: relative;
	margin-bottom: 52px;
	padding-bottom: 28px;
}

.sec-title .title {
	position: relative;
	font-size: 22px;
	font-style: italic;
	color: #d2b871;
	margin-bottom: 10px;
	font-family: 'Playfair Display', serif;
}

.sec-title h2 {
	position: relative;
	font-size: 34px;
	font-weight: 600;
	color: #d2b871;
	line-height: 1.2em;
	display: inline-block;
}

.sec-title .text {
	position: relative;
	color: #777777;
	font-size: 18px;
	margin-top: 0px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.sec-title:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 5px;
	width: 60px;
	height: 2px;
	background-color: #d2b871;
}

/*** 

====================================================================
	Section Title Two
====================================================================

***/

.sec-title-two {
	position: relative;
	margin-bottom: 35px;
	padding-bottom: 38px;

}

.sec-title-two .title {
	position: relative;
	color: #d2b871;
	font-size: 22px;
	font-style: italic;
	margin-bottom: 10px;
	font-family: 'Playfair Display', serif;
}

.sec-title-two h2 {
	position: relative;
	color: #d2b871;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.2em;
	display: inline-block;
}


.sec-title-two:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 5px;
	width: 60px;
	height: 2px;
	background-color: #d2b871;
}

.sec-title-two .text {
	position: relative;
	color: #777777;
	font-size: 17px;
	margin-top: 15px;
	font-weight: 500;
}

.sec-title-two.light h2 {
	color: #ffffff;
}

/*** 

====================================================================
	Welcome Section
====================================================================

***/

.welcome-section {
	position: relative;
	padding: 90px 0px 50px;
	background-position: right top;
	background-repeat: no-repeat;
}

.welcome-section:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 302px;
	background-color: none;
}

.welcome-section .services-title {
	position: relative;
	text-align: center;
	margin-bottom: 65px;
}

.welcome-section .services-title .title {
	position: relative;
	font-size: 22px;
	font-style: italic;
	margin-bottom: 12px;
	font-family: 'Playfair Display', serif;
}

.welcome-section .services-title h2 {
	position: relative;
	font-size: 22px;
	font-weight: 500;
	color: #242424;
	line-height: 1.5em;
	padding-bottom: 26px;
}

.welcome-section .services-title h2:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 60px;
	height: 2px;
	margin-left: -30px;
	background-color: #d2b871;
}

/*Services Block*/

.services-block {
	position: relative;
	margin-bottom: 40px;

}

.services-block .inner-box {
	position: relative;
	display: block;
}

.services-block .inner-box .image {
	position: relative;
	border-radius: 10px;
}

.services-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	border-radius: 10px;
}

.services-block .inner-box .lower-content {
	position: relative;
	padding: 25px 28px 30px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 15px 0px rgb(204 204 204 / 0%);
	-moz-box-shadow: 0px 0px 15px 0px rgba(204, 204, 204, 1);
	box-shadow: 0px 0px 15px 0px #eeeeee85;
}

.services-block .inner-box .lower-content h3 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}

.services-block .inner-box .lower-content 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;
}

.services-block .inner-box .lower-content h3 a:hover {
	color: #d2b871;
}

.services-block .inner-box .lower-content .text {
	position: relative;
	color: #7d7d7d;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 12px;
}

.services-block .inner-box .lower-content .read-more {
	position: relative;
	color: #d2b871;
	font-size: 14px;
	font-weight: 500;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section {
	position: relative;
	padding: 100px 0px 60px;
}

.services-section.no-padd-top {
	position: relative;
	padding-top: 0px;
}

.services-block-two {
	position: relative;
	margin-bottom: 40px;
}

.services-block-two .inner-box {
	position: relative;
	display: block;
	padding: 30px 22px;
	text-align: center;
	border: 1px solid #d8d8d8;
	background-color: rgba(255, 255, 255, 0.25);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-block-two .inner-box .icon-box {
	position: relative;
	font-size: 60px;
	line-height: 1em;
	color: #d2b871;
	margin-bottom: 20px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-block-two .inner-box h3 {
	position: relative;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
}

.services-block-two .inner-box h3 a {
	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;
}

.services-block-two .inner-box .text {
	position: relative;
	color: #797979;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7em;
	margin-bottom: 8px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-block-two .inner-box .read-more {
	position: relative;
	color: #386bb8;
	font-size: 14px;
	font-weight: 500;
}

.services-block-two .inner-box:hover {
	border-color: #d2b871;
	background-color: #d2b871;
}

.services-block-two .inner-box:hover .icon-box,
.services-block-two .inner-box:hover h3 a,
.services-block-two .inner-box:hover .text {
	color: #ffffff;
}

.services-block-two .inner-box:hover .read-more {
	color: #000000;
}

.services-section .owl-dots {
	display: none;
}

.services-section .owl-nav {
	position: absolute;
	right: 0px;
	top: -105px;
}

.services-section .owl-nav .owl-prev,
.services-section .owl-nav .owl-next {
	width: 46px;
	height: 46px;
	line-height: 42px;
	font-size: 20px;
	margin-left: 20px;
	text-align: center;
	border: 2px solid #a3a3a3;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-section .owl-nav .owl-prev:hover,
.services-section .owl-nav .owl-next:hover {
	color: #d2b871;
	border-color: #d2b871;
}

/*** 

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action-section {
	position: relative;
	padding: 80px 0px 70px;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}

.call-to-action-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	display: block;
	height: 100%;
	background-color: rgba(197, 164, 107, 0.90);
}

.call-to-action-section h2 {
	position: relative;
	color: #ffffff;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 30px;
}

.call-to-action-section h2 span {
	display: block;
	font-weight: 300;
	font-size: 30px;
	color: #ffffff;
}

.call-to-action-section .number-box {
	position: relative;
	max-width: 560px;
	margin: 0 auto;
}

.call-to-action-section .number-box:before {
	position: absolute;
	content: '';
	top: -8px;
	left: 50%;
	width: 1px;
	height: 65px;
	background-color: rgba(255, 255, 255, 0.30);
}

.call-to-action-section .number-box .number {
	position: relative;
	color: #ffffff;
	font-size: 28px;
	font-weight: 600;
	padding: 10px 0px;
}

/*** 

====================================================================
	Study Section
====================================================================

***/

.study-section {
	position: relative;
	padding: 90px 0px 70px;
	background-color: #ffffff
}

.study-section.alternate {
	background: none;
}

.study-section .content-column {
	position: relative;
	margin-bottom: 30px;
}

.study-section .content-column .sec-title {
	margin-bottom: 20px;
}

.study-section .content-column .text {
	position: relative;
	color: #777777;
	font-size: 17px;
	line-height: 1.8em;
	margin-bottom: 28px;
}

.imgAdv {
	border-radius: 10px;
}

.study-section .image-column {
	position: relative;
	margin-bottom: 30px;
}

.study-section .image-column .inner-column {
	position: relative;
	padding-left: 35px;
}

/*Video Box*/

.video-box {
	position: relative;
}

.video-box .image {
	position: relative;
	overflow: hidden;
}

.video-box .image img {
	position: relative;
	width: 100%;
}

.video-box .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	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;
}

.video-box:hover .overlay-box {
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.20);
}

.video-box .overlay-box span {
	position: relative;
	width: 64px;
	height: 64px;
	top: 47%;
	z-index: 99;
	color: #ffffff;
	font-weight: 700;
	font-size: 18px;
	margin-top: -32px;
	text-align: center;
	border-radius: 50%;
	line-height: 58px;
	padding-left: 4px;
	display: inline-block;
	border: 2px solid #ffffff;
}

/*** 

====================================================================
	Project Section
====================================================================

***/

.project-section {
	position: relative;
	padding: 95px 0px 35px;
	background-color: #cabf91;
}

.project-section h2 {
	position: relative;
	color: #242424;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 40px;
	display: inline-block;
}

.project-section h2:before {
	position: absolute;
	content: '';
	left: 100%;
	margin-left: 10px;
	bottom: 8px;
	width: 40px;
	height: 2px;
	background-color: #242424;
}

.project-section.alternate {
	padding: 95px 0px 100px;
	background-color: #f6f6f6;
}

.project-section.alternate .sec-title-two {
	margin-bottom: 25px;
	padding-bottom: 0px;
}

.project-section.alternate h2 {
	margin-bottom: 0px;
}

.project-section.alternate h2:before {
	display: none;
}

.project-section.alternate .project-tab .product-tab-btns .p-tab-btn.active-btn,
.project-section.alternate .project-tab .product-tab-btns .p-tab-btn:hover {
	color: #d2b871;
	border-bottom: 1px solid #d2b871;
	text-decoration: none;
}

.project-tab {
	position: relative;
}

.project-tab .owl-nav,
.project-tab .owl-dots {
	display: none;
}

.project-tab .tabs-header {
	position: relative;
}

.project-tab .product-tab-btns {
	position: relative;
	margin-bottom: 40px;
}

.project-tab .product-tab-btns .p-tab-btn {
	position: relative;
	line-height: 24px;
	padding: 0px 0px;
	cursor: pointer;
	color: #000000;
	font-weight: 600;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 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;
}

.project-tab .product-tab-btns .p-tab-btn.active-btn {
	text-decoration: underline;
}

.project-tab .p-tabs-content {
	position: relative;
	display: block;
}

.project-tab .p-tab {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	visibility: hidden;
	opacity: 0;
}

.project-tab .p-tab.active-tab {
	position: relative;
	visibility: visible;
	opacity: 1;
	z-index: 5;
}

/*Gallery Item*/

.gallery-item {
	position: relative;
}

.project-tab .p-tab .gallery-item,
.project-tab .p-tab .gallery-item-two {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transform: scaleX(0);
}

.project-tab .p-tab.active-tab .gallery-item,
.project-tab .p-tab.active-tab .gallery-item-two {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.gallery-item .inner-box {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

.gallery-item .image-box {
	position: relative;
	display: block;
}

.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;
	background: rgba(0, 0, 0, 0.70);
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transform: translate(-100%, 0%);
	-ms-transform: translate(-100%, 0%);
	-o-transform: translate(-100%, 0%);
	-moz-transform: translate(-100%, 0%);
	transform: translate(-100%, 0%);
}

.gallery-item .inner-box:hover .overlay-box {
	opacity: 1;
	-webkit-transform: translate(0%);
	-ms-transform: translate(0%);
	-o-transform: translate(0%);
	-moz-transform: translate(0%);
	transform: translate(0%);
}

.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: 18px;
	color: #ffffff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #ffffff;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.gallery-item .overlay-inner .link {
	position: relative;
}

.gallery-item .overlay-inner .link .icon {
	position: relative;
}

.gallery-item .overlay-inner .link:hover {
	color: #666666;
	background-color: rgba(255, 255, 255, 1);
}

.gallery-item .inner-box h3 {
	position: relative;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	padding: 25px 0px;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.gallery-item .inner-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;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
	position: relative;
	padding: 165px 0px 120px;
}

.testimonial-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(29, 51, 76, 0.95)
}

.testimonial-block {
	position: relative;
}

.testimonial-block .inner-box {
	position: relative;
	padding-left: 250px;
}

.testimonial-block .inner-box .image-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 190px;
	padding: 12px 0px;
	border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.testimonial-block .inner-box .image-box .image {
	position: relative;
	width: 90px;
	height: 90px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}

.testimonial-block .inner-box .text {
	position: relative;
	font-size: 22px;
	font-style: italic;
	color: #ffffff;
	line-height: 1.5em;
	margin-bottom: 20px;
	font-family: 'Playfair Display', serif;
}

.testimonial-block .inner-box .author {
	position: relative;
	color: #ccbd87;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2em;
	text-transform: capitalize;
}

.testimonial-block .inner-box .designation {
	position: relative;
	color: #5a6470;
	font-size: 15px;
	font-style: italic;
	font-family: 'Lato', sans-serif;
}

.testimonial-section .owl-dots {
	display: none;
}

.testimonial-section .owl-nav {
	position: absolute;
	right: 0px;
	top: -70px;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	line-height: 38px;
	font-size: 18px;
	margin-left: 30px;
	text-align: center;
	border-radius: 50%;
	color: rgba(255, 255, 255, 0.50);
	border: 1px solid rgba(255, 255, 255, 0.50);
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover {
	color: #d2b871;
	border-color: #d2b871;
}

.testimonial-block.style-two {
	margin-bottom: 90px;
}

.testimonial-block.style-two .inner-box .image-box {
	border-color: #d8d8d8;
}

.testimonial-block.style-two .inner-box .text {
	color: #242424;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section {
	position: relative;
	padding: 100px 0px 50px;
	background-color: #f3f3f3;
}

.news-block {
	position: relative;
	margin-bottom: 30px;
}

.news-block .inner-box {
	position: relative;
	display: block;
}

.news-block .inner-box .image {
	position: relative;
}

.news-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.news-block .inner-box .image .post-date {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: inline-block;
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	padding: 7px 20px;
	background-color: #d2b871;
}

.news-block .inner-box .lower-box {
	position: relative;
	padding-top: 32px;
}

.news-block .inner-box .lower-box h3 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5em;
	margin-bottom: 12px;
	font-family: 'Poppins', sans-serif;
}

.news-block .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;
}

.news-block .inner-box .lower-box h3 a:hover {
	color: #d2b871;
}

.news-block .inner-box .lower-box .text {
	position: relative;
	color: #7d7d7d;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 14px;
}

.news-block .inner-box .lower-box .read-more {
	position: relative;
	color: #1692bf;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px solid #1692bf;
}

.news-section .sidebar-news {
	position: relative;
	display: block;
	padding: 40px 28px 20px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(232, 232, 232, 1);
	-moz-box-shadow: 0px 0px 13px 0px rgba(232, 232, 232, 1);
	box-shadow: 0px 0px 13px 0px rgba(232, 232, 232, 1);
}

.news-block-two {
	position: relative;
	margin-bottom: 15px;
}

.news-block-two:last-child {
	margin-bottom: 0px;
}

.news-block-two:last-child .inner-box {
	border: 0px;
	padding-bottom: 0px;
}

.news-block-two .inner-box {
	position: relative;
	padding-bottom: 15px;
	border-bottom: 1px solid #e8e8e8;
}

.news-block-two .inner-box h3 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.news-block-two .inner-box h3 a {
	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;
}

.news-block-two .inner-box h3 a:hover {
	color: #ccbe7e;
}

.news-block-two .inner-box .post-date {
	position: relative;
	color: #ccbe7e;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*** 

====================================================================
	Clients Section
====================================================================

***/

.clients-section {
	position: relative;
	padding: 0px 0px 55px;
	background-color: #f3f3f3;
}

.clients-section .sponsors-outer {
	position: relative;
	padding-top: 55px;
	border-top: 1px solid #d2d2d2;
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav {
	position: relative;
	display: none;
}

.clients-section .sponsors-outer .image-box {
	position: relative;
	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;
}

.clients-section .sponsors-outer .image-box img {
	max-width: 100%;
	width: auto;
	opacity: 1;
	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;
}

.clients-section .sponsors-outer .image-box img:hover {
	opacity: 0.6;
}

.clients-section.style-two {
	padding: 60px 0px;
}

.clients-section.style-two .sponsors-outer {
	border: 0px;
	padding: 0px;
}

.clients-section.alternate {
	background: none;
	padding-bottom: 80px;
}

/*** 

====================================================================
	Appointment Section
====================================================================

***/

.appointment-section {
	position: relative;
	padding: 80px 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.appointment-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	display: block;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.50);
}

.appointment-section .inner-container {
	position: relative;
	max-width: 560px;
	float: right;
	width: 100%;
}

.appointment-section .inner-container h2 {
	position: relative;
	color: #ffffff;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 10px;
}

.appointment-section .inner-container .text {
	position: relative;
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 25px;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
	position: relative;
	background-color: #C5A46B;
}

.main-footer .widgets-section {
	position: relative;
	padding: 70px 0px 30px;
}

.main-footer .footer-widget {
	position: relative;
	margin-bottom: 30px;
}

.main-footer .footer-widget h2 {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	margin-bottom: 20px;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
}

.main-footer .logo-widget {
	position: relative;
}

.main-footer .logo-widget .number {
	position: relative;
	font-size: 18px;
	margin-bottom: 16px;
	color: #bbbbbc;
}

.main-footer .logo-widget .logo {
	position: relative;
	margin-bottom: 40px;
}

.main-footer .logo-widget .text {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.60);
	font-family: 'Poppins', sans-serif;
}

/*List*/

.main-footer .list {
	position: relative;
}

.main-footer .list li {
	position: relative;
	margin-bottom: 8px;
}

.main-footer .list li a {
	position: relative;
	color: rgba(255, 255, 255, 0.60);
	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;
}

.main-footer .list li a:hover {
	color: #d2b871;
}

/*NewsLetter Widget*/

.newsletter-widget {
	position: relative;
}

.newsletter-widget .widget-content {
	position: relative;
}

.newsletter-widget .widget-content .text {
	position: relative;
	color: #858585;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 12px;
	font-family: 'Poppins', sans-serif;
}

.main-footer .newsletter-widget .form-group {
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	margin-bottom: 28px;
}

.main-footer .newsletter-widget .form-group input[type="text"],
.main-footer .newsletter-widget .form-group input[type="tel"],
.main-footer .newsletter-widget .form-group input[type="email"],
.main-footer .newsletter-widget .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	height: 48px;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 50px 10px 20px;
	background: #131518;
	border: 1px solid #26292d;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border-radius: 4px 0px 0px 4px;
	font-family: 'Poppins', sans-serif;
}

.main-footer .newsletter-widget .form-group input[type="submit"],
.main-footer .newsletter-widget button {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 54px;
	height: 47px;
	line-height: 40px;
	color: #191c20;
	font-size: 20px;
	text-align: center;
	border-radius: 0px 4px 4px 0px;
	background: #d2b871;
}

.main-footer .footer-bottom {
	position: relative;
	padding: 22px 0px;
	text-align: center;
	background-color: #C5A46B;
}

.main-footer .footer-bottom .copyright {
	position: relative;
	font-size: 14px;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
}

/*** 

====================================================================
	Quote Section
====================================================================

***/

.quote-section {
	position: relative;
	padding: 90px 0px 0px;
	background-color: #f4f4f4;
}

.quote-section .content-column {
	position: relative;
}

.quote-section .content-column .sec-title-two {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 0px;
}

.quote-section .content-column .sec-title-two h2 {
	font-weight: 700;
}

.quote-section .content-column .text {
	position: relative;
	color: #242424;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6em;
	margin-bottom: 50px;
	font-family: 'Poppins', sans-serif;
}

.quote-section .content-column .text a {
	color: #d2b871;
	border-bottom: 1px solid #d2b871;
}

.services-block-three {
	position: relative;
	margin-bottom: 70px;
}

.services-block-three .inner-box {
	position: relative;
	padding-left: 95px;
}

.services-block-three .inner-box .icon-box {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 60px;
	color: #d2b871;
	line-height: 1em;
	margin-bottom: 20px;
}

.services-block-three .inner-box h3 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 8px;
}

.services-block-three .inner-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;
}

.services-block-three .inner-box h3 a:hover {
	color: #d2b871;
}

.services-block-three .inner-box .services-text {
	position: relative;
	color: #797979;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
}






.quote-section .form-column {
	position: relative;
}

.quote-section .form-column .inner-column {
	position: relative;
	display: block;
	padding: 40px 30px;
	background-color: #d2b871;
}

.quote-section .form-column .inner-column h2 {
	position: relative;
	color: #ffffff;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 12px;
}

.quote-section .form-column .inner-column .text {
	position: relative;
	color: #ffffff;
	font-size: 17px;
	line-height: 1.6em;
	font-weight: 600;
	margin-bottom: 20px;
}

.quote-section.style-two .form-column .inner-column {
	border-color: #987144;
	background-color: #a67944;
}

.quote-section.style-two .form-column .inner-column h2,
.quote-section.style-two .form-column .inner-column .text {
	color: #ffffff;
}

/*Default Form*/

.default-form .form-group {
	position: relative;
	margin-bottom: 8px;
}

.default-form .form-group:last-child {
	margin-bottom: 0px;
}

.default-form .form-group input {
	position: relative;
	display: block;
	width: 100%;
	line-height: 20px;
	padding: 10px 20px;
	height: 42px;
	color: #989fa5;
	font-size: 15px;
	background: #ffffff;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	font-family: 'Open Sans', sans-serif;
}

.default-form .form-group textarea::-webkit-input-placeholder,
.default-form .form-group input::-webkit-input-placeholder {
	color: #989fa5;
}

.default-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 30px;
	padding: 10px 20px;
	color: #989fa5;
	height: 120px;
	font-size: 15px;
	resize: none;
	background: #ffffff;
	border: 1px solid transparent;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	font-family: 'Open Sans', sans-serif;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus {}

.default-form .form-group button {
	margin-top: 20px;
}

/*Gallery Item*/

.gallery-item-two {
	position: relative;
}

.gallery-item-two .inner-box {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.gallery-item-two .image-box {
	position: relative;
	display: block;
}

.gallery-item-two .image-box img {
	position: relative;
	display: block;
	width: 100%;
}

.gallery-item-two .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	color: #ffffff;
	text-align: center;
	background: rgba(0, 0, 0, 0.30);
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transform: translate(-100%, 0%);
	-ms-transform: translate(-100%, 0%);
	-o-transform: translate(-100%, 0%);
	-moz-transform: translate(-100%, 0%);
	transform: translate(-100%, 0%);
}

.gallery-item-two .inner-box:hover .overlay-box {
	opacity: 1;
	-webkit-transform: translate(0%);
	-ms-transform: translate(0%);
	-o-transform: translate(0%);
	-moz-transform: translate(0%);
	transform: translate(0%);
}

.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;
	vertical-align: middle;
}

.gallery-item-two .overlay-inner .link {
	position: relative;
	font-size: 18px;
	color: #ffffff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	display: inline-block;
	background-color: #d2b871;
	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 {
	position: relative;
}

.gallery-item-two .overlay-inner .link .icon {
	position: relative;
}

.gallery-item-two .overlay-inner .link:hover {
	color: #666666;
	background-color: rgba(255, 255, 255, 1);
}

.gallery-item-two .inner-box h3 {
	position: relative;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	padding: 25px 0px 3px;
	line-height: 1.2em;
}

.gallery-item-two .inner-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-two .inner-box .text {
	position: relative;
	color: #d2b871;
	font-size: 15px;
	text-align: center;
	font-family: 'Lato', sans-serif;
}

/*** 

====================================================================
	Ceo Section
====================================================================

***/

.ceo-section {
	position: relative;
	background-color: #bdab7d;
}

.ceo-section .image-column {
	position: relative;
}

.ceo-section .image-column .image {
	position: relative;
}

.ceo-section .content-column {
	position: relative;
	margin-bottom: 40px;
}

.ceo-section .content-column .inner-column {
	position: relative;
	padding-top: 90px;
}

.ceo-section .content-column .inner-column h2 {
	position: relative;
	color: #ffffff;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2em;
	display: inline-block;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}

.ceo-section .content-column .inner-column h2:after {
	position: absolute;
	content: '';
	left: 100%;
	margin-left: 10px;
	width: 50px;
	height: 3px;
	bottom: 8px;
	background-color: #ffffff;
}

.ceo-section .content-column .inner-column .dark-text {
	position: relative;
	color: #ffffff;
	font-size: 22px;
	line-height: 1.4em;
	margin-bottom: 30px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
}

.ceo-section .content-column .inner-column .text {
	position: relative;
	color: #ffffff;
	font-size: 17px;
	line-height: 1.7em;
	margin-bottom: 40px;
}

/*** 

====================================================================
	Advisor Section
====================================================================

***/

.advisor-section {
	position: relative;
	padding: 95px 0px 70px;
}

.team-block {
	position: relative;
	margin-bottom: 30px;
}

.team-block .inner-box {
	position: relative;
	display: block;
	overflow: hidden;
}

.team-block .inner-box .image {
	position: relative;
}

.team-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.team-block .inner-box .image .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	display: block;
	height: 100%;
	opacity: 0;
	text-align: center;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background-color: rgba(210, 184, 113, 0.95);
}

.team-block .inner-box .image .overlay-box h3 {
	position: relative;
	color: #ffffff;
	font-weight: 600;
	font-size: 17px;
}

.team-block .inner-box .image .overlay-box .designation {
	position: relative;
	font-size: 17px;
	color: #ffffff;
	margin-bottom: 25px;
	font-family: 'Lato', sans-serif;
}

.team-block .inner-box .image .overlay-box .content {
	position: absolute;
	bottom: 40px;
	width: 100%;
}

.team-block .inner-box:hover .image .overlay-box {
	opacity: 1;
}

.team-block .inner-box:hover .lower-box {
	bottom: -100%;
}

.team-block .inner-box .lower-box {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

.team-block .inner-box .lower-box h3 {
	position: relative;
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2em;
	background-color: #d2b871;
	font-family: 'Poppins', sans-serif;
}

.team-block .inner-box .lower-box h3 a {
	position: relative;
	color: #ffffff;
	display: block;
	padding: 15px 0px;
}

/*** 

====================================================================
	We Do Section
====================================================================

***/

.we-do-section {
	position: relative;
	padding: 90px 0px 50px;
	background-color: #efefef;
}

.we-do-section .title-column {
	position: relative;
	margin-bottom: 40px;
}

.we-do-section .title-column .sec-title {
	position: relative;
	margin-bottom: 20px;
}

.we-do-section .title-column .text {
	position: relative;
	color: #797979;
	font-size: 17px;
	line-height: 1.7em;
	margin-bottom: 30px;
}

.we-do-section .title-column .theme-btn {
	padding: 11px 28px;
}

.we-do-section .services-column {
	position: relative;
	margin-top: 45px;
}

.services-block-four {
	position: relative;
	margin-bottom: 40px;
}

.services-block-four .inner-box {
	position: relative;
	display: block;
}

.services-block-four .inner-box .image {
	position: relative;
	margin-bottom: 24px;
}

.services-block-four .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.services-block-four .inner-box .image .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	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;
	background-color: rgba(37, 186, 169, 0.90);
}

.services-block-four .inner-box:hover .image .overlay-box {
	opacity: 1;
}

.services-block-four .inner-box .lower-box {
	position: relative;
}

.services-block-four .inner-box .lower-box h3 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 4px;
}

.services-block-four .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;
}

.services-block-four .inner-box .lower-box h3 a:hover {
	color: #d2b871;
}

.services-block-four .inner-box .lower-box .text {
	position: relative;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
}

/*** 

====================================================================
	Default Section
====================================================================

***/

.default-section {
	position: relative;
	padding: 95px 0px 50px;
}

.default-section .company-column {
	position: relative;
}

.default-section .company-column .inner-column {
	position: relative;
}

.default-section .company-column .inner-column .company-gallery {
	position: relative;
}

.default-section .company-column .inner-column .company-gallery .image {
	position: relative;
	margin-bottom: 30px;
}

.default-section .company-column .inner-column .company-gallery .image img {
	position: relative;
	width: 100%;
	display: block;
}

.default-section .company-column .inner-column h3 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	color: #242424;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.default-section .company-column .inner-column .text {
	position: relative;
	color: #797979;
	font-size: 17px;
	line-height: 1.7em;
	margin-bottom: 24px;
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box {
	position: relative;
}

.accordion-box .block {
	position: relative;
	padding: 12px 0px;
	margin-bottom: 10px;
	border: 1px solid #e1e1e1;
	background-color: #ffffff;
}

.accordion-box .block .acc-btn {
	position: relative;
	font-size: 18px;
	cursor: pointer;
	line-height: 30px;
	color: #000000;
	font-weight: 400;
	padding: 0px 10px 0px 64px;
	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: 'Lato', sans-serif;
}

.accordion-box .block .icon-outer {
	position: absolute;
	left: 14px;
	top: 0px;
	font-size: 18px;
	color: #d2b871;
	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;
	width: 28px;
	height: 28px;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}

.accordion-box .block .icon-outer .icon-plus {
	opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
	opacity: 0;
	font-weight: 300;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
	opacity: 1;
	color: #ffffff;
	background-color: #d2b871;
}

.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: 10px 30px 0px 64px;
}

.accordion-box .block .content .text {
	margin-bottom: 20px;
	line-height: 1.8em;
	font-size: 15px;
	color: #8e8d8d;
	font-family: 'Open Sans', sans-serif;
}

.accordion-box .block .content p:last-child {
	margin-bottom: 0px;
}

/*Accordian Style Two*/

.accordion-box.style-two .block {
	padding: 0px;
	background-color: #fafafa;
}

.accordion-box.style-two .block .acc-btn {
	font-weight: 700;
	padding: 12px 0px;
	padding-left: 18px;
}

.accordion-box.style-two .block .acc-btn.active {
	border-bottom: 1px solid #e5e5e5;
	color: #ffffff;
	background-color: #d2b871;
}

.accordion-box.style-two .block .icon-outer {
	right: 40px;
	left: auto;
	top: 12px;
	color: #242424;
}

.accordion-box.style-two .block .content {
	padding: 26px 35px;
}

.accordion-box.style-two .block .content h4 {
	position: relative;
	color: #242424;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 12px;
}

.accordion-box.style-two .block .content .text p {
	position: relative;
	font-size: 17px;
	margin-bottom: 20px;
}

.accordion-box.style-two .block .content .text p:last-child {
	margin-bottom: 0px;
}

/*Accordian Faq Form*/

.accordion-box.faq .block {
	padding: 0px;
	border: 0px;
	margin-bottom: 40px;
}

.accordion-box.faq .block .acc-btn {
	padding-left: 30px;
	font-weight: 600;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
}

.accordion-box.faq .block .icon-outer {
	left: -10px;
	color: #242424;
}

.accordion-box.faq .block .acc-btn.active .icon-outer .icon-minus {
	background: none;
	color: #242424;
}

.accordion-box.faq .block .content {
	padding: 14px 30px 0px 30px;
}

.accordion-box.faq .block .content .text {
	font-size: 17px;
	line-height: 1.6em;
	font-family: 'Montserrat', sans-serif;
}

.accordion-box.style-three .block {
	margin-bottom: 20px;
}

.accordion-box.style-three .block .icon-outer {
	left: 8px;
	color: #242424;
}

.accordion-box.style-three .block .acc-btn.active .icon-outer .icon-minus {
	color: #242424;
	background: none;
}

.accordion-box.style-three .block .content {
	padding-left: 48px;
}

.accordion-box.style-three .block .acc-btn {
	padding-left: 48px;
	font-size: 17px;
}

.accordion-box.style-three .block .content .text {
	margin-bottom: 5px;
}

.default-section .general-column {
	position: relative;
}

.default-section .general-column .inner-column {
	position: relative;
	padding-left: 30px;
}

/*** 

====================================================================
	Call Back Section
====================================================================

***/

.call-back-section {
	position: relative;
	padding: 90px 0px 60px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.call-back-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(33, 36, 54, 0.90);
}

/*Default Form*/

.call-back-form .form-group {
	margin-bottom: 30px;
}

.call-back-form input[type="text"],
.call-back-form input[type="email"],
.call-back-form input[type="password"],
.call-back-form select,
.call-back-form textarea {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #848484;
	line-height: 24px;
	padding: 12px 20px;
	font-weight: 400;
	background: #ffffff;
	border: 1px solid #dedede;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.call-back-form .form-group .theme-btn {
	border-radius: 0px;
	font-size: 14px;
	padding: 11px 31px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}


/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
	width: 100%;
	font-size: 14px;
	font-style: normal;
	height: 50px;
	padding: 10px 20px;
	line-height: 30px;
	color: #333333;
	border-radius: 0px;
	border: 1px solid #e5e5e5;
	background: #ffffff;
}

.form-group .ui-button .ui-icon {
	background: none;
	position: relative;
	top: 3px;
	text-indent: 0px;
	color: #333333;
}

.form-group .ui-button .ui-icon:before {
	font-family: 'FontAwesome';
	content: "\f0d7";
	position: absolute;
	right: 0px;
	top: 2px !important;
	top: 13px;
	width: 10px;
	height: 20px;
	display: block;
	color: #999999;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.ui-widget.ui-widget-content {
	border: 1px solid #e0e0e0;
	font-family: 'Montserrat', sans-serif;
}

.ui-menu .ui-menu-item {
	font-size: 14px;
	border-bottom: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child {
	border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
	background: #1692bf;
	border-color: #1692bf;
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	display: block;
	padding: 8px 20px;
	font-size: 14px;
	line-height: 24px;
}

.ui-menu-item:hover {
	background-color: #17519d;
}

/*Error Section*/

.error-section {
	position: relative;
	padding: 140px 0px 140px;
	background-repeat: no-repeat;
	background-size: cover;
}

.error-section .content {
	position: relative;
	text-align: center;
}

.error-section h1 {
	position: relative;
	color: #ffffff;
	font-size: 200px;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 0px;
	font-family: 'Montserrat', sans-serif;
}

.error-section h2 {
	position: relative;
	color: #ffffff;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 0px;
	font-family: 'Montserrat', sans-serif;
}

.error-section .text {
	position: relative;
	color: #ffffff;
	font-size: 25px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 50px;
	font-family: 'Montserrat', sans-serif;
}

.error-section .theme-btn {
	font-size: 26px;
	font-weight: 600;
	padding: 19px 45px 19px;
	font-family: 'Poppins', sans-serif;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title {
	position: relative;
	padding: 73px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	background-position: center top;
}

.page-title:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.30);
}

.page-title h1 {
	position: relative;
	color: #ffffff;
	font-size: 52px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.page-title .page-breadcrumb {
	position: relative;
}

.page-title .page-breadcrumb li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.page-title .page-breadcrumb li:after {
	position: absolute;
	content: '\f105';
	right: -4px;
	top: 0px;
	color: #ffffff;
	font-family: 'FontAwesome';
}

.page-title .page-breadcrumb li:last-child::after {
	display: none;
}

.page-title .page-breadcrumb li:last-child {
	padding-right: 0px;
	margin-right: 0px;
}

.page-title .page-breadcrumb li a {
	color: #cebb81;
	font-weight: 500;
}

/*** 

====================================================================
	Message Section
====================================================================

***/

.message-section {
	position: relative;
	padding: 90px 0px 60px;
}

.message-section .text {
	position: relative;
	padding-right: 30px;
	margin-bottom: 20px;
}

.message-section .text p {
	position: relative;
	color: #797979;
	font-size: 17px;
	margin-bottom: 20px;
}

/*** 

====================================================================
	Advisor Section Two
====================================================================

***/

.advisor-section-two {
	position: relative;
	padding-top: 95px;
}

.advisor-section-two .title-column {
	position: relative;
	margin-bottom: 40px;
}

.advisor-section-two .title-column .sec-title {
	margin-bottom: 20px;
}

.advisor-section-two .title-column .sec-title:after {
	width: 40px;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
	position: relative;
	padding: 100px 0px 60px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
	margin-bottom: 40px;
}

.sidebar-widget {
	position: relative;
	margin-bottom: 40px;
}

/*Blog Category*/

.blog-cat {
	position: relative;
}

.blog-cat li {
	position: relative;
	margin-bottom: 4px;
}

.blog-cat li a {
	position: relative;
	color: #242424;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 15px 14px 22px;
	display: block;
	border-left: 4px solid #d2d2d2;
	background-color: #f1f1f1;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'Poppins', sans-serif;
}

.blog-cat li.active a,
.blog-cat li a:hover {
	color: #ffffff;
	border-color: #d2b871;
	background-color: #d2b871;
}

/*Contact Info Widget*/

.contact-info-widget {
	position: relative;
}

.contact-info-widget .inner-box {
	position: relative;
}

.contact-info-widget .inner-box ul {
	position: relative;
}

.contact-info-widget .inner-box ul li {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #242424;
	line-height: 1.6em;
	padding-bottom: 12px;
	margin-bottom: 15px;
	padding-left: 40px;
	border-bottom: 1px solid #d3d3d3;
}

.contact-info-widget .inner-box ul li .icon {
	position: absolute;
	left: 0px;
	top: 5px;
	line-height: 1em;
	color: #7f7f7f;
	font-size: 20px;
}

.contact-info-widget .inner-box ul li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border: 0px;
}

/*Sidebar Title*/

.sidebar-title {
	position: relative;
	margin-bottom: 20px;
}

.sidebar-title h2 {
	font-size: 22px;
	color: #242424;
	font-weight: 600;
	line-height: 1.2em;
	display: inline-block;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
}

.sidebar-title h2:after {
	position: absolute;
	content: '';
	left: 100%;
	margin-left: 10px;
	bottom: 8px;
	width: 30px;
	height: 2px;
	background-color: #d2b871;
}


/*Brochure Box*/

.brochure-box {
	position: relative;
	padding: 12px 15px;
	margin-bottom: 10px;
	background-color: #C5A46B;
}

.brochure-box .inner {
	position: relative;
	padding-left: 40px;

}

.brochure-box .overlay-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
}

.brochure-box .inner .icon {
	position: absolute;
	left: 0px;
	top: 2px;
	color: #d2b871;
	font-size: 28px;
	font-weight: 300;
}

.brochure-box .inner .text {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
}





.company-single {
	position: relative;
	padding-left: 30px;
}

.company-single .inner-box {
	position: relative;
}

.company-single .inner-box .image {
	position: relative;
	margin-bottom: 50px;
}

.company-single .inner-box .image img {
	position: relative;
}

.company-single .inner-box h3 {
	position: relative;
	color: #242424;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 18px;
}

.company-single .inner-box .text {
	position: relative;
}

.company-single .inner-box .text .two-column {
	position: relative;
	margin-top: 40px;
	margin-bottom: 10px;
}

.company-single .inner-box .text p {
	position: relative;
	color: #797979;
	font-size: 17px;
	line-height: 1.7em;
	margin-bottom: 25px;
}

.company-single .inner-box .text .image-column {
	position: relative;
	margin-bottom: 30px;
}

.company-single .inner-box .text .image-column .inner-image {
	position: relative;
	margin-bottom: 10px;
}

.company-single .inner-box .text .image-column .inner-image img {
	position: relative;
	width: 100%;
	display: block;
}

/*History Single*/

.history-single {
	position: relative;
}

.history-single .inner-box {
	position: relative;
	padding-left: 30px;
}

.history-single .inner-box .image {
	position: relative;
	margin-bottom: 45px;
}

.history-single .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.history-single .inner-box h3 {
	position: relative;
	color: #242424;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 20px;
}

.history-single .inner-box .text {
	position: relative;
	margin-bottom: 40px;
}

.history-single .inner-box .text p {
	position: relative;
	color: #797979;
	font-size: 17px;
	margin-bottom: 20px;
}

.history-block {
	position: relative;
	margin-bottom: 35px;
}

.history-block:last-child {
	margin-bottom: 0px;
}

.history-block .inner {
	position: relative;
	padding-left: 170px;
}

.history-block .inner .year {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	padding: 10px 37px;
	border-radius: 4px;
	display: inline-block;
	background-color: #d2b871;
}

.history-block .inner h4 {
	position: relative;
	color: #242424;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 20px;
	margin-top: 10px;
	display: inline-block;
}

.history-block .inner .text {
	position: relative;
	font-size: 17px;
	line-height: 1.7em;
	color: #797979;
}

.history-block .inner .images-gallery {
	position: relative;
}

.history-block .inner .images-gallery .image {
	position: relative;
	margin-bottom: 0px;
}

.careers-single {
	position: relative;
}

.careers-single .inner-box {
	position: relative;
	padding-left: 30px;
}

.careers-single .inner-box h2 {
	position: relative;
	color: #242424;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 15px;
}

.careers-single .inner-box .text {
	position: relative;
	color: #797979;
	font-size: 17px;
	margin-bottom: 22px;
}

.careers-single .inner-box h3 {
	position: relative;
	color: #242424;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2em;
	margin-top: 35px;
	margin-bottom: 25px;
}

.careers-single .inner-box .download-box {
	position: relative;
	margin-top: 50px;
}

.careers-single .inner-box .download-box h4 {
	position: relative;
	color: #242424;
	font-size: 24px;
	font-weight: 600;
	margin-right: 40px;
	display: inline-block;
}

.careers-single .inner-box .download-box .theme-btn {
	padding: 11px 26px;
}

/*Partner Single*/

.partner-single {
	position: relative;
}

.partner-single .inner-box {
	position: relative;
	padding-left: 30px;
}

.partner-single .inner-box h2 {
	position: relative;
	color: #242424;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 15px;
}

.partner-single .inner-box .text {
	position: relative;
	color: #797979;
	font-size: 17px;
	line-height: 1.6em;
	margin-bottom: 45px;
}

/*Partner Block*/

.partner-block {
	position: relative;
	margin-bottom: 30px;
}

.partner-block .inner-box {
	position: relative;
	padding: 45px 15px 40px;
	border: 1px solid #d8d8d8;
}

.partner-block .inner-box .content {
	position: relative;
	padding-left: 200px;
}

.partner-block .inner-box .content .client-icon {
	position: absolute;
	left: 10px;
	top: 0px;
}

.partner-block .inner-box .content h3 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	color: #242424;
	line-height: 1.2em;
	margin-bottom: 15px;
}

.partner-block .inner-box .content .partner-text {
	position: relative;
	color: #797979;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
}

/*Comming Soon*/

.comming-soon {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	overflow-y: auto;
	background-size: cover;
}

.comming-soon:before {
	position: fixed;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.80);
}

.comming-soon .content {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
	vertical-align: middle;
}

.comming-soon .content .content-inner {
	position: relative;
	padding: 50px 15px;
	display: table-cell;
	vertical-align: middle;
}

.comming-soon .content .content-inner h2 {
	position: relative;
	color: #ffffff;
	font-size: 70px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 65px;
}

.comming-soon .content .content-inner .text {
	position: relative;
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.6em;
	margin-top: 30px;
	margin-bottom: 60px;
	font-family: 'Poppins', sans-serif;
}

/*** 

====================================================================
	Countdown style
====================================================================

***/

.time-counter {
	position: relative;
}

.time-counter .time-countdown {
	position: relative;
}

.time-counter .time-countdown .counter-column {
	position: relative;
	margin: 0px 15px 0px;
	width: 170px;
	height: 170px;
	text-align: center;
	display: inline-block;
	padding: 10px 0px 10px;
	border: 2px solid #d2b871;
	color: #d2b871;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	border-radius: 50%;
	font-weight: 600;
	margin-bottom: 30px;
	font-family: 'Poppins', sans-serif;
}

.time-counter .time-countdown .counter-column .count {
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 40px;
	padding: 35px 10px 20px;
	color: #d2b871;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

.comming-soon .emailed-form .form-group {
	position: relative;
	display: block;
	max-width: 770px;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 20px;
}

.comming-soon .emailed-form .form-group input[type="text"],
.comming-soon .emailed-form .form-group input[type="tel"],
.comming-soon .emailed-form .form-group input[type="email"],
.comming-soon .emailed-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 20px;
	height: 76px;
	font-size: 17px;
	color: #797979;
	padding: 10px 50px 10px 30px;
	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;
}

.comming-soon .emailed-form .form-group input[type="submit"],
.comming-soon .emailed-form button {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 195px;
	height: 76px;
	line-height: 40px;
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	background: #d2b871;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
}


/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-section {
	position: relative;
}

.map-data {
	text-align: center;
	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;
}

.map-canvas {
	height: 470px;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section {
	position: relative;
	padding: 95px 0px 60px;
}

.contact-section h2 {
	position: relative;
	color: #242424;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 20px;
}

.contact-section .text {
	position: relative;
	color: #777777;
	font-size: 17px;
	margin-bottom: 40px;
}

.contact-section .form-column {
	position: relative;
}

/*Contact Form*/

.contact-form {
	position: relative;
}

.contact-form .form-group {
	position: relative;
	margin-bottom: 30px;
}

.contact-form .form-group input {
	position: relative;
	display: block;
	width: 100%;
	line-height: 33px;
	padding: 10px 10px;
	height: 55px;
	color: #000000;

	font-size: 16px;
	font-weight: 600;
	border: 2px solid #f3f2f6;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	font-family: 'Montserrat', sans-serif;

}

.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group input::-webkit-input-placeholder {
	color: #d2b871;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

.contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 30px;
	padding: 10px 10px;
	color: #000000;
	height: 160px;
	resize: none;
	background: #ffffff;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	border: 2px solid #f3f2f6;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;

}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
	border-color: #d2b871;
}

.contact-form .form-group button {
	margin-top: 5px;
	padding: 11px 40px 10px;
	font-family: 'Poppins', sans-serif;
}

.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;
}

.contact-section .info-column {
	position: relative;
}

.contact-section .info-column .inner-column {
	position: relative;
	padding-left: 70px;
	margin-top: 54px;
	margin-left: 60px;
	border-left: 1px solid #d5d5d5;
}

.contact-section .info-column ul {
	position: relative;
	padding-bottom: 1px;
}

.contact-section .info-column ul li span {
	position: relative;
	color: #d2b871;
	font-size: 15px;
	display: block;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}

.contact-section .info-column ul li {
	position: relative;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 600;
	color: #e1e1e1;
	font-family: 'Montserrat', sans-serif;
}



.faq-section {
	position: relative;
	padding: 95px 0px 80px;
}

.faq-section .sec-title-two {
	margin-bottom: 50px;
}

/*Sidebar Search Form*/

.faq-search-box {
	position: relative;
	margin-top: 30px;
	width: 100%;
	margin-bottom: 50px;
}

.faq-search-box .form-group {
	position: relative;
	margin: 0px;
}

.faq-search-box .form-group input[type="text"],
.faq-search-box .form-group input[type="search"] {
	position: relative;
	line-height: 28px;
	color: #222222;
	display: block;
	font-size: 16px;
	width: 100%;
	height: 60px;
	border-radius: 5px;
	padding: 15px 15px 15px 20px;
	border: 1px solid #e0e0e0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.faq-search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 65px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	display: block;
	font-size: 22px;
	color: #c0c0c0;
	background: none;
	font-weight: normal;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.faq-search-box .form-group input:focus {
	border-color: #d2b871;
}

/*** 

====================================================================
	Faq Form Section
====================================================================

***/

.faq-form-section {
	position: relative;
	overflow: hidden;
	padding: 85px 0px 0px;
	background-color: #f8f8f8;
}

.faq-form-section .auto-container {
	position: relative;
}

.faq-form-section .form-outer {
	position: relative;
	max-width: 870px;
	z-index: 10;
	padding-bottom: 100px;
}

.faq-form-section .image-box {
	position: absolute;
	right: -90px;
	bottom: 0px;
}

.faq-form-section .sec-title-two {
	margin-bottom: 60px;
}

.faq-form-section .form-group {
	position: relative;
	margin-bottom: 30px;
}

.faq-form-section .form-group:last-child {
	margin-bottom: 0px;
}

.faq-form-section .form-group input[type="text"],
.faq-form-section .form-group input[type="email"],
.faq-form-section .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 0px 0px 8px;
	color: #000000;
	border-bottom: 2px solid #e3e3e3;
	height: 46px;
	font-size: 17px;
	background: none;
	font-weight: 700;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: 'Lato', sans-serif;
}

.faq-form-section .form-group input::-webkit-input-placeholder,
.faq-form-section .form-group textarea::-webkit-input-placeholder {
	color: #00000a;
}


.faq-form-section .form-group input[type="text"]:focus,
.faq-form-section .form-group input[type="email"]:focus,
.faq-form-section .form-group textarea:focus {
	border-color: #d2b871;
}

.faq-form-section .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 0px 0px;
	color: #000000;
	height: 160px;
	background: none;
	resize: none;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	border-bottom: 2px 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;
}

.faq-form-section .form-group .theme-btn {
	padding: 11px 35px 10px;
	margin-top: 20px;
	font-family: 'Poppins', sans-serif;
}

.team-page-section .sec-title-two {
	margin-bottom: 60px;
}

/*Team Block Two*/

.team-block-two {
	position: relative;
	margin-bottom: 30px;
}

.team-block-two .inner-box {
	position: relative;
	overflow: hidden;
}

.team-block-two .inner-box .image {
	position: relative;
}

.team-block-two .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.team-block-two .inner-box .image .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	display: block;
	height: 100%;
	opacity: 0;
	text-align: center;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background-color: rgba(210, 184, 113, 0.95);
}

.team-block-two .inner-box .image .overlay-box h3 {
	position: relative;
	color: #ffffff;
	font-weight: 600;
	font-size: 17px;
}

.team-block-two .inner-box .image .overlay-box .designation {
	position: relative;
	font-size: 17px;
	color: #ffffff;
	margin-bottom: 25px;
	font-family: 'Lato', sans-serif;
}

.team-block-two .inner-box .image .overlay-box .content {
	position: absolute;
	bottom: 40px;
	width: 100%;
}

.team-block-two .inner-box:hover .image .overlay-box {
	opacity: 1;
}

.team-block-two .inner-box:hover .lower-box {
	bottom: -100%;
}

.team-block-two .inner-box .lower-box {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

.team-block-two .inner-box .lower-box h3 {
	position: relative;
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2em;
	padding: 15px 0px;
	background-color: #d2b871;
	font-family: 'Poppins', sans-serif;
}

.team-block-two .inner-box .lower-box h3 a {
	position: relative;
	color: #ffffff;
}

/*** 

====================================================================
	Testimonial Page Section
====================================================================

***/

.testimonial-page-section {
	position: relative;
	padding: 90px 0px 10px;
}

/*** 

====================================================================
	News Page Section
====================================================================

***/

.news-page-section {
	position: relative;
	padding: 100px 0px;
}

.news-block-three {
	position: relative;
	margin-bottom: 80px;
}

.news-block-three .inner-box {
	position: relative;
}

.news-block-three .inner-box .image {
	position: relative;
	background: #C5A46B;
	overflow: hidden;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.news-block-three .inner-box:hover .image img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.news-block-three .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.news-block-three .inner-box:hover .image img {
	opacity: 0.50;
}

.news-block-three .inner-box .lower-content {
	position: relative;
	padding-top: 25px;
}

.news-block-three .inner-box .lower-content .upper-box {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
}

.news-block-three .inner-box .lower-content .upper-box .posted-date {
	position: relative;
	color: #d2b871;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.2em;
	font-family: 'Poppins', sans-serif;
}

.news-block-three .inner-box .lower-content .upper-box .post-meta {
	position: relative;
}

.news-block-three .inner-box .lower-content .upper-box .post-meta li {
	position: relative;
	color: #b8b8b8;
	font-size: 17px;
	padding-right: 12px;
	margin-right: 12px;
	font-weight: 700;
	margin-bottom: 6px;
	display: inline-block;
	font-family: 'Lato', sans-serif;
}

.news-block-three .inner-box .lower-content .upper-box .post-meta li:after {
	position: absolute;
	content: '/';
	right: -5px;
	top: 0px;
	color: #b8b8b8;
	font-size: 17px;
}

.news-block-three .inner-box .lower-content .upper-box .post-meta li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}

.news-block-three .inner-box .lower-content .upper-box .post-meta li:last-child::after {
	display: none;
}

.news-block-three .inner-box .lower-content .lower-box {
	position: relative;
	padding-top: 25px;
}

.news-block-three .inner-box .lower-content .lower-box h3 {
	position: relative;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 18px;
	color: #242424;
	font-family: 'Poppins', sans-serif;
}

.news-block-three .inner-box .lower-content .lower-box h3 a {
	position: relative;
	color: #242424;
	font-family: 'Poppins', 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;
}

.news-block-three .inner-box .lower-content .lower-box h3 a:hover {
	color: #d2b871;
}

.news-block-three .inner-box .lower-content .lower-box .text {
	position: relative;
	color: #797979;
	font-size: 17px;
	line-height: 1.8em;
	margin-bottom: 35px;
	font-family: 'Lato', sans-serif;
}

.news-block-three .inner-box .lower-content .lower-box .read-more {
	font-size: 15px;
	padding: 7px 32px 7px;
}

.news-block-three.style-two .inner-box .lower-content .upper-box .post-meta {
	top: -4px;
}

.news-block-three .inner-box .lower-content .lower-box .text p {
	position: relative;
	color: #797979;
	font-size: 17px;
	line-height: 1.7em;
	margin-bottom: 35px;
	font-family: 'Lato', sans-serif;
}

.news-block-three .inner-box .lower-content .lower-box .text p a {
	color: #d2b871;
	text-decoration: underline;
}

.news-block-three .inner-box .lower-content .lower-box h4 {
	position: relative;
	color: #242424;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
	position: relative;
}

.styled-pagination li {
	position: relative;
	display: inline-block;
	margin: 0px 6px 0px 0px;
}

.styled-pagination li a {
	position: relative;
	display: inline-block;
	line-height: 42px;
	height: 44px;
	font-size: 16px;
	min-width: 45px;
	color: #25baa9;
	font-weight: 500;
	text-align: center;
	background: #ffffff;
	border-radius: 50%;
	border: 2px solid #25baa9;
	text-transform: capitalize;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	font-family: 'Poppins', sans-serif;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
	color: #ffffff;
	border-color: #25baa9;
	background-color: #25baa9;
}

/*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 20px;
	border: 1px solid #d3d3d3;
	background: none;
	display: block;
	font-size: 16px;
	width: 100%;
	height: 52px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 52px;
	width: 60px;
	display: block;
	font-size: 16px;
	color: #bdbdbd;
	line-height: 100%;
	font-weight: normal;
	background: none;
}

/*Blog Category*/

.cat-list {
	position: relative;
}

.cat-list li {
	position: relative;
}

.cat-list li a {
	position: relative;
	color: #797979;
	font-size: 17px;
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: block;
	border-bottom: 1px solid #e6e6e6;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'Lato', sans-serif;
}

.cat-list li:last-child a {
	border-bottom: 0px;
}

.cat-list li a:after {
	position: absolute;
	content: '\f105';
	right: 0px;
	top: 0px;
	color: #c8c8c8;
	font-size: 14px;
	font-family: 'FontAwesome';
}

.cat-list li a:hover {
	color: #cebb81;
}

/*Post Widget*/

.sidebar .popular-posts .post {
	position: relative;
	font-size: 14px;
	color: #666666;
	padding: 0px 0px;
	padding-left: 90px;
	min-height: 90px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}

.sidebar .popular-posts .post:last-child {
	margin-bottom: 0px;
}

.sidebar .popular-posts .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 72px;
}

.sidebar .popular-posts .post .post-thumb img {
	display: block;
	width: 100%;
	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 .text {
	position: relative;
	top: -4px;
	font-size: 16px;
	margin: 0px 0px 0px;
	font-weight: 700;
	color: #242424;
	line-height: 1.4em;
	text-transform: capitalize;
	font-family: 'Lato', sans-serif;
}

.sidebar .popular-posts .post .text a {
	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;
}

.sidebar .popular-posts .post a:hover {
	color: #cebb81;
	text-decoration: underline;
}

.sidebar .popular-posts .post-info {
	font-size: 14px;
	color: #9a9a9a;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}


/*Popular Tags*/

.sidebar .popular-tags a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 7px 18px 7px;
	margin: 0px 6px 10px 0px;
	color: #a6a6a6;
	text-align: center;
	font-size: 15px;
	background: none;
	font-weight: 700;
	border: 1px solid #e4e4e4;
	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;
	font-family: 'Lato', sans-serif;
}

.sidebar .popular-tags a:hover {
	border-color: #d2b871;
	background-color: #d2b871;
	color: #ffffff;
}


.our-blog.padding-right,
.blog-classic.padding-right,
.blog-single.padding-right {
	padding-right: 30px;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
	position: relative;
	margin-bottom: 55px;
}

.sidebar-page-container .group-title {
	position: relative;
	margin-bottom: 25px;
}

.sidebar-page-container .group-title h2 {
	position: relative;
	font-size: 22px;
	color: #242424;
	font-weight: 600;
	padding-bottom: 0px;
	font-family: 'Poppins', sans-serif;
}

.sidebar-page-container .comments-area .inner-box {
	position: relative;
	border: 1px solid #eeeeee;
}

.sidebar-page-container .comments-area .comment-box {
	position: relative;
	padding: 25px 25px 25px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border-bottom: 1px solid #ebe8e8;
}

.sidebar-page-container .comments-area .comment-box:nth-child(2n + 0) {
	background-color: #fcfcfc;
}

.sidebar-page-container .comments-area .comment-box:last-child {
	border-bottom: 0px;
}

.sidebar-page-container .comments-area .comment {
	position: relative;
	font-size: 14px;
	min-height: 98px;
	padding: 0px 0px 0px 100px;
}

.sidebar-page-container .comments-area .comment.reply-comment {
	margin-left: 100px;
	margin-top: 45px;
}

.sidebar-page-container .comments-area .comment .comment-inner {
	position: relative;
}

.sidebar-page-container .comments-area .comment .comment-reply {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #9cc900;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment .comment-reply span {
	font-size: 14px;
	margin-right: 4px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 73px;
	overflow: hidden;
	margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
	width: 75px;
	display: block;
}

.sidebar-page-container .comments-area .comment-info {
	color: #3e5773;
	line-height: 24px;
	font-size: 13px;
}

.sidebar-page-container .comments-area .comment-box strong {
	font-size: 15px;
	font-weight: 700;
	color: #000000;
	line-height: 16px;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .text {
	color: #898989;
	font-size: 17px;
	margin-top: 5px;
	line-height: 1.7em;
	margin-bottom: 8px;
}

.sidebar-page-container .comments-area .comment-time {
	position: relative;
	font-size: 13px;
	color: #f47a3c;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
	padding: 6px 27px;
}

.sidebar-page-container .comments-area .comment-box .post-info {
	position: relative;
}

.sidebar-page-container .comments-area .comment-box .post-info li {
	position: relative;
	padding-right: 10px;
	line-height: 1em;
	margin-right: 10px;
	color: #aeaeae;
	font-size: 15px;
	border-right: 1px solid #bebebe;
	display: inline-block;
}

.sidebar-page-container .comments-area .comment-box .post-info li a {
	color: #d2b871;
}

.sidebar-page-container .comments-area .comment-box .post-info li:last-child {
	border: 0px;
}

.blog-single .news-block-three {
	margin-bottom: 40px;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form {
	position: relative;
}

.comment-form .form-inner {
	position: relative;
	padding: 50px 35px 30px;
	background-color: #f7f7f7;
	border: 1px solid #eeeeee;
}

.comment-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 33px;
	padding: 10px 20px;
	height: 45px;
	color: #a5a5a5;
	font-size: 15px;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group textarea:focus {
	border-color: #d2b871;
}

.comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 20px 20px;
	color: #a5a5a5;
	height: 170px;
	font-size: 15px;
	resize: none;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.comment-form button {
	margin-top: 10px;
	padding: 11px 40px 10px;
	font-family: 'Poppins', sans-serif;
}

/*** 

====================================================================
	Gallery Section
====================================================================

 ***/

.gallery-section {
	position: relative;
	padding: 95px 0px 55px;
}

.gallery-section .filters {
	margin-bottom: 50px;
	text-align: center;
}

.gallery-section .filters .filter-tabs {
	position: relative;
}

.gallery-section .filters li {
	position: relative;
	display: inline-block;
	color: #242424;
	padding: 0px 0px;
	cursor: pointer;
	font-size: 17px;
	font-weight: 600;
	margin-right: 40px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.gallery-section .filters .filter.active,
.gallery-section .filters .filter:hover {
	color: #d2b871;
	text-decoration: underline;
}

.gallery-section .gallery-item-two {
	margin-bottom: 40px;
}

.gallery-item-two.mix {
	display: none;
}

.gallery-section.fullwidth .filter-list {
	padding: 0px 15px;
}

.gallery-section.fullwidth .gallery-item-two {
	width: 20%;
	float: left;
	padding: 0px 15px;
}

/*** 

====================================================================
	Gallery Single Section
====================================================================

 ***/

.gallery-single {
	position: relative;
	padding: 100px 0px;
}

.gallery-single .inner-container {
	position: relative;
}

.gallery-single .inner-container .upper-content {
	position: relative;
	margin-bottom: 50px;
}

.gallery-single .inner-container .upper-content .image {
	position: relative;
}

.gallery-single .inner-container .upper-content .image img {
	position: relative;
	width: 100%;
	display: block;
}

.gallery-single .upper-content .image-info {
	position: relative;
	padding: 45px 60px;
	background-color: #C5A46B;
}

.gallery-single .upper-content .image-info .info-column {
	position: relative;
}

.gallery-single .upper-content .image-info .info-column ul {
	position: relative;
}

.gallery-single .upper-content .image-info .info-column ul li {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 15px;
	font-family: 'Poppins', sans-serif;
}

.gallery-single .upper-content .image-info .info-column ul li span {
	position: relative;
	font-weight: 600;
	width: 145px;
	display: inline-block;
}

.gallery-single .lower-content {
	position: relative;
}

.gallery-single .lower-content .upper-box {
	position: relative;
	padding-bottom: 65px;
	margin-bottom: 80px;
	border-bottom: 1px solid #d1d1d1;
}

.gallery-single .lower-content .upper-box .text {
	position: relative;
}

.gallery-single .lower-content .upper-box .text p {
	position: relative;
	color: #797979;
	font-size: 17px;
	line-height: 1.7em;
	margin-bottom: 25px;
}

.gallery-single .lower-content .upper-box .text p:last-child {
	margin-bottom: 0px;
}

.gallery-single .lower-content .middle-box {
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 75px;
	border-bottom: 1px solid #d1d1d1;
}

.gallery-single .lower-content .middle-box .sec-title-two {
	position: relative;
	margin-bottom: 25px;
}

.gallery-single .lower-content .middle-box .text {
	position: relative;
	color: #797979;
	font-size: 17px;
	margin-bottom: 35px;
}

.gallery-single .lower-content .middle-box .image-column {
	position: relative;
}

.gallery-single .lower-content .middle-box .image-column .image {
	position: relative;
}

.gallery-single .lower-content .middle-box .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
}

.gallery-single .lower-content .lower-box {
	position: relative;
}

.gallery-single .lower-content .lower-box .sec-title-two {
	position: relative;
	margin-bottom: 25px;
}

.gallery-single .lower-content .lower-box .text {
	position: relative;
	margin-bottom: 30px;
}

.gallery-single .lower-content .lower-box .text p {
	position: relative;
	color: #898989;
	font-size: 17px;
	margin-bottom: 22px;
}

.gallery-single .lower-content .lower-box .text p:last-child {
	margin-bottom: 0px;
}

/*Services Single*/

.services-single {
	position: relative;
	padding-left: 30px;
}

.services-single .inner-box {
	position: relative;
}

.services-single .inner-box .images-gallery {
	position: relative;
}

.services-single .inner-box .images-gallery .image-column {
	position: relative;
}

.services-single .inner-box .images-gallery .image-column .image {
	position: relative;
	margin-bottom: 30px;
}

.services-single .inner-box .images-gallery .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
}

.services-single .inner-box .images-gallery .image {
	position: relative;
	margin-bottom: 50px;
}

.services-single .inner-box h2 {
	position: relative;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2em;
	color: #242424;
	margin-bottom: 18px;
	margin-top: 20px;
}

.services-single .inner-box .text {
	position: relative;
}

.services-single .inner-box .text p {
	position: relative;
	color: #797979;
	font-size: 17px;
	margin-bottom: 25px;
}

.services-single .inner-box h3 {
	position: relative;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2em;
	color: #242424;
	margin-bottom: 18px;
}

/*Services Block Five*/

.services-block-five {
	position: relative;
	margin-bottom: 40px;
}

.services-block-five .inner {
	position: relative;
	padding-left: 95px;
}

.services-block-five .inner .icon-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70px;
	height: 70px;
	color: #163957;
	font-size: 35px;
	line-height: 70px;
	text-align: center;
	border-radius: 50%;
	background-color: #f3f3f3;
}

.services-block-five .inner h4 {
	position: relative;
	color: #242424;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.services-block-five .inner h4 a {
	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;
}

.services-block-five .inner h4 a:hover {
	color: #d2b871;
}

.services-block-five .inner .services-text {
	position: relative;
	color: #797979;
	font-size: 16px;
}

.services-single .inner-box .two-column h5 {
	position: relative;
	font-weight: 600;
	color: #242424;
	margin-bottom: 22px;
	font-size: 26px;
}

.services-single .inner-box .two-column {
	position: relative;
}

.services-single .inner-box .two-column .image-column {
	position: relative;
	margin-bottom: 30px;
}

.services-single .inner-box .two-column .image-column .image {
	position: relative;
}

.services-single .inner-box .two-column .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
}

.guarante-blocks {
	position: relative;
	margin-top: 40px;
}

.guarante-blocks .content-column {
	position: relative;
}

.guarante-blocks .content-column h3 {
	position: relative;
	color: #242424;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.2em;
}

.guarante-blocks .content-column .big-text {
	position: relative;
	color: #242424;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.4em;
	margin-bottom: 25px;
	font-family: 'Lato', sans-serif;
}

.guarante-blocks .content-column .guarante-text {
	position: relative;
	color: #797979;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.7em;
	margin-bottom: 25px;
	font-family: 'Lato', sans-serif;
}

/*Benefits*/

.benefits {
	position: relative;
	margin-top: 30px;
}

.benefits .benefit-text {
	position: relative;
	font-size: 17px;
	color: #797979;
	margin-bottom: 30px;
	font-family: 'Lato', sans-serif;
}

.main_footer {
	max-width: 1300px;
	padding: 40px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	color: #333;
	background-color: #ffffff;
}

.main_footer>header {
	flex-basis: 100%;
}

.main_footer>header h1 {
	font-size: 1.4em;
	margin-bottom: 40px;
}

.main_footer_our_pages,
.main_footer_links {
	flex-basis: 25%;
}

.main_footer_about {}




.main_footer>article h2 {

	margin-bottom: 20px;
}

.main_footer>article ul li {
	list-style: none;
	margin: 5px 0;
}

.main_footer>article ul li a {
	color: #777777;


}

.main_footer>article ul li a:hover {
	text-decoration: underline;
}

/* main_footer_rights */
.main_footer_rights {
	width: 100%;
	text-align: center;
	background-color: #F7F7F7;
	padding: 20px 0;
	border-top: 1px solid #EBEBEB;
	font-size: 0.9em;
	color: #666;
	font-weight: 300;
}

/* 768px*/
@media (max-width: 48em) {

	.main_footer_our_pages,
	.main_footer_links {
		flex-basis: 100%;
	}

	.main_footer_about {
		flex-basis: 100%;
		margin-top: 20px;
	}

	.main_footer>article ul li {
		list-style: none;
		margin: 5px 0;
		text-align: center;
	}


}


/* Estilo para o modal */
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-conteudo {
	box-sizing: border-box;
	position: fixed;
	width: min(480px, 90vw);
	height: 200px;
	left: max(calc(50vw - 480px / 2), 4vw);
	top: calc(50vh - 80px);
	padding: 22px;
	background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(119, 119, 119, 0.5));

	border: 2px solid #d2b871;
	border-radius: 8px;
	box-shadow: 0px 5px 15px -5px #0000003c;
}

.modal-conteudo h3 {
	text-align: justify;
	margin-top: 10px;
	width: 100%;
	text-align-last: center;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 600;
	color: #e1e1e1;
	font-family: 'Montserrat', sans-serif;
}

.fechar {
	cursor: pointer;
	background-color: #d2b871;
	border: 2px solid #d2b871;
	border-radius: 5px;
	padding: 5px 10px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #e1e1e1;
	font-family: 'Montserrat', sans-serif;
}

.fechar:hover,
.fechar:focus {
	color: #fff;
	background-color: #C5A46B;
	border-color: #C5A46B;
}

.fechar_erro {
	cursor: pointer;
	background-color: #d2b871;
	border: 2px solid #d2b871;
	border-radius: 5px;
	padding: 5px 10px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #e1e1e1;
	font-family: 'Montserrat', sans-serif;
}

.fechar_erro:hover,
.fechar_erro:focus {
	color: #fff;
	background-color: #C5A46B;
	border-color: #C5A46B;
}

.loading,
.message,
.message_erro {
	display: none;
	text-align: center;
}

.loader {
	border: 8px solid rgba(0, 0, 0, 0.1);
	border-left: 8px solid #C5A46B;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 1s linear infinite;
	margin: 20px auto;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@font-face {
	font-family: 'qlwapp-whatsapp';
	src: url(data:application/x-font-woff;charset=utf-8;base64,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) format('woff');
	font-weight: normal;
	font-style: normal
}

.qlwapp-whatsapp-icon {
	font-family: 'qlwapp-whatsapp' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.qlwapp-whatsapp-icon:before {
	content: "\e900"
}

#qlwapp {
	pointer-events: none;
	box-sizing: border-box
}

@media(min-width:430px) {
	#qlwapp {
		width: 430px
	}
}

#qlwapp * {
	box-sizing: border-box
}

#qlwapp.qlwapp-js-ready {
	display: block
}

#qlwapp.qlwapp-hide,
#qlwapp.qlwapp-desktop.mobile,
#qlwapp.qlwapp-mobile.desktop {
	display: none
}

#qlwapp .qlwapp-readonly,
#qlwapp.qlwapp-readonly {
	pointer-events: none !important;
	opacity: .5 !important
}

#qlwapp .qlwapp-disabled,
#qlwapp.qlwapp-disabled {
	display: none;
	visibility: hidden
}

#qlwapp.qlwapp-middle-left,
#qlwapp.qlwapp-bottom-left,
#qlwapp.qlwapp-middle-right,
#qlwapp.qlwapp-bottom-right {
	position: fixed;
	z-index: 9999999
}

#qlwapp.qlwapp-middle-left,
#qlwapp.qlwapp-bottom-left {
	right: auto;
	left: 0
}

#qlwapp.qlwapp-middle-left .qlwapp-toggle .qlwapp-time,
#qlwapp.qlwapp-bottom-left .qlwapp-toggle .qlwapp-time {
	left: 0;
	right: auto
}

#qlwapp.qlwapp-middle-left.qlwapp-bubble .qlwapp-developer,
#qlwapp.qlwapp-bottom-left.qlwapp-bubble .qlwapp-developer,
#qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-developer,
#qlwapp.qlwapp-bottom-left.qlwapp-button .qlwapp-developer,
#qlwapp.qlwapp-middle-left.qlwapp-bubble .qlwapp-toggle,
#qlwapp.qlwapp-bottom-left.qlwapp-bubble .qlwapp-toggle,
#qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-toggle,
#qlwapp.qlwapp-bottom-left.qlwapp-button .qlwapp-toggle {
	margin-left: 20px
}

#qlwapp.qlwapp-middle-left.qlwapp-bubble .qlwapp-toggle .qlwapp-text,
#qlwapp.qlwapp-bottom-left.qlwapp-bubble .qlwapp-toggle .qlwapp-text {
	right: auto;
	left: 60px
}

#qlwapp.qlwapp-middle-left .qlwapp-box:before,
#qlwapp.qlwapp-bottom-left .qlwapp-box:before {
	right: auto;
	left: 20px
}

#qlwapp.qlwapp-middle-right,
#qlwapp.qlwapp-bottom-right {
	left: auto;
	right: 0
}

#qlwapp.qlwapp-middle-right .qlwapp-toggle .qlwapp-time,
#qlwapp.qlwapp-bottom-right .qlwapp-toggle .qlwapp-time {
	left: auto;
	right: 0
}

#qlwapp.qlwapp-middle-right.qlwapp-bubble .qlwapp-developer,
#qlwapp.qlwapp-bottom-right.qlwapp-bubble .qlwapp-developer,
#qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-developer,
#qlwapp.qlwapp-bottom-right.qlwapp-button .qlwapp-developer,
#qlwapp.qlwapp-middle-right.qlwapp-bubble .qlwapp-toggle,
#qlwapp.qlwapp-bottom-right.qlwapp-bubble .qlwapp-toggle,
#qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-toggle,
#qlwapp.qlwapp-bottom-right.qlwapp-button .qlwapp-toggle {
	margin-right: 20px
}

#qlwapp.qlwapp-middle-left,
#qlwapp.qlwapp-middle-right {
	top: 40%;
	bottom: auto
}

#qlwapp.qlwapp-middle-left .qlwapp-developer,
#qlwapp.qlwapp-middle-right .qlwapp-developer {
	padding: 0 24px
}

#qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-developer,
#qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-toggle {
	margin-left: -48px;
	padding-left: 60px
}

#qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-developer,
#qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-toggle {
	margin-right: -48px;
	padding-right: 60px
}

#qlwapp.qlwapp-bottom-left,
#qlwapp.qlwapp-bottom-right {
	top: auto;
	bottom: 0
}

#qlwapp.qlwapp-rounded.qlwapp-bubble .qlwapp-toggle {
	border-radius: 50%
}

#qlwapp.qlwapp-rounded.qlwapp-button .qlwapp-toggle {
	border-radius: 50px
}

@media(min-width:430px) {
	#qlwapp.qlwapp-rounded .qlwapp-box {
		border-radius: 8px
	}
}

#qlwapp.qlwapp-rounded .qlwapp-box .qlwapp-user,
#qlwapp.qlwapp-rounded .qlwapp-box .qlwapp-message {
	border-radius: 4px
}

#qlwapp p:last-child {
	margin: 0
}

#qlwapp time {
	opacity: .8;
	font-style: italic;
	font-size: 10px
}

#qlwapp .qlwapp-no-contacts {
	display: flex;
	height: 134px;
	justify-content: center;
	align-items: center
}

#qlwapp .qlwapp-container {
	display: flex;
	flex-direction: column
}

#qlwapp .qlwapp-clearfix:before,
#qlwapp .qlwapp-clearfix:after {
	content: '';
	display: block;
	clear: both
}

#qlwapp .qlwapp-previous,
#qlwapp .qlwapp-close {
	display: block;
	opacity: .8;
	font-style: unset;
	font-size: 24px;
	font-weight: bold;
	width: 24px;
	height: 24px;
	cursor: pointer;
	text-align: center;
	line-height: 24px;
	z-index: 1
}

#qlwapp .qlwapp-previous {
	width: 16px;
	height: 36px;
	cursor: pointer;
	text-align: center;
	line-height: 36px;
	margin-right: auto
}

#qlwapp .qlwapp-developer {
	font-size: 8px;
	top: -20px;
	position: relative
}

#qlwapp .qlwapp-developer,
#qlwapp .qlwapp-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto
}

#qlwapp .qlwapp-toggle {
	pointer-events: all;
	cursor: pointer;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16);
	margin-top: 24px;
	margin-bottom: 24px;
	position: relative;
	text-decoration: none
}

#qlwapp .qlwapp-toggle,
#qlwapp .qlwapp-toggle:active,
#qlwapp .qlwapp-toggle:focus,
#qlwapp .qlwapp-toggle:hover {
	outline: 0;
	text-decoration: none
}

#qlwapp .qlwapp-toggle .qlwapp-time {
	position: absolute;
	bottom: -2em;
	color: initial;
	font-size: 10px;
	display: inline-block;
	top: auto;
	width: 120px
}

#qlwapp .qlwapp-avatar .qlwapp-avatar-container {
	overflow: hidden;
	border-radius: 50%;
	width: inherit;
	height: inherit
}

#qlwapp .qlwapp-avatar .qlwapp-avatar-container img {
	width: 100%;
	height: auto
}

#qlwapp.qlwapp-bubble .qlwapp-toggle {
	width: 60px;
	height: 60px
}

#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-icon,
#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-close {
	position: absolute;
	display: block;
	pointer-events: none;
	font-size: 24px
}

#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-text {
	position: absolute;
	right: 60px;
	height: 60px;
	margin: 0 24px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-weight: bold;
	white-space: pre
}

#qlwapp.qlwapp-button .qlwapp-toggle {
	height: 40px;
	white-space: nowrap;
	padding: 12px 24px
}

#qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-icon {
	margin: 0 12px 0 0
}

#qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-close {
	display: none
}

#qlwapp .qlwapp-box {
	pointer-events: all;
	padding-bottom: 56px;
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	box-shadow: 0 5px 40px 5px rgba(0, 0, 0, 0.5)
}

@media(min-width:430px) {
	#qlwapp .qlwapp-box {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		box-shadow: 0 8px 25px -5px rgba(45, 62, 79, 0.15);
		margin-top: 24px;
		margin-left: 24px;
		margin-right: 24px;
		margin-bottom: 12px
	}

	#qlwapp .qlwapp-box:before {
		content: '';
		position: absolute;
		bottom: -6px;
		right: 24px;
		width: 13px;
		height: 13px;
		transform: rotate(45deg)
	}

	#qlwapp .qlwapp-box .qlwapp-header {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit
	}

	#qlwapp .qlwapp-box .qlwapp-footer,
	#qlwapp .qlwapp-box .qlwapp-response {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit
	}
}

#qlwapp .qlwapp-box .qlwapp-header {
	position: relative;
	overflow: hidden
}

#qlwapp .qlwapp-box .qlwapp-header:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(135deg, transparent 0, rgba(0, 0, 0, 0.3) 100%)
}

#qlwapp .qlwapp-box .qlwapp-header .qlwapp-close {
	position: absolute;
	top: 12px;
	right: 12px
}

@media(min-width:430px) {
	#qlwapp .qlwapp-box .qlwapp-header .qlwapp-close {
		position: absolute;
		top: 7px;
		right: 7px;
		font-size: 16px
	}
}

#qlwapp .qlwapp-box .qlwapp-header .qlwapp-description {
	position: relative
}

#qlwapp .qlwapp-box .qlwapp-description,
#qlwapp .qlwapp-box .qlwapp-contact {
	padding: 24px 36px;
	height: 100%
}

#qlwapp .qlwapp-box .qlwapp-description p,
#qlwapp .qlwapp-box .qlwapp-description h3 {
	color: inherit;
	font-family: inherit;
	margin: 0
}

#qlwapp .qlwapp-box .qlwapp-description h3 {
	margin: 0 0 .25em 0
}

#qlwapp .qlwapp-box .qlwapp-contact {
	display: flex;
	justify-content: flex-end;
	align-items: center
}

#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-previous {
	position: relative;
	left: -16px
}

#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-previous>i {
	line-height: 36px
}

#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-avatar {
	width: 42px;
	height: 42px
}

#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-label,
#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-name {
	color: inherit
}

#qlwapp .qlwapp-box .qlwapp-account {
	color: inherit;
	padding: 16px 36px;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	width: 100%;
	text-decoration: none
}

#qlwapp .qlwapp-box .qlwapp-account:only-of-type {
	padding-top: 36px;
	padding-bottom: 36px
}

#qlwapp .qlwapp-box .qlwapp-info {
	padding: 0 16px
}

#qlwapp .qlwapp-box .qlwapp-avatar {
	position: relative;
	width: 62px;
	height: 62px
}

#qlwapp .qlwapp-box .qlwapp-avatar:after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 2px;
	right: 2px;
	background-image: url(data:image/png;base64,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);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 4
}

#qlwapp .qlwapp-box .qlwapp-time,
#qlwapp .qlwapp-box .qlwapp-label,
#qlwapp .qlwapp-box .qlwapp-offline-text {
	font-size: 12px;
	line-height: 1.5em;
	opacity: .6;
	display: block
}

#qlwapp .qlwapp-box .qlwapp-time {
	font-size: 11px;
	font-style: italic
}

#qlwapp .qlwapp-box .qlwapp-name {
	display: block;
	font-weight: bold;
	line-height: 1.5em
}

#qlwapp .qlwapp-box .qlwapp-body {
	overflow-x: hidden;
	overflow-y: auto
}

#qlwapp .qlwapp-box .qlwapp-body .qlwapp-carousel {
	max-height: 470px;
	min-height: 134px
}

#qlwapp .qlwapp-box .qlwapp-chat {
	display: flex;
	flex-direction: column;
	overflow: hidden
}

#qlwapp .qlwapp-box .qlwapp-user,
#qlwapp .qlwapp-box .qlwapp-message {
	padding: 16px 24px;
	margin: 36px;
	position: relative;
	word-wrap: break-word;
	width: calc(100% - 36px*2)
}

#qlwapp .qlwapp-box .qlwapp-user:before,
#qlwapp .qlwapp-box .qlwapp-message:before {
	content: '';
	position: absolute;
	top: -6px;
	right: 24px;
	width: 13px;
	height: 13px;
	transform: rotate(45deg)
}

#qlwapp .qlwapp-box .qlwapp-user {
	width: auto;
	max-width: 75%;
	align-self: flex-start;
	justify-self: flex-end;
	margin-top: 0
}

#qlwapp .qlwapp-box .qlwapp-user:before {
	top: auto;
	bottom: -6px;
	left: 24px
}

#qlwapp .qlwapp-box .qlwapp-padding {
	padding-bottom: 56px
}

#qlwapp .qlwapp-box .qlwapp-footer,
#qlwapp .qlwapp-box .qlwapp-response {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	width: 100%
}

#qlwapp .qlwapp-box .qlwapp-footer,
#qlwapp .qlwapp-box .qlwapp-response,
#qlwapp .qlwapp-box .qlwapp-footer pre,
#qlwapp .qlwapp-box .qlwapp-response pre,
#qlwapp .qlwapp-box .qlwapp-footer textarea,
#qlwapp .qlwapp-box .qlwapp-response textarea {
	max-height: 160px
}

#qlwapp .qlwapp-box .qlwapp-footer pre,
#qlwapp .qlwapp-box .qlwapp-response pre,
#qlwapp .qlwapp-box .qlwapp-footer textarea,
#qlwapp .qlwapp-box .qlwapp-response textarea {
	color: inherit;
	background-color: inherit
}

#qlwapp .qlwapp-box .qlwapp-footer:before,
#qlwapp .qlwapp-box .qlwapp-response:before {
	pointer-events: none;
	position: absolute;
	content: '';
	height: 59px;
	top: -59px;
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
	left: 0;
	right: 0
}

#qlwapp .qlwapp-box .qlwapp-footer {
	min-height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 12px;
	padding: 12px 36px
}

#qlwapp .qlwapp-box .qlwapp-footer p {
	padding: 0;
	font-size: inherit
}

#qlwapp .qlwapp-box .qlwapp-footer p:last-child {
	margin-bottom: 0
}

#qlwapp .qlwapp-box .qlwapp-response,
#qlwapp .qlwapp-box .qlwapp-response pre,
#qlwapp .qlwapp-box .qlwapp-response textarea,
#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons {
	min-height: 56px
}

#qlwapp .qlwapp-box .qlwapp-response pre,
#qlwapp .qlwapp-box .qlwapp-response textarea {
	width: 100%;
	height: 100%;
	resize: none;
	border: 0;
	padding: 18px 88px 18px 36px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	white-space: pre-wrap;
	word-wrap: break-word;
	border-radius: inherit;
	margin: 0
}

#qlwapp .qlwapp-box .qlwapp-response pre {
	visibility: hidden
}

#qlwapp .qlwapp-box .qlwapp-response textarea {
	position: absolute;
	bottom: 0;
	left: 0
}

#qlwapp .qlwapp-box .qlwapp-response textarea:focus {
	outline: 0
}

#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons {
	position: absolute;
	top: 0;
	right: 21px;
	display: flex;
	align-items: center
}

#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons.active>i {
	display: none
}

#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons.active>i.qlwf-emoji {
	display: block
}

#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons>i {
	opacity: .4
}

#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons>i,
#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons>a {
	cursor: pointer;
	margin: 0 0 0 10px;
	display: inherit;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none
}

#qlwapp .qlwapp-previous,
#qlwapp .qlwapp-close,
#qlwapp .qlwapp-toggle,
#qlwapp .qlwapp-box .qlwapp-header,
#qlwapp .qlwapp-box .qlwapp-contact,
#qlwapp .qlwapp-box .qlwapp-user {
	color: #fff
}

#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-text {
	color: #303030
}

#qlwapp .qlwapp-box,
#qlwapp .qlwapp-box:before {
	background-color: #fff
}

#qlwapp .qlwapp-box .qlwapp-account {
	background-color: #fff
}

#qlwapp .qlwapp-box .qlwapp-account:not(:first-child) {
	border-top: 1px solid #f5f5f5
}

#qlwapp .qlwapp-box .qlwapp-avatar .qlwapp-avatar-container {
	background-color: #eee
}

#qlwapp .qlwapp-box .qlwapp-message,
#qlwapp .qlwapp-box .qlwapp-message:before {
	background-color: #eee
}

#qlwapp .qlwapp-box .qlwapp-footer,
#qlwapp .qlwapp-box .qlwapp-response {
	color: #303030;
	background-color: #fff;
	border-top: 1px solid #e6e6e6
}

#qlwapp .qlwapp-toggle,
#qlwapp .qlwapp-box .qlwapp-header,
#qlwapp .qlwapp-box .qlwapp-user,
#qlwapp .qlwapp-box .qlwapp-user:before {
	background-color: #25baa9;
}

#qlwapp {
	display: none
}

#qlwapp.qlwapp-show .qlwapp-box {
	visibility: visible;
	opacity: 1;
	transform: translateY(0) scale(1);
	display: block
}

#qlwapp.qlwapp-transition .qlwapp-box {
	visibility: visible;
	display: block
}

#qlwapp.qlwapp-bubble.qlwapp-show .qlwapp-toggle .qlwapp-icon {
	transform: scale(0, 0);
	opacity: 0
}

#qlwapp.qlwapp-bubble.qlwapp-show .qlwapp-toggle .qlwapp-close {
	transform: scale(1, 1);
	opacity: 1
}

#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-close {
	transform: scale(0, 0);
	opacity: 0
}

#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-icon {
	transform: scale(1, 1);
	opacity: 1
}

#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-icon,
#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-close {
	transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 300ms ease-in
}

#qlwapp .qlwapp-box {
	display: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 300ms ease-in
}

@media(min-width:430px) {
	#qlwapp .qlwapp-box {
		transform: translateY(50px) scale(0.9)
	}
}

#qlwapp .qlwapp-box .qlwapp-carousel {
	display: flex;
	width: 200%;
	height: 100%
}

#qlwapp .qlwapp-box .qlwapp-carousel .qlwapp-slide {
	width: 50%;
	transition: max-height 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 1000ms, transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms, opacity 500ms ease-in 500ms;
	height: 100%;
	overflow: hidden
}

#qlwapp .qlwapp-box .qlwapp-header .qlwapp-slide {
	max-height: 300px
}

#qlwapp .qlwapp-box .qlwapp-header .qlwapp-name,
#qlwapp .qlwapp-box .qlwapp-header .qlwapp-label,
#qlwapp .qlwapp-box .qlwapp-header .qlwapp-avatar {
	opacity: 0;
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .3s, opacity ease-in .3s
}

#qlwapp .qlwapp-box .qlwapp-header .qlwapp-name,
#qlwapp .qlwapp-box .qlwapp-header .qlwapp-label {
	transform: translateX(56px)
}

#qlwapp .qlwapp-box .qlwapp-header .qlwapp-avatar {
	transform: scale(0.5)
}

#qlwapp .qlwapp-box .qlwapp-header .qlwapp-name {
	transition-delay: 800ms
}

#qlwapp .qlwapp-box .qlwapp-header .qlwapp-label {
	transition-delay: 850ms
}

#qlwapp .qlwapp-box .qlwapp-header .qlwapp-avatar {
	transition-delay: 900ms
}

#qlwapp .qlwapp-box .qlwapp-footer,
#qlwapp .qlwapp-box .qlwapp-response,
#qlwapp .qlwapp-box .qlwapp-previous,
#qlwapp .qlwapp-box .qlwapp-message,
#qlwapp .qlwapp-box .qlwapp-user {
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 600ms, opacity ease-in 200ms
}

#qlwapp .qlwapp-box .qlwapp-response,
#qlwapp .qlwapp-box .qlwapp-previous,
#qlwapp .qlwapp-box .qlwapp-user {
	opacity: 0
}

#qlwapp .qlwapp-box .qlwapp-response {
	pointer-events: none
}

#qlwapp .qlwapp-box .qlwapp-previous {
	transform: translateX(56px)
}

#qlwapp .qlwapp-box .qlwapp-user {
	transform: translateY(56px)
}

#qlwapp .qlwapp-box .qlwapp-close {
	transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1)
}

#qlwapp .qlwapp-box .qlwapp-description {
	transition: transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 900ms cubic-bezier(0.215, 0.61, 0.355, 1)
}

#qlwapp .qlwapp-box .qlwapp-account {
	transition: transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 150ms ease-in
}

#qlwapp .qlwapp-box .qlwapp-previous {
	transition-delay: 800ms
}

#qlwapp .qlwapp-box .qlwapp-message {
	transition-delay: 900ms
}

#qlwapp .qlwapp-box .qlwapp-close,
#qlwapp .qlwapp-box .qlwapp-description {
	transition-delay: 900ms
}

#qlwapp .qlwapp-box .qlwapp-user {
	transition-delay: 200ms
}

#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(6) {
	transition-delay: 600ms
}

#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(5) {
	transition-delay: 500ms
}

#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(4) {
	transition-delay: 400ms
}

#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(3) {
	transition-delay: 300ms
}

#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(2) {
	transition-delay: 200ms
}

#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(1) {
	transition-delay: 100ms
}

#qlwapp .qlwapp-box .qlwapp-slide .qlwapp-message {
	opacity: 0;
	transform: translateY(-56px)
}

#qlwapp .qlwapp-box .qlwapp-slide .qlwapp-box .qlwapp-account:hover {
	background-color: #fafafa
}

#qlwapp .qlwapp-box.response .qlwapp-carousel .qlwapp-slide {
	transform: translateX(-100%)
}

#qlwapp .qlwapp-box.response .qlwapp-body .qlwapp-carousel {
	overflow: hidden;
	max-height: 134px !important;
	min-height: 122px
}

#qlwapp .qlwapp-box.response .qlwapp-close {
	transition-delay: 0ms
}

#qlwapp .qlwapp-box.response .qlwapp-close,
#qlwapp .qlwapp-box.response .qlwapp-footer,
#qlwapp .qlwapp-box.response .qlwapp-description,
#qlwapp .qlwapp-box.response .qlwapp-account {
	opacity: 0
}

#qlwapp .qlwapp-box.response .qlwapp-account {
	transform: translateY(-33.333%);
	border-top-color: transparent !important
}

#qlwapp .qlwapp-box.response .qlwapp-user {
	display: block
}

#qlwapp .qlwapp-box.response .qlwapp-message,
#qlwapp .qlwapp-box.response .qlwapp-previous,
#qlwapp .qlwapp-box.response .qlwapp-response {
	opacity: 1
}

#qlwapp .qlwapp-box.response .qlwapp-response {
	pointer-events: all
}

#qlwapp .qlwapp-box.response .qlwapp-message,
#qlwapp .qlwapp-box.response .qlwapp-previous {
	transform: translate(0)
}

#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-slide {
	max-height: 84px
}

#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-name,
#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-avatar {
	opacity: 1
}

#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-label {
	opacity: .5
}

#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-name,
#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-label {
	transform: translateX(0)
}

#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-avatar {
	transform: scale(1)
}

#qlwapp .qlwapp-box.response.opening .qlwapp-footer,
#qlwapp .qlwapp-box.response.opening .qlwapp-response,
#qlwapp .qlwapp-box.response.opening .qlwapp-close,
#qlwapp .qlwapp-box.response.opening .qlwapp-previous,
#qlwapp .qlwapp-box.response.opening .qlwapp-description,
#qlwapp .qlwapp-box.response.opening .qlwapp-header .qlwapp-name,
#qlwapp .qlwapp-box.response.opening .qlwapp-header .qlwapp-label {
	visibility: visible
}

#qlwapp .qlwapp-box.texting .qlwapp-body {
	overflow-y: auto
}

#qlwapp .qlwapp-box.texting .qlwapp-user {
	opacity: 1;
	transform: translate(0)
}

#qlwapp .qlwapp-box.closing .qlwapp-previous {
	transition-delay: 0ms;
	transform: translateX(-24px);
	opacity: 0;
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 300ms, opacity ease-out 200ms
}

#qlwapp .qlwapp-box.closing .qlwapp-description {
	opacity: 0
}

body.rtl #qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-icon {
	margin: 0 0 0 12px
}

body.rtl #qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons {
	right: auto;
	left: 21px;
	flex-direction: row-reverse
}

body.rtl #qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons>a {
	transform: rotate(180deg)
}

body.rtl #qlwapp .qlwapp-box .qlwapp-response pre,
body.rtl #qlwapp .qlwapp-box .qlwapp-response textarea {
	padding: 18px 36px 18px 88px
}

body.rtl #qlwapp .qlwapp-box.response .qlwapp-carousel .qlwapp-slide {
	transform: translateX(100%)
}

body.rtl #qlwapp .qlwapp-box .qlwapp-contact {
	flex-direction: row-reverse
}

.modal-area-atuacao {
	position: fixed;
	z-index: 9999;
	padding-top: 80px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.6);
}

.modal-content-area-atuacao {
	background-color: #fff;
	margin: auto;
	padding: 30px;
	border-radius: 12px;
	width: 85%;
	max-width: 1000px;
	border: 5px solid #cebb81;
	position: relative;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.close-btn-area-atuacao {
	color: #cebb81;
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
}

.close-btn-area-atuacao:hover {
	color: #a78c48;

}

.modal-title-area-atuacao {
	text-align: center;
	font-size: 26px;
	margin-bottom: 30px;
	color: #cebb81;
	font-weight: 700;
}

.modal-body-area-atuacao {
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: flex-start;
	justify-content: space-between;
}

.modal-image-area-atuacao {
	flex: 1;
	overflow: hidden;
	border-radius: 10px;
}

.modal-image-area-atuacao img {
	width: 100%;
	max-width: 100%;
	border-radius: 10px;
	transform: scale(1.2);
	transition: transform 0.4s ease;
	transform-origin: center;
}


.modal-text-area-atuacao {
	flex: 1;
	height: auto;
	min-height: 73vh;
	font-size: 18px;
	line-height: 1.6;
	color: #444;
	text-align: justify;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.whatsapp {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}

.whatsapp-button {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background-color: #fff;
	color: #d2b871;
	padding: 10px 18px;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 600;
	margin-top: 20px;
	font-size: 16px;
	transition: background-color 0.3s ease;
	border-radius: 50px;
	border: 2px solid #d2b871;


}

.whatsapp-button:hover {
	background-color: #d2b871;
	color: #fff;
	border-color: #d2b871;
}

.whatsapp-icon {
	font-size: 26px;
}


.modal-body-left {
	flex-direction: row;
}

.modal-body-right {
	flex-direction: row-reverse;
}

/* Modal da Equipe */
.modal-equipe {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 20px;
}

.modal-content-equipe {
	background: #fff;
	width: 70%;
	border-radius: 10px;
	margin: 40px auto;
	padding: 25px;
	position: relative;
	border: 5px solid #cebb81;

}

.close-btn-equipe {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 28px;
	font-weight: bold;
	color: #cebb81;
	cursor: pointer;
}

.close-btn-area-equipe:hover {
	color: #a78c48;

}

.modal-title-equipe {
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
	color: #cebb81;
	font-weight: bold;

}

.modal-body-equipe {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 25px;
}

.modal-image-equipe {
	flex: 1;
	max-width: 40%;


}

.modal-image-equipe .swiper {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.modal-image-equipe .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.modal-text-equipe {
	display: flex;
	flex-direction: column;
	flex: 1;
	font-size: 16px;
	max-width: 50%;
	color: #444;
	line-height: 1.6;
	text-align: justify;
	display: flex;
	align-items: center;
}

#modalEquipeDescricao {
	line-height: 2.2;
}


.swiper-button-next,
.swiper-button-prev {
	display: none;
	color: #a78c48;
	font-weight: bold;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	transition: background 0.3s ease, transform 0.2s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	color: #d2b871;
	transform: scale(1.1);
}

.swiper-pagination-bullet-active {
	background: #a78c48;
}

.swiper-pagination-bullet {
	background: rgba(206, 187, 129, 0.4);
}


/* Responsivo (lado a lado a partir de 768px) */
@media (min-width: 768px) {
	.modal-body-equipe {
		flex-direction: row;
		align-items: flex-start;
	}

	.modal-image-equipe {
		flex: 1;
	}

	.modal-text-equipe {
		flex: 2;
	}
}



/* Responsivo: layout em coluna no celular */
@media screen and (max-width: 768px) {
	.modal-body-area-atuacao {
		flex-direction: column !important;
		align-items: center;
		text-align: center;
	}

	.modal-text-area-atuacao {
		text-align: justify;
		font-size: 16px;
	}

	.modal-title-area-atuacao {
		font-size: 22px;
	}

	.modal-content-area-atuacao {
		padding: 20px;
	}

	.modal-image-area-atuacao img {
		width: 100%;
		max-width: 300px;
	}
}

/* Responsivo: layout em coluna no celular */
@media screen and (max-width: 768px) {
	.modal-content-equipe {
		width: 95%;
		margin: 20px auto;
		padding: 15px;
		border-width: 3px;
	}

	.modal-title-equipe {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.modal-body-equipe {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.modal-image-equipe {
		max-width: 100%;
	}

	.modal-text-equipe {
		max-width: 100%;
		font-size: 16px;
		text-align: justify;
		line-height: 1.8;
	}

	.modal-image-equipe .swiper-slide img {
		width: 100%;
		height: auto;
		min-height: 300px;
		object-fit: contain;
		object-position: center;
		display: block;
		margin: 0 auto;
	}
}

.theme-btn.btn-style-whatsapp {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: #d2b871;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 18px;
	border-radius: 50px;
	text-decoration: none;
	transition: background 0.3s ease;
	border: 2px solid #d2b871;

}

.theme-btn.btn-style-whatsapp:hover {
	color: #d2b871;
	border-color: #d2b871;
	background-color: #f5f6ee;
}

.theme-btn.btn-style-whatsapp i {
	font-size: 20px;
}