/*== Font css ==*/
	@font-face { font-family: 'Geologica'; font-style: normal; font-weight: 100 900; font-display: swap; src: url(../fonts/geologica.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/*== Font css End ==*/

/*== Variable ==*/
:root {
	--primary-color:   #c8958e;
	--secondary-color: #5b3634;
	--black-color:     #000000;
	--light-color:     #f2eae4;
	--lighter-color:   #fffef8;
	--white-color:     #FFFFFF;
	--body-text-color: #000000;

	--gradient-primary : linear-gradient(90deg,rgba(147, 92, 89, 1) 0%, rgba(180, 134, 129, 1) 50%,  rgba(134, 94, 90, 1) 100%);
	--gradient-border  : linear-gradient(#fffef8, #fffef8) padding-box, linear-gradient(to top, rgba(91, 54, 52, 1), rgba(239, 196, 187, 1)) border-box;

	--font-body:  'Geologica', sans-serif;
	--font-title: 'Geologica', sans-serif;
}
/*== Variable End ==*/

/*== Basic css ==*/
	*, *::before, *::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	body { font-family: var(--font-body); font-size: 16px; font-weight: 300; line-height: 1.5; color: var(--body-text-color); background: url(../images/top-shap.svg) no-repeat top right; background-size: clamp(100px, 62vw, 1000px); background-color: var(--lighter-color); }
	a { color: var(--primary-color); text-decoration: underline; }
	a:hover, a:focus { color: inherit; text-decoration: none; }
	p { margin-bottom: 1rem; }
	img { max-width: 100%; height: auto; }
	b { font-weight: 600; }
	strong { font-weight: 700; }
	.transition { -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; transition-duration: 0.5s; }
	a.phonelink, a.phonelink:hover, a.phonelink:focus { cursor: default; text-decoration: none !important; color: inherit !important; }
	hr { opacity: 0.1; }
	@media (min-width: 768px) {
		body { font-size: 18px; }
		p { margin-bottom: 1.5rem; }
	}
/*== Basic css End ==*/

/*== Taxonomy ==*/
	.text-primary   { color: var(--primary-color) !important; }
	.text-secondary { color: var(--secondary-color) !important; }
	.text-dark      { color: var(--black-color) !important; }
	.text-inherit   { color: inherit !important; }

	.fw-medium   { font-weight: 500 !important; }
	.fw-sbold    { font-weight: 600 !important; }
	.fs-smaller  { font-size: 14px !important; }
	.fs-small    { font-size: 16px !important; }
	.fs-large    { font-size: 18px !important; }
	.fs-larger   { font-size: 20px !important; }

	.text-uppercase-none { text-transform: none !important; }
	.text-gradient { display: inline-block; background-color: var(--primary-color); background: var(--gradient-primary); -webkit-background-clip: text; color: transparent !important; }

	.text-cta { text-transform: uppercase; color: var(--primary-color); text-decoration: none; font-size: 14px; line-height: 1.2; font-weight: 500; letter-spacing: 1px; transition: all .3s ease-in-out; }
	.text-cta:hover { color: var(--secondary-color); }
	
	@media (min-width: 768px) {
		.fs-larger   { font-size: 24px !important; }
	}
/*== Taxonomy End ==*/

/*== Backgrounds ==*/
	.bg-primary   { background-color: var(--primary-color) !important; }
	.bg-secondary { background-color: var(--secondary-color) !important; }
	.bg-light     { background-color: var(--light-color) !important; }
	.bg-dark      { background-color: var(--black-color) !important; }

	.bg-cover   	  { background-size: cover !important; }
	.bg-contain       { background-size: contain !important; }
	.bg-start         { background-position: left !important; }
	.bg-start-top     { background-position: left top !important; }
	.bg-end           { background-position: right !important; }
	.bg-end-top       { background-position: right top !important; }
	.bg-center        { background-position: center !important; }
	.bg-center-top    { background-position: center top !important; }
	.bg-center-bottom { background-position: center bottom !important; }
	.bg-repeat        { background-repeat: repeat !important; }
	.bg-repeat-x      { background-repeat: repeat-x !important; }
	.bg-repeat-y      { background-repeat: repeat-y !important; }
	.bg-norepeat      { background-repeat: no-repeat !important; }

	.object-cover         { object-fit: cover; object-position: center; }
	.object-center-top    { object-position: center top; }
	.object-center-bottom { object-position: center bottom; }
	.object-start         { object-position: left; }
	.object-end           { object-position: right; }

	.bg-logo { background-image: url(../images/bg-logo.svg); background-repeat: no-repeat; background-size: clamp(100px, 50vw, 407px); background-position: left; }
	.bg-circle { position: relative; overflow-x: hidden; }
	.bg-circle::before { content: ''; background-color: var(--light-color); position: absolute; left: -100px; top: 0; width: 43.75vw; height: 43.75vw; min-width: 350px; min-height: 350px; max-width: 700px; max-height: 700px; border-radius: 50%; }
	.bg-circle-right { position: relative; overflow-x: hidden; }
	.bg-circle-right::before { content: ''; background-color: var(--light-color); position: absolute; right: -100px; top: 0; width: 43.75vw; height: 43.75vw; min-width: 350px; min-height: 350px; max-width: 700px; max-height: 700px; border-radius: 50%; }
	@media (min-width: 1400px) {
		.bg-circle { min-height: 700px; }
		.bg-circle-right { min-height: 700px; }
	}
/*== Backgrounds End ==*/

/*== Border ==*/
	.border-primary   { border-color: var(--primary-color) !important; }
	.border-secondary { border-color: var(--secondary-color) !important; }
	.border-light     { border-color: var(--light-color) !important; }
	.border-dark      { border-color: var(--black-color) !important; }
/*== Border End ==*/

/*== Position ==*/
	@media (min-width: 576px) {
		.position-sm-absolute { position: absolute !important; }
	}
	@media (min-width: 768px) {
		.position-md-absolute { position: absolute !important; }
	}
	@media (min-width: 992px) {
		.position-lg-absolute { position: absolute !important; }
	}
	@media (min-width: 1200px) {
		.position-xl-absolute { position: absolute !important; }
	}
	@media (min-width: 1400px) {
		.position-xxl-absolute { position: absolute !important; }
	}
/*== Position End ==*/

/*== Sizing ==*/
	@media (min-width: 576px) {
		.w-sm-25   { width: 25% !important; }
		.w-sm-50   { width: 50% !important; }
		.w-sm-75   { width: 75% !important; }
		.w-sm-100  { width: 100% !important; }
		.w-sm-auto { width: auto !important; }
		.mw-sm-25   { max-width: 25% !important; }
		.mw-sm-50   { max-width: 50% !important; }
		.mw-sm-75   { max-width: 75% !important; }
		.mw-sm-100  { max-width: 100% !important; }
		.mw-sm-auto { max-width: auto !important; }
	}
	@media (min-width: 768px) {
		.w-md-25   { width: 25% !important; }
		.w-md-50   { width: 50% !important; }
		.w-md-75   { width: 75% !important; }
		.w-md-100  { width: 100% !important; }
		.w-md-auto { width: auto !important; }
		.mw-md-25   { max-width: 25% !important; }
		.mw-md-50   { max-width: 50% !important; }
		.mw-md-75   { max-width: 75% !important; }
		.mw-md-100  { max-width: 100% !important; }
		.mw-md-auto { max-width: auto !important; }
	}
	@media (min-width: 992px) {
		.w-lg-25   { width: 25% !important; }
		.w-lg-50   { width: 50% !important; }
		.w-lg-75   { width: 75% !important; }
		.w-lg-100  { width: 100% !important; }
		.w-lg-auto { width: auto !important; }
		.mw-lg-25   { max-width: 25% !important; }
		.mw-lg-50   { max-width: 50% !important; }
		.mw-lg-75   { max-width: 75% !important; }
		.mw-lg-100  { max-width: 100% !important; }
		.mw-lg-auto { max-width: auto !important; }
	}
	@media (min-width: 1200px) {
		.w-xl-25   { width: 25% !important; }
		.w-xl-50   { width: 50% !important; }
		.w-xl-75   { width: 75% !important; }
		.w-xl-100  { width: 100% !important; }
		.w-xl-auto { width: auto !important; }
		.mw-xl-25   { max-width: 25% !important; }
		.mw-xl-50   { max-width: 50% !important; }
		.mw-xl-75   { max-width: 75% !important; }
		.mw-xl-100  { max-width: 100% !important; }
		.mw-xl-auto { max-width: auto !important; }
	}
	@media (min-width: 1400px) {
		.w-xxl-25   { width: 25% !important; }
		.w-xxl-50   { width: 50% !important; }
		.w-xxl-75   { width: 75% !important; }
		.w-xxl-100  { width: 100% !important; }
		.w-xxl-auto { width: auto !important; }
		.mw-xxl-25   { max-width: 25% !important; }
		.mw-xxl-50   { max-width: 50% !important; }
		.mw-xxl-75   { max-width: 75% !important; }
		.mw-xxl-100  { max-width: 100% !important; }
		.mw-xxl-auto { max-width: auto !important; }
	}
/*== Sizing End ==*/

/*== Form ==*/
	.site-form { font-size: 1rem; }
	.form-control, .form-select { border-color: #c8958e; color : var(--secondary-color); font-size: 16px; font-weight: 400; line-height: 1.4; height: calc(1.5em + .75rem + 4px); border-radius: 0; box-shadow: none; outline: none; background-color: transparent;}
	.form-control:focus, .form-select:focus { box-shadow: none; border-color:  #c8958e; background-color: transparent;}
	.form-select { background-size: 15px; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23999999' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); }
	textarea.form-control, .form-floating>textarea.form-control { height: 70px; }
	.g-recaptcha { -webkit-transform: scale(.8); transform: scale(.8); -webkit-transform-origin: left; transform-origin: left; }
	.g-recaptcha-center { -webkit-transform: scale(.8); transform: scale(.8); -webkit-transform-origin: left; transform-origin: center; }
	.form-check { padding-left: 2rem; margin-bottom: 0.5rem; }
	.form-check-input { margin-top: 2px; width: 18px; height: 18px; margin-left: -2rem !important; }
	.form-check-input[type=checkbox] { border-radius: 0 !important; }
	.form-check-input:focus { box-shadow: none; }
	.form-check-input:checked { background-color:  var(--secondary-color);; border-color:  var(--secondary-color);; }
	.form-check-label { line-height: 1.3; }
	.rating { display: table; direction: rtl; }
	.rating>input { display: none; }
	.rating>label { position: relative; font-size: 32px; cursor: pointer; display: table-cell; }
	.rating>label::before { content: "\2605"; position: absolute; opacity: 0; }
	.rating>label:hover:before, .rating>label:hover~label:before { opacity: 1 !important; }
	.rating>input:checked~label:before { opacity: 1; }
	.rating:hover>input:checked~label:before { opacity: 0.4; }
	.datepicker-top-left, .datepicker-top-right { border-top-color:  var(--secondary-color); !important; }
	.datepicker-top-left::before, .datepicker-top-right::before { border-bottom-color:  var(--secondary-color); !important; }
	.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover { color:  var(--secondary-color); !important; }
	.datepicker-panel > ul > li.highlighted, .datepicker-panel > ul > li:hover { background-color: #ddd !important; }
	.input-group-text { font-size: 14px; }
	.contact-form { max-width: 710px; margin-left: auto; margin-right: auto; }
	.form-light .form-control, .form-light .form-select, .form-light .form-check-input { background-color: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
	.form-light .form-control:focus, .form-light .form-select:focus { border-color: #fff; }
	.form-light .form-select option { color: #000; }
	input[type="checkbox"]:required { border-color: red; }
	.form-check-input:checked[type=checkbox]:required { border-color: #0b5ed7; }
	.input-group .form-floating { flex: 1; }
	.form-floating>label { white-space: nowrap; }
	.form-control[type=file] { font-size: inherit; line-height: 1.7; }
	.form-light .form-control, .form-light .form-select, .form-light .form-check-input { background-color: transparent; color: #fff; border-color: #fff; }
	.form-light .form-select { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); }
	.form-light .form-control:focus, .form-light .form-select:focus { border-color: #fff; }
	.form-light .form-select option { color: #000; }
/*== Form End ==*/

/*== Button ==*/
	.btn { font-size: 14px; font-weight: 400; padding: 14px 32px; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; border-radius: 2rem; box-shadow: none !important; transition: all .4s ease-in-out; }

	.btn-primary { color: var(--white-color); background-color: var(--primary-color); border-color: var(--primary-color); }
	.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active { background-color: var(--secondary-color); border-color: var(--secondary-color); }

	.btn-gradient { color: var(--white-color); background-color: var(--primary-color); background-image: linear-gradient(to right, #935c59, #f0c6bd, #865e5a, #efc4bb, #5b3634); border: none; background-size: 200% 100%; }
	.btn-gradient:hover, .btn-gradient:focus, .btn-gradient:not(:disabled):not(.disabled):active { color: var(--white-color); background-position: 98% 100%; }
	
	.btn-scrollTop { position: fixed; bottom: 150px; right: 10px; z-index: 1000; width: 3rem; height: 3rem; border-radius: 50%; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3e%3cpath fill='%23FFFFFF' d='M11.77,23c0.646,0,11.995,0,12.441,0c0.578,0,1.008-0.485,0.67-0.965c-0.271-0.384-5.739-8.06-6.208-8.715 c-0.308-0.431-1.04-0.424-1.348,0c-0.344,0.471-5.839,8.177-6.222,8.734C10.824,22.464,11.133,23,11.77,23z'/%3e%3c/svg%3e"); background-position: center; background-size: 80%; background-repeat: no-repeat; border: none; outline: none; -webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.6) !important; box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.6) !important; transition: .4s ease-in-out all; }
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .btn-scrollTop { right: 20px; } }
/*== Button End ==*/

/*== Heading ==*/
	.page-title { font-size: 40px; font-weight: 600; line-height: 1.1; text-transform: uppercase; margin-bottom: 0.8rem; }
	.sub-title1 { font-size: 32px; font-weight: 600; line-height: 1.2; text-transform: uppercase; margin-bottom: 1rem; }
	.sub-title2 { font-size: 26px; font-weight: 600; line-height: 1.2; text-transform: uppercase; margin-bottom: 0.6rem; }
	.sub-title3 { font-size: 22px; font-weight: 600; line-height: 1.2; text-transform: uppercase; margin-bottom: 0.6rem; }
	
	@media (min-width: 768px) {
		.page-title { font-size: 56px; }
		.sub-title1 { font-size: 42px; }
		.sub-title2 { font-size: 26px; }
		.sub-title3 { font-size: 22px; }
	}
	@media (min-width: 1400px) {
		.page-title { font-size: 56px; }
	}
/*== Heading End ==*/

/*== Header ==*/
	.page-header { font-size: 16px; line-height: 1.4; }
	.page-header .site-logo img { width: auto; max-height: 60px; }
	.sticky-fixed { position: fixed; left: 0; right: 0; top: 0; z-index: 1020; background-color: var(--lighter-color); -webkit-box-shadow: rgba(0,0,0,.1) 1px 0px 5px; box-shadow: rgba(0,0,0,.1) 1px 0px 5px; }
	.page-header .btn { padding: 9px 22px; }

	@media (min-width: 768px) {
		.page-header .site-logo img { max-height: inherit; }
		.sticky-fixed { padding-left: 20px !important; padding-right: 20px !important; }
		.sticky-fixed.navbar-expand-md .navbar-nav { justify-content: center !important; }
	}

	@media (max-width: 575px) {
		.page-header .btn { padding: 8px 12px; font-size: 13px; letter-spacing: 0; }
	}
/*== Header End ==*/

/*== Menu ==*/
	.menu-fade { position: fixed; left: 0 !important; right: 0 !important; top: 0 !important; bottom: 0 !important; z-index: 1020; background-color: rgba(0,0,0,.1); display: none; }
	.navbar-toggler { display: inline-flex; justify-content: center; align-items: center; padding: 10px 9px !important; }
	.navbar-toggler span { width: 18px; height: 16px; padding: 0; outline: none !important; vertical-align: middle; display: inline-block; position: relative; }
	.navbar-toggler:focus { box-shadow: none; }
	.navbar-toggler .i-line { width: 100%; height: 2px; border-radius: 10px; background-color: var(--white-color); position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; }
	.navbar-toggler .i-line.top { top: 0; }
	.navbar-toggler .i-line.middle { top: 50%; margin-top: -1px; }
	.navbar-toggler .i-line.bottom { bottom: 0; }
	.closed .i-line.middle { width: 0; opacity: 0; }
	.closed .i-line.top { top: 7px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); }
	.closed .i-line.bottom { bottom: 7px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); }
	
	.navbar .nav-item { outline: none; }
	.navbar .nav-link { color: var(--black-color); font-size: 14px; font-weight: 600; line-height: 1.4; text-transform: uppercase; text-decoration: none; padding: 14px 16px; }
	.active .nav-link, .open .nav-link, .nav-item:hover .nav-link, .nav-item:focus .nav-link { background-color: transparent; color: var(--primary-color); text-decoration: none; }
	.navbar .dropdown-menu { font-size: 14px; font-weight: 600; line-height: 1.2; text-transform: uppercase; background-color: var(--primary-color); background: var(--gradient-primary); color: var(--white-color); margin: 0; border: none; padding: 5px 0; border-radius: 0px 20px 20px 20px; }
	.navbar .dropdown-menu .dropdown-item { color: var(--white-color); text-decoration: none; padding: 6px 16px; white-space: normal; }
	.navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item:focus, .navbar .dropdown-menu .dropdown-item:active { background-color: transparent; color: var(--white-color); }
	.navbar .open > .dropdown-menu { display: block; }
	.navbar .dropdown-toggle::after { border: none; width: .9rem; height: .9rem; margin-top: -.2rem; top: .35rem; position: relative; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23A4925E' d='M297.4 438.6C309.9 451.1 330.2 451.1 342.7 438.6L502.7 278.6C515.2 266.1 515.2 245.8 502.7 233.3C490.2 220.8 469.9 220.8 457.4 233.3L320 370.7L182.6 233.4C170.1 220.9 149.8 220.9 137.3 233.4C124.8 245.9 124.8 266.2 137.3 278.7L297.3 438.7z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: contain; }
	
	.sidebar-nav { z-index: 1021; position: fixed; left: -250px; top: 0; width: 100%; max-width: 250px; height: 100%; text-align: left; -webkit-box-shadow: rgba(0,0,0,.1) 1px 0px 5px; box-shadow: rgba(0,0,0,.1) 1px 0px 5px; background-color: var(--light-color);}
	.sidebar-nav .container, .sidebar-nav .container-fluid { height: 100%; }
	.sidebar-nav .navbar-collapse { display: block; overflow-y: auto; height: 100% !important; }
	.sidebar-nav .navbar-nav > .nav-item { border-bottom: rgba(200,200,200,.2) 1px solid; transform: translateY(-10px); opacity: 0; -webkit-transition: .6s ease-in-out; transition: .6s ease-in-out; }
	.sidebar-nav .navbar-nav .dropdown-toggle { padding-right: 28px; }
	.sidebar-nav .dropdown-toggle::after { position: absolute; right: 15px; top: 16px; -webkit-transform: rotate(-90deg); transform: rotate(-90deg);  -webkit-transition-duration: .4s; transition-duration: .4s; }
	.sidebar-nav .show::after { -webkit-transform: rotate(0); transform: rotate(0); }
	.sidebar-nav .navbar-nav .show-item { transform: translateY(0px); opacity: 1; animation-name: forwards; animation-duration: 1s; animation-iteration-count: 1; animation-timing-function: ease; }
	@keyframes forwards {
        from { transform: translateY(-10px); opacity: 0; }
        to { transform: translateY(0px); opacity: 1; }
    }
	@media (min-width: 768px) {
		.navbar-expand-md .navbar-nav .nav-link { padding: 15px 6px; font-size: 12px; }
		.navbar-expand-md .navbar-nav .nav-item:last-child > .nav-link { padding-right: 0 !important; }
		.navbar-expand-md .dropdown-menu { min-width: 8.1rem; }
		.navbar-expand-md .dropdown-menu .dropdown-item { white-space: nowrap; padding: 7px 6px; font-size: 12px; -webkit-transition-duration: .4s; transition-duration: .4s; }
		.navbar-expand-md .dropdown-menu .dropdown-item:hover { -webkit-transform: translateX(5px); transform: translateX(5px); }
		.navbar .dropdown-toggle::after { display: none; }
	}
	@media (min-width: 992px) {
		.navbar-expand-md .navbar-nav .nav-link { padding: 15px 14px; font-size: 14px; }
		.navbar-expand-md .dropdown-menu .dropdown-item { padding: 10px 14px; font-size: 14px; }
	}
	@media (min-width: 1200px) {
		.navbar-expand-md .navbar-nav .nav-link { padding: 15px 25px; }
		.navbar-expand-md .dropdown-menu .dropdown-item { padding: 10px 25px; }
	}
/*== Menu End ==*/

/*== Footer ==*/
	.slinks { list-style: none; margin: 0; padding: 0; }
	.slinks a { display: block; text-decoration: none; }
	.slinks li { display: inline-block; -webkit-transition: .6s ease; transition: .6s ease; }
	.slinks li + li { margin-left: 10px; }
	.slinks li a svg path { -webkit-transition: .4s ease; transition: .4s ease; }
	.slinks li a:hover svg path { fill: var(--primary-color); }
	.tooltip-inner { background-color: var(--primary-color); color: var(--white-color); }
	.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before { border-top-color: var(--primary-color); }
	.page-footer { font-size: 15px; line-height: 1.4; }
	.page-footer a { color: inherit; }
	.copyright-text { font-family: Verdana, Geneva, sans-serif; font-size: 11px; line-height: 1.4; }
	.copyright-text a { color: inherit; }
	.copyright-text a:hover { color: var(--primary-color); }
	.i-website-link { font-size: 11px; font-weight: 200; line-height: 1.5; text-align: left; text-transform: uppercase; display: inline-flex; gap: 10px; align-items: center; }
/*== Footer end ==*/

/*== List Styles ==*/
	.list-group { padding-left: 22px; margin-bottom: 0.5rem; text-align: left; }
	.list-group li { margin-bottom: 0.6rem; }
	.custom-list { list-style: none; padding: 0; margin: 0; display: inline-flex; gap: 20px; }
	.custom-list a { color: inherit; text-decoration: none; }
	.custom-list li { position: relative; }
	.custom-list li + li::before { content: '|'; position: absolute; left: -12px; top: 50%; transform: translateY(-50%); }
	.icon-list { list-style: none; gap: 20px; }
	.icon-list li { position: relative; padding-left: 1.5em; }
	.icon-list li::before { content: ''; background-image: url('../images/icon-list.svg'); background-size: 18px 14px; background-repeat: no-repeat; display: inline-block; width: 100%;  height: 100%; position: absolute;  left: 0; top: 7px; }
	@media (min-width: 768px) {
		.list-group { margin-bottom: 1rem; }
	}
/*== List Styles End ==*/

/*== OWL Slider ==*/
	.owl-theme .owl-nav { margin: 0; }
	.owl-theme .owl-nav [class*=owl-] { position: absolute; top: 50%; width: 50px; height: 50px; border-radius: 50%; background-color: var(--primary-color); background: var(--gradient-primary); margin: 0; display: flex; align-items: center; justify-content: center; }
	.owl-theme .owl-nav [class*=owl-] svg { fill: var(--white-color); width: 19px; }
	.owl-theme .owl-nav .owl-prev { left: 0; transform: translateY(-50%) translateX(-36%); }
	.owl-theme .owl-nav .owl-next { right: 0; transform: translateY(-50%) translateX(36%); }
	.owl-theme .owl-nav [class*=owl-]:hover{ background: var(--primary-color);}
	@media (min-width: 768px) {
		.owl-theme .owl-nav .owl-prev { left: 0; transform: translateY(-50%) translateX(-50%); }
	.owl-theme .owl-nav .owl-next { right: 0; transform: translateY(-50%) translateX(50%); }
	}
/*== OWL Slider End ==*/

/*== Common Styles ==*/
	.data-src { background-repeat: no-repeat; }
	.breadcrumb { background-color: transparent; font-weight: 400; }
	.breadcrumb, .breadcrumb h2 { font-size: 13px; font-weight: 400; }
	.breadcrumb a { color: var(--black-color); text-decoration: none; }
	.breadcrumb a:hover { color: var(--primary-color); }
	.breadcrumb-item { display: inline-block; }
	.breadcrumb-item+.breadcrumb-item::before { content: '→'; font-size: 18px; line-height: 1; opacity: .5; }
	.block-content { padding-left: 15px; padding-right: 15px; margin-left: auto; margin-right: auto; }
	.block-img { min-height: 300px; }
	.feature-img { display: inline-block; position: relative;  }
	.feature-img > img { border-radius: 0px 300px 300px 300px; position: relative; z-index: 1; padding: 0px 0px 20px 20px; }
	.feature-img::before { content: ''; position: absolute; left: 0px; bottom: 0px; top: 20px; right: 20px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 526 526'%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='262.9995' y1='-4.882813e-004' x2='262.9995' y2='526.0005'%3E%3Cstop offset='0' style='stop-color:%23935c59'/%3E%3Cstop offset='1' style='stop-color:%23c8958e'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_1_)' d='M263,526c-70.25,0-136.295-27.356-185.969-77.031C27.357,399.295,0,333.25,0,263 S27.357,126.705,77.031,77.031C126.705,27.356,192.75,0,263,0s136.295,27.357,185.969,77.031C498.644,126.705,526,192.75,526,263 s-27.356,136.295-77.031,185.969C399.295,498.644,333.25,526,263,526z M263,1C118.533,1,1,118.532,1,263 c0,144.467,117.533,262,262,262c144.467,0,262-117.533,262-262C525,118.532,407.467,1,263,1z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: cover; /*border-radius: 50%; background: var(--gradient-border); border: 1px solid transparent;*/ }
	.circle-img { position: relative; padding: 8%; display: inline-block; }
	.circle-img > img { position: relative; z-index: 1; }
	.circle-img::before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 526 526'%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='262.9995' y1='-4.882813e-004' x2='262.9995' y2='526.0005'%3E%3Cstop offset='0' style='stop-color:%23935c59'/%3E%3Cstop offset='1' style='stop-color:%23c8958e'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_1_)' d='M263,526c-70.25,0-136.295-27.356-185.969-77.031C27.357,399.295,0,333.25,0,263 S27.357,126.705,77.031,77.031C126.705,27.356,192.75,0,263,0s136.295,27.357,185.969,77.031C498.644,126.705,526,192.75,526,263 s-27.356,136.295-77.031,185.969C399.295,498.644,333.25,526,263,526z M263,1C118.533,1,1,118.532,1,263 c0,144.467,117.533,262,262,262c144.467,0,262-117.533,262-262C525,118.532,407.467,1,263,1z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; }
	.circle-img-right { position: relative; padding: 8%; display: inline-block; }
	.circle-img-right > img { position: relative; z-index: 1; }
	.circle-img-right::before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 526 526'%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='262.9995' y1='-4.882813e-004' x2='262.9995' y2='526.0005'%3E%3Cstop offset='0' style='stop-color:%23935c59'/%3E%3Cstop offset='1' style='stop-color:%23c8958e'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_1_)' d='M263,526c-70.25,0-136.295-27.356-185.969-77.031C27.357,399.295,0,333.25,0,263 S27.357,126.705,77.031,77.031C126.705,27.356,192.75,0,263,0s136.295,27.357,185.969,77.031C498.644,126.705,526,192.75,526,263 s-27.356,136.295-77.031,185.969C399.295,498.644,333.25,526,263,526z M263,1C118.533,1,1,118.532,1,263 c0,144.467,117.533,262,262,262c144.467,0,262-117.533,262-262C525,118.532,407.467,1,263,1z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; }
	.border-gradient { display: inline-block; position: relative; padding: 12%; }
	.border-gradient::before { content: ''; position: absolute; left: 0px; bottom: 0px; top: 0; right: 0; border-radius: 300px; background: var(--gradient-border); border: 1px solid transparent; }
	.border-gradient > * { position: relative; z-index: 1; }
	.image-border::after { content: ''; position: absolute; right: -20px; bottom: -20px; width: 100%; height: 100%; background: var(--gradient-border); border: 1px solid transparent;  border-radius: 30px;}
	.image-border > * { position: relative; z-index: 1; }
	.rounded-30{border-radius: 30px;}
	.border-gradient-primary {border: 1px solid transparent; border-radius: 50%; background: linear-gradient(to bottom, var(--light-color), var(--light-color)), linear-gradient(to bottom, #935C59 , #C8958E); background-clip: padding-box, border-box; background-origin: padding-box, border-box; width: 300px; height: 300px;}
	.border-gradient-primary:hover {border: 1px solid transparent; border-radius: 50%; background: linear-gradient(to bottom, #935C59 , #C8958E); background-clip: padding-box, border-box; background-origin: padding-box, border-box; width: 300px; height: 300px;}
	.border-gradient-primary:hover p, .border-gradient-primary:hover div{color: var(--white-color);}
	
/*== Common Styles ==*/

/*== Responsive ==*/
@media (min-width: 576px) {
	.block-content { max-width: 540px; }
	.block-img { min-height: 400px; }
}
@media (min-width: 768px) {
	.block-content { max-width: 720px; }
	.block-img { min-height: 450px; }
}
@media (min-width: 992px) {
	.block-content { max-width: 600px; }
	.block-img { min-height: 500px; }
}
@media (min-width: 1200px) {
	.block-img { min-height: 600px; }
}
@media (min-width: 1400px) {
}
@media (max-width: 575px) {
	
}
/*== Responsive end ==*/