@keyframes LoaderCicle {
0% {
width:0;
height:0;
opacity:0
}
10% {
width:10px;
height:10px;
opacity:1
}
80% {
width:60px;
height:60px;
opacity:0.1
}
100% {
width:70px;
height:70px;
opacity:0
}
}
#preloader {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999999;
	transition: 0.3s ease opacity;
	text-align: center;
	width: 100%;
	height: 100%
}
#preloader:before {
	content: "";
	width: 80px;
	height: 80px;
	border: 3px solid #B39E84;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -50%);
	animation-name: LoaderCicle;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}
#preloader:after {
	content: "";
	width: 80px;
	height: 80px;
	border: 3px solid #B39E84;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -50%);
	animation-name: LoaderCicle;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-delay: 1s
}
a:hover {
	color: #B39E84;
	text-decoration: none
}
a:active {
	color: #B39E84;
	text-decoration: none
}
.secondary-overlay[data-overlay-dark]:before {
	background: #001736
}
.left-overlay-secondary[data-overlay-dark]:before {
	background: rgba(0,23,54,0.76);
	background: linear-gradient(-90deg, transparent, #001736 65%)
}
.text-primary {
	color: #B39E84 !important
}
.bg-primary {
	background-color: #B39E84 !important
}
.border-primary {
	border-color: #B39E84 !important
}
.text-secondary {
	color: #001736 !important
}
.bg-secondary {
	background-color: #001736 !important
}
.bg-dark {
	background-color: #20252d !important
}
.text-dark {
	color: #20252d !important
}
.text-dark-hover:hover {
	color: #20252d !important
}
.form-control {
	border-radius: 0
}
.text-white-hover:hover {
	color: #fff !important
}
.text-primary-hover:hover {
	color: #B39E84 !important
}
span.lg-letter {
	background-color: transparent;
	color: #001736;
	font-size: 57px;
	height: 50px;
	line-height: 62px;
	margin: 0;
	text-align: left;
	width: 50px;
	overflow: visible;
	float: left;
	display: block;
	font-weight: 500
}
.min-height-25vh {
	min-height: 25vh
}
.min-height-50vh {
	min-height: 50vh
}
.vw-lg-60 {
	width: 60vw
}
.min-height-60vh {
	min-height: 60vh
}
.min-height-40vh {
	min-height: 40vh
}
.min-vh-100 {
	min-height: 100vh
}
.min-height-600 {
	min-height: 600px
}

@media screen and (max-width: 991px) {
.vw-lg-60 {
	width: 100%
}
.min-height-600 {
	min-height: 450px
}
}

@media screen and (max-width: 575px) {
.min-height-600 {
	min-height: 300px
}
}
.scroll-to-top {
	font-size: 20px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	background: #B39E84;
	width: 40px;
	height: 40px;
	line-height: 40px;
	z-index: 9999;
	outline: 0;
	-webkit-transition: all .3s ease
}
.scroll-to-top i {
	color: #fff
}
.scroll-to-top:hover {
	color: #fff;
	background: #001736
}
.scroll-to-top:hover i {
	color: #fff
}
.scroll-to-top:visited {
	color: #fff;
	text-decoration: none
}
.list-style1 li {
	display: inline-block;
	margin: 0 12px
}
.list-style1 li:last-child {
	margin-right: 0
}
.list-style1 li a {
	color: rgba(255,255,255,0.8)
}
.list-style1 li a:hover {
	color: #B39E84
}
.list-style2 {
	list-style: none;
	padding-left: 0
}
.list-style2 li {
	line-height: 32px;
	padding-left: 30px;
	position: relative;
	margin-bottom: 8px
}
.list-style2 li:last-child {
	margin-bottom: 0
}
.list-style2 li:before {
	content: '\e64c';
	font-family: 'themify';
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
	line-height: 35px;
	color: #B39E84
}
.list-style3 li {
	line-height: 32px;
	padding-left: 30px;
	position: relative;
	margin-bottom: 8px
}
.list-style3 li:last-child {
	margin-bottom: 0
}
.list-style3 li:before {
	content: "\e64c";
	font-family: 'themify';
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
	line-height: 35px;
	color: #B39E84
}
.butn {
	color: #fff;
	background-color: #B39E84;
	padding: 14px 26px 12px !important;
	font-size: 12px !important;
	letter-spacing: 0.3em;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.butn span.before-line {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.butn span.before-line:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 1px;
	margin-right: 14px;
	margin-bottom: 1px;
	background-color: #fff;
	transition: all .3s ease
}
.butn span.before-line:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 1px;
	margin-bottom: 1px;
	background-color: #B39E84;
	transition: all .3s ease
}
.butn:hover {
	color: #fff;
	background-color: #001736
}
.butn:hover span.before-line:before {
	background-color: #fff;
	margin-right: 0;
	width: 0
}
.butn:hover span.before-line:after {
	background-color: #B39E84;
	width: 20px;
	margin-left: 14px
}
.butn.white:hover {
	color: #001736;
	background-color: #fff
}
.butn.transparent {
	background-color: transparent;
	padding: 0 !important
}
.butn.transparent:hover {
	background-color: transparent
}
.butn.transparent span.before-line:before {
	background-color: #fff
}
.butn.link {
	background-color: transparent;
	padding: 0 !important;
	color: #B39E84
}
.butn.link:hover {
	background-color: transparent
}
.butn.link span.before-line:before {
	background-color: #B39E84
}
.top-bar-info {
	display: inline-block;
	vertical-align: middle
}
.top-bar-info ul {
	margin-bottom: 0
}
.top-bar-info li {
	font-weight: 500;
	color: #fff;
	list-style-type: none;
	font-size: 14px;
	padding: 0 5px 0;
	display: inline-block;
	margin-bottom: 0
}
.top-bar {
	display: block;
	position: relative;
	z-index: 999;
	padding: 7px 0
}
.top-bar-info li i {
	font-size: 16px;
	color: #fff;
	margin-right: 8px;
	margin-top: 0;
	display: inline-block;
	vertical-align: text-bottom
}
.top-social-icon {
	padding: 0;
	float: right;
	margin: 0
}
.top-social-icon li {
	font-size: 14px;
	list-style-type: none;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0 7px
}
.top-social-icon li:last-child {
	padding-right: 0
}
.top-social-icon li:last-child a {
	padding-right: 0
}
.top-social-icon li a {
	color: #fff;
	line-height: 28px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	padding: 0 3px
}
.top-social-icon li a:hover {
	color: rgba(255,255,255,0.65)
}
.navbar-nav li.current>a, .navbar-nav li.active>a {
	color: #B39E84
}
.attr-nav>ul>li>a.butn {
	color: #fff
}
.navbar>ul>li.current>a:after {
	border-color: transparent #B39E84 #B39E84 transparent
}
.menu_area-light .navbar-nav li.current>a, .menu_area-light .navbar-nav li.active>a {
	color: #B39E84
}
.menu_area-light .navbar>ul>li.current>a:after {
	border-color: transparent #B39E84 #B39E84 transparent
}
.menu_area-light.scrollHeader .navbar-nav li.current>a {
	color: #B39E84
}
.menu_area-light.scrollHeader .navbar-nav li.current>a:hover {
	color: #B39E84
}
.menu_area-light.scrollHeader .navbar-nav li.active>a {
	color: #B39E84
}
.menu_area-light.scrollHeader .navbar>ul>li.current>a:after {
	border-color: transparent #B39E84 #B39E84 transparent
}

@media screen and (min-width: 992px) {
.navbar-nav ul li {
	position: relative;
	transition: 0.3s ease-in-out
}
.navbar-nav ul li:hover {
	padding-left: 25px
}
.navbar-nav ul li:before {
	width: 0;
	margin-right: 10px;
	content: "";
	background: #B39E84;
	transition: 0.3s ease-in-out;
	display: inline-block;
	height: 2px;
	vertical-align: middle;
	position: absolute;
	top: 20px;
	left: 25px
}
.navbar-nav ul li:hover:before {
	width: 20px
}
.menu_area-light .navbar ul ul li.active>a, .menu_area-light .navbar-nav li.has-sub a:hover {
	color: #B39E84
}
.menu_area-light .navbar>ul>li.has-sub>a:hover:after {
	border-color: #B39E84
}
.menu_area-light.scrollHeader .navbar-nav>li.has-sub>a:hover {
	color: #B39E84
}
.header-style2.scrollHeader .navbar-nav>li.has-sub>a:hover {
	color: #B39E84
}
.header-style2.scrollHeader .navbar-nav>li.has-sub>a:hover:after {
	border-color: transparent #B39E84 #B39E84 transparent
}
.header-style2 .navbar>ul>li.has-sub.current>a:hover:after {
	border-color: transparent #B39E84 #B39E84 transparent
}
.header-style2.scrollHeader .navbar-nav li.current>a {
	color: #B39E84
}
.header-style2.scrollHeader .navbar-nav li.current>a:hover {
	color: #B39E84
}
.header-style2.scrollHeader .navbar>ul>li.current>a:after {
	border-color: transparent #B39E84 #B39E84 transparent
}
.header-style2 .navbar ul ul li.active>a {
	color: #B39E84
}
.header-style2 .navbar-nav li.has-sub a:hover, .header-style2 .navbar-nav li.has-sub a:active, .header-style2 .navbar-nav li.has-sub a:focus, .header-style2 .navbar-nav li.current>a, .header-style2 .navbar-nav li.active>a {
	color: #B39E84
}
.header-style2 .navbar>ul>li.has-sub>a:hover:after, .header-style2 .navbar>ul>li.has-sub>a:active:after, .header-style2 .navbar>ul>li.has-sub>a:focus:after {
	border-color: transparent #B39E84 #B39E84 transparent
}
}

@media screen and (max-width: 991px) {
.header-style1 .navbar-toggler {
	background: #B39E84
}
.header-style1 .navbar-toggler:after {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff
}
.header-style1 .navbar-toggler:before {
	background: #fff
}
.header-style1 .navbar-toggler.menu-opened:after, .header-style1 .navbar-toggler.menu-opened:before {
	background: #fff
}
}
.header-style2 .navbar-nav li.current>a {
	color: #B39E84
}
.header-style2 .navbar>ul>li.current>a:after {
	border-color: transparent #B39E84 #B39E84 transparent
}
.header-style2.scrollHeader .navbar-nav li.current>a {
	color: #B39E84
}
.header-style2.scrollHeader .navbar-nav li.current>a:hover {
	color: #B39E84
}
.header-style2.scrollHeader .navbar>ul>li.current>a:after {
	border-color: transparent #B39E84 #B39E84 transparent
}

@media screen and (min-width: 992px) {
.header-style2 .navbar ul ul li.active>a {
	color: #B39E84
}
.header-style2 .butn.secondary:before {
	background: #ffffff
}
.header-style2 .butn.secondary:hover, .header-style2 .butn.secondary:focus, .header-style2 .butn.secondary:active {
	color: #001736 !important
}
.header-style2.scrollHeader .butn.secondary:before {
	background: #B39E84
}
.header-style2.scrollHeader .butn.secondary:hover, .header-style2.scrollHeader .butn.secondary:focus, .header-style2.scrollHeader .butn.secondary:active {
	color: #fff !important
}
}
.slider-fade .owl-item {
	position: relative
}
.slider-fade h1 {
	margin-bottom: 25px;
	animation-delay: 0.8s
}
.slider-fade h1 span {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff
}
.slider-fade p {
	animation-delay: 1.2s
}
.slider-fade a {
	animation-delay: 1.4s
}
.slider-fade .small-title {
	position: relative;
	font-weight: 700;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 15px;
	color: #B39E84;
	z-index: 9
}
.slider-fade .small-title:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 3px;
	left: 0;
	top: 0px;
	background: #B39E84
}
.slider-fade .small-title:before {
	content: "";
	height: 5px;
	width: 2px;
	position: absolute;
	background: #fff;
	top: 8px;
	left: 0;
	z-index: 1;
	transition: all .4s ease
}
.slider-fade.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: 20px;
	margin: 0;
	top: 44%
}
.slider-fade.owl-carousel .owl-nav button.owl-prev span {
	color: #fff;
	font-size: 20px;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	background: rgba(254,124,0,0.2);
	display: block;
	border-radius: 10px;
	transition: all .3s
}
.slider-fade.owl-carousel .owl-nav button.owl-prev:hover span {
	background: #B39E84 !important
}
.slider-fade.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	left: 20px;
	margin: 0;
	top: 44%;
	right: 20px;
	left: inherit
}
.slider-fade.owl-carousel .owl-nav button.owl-next span {
	color: #fff;
	font-size: 20px;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	background: rgba(254,124,0,0.2);
	display: block;
	border-radius: 10px;
	transition: all .3s
}
.slider-fade.owl-carousel .owl-nav button.owl-next:hover span {
	background: #B39E84 !important
}
.slider-fade.owl-theme .owl-nav [class*='owl-']:hover {
	background: none
}
.slider-fade.owl-theme .owl-nav:hover {
	margin-top: 0
}
.banner-style01 h1 {
	font-size: 100px;
	text-transform: uppercase
}

@media screen and (max-width: 1399px) {
.banner-style01 h1 {
	font-size: 86px
}
}

@media screen and (max-width: 991px) {
.banner-style01 h1 {
	font-size: 66px
}
}

@media screen and (max-width: 767px) {
.banner-style01 h1 {
	font-size: 52px
}
}

@media screen and (max-width: 575px) {
.banner-style01 h1 {
	font-size: 45px
}
}
.slider-fade1 .owl-nav {
	margin-top: 0
}
.slider-fade1 .owl-nav button.owl-prev {
	position: absolute;
	top: 50%;
	left: 5%
}
.slider-fade1 .owl-nav button.owl-prev span {
	font-size: 60px;
	color: #fff;
	opacity: 0.5
}
.slider-fade1 .owl-nav button.owl-prev:hover span {
	opacity: 1
}
.slider-fade1 .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	right: 5%
}
.slider-fade1 .owl-nav button.owl-next span {
	font-size: 60px;
	color: #fff;
	opacity: 0.5
}
.slider-fade1 .owl-nav button.owl-next:hover span {
	opacity: 1
}
.slider-fade1.owl-theme .owl-nav [class*='owl-']:hover {
	background-color: transparent
}
.video-banner .banner-title h1 {
	font-size: 90px
}

@media screen and (max-width: 1199px) {
.video-banner .banner-title h1 {
	font-size: 70px
}
}

@media screen and (max-width: 767px) {
.video-banner .banner-title h1 {
	font-size: 50px
}
}
@keyframes lineanimate {
0% {
left:0
}
50% {
left:20px
}
0% {
left:0
}
}
.section-title .sm-title {
	position: relative;
	font-weight: 700;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #B39E84;
	z-index: 9
}
.section-title .sm-title:before {
	content: "";
	height: 5px;
	width: 2px;
	position: absolute;
	background: #fff;
	top: 8px;
	left: 0;
	z-index: 1;
	transition: all .4s ease
}
.section-title .sm-title:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 2px;
	left: 0;
	top: 0px;
	background: #B39E84
}
.section-title h2 {
	position: relative;
	z-index: 9
}
.section-title.white .sm-title:after {
	background: #fff
}
.section-title.white .sm-title:before {
	background: #B39E84
}
.section-title01 .sm-title {
	position: relative;
	font-weight: 700;
	font-size: 13px;
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 60px;
	color: #B39E84;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	z-index: 9
}
.section-title01 .sm-title:before {
	content: "";
	height: 1px;
	width: 35px;
	position: absolute;
	background: #B39E84;
	top: 50%;
	left: 0;
	z-index: 1;
	transition: all 0.4s ease;
	animation: lineanimate 5s linear infinite
}
.section-title01 strong {
	color: #B39E84;
	font-weight: 400
}
.page-title-section {
	padding: 170px 0 150px 0
}
.page-title-section h1 {
	font-size: 64px;
	line-height: 1;
	text-shadow: 0 0 3px rgba(0,0,0,0.2);
	color: #ffffff;
	margin-bottom: 15px;
	position: relative;
	z-index: 9
}
.page-title-section ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block
}
.page-title-section ul li {
	display: inline-block
}
.page-title-section ul li:last-child {
	color: #ffffff;
	opacity: 0.80;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: 1px
}
.page-title-section ul li:last-child a {
	color: #ffffff;
	opacity: 0.80;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: 1px
}
.page-title-section ul li:last-child:after {
	content: none
}
.page-title-section ul li:after {
	content: '\f111';
	font-weight: 700;
	vertical-align: middle;
	color: #B39E84;
	font-size: 9px;
	font-family: "Font Awesome 6 Free";
	padding: 0 5px 0 10px
}
.page-title-section ul li a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: 1px
}
.page-title-section .shape-1 {
	padding: 20px;
	background: #fff;
	z-index: 3;
	bottom: 73px;
	left: 52px
}

@media screen and (max-width: 1199px) {
.page-title-section {
	padding: 150px 0 130px 0
}
.page-title-section h1 {
	font-size: 52px;
	margin-bottom: 10px
}
}

@media screen and (max-width: 991px) {
.page-title-section {
	padding: 140px 0 120px 0
}
.page-title-section h1 {
	font-size: 48px
}
}

@media screen and (max-width: 575px) {
.page-title-section {
	padding: 100px 0 100px 0
}
.page-title-section h1 {
	font-size: 36px
}
}
@keyframes ani-rotate {
0% {
-webkit-transform:rotate(0deg);
-o-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
-webkit-transform:rotate(1turn);
-o-transform:rotate(1turn);
transform:rotate(1turn)
}
}
.fill-white text {
	fill: #575a7b
}
.ani-rotate {
	-webkit-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation: ani-rotate 10s linear infinite
}
.card-style01 span.blog-tag {
	position: absolute;
	top: 9%;
	right: 5%;
	background-color: #B39E84;
	padding: 4px 19px;
	color: #fff;
	display: inline-block;
	font-size: 12px
}
.card-style02 {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	border-color: #e5e5e5;
	border-width: 0 1px 1px 0;
	border-radius: 0
}
.card-style02 .card-img {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	opacity: 0
}
.card-style02 .card-img img {
	position: relative;
	display: block
}
.card-style02 .card-img img:before {
	content: '';
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1)
}
.card-style02:hover .card-img, .card-style02:active .card-img, .card-style02:focus .card-img {
	opacity: 1;
	-webkit-transition: opacity .3s ease-in;
	-o-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in
}
.card-style02:hover .card-body:before, .card-style02:active .card-body:before, .card-style02:focus .card-body:before {
	content: '';
	position: absolute;
	top: 0;
	display: block;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1)
}
.card-style02:hover .card-body h3, .card-style02:active .card-body h3, .card-style02:focus .card-body h3 {
	-webkit-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	transition: color .2s ease-in;
	color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,0.2)
}
.card-style02:hover .card-body h3 a, .card-style02:active .card-body h3 a, .card-style02:focus .card-body h3 a {
	color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,0.2)
}
.card-style02:hover .card-body p, .card-style02:active .card-body p, .card-style02:focus .card-body p {
	-webkit-transition: color .3s ease-in;
	-o-transition: color .3s ease-in;
	transition: color .3s ease-in;
	color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,0.2)
}
.card-style02:hover .card-icon, .card-style02:active .card-icon, .card-style02:focus .card-icon {
	-webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1)
}
.card-style02:hover .card-icon img, .card-style02:active .card-icon img, .card-style02:focus .card-icon img {
	transition: .5s;
	color: #fff;
	width: 100px;
	height: 100px
}
.card-style02:before .card-img {
opacity:1;
-webkit-transition:opacity .3s ease-in;
-o-transition:opacity .3s ease-in;
transition:opacity .3s ease-in
}
.card-style02 .card-body {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%
}
.card-style02 .card-body h3 {
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle
}
.card-style02 .card-body p {
	-webkit-transition: color .3s ease-out;
	-o-transition: color .3s ease-out;
	transition: color .3s ease-out;
	margin: 0
}
.card-style02 .card-icon {
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transition: transform .3s ease-out;
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	-o-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	position: absolute;
	bottom: 3%;
	right: 5%
}
.card-style02 .card-icon img {
	width: 80px;
	height: 80px;
	transition: .5s
}

@media screen and (max-width: 1399px) {
.card-style02 .card-body {
	padding: 40px 40px 95px 40px
}
}
.card-style03 .card-body h3 {
	margin-bottom: 0;
	font-size: 100px;
	opacity: 0.1;
	line-height: 1
}
.card-style03 .card-body h3 sup {
	font-size: 60px;
	margin-right: 10px
}
.card-style03 .card-body h5 {
	margin-bottom: 0;
	margin-top: -35px;
	font-size: 30px;
	letter-spacing: 2px
}
.lg-backdrop {
	z-index: 99999
}
.lg-outer {
	z-index: 999999
}
.lg-outer .lg-thumb-item.active {
	border-color: #B39E84
}
.lg-outer .lg-thumb-item:hover {
	border-color: #B39E84
}
.lg-progress-bar .lg-progress {
	background-color: #B39E84
}
.lg-backdrop.in {
	opacity: 0.85
}
.portfolio-style02 .portfolio-img:before {
	content: "";
	position: absolute;
	background-color: rgba(0,23,54,0.8);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: .4s;
	z-index: 1
}
.portfolio-style02:hover .portfolio-img:before {
	opacity: 1;
	transition: .4s
}
.portfolio-style02:hover .portfolio-content {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-ms-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s
}
.portfolio-style02 .portfolio-content {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	flex-direction: column;
	opacity: 0;
	-webkit-transform: scale(0.3, 0.3);
	-ms-transform: scale(0.3, 0.3);
	transform: scale(0.3, 0.3);
	-webkit-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
	-ms-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
	transition: all 0.5s ease, transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s
}
.portfolio-carousel .portfolio-box {
	overflow: hidden;
	position: relative
}
.portfolio-carousel .portfolio-box .portfolio-content {
	position: absolute;
	width: 100%;
	left: 0px;
	top: auto;
	z-index: 9;
	bottom: 0px;
	height: auto;
	transform: translateY(70px);
	-webkit-transform: translateY(70px);
	-moz-transform: translateY(70px);
	-ms-transform: translateY(70px);
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	padding: 20px 35px
}
.portfolio-carousel .portfolio-box:hover .portfolio-content {
	background-color: #fff;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px)
}
.pagination {
	border-radius: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto
}
.pagination ul {
	display: inline-block;
	margin: 0 auto;
	padding: 0
}
.pagination li {
	display: inline;
	margin-right: 10px
}
.pagination li:last-child {
	margin-right: 0
}
.pagination a {
	background: transparent;
	font-weight: 700;
	text-align: center;
	padding: 12px 16px;
	color: #575a7b;
	border: 1px solid #dddddd;
	line-height: 25px;
	display: inline-block
}
.pagination a:hover {
	background-color: #001736;
	color: #ffffff;
	box-shadow: none
}
.pagination a:active {
	background-color: #001736;
	color: #ffffff;
	box-shadow: none
}
.pagination a:focus {
	background-color: #001736;
	color: #ffffff;
	box-shadow: none
}
.pagination .active a {
	background-color: #f7f7f7;
	color: #002147;
	border: 1px solid #dbdbdb;
	cursor: default
}

@media screen and (max-width: 575px) {
.pagination li {
	margin-right: 8px
}
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 40px
}
.owl-theme .owl-dots .owl-dot span {
	border-radius: 0
}
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #B39E84
}
.owl-theme .owl-dots .owl-dot.active span {
	background-color: #B39E84
}
.owl-carousel .owl-item img {
	width: auto;
	display: inline-block
}
ul.resp-tabs-list {
	margin-bottom: 15px;
	padding: 0px
}
.resp-tabs-list li {
	font-weight: 600;
	font-size: 18px;
	display: inline-block;
	padding: 12px 20px;
	box-shadow: 0 0 70px rgba(0,0,0,0.08);
	margin: 0 15px 0 0;
	list-style: none;
	cursor: pointer;
	background: #fff;
	color: #B39E84;
	text-align: left;
	border-radius: 10px
}
.resp-tabs-list li:last-child {
	margin-right: 0
}
.resp-tabs-list li i {
	font-size: 24px;
	padding-right: 10px;
	vertical-align: text-bottom
}
.resp-tabs-list li.resp-tab-active {
	margin-bottom: -1px;
	background-color: #B39E84;
	color: #fff
}
.resp-tabs-container {
	padding: 0px;
	clear: left
}
.resp-tab-content {
	display: none;
	padding: 10px 0 0 0;
	border: none;
	float: left;
	width: 100%;
	box-shadow: none;
	border-radius: 4px;
	background: transparent
}
.resp-content-active {
	display: block
}
.resp-accordion-active {
	display: block
}
h2.resp-accordion {
	cursor: pointer;
	display: none;
	font-size: 18px;
	color: #fff;
	border-top: 0px solid #c1c1c1;
	margin-bottom: 5px;
	padding: 14px 15px;
	float: left;
	width: 100%;
	background: #001736 !important;
	border-radius: 0
}
h2.resp-tab-active {
	border-bottom: 0px solid #c1c1c1 !important;
	background-color: #B39E84 !important;
	color: #fff;
	margin-bottom: 0;
	border-radius: 0px
}
h2.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue
}
.tab-style1.top-margin {
	margin-top: -55px !important
}
.resp-vtabs.style1 ul.resp-tabs-list {
	margin-top: -80px
}
.resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 70px 0 rgba(0,0,0,0.1);
	padding: 40px;
	margin-bottom: 0
}
.resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 18px 20px !important;
	margin: 0 0 25px;
	cursor: pointer;
	float: none;
	font-size: 18px;
	background: rgba(0,23,54,0.1);
	color: #001736;
	border-radius: 0px
}
.resp-vtabs .resp-tabs-list li:last-child {
	margin-bottom: 0
}
.resp-vtabs .resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	float: left;
	width: 100%;
	clear: none;
	border-radius: 0;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px
}
.resp-vtabs .resp-tab-content {
	word-wrap: break-word;
	border-radius: 8px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 0
}
.resp-vtabs li.resp-tab-active {
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 18px 20px !important;
	background-color: #B39E84;
	color: #fff
}
.resp-arrow {
	border-color: transparent #fff #fff transparent;
	border-style: solid;
	border-width: 0 2px 2px 0;
	float: right;
	display: block;
	height: 8px;
	transform: rotate(45deg);
	width: 8px;
	margin-top: 7px
}
h2.resp-tab-active span.resp-arrow {
	border-color: #fff transparent transparent #fff;
	border-style: solid;
	border-width: 2px 0 0 2px;
	float: right;
	display: block;
	height: 8px;
	transform: rotate(45deg);
	width: 8px;
	margin-top: 10px
}
.resp-easy-accordion h2.resp-accordion {
	display: block
}
.resp-easy-accordion .resp-tab-content {
	border: 1px solid #c1c1c1
}
.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1
}
.resp-jfit {
	width: 100%;
	margin: 0px
}
.resp-tab-content-active {
	display: block;
	border-color: #e8e8e8 !important
}
h2.resp-accordion.resp-tab-active {
	border-color: #e8e8e8 !important
}

@media screen and (max-width: 991px) {
.resp-tab-content {
	padding: 40px;
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #eee;
	margin-bottom: 5px;
	padding: 30px
}
.resp-tab-content:last-child {
	margin-bottom: 0
}
.tab-style1.top-margin {
	margin-top: 0 !important
}
ul.resp-tabs-list {
	display: none
}
h2.resp-accordion {
	display: block
}
h2.resp-accordion i {
	margin-right: 8px;
	font-size: 20px;
	color: #fff;
	vertical-align: text-bottom
}
.resp-vtabs .resp-tab-content {
	margin-bottom: 5px;
	padding: 30px
}
.resp-vtabs .resp-tab-content:last-child {
	margin-bottom: 0
}
.resp-vtabs .resp-tabs-container {
	border: none !important;
	float: left;
	width: 100%;
	min-height: 100px;
	clear: none;
	background: none
}
.resp-accordion-closed {
	display: none !important
}
}

@media screen and (max-width: 575px) {
.resp-vtabs .resp-tab-content {
	padding: 20px
}
.resp-tab-content {
	padding: 20px
}
}
.accordion-style .card {
	background: transparent;
	box-shadow: 0 0 40px 5px rgba(0,0,0,0.03);
	border: none;
	margin-top: 0 !important;
	border-radius: 0
}
.accordion-style .card-header {
	border: 0px;
	padding: 0;
	border-bottom: none;
	background: none
}
.accordion-style .btn-link {
	color: #B39E84;
	line-height: 26px;
	position: relative;
	border: none;
	border-bottom: none;
	border-left: none;
	display: block;
	width: 100%;
	text-align: left;
	white-space: normal;
	border-radius: 0;
	padding: 20px 45px 20px 18px;
	font-weight: 600;
	text-decoration: none;
	background-color: #ffffff
}
.accordion-style .btn-link:hover {
	text-decoration: none
}
.accordion-style .btn-link:after {
	content: "-";
	right: 17px;
	left: inherit;
	font-size: 20px;
	transform: none;
	top: 20px;
	position: absolute;
	color: #B39E84;
	background-color: transparent;
	border-radius: .3rem;
	line-height: 22px;
	width: 25px;
	height: 25px;
	text-align: center
}
.accordion-style .btn-link.collapsed {
	color: #575a7b;
	line-height: 26px;
	position: relative;
	border: none;
	display: block;
	width: 100%;
	text-align: left;
	white-space: normal;
	border: none;
	padding: 20px 45px 20px 18px;
	font-weight: 600;
	text-decoration: none;
	background-color: #fff
}
.accordion-style .btn-link.collapsed:after {
	content: "+";
	right: 17px;
	left: inherit;
	font-size: 20px;
	transform: none;
	top: 22px;
	position: absolute;
	color: #212121;
	background-color: transparent;
	border-radius: .3rem;
	line-height: 20px;
	width: 25px;
	height: 25px;
	text-align: center
}
.accordion-style .card-body {
	padding: 0px 30px 25px 26px;
	line-height: 24px;
	text-align: left;
	border: none;
	border-left: none;
	background: #fff;
	border-top: none
}

@media screen and (max-width: 991px) {
.accordion-style .card-body {
	padding: 10px 25px 30px 25px
}
}
.accordion-style.style01 .card {
	box-shadow: none
}
.accordion-style.style01 .btn-link.collapsed {
	background-color: #f4f4f4
}
.accordion-style.style01 .btn-link.collapsed:after {
	right: 22px
}
.accordion-style.style01 .btn-link {
	background-color: #f4f4f4;
	padding: 20px 50px 20px 30px
}
.accordion-style.style01 .btn-link:after {
	right: 22px
}
.accordion-style.style01 .card-body {
	padding: 25px 30px 25px 26px
}
.sidebar .widget {
	position: relative;
	display: block
}
.sidebar .widget .input-group-append .butn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	height: 100%
}
.blog-tags a {
	background-color: transparent;
	padding: 9px 14px;
	color: #001736;
	font-size: 14px;
	line-height: 20px;
	margin: 0.6rem 5px 0 0;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #dee2e6
}
.blog-tags a:hover {
	background-color: #B39E84;
	color: #fff
}
.blog-tags a:active {
	background-color: #B39E84;
	color: #fff
}
.blog-tags a:focus {
	background-color: #B39E84;
	color: #fff
}
.entry-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 1.9rem !important;
	list-style: none;
	border-bottom: 1px solid #efefef;
	padding-bottom: 16px;
	position: relative;
	font-weight: 600
}
.comment-reply-link {
	color: #001736;
	background: rgba(0,23,54,0.1);
	padding: 5px 18px;
	font-weight: 500;
	border-radius: 4px;
	font-size: 14px
}
.comment-reply-link:hover {
	color: #fff;
	background: #001736
}
.comment-reply-link:active {
	color: #fff;
	background: #001736
}
.comment-reply-link:focus {
	color: #fff;
	background: #001736
}
.countdown {
	padding: 0
}
.countdown li {
	display: inline-block;
	text-align: center;
	overflow: hidden;
	margin: 0 20px;
	position: relative
}
.countdown li span {
	font-size: 46px;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
	line-height: normal;
	height: 140px;
	position: relative;
	width: 140px;
	display: flex;
	background-color: rgba(255,255,255,0.1);
	justify-content: center;
	align-items: center;
	margin: 0 auto 20px auto
}
.countdown li p.timeRefDays {
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	margin: 0;
	z-index: 2;
	position: relative;
	padding: 0;
	text-transform: capitalize
}
.countdown li p.timeRefHours {
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	margin: 0;
	z-index: 2;
	position: relative;
	padding: 0;
	text-transform: capitalize
}
.countdown li p.timeRefMinutes {
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	margin: 0;
	z-index: 2;
	position: relative;
	padding: 0;
	text-transform: capitalize
}
.countdown li p.timeRefSeconds {
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	margin: 0;
	z-index: 2;
	position: relative;
	padding: 0;
	text-transform: capitalize
}

@media screen and (max-width: 767px) {
.countdown li {
	margin: 0 10px
}
.countdown li span {
	height: 110px;
	width: 110px;
	font-size: 26px;
	margin: 0 auto 5px auto
}
}
.counter-style01 h4 {
	font-size: 100px
}
.counter-style01 span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	color: #fff
}

@media screen and (max-width: 1199px) {
.counter-style01 h4 {
	font-size: 80px
}
}
.pricing-info .pricing-clients .pricing-icon {
	width: 45px;
	height: 45px;
	line-height: 40px !important;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	margin-left: -13px;
	margin-top: 4px;
	border: 2px solid #fff;
	display: inline-block
}
.pricing-info .pricing-clients .img2 {
	margin-left: -10px
}
.pricing-info .text-box {
	width: 350px;
	height: 150px;
	right: -50px;
	bottom: 0
}

@media screen and (max-width: 575px) {
.pricing-info .text-box {
	width: 100%;
	height: 100px;
	right: 0
}
}
.service-icon {
	height: 70px;
	width: 70px;
	justify-content: center;
	align-items: center;
	display: flex;
	border-radius: 10px;
	background-color: #B39E84
}
.about-service .left-data {
	margin-left: 10%;
	display: inline-block;
	z-index: 9;
	position: relative;
	margin-top: 80%
}
.about-service .right-data {
	margin-left: -35%;
	z-index: 9;
	position: relative;
	margin-top: 30%
}

@media screen and (max-width: 1199px) {
.about-service .left-data {
	margin-left: -8%
}
.about-service .right-data {
	margin-left: -15%
}
}

@media screen and (max-width: 991px) {
.about-service .left-data {
	margin-top: 0;
	margin-left: 0;
	width: 100%
}
.about-service .right-data {
	margin-top: 0;
	margin-left: 0
}
}
.team-style01 .social-icon {
	position: absolute;
	top: 10%;
	right: 10%
}
.team-style01 .team-icon {
	display: block;
	position: relative;
	z-index: 1;
	font-size: 13px;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	border-radius: unset;
	opacity: 0;
	transition: transform .4s ease-in, opacity .4s ease-in;
	transform: translateY(-20px);
	background: #001736;
	color: #fff
}
.team-style01 .team-icon:last-child {
	margin-bottom: 0
}
.team-style01:hover .team-icon {
	opacity: 1;
	transform: translateY(0);
	transition: transform .4s ease-in-out, opacity .4s ease-in-out
}
.newsletter-form .quform-elements {
	position: relative
}
.newsletter-form .quform-submit-inner {
	position: absolute;
	right: 1px;
	top: 1px;
	width: auto;
	background: transparent;
	height: 48px
}
.newsletter-form .quform-submit-inner .btn {
	padding: 0.500rem 1.15rem
}
.newsletter-form .quform-loading-wrap {
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: 0
}
.newsletter-form input {
	border: 1px solid transparent;
	background-color: rgba(255,255,255,0.1);
	height: 52px;
	padding: 0.5rem 4rem 0.5rem 1rem;
	color: #fff
}
.newsletter-form .form-control:focus {
	background-color: rgba(255,255,255,0.1);
	color: #fff
}
.newsletter-form .form-control:active {
	background-color: rgba(255,255,255,0.1);
	color: #fff
}
.newsletter-form .quform-has-error input {
	border-color: #f5543f
}
.newsletter-form .quform-has-error textarea {
	border-color: #f5543f
}
.newsletter-form .quform-has-error select {
	border-color: #f5543f
}
.newsletter-form .quform-input .quform-errors-wrap {
	right: 15px
}
.newsletter-form i {
	font-size: 1.2rem;
	line-height: 2rem
}
.team-data-style01 .team-data-inner {
	margin-left: -45%;
	background-color: #fff
}

@media screen and (max-width: 1199px) {
.team-data-style01 .team-data-inner {
	margin-left: -55%
}
}

@media screen and (max-width: 991px) {
.team-data-style01 .team-data-inner {
	margin-left: 0%
}
}
.testimonial-carousel1.owl-carousel .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	left: -5%;
	background-color: rgba(255,255,255,0.2);
	width: 50px;
	height: 50px;
	border-radius: 0;
	border: 1px solid rgba(255,255,255,0.5);
	line-height: 55px
}
.testimonial-carousel1.owl-carousel .owl-nav .owl-prev span {
	color: #fff;
	font-size: 25px
}
.testimonial-carousel1.owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	right: -5%;
	background-color: rgba(255,255,255,0.2);
	width: 50px;
	height: 50px;
	border-radius: 0;
	border: 1px solid rgba(255,255,255,0.5);
	line-height: 55px
}
.testimonial-carousel1.owl-carousel .owl-nav .owl-next span {
	color: #fff;
	font-size: 25px
}

@media screen and (max-width: 1399px) {
.testimonial-carousel1.owl-carousel .owl-nav .owl-prev {
	left: 0
}
.testimonial-carousel1.owl-carousel .owl-nav .owl-next {
	right: 0
}
}
span.lg-text {
	position: absolute;
	top: 15%;
	left: 0;
	font-size: 260px;
	text-transform: uppercase;
	font-weight: 900;
	color: rgba(0,23,54,0.05);
	letter-spacing: 10px
}
span.lg-text.right {
	right: 0;
	left: unset;
	bottom: 0;
	top: 25%
}
span.lg-text.dark {
	top: 0;
	color: rgba(241,243,244,0.05)
}

@media screen and (max-width: 1199px) {
span.lg-text {
	font-size: 200px
}
}

@media screen and (max-width: 992px) {
span.lg-text {
	font-size: 190px
}
}

@media screen and (max-width: 991px) {
span.lg-text.right {
	top: -2%
}
span.lg-text {
	font-size: 146px
}
}

@media screen and (max-width: 767px) {
span.lg-text {
	font-size: 100px;
	top: 2%
}
span.lg-text.right {
	right: unset;
	left: 0
}
}

@media screen and (max-width: 575px) {
span.lg-text {
	font-size: 60px;
	top: 6%
}
span.lg-text.right {
	top: 6%
}
}
.progress-style1 .progress {
	height: 8px
}
.progress-style1 .progress .progress-bar {
	background-color: #B39E84
}
.progress-style2 .progress {
	height: 8px
}
.clients-carousel1 img {
	transition: .4s;
	filter: grayscale(0)
}
.clients-carousel1 img:hover {
	transition: .4s;
	filter: grayscale(1)
}
.clients-style01 .client-img img {
	transition: .4s;
	opacity: 0.4;
	position: relative;
	z-index: 9
}
.clients-style01 .client-img:hover img {
	opacity: .2
}
.form-group {
	margin-bottom: 1rem
}
.form-group label {
	margin-bottom: .5rem
}
.form-control:focus {
	border-color: #B39E84
}
.form-check-input:checked {
	border-color: #B39E84;
	background-color: #B39E84
}
.quform-input {
	position: relative
}
.quform-input .quform-errors-wrap {
	position: absolute;
	right: 8px;
	top: 0;
	line-height: normal;
	z-index: 1
}
.quform-element {
	margin-bottom: 1rem
}
.quform-element>label {
	font-weight: 600;
	padding-bottom: 5px;
	margin-bottom: 0;
	color: #6a747b;
	font-size: 15px
}
.quform-element>label .quform-required {
	color: #cc0101;
	font-size: 10px
}
.quform-inner input {
	width: 100%
}
.quform-elements .quform-element textarea {
	margin-bottom: 0;
	padding: 8px 15px;
	vertical-align: top
}
.quform-elements .quform-element select {
	margin-bottom: 0;
	padding: 8px 35px 8px 15px
}
.quform-errors {
	padding: 0;
	margin: 0;
	line-height: normal
}
.quform-errors>.quform-error {
	padding: 0;
	background: none;
	border: none;
	float: none;
	color: #f5543f;
	font-size: 11px;
	line-height: normal;
	letter-spacing: normal
}
.quform-outer-no-js .quform-error {
	padding: 0;
	background: none;
	border: none;
	float: none;
	color: #f5543f;
	font-size: 11px;
	line-height: normal;
	letter-spacing: normal
}
.quform-outer-no-js .quform-success-message {
	padding: 0.75rem 1.25rem 0.75rem 3rem
}
.quform-has-error input {
	border-color: #f5543f
}
.quform-has-error textarea {
	border-color: #f5543f
}
.quform-has-error select {
	border-color: #f5543f
}
.quform-has-error input[type=file] {
	border-color: #f5543f
}
.quform-has-error .custom-file-label {
	border-color: #f5543f
}
.quform-success-message {
	padding: 0.75rem 1.25rem 0.75rem 3rem
}
.quform-submit-inner {
	float: none
}
.quform-loading-wrap {
	float: none
}
.quform-loading-wrap .quform-loading {
	display: inline-block
}
.social-icon-style1 {
	margin-bottom: 0;
	display: inline-block;
	padding-left: 0px;
	list-style: none
}
.social-icon-style1 li {
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px
}
.social-icon-style1 li a {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	background: rgba(255,255,255,0.1);
	height: 40px;
	line-height: 40px;
	width: 40px
}
.social-icon-style1 li a:hover {
	background: #B39E84
}
.social-icon-style1 li:last-child {
	margin-right: 0
}
.social-icon-style2 {
	margin-bottom: 0;
	display: inline-block;
	padding-left: 10px;
	list-style: none
}
.social-icon-style2 li {
	vertical-align: middle;
	display: inline-block;
	margin-right: 8px
}
.social-icon-style2 li a {
	display: inline-block;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background: #B39E84;
	height: 35px;
	line-height: 35px;
	width: 35px
}
.social-icon-style2 li a:hover {
	background: #001736;
	color: #fff
}
.social-icon-style2 li:last-child {
	margin-right: 0
}
.social-icon-style2 li a.small {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 11px
}
.social-icon-style2.small li a {
	width: 35px;
	height: 35px;
	line-height: 35px
}

@media screen and (max-width: 991px) {
.social-icon-style2.small li a {
	width: 30px;
	height: 30px;
	line-height: 30px
}
}
.social-icon-style3 {
	margin-bottom: 0;
	display: inline-block;
	padding-left: 0px;
	list-style: none
}
.social-icon-style3 li {
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px
}
.social-icon-style3 li a {
	display: inline-block;
	font-size: 13px;
	text-align: center;
	color: #ffffff;
	background: #001736;
	height: 35px;
	line-height: 35px;
	width: 35px
}
.social-icon-style3 li a:hover {
	background: #B39E84
}
.social-icon-style3 li:last-child {
	margin-right: 0
}
.search-form_input {
	color: #B39E84
}
.search-frame h4 a:hover {
	color: #B39E84
}
.search-frame .search_list .match {
	color: #B39E84
}
.search-frame .search_list li:before {
	color: #B39E84
}
.search-frame .search_list li+li {
	border-top: 3px solid #B39E84
}
.search-frame .search {
	color: #B39E84
}
.contact-map {
	width: 100%;
	height: 550px;
	vertical-align: top;
	border: 0
}
.call-to-action1 .shape1 {
	position: absolute;
	top: -184px;
	left: 230px;
	width: 105px;
	height: 812px;
	background-image: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 100%);
	background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 100%);
	background-image: -ms-linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 100%);
	background-color: transparent;
	transform: rotate(45deg);
	mix-blend-mode: soft-light;
	z-index: 1
}
.calltoaction-style01.overlay:before {
	background: rgba(247,247,247,0.76);
	background: linear-gradient(-90deg, transparent, transparent, #f7f7f7 75%)
}
.cursor-helper {
	height: 0
}
.cursor-helper-outer {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #001736;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	position: fixed;
	pointer-events: none;
	left: 25px;
	top: 25px;
	-webkit-transform: translate(calc(-50% + 5px), -50%);
	transform: translate(calc(-50% + 5px), -50%);
	z-index: 999999
}
.cursor-helper-inner {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: transparent;
	opacity: 0.3;
	position: fixed;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: none;
	-webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
	transition: width 0.3s, height 0.3s, opacity 0.3s;
	z-index: 999999
}
.cursor-link {
	background-color: #001736;
	opacity: 0.4
}
.cursor-light {
	background-color: #fff;
	opacity: 1
}
.cursor-slider {
	background-color: #001736;
	border-radius: 100%;
	padding: 30px
}
.cursor-slider:after {
	content: "\e658";
	font-family: 'themify';
	font-size: 24px;
	position: absolute;
	top: 13px;
	left: 19px;
	line-height: 35px;
	color: #fff
}
.cursor-helper-innerhover {
	width: 25px;
	height: 25px;
	opacity: 0.4
}

@media screen and (max-width: 1199px) {
.cursor-helper {
	display: none
}
}
#circle svg {
	-webkit-animation-name: rotate;
	-moz-animation-name: rotate;
	-ms-animation-name: rotate;
	-o-animation-name: rotate;
	animation-name: rotate;
	-webkit-animation-duration: 25s;
	-moz-animation-duration: 25s;
	-ms-animation-duration: 25s;
	-o-animation-duration: 25s;
	animation-duration: 25s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear
}
@-webkit-keyframes rotate {
from {
-webkit-transform:rotate(360deg)
}
to {
-webkit-transform:rotate(0)
}
}
@-moz-keyframes rotate {
from {
-moz-transform:rotate(360deg)
}
to {
-moz-transform:rotate(0)
}
}
@-ms-keyframes rotate {
from {
-ms-transform:rotate(360deg)
}
to {
-ms-transform:rotate(0)
}
}
@-o-keyframes rotate {
from {
-o-transform:rotate(360deg)
}
to {
-o-transform:rotate(0)
}
}
@keyframes rotate {
from {
transform:rotate(360deg)
}
to {
transform:rotate(0)
}
}
.page-navigation {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	box-shadow: 0 10px 60px 0 rgba(0,0,0,0.05)
}
.prev-page {
	position: relative;
	width: 50%;
	max-width: 350px;
	margin: 10px
}
.prev-page:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0);
	box-shadow: 0 0 0 0 rgba(34,35,40,0);
	transform: scale(1.04, 1.12);
	transition: .3s ease-in-out;
	pointer-events: none
}
.prev-page .page-info>a {
	display: flex;
	align-items: center;
	position: relative;
	padding: 16px 20px;
	min-height: 110px;
	transition: 0.8s
}
.prev-page .page-info .image-prev {
	position: relative;
	flex-shrink: 0;
	width: 70px;
	height: 70px;
	vertical-align: middle;
	transition: inherit;
	overflow: hidden
}
.prev-page .page-info .image-next {
	position: relative;
	flex-shrink: 0;
	width: 70px;
	height: 70px;
	vertical-align: middle;
	transition: inherit;
	overflow: hidden
}
.prev-page .page-info .prev-title {
	display: inline-block;
	position: relative;
	max-width: 220px;
	font-size: 22px;
	line-height: 1.5;
	font-weight: 700;
	word-wrap: break-word;
	vertical-align: middle;
	transition: 0.45s
}
.prev-page .page-info .prev-title:empty {
	display: none
}
.prev-page .page-info .next-title {
	display: inline-block;
	position: relative;
	max-width: 220px;
	font-size: 22px;
	line-height: 1.5;
	font-weight: 700;
	word-wrap: break-word;
	vertical-align: middle;
	transition: 0.45s
}
.prev-page .page-info .next-title:empty {
	display: none
}
.prev-page:hover:before {
	background-color: white;
	transform: scale(1)
}
.prev-page a {
	justify-content: flex-start;
	text-align: left
}
.prev-page a:hover .image-prev:after {
	visibility: visible;
	opacity: 1
}
.prev-page a:hover .image-prev:before {
	visibility: visible;
	opacity: 1;
	margin-left: 0
}
.prev-page .image-prev {
	margin-right: 20px
}
.prev-page .image-prev:after {
	background-color: #B39E84;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease-in-out
}
.prev-page .image-prev:before {
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	margin-left: 20px;
	content: "\e64a";
	font-family: 'themify';
	font-size: 21px;
	line-height: 70px;
	color: #fff;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease-in-out
}
.next-page {
	position: relative;
	width: 50%;
	max-width: 350px;
	margin: 10px;
	margin-left: auto
}
.next-page:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0);
	box-shadow: 0 0 0 0 rgba(34,35,40,0);
	transform: scale(1.04, 1.12);
	transition: .3s ease-in-out;
	pointer-events: none
}
.next-page .page-info>a {
	display: flex;
	align-items: center;
	position: relative;
	padding: 16px 20px;
	min-height: 110px;
	transition: 0.8s
}
.next-page .page-info .image-prev {
	position: relative;
	flex-shrink: 0;
	width: 70px;
	height: 70px;
	vertical-align: middle;
	transition: inherit;
	overflow: hidden
}
.next-page .page-info .image-next {
	position: relative;
	flex-shrink: 0;
	width: 70px;
	height: 70px;
	vertical-align: middle;
	transition: inherit;
	overflow: hidden
}
.next-page .page-info .prev-title {
	display: inline-block;
	position: relative;
	max-width: 220px;
	font-size: 22px;
	line-height: 1.5;
	font-weight: 700;
	word-wrap: break-word;
	vertical-align: middle;
	transition: 0.45s
}
.next-page .page-info .prev-title:empty {
	display: none
}
.next-page .page-info .next-title {
	display: inline-block;
	position: relative;
	max-width: 220px;
	font-size: 22px;
	line-height: 1.5;
	font-weight: 700;
	word-wrap: break-word;
	vertical-align: middle;
	transition: 0.45s
}
.next-page .page-info .next-title:empty {
	display: none
}
.next-page:hover:before {
	background-color: white;
	transform: scale(1)
}
.next-page .image-next {
	margin-left: 20px
}
.next-page .image-next:after {
	background-color: #B39E84;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease-in-out
}
.next-page .image-next:before {
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	margin-right: 20px;
	content: "\e64a";
	font-family: 'themify';
	font-size: 21px;
	line-height: 70px;
	color: #fff;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease-in-out;
	transform: scaleX(-1)
}
.next-page a {
	justify-content: flex-end;
	text-align: right
}
.next-page a:hover .image-next:after {
	visibility: visible;
	opacity: 1
}
.next-page a:hover .image-next:before {
	visibility: visible;
	opacity: 1;
	margin-right: 0
}
.next-page .next-title {
	text-align: right
}
.prev-link-page-info>span {
	display: block
}
.prev-link-page-info .date-details {
	font-size: 14px;
	letter-spacing: .025em;
	line-height: 20px;
	margin-bottom: -2px
}
.prev-link-page-info .date-details>div {
	line-height: inherit;
	transition: 0.45s;
	font-weight: 500
}
.prev-link-page-info .date-details>span {
	line-height: inherit;
	transition: 0.45s;
	font-weight: 500
}
.prev-link-page-info .date-details:only-child {
	margin-top: 0
}
.next-link-page-info>span {
	display: block
}
.next-link-page-info .date-details {
	font-size: 14px;
	letter-spacing: .025em;
	line-height: 20px;
	margin-bottom: -2px
}
.next-link-page-info .date-details>div {
	line-height: inherit;
	transition: 0.45s;
	font-weight: 500
}
.next-link-page-info .date-details>span {
	line-height: inherit;
	transition: 0.45s;
	font-weight: 500
}
.next-link-page-info .date-details:only-child {
	margin-top: 0
}

@media screen and (max-width: 767px) {
.prev-page {
	width: calc(100% - 20px);
	max-width: unset
}
.prev-page+.next-page {
	margin-top: 0
}
.next-page {
	width: calc(100% - 20px);
	max-width: unset
}
.page-navigation {
	flex-direction: column
}
}

@media screen and (max-width: 575px) {
.prev-page .page-info>a {
	padding: 10px
}
.prev-page .page-info .prev-title {
	max-width: 168px
}
.prev-page .page-info .next-title {
	max-width: 168px
}
.next-page .page-info>a {
	padding: 10px
}
.next-page .page-info .prev-title {
	max-width: 168px
}
.next-page .page-info .next-title {
	max-width: 168px
}
}
.left-img-block {
	position: absolute;
	top: -25px;
	bottom: -1px;
	left: 0;
	max-width: 384px;
	width: 100%
}
.left-img-block:before {
	position: absolute;
	top: 0;
	right: -16px;
	content: "";
	border-left: 9px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 25px solid #232323;
	z-index: 2;
	transform: rotate(-1deg)
}
.left-img {
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0
}
footer {
	background: #001736
}
.footer-logo {
	max-width: 214px;
	width: 100%;
	display: inline-block
}
.footer-logo>a {
	display: inline-block
}

@media screen and (max-width: 1399px) {
.left-img-block {
	display: none
}
}

@media screen and (max-width: 767px) {
footer {
	padding-top: 60px
}
}
span.lg-text {
	position: absolute;
	top: 15%;
	left: 0;
	font-size: 260px;
	text-transform: uppercase;
	font-weight: 900;
	color: rgba(0,23,54,0.05);
	letter-spacing: 10px
}
span.lg-text.right {
	right: 0;
	left: unset;
	bottom: 0;
	top: 25%
}
span.lg-text.dark {
	top: 0;
	color: rgba(241,243,244,0.05)
}

@media screen and (max-width: 1199px) {
span.lg-text {
	font-size: 200px
}
}

@media screen and (max-width: 992px) {
span.lg-text {
	font-size: 190px
}
}

@media screen and (max-width: 991px) {
span.lg-text.right {
	top: -2%
}
span.lg-text {
	font-size: 146px
}
}

@media screen and (max-width: 767px) {
span.lg-text {
	font-size: 100px;
	top: 2%
}
span.lg-text.right {
	right: unset;
	left: 0
}
}

@media screen and (max-width: 575px) {
span.lg-text {
	font-size: 60px;
	top: 6%
}
span.lg-text.right {
	top: 6%
}
}
.all-demo i, .buy-theme i {
	vertical-align: middle;
	top: -1px;
	position: relative;
	color: #fff
}
.all-demo, .buy-theme, .buy-wp-theme {
	transition-timing-function: ease-in-out;
	transition-duration: .2s;
	position: fixed;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	z-index: 9999
}
.buy-theme {
	top: 150px;
	right: -79px;
	background: #B39E84
}
.buy-theme i {
	font-size: 16px
}
.all-demo i {
	font-size: 15px
}
.all-demo:hover, .buy-theme:hover, .buy-wp-theme:hover {
	transition-timing-function: ease-in-out;
	transition-duration: .2s;
	right: 0;
	background: #B39E84
}
.all-demo, .all-demo:hover {
	background: #001736
}
.all-demo span, .buy-theme span, .buy-wp-theme span {
	padding: 0 9px;
	position: relative;
	top: 0;
	opacity: 0
}
.all-demo:hover span, .buy-theme:hover span, .buy-wp-theme:hover span {
	opacity: 1;
	color: #fff
}
.all-demo:hover i, .buy-theme:hover i, .buy-wp-theme:hover i {
	color: #fff
}
.all-demo a, .buy-theme a, .buy-wp-theme a {
	color: #232323;
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px 10px;
	display: block;
	text-decoration: none;
	font-weight: 500
}
.all-demo {
	top: 220px;
	right: -90px
}
.buy-wp-theme {
	top: 185px;
	right: -80px;
	background: #3498d8
}
