@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i|Work+Sans:400,500,600,700,800,900|Yeseva+One&amp;display=swap');

/*
font-family: 'Yeseva One', cursive;
font-family: 'Open Sans', sans-serif;
font-family: 'Work Sans', sans-serif;
*/

@import url('fontawesome-all.css');
@import url('animate.css');
@import url('flaticon.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('scrollbar.css');
@import url('hover.css');
@import url('jquery.touchspin.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
.section-padding {
	padding: 80px 0;
}

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 100%;
	line-height: inherit;
}

.hub-item div h6 {
	color: #000;
}


.hub-item {
	background: white;
	border-left: 5px solid #322a20;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	color: inherit;
	margin-bottom: 17px;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/
.fs-4 {
	font-size: 36px;
}

.me-3 {
	margin-right: 20px;
}

body {

	font-size: 16px;
	color: #25283a;
	line-height: 1.7em;
	font-weight: 400;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #803808;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.25em;
	font-family: 'Yeseva One', cursive;
}

textarea {
	overflow: hidden;
}

button {
	outline: none !important;
	cursor: pointer;
}

p,
.text {
	font-size: 16px;
	line-height: 1.7em;
	font-weight: 400;
	margin: 0 0 15px;
}

::-webkit-input-placeholder {
	color: inherit;
}

::-moz-input-placeholder {
	color: inherit;
}

::-ms-input-placeholder {
	color: inherit;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	z-index: 9;
	overflow: hidden;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

figure {
	margin-bottom: 0;
}

.theme-btn {
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.theme-btn i {
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

.centered {
	text-align: center !important;
}

/*Btn Style One*/

.btn-style-one {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	border-radius: 0px 100px 100px 0px;
	overflow: hidden;
}

.btn-style-one:hover {
	color: #ffffff;
}

.main-header .nav-outer .link-box .donate-link .btn-style-one .btn-title {
	border-left: 2px solid #ad5e0a;
}

.btn-style-one .btn-title {
	position: relative;
	display: block;
	z-index: 1;
	padding: 30px 35px;
	background: #322a20;
	border-radius: 0px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.btn-style-one:hover .btn-title {
	color: #ffffff;
}

.btn-style-one .btn-title:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #ad5e0a;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-one:hover .btn-title:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

/* Btn Style Two */

.btn-style-two {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 28px;
	color: #848484;
	font-weight: 600;
	padding: 10px 30px;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	border-radius: 25px;
	border: 1px solid #e0e0e0;
	overflow: hidden;
}

/* .btn-style-two:hover {
	color: #ffffff;
	border-color: #803808;
	background: #803808;
} */

/*Btn Style Three*/

.btn-style-three {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	border-radius: 30px;
	overflow: hidden;
}

.btn-style-three:hover {
	color: #ffffff;
}

.btn-style-three .btn-title {
	position: relative;
	display: block;
	z-index: 1;
	padding: 15px 45px;
	background-color: #ff6b70;
	border-radius: 30px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.btn-style-three:hover .btn-title {
	color: #ffffff;
}



.btn-style-three .btn-title:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #25283a;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-three:hover .btn-title:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

/* Btn Style Foure */

.btn-style-four {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 600;
	padding: 8px 25px;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	border-radius: 22px;
	border: 2px solid #ffffff;
	overflow: hidden;
}

.btn-style-four:hover {
	color: #000000;
	border-color: #ffffff;
	background: #ffffff;
}

/*Btn Style Five*/

.btn-style-five {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #25283a;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	border-radius: 30px;
	overflow: hidden;
}

.btn-style-five:hover {
	color: #ffffff;
}

.btn-style-five .btn-title {
	position: relative;
	display: block;
	z-index: 1;
	padding: 15px 35px;
	background-color: #ffffff;
	border-radius: 30px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.btn-style-five:hover .btn-title {
	color: #ffffff;
}

.btn-style-five .btn-title:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #945013;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-five:hover .btn-title:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

.theme_color {
	color: #803808;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: rgba(0, 0, 0, 0);
}

.preloader .icon {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0);
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/preloader.gif);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	background-size: 150px;
	/* transition: all 200ms ease;
	animation: rotate3d 3s linear infinite;
    transform-style: preserve-3d; */
}

@keyframes rotate3d {
	0% {
		transform: perspective(1000px) rotateY(0deg);
	}

	100% {
		transform: perspective(1000px) rotateY(360deg);
	}
}

.page-loaded .preloader .icon {
	opacity: 0;
}

.preloader:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 0;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}

.page-loaded .preloader:before {
	-webkit-transform: translateX(-101%);
	-ms-transform: translateX(-101%);
	transform: translateX(-101%);
}

.preloader:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #803808;
	z-index: 2;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}

.page-loaded .preloader:after {
	-webkit-transform: translateX(-101%);
	-ms-transform: translateX(-101%);
	transform: translateX(-101%);
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.dropdown-toggle::after {
	display: none;
}

.fa {
	line-height: inherit;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 54px;
	height: 54px;
	color: #ffffff;
	font-size: 30px;
	line-height: 54px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	background: #25283a;
	border-radius: 0px;
	margin-left: -26px;
	display: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	box-shadow: 2px 2px 0px #803808;
}

.scroll-to-top:hover {
	background: #803808;
	color: #ffffff;
	box-shadow: 2px 2px 0px #25283a;
}


/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
	position: relative;
	display: block;
	width: 100%;
	z-index: 9999;
	background: none;
	font-family: 'Work Sans', sans-serif;
}

.main-header.header-style-two {
	position: absolute;
	top: 55px;
}

.main-header.header-style-three {
	position: absolute;
	top: 0px;
}

.main-header .header-top {
	position: relative;
	background: linear-gradient(267deg, #803808, #bd6b0b);
	color: #ffffff;
}

.main-header .header-top .inner {
	position: relative;
	padding-left: 280px;
}

/* Top Left*/

.main-header .header-top .top-left {
	position: relative;
	float: left;
	padding: 10px 0px;
}

.main-header .header-top .info {
	position: relative;
	float: right;
}

.main-header .header-top .info li {
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: #aaabaf;
	font-weight: 400;
	padding: 0px 0px;
	margin-left: 39px;
}

.main-header .header-top .info li:before {
	content: '';
	position: absolute;
	top: 2px;
	left: -20px;
	height: 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.30);
}

.main-header .header-top .info li:first-child:before {
	display: none;
}

.main-header .header-top .info li a {
	position: relative;
	display: inline-block;
	color: #fff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .header-top .info li a .icon {
	position: relative;
	padding-right: 5px;
	color: #fff;
}

.main-header .header-top .info li a:hover {
	color: #fff;
}

.main-header .header-top .info .search-btn {
	position: relative;
}

.main-header .header-top .info .search-toggler {
	position: relative;
	padding: 0;
	background: none;
	margin: 0;
	line-height: 24px;
	color: #aaabaf;
	font-size: 14px;
	cursor: pointer;
}

.main-header .header-top .info .search-toggler:hover {
	color: #803808;
}

.main-header .header-top .top-right {
	position: relative;
	float: right;
	padding: 10px 0px;
}

.main-header .header-top .social-links {
	position: relative;
}

.main-header .header-top .social-links li {
	position: relative;
	float: left;
	color: #fff;
	line-height: 24px;
	margin-right: 25px;
}

.main-header .header-top .social-links li a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .header-top .social-links li a:hover {
	color: #fff;
}

/*=== Header Upper ===*/

.main-header .header-upper {
	position: relative;
	background: #ffffff;
	box-shadow: 0 0 8px -5px rgb(0 0 0 / 58%);
}

.main-header.header-style-two .header-upper {
	background: none;
}

.main-header.header-style-three .header-upper {
	background: none;
}

.main-header .header-upper .inner-container {
	position: relative;
	padding-left: 280px;
	min-height: 90px;
}

.main-header.header-style-two .header-upper .inner-container {
	padding-left: 300px;
	padding-right: 30px;
	background: #ffffff;
	border-radius: 20px;
}

.main-header .header-upper .logo-box {
	position: absolute;
	float: left;
	left: 0;
	top: -45px;
	width: 183px;
	height: 184px;

	overflow: hidden;
	z-index: 10;
}

.main-header.header-style-two .header-upper .logo-box {
	left: 30px;
}

.main-header.header-style-three .header-upper .logo-box {
	height: auto;
	width: 200px;
	top: 0;
	padding: 15px 0px;
}

.main-header .header-upper .logo-box .logo {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 10px 10px 12px;
	text-align: center;
	border-radius: 0px 0px 20px 20px;
	box-shadow: 0 0 13px -5px rgba(0, 0, 0, 0.5);
	overflow: hidden;
}

.main-header.header-style-three .header-upper .logo-box .logo {
	padding: 0;
	background: none;
	text-align: left;
	border-radius: 0;
}

/* .main-header .header-upper .logo-box .logo:before {
	position: absolute;
	right: 4px;
	top: 102%;
	margin-top: -60px;
	height: 64px;
	width: 100%;
	background: #ffffff;
	content: "";
	-webkit-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	transform: rotate(-8deg);
	border-radius: 20px;
} */

.main-header.header-style-three .header-upper .logo-box .logo:before {
	display: none;
}


.main-header .header-upper .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
	height: auto;
	z-index: 1;
}

.main-header .header-upper .social-links {
	position: relative;
	float: left;
	padding: 39px 0;
	margin-left: 75px;
}

.main-header .nav-outer {
	position: relative;
	float: right;
	width: 100%;
	z-index: 1;
}


.main-header .nav-outer .link-box {
	position: relative;
	padding: 0;
	float: right;
}

.main-header .nav-outer .link-box .theme-btn {
	display: block;
}

.main-header .nav-outer .link-box .donate-link {
	position: relative;
	float: right;
	margin-left: 30px;
}

.main-header .nav-outer .link-box .cart-link {
	position: relative;
	float: right;
	padding-top: 15px;
}

.main-header .nav-outer .link-box .cart-link a {
	display: block;
	line-height: 30px;
	font-size: 24px;
	color: #25283a;
}

.header-style-three .nav-outer .link-box .cart-link a {
	color: #ffffff;
}

.main-header .nav-outer .link-box .cart-link a:hover {
	color: #803808;
}

.main-header .nav-outer .main-menu {
	position: relative;
	float: left;
}

.main-menu .navbar-collapse {
	padding: 0px;
	display: block !important;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	padding: 25px 0px;
	margin-right: 40px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
	margin-right: 0px;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	font-weight: 600;
	text-transform: capitalize;
	color: #25283a;
	padding: 3px 0px;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-style-three .main-menu .navigation>li>a {
	color: #ffffff;
}

.main-menu .navigation>li>a:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0;
	width: 0px;
	border-bottom: 2px solid #944809;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-style-three .main-menu .navigation>li>a:before {
	border-bottom-color: #ffffff;
}

.sticky-header .main-menu .navigation>li>a:before {
	display: none;
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before {
	width: 100%;
}

.main-menu .navigation>li.dropdown {
	padding-right: 14px;
}

.sticky-header .main-menu .navigation>li.dropdown {
	padding-right: 0px;
}

.main-menu .navigation>li.dropdown>a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f107";
	position: absolute;
	right: -14px;
	top: 5px;
	display: block;
	line-height: 30px;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	z-index: 5;
}

/* ===EMI Calculater=== */
.emi-style .inputs-header h2 {
	font-weight: 800;
	font-size: 1.8rem;
	color: #894009;
	margin-bottom: 30px;
}

.emi-style .form-item {
	margin-bottom: 35px;
}

.emi-style .label-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
	align-items: center;
}

.emi-calculator-area {
	padding-bottom: 80px;
}

.emi-style .label-row label {
	font-weight: 600;
	color: #4b5563;
	font-size: 0.95rem;
}

.emi-style .chart-center-data {
	position: absolute;
	top: 62%;
	text-align: center;
	pointer-events: none;
}

.emi-style .val-badge {
	color: #b6650a;
	font-weight: 800;
	font-size: 1.1rem;
	background: #fff8f1;
	padding: 6px 14px;
	border-radius: 8px;
	border: 1px solid #f9ebdf;
	transition: all 0.3s ease;
}

/* DYNAMIC SLIDER */
.emi-style input[type="range"] {
	-webkit-appearance: none;
	width: 100%;
	height: 10px;
	border-radius: 10px;
	outline: none;
	cursor: pointer;
}

.emi-style input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 26px;
	height: 26px;
	background: var(--white);
	border: 5px solid #b6650a;
	border-radius: 50%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.emi-style input[type="range"]::-webkit-slider-thumb:hover {
	transform: scale(1.2) rotate(10deg);
}

/* Result Card */
.emi-style .result-box {
	background: #ffffff;
	border: 1px solid #f1f1f1;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02);
	transition: transform 0.3s ease;
}

.emi-style .result-box:hover {
	transform: translateY(-5px);
}

.emi-style .emi-head {
	background: #fdfaf7;
	padding: 14px;
	text-align: center;
	border-bottom: 1px solid #f1f1f1;
}

.emi-style .emi-head p {
	font-size: 0.75rem;
	color: #888;
	letter-spacing: 1.5px;
	font-weight: 700;
	margin-bottom: 5px;
}

.emi-style .emi-head h2 {
	font-size: 2.2rem;
	font-weight: 800;
	transition: all 0.3s ease;
}

.emi-style .chart-section {
	padding: 30px;
	position: relative;
	height: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
}



/* ===Schemes====== */
.schemes .category-wrapper {
	background: white;
	border-radius: 25px;
	overflow: hidden;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
	border: none;
	animation: fadeInUp 1s ease-out;
}

/* Sidebar Navigation Styling */
.schemes .nav-column {
	background: #fff;
	padding: 0;
	border-right: 1px solid #edf2f7;
}

.schemes .nav-link-custom {
	padding: 25px 30px;
	border-bottom: 1px solid #f8f9fa;
	color: #555;
	display: flex;
	align-items: center;
	transition: all 0.3s ease;
	text-decoration: none !important;
	cursor: pointer;
	position: relative;
}

.schemes .nav-link-custom:hover {
	background: #fff5f2;
	color: #945013;
}

.schemes .nav-link-custom.active {
	background: #945013;
	color: white !important;
}

.schemes .nav-link-custom i {
	font-size: 1.4rem;
	margin-right: 20px;
	width: 30px;
	text-align: center;
}

/* Content Area Animations */
.schemes .tab-pane {
	animation: slideInRight 0.5s ease-out;
}

.schemes .plan-box {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 18px;
	padding: 20px;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	position: relative;
	overflow: hidden;
	height: 100%;
}

.schemes .plan-box:hover {
	transform: translateY(-10px);
	border-color: #8b2d0b;
	box-shadow: 0 12px 25px rgba(139, 45, 11, 0.15);
}

/* Unique Floating Elements */
.schemes .plan-number {
	position: absolute;
	bottom: 17px;
	right: 10px;
	font-size: 4rem;
	font-weight: 900;
	color: #f1f1f1;
	z-index: 0;
	user-select: none;
}

.schemes .plan-tag {
	color: #ffffff;
	padding: 4px 15px;
	font-size: 0.9rem;
	font-weight: 800;
	text-transform: uppercase;
	border-radius: 0 0 0 15px;
	position: absolute;
	top: 0;
	right: 0
}
.tab-title{
	font-size: 19px;
    position: relative;
    padding-left: 35px;
}
.tab-title::after {
 content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #b5640b;
}

.tab-title::before{
    content: "";
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid #b5640b;
    border-bottom: 0 solid transparent;
    border-left: 23px solid #b5640b;

}

.plan-box .icon-box {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	border: 1px dashed #ccc;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	color: #666;
}

.schemes .plan-box h5 {
	margin-bottom: 5px;
}

/* Bootstrap v4 Button Customization */
.schemes .btn-brand {
	background-color: transparent;
	border: 2px solid #2c3e50;
	color: #2c3e50;
	border-radius: 50px;
	font-weight: 700;
	padding: 8px 25px;
	transition: 0.3s;
	z-index: 1;
	position: relative;
}

.schemes .btn-brand:hover {
	background-color: #2c3e50;
	color: white;
	text-decoration: none;
}

.tab-btn-area .btn {
	position: relative;
	z-index: 2;
	vertical-align: middle;
	display: inline-block;
	border: 1px solid #000000;
	text-align: center;
	background-color: transparent;
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	padding: 11.5px 20px;
	border-radius: 44px;
	overflow: hidden;
	transition: 0.4s;
}

.tab-btn-area .btn:before {
	content: "";
	position: absolute;
	height: calc(100% + 2px);
	width: calc(100% + 30px);
	top: -1px;
	right: 100%;
	transition: all 0.4s ease-out;
	border-radius: 44px;
	background: linear-gradient(267deg, #803808, #bd6b0b);
}

.tab-btn-area .btn:hover::before {
	right: -30px;
	z-index: -1;
}

.btn-bg-ff9837.btn:hover {
	color: #fff;
	border: 1px solid #eaedff;
}

.feature-list li {
    position: relative;
    color: #727579;
    padding: 13px 0 10px 31px;
    z-index: 1;
    font-size: 15px;
}
.feature-list li:before {
	position: absolute;
	content: '✔';
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: linear-gradient(267deg, #803808, #bd6b0b);
	left: -5px;
	top: 15px;
	text-align: center;
	color: #fff;
}
/* Keyframes for Animations */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(40px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes slideInRight {
	from {
		opacity: 0;
		transform: translateX(20px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* Responsive Mobile Fixes */
@media (max-width: 991px) {
	.schemes .nav-column {
		border-right: none;
		border-bottom: 2px solid #eee;
	}

	.schemes .nav-link-custom {
		padding: 15px 20px;
	}
}

/* ===Schemes====== */


/* about=============== */
.about-creative-section {
	padding: 120px 0;
	background-color: #fff;
	font-family: 'Poppins', sans-serif;
	overflow: hidden;
}

/* 2. Image Side Layout (Left) */
.image-block {
	position: relative;
	padding-right: 40px;
}

.main-img-box {
	position: relative;
	z-index: 1;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.main-img-box img {
	width: 100%;
	display: block;
	transition: transform 0.5s ease;
}

/* Background decorative element */
.image-block::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border: 10px solid #8B4513;
	top: 35px;
	right: -28px;
	border-radius: 20px;
	z-index: 0;
}

.feature-badge-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.badge-item {
	background: #fff;
	padding: 11px 13px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.4s ease;
	border-left: 4px solid #8B4513;
	font-size: 14px;
}

.badge-item:hover {
	background: #8B4513;
	color: #fff;
}

.badge-item i {
	margin-right: 5px;
	color: #8B4513;
	font-size: 18px;
}

.badge-item:hover i {
	color: #fff;
}

/* 4. Content Side (Right) */
.about-content-box {
	padding-left: 0px;
}

.tagline {
	color: #8B4513;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}





/* Custom Button */
.read-more-btn {
	background: #8B4513;
	color: #fff;
	padding: 15px 40px;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none !important;
	font-weight: 700;
	margin-top: 15px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: 0.3s;
}

.read-more-btn:hover {
	background: #333;
	color: #fff;
}

/* Mobile Responsive */
@media (max-width: 991px) {
	.image-block {
		padding-right: 0;
		margin-bottom: 80px;
		margin-top: 15px;
	}

	.about-content-box {
		padding-left: 0;
	}

	.feature-badge-container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
		margin-top: 30px;
	}

	.badge-item {
		transform: none;
		width: 100%;
	}
}

/* about=============== */


/* Floating Chart Center Info */
.emi-style .chart-center-info {
	position: absolute;
	top: 65%;
	text-align: center;
	pointer-events: none;
}

.emi-style .input-pane {
	background: #ffffff;
	border: 1px solid #f1f1f1;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02);
	transition: transform 0.3s ease;
	padding: 39px 25px;
}

.emi-style .chart-center-info span {
	display: block;
	font-size: 0.7rem;
	color: #999;
	font-weight: 700;
	text-transform: uppercase;
}

.emi-style .chart-center-info b {
	font-size: 1.4rem;
	color: #b6650a;
	font-weight: 800;
}

.emi-style .data-table {
	padding: 0 30px 20px;
}

.emi-style .data-row {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid #e5e7eb;
	font-size: 0.95rem;
}

.emi-style .data-row span:first-child {
	color: #6b7280;
	font-weight: 500;
}

.emi-style .data-row span:last-child {
	font-weight: 700;
	color: #111827;
}

/* .btn-apply {
            width: calc(100% - 60px);
            margin: 10px 30px 30px;
            padding: 15px;
            background: transparent;
            border: 2px solid #b6650a;
            color: #b6650a;
            border-radius: 50px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 1px;
            cursor: pointer;
            transition: 0.3s;
            position: relative;
            overflow: hidden;
        }

        .btn-apply:hover {
            background: #b6650a;
            color: white;
        } */
/* ===EMI Calculater=== */


.sticky-header .main-menu .navigation>li.dropdown>a:before,
.sticky-header .main-menu .navigation>li.dropdown>a:after {
	display: none;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 230px;
	z-index: 100;
	display: none;
	opacity: 0;
	visibility: hidden;
	padding: 0px 0px;
	background-color: #ffffff;
	border-top: 2px solid #833b09;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li:before {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	display: block;
	background: #803808;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}


.main-menu .navigation>li>ul>li:hover>a {
	color: #ffffff;
	background: linear-gradient(267deg, #803808, #bd6b0b);
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 8px 20px;
	line-height: 24px;
	font-weight: 500;
	font-size: 14px;
	text-transform: capitalize;
	color: #25283a;
	text-align: left;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position: absolute;
	right: 16px;
	top: 12px;
	display: block;
	line-height: 24px;
	font-size: 16px;
	font-weight: 800;
	text-align: center;
	z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: -2px;
	width: 230px;
	z-index: 100;
	display: none;
	padding: 0px 0px;
	background-color: #ffffff;
	border-top: 2px solid #803808;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	display: block;
	background: #803808;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover:before {}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 12px 20px;
	line-height: 24px;
	font-weight: 500;
	font-size: 14px;
	text-transform: capitalize;
	color: #25283a;
	text-align: left;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
	color: #ffffff;
	background: #803808;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position: absolute;
	right: 16px;
	top: 12px;
	display: block;
	line-height: 24px;
	font-size: 16px;
	font-weight: 900;
	z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}

/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup {
	position: fixed;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	overflow: auto;
	background: rgba(0, 0, 0, 0.90);
	-webkit-transform: translateY(101%);
	-ms-transform: translateY(101%);
	transform: translateY(101%);
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
}

.search-popup.popup-visible {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	visibility: visible;
	opacity: 1;
}

.search-popup .overlay-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
}

.search-popup .close-search {
	position: absolute;
	right: 25px;
	top: 25px;
	font-size: 22px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
}

.search-popup .close-search:hover {
	opacity: 0.70;
}

.search-popup .search-form {
	position: relative;
	padding: 0px 15px 0px;
	max-width: 1024px;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 100px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.search-popup .search-form fieldset {
	position: relative;
	border: 7px solid rgba(255, 255, 255, 0.50);
	border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"] {
	position: relative;
	height: 70px;
	padding: 20px 220px 20px 30px;
	background: #ffffff;
	line-height: 30px;
	font-size: 24px;
	color: #233145;
	border-radius: 7px;
}

.search-popup .search-form fieldset input[type="submit"] {
	position: absolute;
	display: block;
	right: 0px;
	top: 0px;
	text-align: center;
	width: 220px;
	height: 70px;
	padding: 20px 10px 20px 10px;
	color: #ffffff !important;
	background: #803808;
	line-height: 30px;
	font-size: 20px;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 0px 7px 7px 0px;
}

.search-popup .search-form fieldset input[type="submit"]:hover {
	background: #803808;
}

.search-popup h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
	letter-spacing: 1px;
	text-align: center;
}

.search-popup .recent-searches {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}

.search-popup .recent-searches li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
	display: block;
	line-height: 24px;
	border: 1px solid #ffffff;
	padding: 7px 15px;
	color: #ffffff;
	border-radius: 3px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.search-popup .recent-searches li a:hover {
	color: #803808;
	border-color: #803808;
}


/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	z-index: -1;
	background: #ffffff;
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-webkit-transition: top 300ms ease;
	-moz-transition: top 300ms ease;
	-ms-transition: top 300ms ease;
	-o-transition: top 300ms ease;
	transition: top 300ms ease;
}

.fixed-header .sticky-header {
	opacity: 1;
	z-index: 99901;
	visibility: visible;
}

.fixed-header .sticky-header .logo {
	padding: 10px 0px;
}

.sticky-header .main-menu .navigation>li {
	margin-left: 50px !important;
	padding: 0;
	margin-right: 0;
	background-color: transparent;
}

.sticky-header .main-menu .navigation>li.dropdown>a:after,
.sticky-header .main-menu .navigation>li:before {
	display: none;
}

.sticky-header .main-menu .navigation>li>a {
	padding: 29px 0px !important;
	line-height: 30px;
	font-size: 15px;
	font-weight: 600;
	color: #25283a;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu .navigation>li>ul>li>ul {
	left: auto;
	right: 100%;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a {
	opacity: 1;
	color: #803808;
}

/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	color: #803808;
	margin-left: 25px;
	margin-top: 35px;
	display: none;
}

.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .mCSB_inside>.mCSB_container {
	margin-right: 5px;
}

.mobile-menu .navbar-collapse {
	display: block !important;
}

.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}

.mobile-menu-visible {
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #803808;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 0.70;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #202020;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
	color: #803808;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}

.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
	font-size: 16px;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	border-left: 5px solid #803808;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li>a:hover {
	color: #f1b037;
}

.mobile-menu .navigation li.current>a:before {
	height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.10);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
	background: #803808;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
	display: none;
}

.mobile-menu .social-links {
	position: relative;
	text-align: center;
	padding: 30px 25px;
}

.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
	color: #803808;
}

/*** 

====================================================================
		Banner Section
====================================================================

***/

.hero-3 {
	background-repeat: no-repeat;
	background-size: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	position: relative;
	z-index: -1;
	padding: 70px 0px 100px;
	overflow: hidden;
}

.hero-3 .hero-content {
	position: relative;
	z-index: 9;
	padding-bottom: 0;
}

.hero-3 .hero-content h1 {
	font-size: 47px;
	font-weight: 600;
	color: #322a20;
	line-height: 56px;
	max-width: 664px;
}

.hero-3 .hero-content .btn-style-two {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 25px;
	color: #322a20;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	border-radius: 0px 100px 100px 0px;
	overflow: hidden;
	padding: 0;
}

.hero-3 .hero-content .btn-style-two .btn-title:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #ad5e0a;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.hero-3 .hero-content .btn-style-two:hover .btn-title:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

.hero-3 .hero-content .btn-style-one .btn-title {
	padding: 14px 20px;
	border-left: 2px solid #ad5e0a
}

.hero-3 .hero-content .btn-style-two .btn-title {
	padding: 14px 20px;
	border-left: 2px solid #ad5e0a
}

.hero-3 .hero-content .text-item {
	margin-top: 15px;
}

.hero-section h5 {
	max-width: 550px;
	color: #322a20;
	font-weight: 100;
}

.hero-3 .paper-shape {
	position: absolute;
	bottom: 26px;
	left: 46%;
	-webkit-animation: rounded 5s linear infinite;
	animation: rounded 5s linear infinite;
	z-index: 1;
}

@keyframes rounded {
	50% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
	}
}

.steps-section .outer-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 0px;
	background-color: #fff;

}

/* 1st steps-block */
.steps-block:nth-child(1) {
	background: #fff;
}

/* 2nd steps-block */
.steps-block:nth-child(2) {
	background: #403930;
}

.steps-block:nth-child(3) {
	background: #fff;
}

.steps-block:nth-child(4) {
	background: #403930;
}

.steps-block:nth-child(2) .title {
	color: #fff;
}

.steps-block:nth-child(4) .title {
	color: #fff;
}

.sec-title h2 {

	font-size: 40px;
}


.hero-3 .hero-content .text-item p {
	text-transform: capitalize;
	line-height: 195%;
	margin-bottom: 36px;
}

.btn-style-two:hover .btn-title {
	color: #ffffff;
}

.steps-block {
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 25px 20px;
}

.bg-322a20 {
	background-color: #edf1f5;
}

.steps-block .icon {
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	background: linear-gradient(267deg, #803808, #bd6b0b);
	position: relative;
	z-index: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.steps-block .line {
	position: absolute;
	right: -28%;
	top: 44px;
	z-index: -1;
}

.steps-section {
	padding: 80px 0 80px;
}

.steps-block .title {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 20px;
}

.service-section-three {
	background-color: #edf1f5;
	position: relative;
	overflow: hidden;
	padding: 65px 0 65px;
	z-index: 1;
}

.service-section-three .circle-one {
	position: absolute;
	left: -300px;
	top: -400px;
	width: 670px;
	height: 670px;
	border: 100px solid #e4e7eb;
	border-radius: 50%;
	z-index: -1;
}

.circle-one {
	position: absolute;
	left: -300px;
	top: -400px;
	width: 670px;
	height: 670px;
	border: 100px solid #e4e7eb;
	border-radius: 50%;
}

.circle-two {
	position: absolute;
	right: -200px;
	top: -170px;
	width: 670px;
	height: 670px;
	border: 100px solid #e4e7eb;
	border-radius: 50%;
}


.infographic-container {
	padding: 80px 0 80px;
}

.info-grid-container {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
}

.info-grid-container.grid-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}

.info-grid-container.grid-4 .info-card {
	min-height: 140px;
}

.service-list-three {
	margin-right: 0px;
}

.service-section-three .circle-two {
	position: absolute;
	right: -200px;
	top: -170px;
	width: 670px;
	height: 670px;
	border: 100px solid #e4e7eb;
	border-radius: 50%;
	z-index: -1;
}



.text-feature-three .sec-title {
	margin-bottom: 20px;
}

.text-feature-one .media-list-item {
	height: 600px;
	width: 550px;
	background: url(../images/background/about.webp) no-repeat center;
	background-size: cover;
	border-radius: 30px;
	position: relative;
	z-index: 1;
	padding: 26px;
}

.info-card {
	position: relative;
	background: white;
	border-radius: 15px;
	padding: 7px 8px;
	min-height: 187px;
	text-align: center;
	box-shadow: 10px 10px 20px #bebebe, -10px -10px 20px #ffffff;
	z-index: 2;
	margin-bottom: 60px;
	border-left: 5px solid #ddd;
	transition: transform 0.3s;
}

.info-card h4 {
	font-size: 20px;
	margin-bottom: 10px;
}

.info-card:hover {
	transform: translateY(-5px);
}

.step-num {
	position: absolute;
	font-size: 80px;
	font-weight: 900;
	color: rgba(0, 0, 0, 0.05);
	top: -10px;
	left: 10px;
	line-height: 1;
	z-index: -1;
}

/* Icons */
.icon-box {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -40px auto 20px;
	color: white;
	font-size: 24px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Colors as per Image */
.c-1 {
	border-color: #945013;
}

.b-1 {
	background: linear-gradient(267deg, #803808, #bd6b0b);
}





.text-feature-three {
	padding: 80px 0 80px;
}

.style-none {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.text-feature-one .media-list-item li {
	display: inline-block;
	font-weight: 500;
	color: #000;
	padding: 6px 50px 6px 50px;
	border-radius: 45px;
	background: #fff;
	margin: 7px 0;
	position: relative;
}

.text-feature-one .media-list-item li:before {
	content: "";
	position: absolute;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: linear-gradient(267deg, #803808, #bd6b0b);
	left: 10px;
	top: 7px;
	transition: all .2s ease-in-out 0s;
}

.text-feature-one .media-list-item li:after {
	content: "✔";
	position: absolute;
	font-family: "bootstrap-icons";
	top: 7px;
	left: 18px;
	color: #fff;
	transition: all .2s ease-in-out 0s;
}

.text-feature-one .media-list-item li {
	display: inline-block;
	font-weight: 600;
	color: #000;
	padding: 6px 48px 6px 48px;
	border-radius: 45px;
	background: #fff;
	margin: 7px 0;
	position: relative;
	border: 1px solid #565252;

}

.text-feature-three .btn-style-one .btn-title {
	padding: 12px 22px;
	border-left: 2px solid #ad5e0a;
}

.text-feature-one .media-list-item:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	z-index: -1;
	border-radius: 0 0 30px 30px;
	background: linear-gradient(181deg, rgba(0, 0, 0, 0) 3.1%, #000000 100%);
}

.hero-banner-two.innerpages {
	min-height: 100vh;
	padding-top: 30px;
	padding-bottom: 30px;
}

.hero-banner-two {
	z-index: 1;
	background: url(../images/banner_bg.webp) top right no-repeat #fff;
	position: relative;
}

.contact-banner-two.innerpages {
	padding-top: 60px;
	padding-bottom: 0;
	background-color: #fff;
}

.box-layout {
	margin: 0px;
}

.pt-40 {
	padding-top: 40px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pt-60 {
	padding-top: 60px;
}

.light-bg-deep {
	background-color: #e4e7eb;
}

.contact-grid .contact {
	display: flex;
	align-items: center;
	background: #e4e7eb;
	margin-bottom: 25px;
	border-radius: 20px;
	position: relative;
}

.contact-grid .contact::after {
	content: '';
	position: absolute;
	left: 23%;
	top: 0;
	width: 1px;
	height: 100%;
	background: linear-gradient(1deg, #803808, #bd6b0b);
}


.contact-grid .contact .contact-left {
	width: 25%;
}

.contact-grid .contact .contact-body {
	width: 75%;
	padding: 35px 0 35px 0;
}

.border-40 {
	border-radius: 0px;
}

.block-feature-fourteen box-layout pt-40 .contact-banner-two {
	z-index: 1;
	position: relative;
}

.hero-banner-fixed-deposit-Schemes {
	z-index: 1;
	background: url(../images/fixed-deposit.webp) top right no-repeat #fff;
	position: relative;
}

.hero-banner-fixed-deposit-Schemes .hero-heading {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}


.hero-heading {
	font-size: 36px;
}

.hero-banner-Deposit-Schemes.innerpages {
	padding-top: 60px;
	padding-bottom: 50px;
}

.hero-banner-Deposit-Schemes {
	z-index: 1;

	position: relative;
}

.m-banner {
	display: none;
}

.hero-banner-Recurring-Schemes {
	z-index: 1;
	position: relative;
}

.shapes {
	position: absolute;
	z-index: -1;
}

.shape02 {
	top: 75%;
	left: 45%;
	z-index: 22;
}

.Deposit-common .about-feature h4 {
	font-size: 16px;
}

.hero-banner-twoDeposit-common {
	padding: 80px 0 80px;
}



.base-area-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);

}

.key-features-grid-container {
	grid-template-columns: repeat(2, 1fr);
	display: grid;
	gap: 15px;
}


.who-grid-box .icon {
	width: 70px;
	height: 70px;
	background: #edf1f5;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	/* color: #322a20; */
	margin: auto;
	margin-bottom: 20px;
}

.who-grid-box .icon i {
	color: #945013;
	font-size: 38px;
}

.who-grid-box .content h4 {
	color: #000;
}

.base-fetures-main {
	display: flex;
	align-items: center;
}

.key-features-grid-item {
	position: relative;
	background: #ffffff;
	border-radius: 20px;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	border: none;
	box-shadow: 10px 10px 20px #bebebe, -10px -10px 20px #ffffff;
	z-index: 1;
}

.content-feature h4 {
	font-size: 18px;
	color: #444;
	transition: color 0.4s ease;
	margin: 0;
}

/* Icon Container */
.icon-feature {
	width: 80px;
	height: 80px;
	background: #f0f2f5;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0px;
	font-size: 40px;
	color: #945013;
	box-shadow: inset 6px 6px 12px #bebebe, inset -6px -6px 12px #ffffff;
	transition: all 0.4s ease;
}

.base-fetures-main .content-feature {
	padding-left: 20px;
}

.bg-edf1f5 {
	background-color: #edf1f5;
}

.padding-tb-80 {
	padding: 80px 0 80px;
}

.faq-section-two {
	position: relative;
	z-index: 1;
	padding: 50px 0 50px;
	background: #edf1f5;
}

.who-grid-box {
	background: #fff;
	color: #fff;
	padding: 40px 50px;
	text-align: center;
	height: 100%;


}

.difference-one__item {
	position: relative;
	z-index: 1;
	background: #e6e0d8;
	padding-bottom: 20px;
	transition: all 0.4s ease-in-out;
}

.difference-one__item__top {
	background: #322a20;
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 20px;
	transition: all 0.4s ease-in-out;
}

.difference-one__item__content {
	margin-left: 20px;
	background: #fff;
	padding: 20px 30px 20px 25px;
	position: relative;
	margin-top: -20px;
}

.difference-one__item__top__icon {
	max-width: 94px;
	width: 100%;
	height: 94px;
	background: linear-gradient(360deg, #803808, #bd6b0b);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 55px;
	transition: all 0.4s ease-in-out;
}

.difference-one__item__top__title {
	font-style: normal;
	font-size: 21px;
	line-height: 146%;
	text-transform: uppercase;
	color: #fff;
}

.difference-one__item__content .table tr th,
.difference-one__item__content .table tr td {
	padding: 2px;
}

.difference-one__item__content {
	margin-left: 20px;
	background: #fff;
	padding: 20px 30px 20px 25px;
	position: relative;
	margin-top: -20px;
}

.difference-one__item__content::after {
	content: "";
	width: 40px;
	height: 60px;
	background: #e6e0d8;
	position: absolute;
	bottom: 0;
	right: 0px;
	transition: all 0.4s ease-in-out;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.pl-30 {
	padding-left: 30px;
}

.right-boarderd {
	border-right: 1px dotted #00000026;
}

.bottom-boarderd {
	border-bottom: 1px dotted #00000026;
}

.who-grid-box .content h4 {
	font-size: 20px;
}

.shape03 {
	bottom: 4%;
	left: 0%;
	z-index: 1;
	max-width: 90px;
}


.Works-card .Works-card__inner {
	background: #fff;
	box-shadow: 0px 6px 30px 2px rgba(0, 0, 0, 0.1);
	position: relative;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 12px;
	min-height: 165px;
}


.work-arrow {
	position: absolute;
	top: -76px;
	right: -44px;
	z-index: -1;
	width: 100px;

}

.number {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	color: #322a20;
	background-color: #fff;
	position: absolute;
	bottom: 10px;
	right: -30px;
	font-size: 22px;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--theme-color2);
	-webkit-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.0509803922);
	box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.0509803922);
}

.bg-img {
	background-size: cover;
	background-position: center;
}

.mb-100 {
	margin-bottom: 100px;
}

.Works-card__content h5 {
	font-size: 18px;
}

.Works-card__content {
	margin: 25px 0px 15px 20px;
}

.Works-card .Works-card__inner .Works-card__icon {
	position: relative;
	margin-top: -57px;
	margin-left: 41px;
	width: 120px;
	height: 112px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(360deg, #803808, #bd6b0b);
	font-size: 65px;
	color: #fff;
	transition: all 0.4s ease-in-out;
}

.Works-card__content .Works-card .Works-card__inner {
	margin: 25px 20px 20px 40px;
}

.Works-card__inner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #e6e0d8;
	width: 41px;
	height: 56px;
	clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.text-feature-one .media-list-item li:hover:before {
	background: #322a20;
}

.steps-block:hover .icon {
	background: #322a20;
}

.steps-block:hover .icon svg {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.steps-block .icon svg,
.steps-block .icon i {
	-webkit-transition: all 900ms ease;
	transition: all 900ms ease;
}

.steps-block:hover .icon .number {
	-webkit-animation: bounceIn 1s forwards;
	animation: bounceIn 1s forwards;
}

.steps-block .icon .number {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	color: #322a20;
	background-color: #fff;
	position: absolute;
	bottom: 10px;
	right: -30px;
	font-size: 22px;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--theme-color2);
	-webkit-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.0509803922);
	box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.0509803922);
}

.hero-3 .hero-content .btn-style-two .btn-title {
	position: relative;
	display: block;
	z-index: 1;
	padding: 15px 20px;
	border-radius: 0px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hero-3 .hero-content h1 {
	margin-bottom: 20px;
}

.hero-3 .hero-image {
	position: absolute;
	z-index: 1;
	right: -70px;
	bottom: 0;


}

.hero-3 .hero-content h1 span {
	color: #9c5009;
	background: linear-gradient(90deg, #bc6a0b, #b37e26, #322a20, #843c0a, #dfa12c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.banner-section {
	position: relative;
	z-index: 1;
}



.banner-carousel {
	position: relative;
}

.banner-carousel .slide-item {
	position: relative;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 85px 0px 100px;
	overflow: hidden;
}

.style-two .banner-carousel .slide-item {
	padding: 340px 0px 210px;
}

.style-three .banner-carousel .slide-item {
	padding: 300px 0px 270px;
}

.banner-carousel .slide-item .curved-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 45%;
	height: 100%;
}

.banner-carousel .slide-item .curved-layer:before {
	content: '';
	position: absolute;
	right: 0;
	top: -80%;
	width: 150%;
	height: 200%;
	background: #ae64fd;
	opacity: 0.85;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transform: rotate(20deg) scaleX(0);
	-ms-transform: rotate(20deg) scaleX(0);
	transform: rotate(20deg) scaleX(0);
}

.banner-carousel .active .slide-item .curved-layer:before {
	-webkit-transform: rotate(20deg) scaleX(1);
	-ms-transform: rotate(20deg) scaleX(1);
	transform: rotate(20deg) scaleX(1);
	-webkit-transition: all 700ms linear;
	-moz-transition: all 700ms linear;
	-ms-transition: all 700ms linear;
	-o-transition: all 700ms linear;
	transition: all 700ms linear;
}

.banner-carousel .slide-item .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.50;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.banner-carousel .active .slide-item .image-layer {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: all 7000ms linear;
	-moz-transition: all 7000ms linear;
	-ms-transition: all 7000ms linear;
	-o-transition: all 7000ms linear;
	transition: all 7000ms linear;
}

/*.banner-carousel .slide-item:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: .50;
	content: "";
	z-index:1;
}*/

.banner-carousel .content-box {
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0 0px;
	z-index: 5;
}

.style-three .banner-carousel .content-box {
	text-align: left;
	max-width: 1000px;
	margin: 0 0 15px;
}

.banner-carousel .content-box h2 {
	display: block;
	font-size: 84px;
	line-height: 1.15em;
	color: #ffffff;
	font-weight: 400;
	opacity: 0;
	margin-bottom: 20px;
	letter-spacing: 0;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
	text-transform: capitalize;
}

.banner-carousel .active .content-box h2 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-carousel .content-box .text {
	display: block;
	font-size: 20px;
	line-height: 1.6em;
	color: #ffffff;
	font-weight: 400;
	opacity: 0;
	max-width: 670px;
	margin: 0 auto;
	margin-bottom: 28px;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}

.banner-section .banner-carousel .content-box .theme-btn {
	padding: 0 20px;
}

.banner-section .banner-carousel .content-box .theme-btn span {
	background: linear-gradient(267deg, #803808, #bd6b0b) !important;
	padding: 15px 0;
	border-radius: 46px;
	overflow: hidden;
}

.style-three .banner-carousel .content-box .text {
	text-align: left;
	max-width: 600px;
	margin: 0 0 40px;
}

.banner-carousel .active .content-box .text {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-carousel .content-box .btn-box {
	position: relative;
	opacity: 0;
	z-index: 5;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}

.banner-carousel .active .content-box .btn-box {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1400ms;
	-moz-transition-delay: 1400ms;
	-ms-transition-delay: 1400ms;
	-o-transition-delay: 1400ms;
	transition-delay: 1400ms;
}

.banner-carousel .content-box .btn-box .theme-btn .btn-title {
	padding-left: 52px;
	padding-right: 52px;
}

.banner-section .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
}

.banner-section .owl-nav .owl-prev {
	position: absolute;
	left: 50px;
	top: 0;
	background: rgba(255, 255, 255, 0.15);
	height: 56px;
	width: 56px;
	border-radius: 50%;
	border: none;
	text-align: center;
	line-height: 56px;
	color: #ffffff;
	font-size: 36px;
	opacity: 1;
	margin-top: -30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .owl-nav .owl-prev .icon {
	position: absolute;
	width: 56px;
	left: 100%;
	margin-left: -25px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .owl-nav .owl-prev:hover .icon {
	left: 0;
	margin-left: 0;
	font-size: 20px;
}

.banner-section .owl-nav .owl-next {
	position: absolute;
	right: 50px;
	top: 0;
	background: rgba(255, 255, 255, 0.15);
	height: 56px;
	width: 56px;
	border-radius: 50%;
	border: none;
	text-align: center;
	line-height: 56px;
	color: #ffffff;
	font-size: 30px;
	opacity: 1;
	margin-top: -30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .owl-nav .owl-next .icon {
	position: absolute;
	width: 56px;
	right: 100%;
	margin-right: -25px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .owl-nav .owl-next:hover .icon {
	right: 0;
	margin-right: 0;
	font-size: 20px;
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover {
	background: #803808;
	opacity: 1;
}

.contact-info-one {
	display: flex;
	gap: 15px;
}

.main-footer__bg {
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.main-footer__bg::after {
	content: "";
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #301a06f5;
}

.banner-section .owl-dots {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	text-align: center;
}

.banner-section .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0px 4px;
}

.banner-section .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	background: #ffffff;
	border-radius: 50%;
}

.banner-section .owl-dots .owl-dot.active span {
	background: #803808;
}


/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title {
	position: relative;
	margin-bottom: 12px;
}

.sec-title .sub-title {
	position: relative;
	display: block;
	font-size: 18px;
	color: #803808;
	font-weight: 400;
	text-transform: capitalize;
	font-style: italic;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.faq-section-two .image-column .inner-column {
	position: relative;
	z-index: 1;
}

.faq-section-two .image-column .inner-column .image {
	border-radius: 40px;
	overflow: hidden;
}

.faq-section-two .image-column .inner-column .image img {
	width: 100%;
}

.faq-section-two .image-column .inner-column .info {
	position: absolute;
	bottom: -60px;
	left: -145px;
}

.animation__arryLeftRight {
	-webkit-animation: arryLeftRight 2s ease infinite alternate;
	animation: arryLeftRight 2s ease infinite alternate;
}

@keyframes arryLeftRight {
	0% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.animation__arryLeftRight {
	-webkit-animation: arryLeftRight 2s ease infinite alternate;
	animation: arryLeftRight 2s ease infinite alternate;
}

@-webkit-keyframes pxl_zoom_reverse {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}

.faq-section-two .image-column .inner-column .shape {
	position: absolute;
	top: -60px;
	left: -60px;
}

.faq-section-two .image-column .inner-column::after {
	position: absolute;
	bottom: 44px;
	left: -40px;
	width: 12px;
	height: 535px;
	border-radius: 12px;
	background: linear-gradient(360deg, #803808, #bd6b0b);
	content: "";
	z-index: -1;
}

.Who-list li {
	padding-left: 22px;
	position: relative;
	padding-bottom: 11px;
}

.Who-list li::after {
	content: "✔";
	position: absolute;
	left: 0;
	top: 0;
	color: #945013;
	font-size: 19px;
	font-weight: 600;
}

.loacation-list li {
	padding-left: 26px;
	position: relative;
	padding-bottom: 11px;
}

.text-fff {
	color: #fff;
}

.gideline-area p {
	color: #fff;
}

.image.image-1 {
	margin-bottom: 20px;
}

.gideline-bg {
	background-image: url(../images/background/gideline-bg-img.webp);
	background-position: center;
	background-size: cover;
	position: relative;
	padding: 60px 0;
	z-index: 1;
}

.loacation-list li::after {
	content: url(../images/icons/pin.webp);
	position: absolute;
	left: 0;
	top: 3px;
	color: #945013;
	font-size: 19px;
	font-weight: 600;
}

.animation__arryUpDown {
	-webkit-animation: arryUpDown 2s ease infinite alternate;
	animation: arryUpDown 2s ease infinite alternate;
}

@keyframes arryUpDown {
	0% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
}

.faq-section-two .content-column .inner-column {
	margin-left: 13px;
	margin-bottom: 8px;
	padding: 70px 0;
	border-radius: 40px;
	position: relative;
	z-index: 1;
}

.faq-section-two .sec-title {
	max-width: 570px;
}

.commen-content h5 {
	color: #792e00;
}

.commensection-area {
	padding: 60px 0 60px;
}

.image.image-1 img {
	border-radius: 30px 30px 0px 30px;
}

.sec-title h2 {
	position: relative;
	display: block;
	font-size: 34px;
	line-height: 1.2em;
	font-weight: 400;
	text-transform: capitalize;
}

.service-list-three .list-group-item {
	border: none;
	border-radius: 0;
	padding: 17px 13px;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 11px;
	color: #150e3d;
	font-weight: 700;
	font-size: 16px;
	font-family: var(--title-font);
	text-transform: capitalize;
	transition: 0.3s;
	margin-bottom: 10px;
}

.service-img .image.image-2 {
	margin-bottom: 20px;
	border-radius: 30px 30px 0px 30px;
	overflow: hidden;
}

.pricing-block-one .pricing-table {
	position: relative;
	display: block;
}

.pricing-block-one .pricing-table .table-header {
	position: relative;
	display: block;
	background: #fff;
	padding: 43px 40px 33px;
	border-radius: 30px 30px 0 30px;
	z-index: 1;
}

.pricing-block-one .pricing-table .table-header:before {
	position: absolute;
	content: "";
	background: #e3e8eb;
	width: calc(100% - 80px);
	height: 1px;
	left: 40px;
	bottom: 0;
}


.service-list-three .list-group-item.active {
	background: linear-gradient(267deg, #803808, #bd6b0b);
	color: #fff;
}

.pricing-block-one .pricing-table {
	position: relative;
	display: block;
}

.pricing-block-one .pricing-table .table-header {
	position: relative;
	display: block;
	background: #fff;
	padding: 15px 13px 15px;
	border-radius: 30px 30px 0 0px;
	z-index: 1;
}

.pricing-block-one .pricing-table .table-content p {
	font-size: 15px;
}



.sticky-wrapper {
	position: relative;
}

.sticky-wrapper .sticky-box {
	position: sticky;
	top: 30px;
	background: #f5e4cd;
	padding: 13px;
	border-radius: 15px;

}

.table-header .p-icon .elements19 {
	position: absolute;
	display: inline-block;
	top: 6px;
	right: 6px;
	width: 80px;
	height: 80px;
	line-height: 49px;
	border-radius: 50%;
	font-size: 30px;
	text-align: center;
}

.pricing-block {
	margin-bottom: 25px;
}

.pricing-block-one .pricing-table .table-header:before {
	position: absolute;
	content: "";
	background: #e3e8eb;
	width: calc(100% - 80px);
	height: 1px;
	left: 40px;
	bottom: 0;
}

.pricing-block-one .pricing-table .icon-box {
	position: absolute;
	display: inline-block;
	top: 60px;
	right: 22px;
	width: 46px;
	height: 38px;
	line-height: 49px;
	/* border: 1px solid #e3e8eb; */
	border-radius: 50%;
	font-size: 30px;
	text-align: center;
	box-shadow: none;
}

.pricing-block-one .pricing-table .theme-btn:hover {
	background: #43a5e6;
}

.pricing-block-one .pricing-table h3 {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.pricing-block-one .btn {
	position: relative;
	z-index: 2;
	vertical-align: middle;
	display: inline-block;
	border: 1px solid #000000;
	text-align: center;
	background-color: transparent;
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	padding: 11.5px 20px;
	border-radius: 44px;
	overflow: hidden;
	transition: 0.4s;
}

.pricing-block-one .btn:before {
	content: "";
	position: absolute;
	height: calc(100% + 2px);
	width: calc(100% + 30px);
	top: -1px;
	right: 100%;
	transition: all 0.4s ease-out;
	border-radius: 44px;
	background: linear-gradient(267deg, #803808, #bd6b0b);
}

#nav-tabContent {
	margin-top: 25px;
	padding-left: 30px;
}

.pricing-block-one .btn:focus:before,
.pricing-block-one .btn:hover:before,
.pricing-block-one .btn.active:before {
	right: -30px;
	z-index: -1;
}

.pricing-block-one .text {
	color: #fff;
	padding: 7px 15px;
	border-radius: 17px;
}

.pricing-block-one .pricing-table .table-content {
	position: relative;
	display: block;
	padding: 15px 13px 15px;
	background: #fff;
	border-radius: 0 0 30px 30px;

	min-height: 207px;
}

.pricing-block-one .pricing-table .feature-list {
	margin-bottom: 20px;
	padding-left: 0;
	list-style: none;
}

.inner-content .pricing-block {
	padding: 0 5px;
}

.pricing-block-one .pricing-table .feature-list li {
	position: relative;
	color: #727579;
	padding: 13px 0 10px 31px;
	z-index: 1;
	font-size: 15px;
}

.pricing-block-one .pricing-table .feature-list li:before {
	position: absolute;
	content: '✔';
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: linear-gradient(267deg, #803808, #bd6b0b);
	left: -5px;
	top: 15px;
	text-align: center;
	color: #fff;
}

.pricing-block-one .pricing-table .feature-list li:before {
	border-color: #43a5e6;
}



.pricing-block-one .pricing-table .table-content h2 {
	color: #1a2030;
}

.pricing-block-one .pricing-table .table-content h2 {
	position: relative;
	display: inline-block;
	font-size: 40px;
	line-height: 60px;
	font-weight: 600;
	padding-left: 22px;
	padding-right: 123px;
	margin-top: 15px;
	margin-bottom: 18px;
}

.pricing-block-one .pricing-table .table-content h2 .symble {
	position: absolute;
	left: 6px;
	top: 4px;
	font-size: 26px;
	line-height: 30px
}

.pricing-block-one .pricing-table .table-content h2 .fraction {
	position: absolute;
	top: 2px;
	right: 80px;
	font-size: 26px;
	line-height: 30px;
}

.pricing-block-one .pricing-table .table-content h2 .text {
	position: absolute;
	right: -27px;
	bottom: 0;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	background: linear-gradient(45deg, #2348b6, #0f9391);
	padding: 0 6px;
	border-radius: 5px;
}



.btn-bg-ff9837.btn:hover {
	color: #fff;
}

.btn-bg-b177ff.btn:hover {
	border-color: #b177ff !important;
}

.btn-bg-b177ff.btn:before {
	background: #b177ff !important;
}

.btn-bg-ff5858.btn:before {
	background: #ff5858 !important;
}

.btn-bg-ff5858.btn:hover {
	border-color: #ff5858 !important;
}

.bg-ff9837 {
	background: linear-gradient(267deg, #803808, #bd6b0b);
}

.bg-b177ff {
	background: #b177ff !important;
}

.bg-ff5858 {
	background: #ff5858 !important;
}





.keyframe5 {
	position: absolute;
	animation-name: animation-7;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function:
		cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes animation-7 {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(-1000deg);
	}
}

.pricing-block-one .pricing-table .theme-btn {
	background: #272e39;
}

.theme-btn.btn-one:hover,
.theme-btn.btn-two {
	color: #fff;
}

.theme-btn.btn-two {
	background: #6c4ea7;
}



.theme-btn.btn-two:before {
	background: #43a5e6;
}

.theme-btn:hover:before {
	transform: scale(1);
}

.theme-btn:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: right bottom;
	right: 0;
	bottom: 0;
	z-index: -1;
	transition: all .5s ease;
}

.theme-btn:hover:before {
	transform: scale(1);
}

.duration-badge {
	display: inline-block;
	background: #e9f2ff;
	color: #0d6efd;
	padding: 6px 14px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 500;
}

.plan-title {
	font-weight: 700;
}

.sec-title .text {
	position: relative;
	display: block;
	padding-top: 20px;
	font-size: 16px;
	color: #25283a;
	margin: 0;
}

.sec-title .link-box {
	position: relative;
	display: block;
	padding-top: 40px;
}

.service-section-three .sec-shape {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section {
	position: relative;
	padding: 80px 0px 40px;
	background-color: #edf1f5;
	overflow: hidden;
}

.hero-section .top-rotten-curve {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20px;
	background: url(../images/background/rotten-curve-1.webp) center bottom no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}

.about-section .btn-style-one .btn-title {
	padding: 12px 23px;
	border-left: 2px solid #ad5e0a;
}

.about-section .bottom-rotten-curve {
	position: absolute;
	left: 0;
	bottom: -19px;
	width: 100%;
	height: 20px;
	background: url(../images/background/rotten-curve-2.webp) center top no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}

.about-section .circle-one {
	position: absolute;
	left: -300px;
	top: -400px;
	width: 670px;
	height: 670px;
	border: 100px solid #e4e7eb;
	border-radius: 50%;
}

.about-section .circle-two {
	position: absolute;
	right: -200px;
	top: -170px;
	width: 670px;
	height: 670px;
	border: 100px solid #e4e7eb;
	border-radius: 50%;
}

.about-section .left-column .sec-title {
	margin-bottom: 0;
}

.about-section .left-column .sec-title .text {
	padding-top: 25px;
}

.about-section .left-column {
	position: relative;
	margin-bottom: 40px;
}

.about-section .left-column .inner {
	position: relative;
	padding-top: 30px;
}

.about-feature {
	position: relative;
	margin-bottom: 30px;
}

.about-feature .inner-box {
	position: relative;
	display: block;
	padding: 50px 15px;
	text-align: center;
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
}

.about-feature .inner-box:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(360deg, #803808, #bd6b0b);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

/* .about-section .about-feature:nth-child(2) .inner-box:before {
	background: #ff6b70;
}

.about-section .about-feature:nth-child(3) .inner-box:before {
	background: #f7a900;
}

.about-section .about-feature:nth-child(4) .inner-box:before {
	background: #21d7d9;
} */

.about-feature .inner-box:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.about-feature .icon-box {
	position: relative;
	display: block;
	color: #803808;
	font-size: 54px;
	line-height: 60px;
	margin: 0 auto 25px;
	-webkit-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.about-feature .inner-box:hover .icon-box {
	color: #fff;
}


/* .about-section .about-feature:nth-child(2) .icon-box {
	color: #ff6b70;
}

.about-section .about-feature:nth-child(3) .icon-box {
	color: #f7a900;
}

.about-section .about-feature:nth-child(4) .icon-box {
	color: #21d7d9;
}

.about-feature .inner-box:hover .icon-box {
	color: #ffffff;
} */

.about-feature h4 {
	position: relative;
	font-size: 20px;
	color: #25283a;
	text-transform: capitalize;
	-webkit-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.about-feature h4 a {
	color: #25283a;
}

.about-feature .inner-box:hover h4,
.about-feature .inner-box:hover h4 a {
	color: #ffffff;
}

.about-feature .over-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.about-section .right-column .row {
	margin: 0px -18px;
}

.about-section .right-column .inner {
	position: relative;
	padding-left: 30px;
}

.about-section .right-column .about-feature {
	padding: 0px 18px;
	margin-bottom: 36px;
}

.text-blocks {
	position: relative;
	padding-top: 100px;
}

.default-text-block {
	position: relative;
	margin-bottom: 40px;
}

.default-text-block h3 {
	font-size: 24px;
	margin: 0 0 15px;
	text-transform: capitalize;
}

.default-text-block .text {
	font-size: 16px;
	line-height: 1.6em;
	margin: 0;
}

/*** 

====================================================================
	Causes Section
====================================================================

***/

.causes-section {
	position: relative;
	padding: 130px 0px 120px;
	background-color: #ffffff;
	overflow: hidden;
}

.causes-section .circle-one {
	position: absolute;
	left: -300px;
	bottom: -210px;
	width: 800px;
	height: 800px;
	border: 100px solid #f2f5f8;
	border-radius: 50%;
}

.no-padding-top {
	padding-top: 0 !important;
}

.cause-block {
	position: relative;
	margin-bottom: 30px;
}

.cause-block .inner-box {
	position: relative;
	display: block;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 20px;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.cause-block .inner-box:hover {
	-webkit-box-shadow: 0px 15px 40px 5px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 15px 40px 5px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 15px 40px 5px rgba(0, 0, 0, 0.10);
}

.cause-block .image-box {
	position: relative;
}

.cause-block .image-box img {
	display: block;
	width: 100%;
}

.cause-block .inner-box .donate-info {
	position: relative;
	background: #edf1f5;
	padding: 65px 35px 25px;
}

.cause-block .inner-box .donate-info .bg-image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.cause-block .inner-box .donate-info .bg-image-layer:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #d4ffee;
	opacity: 0.90;
}

.causes-section .cause-block:nth-child(1) .inner-box .donate-info .bg-image-layer:before {
	background: #d4ffee;
}

.causes-section .cause-block:nth-child(2) .inner-box .donate-info .bg-image-layer:before {
	background: #ebd9ff;
}

.causes-section .cause-block:nth-child(3) .inner-box .donate-info .bg-image-layer:before {
	background: #d9eeff;
}

.causes-section .cause-block:nth-child(4) .inner-box .donate-info .bg-image-layer:before {
	background: #ffd5d6;
}

.causes-section .cause-block:nth-child(5) .inner-box .donate-info .bg-image-layer:before {
	background: #cffeff;
}

.causes-section .cause-block:nth-child(6) .inner-box .donate-info .bg-image-layer:before {
	background: #ffe9b9;
}

.cause-block.alternate .inner-box .donate-info {
	padding-bottom: 35px;
}

.cause-block .inner-box .donate-info:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	height: 21px;
	background: url(../images/background/rotten-curve-3.webp) center top no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

.cause-block.alternate .inner-box .donate-info:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 13px;
	background: url(../images/background/rotten-curve-6.webp) center bottom no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

.cause-block .inner-box .progress-box {
	position: relative;
	display: block;
	width: 100%;
}

.cause-block .inner-box .progress-box .bar {
	position: relative;
	width: 100%;
	height: 5px;
	background: rgba(0, 0, 0, 0.10);
	border-radius: 3px;
	margin-bottom: 20px;
}

.cause-block .inner-box .progress-box .bar-inner {
	position: relative;
	display: block;
	width: 0px;
	height: 5px;
	background: #803808;
	border-radius: 3px;
	-webkit-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

.causes-section .cause-block:nth-child(1) .inner-box .progress-box .bar-inner {
	background: #803808;
}

.causes-section .cause-block:nth-child(2) .inner-box .progress-box .bar-inner {
	background: #ae64fd;
}

.causes-section .cause-block:nth-child(3) .inner-box .progress-box .bar-inner {
	background: #ff6b70;
}

.causes-section .cause-block:nth-child(4) .inner-box .progress-box .bar-inner {
	background: #2ea4ff;
}

.causes-section .cause-block:nth-child(5) .inner-box .progress-box .bar-inner {
	background: #21d7d9;
}

.causes-section .cause-block:nth-child(6) .inner-box .progress-box .bar-inner {
	background: #f7a900;
}

.cause-block .inner-box .progress-box .count-text {
	position: absolute;
	right: 0px;
	margin-right: -23px;
	bottom: 18px;
	width: 46px;
	height: 26px;
	background: #803808;
	color: #ffffff;
	line-height: 26px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 2px;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.causes-section .cause-block:nth-child(1) .inner-box .progress-box .count-text {
	background: #803808;
}

.causes-section .cause-block:nth-child(2) .inner-box .progress-box .count-text {
	background: #ae64fd;
}

.causes-section .cause-block:nth-child(3) .inner-box .progress-box .count-text {
	background: #ff6b70;
}

.causes-section .cause-block:nth-child(4) .inner-box .progress-box .count-text {
	background: #2ea4ff;
}

.causes-section .cause-block:nth-child(5) .inner-box .progress-box .count-text {
	background: #21d7d9;
}

.causes-section .cause-block:nth-child(6) .inner-box .progress-box .count-text {
	background: #f7a900;
}

.cause-block .inner-box .progress-box .bar-inner.counted .count-text {
	opacity: 1;
}

.cause-block .inner-box .progress-box .count-text:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: 100%;
	border: 5px solid transparent;
	border-top: 6px solid #803808;
}

.causes-section .cause-block:nth-child(1) .inner-box .progress-box .count-text:after {
	border-top-color: #803808;
}

.causes-section .cause-block:nth-child(2) .inner-box .progress-box .count-text:after {
	border-top-color: #ae64fd;
}

.causes-section .cause-block:nth-child(3) .inner-box .progress-box .count-text:after {
	border-top-color: #ff6b70;
}

.causes-section .cause-block:nth-child(4) .inner-box .progress-box .count-text:after {
	border-top-color: #2ea4ff;
}

.causes-section .cause-block:nth-child(5) .inner-box .progress-box .count-text:after {
	border-top-color: #21d7d9;
}

.causes-section .cause-block:nth-child(6) .inner-box .progress-box .count-text:after {
	border-top-color: #f7a900;
}

.cause-block .inner-box .lower-content {
	position: relative;
	padding: 45px 35px 30px;
}

.cause-block.alternate .inner-box .lower-content {
	padding-top: 35px;
}


.cause-block .inner-box .donate-info {
	position: relative;
	color: #848484;
}

.cause-block .inner-box .donate-info strong {
	font-weight: 500;
	color: #222222;
}

.cause-block .inner-box .donate-info .donation-count {
	position: relative;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	z-index: 1;
}

.cause-block .inner-box .donate-info .raised {
	float: left;
}

.cause-block .inner-box .donate-info .goal {
	float: right;
}

.cause-block .inner-box h3 {
	font-size: 24px;
	line-height: 1.25em;
	font-weight: 400;
	margin-bottom: 20px;
	color: #25283a;
}

.cause-block .inner-box h3 a {
	color: #25283a;
}

.cause-block .inner-box h3 a:hover {
	color: #803808;
}

.cause-block .inner-box .text {
	line-height: 1.6em;
	font-size: 16px;
	margin-bottom: 30px;
}

.cause-block .inner-box:hover .btn-style-two {
	color: #ffffff;
	border-color: #803808;
	background: #803808;
}

/*** 

====================================================================
	Video Section
====================================================================

***/

.video-section {
	position: relative;
	padding: 60px 0px;
	background-color: #fff;
	overflow: hidden;
}

.key-feture {
	padding: 0;
	margin: 0;
}

.key-feture {
	margin-top: 25px;
}

.key-feture li {
	padding-left: 22px;
	position: relative;
	padding-bottom: 11px;

}

.key-feture li::after {
	content: "✔";
	position: absolute;
	left: 0;
	top: 0;
	color: #945013;
	font-size: 19px;
	font-weight: 600;
}

.video-section .circle-one {
	position: absolute;
	right: -200px;
	top: -170px;
	width: 670px;
	height: 670px;
	border: 100px solid #e8ebef;
	border-radius: 50%;
}

.video-section .circle-two {
	position: absolute;
	right: 10%;
	bottom: -180px;
	width: 500px;
	height: 500px;
	border: 100px solid #e8ebef;
	border-radius: 50%;
}

.video-section .top-rotten-curve {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 20px;
	background: url(../images/background/rotten-curve-4.webp) center bottom no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

.video-section .bottom-rotten-curve {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 20px;
	background: url(../images/background/rotten-curve-5.webp) center top no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

.video-section .image-layer {
	position: absolute;
	left: -180px;
	top: 0;
	width: 50%;
	height: 100%;
}

.video-section .image-layer .bg-image {
	position: absolute;
	left: 180px;
	top: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.video-section .image-layer .bg-image:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.30);
}

.video-section .text-column {
	position: relative;
	order: 12;
}

.video-section .text-column .inner {
	position: relative;
	display: block;
}

.video-section .text-column .inner .sec-title {
	margin-bottom: 0;
}

.video-section .image-column {
	position: relative;
}

.video-section .image-column .inner {
	position: relative;
	display: block;
	padding-right: 40px;
}

.video-section .image-column .image-box {
	position: relative;
	display: block;
	margin: 0;
	border-radius: 20px;
	overflow: hidden;
}

.video-section .image-column .image-box img {
	display: block;
	width: 100%;
	border-radius: 20px;
}

.video-section .image-column .image-box .over-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.0);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.video-section .image-column .image-box:hover .over-link {
	background: rgba(0, 0, 0, 0.50);
}

.video-section .image-column .image-box .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;
	font-size: 80px;
	line-height: 80px;
	margin-left: -40px;
	margin-top: -40px;
}


/*** 

====================================================================
	What We Do Section
====================================================================

***/
.trust-section {
	padding: 80px 0;
	background: #edf1f5
}

.reg-box {
	background: #322a20;
	color: white;
	display: inline-block;
	padding: 10px 25px;
	border-radius: 50px;
	font-weight: 600;
	margin-bottom: 30px;
	box-shadow: 0 4px 15px rgba(0, 51, 102, 0.2);
}

.compliance-card {
	border: 1px solid #eee;
	padding: 30px;
	border-radius: 20px;
	transition: all 0.3s ease;
	height: 100%;
	background: #fff;
}

.compliance-card:hover {
	border-color: #322a20;
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.icon-bg {
	width: 70px;
	height: 70px;
	background: #edf1f5;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	/* color: #322a20; */
	margin: auto;
	margin-bottom: 20px;
}

.what-we-do {
	position: relative;
	padding: 80px 0px 80px;
	background: #edf1f5;

}

.service-block {
	position: relative;
	margin-bottom: 50px;
}

.service-block .inner-box {
	position: relative;
	display: block;
	text-align: center;
	background: rgba(255, 255, 255, 0.04);
	box-shadow: 0px 10px 20px rgba(1, 15, 28, 0.08);
	padding: 22px;
	border-radius: 8px;
}

.service-block .icon-box {
	position: relative;
	display: inline-block;
	min-width: 95px;
	font-size: 52px;
	padding-top: 30px;
	line-height: 1.1em;
	color: #fff;
	text-align: left;
	margin: 0 0 28px;
}



.service-block .icon-box:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0px;
	width: 70px;
	height: 70px;
	background: #dc942c;
	border-radius: 50%;
	opacity: 0.15;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.destination-bg {
	background-image: url(../images/background/bg-one.webp);
	background-position: center;
	background-size: cover;
	position: relative;
	padding: 75px 0;
	z-index: 1;
}

.ImportantNotice-bg-area {
	background-image: url(../images/background/ImportantNotice-bg.webp);
	background-position: center;
	background-size: cover;
	position: relative;
	padding: 70px 0;
	z-index: 1;
}



.bg-imgagesImportantNotice {
	background-image: url(../images/background/Notice-bg.webp);
	background-position: center;
	background-size: cover;
	position: relative;
	padding: 80px 0;
}

.service-block .inner-box:hover .icon-box:after {
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	opacity: 0.05;
}

/* .what-we-do .service-block:nth-child(1) .icon-box,
.services .service-block:nth-child(1) .icon-box,
.what-we-do .service-block:nth-child(9) .icon-box,
.services .service-block:nth-child(9) .icon-box {
	color: #803808;
}

.what-we-do .service-block:nth-child(1) .icon-box:after,
.services .service-block:nth-child(1) .icon-box:after,
.what-we-do .service-block:nth-child(9) .icon-box:after,
.services .service-block:nth-child(9) .icon-box:after {
	background: #803808;
}

.what-we-do .service-block:nth-child(2) .icon-box,
.services .service-block:nth-child(2) .icon-box,
.what-we-do .service-block:nth-child(10) .icon-box,
.services .service-block:nth-child(10) .icon-box {
	color: #ff6b70;
}

.what-we-do .service-block:nth-child(2) .icon-box:after,
.services .service-block:nth-child(2) .icon-box:after,
.what-we-do .service-block:nth-child(10) .icon-box:after,
.services .service-block:nth-child(10) .icon-box:after {
	background: #ff6b70;
}

.what-we-do .service-block:nth-child(3) .icon-box,
.services .service-block:nth-child(3) .icon-box,
.what-we-do .service-block:nth-child(11) .icon-box,
.services .service-block:nth-child(11) .icon-box {
	color: #21d7d9;
}

.what-we-do .service-block:nth-child(3) .icon-box:after,
.services .service-block:nth-child(3) .icon-box:after,
.what-we-do .service-block:nth-child(11) .icon-box:after,
.services .service-block:nth-child(11) .icon-box:after {
	background: #21d7d9;
}

.what-we-do .service-block:nth-child(4) .icon-box,
.services .service-block:nth-child(4) .icon-box,
.what-we-do .service-block:nth-child(12) .icon-box,
.services .service-block:nth-child(12) .icon-box {
	color: #f7a900;
}

.what-we-do .service-block:nth-child(4) .icon-box:after,
.services .service-block:nth-child(4) .icon-box:after,
.what-we-do .service-block:nth-child(12) .icon-box:after,
.services .service-block:nth-child(12) .icon-box:after {
	background: #f7a900;
}

.what-we-do .service-block:nth-child(5) .icon-box,
.services .service-block:nth-child(5) .icon-box,
.what-we-do .service-block:nth-child(13) .icon-box,
.services .service-block:nth-child(13) .icon-box {
	color: #fe813a;
}

.what-we-do .service-block:nth-child(5) .icon-box:after,
.services .service-block:nth-child(5) .icon-box:after,
.what-we-do .service-block:nth-child(13) .icon-box:after,
.services .service-block:nth-child(13) .icon-box:after {
	background: #fe813a;
}

.what-we-do .service-block:nth-child(6) .icon-box,
.services .service-block:nth-child(6) .icon-box,
.what-we-do .service-block:nth-child(14) .icon-box,
.services .service-block:nth-child(14) .icon-box {
	color: #7e61ff;
}

.what-we-do .service-block:nth-child(6) .icon-box:after,
.services .service-block:nth-child(6) .icon-box:after,
.what-we-do .service-block:nth-child(14) .icon-box:after,
.services .service-block:nth-child(14) .icon-box:after {
	background: #7e61ff;
}

.what-we-do .service-block:nth-child(7) .icon-box,
.services .service-block:nth-child(7) .icon-box,
.what-we-do .service-block:nth-child(15) .icon-box,
.services .service-block:nth-child(15) .icon-box {
	color: #fc45b1;
}

.what-we-do .service-block:nth-child(7) .icon-box:after,
.services .service-block:nth-child(7) .icon-box:after,
.what-we-do .service-block:nth-child(15) .icon-box:after,
.services .service-block:nth-child(15) .icon-box:after {
	background: #fc45b1;
}

.what-we-do .service-block:nth-child(8) .icon-box,
.services .service-block:nth-child(8) .icon-box,
.what-we-do .service-block:nth-child(16) .icon-box,
.services .service-block:nth-child(16) .icon-box {
	color: #497aff;
}

.what-we-do .service-block:nth-child(8) .icon-box:after,
.services .service-block:nth-child(8) .icon-box:after,
.what-we-do .service-block:nth-child(16) .icon-box:after,
.services .service-block:nth-child(16) .icon-box:after {
	background: #497aff;
} */

.service-block h3 {
	position: relative;
	font-size: 17px;
	line-height: 1.2em;
	margin: 0 0 12px;
	text-align: center;
}

.service-block .text {
	position: relative;
	font-size: 15px;
	margin: 0;
}

.what-we-do .bottom-image {
	position: relative;
	text-align: center;
}

/*** 

====================================================================
	Mission Vision Section
====================================================================

***/

.mission-vision {
	position: relative;
	padding: 80px 0px 80px;
	background-color: #ffffff;
	overflow: hidden;
}

.mission-vision .circle-one {
	position: absolute;
	right: -170px;
	top: 200px;
	width: 670px;
	height: 670px;
	border: 100px solid #f2f5f8;
	border-radius: 50%;
}

.mission-vision .circle-two {
	position: absolute;
	left: -110px;
	bottom: -300px;
	width: 670px;
	height: 670px;
	border: 100px solid #f2f5f8;
	border-radius: 50%;
}

.mission {
	position: relative;
	margin-bottom: 27px;
}

.mission-vision .text-column,
.mission-vision .image-column {
	position: relative;
	margin-bottom: 30px;
}

.mobilenavlogo {
	display: none !important;
}

.mission-vision .text-column .inner {
	position: relative;
	padding-top: 25px;
	padding-right: 50px;
}

.mission-vision .text-column .sec-title {
	margin: 0;
}

.mission-vision .image-column .row {
	margin: 0px -3px;
}

.mission-vision .image-column .row .image {
	position: relative;
	float: left;
	width: 50%;
	padding: 0px 3px;
	margin-bottom: 6px;
}

.mission-vision .image-column img {
	display: block;
	width: 100%;
	border-radius: 20px;
}

.vision .text-column {
	order: 12;
}

.vision .text-column .inner {
	padding-right: 0px;
	padding-left: 50px;
}


/*** 

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action {
	position: relative;
	padding: 150px 0px 135px;
	background-color: #25283a;
	text-align: center;
	overflow: hidden;
}

.call-to-action .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.call-to-action .image-layer:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.50);
}

.call-to-action .inner {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
}

.call-to-action .inner .text {
	position: relative;
	max-width: 500px;
	margin: 0 auto;
}

.call-to-action .sec-title {
	margin: 0;
}

.call-to-action .sec-title h2,
.call-to-action .sec-title .text {
	color: #ffffff;
}

.call-to-action .link-box .theme-btn {
	margin: 0px 8px 15px;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section {
	position: relative;
	padding: 150px 0px 100px;
	background-color: #ffffff;
}

.team-section .bottom-rotten-curve {
	position: absolute;
	left: 0;
	bottom: -19px;
	width: 100%;
	height: 20px;
	background: url(../images/background/rotten-curve-4.webp) center top no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

.team-block {
	position: relative;
	margin-bottom: 50px;
}

.team-block .inner-box {
	position: relative;
	display: block;
	text-align: center;
	border-radius: 20px;
	overflow: hidden;
}

.team-block .inner-box:hover {
	-webkit-box-shadow: 0px 10px 30px 3px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 10px 30px 3px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 10px 30px 3px rgba(0, 0, 0, 0.10);
}

.team-block .image-box {
	position: relative;
	display: block;
	border-radius: 20px;
	margin: 0;
}

.team-block .image-box img {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 20px;
}

.team-block .lower-box {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 30px 20px 0px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .lower-box .content {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 0px 0px 30px;
	margin-bottom: -90px;
}

.team-block .inner-box:hover .lower-box {
	-webkit-transform: translateY(-90px);
	-ms-transform: translateY(-90px);
	transform: translateY(-90px);
}

.team-block .lower-box h3 {
	position: relative;
	font-size: 24px;
	color: #25283a;
	margin-bottom: 5px;
}

.team-block .lower-box h3 a {
	color: #25283a;
}

.team-block .lower-box h3 a:hover {
	color: #803808;
}

.team-block .lower-box .designation {
	position: relative;
	font-size: 15px;
	color: #848484;
}

.team-block .social-links {
	position: relative;
	padding: 20px 0px 0px;
}

.team-block .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 3px 5px;
}

.team-block .social-links li a {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	font-size: 13px;
	border: 1px solid #e5e5e5;
	line-height: 42px;
	text-align: center;
	background: #ffffff;
	color: #848484;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .social-links li a:hover {
	background: #803808;
	color: #ffffff;
}

/*** 

====================================================================
	Upcoming Events Section
====================================================================

***/

.upcoming-events {
	position: relative;
	padding: 150px 0px;
	background-color: #edf1f5;
	overflow: hidden;
}

.upcoming-events .circle-one {
	position: absolute;
	left: -150px;
	top: -260px;
	width: 670px;
	height: 670px;
	border: 100px solid #e8ebef;
	border-radius: 50%;
}

.upcoming-events .circle-two {
	position: absolute;
	right: -250px;
	bottom: -300px;
	width: 870px;
	height: 870px;
	border: 100px solid #e8ebef;
	border-radius: 50%;
}

.upcoming-events .carousel-box {
	position: relative;
}

.upcoming-events .slide-item {
	position: relative;
}

.event-block {
	position: relative;
}

.event-block .inner-box {
	position: relative;
	display: block;
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
}

.event-block .image-column {
	position: absolute;
	float: left;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}

.event-block .image-column .image-box {
	position: relative;
	display: none;
}

.event-block .image-column .image-box img {
	position: relative;
	display: block;
	width: 100%;
}

.event-block .image-column .bg-image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.event-block .over-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.event-block .text-column {
	position: relative;
	float: right;
	width: 50%;
	background: #ffffff;
}

.event-block .text-column .inner {
	position: relative;
	display: block;
	padding: 50px;
}

.event-block h3 {
	font-size: 30px;
	margin: 0 0 10px;
}

.event-block h3 a {
	color: #25283a;
}

.event-block h3 a:hover {
	color: #803808;
}

.event-block .info {
	position: relative;
	margin-bottom: 15px;
}

.event-block .info li {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #848484;
	margin-right: 15px;
	margin-bottom: 5px;
}

.event-block .info li .icon {
	position: relative;
	color: #803808;
	padding-right: 3px;
}

.event-block .text {
	position: relative;
	margin-bottom: 30px;
}

.event-block .link-box .theme-btn .btn-title {
	padding-left: 52px;
	padding-right: 52px;
}

.upcoming-events .owl-nav {
	display: none;
}

.upcoming-events .owl-dots {
	position: relative;
	left: 0;
	bottom: 0px;
	width: 100%;
	text-align: center;
	padding-top: 50px;
}

.upcoming-events .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0px 7px;
}

.upcoming-events .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	background: none;
	border: 2px solid #babcbe;
	border-radius: 50%;
	transform: scale(0.8);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.upcoming-events .owl-dots .owl-dot.active span {
	border-color: #803808;
	transform: scale(1);
}

/*** 

====================================================================
	Fun Facts Section
====================================================================

***/

.facts-section {
	position: relative;
	padding: 80px 0px 40px;
	background: #1e2436;
	z-index: 2;
}

.facts-section .bottom-rotten-curve {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 20px;
	background: url(../images/background/rotten-curve-5.webp) center bottom no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}

.facts-section .bottom-rotten-curve.alternate {
	background-image: url(../images/background/rotten-curve-1.webp);
}

/*fact counter*/

.fact-counter {
	position: relative;
}

.fact-counter .column {
	position: relative;
	margin-bottom: 50px;
}

.fact-counter .column .inner {
	position: relative;
}

.fact-counter .column .inner .content {
	position: relative;
	text-align: center;
}

.fact-counter .column .inner .count-outer {
	position: relative;
	font-weight: 400;
	color: #803808;
	font-size: 80px;
	line-height: 1.1em;
	display: block;
	font-family: 'Yeseva One', cursive;
}

.fact-counter .column .inner .counter-title {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	opacity: 0.70;
	margin-top: 0px;
}

.fact-counter .column .inner:before {
	position: absolute;
	content: '';
	right: -20px;
	top: 50%;
	margin-top: -45px;
	width: 1px;
	height: 90px;
	background-color: rgba(255, 255, 255, 0.40);
	transform: rotate(15deg);
}

.fact-counter .column:last-child .inner:before {
	display: none;
}

.fact-counter .column:nth-child(2) .inner .count-outer {
	color: #2ea4ff;
}

.fact-counter .column:nth-child(3) .inner .count-outer {
	color: #ffbd12;
}

.fact-counter .column:nth-child(4) .inner .count-outer {
	color: #ae64fd;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section {
	position: relative;
	padding: 160px 0px 120px;
	background-color: #ffffff;
	z-index: 2;
}

.news-section .top-rotten-curve {
	position: absolute;
	left: 0;
	top: -19px;
	width: 100%;
	height: 20px;
	background: url(../images/background/rotten-curve-5.webp) center top no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

.news-section .title-box {
	position: relative;
	margin-bottom: 60px;
}

.news-section .title-box .sec-title {
	float: left;
	margin: 0;
}

.news-section .title-box .link {
	position: relative;
	float: right;
	padding-top: 45px;
}

.news-section .circle-one {
	position: absolute;
	width: 800px;
	height: 800px;
	left: -280px;
	bottom: -210px;
	border: 100px solid #e8ebef;
	border-radius: 50%;
}

.news-block {
	position: relative;
	margin-bottom: 30px;
}

.news-block .inner-box {
	position: relative;
	display: block;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 20px;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .inner-box:hover {
	-webkit-box-shadow: 0px 15px 30px 5px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 15px 30px 5px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 15px 30px 5px rgba(0, 0, 0, 0.10);
}

.news-block .image-box {
	position: relative;
}

.news-block .image-box img {
	display: block;
	width: 100%;
}

.news-block .inner-box .lower-content {
	position: relative;
	padding: 60px 35px 30px;
}

.news-block .inner-box .date {
	position: absolute;
	left: 35px;
	top: -45px;
	width: 74px;
	height: 74px;
	background: #803808;
	font-size: 30px;
	z-index: 1;
	line-height: 1em;
	font-family: 'Yeseva One', cursive;
	color: #ffffff;
	padding-top: 15px;
	text-align: center;
	border-radius: 50%;
}

.news-block .inner-box .date .month {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 1.2em;
}

.news-block .inner-box h3 {
	font-size: 24px;
	line-height: 1.25em;
	font-weight: 400;
	margin-bottom: 20px;
	color: #25283a;
}

.news-block .inner-box h3 a {
	color: #25283a;
}

.news-block .inner-box h3 a:hover {
	color: #803808;
}

.news-block .inner-box .text {
	line-height: 1.6em;
	font-size: 16px;
	margin-bottom: 30px;
}

.news-block .post-meta {
	position: relative;
	padding-top: 10px;
	border-top: 1px solid #e0e0e0;
}

.news-block .post-meta ul {
	position: relative;
	display: table;
	width: 100%;
	vertical-align: middle;
}

.news-block .post-meta ul li {
	position: relative;
	display: table-cell;
	color: #848484;
	font-size: 14px;
	padding: 0px 5px;
	margin-right: 20px;
	text-align: center;
	vertical-align: middle;
}

.news-block .post-meta ul li:before {
	position: absolute;
	content: '';
	right: 0px;
	top: 50%;
	margin-top: -8px;
	width: 1px;
	height: 16px;
	border-right: 2px solid #dddddd;
}

.news-block .post-meta ul li:last-child:before {
	display: none;
}

.news-block .post-meta ul li .icon {
	padding-right: 5px;
}

.news-block .post-meta ul li a {
	color: #848484;
}


.news-block .post-meta ul li:last-child {
	position: relative;
	padding-right: 0;
	text-align: right;
}

.news-block .post-meta ul li:first-child {
	text-align: left;
	padding-left: 0;
}

.news-block .post-meta ul li a:hover {
	font-weight: 600;
	color: #25283a;
}


/*** 

====================================================================
		Insta Gallery Section
====================================================================

***/

.insta-gallery {
	position: relative;
}

.gallery-item {
	position: relative;
}

.gallery-item .image-box {
	position: relative;
	overflow: hidden;
}

.gallery-item .image-box .image {
	position: relative;
}

.gallery-item .image-box .image img {
	display: block;
	width: 100%;
	height: auto;
}

.gallery-item .overlay-box {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.60);
	content: "";
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.gallery-item .image-box:hover .overlay-box {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.gallery-item .overlay-box a {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -40px;
	margin-left: -40px;
}

.gallery-item .overlay-box a span {
	display: block;
	height: 80px;
	width: 80px;
	color: #803808;
	font-size: 72px;
	font-weight: 400;
	line-height: 80px;
}

.insta-gallery .owl-nav,
.insta-gallery .owl-dots {
	display: none;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
	position: relative;
	color: #c4c5c7;
	background-color: #322a20;
}

.main-footer .widgets-section {
	position: relative;
	padding: 70px 0px 10px;
	;
}

.main-footer .column {
	position: relative;
	margin-bottom: 50px;
}

.main-footer .footer-widget {
	position: relative;
}

.main-footer .footer-logo {
	position: relative;
	margin-top: -10px;
	margin-bottom: 25px;
}

.main-footer h3 {
	position: relative;
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 25px;
}

.main-footer .logo-widget {
	position: relative;
}

.main-footer .logo-widget .logo {
	position: relative;
	margin-bottom: 20px;
}

.main-footer .logo-widget .text {
	position: relative;
	margin: 0 0 25px;
}

.main-footer .links-widget .widget-content {
	position: relative;
	padding-left: 63px;
}

.main-footer .links-widget ul li {
	position: relative;
	margin-bottom: 8px;
}

.main-footer .links-widget ul li:last-child {
	margin: 0;
}

.main-footer .links-widget ul li a {
	position: relative;
	color: #c4c5c7;
	font-size: 16px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.main-footer .links-widget ul li a:hover {
	color: #ffb930;
}

.main-footer .social-links {
	position: relative;
}

.main-footer .social-links li {
	position: relative;
	margin-right: 8px;
	display: inline-block;
}

.main-footer .social-links li a {
	position: relative;
	display: block;
	color: #000;
	font-size: 14px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	background: #ffb930;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mobile-login {
	margin-top: 0;
	margin-bottom: 20px;
}

.mobile-login ul li .main-header__btn {
	display: inline-flex;
	gap: 20px;
	align-items: center;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
	-webkit-appearance: none;
	border: none;
	outline: none !important;
	padding: 11px 25px 11px 25px;
	background-color: #f1b037;
	z-index: 1;
	overflow: hidden;
	border-radius: 0px 100px 100px 0px;
	transition: 500ms;
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;

}

.main-footer .social-links li a:hover {
	color: #ffffff;
	background: #803808;
}

.main-footer .info-widget ul li {
	position: relative;
	margin-bottom: 15px;
}

.main-footer .info-widget ul li:last-child {
	margin: 0;
}

.main-footer .info-widget ul li a {
	position: relative;
	color: #c4c5c7;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.main-footer .info-widget ul li a:hover {
	color: #ffb930;
}

.main-footer .news-widget .news-post {
	position: relative;
	padding-left: 120px;
	min-height: 70px;
	margin-bottom: 25px;
}

.main-footer .news-widget .news-post:last-child {
	margin: 0;
}

.main-footer .news-widget .news-post .post-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	border-radius: 5px;
	overflow: hidden;
}

.main-footer .news-widget .news-post h5 {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	margin: -3px 0 7px;
	line-height: 1.5em;
	font-weight: 600;
	color: #ffffff;
}

.main-footer .news-widget .news-post h5 a {
	color: #ffffff;
}

.main-footer .news-widget .news-post .date {
	font-size: 13px;
	line-height: 1.2em;
}

.main-footer .nav-box {
	position: relative;
	padding-top: 20px;
}

.main-footer .nav-box .inner {
	position: relative;
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	border-radius: 48px;
}

.main-footer .nav-box .inner .footer-nav {
	float: left;
	padding: 10px 20px;
}

.main-footer .nav-box .inner .footer-nav li {
	position: relative;
	float: left;
	line-height: 30px;
	margin-right: 30px;
}

.main-footer .nav-box .inner .footer-nav li a {
	color: #c4c5c7;
}

.main-footer .nav-box .inner .footer-nav li a:hover {
	color: #803808;
}

.main-footer .nav-box .inner .donate-link {
	float: right;
}

.main-footer .nav-box .inner .donate-link .theme-btn {
	display: block;
}

.main-footer .nav-box .inner .donate-link .theme-btn .btn-title:before {
	background: #ffffff;
}

.main-footer .nav-box .inner .donate-link .theme-btn:hover .btn-title {
	color: #ffb930;
}

.main-footer .footer-bottom {
	position: relative;
	padding: 30px 0px;
	background: #301a06f5;
	line-height: 30px;
	font-size: 15px;
	color: #9ea0a9;
	border-top: 1px solid #d5d3d347;
}

.main-footer .footer-bottom .copyright {
	position: relative;
	text-align: center;
}



.main-footer .footer-bottom .bottom-links {
	position: relative;
	float: right;
}

.main-footer .footer-bottom .bottom-links li {
	position: relative;
	display: inline-block;
	margin-left: 30px;
	vertical-align: middle;
}

.main-footer .footer-bottom .bottom-links li:before {
	content: '|';
	position: absolute;
	top: 0;
	line-height: 28px;
	left: -30px;
	width: 30px;
	text-align: center;
}

.main-footer .footer-bottom .bottom-links li:first-child:before {
	display: none;
}

.main-footer .footer-bottom .bottom-links li a {
	position: relative;
	display: block;
	color: #9ea0a9;
}

.main-footer .footer-bottom .bottom-links li a:hover {
	color: #ffb930;
	text-decoration: underline;
}

/*** 

====================================================================
	About Section / Style Two
====================================================================

***/

.about-section.style-two {
	padding: 0px 0px 140px;
}

.about-section.alternate {
	padding: 150px 0px 120px;
}

.about-section.style-two .circle-one {
	top: auto;
	bottom: -200px;
	left: -170px;
}

.about-section.alternate .circle-one {
	bottom: -350px;
	left: -350px;
}

.about-section.style-two .circle-two {
	width: 800px;
	height: 800px;
	right: -220px;
	top: -150px;
}

.about-section.alternate .circle-two {
	right: -300px;
	top: -400px;
}

.about-section .upper-boxes {
	position: relative;
	top: -90px;
	margin-bottom: 70px;
	z-index: 3;
}

.about-feature-two {
	position: relative;
	margin-bottom: 30px;
}

.about-feature-two .inner-box {
	position: relative;
	display: block;
	padding: 50px 40px;
	background: #25283a;
	border-radius: 20px;
	overflow: hidden;
}

.about-feature-two .inner-box .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.about-feature-two .inner-box .image-layer:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #803808;
	opacity: 0.90;
	-webkit-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.about-section .about-feature-two:nth-child(2) .image-layer:before {
	background: #ae64fd;
}

.about-section .about-feature-two:nth-child(3) .image-layer:before {
	background: #2ea4ff;
}

.about-feature-two .icon-box {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 50px;
	line-height: 50px;
	margin: 0 auto 20px;
}

.about-feature-two h4 {
	position: relative;
	font-size: 24px;
	color: #ffffff;
	text-transform: capitalize;
	margin: 0 0 15px;
}

.about-feature-two h4 a {
	color: #ffffff;
}

.about-feature-two .over-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.about-section.style-two .left-column .inner {
	padding-top: 0px;
}

.about-section.alternate .left-column .inner {
	max-width: none;
	padding-right: 50px;
}

.about-section .right-column .images {
	margin: 0px -5px;
}

.about-section .right-column .images .image {
	position: relative;
	float: left;
	width: 50%;
	padding: 0px 5px;
	margin-bottom: 10px;
}

.about-section .right-column .images img {
	display: block;
	width: 100%;
	border-radius: 20px;
}

.about-section.style-two .right-column .inner {
	padding-left: 0;
}

.about-feature-two .text {
	position: relative;
	font-size: 16px;
	color: #ffffff;
	margin: 0 0 25px;
}

/*** 

====================================================================
	What We Do Style Two
====================================================================

***/

.what-we-do.style-two {
	position: relative;
	padding: 80px 0px 30px;
	background: #25283a;
	color: #ffffff;
}

.what-we-do.style-two.centered-style {
	text-align: center;
}

.what-we-do .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.what-we-do .image-layer:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #131419;
	opacity: 0.70;
}

.what-we-do.centered-style .image-layer:before {
	background: #1e2436;
	opacity: 0.93;
}

.what-we-do.style-two .top-rotten-curve {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 20px;
	background: url(../images/background/rotten-curve-4.webp) center bottom no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

.what-we-do.style-two .bottom-rotten-curve {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 20px;
	background: url(../images/background/rotten-curve-5.webp) center bottom no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

.what-we-do.style-two .sec-title {
	margin: 0 0 50px;
}

.what-we-do.style-two .sec-title h2 {
	color: #ffffff;
}

.what-we-do.style-two .sec-title .text {
	color: #bfcdc7;
}

.what-we-do.centered-style .sec-title {
	max-width: 750px;
	margin: 0 auto 60px;
}

.what-we-do.style-two .service-block {
	margin-bottom: 20px;
}

.what-we-do.style-two .service-block .text {
	color: #bfcdc7;
}

.why-us-img {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

/*** 

====================================================================
	How We Work
====================================================================

***/

.how-it-works {
	position: relative;
	padding: 150px 0px 100px;
	background: #ffffff;
	overflow: hidden;
}

.how-it-works .circle-one {
	position: absolute;
	width: 800px;
	height: 800px;
	right: -220px;
	top: -150px;
	border: 100px solid #f2f5f8;
	border-radius: 50%;
}

.how-it-works.no-padding-top .circle-one {
	right: -400px;
	top: auto;
	bottom: -325px;
}

.process-block {
	position: relative;
	margin-bottom: 50px;
}

.process-block .inner-box {
	position: relative;
	display: block;
}

.process-block .image-box {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.process-block .image-box .image,
.process-block .image-box .image img {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	border-radius: 20px;
}

.process-block h3 {
	font-size: 24px;
	color: #25283a;
	text-transform: capitalize;
	margin: 0 0 10px;
}

.process-block h3 a {
	color: #25283a;
}

.process-block .text {
	font-size: 15px;
	color: #25283a;
	margin-bottom: 25px;
}

.process-block .link-box .theme-btn {
	padding-left: 40px;
	padding-right: 40px;
}

/*** 

====================================================================
	Team Carousel Section
====================================================================

***/

.team-carousel-section {
	position: relative;
	padding: 77px 0px 56px;
	background: #ffffff;
}


.team-carousel-section .title-box {
	position: relative;
	margin-bottom: 60px;
}

.team-carousel-section .title-box .sec-title {
	float: left;
	margin: 0;
}

.deposit-links {
	margin-top: 20px;
}

.deposit-links .btn-style-one {
	color: #803808;
}

.team-carousel-section .title-box .text {
	position: relative;
	float: left;
	padding-top: 55px;
	margin-left: 100px;
	max-width: 360px;
	margin-bottom: 0;
}

.owl-theme .team-block {
	margin: 0;
	padding: 0;
	z-index: 5;
}

.team-carousel-section .team-carousel .owl-stage-outer {
	position: relative;
	overflow: visible;
}

.team-carousel-section .team-carousel {
	position: relative;
	z-index: 1;
}

.team-carousel-section .team-carousel:before {
	content: '';
	position: absolute;
	width: 2000px;
	right: 100%;
	margin-right: 30px;
	background: #ffffff;
	height: 100%;
	z-index: 2;
}

.team-carousel-section .owl-nav {
	position: absolute;
	top: -125px;
	right: 0;
}

.team-carousel-section .owl-nav .owl-prev,
.team-carousel-section .owl-nav .owl-next {
	position: relative;
	display: inline-block;
	elevation: 0;
	top: 0;
	background: #ffffff;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	border: 1px solid #e0e0e0;
	text-align: center;
	line-height: 58px;
	color: #25283a;
	font-size: 28px;
	opacity: 1;
	margin: 0;
	margin-left: 20px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-carousel-section .owl-nav .owl-next {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.team-carousel-section .owl-nav .owl-prev:hover,
.team-carousel-section .owl-nav .owl-next:hover {
	background: #803808;
	color: #ffffff;
	border-color: #803808;
	opacity: 1;
}

.team-carousel-section .owl-dots {
	display: none;
}

/*** 

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action-two {
	position: relative;
	padding: 50px 0px 30px;
	background: linear-gradient(267deg, #803808, #bd6b0b);
	color: #ffffff;
	z-index: 3;
}




.call-to-action-two h2 {
	line-height: 1.25em;
	text-transform: capitalize;
}

.call-to-action-two .link-box {
	position: relative;
	margin-bottom: 30px;
}



.call-to-action-two .link-box .theme-btn .btn-title {
	padding-left: 30px;
	padding-right: 30px;
}


.aonfidence-area .btn-box .btn-style-one .btn-title {
	padding: 14px 20px;
	border-left: 2px solid #ad5e0a;
}

.aonfidence-area .btn-style-two {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 25px;
	color: #322a20;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	border-radius: 0px 100px 100px 0px;
	overflow: hidden;
	padding: 0;
}

.aonfidence-area .btn-style-two .btn-title:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #ad5e0a;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.aonfidence-area .btn-style-two:hover .btn-title:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}


.btop-1 {
	border-top: 1px solid #e7e3e3;
}

.aonfidence-area .btn-style-two .btn-title {
	padding: 14px 20px;
	border-left: 2px solid #ad5e0a;
	display: block;
}

/*** 

====================================================================
	Events Section Two
====================================================================

***/

.upcoming-events .events-box {
	position: relative;
	display: block;
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}

.upcoming-events .circle-three {
	position: absolute;
	width: 800px;
	height: 800px;
	right: -220px;
	top: -150px;
	border: 100px solid #e8ebef;
	border-radius: 50%;
}

.upcoming-events .circle-four {
	position: absolute;
	width: 630px;
	height: 630px;
	left: -120px;
	bottom: 70px;
	border: 100px solid #e8ebef;
	border-radius: 50%;
}

.event-block-two {
	position: relative;
}

.event-block-two .inner-box {
	position: relative;
	display: block;
	padding: 50px 50px;
	background: #ffffff;
}

.event-block-two .inner-box:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 10px;
	box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.25);
	z-index: 1;
}

.event-block-two .inner-box:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 30px;
	background: #ffffff;
	z-index: 2;
}

.event-block-two .title-column {
	position: relative;
}

.event-block-two .title-column .inner {
	position: relative;
	display: block;
	padding-left: 260px;
	padding-top: 50px;
	min-height: 160px;
}

.event-block-two .title-column .image-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	border-radius: 5px;
	overflow: hidden;
	margin: 0;
}

.event-block-two .title-column .image-box img {
	display: block;
	width: 100%;
	border-radius: 5px;
}

.event-block-two .title-column h3 {
	font-size: 24px;
	color: #25283a;
	line-height: 1.2em;
}

.event-block-two .title-column h3 a {
	color: #25283a;
}

.event-block-two .title-column h3 a:hover {
	color: #803808;
}

.event-block-two .info-column {
	position: relative;
}

.event-block-two .info-column .inner {
	position: relative;
	padding-top: 50px;
	padding-left: 60px;
}

.event-block-two .info-column .inner:before {
	content: '';
	position: absolute;
	left: 0;
	top: 55px;
	height: 50px;
	border-left: 1px solid #e0e0e0;
}

.event-block-two .info-column .info {
	position: relative;
	float: left;
}

.event-block-two .info-column .info li {
	position: relative;
	display: block;
	font-size: 15px;
	margin: 2px 0px;
	color: #848484;
}

.event-block-two .info-column .info li .icon {
	position: relative;
	color: #803808;
	padding-right: 3px;
}

.event-block-two .info-column .link-box {
	position: relative;
	float: right;
}

.event-block-two .info-column .link-box .theme-btn .btn-title {
	padding-left: 52px;
	padding-right: 52px;
}

/*** 

====================================================================
	About Section / Style Three
====================================================================

***/

.about-section.style-three {
	background: #ffffff;
}

.about-section.style-three .circle-one {
	left: auto;
	right: -270px;
	top: -300px;
	width: 780px;
	height: 780px;
	border-color: #f2f5f8;
}

.about-section.style-three .top-rotten-curve {
	background-image: url(../images/background/rotten-curve-5.webp);
}

.about-section.style-three .left-column {
	order: 12;
}

.about-section.style-three .left-column .inner {
	max-width: none;
	padding-right: 0;
	padding-top: 40px;
	padding-left: 30px;
}

.about-section.style-three .right-column .inner {
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

.about-section .right-column .images {
	position: relative;
	margin: 0px -4px;
}

.about-section .right-column .images .image-block {
	float: left;
	width: 50%;
	padding: 0px 4px;
}

.about-section .right-column .images .image-box {
	position: relative;
	margin-bottom: 8px;
}

/*** 

====================================================================
	Fluid Section
====================================================================

***/

.fluid-section {
	position: relative;
	padding: 0px 0px;
	background-color: #ff6b70;
	overflow: hidden;
}

.fluid-section .image-column {
	position: absolute;
	float: left;
	left: 0px;
	top: 0;
	width: 50%;
	height: 100%;
}

.fluid-section .image-column:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.40);
}

.fluid-section .image-column .image-layer {
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fluid-section .image-column .image-box {
	position: relative;
	display: block;
}

.fluid-section .image-column .image {
	position: relative;
	width: 100%;
	margin: 0;
	display: none;
}

.fluid-section .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
}

.fluid-section .image-column .over-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.50);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.fluid-section .image-column:hover .over-link {
	background: rgba(0, 0, 0, 0.80);
}

.fluid-section .image-column .over-link .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;
	font-size: 80px;
	line-height: 80px;
	margin-left: -40px;
	margin-top: -40px;
}

.fluid-section .text-column {
	position: relative;
	float: right;
	width: 50%;
}

.fluid-section .text-column .inner {
	position: relative;
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 120px 50px;
}

.fluid-section .quote-icon {
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 50%;
	margin-top: -30px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 54px;
	color: rgba(255, 255, 255, 0.15);
}

.fluid-section .sec-title {
	margin: 0 0 50px;
}

.fluid-section .sec-title .sub-title {
	color: rgba(255, 255, 255, 0.50);
}

.fluid-section .slide-item {
	position: relative;
	max-width: 550px;
	margin: 0 auto;
	z-index: 1;
}

.fluid-section .slide-item .text {
	position: relative;
	font-size: 20px;
	line-height: 1.6em;
	margin: 0 0 30px;
}

.fluid-section .slide-item .author {
	position: relative;
	font-size: 24px;
	line-height: 1.5em;
}

.fluid-section .owl-nav {
	display: none;
}

.fluid-section .owl-dots {
	position: absolute;
	right: -20px;
	top: -30px;
	width: 20px;
	text-align: center;
}

.fluid-section .owl-dots .owl-dot {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0px 0px 10px;
}

.fluid-section .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	background: #ffffff;
	opacity: 0.30;
	border-radius: 50%;
}

.fluid-section .owl-dots .owl-dot.active span {
	opacity: 1;
}

/*** 

====================================================================
	News Section / News lock Two
====================================================================

***/


.news-block-two {
	position: relative;
	margin-bottom: 30px;
}

.news-block-two .inner-box {
	position: relative;
	display: block;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 20px;
	padding: 49px 49px 45px;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .inner-box:hover {
	-webkit-box-shadow: 0px 15px 30px 5px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 15px 30px 5px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 15px 30px 5px rgba(0, 0, 0, 0.10);
}

.news-block-two .image-box {
	position: relative;
	margin: 0;
}

.news-block-two .image-box img {
	display: block;
	width: 100%;
	border-radius: 20px;
}

.news-block-two .inner-box .lower-content {
	position: relative;
	padding: 40px 0px 0;
}

.news-block-two .inner-box h3 {
	font-size: 24px;
	line-height: 1.25em;
	font-weight: 400;
	margin-bottom: 20px;
	color: #25283a;
}

.news-block-two .inner-box h3 a {
	color: #25283a;
}

.news-block-two .inner-box h3 a:hover {
	color: #803808;
}

.news-block-two .inner-box .text {
	line-height: 1.6em;
	font-size: 16px;
	margin-bottom: 30px;
}

.news-block-two .post-meta {
	position: relative;
	margin-bottom: 10px;
}

.news-block-two .post-meta ul {
	position: relative;
	display: block;
	width: 100%;
	vertical-align: middle;
}

.news-block-two .post-meta ul li {
	position: relative;
	display: inline-block;
	color: #848484;
	font-size: 14px;
	padding: 0px;
	padding-right: 16px;
	margin-right: 15px;
	text-align: center;
	vertical-align: middle;
}

.news-block-two .post-meta ul li:before {
	position: absolute;
	content: '';
	right: -1px;
	top: 50%;
	margin-top: -8px;
	width: 1px;
	height: 16px;
	border-right: 1px solid #dddddd;
}

.news-block-two .post-meta ul li:last-child:before {
	display: none;
}

.news-block-two .post-meta ul li .icon {
	padding-right: 5px;
}

.news-block-two .post-meta ul li a {
	color: #848484;
}


.news-block-two .post-meta ul li:last-child {
	position: relative;
	padding-right: 0;
	margin-right: 0;
}

.news-block-two .post-meta ul li a:hover {
	font-weight: 500;
	color: #803808;
}

.news-block-two .link-box {
	position: relative;
}


.news-block-three {
	position: relative;
	margin-bottom: 30px;
}

.news-block-three .inner-box {
	position: relative;
	display: block;
	background: #f2f5f8;
	border-radius: 20px;
	padding: 50px;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-three .news-post {
	position: relative;
	padding-left: 200px;
	padding-top: 3px;
	min-height: 180px;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #e0e0e0;
}

.news-block-three .news-post:last-child {
	margin: 0;
	padding-bottom: 0;
	border: none;
	min-height: 130px;
}

.news-block-three .news-post .post-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
	border-radius: 10px;
	overflow: hidden;
}

.news-block-three .news-post .date {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px;
	color: #803808;
}

.news-block-three .news-post .date .fa {
	padding-right: 5px;
	color: #848484;
	font-size: 15px;
}

.news-block-three .news-post h4 {
	font-size: 20px;
	margin: 0 0;
	line-height: 1.4em;
	font-weight: 400;
	color: #25283a;
}

.news-block-three .news-post h4 a {
	color: #25283a;
}

.news-block-three .news-post h4 a:hover {
	color: #803808;
}


/*** 

====================================================================
	Page Banner Style
====================================================================

***/

.page-banner {
	position: relative;
	color: #ffffff;
	text-align: center;
	padding: 90px 0px;
	background-color: #25283a;
	z-index: 2;
}

.page-banner .bottom-rotten-curve {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 20px;
	background: url(../images/background/rotten-curve-5.webp) center bottom no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}

.page-banner .bottom-rotten-curve.alternate {
	background-image: url(../images/background/rotten-curve-1.webp);
}

.page-banner .image-layer {
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* .page-banner .image-layer:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.50;
} */

.page-banner .auto-container {
	position: relative;
	z-index: 1;
}

.page-banner h1 {
	position: relative;
	font-size: 40px;
	line-height: 1.2em;
	font-weight: 400;
	margin-bottom: 15px;
	color: #242220;
	text-transform: capitalize;
	max-width: 667px;
	margin: auto;
}

.page-banner .bread-crumb {
	position: relative;
}

.page-banner .bread-crumb li {
	position: relative;
	display: inline-block;
	line-height: 30px;
	margin-left: 24px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
}

.page-banner .bread-crumb li:before {
	content: '/';
	position: absolute;
	right: -24px;
	width: 24px;
	top: 0px;
	text-align: center;
	line-height: 30px;
}

.page-banner .bread-crumb li:first-child {
	margin-left: 0px;
}

.page-banner .bread-crumb li:last-child:before {
	display: none;
}

.page-banner .bread-crumb li a {
	color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.page-banner .bread-crumb li a:hover,
.page-banner .bread-crumb li.active {
	color: #803808;
}

/*** 

====================================================================
		Gallery Page Section
====================================================================

***/

.gallery-page-section {
	position: relative;
	padding: 120px 0 90px;
}

/*=== Mixitup Gallery ===*/
.mixitup-gallery .filters {
	margin-bottom: 40px;
	text-align: center;
}

.mixitup-gallery .filters .filter-tabs {
	position: relative;
	display: block;
}

.mixitup-gallery .filters li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	padding: 15px 30px;
	cursor: pointer;
	color: #25283a;
	font-weight: 600;
	margin: 0 5px 10px;
	min-width: 100px;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 0px;
	border-radius: 20px;
	background: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mixitup-gallery .filters .filter.active {
	color: #ffffff;
	background-color: #803808;
}

.mixitup-gallery .gallery-item-two {
	display: none;
}

.gallery-item-two {
	position: relative;
	margin-bottom: 30px;
}

.gallery-item-two .image-box {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.gallery-item-two .image-box .image {
	position: relative;
	border-radius: 20px;
}

.gallery-item-two .image-box .image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
}

.gallery-item-two .overlay-box {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	background-color: rgba(60, 200, 143, 0.70);
	content: "";
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.gallery-item-two .image-box:hover .overlay-box {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.gallery-item-two .overlay-box a {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -25px;
}

.gallery-item-two .overlay-box a span {
	display: block;
	background: #ffffff;
	height: 60px;
	width: 60px;
	color: #803808;
	border-radius: 50%;
	font-weight: 400;
	line-height: 60px;
	font-size: 20px;
}

.gallery-item-two .owl-nav {
	display: none;
}

.gallery-section-two .gallery-item-two .image {
	margin-bottom: 0;
}

.gallery-section-two .owl-nav {
	display: none;
}

.gallery-section-two .owl-dots {
	position: absolute;
	bottom: 62px;
	left: 0;
	width: 100%;
	text-align: center;
}

.gallery-section-two .owl-dot {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	border: 6px solid rgba(255, 255, 255, 0.20);
	margin: 0 5px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.gallery-section-two .owl-dot.active,
.gallery-section-two .owl-dot:hover {
	border: 6px solid #ffffff;
}

/*** 

====================================================================
	Events Section
====================================================================

***/

.events-section {
	position: relative;
	padding: 130px 0px 100px;
	background-color: #ffffff;
	overflow: hidden;
}

.event-block-three {
	position: relative;
	margin-bottom: 30px;
}

.event-block-three .inner-box {
	position: relative;
	display: block;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 20px;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.event-block-three .inner-box:hover {
	-webkit-box-shadow: 0px 15px 40px 5px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 15px 40px 5px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 15px 40px 5px rgba(0, 0, 0, 0.10);
}

.event-block-three .image-box {
	position: relative;
}

.event-block-three .image-box img {
	display: block;
	width: 100%;
}

.event-block-three .image-box .date {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 74px;
	height: 74px;
	background: #803808;
	font-size: 30px;
	z-index: 1;
	line-height: 1em;
	font-family: 'Yeseva One', cursive;
	color: #ffffff;
	padding-top: 15px;
	text-align: center;
	border-radius: 20px 0px 20px 0px;
}

.event-block-three .image-box .date .month {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 1.2em;
}

.event-block-three .inner-box .lower-content {
	position: relative;
	padding: 35px 30px 40px;
}

.event-block-three .inner-box h3 {
	font-size: 24px;
	line-height: 1.30em;
	font-weight: 400;
	margin-bottom: 15px;
	color: #25283a;
}

.event-block-three .inner-box h3 a {
	color: #25283a;
}

.event-block-three .inner-box h3 a:hover {
	color: #803808;
}

.event-block-three .inner-box .text {
	line-height: 1.6em;
	font-size: 16px;
	margin-bottom: 30px;
}

.event-block-three .info {
	position: relative;
	margin-bottom: 20px;
}

.event-block-three .info li {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #848484;
	margin-right: 15px;
	margin-bottom: 10px;
}

.event-block-three .info li:last-child {
	margin-right: 0;
}

.event-block-three .info li .icon {
	position: relative;
	color: #803808;
	padding-right: 3px;
}

.event-block-three .inner-box:hover .btn-style-two {
	color: #ffffff;
	border-color: #803808;
	background: #803808;
}

/*** 

====================================================================
	Contact Info Section
====================================================================

***/

.contact-info-section {
	position: relative;
	padding: 130px 0px 90px;
	background-color: #ffffff;
	overflow: hidden;
}

.info-boxes {
	position: relative;
}

.info-boxes .info-box {
	position: relative;
	margin-bottom: 30px;
}

.info-boxes .info-box .inner-box {
	position: relative;
	display: block;
	padding: 80px 20px;
	background: #25283a;
	text-align: center;
	min-height: 370px;
	border-radius: 20px;
	overflow: hidden;
}

.info-boxes .info-box .inner-box .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.info-boxes .info-box .inner-box .image-layer:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #803808;
	opacity: 0.90;
	-webkit-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.info-boxes .info-box:nth-child(2) .image-layer:before {
	background: #ae64fd;
}

.info-boxes .info-box:nth-child(3) .image-layer:before {
	background: #2ea4ff;
}

.info-box .icon-box {
	position: relative;
	display: inline-block;
	font-size: 52px;
	padding-top: 15px;
	line-height: 1.1em;
	color: #ffffff;
	text-align: left;
	margin: 0 0 28px;
}

.info-box .icon-box:after {
	content: '';
	position: absolute;
	left: 20px;
	top: 0px;
	width: 60px;
	height: 60px;
	background: #ffffff;
	border-radius: 50%;
	opacity: 0.15;
}

.info-box h4 {
	position: relative;
	font-size: 24px;
	color: #ffffff;
	font-weight: 400;
	letter-spacing: 0.03em;
	text-transform: capitalize;
	margin: 0 0 15px;
}

.info-box h4 a {
	color: #ffffff;
}

.info-box ul {
	position: relative;
	color: #ffffff;
	max-width: 250px;
	margin: 0 auto;
}

.info-box ul li {
	position: relative;
	line-height: 24px;
}

.info-box ul li a {
	color: #ffffff;
}

.info-box ul li a:hover {
	text-decoration: underline;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section {
	position: relative;
	padding: 0px 0px;
	background-color: #edf1f5;
	overflow: hidden;
}

.contact-section .outer-container {
	position: relative;
}

.contact-section .form-column {
	position: relative;
	float: left;
	width: 50%;
	padding: 110px 0px;
	text-align: center;
}

.contact-section .form-column .inner {
	position: relative;
	display: block;
	max-width: 680px;
	margin: 0 auto;
	padding: 0px 20px;
}

.contact-form {
	position: relative;
}

.contact-form .row {
	margin: 0 -10px;
}

.contact-form .form-group {
	position: relative;
	padding: 0 10px;
	margin-bottom: 20px;
}

.contact-form .form-group:last-child {
	margin-bottom: 0;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group textarea,
.contact-form .form-group select {
	position: relative;
	display: block;
	height: 60px;
	width: 100%;
	font-size: 15px;
	color: #25283a;
	line-height: 30px;
	font-weight: 400;
	padding: 14px 20px;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 7px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
	border-color: #803808;
}

.contact-form .form-group textarea {
	height: 180px;
	resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button {
	display: inline-block;
	margin-top: 20px;
}

.contact-form ::-webkit-input-placeholder {
	color: #6c6d70;
}

.contact-form ::-moz-input-placeholder {
	color: #6c6d70;
}

.contact-form ::-ms-input-placeholder {
	color: #6c6d70;
}

.contact-form label.error {
	color: #ff0000;
	font-size: 14px;
	text-transform: capitalize;
	text-align: left;
	display: block;
	padding-top: 5px;
}

.contact-section .map-column {
	position: absolute;
	float: right;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	text-align: center;
}

.map-canvas {
	position: relative;
	height: 400px;
}

.contact-section .map-column .map-canvas {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.map-data {
	position: relative;
	padding: 10px;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8em;
}

.map-data a {
	display: block;
}

.map-data h6 {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 5px;
	color: #121212;
}

/*** 

====================================================================
	FAQs Section
====================================================================

***/

.faq-section {
	position: relative;
	padding: 80px 0px 60px;
	background-color: #ffffff
}

.faq-section .title-column {
	position: relative;
	margin-bottom: 30px;
}

.faq-section .title-column .inner {
	position: relative;
	display: block;
}

.faq-section .title-column h2 {
	font-size: 48px;
	text-transform: capitalize;
	line-height: 1.20em;
	margin-bottom: 20px;
}

.faq-section .title-column .text {
	position: relative;
	font-size: 15px;
	line-height: 1.7em;
	margin-bottom: 30px;
}

.faq-section .content-column {
	position: relative;
}

.faq-section .content-column .inner {
	position: relative;
	display: block;
	padding-left: 80px;
}

.tabs-box {
	position: relative;
}

.tabs-box .tab-buttons {
	position: relative;
}

.tabs-box .tab-buttons .tab-btn {
	position: relative;
	display: block;
	cursor: pointer;
}

.tabs-box .tabs-content {
	position: relative;
}

.tabs-box .tabs-content .tab {
	position: relative;
	display: none;
}

.tabs-box .tabs-content .active-tab {
	display: block;
}

.faq-section .tab-buttons .tab-btn {
	position: relative;
	font-weight: 600;
	color: #25283a;
	line-height: 24px;
	text-transform: capitalize;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.faq-section .tab-buttons .tab-btn:last-child {
	margin-bottom: 0;
}

.faq-section .tab-buttons .tab-btn:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	width: 0;
	border-bottom: 2px solid #803808;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.faq-section .tab-buttons .tab-btn:hover,
.faq-section .tab-buttons .tab-btn.active-btn:hover {
	color: #803808;
}

.faq-section .tab-buttons .tab-btn.active-btn {
	padding-left: 35px;
	color: #803808;
}

.faq-section .tab-buttons .tab-btn.active-btn:before {
	width: 20px;
}

.accordion-box {
	position: relative;
}

.accordion-box .block {
	position: relative;
	background-color: #f2f5f7;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 19px;
}

.hero-banner-Deposit-Schemes {
	padding: 80px 0 80px;
}


.accordion-box .block.active-block {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.05);
}

.text-792e00 {
	color: #792e00 !important;
}

.accordion-box .block:last-child {
	margin-bottom: 0;
}

.accordion-box .block .acc-btn {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #25283a;
	font-weight: 600;
	cursor: pointer;
	padding: 15px 30px;
	padding-right: 50px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.accordion-box .block .acc-btn:before {
	position: absolute;
	right: 25px;
	top: 14px;
	height: 30px;
	font-size: 20px;
	font-weight: 900;
	color: #25283a;
	line-height: 30px;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
	background-color: #ffffff;
}

.accordion-box .block .acc-btn.active:before {
	color: #803808;
	content: "\f106";
}

.accordion-box .block .acc-content {
	position: relative;
	display: none;
}

.accordion-box .block .content {
	position: relative;
	padding: 15px 30px;
	border-top: 1px solid #e5e5e5;
}

.accordion-box .block .acc-content.current {
	display: block;
}

.accordion-box .block .content .text {
	display: block;
	font-size: 15px;
	line-height: 1.7em;
	font-weight: 400;
	margin: 0;
}


.service-list-three .list-group-item.active::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -33px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 33px solid #600506;
}

/*** 

====================================================================
	Donate Section
====================================================================

***/

.donate-section {
	position: relative;
	padding: 130px 0px 100px;
	background-color: #ffffff
}

.donate-section .title-column {
	position: relative;
	margin-bottom: 30px;
}

.donate-section .title-column .inner {
	position: relative;
	display: block;
}

.donate-section .title-column h2 {
	font-size: 48px;
	text-transform: capitalize;
	line-height: 1.20em;
	margin-bottom: 20px;
}

.donate-section h3 {
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.donate-section .title-column .text {
	position: relative;
	font-size: 15px;
	line-height: 1.7em;
	margin-bottom: 80px;
}

.donate-section .title-column .image-box {
	position: relative;
}

.donate-section .title-column .image-box img {
	position: relative;
	border-radius: 20px;
}

.donate-section .form-column {
	position: relative;
}

.donate-section .form-column .inner {
	position: relative;
	display: block;
	padding-left: 80px;
}

.donate-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.donate-form .row {
	margin: 0px -10px;
}

.donate-form .row .form-group {
	padding: 0px 10px;
}

.donate-form .form-group .field-label {
	display: block;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 15px;
}

.donate-form .form-group .field-label sup,
.donate-form .form-group .field-label .req {
	color: #ff0000;
	font-size: 15px;
	padding-left: 5px;
}

.donate-form input[type="text"],
.donate-form input[type="email"],
.donate-form input[type="password"],
.donate-form input[type="tel"],
.donate-form input[type="url"],
.donate-form select,
.donate-form textarea {
	display: block;
	width: 100%;
	line-height: 24px;
	height: 50px;
	font-size: 15px;
	border: 1px solid #e0e0e0;
	padding: 12px 20px;
	background-color: #ffffff;
	color: #222222;
	border-radius: 5px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.donate-form select {
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	background: #ffffff url(../images/icons/icon-select.webp) right center no-repeat;
}

.donate-form textarea {
	height: 120px;
	resize: none;
}

.donate-form select option {
	text-indent: 20px;
}

.donate-form input:focus,
.donate-form select:focus,
.donate-form textarea:focus {
	border-color: #803808;
}


.donate-form .select-amount {
	position: relative;
	margin: 0px -10px;
}

.donate-form .select-box {
	position: relative;
	float: left;
	width: 25%;
	padding: 0px 10px;
	text-align: center;
	margin: 0px 0px 20px;
}

.donate-form .input-box {
	position: relative;
	width: 100%;
}

.donate-form .select-box input[type="radio"] {
	left: 0px;
	top: 0px;
	visibility: hidden;
	position: absolute;
	opacity: 0;
}

.donate-form .select-box label {
	display: block;
	line-height: 24px;
	padding: 12px 10px;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	color: #25283a;
	border: 1px solid #e0e0e0;
	cursor: pointer;
	border-radius: 5px;
	transition: all 500ms ease;
}

.donate-form .select-box input[type="radio"]:checked+label {
	background: #803808;
	border-color: #803808;
	color: #ffffff;
}

.donate-form .radio-block {
	position: relative;
	display: inline-block;
	margin-right: 30px;
}

.donate-form .radio-block input {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}

.donate-form .radio-block label {
	position: relative;
	display: block;
	padding-left: 32px;
	line-height: 24px;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	cursor: pointer;
}

.donate-form .radio-block label:before {
	content: '';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	line-height: 18px;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	font-weight: 900;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
}

.donate-form .radio-block input:checked+label:before {
	content: '\f00c';
	background: #803808;
	border-color: #803808;
}

.donate-form .method {
	position: relative;
	padding: 20px 0px 0px;
}

.donate-form .method .form-group {
	margin-bottom: 5px;
}

.donate-form .personal-info {
	position: relative;
	padding: 20px 0px;
}

.donate-form .donation-total {
	position: relative;
	font-weight: 600;
	font-size: 16px;
	color: #25283a;
	padding-top: 20px;
}

.donate-form .donation-total strong {
	font-weight: 600;
	color: #803808;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
	position: relative;
	padding: 120px 0px 80px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
	margin-bottom: 30px;
}

.sidebar-side .sidebar {
	position: relative;
	padding: 60px 35px;
	background: #ffffff;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
}

.sidebar-side .sidebar h3 {
	font-size: 24px;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 25px;
}

.sidebar-widget {
	position: relative;
	margin-bottom: 50px;
}

.sidebar-widget:last-child {
	margin-bottom: 0;
}

/* Sidebar Title */

.sidebar-title {
	position: relative;
	font-size: 24px;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 25px;
}

/*Search Box Widget*/

.sidebar .search-box {
	position: relative;
}

.sidebar .search-box .form-group {
	position: relative;
	margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
	position: relative;
	padding: 15px 50px 15px 30px;
	border: 1px solid #f7f7fa;
	background: #f7f7fa;
	display: block;
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	height: 62px;
	color: #25283a;
	border-radius: 10px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input[type="text"]:focus,
.sidebar .search-box .form-group input[type="search"]:focus {
	color: #666666;
}

.sidebar .search-box .form-group button {
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	width: 60px;
	display: block;
	font-size: 20px;
	color: #848484;
	line-height: 60px;
	font-weight: normal;
	background: none;
	border-radius: 0px 10px 10px 0px;
	z-index: 9;
	cursor: pointer;
}

.sidebar .search-box .form-group button:hover {
	color: #803808;
}

/*Post Widget*/

.sidebar .popular-posts .news-post {
	position: relative;
	padding-left: 110px;
	padding-top: 0px;
	min-height: 90px;
	margin-bottom: 30px;
}

.sidebar .popular-posts .news-post:last-child {
	margin: 0;
}

.sidebar .popular-posts .news-post .post-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	border-radius: 5px;
	overflow: hidden;
}

.sidebar .popular-posts .news-post .date {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px;
	color: #803808;
}

.sidebar .popular-posts .news-post .date .fa {
	padding-right: 5px;
	color: #848484;
	font-size: 15px;
}

.sidebar .popular-posts .news-post h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	margin: 0 0;
	line-height: 1.4em;
	font-weight: 600;
	color: #25283a;
}

.sidebar .popular-posts .news-post h4 a {
	color: #25283a;
}

.sidebar .popular-posts .news-post h4 a:hover {
	color: #803808;
}

/* Blog Categories */

.sidebar .categories h3 {
	margin-bottom: 15px;
}

.sidebar .categories ul {
	position: relative;
	margin-left: 20px;
}

.sidebar .categories ul li {
	position: relative;
	list-style-type: disc;
	color: #d2d5d8;
	margin-bottom: 7px;
}

.sidebar .categories ul li:last-child {
	margin-bottom: 0;
}

.sidebar .categories ul li a {
	position: relative;
	display: block;
	color: #25283a;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar .categories ul li a:hover,
.sidebar .categories ul li.current a,
.sidebar .categories ul li.current {
	color: #803808;
}

/*Popular Tags*/

.sidebar .popular-tags {
	position: relative;
}

.sidebar .popular-tags li {
	position: relative;
	float: left;
	margin: 0px 8px 8px 0px;
}

.sidebar .popular-tags li a {
	position: relative;
	display: block;
	padding: 5px 16px;
	color: #25283a;
	text-align: center;
	font-size: 13px;
	line-height: 30px;
	font-weight: 400;
	text-transform: capitalize;
	background-color: #edf1f5;
	border-radius: 20px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sidebar .popular-tags li a:hover {
	background-color: #803808;
	color: #ffffff;
}


/*** 

====================================================================
	Cause Details
====================================================================

***/

.cause-details {
	position: relative;
}

.cause-details .inner-box {
	position: relative;
	display: block;
	border-radius: 20px;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.cause-details .image-box {
	position: relative;
}

.cause-details .image-box img {
	display: block;
	width: 100%;
}

.cause-details .inner-box .donate-info {
	position: relative;
	background: #edf1f5;
	padding: 65px 35px 25px;
}

.cause-details .inner-box .donate-info:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	height: 21px;
	background: url(../images/background/rotten-curve-7.webp) center top no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

.cause-details .inner-box .progress-box {
	position: relative;
	display: block;
	width: 100%;
}

.cause-details .inner-box .progress-box .bar {
	position: relative;
	width: 100%;
	height: 5px;
	background: rgba(0, 0, 0, 0.10);
	border-radius: 3px;
	margin-bottom: 20px;
}

.cause-details .inner-box .progress-box .bar-inner {
	position: relative;
	display: block;
	width: 0px;
	height: 5px;
	background: #803808;
	border-radius: 3px;
	-webkit-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

.cause-details .inner-box .progress-box .count-text {
	position: absolute;
	right: 0px;
	margin-right: -23px;
	bottom: 18px;
	width: 46px;
	height: 26px;
	background: #803808;
	color: #ffffff;
	line-height: 26px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 2px;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cause-details .inner-box .progress-box .bar-inner.counted .count-text {
	opacity: 1;
}

.cause-details .inner-box .progress-box .count-text:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: 100%;
	border: 5px solid transparent;
	border-top: 6px solid #803808;
}

.cause-details .inner-box .lower-content {
	position: relative;
	line-height: 1.6em;
	font-size: 15px;
	padding: 80px 0 0;
}

.cause-details .inner-box .donate-info {
	position: relative;
	color: #848484;
}

.cause-details .inner-box .donate-info strong {
	font-weight: 500;
	color: #222222;
}

.cause-details .inner-box .donate-info .donation-count {
	position: relative;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	z-index: 1;
}

.cause-details .inner-box .donate-info .raised {
	float: left;
}

.cause-details .inner-box .donate-info .goal {
	float: right;
}

.cause-details .inner-box h2 {
	font-size: 36px;
	line-height: 1.25em;
	font-weight: 400;
	margin-bottom: 20px;
	color: #25283a;
}

.cause-details .inner-box h2 a {
	color: #25283a;
}

.cause-details .inner-box h2 a:hover {
	color: #803808;
}

.cause-details .inner-box h3 {
	font-size: 24px;
	line-height: 1.25em;
	font-weight: 400;
	margin-bottom: 20px;
	color: #25283a;
}

.cause-details .inner-box h3 a {
	color: #25283a;
}

.cause-details .inner-box h3 a:hover {
	color: #803808;
}

.cause-details .inner-box .text {
	line-height: 1.6em;
	font-size: 15px;
	margin-bottom: 30px;
}

.cause-details .inner-box p {
	line-height: 1.6em;
	font-size: 15px;
	margin-bottom: 20px;
}

.cause-details .inner-box p.big-text {
	font-size: 18px;
}

.cause-details .inner-box ul {
	position: relative;
	margin-bottom: 30px;
}

.cause-details .inner-box ul li {
	position: relative;
	padding-left: 20px;
	line-height: 24px;
	color: #25283a;
	margin-bottom: 7px;
}

.cause-details .inner-box ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	background: #dadde0;
	border-radius: 50%;
}

.cause-details .inner-box ul li:last-child {
	margin-bottom: 0;
}

.cause-details .inner-box .link-box {
	padding-top: 10px;
}

/*** 

====================================================================
	Event Details
====================================================================

***/

.event-details {
	position: relative;
}

.event-details .inner-box {
	position: relative;
	display: block;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.event-details .image-box {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 50px;
}

.event-details .image-box img {
	display: block;
	width: 100%;
}

.event-details .image-box .date {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 74px;
	height: 74px;
	background: #803808;
	font-size: 30px;
	z-index: 1;
	line-height: 1em;
	font-family: 'Yeseva One', cursive;
	color: #ffffff;
	padding-top: 15px;
	text-align: center;
	border-radius: 20px 0px 20px 0px;
}

.event-details .image-box .date .month {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 1.2em;
}

.event-details .info li .icon {
	position: relative;
	color: #803808;
	padding-right: 3px;
}

.event-details .inner-box .lower-content {
	position: relative;
	line-height: 1.6em;
	font-size: 15px;
	padding: 0 0;
}

.event-details .inner-box h2 {
	font-size: 36px;
	line-height: 1.25em;
	font-weight: 400;
	color: #25283a;
	margin-bottom: 10px;
}

.event-details .inner-box h2 a {
	color: #25283a;
}

.event-details .inner-box h2 a:hover {
	color: #803808;
}

.event-details .inner-box h3 {
	font-size: 24px;
	line-height: 1.25em;
	font-weight: 400;
	margin-bottom: 20px;
	color: #25283a;
}

.event-details .inner-box h3 a {
	color: #25283a;
}

.event-details .inner-box h3 a:hover {
	color: #803808;
}

.event-details .inner-box .text {
	line-height: 1.6em;
	font-size: 15px;
	margin-bottom: 30px;
}

.event-details .inner-box p {
	line-height: 1.6em;
	font-size: 15px;
	margin-bottom: 20px;
}


.event-details .inner-box p.big-text {
	font-size: 17px;
}

.event-details .inner-box ul {
	position: relative;
	margin-bottom: 30px;
}

.event-details .inner-box ul li {
	position: relative;
	padding-left: 20px;
	line-height: 24px;
	color: #25283a;
	margin-bottom: 7px;
}

.event-details .inner-box ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	background: #dadde0;
	border-radius: 50%;
}

.event-details .inner-box ul li:last-child {
	margin-bottom: 0;
}

.event-details .inner-box .info {
	position: relative;
	margin-bottom: 20px;
}

.event-details .inner-box .info li {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #848484;
	padding: 0;
	margin-right: 15px;
	margin-bottom: 10px;
}

.event-details .inner-box .info li:last-child {
	margin-right: 0;
}

.event-details .inner-box .info li:before {
	display: none;
}

.event-details .map-canvas {
	border-radius: 20px;
}

/*** 

====================================================================
	Blog Post Details
====================================================================

***/

.blog-post-detail {
	position: relative;
	margin-bottom: 30px;
}

.blog-post-detail .inner {
	position: relative;
	display: block;
}

.blog-post-detail .image {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	margin: 0px 0px 20px;
}

.blog-post-detail .image img {
	display: block;
	width: 100%;
}

.blog-post-detail .inner h2 {
	font-size: 36px;
	line-height: 1.20em;
	font-weight: 400;
	color: #25283a;
	margin-bottom: 20px;
}

.blog-post-detail .inner h2 a {
	color: #25283a;
}

.blog-post-detail .inner h2 a:hover {
	color: #803808;
}

.blog-post-detail .inner h3 {
	font-size: 24px;
	line-height: 1.25em;
	font-weight: 400;
	margin-bottom: 20px;
	color: #25283a;
}

.blog-post-detail .inner h3 a {
	color: #25283a;
}

.blog-post-detail .inner h3 a:hover {
	color: #803808;
}

.blog-post-detail .inner .text {
	line-height: 1.6em;
	font-size: 15px;
	margin-bottom: 30px;
}

.blog-post-detail .inner p {
	line-height: 1.6em;
	font-size: 15px;
	margin-bottom: 20px;
}


.blog-post-detail .inner p.big-text {
	font-size: 17px;
}

.blog-post-detail .content ul {
	position: relative;
	margin-bottom: 30px;
}

.blog-post-detail .content ul li {
	position: relative;
	padding-left: 20px;
	line-height: 24px;
	color: #25283a;
	margin-bottom: 7px;
}

.blog-post-detail .content ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	background: #dadde0;
	border-radius: 50%;
}

.blog-post-detail .content ul li:last-child {
	margin-bottom: 0;
}

.blog-post-detail .post-meta {
	position: relative;
	margin-bottom: 15px;
}

.blog-post-detail .post-meta ul {
	position: relative;
	display: block;
	width: 100%;
}

.blog-post-detail .post-meta ul li {
	position: relative;
	display: inline-block;
	color: #848484;
	font-size: 14px;
	margin-right: 20px;
	padding-right: 22px;
	text-align: center;
	vertical-align: middle;
}

.blog-post-detail .post-meta ul li:before {
	position: absolute;
	content: '';
	right: 0px;
	top: 50%;
	margin-top: -7px;
	width: 1px;
	height: 14px;
	border-right: 2px solid #dddddd;
}

.blog-post-detail .post-meta ul li:last-child:before {
	display: none;
}

.blog-post-detail .post-meta ul li .icon {
	padding-right: 5px;
}

.blog-post-detail .post-meta ul li a {
	color: #848484;
}


.blog-post-detail .post-meta ul li:last-child {
	position: relative;
	padding-right: 0;
	margin: 0;
}

.blog-post-detail .post-meta ul li:first-child {
	text-align: left;
	padding-left: 0;
}

.blog-post-detail .post-meta ul li a:hover {
	font-weight: 600;
	color: #25283a;
}

/*post share options*/

.blog-post-detail .post-share-options {
	position: relative;
	padding: 30px 0px;
}

.blog-post-detail .post-share-options p {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #3f4161;
	font-weight: 500;
	margin: 0 15px 0 0;
	display: inline-block;
}

.blog-post-detail .post-share-options .tags {
	position: relative;
	display: inline-block;
}

.blog-post-detail .post-share-options .tags li {
	position: relative;
	display: inline-block;
}

.blog-post-detail .post-share-options .tags a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #7f8897;
	font-weight: 500;
	padding: 5px 20px;
	background: #f6f6f6;
	border-radius: 2px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.blog-post-detail .post-share-options .tags a:hover {
	color: #ffffff;
	background-color: #803808;
}

.blog-post-detail .post-share-options .social-icons {
	position: relative;
	display: inline-block;
}

.blog-post-detail .post-share-options .social-icons li {
	position: relative;
	display: inline-block;
	margin-left: 16px;
	margin-bottom: 10px;
}

.blog-post-detail .post-share-options .social-icons li:first-child {
	margin-left: 0;
}

.blog-post-detail .post-share-options .social-icons li a {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #7f8897;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.blog-post-detail .post-share-options .social-icons li a:hover {
	color: #803808;
}

/*** 

====================================================================
		Comment Area
====================================================================

 ***/

.group-title {
	position: relative;
	margin-bottom: 40px;
}

.group-title h3 {
	position: relative;
	font-size: 24px;
	line-height: 1.25em;
	color: #25283a;
	font-weight: 400;
}

.comments-area {
	position: relative;
	margin-bottom: 50px;
}

.comments-area .comment-box {
	position: relative;
	margin-bottom: 40px;
}

.comments-area .comment-box.reply-comment {
	padding-left: 110px;
}

.comments-area .comment-box:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.comments-area .comment {
	position: relative;
	min-height: 80px;
	padding-left: 110px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 40px;
}

.comments-area .comment-box:last-child .comment {
	border: none;
}

.comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
	width: 100%;
	display: block;
}

.comments-area .comment-info {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.comments-area .comment-box .name {
	position: relative;
	font-family: 'Yeseva One', cursive;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 400;
	color: #25283a;
	text-transform: capitalize;
	margin-bottom: 0px;
}

.comments-area .comment-box .time {
	position: relative;
	font-size: 14px;
	font-style: italic;
	color: #848484;
}

.comments-area .comment-box .text {
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 0px;
}

.comments-area .comment-box .reply-btn {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	padding: 6px 20px;
	color: #25283a;
	border: 1px solid #e0e0e0;
	font-weight: 400;
	border-radius: 18px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comments-area .comment-box .reply-btn:hover {
	color: #ffffff;
	background: #803808;
	border-color: #803808;
}

/*** 

====================================================================
		Comment Form
====================================================================

 ***/

.comment-form {
	margin-bottom: 20px;
}

.default-form {
	position: relative;
	z-index: 1;
}

.default-form .form-group {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

.default-form .form-group:last-child {
	margin-bottom: 0;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group textarea,
.default-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 28px;
	color: #25283a;
	font-weight: 400;
	height: 60px;
	padding: 15px 20px;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.default-form .form-group input:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus {
	background-color: #ffffff;
	border-color: #803808;
}

.default-form .form-group textarea {
	height: 200px;
	resize: none;
}

.default-form ::-webkit-input-placeholder {
	color: #999999;
	font-style: italic;
}

.default-form ::-moz-input-placeholder {
	color: #999999;
	font-style: italic;
}

.default-form ::-ms-input-placeholder {
	color: #999999;
	font-style: italic;
}


/*** 

====================================================================
		Shop Page
====================================================================

 ***/


.shop-page .content-side {
	order: 12;
}

.sidebar-side .shop-sidebar {
	padding: 50px 25px;
}

.shop-sidebar .sidebar-widget {
	margin-bottom: 60px;
}

.shop-sidebar .sidebar-widget:last-child {
	margin-bottom: 0;
}

.shop-sidebar .sidebar-widget .sidebar-title {
	font-size: 22px;
}

.shop-sidebar .categories h3 {
	margin-bottom: 20px;
}

.rangeslider-widget.sidebar-widget .sidebar-title {
	margin-bottom: 40px;
	text-transform: none;
}

.range-slider-one {
	position: relative;
	min-height: 48px;
	padding-top: 10px;
	overflow: hidden;
	margin-top: -20px;
}

.range-slider-one .title {
	position: relative;
	float: left;
	color: #222222;
	font-size: 16px;
	font-weight: 400;
	margin-top: 5px;
}

.range-slider-one .title:before {
	position: absolute;
	content: '$';
	right: -14px;
	top: 0px;
	color: #222222;
	font-size: 16px;
	font-weight: 400;
}

.range-slider-one .input {
	float: right;
	left: 8px;
	max-width: 75px;
	padding-left: 8px;
	margin-top: 5px;
	position: relative;
}

.range-slider-one .input input {
	background: none;
	color: #222222;
	font-size: 16px;
	font-weight: 400;
	width: auto;
	text-align: left;
}

.range-slider-one .ui-widget.ui-widget-content {
	height: 4px;
	border: none;
	margin-bottom: 25px;
	background: #eaeceb;
}

.range-slider-one .ui-slider .ui-slider-range {
	top: 0px;
	height: 4px;
	background: #803808;
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
	top: -8px;
	width: 18px;
	height: 18px;
	background: #ffffff;
	cursor: pointer;
	border-radius: 20px;
	border: 3px solid #803808;
}

.range-slider-one .theme-btn {
	border-radius: 19px;
}

.range-slider-one .theme-btn .btn-title {
	padding: 5px 24px;
	line-height: 28px;
	font-size: 14px;
	border-radius: 19px;
}

/*Products Widget*/

.sidebar .popular-products .product {
	position: relative;
	padding-left: 90px;
	padding-top: 0px;
	min-height: 72px;
	margin-bottom: 20px;
}

.sidebar .popular-products .product:last-child {
	margin: 0;
}

.sidebar .popular-products .product .post-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 72px;
	border-radius: 5px;
	overflow: hidden;
}

.sidebar .popular-products .product .price {
	position: relative;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	color: #848484;
}

.sidebar .popular-products .product h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin: 0 0 7px;
	line-height: 1.4em;
	font-weight: 600;
	color: #25283a;
}

.sidebar .popular-products .product h4 a {
	color: #25283a;
}

.sidebar .popular-products .product h4 a:hover {
	color: #803808;
}

.shop-upper-box {
	position: relative;
	margin-bottom: 30px;
	font-family: 'Work Sans', sans-serif;
}

.shop-upper-box .items-label {
	position: relative;
	float: left;
	font-size: 15px;
	line-height: 30px;
	color: #222222;
	padding: 10px 0;
	width: 42%;
}

.shop-upper-box .items-label span {
	color: #222222;
	font-weight: 600;
}

.shop-upper-box .sort-by {
	position: relative;
	float: right;
	width: 28%;
}

.shop-upper-box .layout-mode {
	position: relative;
	float: left;
	padding: 2px 0px;
	width: 30%;
}

.shop-upper-box .layout-mode a {
	position: relative;
	display: inline-block;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 44px;
	font-size: 20px;
	color: #222222;
	border: 1px solid #e5e5e5;
	margin-right: 10px;
	border-radius: 50%;
}

.shop-upper-box .layout-mode a:hover,
.shop-upper-box .layout-mode a.active {
	background: #803808;
	border-color: #803808;
	color: #ffffff;
}

.sort-by .ui-selectmenu-button.ui-button {
	position: relative;
	display: block;
	height: 50px;
	width: 100%;
	max-width: 100%;
	line-height: 26px;
	text-align: left;
	padding: 10px 25px;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	color: #212639;
	font-weight: 400;
	text-transform: capitalize;
	background: #ffffff;
	font-family: 'Work Sans', sans-serif;
	border-radius: 25px;
}

.sort-by .ui-button .ui-icon {
	background: none;
	position: relative;
	top: 4px;
	text-indent: 0px;
	color: #43c3ea;
}

.sort-by .ui-button .ui-icon:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f107";
	font-weight: 900;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 10px;
	height: 20px;
	display: block;
	color: #222222;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	z-index: 5;
}

.ui-menu .ui-menu-item-wrapper,
.ui-menu .ui-menu-item-wrapper:hover {
	position: relative;
	padding: 10px 25px;
	font-size: 15px;
	line-height: 24px;
	border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	background-color: #803808;
	border-color: #803808;
}

/*=== Shop Item ===*/

.shop-item {
	position: relative;
	margin-bottom: 45px;
}

.shop-item .inner-box {
	position: relative;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-item .inner-box .image {
	position: relative;
	z-index: 11;
	text-align: center;
	border-radius: 20px;
	overflow: hidden;
}

.shop-item .inner-box .image img {
	width: 100%;
	display: block;
	border-radius: 20px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-item .overlay-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	border-radius: 20px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.50);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-item .inner-box:hover .overlay-box {
	opacity: 1;
	visibility: visible;
}

.shop-item .option-box {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -25px;
	padding: 0px 10px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}

.shop-item .inner-box:hover .option-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 300ms ease 100ms;
	-moz-transition: all 300ms ease 100ms;
	-ms-transition: all 300ms ease 100ms;
	-o-transition: all 300ms ease 100ms;
	transition: all 300ms ease 100ms;
}

.shop-item .option-box li {
	position: relative;
	display: inline-block;
	margin: 0 2px;
}

.shop-item .option-box li a {
	position: relative;
	display: block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #1a224c;
	background-color: #ffffff;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-item .option-box li a:hover {
	color: #ffffff;
	background-color: #803808;
}

.shop-item .inner-box .tag-banner {
	position: absolute;
	right: 0;
	top: 30px;
	font-size: 13px;
	line-height: 24px;
	padding: 0px 15px 0px 10px;
	background: #803808;
	color: #ffffff;
	font-family: 'Work Sans', sans-serif;
	z-index: 12;
}

.shop-item .inner-box .tag-banner:before {
	content: '';
	position: absolute;
	left: -9px;
	top: 0;
	border: 8px solid transparent;
	border-top: 9px solid #803808;
	border-right: 8px solid #803808;
}

.shop-item .inner-box .tag-banner:after {
	content: '';
	position: absolute;
	left: -9px;
	bottom: 0;
	border: 8px solid transparent;
	border-bottom: 9px solid #803808;
	border-right: 8px solid #803808;
}

.shop-item .inner-box .lower-content {
	position: relative;
	z-index: 11;
	padding: 16px 0px 0px;
	text-align: center;
}

.shop-item .inner-box .lower-content h3 {
	font-family: 'Work Sans', sans-serif;
	font-size: 15px;
	margin: 0 0 5px;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: 600;
	color: #848484;
}

.shop-item .inner-box .lower-content h3 a {
	color: #848484;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.shop-item .inner-box .lower-content h3 a:hover {
	color: #803808;
	text-decoration: underline;
}

.shop-item .inner-box .lower-content .price {
	position: relative;
	color: #25283a;
	font-size: 16px;
	font-weight: 600;
}

.shop-item .inner-box .lower-content .price .discount {
	position: relative;
	color: #777777;
	margin-left: 8px;
	text-decoration: line-through;
}

/*** 

====================================================================
		Styled Pagination
====================================================================

***/

.pagination-box {
	position: relative;
	padding-top: 20px;
}

.styled-pagination {
	position: relative;
}

.styled-pagination li {
	position: relative;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
}

.styled-pagination li:last-child {
	margin-right: 0;
}

.styled-pagination li a {
	position: relative;
	display: block;
	line-height: 38px;
	font-size: 15px;
	height: 40px;
	width: 40px;
	color: #848484;
	font-weight: 400;
	text-align: center;
	background: #ffffff;
	border-radius: 3px;
	border: 1px solid #dcdde3;
	text-transform: capitalize;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
	color: #ffffff;
	border-color: #803808;
	background-color: #803808;
}

/*** 

====================================================================
		Product Detail
====================================================================

***/

.product-details {
	position: relative;
	padding: 120px 0 100px;
}

.product-details .basic-details {
	position: relative;
	padding-bottom: 50px;
}

.product-details .image-column,
.product-details .info-column {
	margin-bottom: 50px;
}

.product-details .image-column .inner {
	position: relative;
	display: block;
	padding-right: 30px;
}

.product-details .image-column .image-box {
	position: relative;
	display: block;
}

.product-details .image-column .image {
	position: relative;
	margin-bottom: 0;
	border-radius: 20px;
}

.product-details .image-column .image img {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 20px;
}

.product-details .image-column .image-box .icon {
	position: absolute;
	right: 30px;
	top: 30px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #ffffff;
	color: #222222;
	font-size: 16px;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product-details .image-column .image-box .icon .fa {
	line-height: 50px;
}

.product-details .image-column .image-box .icon:hover {
	color: #ffffff;
	background-color: #803808;
}

.product-details .basic-details .info-column {
	position: relative;
}

.product-details .basic-details .info-column .inner-column {
	position: relative;
}

.product-details .basic-details .details-header {
	position: relative;
	margin-bottom: 30px;
}

.product-details .basic-details .details-header h3 {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2em;
	color: #25283a;
	margin-bottom: 15px;
}

.product-details .basic-details .details-header h3 a {
	color: #25283a;
}

.product-details .basic-details .details-header .prod-rating {
	position: relative;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5em;
	color: #25283a;
	margin-bottom: 20px;
}

.product-details .basic-details .details-header .ratings .fa {
	position: relative;
	color: #fa7720;
	margin-right: 3px;
}

.product-details .basic-details .details-header .prod-rating a {
	color: #777777;
	font-size: 14px;
	display: inline-block;
	margin-left: 10px;
}

.product-details .basic-details .details-header .item-price {
	font-size: 24px;
	font-weight: 600;
	color: #25283a;
}

.product-details .basic-details .text {
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 45px;
}

.product-details .basic-details .other-options {
	margin-bottom: 20px;
}

.product-details .basic-details .item-quantity .field-label {
	float: left;
	font-weight: 700;
	font-size: 14px;
	line-height: 32px;
	display: inline-block;
	padding-right: 20px;
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical {
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 99;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i {
	top: 6px;
	font-weight: 900;
}

.product-details .basic-details .item-quantity {
	position: relative;
	float: left;
	width: 75px;
	margin-bottom: 25px;
	margin-right: 25px;
}

.product-details .basic-details .item-quantity .field-label {
	float: left;
	font-weight: 700;
	font-size: 14px;
	line-height: 32px;
	display: inline-block;
	padding-right: 20px;
}

.product-details .basic-details .quantity-spinner,
.cart-table input.quantity-spinner {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #222222;
	padding: 10px 15px !important;
	height: 50px !important;
	box-shadow: none !important;
	text-align: center;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical>.btn,
.cart-table .bootstrap-touchspin .input-group-btn-vertical>.btn {
	padding: 12px 10px;
	background: #f4f5f6;
	border-radius: 0px;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-table .bootstrap-touchspin .input-group-btn-vertical i {
	top: 8px;
}

.product-details .basic-details .add-to-cart {
	float: left;
	margin-left: 20px;
	line-height: 20px;
	margin-bottom: 25px;
}

.product-details .basic-details .add-to-cart .btn-title {
	padding-left: 35px;
	padding-right: 35px;
	font-size: 15px;
}

.product-details .basic-details .like-btn {
	float: left;
	margin-left: 20px;
	margin-bottom: 25px;
}

.product-details .basic-details .like-btn a {
	display: block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	padding: 0;
	text-align: center;
	color: #2b2f42;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	font-weight: 400;
	border-radius: 50%;
}

.product-details .basic-details .like-btn a:hover {
	background-color: #803808;
	color: #ffffff;
}

.product-details .basic-details .catergory {
	position: relative;
	margin-bottom: 40px;
	font-size: 15px;
	line-height: 24px;
	color: #848484;
	font-weight: 400;
}

.product-details .basic-details .catergory span {
	color: #222222;
	margin-right: 10px;
}

.product-details .basic-details .catergory a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #848484;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product-details .basic-details .catergory a:hover {
	color: #803808;
}

.social-icon-three {
	position: relative;
}

.social-icon-three li {
	position: relative;
	display: inline-block;
	margin-right: 7px;
}

.social-icon-three li:last-child {
	margin-right: 0;
}

.social-icon-three li a {
	position: relative;
	display: block;
	height: 50px;
	width: 50px;
	border: 1px solid #e6e6e6;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	font-size: 16px;
	color: #8a8d91;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-three li a:hover {
	background-color: #3b5999;
	color: #ffffff;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.product-details .product-info-tabs {
	position: relative;
}

.product-details .prod-tabs {
	position: relative;
}

.product-details .prod-tabs .tab-btns {
	position: relative;
	z-index: 1;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.product-details .prod-tabs .tab-btns .tab-btn {
	position: relative;
	display: block;
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: #8a8d91;
	font-weight: 500;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	padding: 12px 32px;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-radius: 25px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product-details .prod-tabs .tab-btns .tab-btn:hover,
.product-details .prod-tabs .tab-btns .tab-btn.active-btn {
	color: #ffffff;
	background: #803808;
	border-color: #803808;
}

.product-details .prod-tabs .tabs-content {
	position: relative;
	padding-top: 30px;
}

.product-details .prod-tabs .tabs-content .tab {
	position: relative;
	display: none;
	border-top: 0px;
}

.product-info-tabs .reviews-box {
	position: relative;
	padding: 30px 30px 40px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
}

.product-info-tabs .reviews-box .comments-area .comment-box:last-child {
	margin-bottom: 0;
}

.product-details .prod-tabs .tabs-content .tab.active-tab {
	display: block;
}

.product-details .prod-tabs .tabs-content .tab .content {
	position: relative;
}

.product-details .prod-tabs .tabs-content .tab .content p {
	position: relative;
	font-size: 15px;
	line-height: 26px;
	color: #848484;
	margin-bottom: 26px;
}

.product-details .prod-tabs .tabs-content .tab .content p:last-child {
	margin-bottom: 0px;
}

.product-details .prod-tabs .tabs-content .tab .title {
	position: relative;
	font-size: 24px;
	color: #212639;
	font-weight: 400;
	margin-bottom: 20px;
}

/*Comment Form*/

.shop-comment-form {
	position: relative;
}

.shop-comment-form h2 {
	position: relative;
	color: #333333;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
}

.shop-comment-form .mail-text {
	position: relative;
	color: #777777;
	font-size: 16px;
	margin-bottom: 15px;
}

.shop-comment-form .group-title {
	margin-bottom: 20px;
}

.shop-comment-form .rating-box {
	position: relative;
	margin-bottom: 20px;
}

.shop-comment-form .rating-box .text {
	position: relative;
	font-size: 16px;
	color: #333333;
	margin-bottom: 15px;
}

.shop-comment-form .rating-box .rating {
	position: relative;
	margin-right: 10px;
	display: inline-block;
}

.shop-comment-form .rating-box .rating .fa {
	position: relative;
	margin-right: 5px;
	display: inline-block;
}

.shop-comment-form .rating-box .rating a {
	position: relative;
	color: #cccccc;
	font-size: 14px;
	display: inline-block;
}

.shop-comment-form .rating-box .rating a:hover {
	color: #803808;
}

.shop-comment-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.shop-comment-form .form-group label {
	position: relative;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
}

.shop-comment-form .form-group:last-child {
	margin-bottom: 0px;
}

.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 15px;
	border: 1px solid #dddddd;
	height: 50px;
	color: #848484;
	font-weight: 300;
	background: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus {
	border-color: #803808;
}

.shop-comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 15px;
	color: #848484;
	border: 1px solid #dddddd;
	height: 120px;
	font-weight: 300;
	background: #ffffff;
	resize: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-comment-form button {
	position: relative;
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus {
	border-color: #f06529;
}

/*** 

====================================================================
		Comment Area
====================================================================

 ***/

.product-details .comments-area {
	position: relative;
	padding-top: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
}

.product-details .comments-area .comment-box:last-child {
	margin-bottom: 0;
}

.product-details .comments-area .comment {
	position: relative;
	min-height: 80px;
	padding-top: 0px;
	padding-left: 100px;
}

.product-details .comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 75px;
	width: 75px;
	overflow: hidden;
	border-radius: 50%;
}

.product-details .comments-area .comment-box .author-thumb img {
	width: 100%;
	display: block;
}

.product-details .comments-area .comment-info {
	position: relative;
	margin-bottom: 10px;
	font-weight: 600;
}

.product-details .comments-area .comment-info span {
	display: block;
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
}

.product-details .comments-area .comment-box .name {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 500;
	color: #222222;
	margin-bottom: 7px;
}

.product-details .comments-area .comment-box .date {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #bbbbbb;
	font-weight: 400;
}

.product-details .comments-area .comment-box .text {
	font-size: 14px;
	line-height: 28px;
	color: #777777;
	font-weight: 400;
}

.product-details .comments-area .comment-box .rating {
	position: absolute;
	right: 0;
	top: 10px;
	display: block;
	font-size: 14px;
	color: #803808;
	line-height: 20px;
}

.product-details .comments-area .comment-box .reply-btn {
	position: absolute;
	right: 0;
	top: 8px;
	font-size: 15px;
	line-height: 25px;
	color: #803808;
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product-details .comments-area .comment-box .reply-btn:hover {
	color: #222222;
}

/*** 

====================================================================
		Related Products
====================================================================

***/

.related-products {
	position: relative;
	padding: 0 0 120px;
}

.related-products .shop-item {
	margin-bottom: 0;
}

.related-products .sec-title {
	margin-bottom: 40px;
}

.related-products .sec-title h2 {
	font-size: 30px;
}

.related-products .owl-dots {
	display: none;
}

.related-products .owl-nav {
	position: absolute;
	right: 0px;
	top: -80px;
}

.related-products .owl-next,
.related-products .owl-prev {
	position: relative;
	display: inline-block;
	font-size: 36px;
	color: #e5e5e5;
	line-height: 25px;
	margin-left: 15px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.related-products .owl-prev {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

.related-products .owl-next:hover,
.related-products .owl-prev:hover {
	color: #f14b59;
}

/*** 

====================================================================
	Cart Section style
====================================================================

***/

.cart-section {
	position: relative;
	padding: 120px 0px;
}

.cart-section .cart-outer {
	position: relative;
}

.cart-section .cart-outer .table-column {
	position: relative;
}

.cart-section .cart-outer .table-column .inner-column {
	position: relative;
}

.cart-section .table-outer {
	position: relative;
	width: 100%;
	border: 1px solid #e7e7e7;
	border-radius: 20px;
	margin-bottom: 50px;
}

.cart-section .table-box {
	position: relative;
	width: 100%;
}

.cart-section .cart-table {
	width: 100%;
	min-width: 750px;
}

.cart-table .cart-header {
	position: relative;
	width: 100%;
	text-transform: uppercase;
	color: #ffffff;
	border-bottom: 1px solid #e7e7e7;
}

.cart-table thead tr th {
	font-size: 16px;
	color: #25283a;
	line-height: 24px;
	padding: 20px 15px;
	min-width: 120px;
	font-weight: 600;
	text-align: center;
}

.cart-table thead tr th.prod-column {
	text-align: left;
	padding-left: 30px;
}

.cart-table tbody tr {
	border-bottom: 2px solid #f2f2f2;
}

.cart-table tbody tr:last-child {
	border-bottom: 0;
}

.cart-table tbody tr td {
	line-height: 24px;
	padding: 30px 30px 35px;
	min-width: 50px;
	text-align: center;
}

.cart-table tbody tr td.price {
	font-size: 16px;
	font-weight: 400;
	color: #848484;
}

.cart-table tbody tr .qty .input-group {
	max-width: 80px;
	margin: 0 auto;
}

.cart-table tbody tr .qty .quantity-spinner {
	background: #f5f5f5;
	width: 70px;
	text-align: left;
}

.cart-table tbody tr .prod-column .column-box h3 {
	font-size: 17px;
	color: #222222;
	font-weight: 500;
	margin-bottom: 5px;
}

.cart-table tbody tr .prod-column .column-box {
	position: relative;
	min-height: 105px;
	padding-left: 100px;
	padding-top: 40px;
	text-align: left;
	min-width: 290px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
	position: absolute;
	width: 80px;
	left: 0px;
	top: 0px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
	display: block;
	width: 100%;
	border-radius: 10px;
}

.cart-table tbody tr .prod-column .column-box h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #25283a;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.cart-table tbody tr .sub-total {
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
	color: #803808;
}

.cart-table tbody tr td.remove {
	position: relative;
}

.cart-table tbody tr .remove-btn {
	position: relative;
	font-size: 10px;
	color: #93949d;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	display: inline-block;
	border-radius: 20px;
	font-weight: 600;
	border: 1px solid #e6e6e6;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cart-table tbody tr .remove {
	text-align: center;
}

.cart-table tbody tr .remove-btn:hover {
	color: #803808;
	border-color: #803808;
}

.cart-table tbody tr td .quantity-spinner {
	padding: 5px 0px 5px 20px;
	line-height: 24px;
	height: 34px;
	display: block;
	width: 100%;
	position: relative;
}

.product-details .basic-details .item-quantity input[type="text"],
.cart-table tbody tr .qty input[type="text"] {
	position: relative;
	line-height: 46px;
	font-weight: 400;
	height: 46px;
	background: #ffffff;
}

/*=== Counper Outer ===*/

.cart-section .coupon-outer {
	position: relative;
	border-top: 1px solid #dddddd;
	margin-top: 30px;
}

.cart-section .coupon-outer .content-box {
	position: relative;
	padding: 30px 30px 15px;
}

.cart-section .coupon-outer .link-box {
	margin-top: 30px;
}

.cart-section .coupon-outer .cart-btn .btn-title {
	line-height: 30px;
	padding: 10px 30px;
	min-width: 170px;
	cursor: pointer;
}

.cart-section .apply-coupon {
	position: relative;
	float: left;
	max-width: 70%;
}

.cart-section .link-box {
	position: relative;
	float: right;
}

.cart-section .apply-coupon .form-group {
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

.cart-section .apply-coupon .field-label {
	float: left;
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 7px;
}

.cart-section .apply-coupon .form-group .coupon-btn .btn-title {
	padding: 10px 35px;
	line-height: 30px;
	cursor: pointer;
}

.cart-section .apply-coupon .form-group input {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #8a8d91;
	padding: 12px 20px;
	border: 1px solid #e5e5e5;
	height: 50px;
	width: 270px;
	background: none;
	border-radius: 25px;
}

.cart-section .apply-coupon .form-group input[type="text"]:focus {
	border-color: #803808;
}

.cart-section .totals-column {
	position: relative;
}

.cart-section .totals-column .inner {
	position: relative;
	max-width: 340px;
	width: 100%;
}

.cart-total {
	position: relative;
}

.cart-total .title {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #212639;
	font-weight: 400;
	margin-bottom: 30px;
}

.cart-section .totals-table {
	position: relative;
	padding: 40px 30px;
	border: 1px solid #e5e5e5;
	border-radius: 20px;
}

.cart-section .totals-table .col {
	position: relative;
	display: block;
	float: left;
	padding: 0;
	width: 50%;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #25283a;
	text-align: right;
}

.cart-section .totals-table .col strong {
	font-weight: 500;
	color: #222222;
	font-size: 17px;
}

.cart-section .totals-table .col-title {
	text-align: left;
}

.cart-section .totals-table li {
	position: relative;
	margin-bottom: 20px;
}

.cart-section .totals-table li:last-child {
	margin-bottom: 0px;
}

.cart-section .totals-table li .total-price {
	color: #803808 !important;
}

.cart-section .totals-table .theme-btn .btn-title {
	line-height: 30px;
	padding: 12px 30px
}

.cart-section .totals-table .theme-btn {
	display: block;
	width: 100%;
	cursor: pointer;
}

/*** 

====================================================================
	CheckOut Sectioon
====================================================================

***/

.checkout-page {
	position: relative;
	padding: 120px 0px 90px;
}

.checkout-page .default-links {
	position: relative;
	margin-bottom: 60px;
}

.checkout-page .default-links li {
	position: relative;
	font-size: 14px;
	line-height: 30px;
	padding: 14px 30px;
	color: #222222;
	background: #e4f5ee;
	font-weight: 400;
	border-radius: 5px;
	margin-bottom: 20px;
}

.checkout-page .default-links li a {
	color: #803808;
	text-decoration: underline;
}

.checkout-title {
	position: relative;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
	color: #212639;
	font-weight: 400;
}

.billing-detail {
	position: relative;
	margin-bottom: 30px;
}

.billing-detail .billing-column {
	position: relative;
	margin-bottom: 20px;
}

.checkout-form {
	position: relative;
}

.checkout-form .form-group {
	position: relative;
	margin-bottom: 25px;
}

.checkout-form .form-group .field-label {
	display: block;
	line-height: 24px;
	margin-bottom: 5px;
	text-transform: capitalize;
	color: #212639;
	font-size: 14px;
	font-weight: 400;
}

.checkout-form .form-group .field-label sup {
	top: -1px;
	font-size: 16px;
}

.checkout-form input[type="text"],
.checkout-form input[type="email"],
.checkout-form input[type="password"],
.checkout-form input[type="tel"],
.checkout-form input[type="number"],
.checkout-form input[type="url"],
.checkout-form select,
.checkout-form textarea {
	position: relative;
	display: block;
	width: 100%;
	background: #ffffff;
	line-height: 26px;
	padding: 10px 20px;
	height: 48px;
	font-size: 14px;
	color: #808080;
	font-weight: 400;
	border-radius: 5px;
	border: 1px solid #e7e7e7;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.checkout-form textarea {
	resize: none;
	width: 100%;
	height: 120px !important;
}

.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus {
	border-color: #803808;
}

.checkout-form .form-group.address input {
	margin-bottom: 10px;
}

.checkout-form .form-group.address input:last-child {
	margin-bottom: 0;
}

.checkout-page .check-box {
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
}

.checkout-page .check-box label {
	position: relative;
	top: -1px;
	font-weight: 400;
	padding: 0px;
	font-size: 16px;
	cursor: pointer;
	color: #222222;
}

.checkout-page .Additional-info {
	position: relative;
	margin-bottom: 50px;
}

.order-detail {
	position: relative;
	border: 1px solid #e7e7e7;
	border-radius: 20px;
	margin-bottom: 60px;
}

.order-detail .cart-outer {
	position: relative;
}

.order-detail .cart-table {
	width: 100%;
	min-width: 500px;
}

.order-detail .cart-table .sub-total {
	position: relative;
	text-align: left;
	font-size: 15px;
	line-height: 30px;
	width: 30% !important;
	color: #848484;
	font-weight: 400;
	border-left: 1px solid #e7e7e7;

}

.order-detail .cart-table .prod-column {
	width: 70% !important;
}

.order-detail .cart-table .col {
	text-align: left;
	width: 50%;
}

.order-detail .cart-table .col-title {
	position: relative;
	text-align: left;
	padding: 0px 30px;
	font-size: 17px;
	font-weight: 600;
	color: #222222;
	width: 70%;
	border-right: 1px solid #e7e7e7;
}

.order-detail .cart-table .col.total {
	font-size: 20px;
	color: #803808;
	font-weight: 600;
	width: 30%;
}

/*Payment Option*/

.checkout-page .payment-options {
	position: relative;
}

.checkout-page .payment-options h3 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #25283a;
	font-weight: 400;
	margin-bottom: 30px;
}

.checkout-page .payment-options li {
	position: relative;
	margin-bottom: 5px;
}

.checkout-page .payment-options li .radio-option {
	position: relative;
	margin-bottom: 10px;
}

.checkout-page .payment-options li .radio-option label {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	text-transform: capitalize;
	color: #333333;
	cursor: pointer;
}

.checkout-page .payment-options li .radio-option label strong {
	color: #25283a;
	font-weight: 600;
	font-size: 17px;
}

.checkout-page .payment-options li .radio-option label strong a {
	font-size: 15px;
	color: #803808;
	margin-left: 25px;
	font-weight: 400;
	text-decoration: underline;

}

.checkout-page .payment-options li .radio-option input[type="radio"] {
	position: absolute;
	left: 0px;
	top: 7px;
	opacity: .70;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.checkout-page .payment-options li .radio-option label .small-text {
	position: relative;
	display: none;
	letter-spacing: 0px;
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
	color: #848484;
	padding: 15px 20px;
	background: #e4f5ee;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.checkout-page .payment-options li .radio-option input:checked+label .small-text {
	display: block;
}

.checkout-page .payment-options li .radio-option label img {
	position: relative;
	top: -3px;
	display: inline-block;
	max-width: 100%;
	padding-left: 30px;
}

.checkout-page .payment-options .btn-box {
	position: relative;
	margin-top: 20px;
}

.checkout-page .payment-options .theme-btn .btn-title {
	padding: 14px 50px;
	font-size: 16px;
	cursor: pointer;
}