/*
Template Name: RentalH - Real Estate HTML5 Template
Description: RentalH - Real Estate HTML5 Template
Author: Bokhtyer
Version: 1.0
*/
/* 1. Header
 * 2. Button
 * 3. Hero Area
 * 4. Appointment
 * 5. About Area
 * 6. interior Area
 * 7. Project Slider
 * 8. specialization-area
 * 9. Team Area
 * 10. Building Animations
 * 11. Testimonial
 * 12. Blog
 * 13. Footer
 * 
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap');
body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #191919;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
}
a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
*::-moz-selection {
	background: #F95537;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #F95537;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #F95537;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Poppins', sans-serif;
	color: #1d2746;
	font-weight: 700;
}
ul{
	margin:0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	transition: .4s;
	-webkit-transition: all .4s ease-in-out;
}
a:hover{
	text-decoration: none;
}
button:focus{
	outline: none;
}
input:focus{
	outline: none;
}
textarea:focus{
	outline: none;
}
/*Scroll Area*/
.dwiz3m {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    display: none;
}
.dwiz3m i {
    width: 45px;
    height: 45px;
    background-color: #F95537 ;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
}
/*
 * 1. Header
*/
.orcncd {
	background: #1d2746;
	color: #fff;
	padding: 10px 0px;
}
.htk1uw span {
	padding-right: 20px;
	font-size: 14px;
	letter-spacing: .5px;
}
.htk1uw span:last-child{
	padding: 0px;
}
.oechp0 {
	text-align: right;
}
.oechp0 ul li {
	display: inline-block;
	padding: 0px 12px;
}
.oechp0 ul li a {
	color: #fff;
}
.iaayj0 {
	float: right;
	padding-left: 30px;
	display: flex;
	height: 100%;
	align-items: center;
}
.post5o {
	height: 100%;
	align-items: center;
	display: flex;
}
.zn1c9e ul li {
	display: inline-block;
	padding: 0px 20px;
	position: relative;
}
.zn1c9e ul li a {
	display: inline-block;
	color: #333;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	padding: 35px 0px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
}
.zn1c9e ul li a::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 0;
	height: 1px;
	background: #fff;
	bottom: 32px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .4s ease-in-out;
}
.zn1c9e ul li:hover > a::after{
	width: 100%;
}
.zn1c9e ul li > ul {
	position: absolute;
	width: 250px;
	text-align: left;
	background: #fff;
	color: #000;
	border-radius: 4px;
	box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.1);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	top: 130px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0px;
	border: 1px solid #e6eeef;
	z-index: 999;
}
.zn1c9e ul li > ul::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: #fff;
	left: 20px;
	top: -10px;
	transform: rotate(45deg);
	border-left: 1px solid #e6eeef;
	border-top: 1px solid #e6eeef;
}
.zn1c9e ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	top: 90px;
	z-index: 999;
}
.zn1c9e ul li > ul > li {
	width: 100%;
}
.zn1c9e ul li > ul > li > a {
	color: #6e8270;
	font-weight: 400;
	padding: 9px 0px;
	display: inline-block;
}
.zn1c9e ul li > ul > li:hover > a{
	color: #F95537;
}
.zn1c9e ul li > ul > li > a::after {
	content: "";
	background: #F95537;
	bottom: 7px;
}
.zn1c9e ul li > ul li > ul {
	left: 100%;
}
.zn1c9e ul li > ul li:hover > ul{
	top: 0px;
}
.zn1c9e ul li > ul li > ul::after {
	width: 0px;
	height: 0px;
	border: none;
}
.zn1c9e ul li:hover > a{
	color: #F95537;
}
.zn1c9e ul li a{
	color: #333;
}
.zn1c9e {
	text-align: right;
}
.swrqsr .dwe50u {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-shadow: 0px 0px 10px 0px #eaeaea;
	-webkit-transition: all.3s ease-in-out;
	transition: all .3s ease-in-out;
}
.swrqsr{
	position: relative;
}
.swrqsr:hover .dwe50u{
	background: #F95537;
	color: #fff;
}
.s15y6z {
	position: absolute;
	top: 100px;
	width: 150px;
	text-align: left;
	background: #fff;
	color: #000;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	right: 0;
	opacity: 0;
	visibility: hidden;
	border: 1px solid #e6eeef;
	padding: 15px 10px;
	z-index: 99;
}
.swrqsr:hover .s15y6z{
	opacity: 1;
	visibility: visible;
	top: 70px
}
.s15y6z::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: #fff;
	right: 10px;
	top: -10px;
	transform: rotate(45deg);
	border-left: 1px solid #e6eeef;
	border-top: 1px solid #e6eeef;
}
.s15y6z ul li a {
	display: inline-block;
	padding: 5px 0px;
	color: #333;
	font-size: 14px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .3s ease-in-out;
}
.s15y6z ul li a:hover{
	color: #F95537;
}
.bf5twh {
	position: relative;
}
.bf5twh {
	margin-right: 20px;
	-webkit-transition: all.3s ease-in-out;
	transition: all .3s ease-in-out;
}
.mj6wn8{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-shadow: 0px 0px 10px 0px #eaeaea;
}
.bf5twh:hover{
	background: #F95537;
	color: #fff;
}
.db8qln {
	position: absolute;
	top: 100px;
	width: 250px;
	text-align: left;
	background: #fff;
	color: #000;
	border-radius: 0px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	right: 0;
	border: 1px solid #e6eeef;
	padding: 15px 10px;
	visibility: hidden;
	opacity: 0;
	z-index: 9;
}
.bf5twh:hover .db8qln {
	opacity: 1;
	visibility: visible;
	top: 70px;
}
.db8qln:after{
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: #fff;
	right: 10px;
	top: -10px;
	transform: rotate(45deg);
	border-left: 1px solid #e6eeef;
	border-top: 1px solid #e6eeef;
}
.qt8lb1 {
	position: relative;
}
.qt8lb1 input {
	width: 100%;
	height: 50px;
	border-radius: 0px;
	border: 2px solid #eee;
	padding: 0px 10px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.qt8lb1 input:focus{
	border-color: #F95537;
}
.qt8lb1 button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	border: none;
	background: none;
	color: #9d9797;
	padding-right: 12px;
}
.qt8lb1 button:hover{
	color: #F95537;
}
/*
 * 2. Button
*/
.sdr2ra {
	padding: 15px 40px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	background: #F95537;
	font-weight: 600;
	letter-spacing: .5px;
	text-transform: capitalize;
	border: 1px solid #F95537;
	-webkit-transition: all .3s ease-in-out;
	transition: all .25s ease-in-out;
	position: relative;
	z-index: 1;
}
.sdr2ra::after {
	z-index: -1;
	content: "";
	clear: both;
	position: absolute;
	width: 0%;
	height: 100%;
	-webkit-transition: all .2s ease-in-out;
	transition: all .25s ease-in-out;
	background: #fff;
	top: 0;
	left: 0;
	left: 0;
}
.sdr2ra:hover:after{
	width: 100%;
}
.sdr2ra:hover{
	color: #1d2746;
	border-color: #1d2746;
}
.oflekr {
	padding: 16px 40px;
	display: inline-block;
	font-size: 16px;
	color: #1d2746;
	font-weight: 600;
	letter-spacing: .5px;
	text-transform: capitalize;
	-webkit-transition: all .3s ease-in-out;
	transition: all .25s ease-in-out;
	position: relative;
	z-index: 1;
	box-shadow: 0px 1px 10px 0px #b9b4b4;
}
.oflekr::after {
	z-index: -1;
	content: "";
	clear: both;
	position: absolute;
	width: 0%;
	height: 100%;
	-webkit-transition: all .2s ease-in-out;
	transition: all .25s ease-in-out;
	background: #1d2746;
	top: 0;
	left: 0;
	left: 0;
}
.oflekr:hover:after{
	width: 100%;
}
.oflekr:hover{
	color: #fff;
}
/*
 * 3. Hero Area
*/
.j81kkc {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #EDF3F4;
}
.w5qckx {
	text-align: center;
}
.emjl4t p {
	font-size: 18px;
	line-height: 30px;
}
.tbz6za a:nth-child(1) {
	margin-right: 20px;
}
.emjl4t h2 {
	font-size: 44px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
}
/*
 * 4. Appointment
*/
.k2ob05 {
	box-sizing: border-box;
	margin-top: -90px;
	background: #fff;
	padding: 50px;
	box-shadow: 0px 8px 12px 0px #eee;
	border-radius: 10px;
	position: relative;
	z-index: 999;
}
.dgyzmy input {
	width: 100%;
	height: 60px;
	border: 1px solid #eee;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding: 0px 16px;
}
.dgyzmy input:focus{
	border-color: #F95537;
}
.dgyzmy button{
	width: 100%;
	height: 60px;
}
.dgyzmy .ma3681 {
	width: 100%;
	border-radius: 0px;
	height: 60px;
	border: 1px solid #eee;
	font-size: 16px;
	display: flex;
	align-items: center;
}
.dgyzmy .ma3681:focus{
	border-color: #F95537;
}
.dgyzmy .ma3681 ul{
	width: 100%;
	border-radius: 0px;
}
/*
 * 5. About Area
*/
.lypl5d {
	text-align: center;
	position: relative;
}
.lypl5d img{
	width: 100%;
}
.ql7nw6 {
	position: absolute;
	bottom: 50px;
	right: 50px;
	text-align: center;
	background: #F95537;
	padding: 20px;
}
.nmqnhx h2 {
	font-size: 60px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
}
.nmqnhx p {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}
.mznekh {
	padding-left: 20px;
	margin-bottom: 20px;
	position: relative;
}
.mznekh::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 7px;
	height: 100%;
	background: #F95537;
	top: 0;
	left: 0;
}
.mznekh h5 {
	color: #F95537;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 10px;
}
.mznekh h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
}
.v63qqk p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}
.v63qqk ul li {
	width: 48%;
	float: left;
	line-height: 30px;
	padding: 10px 10px;
	background: #F9553730;
	margin-right: 2%;
	margin-bottom: 10px;
}
.v63qqk ul {
	padding-bottom: 10px;
	overflow: hidden;
}
.v63qqk ul li i {
	padding-right: 8px;
}
.lsbubh{
	background: #EDF3F4;
}
/*
 * 6. interior Area
*/
.k747qh h5 {
	font-size: 20px;
	font-weight: 400;
	color: #F95537;
	margin-bottom: 10px;
}
.k747qh h2 {
	font-size: 42px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
}
.k747qh p {
	margin-bottom: 15px;
	line-height: 28px;
}
.k747qh p.active {
	border-left: 5px solid #F95537;
	padding: 10px;
	background: #F955371C;
	padding-left: 20px;
}
.s7pwqn {
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0px 0px 9px 0px #e6dede;
	padding: 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.s7pwqn:hover{
	background: #F95537;
}
.s7pwqn .n1q0c9 i {
	font-size: 30px;
	padding-bottom: 5px;
	display: block;
	color: #F95537;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.s7pwqn:hover .n1q0c9 i{
	color: #fff;
}
.s7pwqn h3 {
	font-size: 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.s7pwqn:hover h3{
	color: #fff;
}
.s7pwqn p {
	margin-top: 6px;
	margin-bottom: 10px;
	font-size: 14px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.s7pwqn:hover p{
	color: #fff;
}
.s7pwqn a {
	color: #333;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .2px;
}
.s7pwqn:hover a{
	color: #fff;
}
/*
 * 7. Project Slider
*/
.aecfef h4 {
	font-size: 20px;
	font-weight: 400;
	color: #F95537;
	margin-bottom: 10px;
}
.aecfef h2 {
	font-size: 32px;
	font-weight: 700;
}
.agiefr {
	width: 95%;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.agiefr .content {
	background: #eee;
	box-sizing: border-box;
	padding: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.agiefr .content span {
	font-size: 16px;
	font-weight: 600;
	color: #F95537;
}
.agiefr .content h4 a{
	color: #333;
}
.agiefr .content h4 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 600;
}
.agiefr .content h4:hover a{
	color: #F95537;
}
.agiefr .vbjbf3 a.gqftfs {
	font-size: 14px;
	font-weight: 400;
	color: #333;
}
.agiefr .vbjbf3 a.gqftfs:hover{
	color: #F95537;
}
.hdkjwp .owl-next {
	position: absolute;
	top: 45%;
	right: 50px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	visibility: hidden;
	opacity: 0;
}
.hdkjwp .owl-prev {
	position: absolute;
	top: 45%;
	left: 50px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	visibility: hidden;
	opacity: 0;
}
.hdkjwp:hover .owl-next {
	visibility: visible;
	opacity: 1;
	right: 0;
}
.hdkjwp:hover .owl-prev {
	visibility: visible;
	opacity: 1;
	left: 0;
}
.aqkey8 {
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border-radius: 50%;
	border: 2px solid #eee;
}
.aqkey8:hover{
	background: #F95537;
	color: #fff;
	border-color: #F95537;
}
.agiefr .ujmawm {
	width: 100%;
	overflow: hidden;
}
.agiefr .ujmawm img{
	width: 100%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease;
}
.agiefr:hover .ujmawm img{
	transform: scale(1.15);
}
/*
 * 8. specialization-area
*/
.o1pvrt {
	width: 100%;
	overflow: hidden;
	background: #1d2746;
	color: #fff;
}
.jkegt2 {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.jkegt2 img {
	width: 100%;
}
.bj012e h3 {
	color: #fff;
	font-size: 24px;
}
.n8hlfh {
	position: absolute;
	bottom: 30px;
	background: #F95537;
	text-align: center;
	padding: 16px 10px;
}
.n8hlfh {
	position: absolute;
	bottom: 30px;
	background: #F95537;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	left: 30px;
	border-radius: 4%;
}
.bj012e i {
	font-size: 22px;
}
.bj012e p {
	font-size: 12px;
}
.cuiug0 h5 {
	font-size: 20px;
	font-weight: 400;
	color: #F95537;
	margin-bottom: 10px;
}
.cuiug0 h2 {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 20px;
	color: #fff;
}
.cuiug0 {
	padding: 60px;
}
.cuiug0 ul li span {
	overflow: hidden;
	font-weight: 600;
}
.cuiug0 ul li i {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #5591774d;
	border-radius: 50%;
	float: left;
	margin-right: 12px;
	margin-top: 6px;
	font-size: 12px;
}
.cuiug0 ul li {
	float: left;
	width: 50%;
	padding-right: 5px;
	padding: 10px 0px;
}
.q1ttn4 .owl-nav {
	position: absolute;
	bottom: 0;
	right: 0px;
}
.rs8ngr {
	width: 60px;
	height: 60px;
	background: #1d2746;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
}
.q1ttn4 .owl-nav .owl-next {
	position: absolute;
	bottom: 0;
	right: 0;
}
.q1ttn4 .owl-nav .owl-prev {
	position: absolute;
	bottom: 60px;
	right: 0;
}
.q1ttn4 .owl-nav .owl-prev .rs8ngr {
	background: #fff;
	color: #1d2746;
}
/*
 * 9. Team Area
*/
.lkczi7 {
	width: 100%;
	overflow: hidden;
	text-align: center;
	border: 1px solid #eee;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	box-sizing: border-box;
}
.lkczi7 img{
	width: 100%;
}
.lkczi7:hover {
	box-shadow: 0px 10px 12px 0px #d5d1d16e;
}
.lkczi7 .content {
	padding: 25px 0px;
}
.lkczi7 .content h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
.lkczi7 .content span {
	font-size: 16px;
	font-weight: 500;
	color: #F95537;
	margin-bottom: 10px;
	display: block;
}
.lkczi7 .content ul li {
	display: inline-block;
	margin: 0px 2px;
}
.lkczi7 .content ul li a {
	display: inline-block;
}
.lkczi7 .content ul li a i {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #eee;
	color: #847a7a;
	font-size: 14px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .3s ease-in-out;
}
.lkczi7 .content ul li a i:hover{
	background: #F95537;
	color: #fff;
	border-color: #F95537;
}
/*
 * 10. Building Animations
*/
.qys8t5{
	width: 100%;
}
.qys8t5 img {
	width: 100%;
	object-fit: cover;
}
.shpzk9 {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 50px 50px;
	margin-top: -190px;
	box-shadow: 0px 11px 12px 3px #eee;
	text-align: center;
}
.ozinw8 .n1q0c9 {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #F95537;
	background: #F955372E;
	border-radius: 50%;
	font-size: 30px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease;
}
.ozinw8 {
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px #eee;
	padding: 25px 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 10px;
}
.ozinw8:hover{
	background: #F95537;
}
.ozinw8 h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 700;
}
.ozinw8 h3 a{
	color: #1d2746;
	-webkit-transition: all .4s ease-in-out;
	transition: all .3s ease-in-out;
}
.ozinw8:hover h3 a{
	color: #fff;
}
.ozinw8:hover .n1q0c9{
	background: #fff;
}
.ok4qy2 {
	background: #F8F7FC;
}
/*
 * 11. Testimonial
*/
.fhd4sh {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.jfppta {
	width: 92%;
	margin: 10px auto;
	background: #fff;
	box-sizing: border-box;
	padding: 30px 30px;
	border-radius: 5px;
	box-shadow: 0px 4px 5px 0px #d7d2d257;
}
.o8ylbr p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-bottom: 25px;
}
.o8ylbr p i {
	font-size: 30px;
	padding-right: 10px;
	color: #F95537;
}
.o8ylbr .ca8fuc .nnan4q h6 {
	color: #F95537;
	font-size: 16px;
	font-weight: 400;
}
.o8ylbr .ca8fuc .nnan4q h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2px;
}
.o8ylbr .ca8fuc .nnan4q {
	margin-top: 12px;
}
.o8ylbr .ca8fuc img {
	width: 70px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
.o8ylbr .ca8fuc {
	position: relative;
	padding-left: 80px;
	overflow: hidden;
	padding-bottom: 20px;
}
.t1e8r7 .owl-nav .owl-prev {
	position: absolute;
	top: 45%;
	left: 75px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.t1e8r7 .owl-nav .owl-next {
	position: absolute;
	top: 45%;
	right: 75px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.t1e8r7:hover .owl-nav .owl-next {
	right: 0px;
	opacity: 1;
	visibility: visible;
}
.t1e8r7:hover .owl-nav .owl-prev {
	left: 0px;
	opacity: 1;
	visibility: visible;
}
.bprs4y {
	width: 42px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #eee;
	background: #fff;
	border-radius: 50%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.bprs4y:hover{
	background: #F95537;
	color: #fff;
	border-color: #F95537;
}
/*
 * 12. Blog
*/
.bmpo0h {
	width: 100%;
	overflow: hidden;
	box-shadow: 1px 1px 16px 6px #e8e8e8;
}
.bmpo0h .fjg4x4 {
	width: 100%;
	overflow: hidden;
}
.bmpo0h .fjg4x4 img{
	width: 100%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease;
}
.bmpo0h:hover .fjg4x4 img{
	transform: scale(1.13);
}
.bmpo0h .content {
	padding: 24px 20px;
}
.bmpo0h .content .ca8fuc a {
	margin-right: 14px;
	display: inline-block;
	color: #847171;
	font-size: 16px;
}
.bmpo0h .content .ca8fuc a:hover{
	color: #F95537;
}
.bmpo0h .content .ca8fuc a i{
	color: #F95537;
	padding-right: 2px;
}
.bmpo0h .content .ca8fuc a:last-child{
	margin: 0px;
}
.bmpo0h .content .title {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}
.bmpo0h .content .title h3 {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
}
.bmpo0h .content .title h3 a{
	color: #1d2746;
}
.bmpo0h .content .title h3 a:hover{
	color: #F95537;
}
.bmpo0h .content .xflu3t {
	overflow: hidden;
}
.bmpo0h .content .xflu3t .w1y9wy {
	float: left;
}
.bmpo0h .content .xflu3t .tmc7ay {
	text-align: right;
}
.bmpo0h .content .xflu3t .w1y9wy span {
	color: #758471;
	font-size: 15px;
}
.bmpo0h .content .xflu3t .w1y9wy span i{
	padding-right: 2px;
	color: #F95537;
}
.bmpo0h .content .xflu3t .tmc7ay a {
	color: #333;
	font-weight: 600;
	letter-spacing: .3px;
}
.bmpo0h .content .xflu3t .tmc7ay a:hover{
	color: #F95537;
}
.g2a1r6 {
	background: #F95537;
	padding: 50px 30px;
	margin-bottom: -80px;
	border-radius: 2px;
}
.k24b10 h3 {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	padding-bottom: 10px;
}
.k24b10 p {
	color: #fff;
	font-size: 14px;
}
.zd4e8k {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.zd4e8k input {
	width: 62%;
	height: 60px;
	border: none;
	padding: 0px 20px;
	margin-right: 10px;
}
.zd4e8k button {
	height: 60px;
	border: none;
	text-transform: uppercase;
	font-size: 15px;
}
/*
 * 13. Footer
*/
.vcqywl {
	background: #1d2746;
}
.n6cc99 {
	margin-bottom: 15px;
}
.ldyqpr p {
	color: #fff;
	line-height: 28px;
}
.aatbch {
	margin-top: 14px;
}
.aatbch span {
	display: inline-block;
	margin: 0px 2px;
}
.aatbch span a{
	display: inline-block;
}
.aatbch span a i {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid;
	font-size: 12px;
	color: #fff;
	-webkit-transition: all.4s ease-in-out;
	transition: all .4s ease-in-out;
}
.aatbch span a i:hover{
	color: #1d2746;
	border-color: #fff;
	background: #fff;
}
.ldyqpr h3 {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.ldyqpr h3::before {
	content: "";
	clear: both;
	width: 100%;
	height: 1px;
	position: absolute;
	background: #ddd;
	bottom: 0;
}
.ldyqpr h3::after {
	content: "";
	clear: both;
	background: #F95537;
	position: absolute;
	width: 45px;
	height: 3px;
	bottom: -1px;
	left: 0;
}
.ldyqpr ul li a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding: 6px 0px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.ldyqpr ul li a:hover{
	color: #F95537;
}
.lct1fb .pgm3cl {
	width: 30%;
	float: left;
	overflow: hidden;
}
.xkkldz {
	background: #303a60;
	color: #fff;
	font-size: 14px;
}
.l9zwgb {
	text-align: right;
}
.l9zwgb ul li {
	display: inline-block;
	margin: 0px 10px;
	font-weight: 500;
}
.l9zwgb ul li a{
	color: #fff;
}
.l9zwgb ul li a:hover{
	color: #F95537;
}
/*
 * Hero SLider
*/
/*Animation*/
.active .m08b5v h2, .active .m08b5v h4, .active .m08b5v a, .active .m08b5v p{
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.active .m08b5v h2{
	 -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.active .m08b5v p{
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.active .m08b5v a {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.m08b5v {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 200px;
	padding-bottom: 200px;
	position: relative;
	z-index: 1;
}
.okkfh7{
	text-align: right;
}
.m08b5v::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	background: rgba(4, 18, 45, 0.51);
	z-index: -1;
}
.ty7nz7 h4 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
}
.ty7nz7 h2 {
	color: #fff;
	margin-bottom: 20px;
	line-height: 1.3;
	font-weight: 700;
	font-size: 40px;
}
.ty7nz7 p {
	color: #fff;
	max-width: 500px;
	font-size: 18px;
}
.okkfh7 .ty7nz7 p {
	float: right;
	margin: auto;
}
.vvpadd .ty7nz7 p {
	margin: 0 auto;
}
.ty7nz7 .content {
	width: 100%;
	overflow: hidden;
}
.aembj3 .owl-prev {
	position: absolute;
	top: 46%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	left: 100px;
	opacity: 0;
	visibility: hidden;
}
.aembj3:hover .owl-prev{
	opacity: 1;
	visibility: visible;
	left: 20px;
}
.aembj3 .owl-next {
	position: absolute;
	top: 46%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	right: 100px;
	opacity: 0;
	visibility: hidden;
}
.aembj3:hover .owl-next{
	opacity: 1;
	visibility: visible;
	right: 20px;
}
.el78nl {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 22px;
	border: 2px solid #fff;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.el78nl:hover{
	color: #fff;
	background: #F95537;
	border-color: #F95537;
}
.bmpo0h .content .title p {
	margin-top: 20px;
	line-height: 26px;
}
/*
 * Property
*/
.tmykhq {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.tmykhq::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: #040404cc;
	opacity: .3;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease;
}
.tmykhq:hover:after{
	opacity: .15;
}
.fodlty h3 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px;
}
.fodlty p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
}
.fodlty {
	text-align: center;
	padding: 100px 0px;
	cursor: pointer;
}
.fodlty h6 {
	background: #F95537;
	width: auto;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 5px 20px;
	border-radius: 30px;
}
/*
 * BReadcrumb
*/
.dpb6qu {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	z-index: 1;
}
.dpb6qu::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: #1d27468f;
}
.ismaut h2 {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}
.ismaut ul li {
	display: inline-block;
	position: relative;
	padding: 0px 25px;
	font-size: 20px;
	color: #fff;
}
.ismaut ul li a{
	color: #fff;
}
.ismaut ul li a:hover{
	color: #F95537;
}
.ismaut ul li::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	background: #fff;
	top: 40%;
	right: 0px;
	border-radius: 50%;
}
.ismaut ul li:last-child:after{
	width: 0px;
	height: 0px;
}
/*
 * Counter Area
*/
.nmyn95 {
	text-align: center;
	background: #1d2746;
	color: #fff;
	border-radius: 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding: 30px;
}
.nmyn95:hover{
	transform: translateY(-10px);
}
.nmyn95 i {
	background: #F95537;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 30px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.nmyn95 h2 {
	font-size: 50px;
	color: #fff;
	margin-bottom: 10px;
}
.py4wxx {
	text-align: center;
	border: 2px solid #eee;
	padding: 50px 30px;
}
.py4wxx h3 {
	margin-top: 24px;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}
.py4wxx p {
	margin-bottom: 6px;
	color: #777;
}
.qhmkod h2 {
	font-size: 30px;
	margin-bottom: 20px;
}
.qhmkod input {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #eee;
	padding: 25px 20px;
	background: #eeeeee75;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.qhmkod textarea {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #eee;
	padding: 25px 20px;
	background: #eeeeee75;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 160px;
}
.qhmkod button {
	padding: 25px 50px;
}
.qhmkod input:focus{
	border-color: #F95537;
}
.qhmkod textarea:focus{
	border-color: #F95537;
}
#f1grne {
	height: 100vh;
}
/*
 * paginations
*/
.msgxxs ul li {
	display: inline-block;
	margin: 0px 2px;
}
.msgxxs ul li a {
	width: 40px;
	height: 40px;
	box-shadow: 0px 0px 4px 0px #b9b4b4;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #1d2746;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.msgxxs ul li span {
	width: 40px;
	height: 40px;
	box-shadow: 0px 0px 4px 0px #b9b4b4;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #F95537;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.msgxxs ul li a:hover{
	color: #fff;
	background: #F95537;
}
/*
 * Widgets
*/
.dp5v67 {
	box-sizing: border-box;
	box-shadow: 1px 1px 16px 6px #e8e8e8;
	padding: 30px;
}
.dp5v67 h2 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-left: 10px;
	position: relative;
}
.dp5v67 h2::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	background: #F95537;
	width: 2px;
	height: 100%;
	left: 0;
	top: 0;
}
.dp5v67 .a2j873 {
	position: relative;
	width: 100%;
}
.dp5v67 .a2j873 input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding: 0px 15px;
}
.dp5v67 .a2j873 input:focus{
	border-color:  #F95537;
}
.dp5v67 .a2j873 button {
	background: none;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	padding-right: 14px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.dp5v67 .a2j873 button:hover{
	color: #F95537;
}
.dp5v67 ul li {
	display: block;
	line-height: 30px;
	padding: 6px 0px;
	border-bottom: 1px solid #eee;
}
.dp5v67 ul li:last-child{
	border: none;
}
.dp5v67 ul li a {
	display: inline-block;
	color: #1d2746;
	padding: 4px 0px;
	-webkit-transition: all .4s ease-in;
	transition: all .4s ease-in-out;
}
.dp5v67 ul li a:hover{
	color: #F95537;
}
.dp5v67 .lcq4kv {
	position: relative;
	width: 100%;
}
.dp5v67 .lcq4kv input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding: 0px 15px;
}
.dp5v67 .lcq4kv input:focus{
	border-color:  #F95537;
}
.dp5v67 .lcq4kv button {
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	padding: 0px 16px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background: #F95537;
	color: #fff;
}
.s0fkfj a {
	display: inline-block;
	padding: 8px 20px;
	border: 1px solid #eee;
	text-transform: capitalize;
	color: #333;
	margin: 5px 4px;
	-webkit-transition: all.4s ease-in-out;
	transition: all .4s ease-in-out;
}
.s0fkfj a:hover{
	color: #fff;
	border-color: #F95537;
	background: #F95537;
}
.yflctb, .d9av1a, .aw6oz2{
	box-sizing: border-box;
	box-shadow: 1px 1px 16px 6px #e8e8e8;
	padding: 30px;
}
.yflctb img {
	width: 100%;
}
.yflctb h4 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: 600;
}
.yflctb .ca8fuc a {
	margin-right: 14px;
	display: inline-block;
	color: #847171;
	font-size: 16px;
}
.yflctb .ca8fuc span{
	color: #847171;
	font-size: 16px;
}
.yflctb .ca8fuc span i {
	color: #F95537;
	padding-right: 2px;
}
.yflctb .ca8fuc a:hover{
	color: #F95537;
}
.yflctb p {
	line-height: 30px;
	margin-bottom: 20px;
	color: #555;
}
.yflctb h5 {
	color: #444;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 20px;
}
.s5py9d span {
	float: left;
	padding-right: 20px;
}
.s5py9d ul{
	overflow: hidden;
}
.s5py9d ul li {
	display: inline-block;
	margin: 0px 2px;
}
.s5py9d ul li a{
	display: inline-block;
}
.s5py9d ul li a i {
	width: 35px;
	height: 35px;
	border: 1px solid #eee;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #555;
	font-size: 14px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.s5py9d ul li a i:hover{
	color: #fff;
	border-color: #F95537;
	background: #F95537;
}
.d9av1a h2, .aw6oz2 h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}
.d9av1a ul li {
	margin-bottom: 30px;
	position: relative;
	padding-left: 90px;
}
.d9av1a ul li:last-child{
	margin-bottom: 0px;
}
.d9av1a ul li img{
	width: 80px;
	position: absolute;
	top: 0;
	left: 0;
}
.d9av1a ul li .q0mqr9 h3 {
	float: left;
	padding-right: 12px;
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 8px;
}
.d9av1a ul li .q0mqr9 h3 a{
	color: #333;
}
.d9av1a ul li .q0mqr9 span{
	font-size: 14px;
	color: #666;
}
.d9av1a ul li .q0mqr9 p {
	width: 100%;
	overflow: hidden;
	font-size: 15px;
	color: #555;
}
.d9av1a ul li .q0mqr9 .rjdazi {
	position: absolute;
	top: 0;
	right: 0px;
	font-size: 13px;
	display: inline-block;
	border: 1px solid #eee;
	border-radius: 30px;
	color: #444;
	padding: 4px 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.d9av1a ul li .q0mqr9 .rjdazi:hover{
	color: #fff;
	border-color: #F95537;
	background:#F95537;
}
.d9av1a ul li ul li {
	margin-top: 30px;
}
.aw6oz2 textarea {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #eee;
	padding: 20px;
	height: 140px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background: #eeeeee75;
}
.aw6oz2 textarea:focus{
	border-color: #F95537;
}
.aw6oz2 input {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #eee;
	padding: 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background: #eeeeee75;
}
.aw6oz2 input:focus{
	border-color: #F95537;
}
.aw6oz2 button {
	padding: 20px 40px;
}
.kujp09 ul li {
	display: inline-block;
	border: 2px solid #eee;
	border-radius: 50px;
	padding: 8px 30px;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin: 2px 2px;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.kujp09 ul li.o6ligq {
	background: #F95537;
	color: #fff;
	border-color: #F95537;
}
.n61q4s {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.n61q4s img{
	width: 100%;
}
.d0f80d {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background: #3333338a;
	opacity: 0;
	visibility: hidden;
}
.n61q4s:hover .d0f80d{
	opacity: 1;
	visibility: visible;
}
.vsem4x a {
	color: #fff;
	border: 1px solid #eee;
	background: #444;
	padding: 12px 14px;
}
.rbk529 {
	box-sizing: border-box;
	border: 2px solid #eee;
	padding: 20px;
}
.rbk529 img{
	width: 100%;
}
.rbk529 h3 {
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.rbk529 p {
	color: #444;
	line-height: 30px;
	margin-bottom: 20px;
}
.rbk529 h4 {
	margin-bottom: 10px;
	text-transform: capitalize;
	font-size: 20px;
}
.xeyvyy {
	border-radius: 14px;
	background-color: #fff;
	-webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
	padding: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-left: 60px;
	padding-bottom: 40px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.xeyvyy:hover{
	transform: translateY(-10px);
}
.xeyvyy .top {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.xeyvyy .top .n1q0c9 {
	float: left;
	display: flex;
	width: 80px;
	height: 80px;
	align-items: center;
	justify-content: center;
	border: 2px solid #eee;
	font-size: 30px;
	border-radius: 10px;
	margin-right: 15px;
	color: #333;
}
.xeyvyy .top .title {
	overflow: hidden;
}
.xeyvyy .top .title h2 {
	font-size: 20px;
	line-height: 33px;
}
.xeyvyy .content {
	overflow: hidden;
}
.xeyvyy .content p {
	color: #666;
	margin-bottom: 16px;
	line-height: 28px;
	font-size: 14px;
}
.xeyvyy .content a {
	color: #333;
}
.xeyvyy:hover .content a {
	color: #F95537;
}
.p33jwi img {
	width: 100%;
}
.xit40n h4 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 10px;
	color: #F95537;
}
.xit40n h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 20px;
}
.p33jwi p {
	margin-bottom: 15px;
	line-height: 30px;
	color: #444;
}
.xit40n ul li {
	line-height: 30px;
	padding: 5px 0px;
	font-size: 16px;
	color: #444;
}
.xit40n ul li i {
	font-size: 14px;
	padding-right: 4px;
}
.q04as7 {
	max-width: 500px;
	margin: 0 auto;
	box-sizing: border-box;
	box-shadow: 1px 1px 16px 6px #e8e8e8;
	padding: 40px 30px;
}
.q04as7 h2 {
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}
.q04as7 .salzso {
	text-align: center;
	margin-bottom: 25px;
	line-height: 28px;
	color: #666;
}
.q04as7 input {
	width: 100%;
	margin-bottom: 20px;
	height: 50px;
	border: 1px solid #eee;
	padding: 0px 15px;
	border-radius: 0px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.q04as7 input:focus{
	border-color: #F95537;
}
.q04as7 .yjictt input {
	width: auto;
	padding: 10px;
	height: auto;
	border-radius: 0px;
	margin-right: 10px;
}
.q04as7 .yjictt .jq2mvy {
	padding-top: 4px;
}
.q04as7 a {
	color: #F95537;
	display: inline-block;
	padding-top: 2px;
}
.q04as7 button{
	width: 100%;
}
.i4cerx img {
	width: 70%;
	margin-bottom: 30px;
}
.i4cerx h2 {
	font-size: 40px;
	margin-bottom: 10px;
}
.yh1omn {
	border: 2px solid #eee;
	border-bottom: none;
}
.yh1omn:last-child{
	border-bottom: 2px solid #eee;
}
.yh1omn .i3apnl {
	line-height: 1;
	margin: 0;
	padding: 0;
}
.yh1omn .i3apnl a {
	font-size: 18px;
	width: 100%;
	display: inline-block;
	color: #333;
	padding: 20px 20px;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
}
.yh1omn .i3apnl a::after {
	content: "-";
	clear: both;
	overflow: hidden;
	position: absolute;
	top: 14px;
	right: 10px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F95537;
	color: #fff;
	font-size: 20px;
	height: 30px;
}
.yh1omn .i3apnl a.ihe4az::after{
	content: "+";
}
.yh1omn .ggexsp {
	border: none;
	padding: 15px 20px;
	border-top: 2px solid #eee;
}
.yh1omn .m6drua {
	border: none;
}
.yh1omn .ggexsp p {
	line-height: 30px;
	color: #666;
	margin-bottom: 10px;
}
.wdirap {
	border: 2px solid #eee;
	padding: 20px;
}
.wdirap h2 {
	font-size: 30px;
	margin-bottom: 20px;
}
.wdirap p {
	line-height: 30px;
}
.wdirap h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}
.l3vbnh {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #232323;
  top: 0;
}
.l3vbnh.active {
  opacity: 0.5;
  visibility: visible;
}

.xvdt4s {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .xvdt4s {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .xvdt4s {
    display: block;
  }
}

.eez44v {
	width: 290px;
	position: fixed;
	background: #fff;
	z-index: 9999;
	top: 0;
	height: 100vh;
	transition: .5s;
	left: 0;
	margin-left: -300px;
	padding: 20px 0px 30px;
	overflow-y: auto;
}
.eez44v.active {
  margin-left: 0;
}
.eez44v .ubz4uc {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}
.eez44v .nvcuf2 {
  display: block;
}

.eeorvu > li.menu-item-has-children.fljact > span.menu-expand {
  transform: rotate(180deg);
}
.eeorvu > li ul li.menu-item-has-children.fljact span.menu-expand {
  transform: rotate(180deg);
}

.eeorvu li {
  position: relative;
}
.eeorvu li:last-child {
  margin: 0;
}
.eeorvu li span.menu-expand {
  position: absolute;
  right: 10px;
}
.eeorvu li a {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  padding: 0px 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
  color: #333;
}
.eeorvu li a:hover {
  color: #F95537;
}
.eeorvu li ul.ik3sg6 {
  padding-left: 20px;
}

.by96tk {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.by96tk span a {
  font-size: 14px;
}
.by96tk span a:hover {
  color: #FF4800;
}

.ubz4uc a:not(.h4a0lx) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
.ubz4uc a:not(.h4a0lx):hover {
  background: inherit;
  color: #FF4800;
}

.m0rtaj {
  position: absolute;
  top: 10px;
  right: 13px;
}
.m0rtaj a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  line-height: 32px;
  border: 1px solid #ededed;
  border-radius: 50%;
  color: #333;
}
.m0rtaj a:hover {
  background: #FF4800;
  border-color: #FF4800;
  color: #fff;
}
.vxxhic {
	padding-left: 20px;
	margin-bottom: 20px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aczkqn {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .aczkqn {
    right: 20px;
    top: 27px;
    display: block;
    width: 36px;
  }
}
.aczkqn a {
  font-size: 27px;
  width: 41px;
  height: 37px;
  display: block;
  line-height: 37px;
  text-align: center;
  color: #232323;
}
@media only screen and (max-width: 767px) {
  .aczkqn a {
    width: 36px;
    height: 34px;
    line-height: 33px;
    font-size: 27px;
  }
}
.aczkqn a {
	font-size: 27px;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-shadow: 0px 0px 10px 0px #eaeaea;
	color: #333;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.aczkqn a:hover {
  color: #fff;
  background: #F95537;
}
.aczkqn {
	float: right;
}
/*
 * Sticky
*/
.infam1.dq5v14 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	-webkit-animation: sticky 1s;
	-moz-animation: sticky 1s;
	-o-animation: sticky 1s;
	animation: sticky 1s;
	-webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
	-moz-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
	box-shadow: 2px 4px 8px rgba(140, 129, 129, 0.25);
	background: #fff;
}
@-webkit-keyframes sticky {
  	0% {
    	-webkit-transform: translateY(-100%);
    	transform: translateY(-100%); 
    }
  	100% {
    	-webkit-transform: translateY(0%);
    	transform: translateY(0%); 
	} 
}
@keyframes sticky {
  	0% {
    	-webkit-transform: translateY(-100%);
    	transform: translateY(-100%); 
	}
  	100% {
    	-webkit-transform: translateY(0%);
    	transform: translateY(0%); 
	} 
}
.ty7nz7 h2 {
	margin-bottom: 5px;
}
/*新增加的css*/
.tqpe63 {
  padding: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kdjf6b {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}
.kdjf6b a,
.kdjf6b span {
  min-width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kdjf6b .uf0ccr {
  background-color: rgb(255 121 8);
  color: white;
  border-color: rgb(255 121 8);
}
.kdjf6b .disabled {
  color: #aaa;
  border-color: #eee;
}
/* Theme 482 migration */
.slrziy ul {
	font-size: 0;
	white-space: nowrap;
}
.slrziy ul li {
	display: inline-block;
	vertical-align: middle;
}
.slrziy .dhqpwi {
	display: inline-block;
	width: auto;
	height: auto;
	min-width: 62px;
	padding: 7px 13px;
	margin-left: 6px;
	background: #F95537;
	color: #fff;
	border-radius: 2px;
	line-height: 1.2;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
}
.slrziy .rdr0fj {
	background: #111;
}
.falo65 > li > a,
.ecz4ot > li > a,
.gp5b05 a,
.nflp3d a {
	white-space: nowrap;
}
.falo65 > li.active > a {
	color: #F95537;
}
.d27nds {
	color: #fff;
	font-size: 56px;
	line-height: 1.15;
	margin-bottom: 5px;
}
.dpb6qu h1,
.dpb6qu h2 {
	font-size: 44px;
	line-height: 1.2;
	color: #fff;
}
.gswo7m {
	font-size: 34px;
	line-height: 1.3;
	color: #222;
	margin: 0 0 16px;
	font-weight: 700;
}
.dk3mlq {
	padding: 100px 0;
}
.svkwib {
	background: #fff;
	color: #222;
}
.svkwib h1,
.svkwib h2,
.svkwib h3,
.svkwib h4,
.svkwib h5,
.svkwib p,
.svkwib li,
.svkwib label,
.svkwib span {
	color: #222;
}
.svkwib .sdr2ra,
.svkwib .sdr2ra:hover,
.svkwib .oflekr,
.svkwib .oflekr:hover {
	color: #fff;
}
.kud3um,
.ad3lce,
.ikturq,
.xtjalq,
.fsoous,
.fwo8lt {
	background: #fff;
	color: #222;
}
.ikturq {
	min-height: 250px;
}
.ikturq,
.xtjalq,
.fsoous,
.fwo8lt,
.u0y5tv {
	-webkit-box-shadow: 0 12px 34px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 12px 34px rgba(0, 0, 0, 0.08);
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.08);
}
.ikturq h3,
.ikturq p,
.ikturq a {
	color: #222;
}
.ikturq:hover h3,
.ikturq:hover p,
.ikturq:hover a {
	color: #fff;
}
.kud3um {
	padding: 28px;
	border: 1px solid #eee;
}
.xtjalq h2 {
	color: #F95537;
}
.xtjalq p {
	color: #555;
}
.fwo8lt {
	background: #111;
	border-left: 5px solid #F95537;
	padding: 44px;
}
.fwo8lt span {
	display: block;
	color: #F95537;
	font-weight: 700;
	margin-bottom: 10px;
}
.fwo8lt h2,
.fwo8lt p,
.fwo8lt li {
	color: #fff;
}
.fwo8lt ul {
	padding-left: 20px;
	margin: 20px 0 24px;
}
.fwo8lt li {
	margin-bottom: 8px;
	line-height: 1.7;
}
.ad3lce {
	padding: 34px;
	border: 1px solid #eee;
}
.ad3lce li {
	margin-bottom: 8px;
}
.ad3lce i {
	color: #F95537;
	margin-right: 8px;
}
.u0y5tv {
	padding: 36px;
	background: #fff;
	border: 1px solid #eee;
}
.u0y5tv h2,
.u0y5tv p {
	color: #222;
}
.u0y5tv input,
.u0y5tv textarea {
	background: #fff;
	color: #222;
}
.u0y5tv input::-webkit-input-placeholder,
.u0y5tv textarea::-webkit-input-placeholder {
	color: #777;
}
.u0y5tv input:-moz-placeholder,
.u0y5tv textarea:-moz-placeholder {
	color: #777;
}
.u0y5tv input::-moz-placeholder,
.u0y5tv textarea::-moz-placeholder {
	color: #777;
}
.u0y5tv input:-ms-input-placeholder,
.u0y5tv textarea:-ms-input-placeholder {
	color: #777;
}
.g5ifjr {
	overflow: hidden;
	margin: 0 0 18px;
}
.g5ifjr label {
	float: left;
	margin: 0;
	color: #333;
	font-weight: 400;
}
.g5ifjr input {
	width: auto;
	height: auto;
	margin-right: 6px;
	vertical-align: middle;
}
.g5ifjr a {
	float: right;
	color: #F95537;
	text-decoration: underline;
}
.ahh6ea {
	font-size: 0;
}
.ahh6ea .sdr2ra {
	display: inline-block;
	height: 52px;
	line-height: 52px;
	margin: 8px 10px 0 0;
	padding: 0 24px;
	border: 0;
	font-size: 14px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
}
.ahh6ea .lszdbp {
	background: #111;
}
.fsoous {
	padding: 36px;
	border: 1px solid #eee;
}
.fsoous h5 {
	color: #F95537;
}
.fsoous ol {
	margin: 20px 0 0;
	padding-left: 20px;
}
.fsoous li {
	margin-bottom: 10px;
	color: #555;
}
.njxyr9 .dgyzmy input,
.lkdvwb .dgyzmy input {
	margin-bottom: 0;
}
.bmpo0h .fjg4x4 img,
.rd8uqi img,
.a74yb6 img {
	width: 100%;
	max-height: 260px;
	object-fit: cover;
}
@media (max-width: 1199px) {
	.falo65 > li > a {
		font-size: 13px;
	}
	.slrziy .dhqpwi {
		padding: 7px 10px;
		min-width: 56px;
	}
}
@media (max-width: 991px) {
	.slrziy {
		text-align: center;
		margin-top: 8px;
	}
	.njxyr9 .dgyzmy input,
	.lkdvwb .dgyzmy input {
		margin-bottom: 15px;
	}
}
@media (max-width: 767px) {
	.d27nds {
		font-size: 34px;
	}
	.dpb6qu h1,
	.dpb6qu h2 {
		font-size: 30px;
	}
	.dk3mlq {
		padding: 60px 0;
	}
	.fwo8lt,
	.ad3lce,
	.u0y5tv,
	.fsoous,
	.kud3um {
		padding: 24px;
	}
	.g5ifjr label,
	.g5ifjr a {
		float: none;
		display: block;
		margin-bottom: 8px;
	}
	.ahh6ea .sdr2ra {
		display: block;
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
}
