/***

====================================================================
	Fonts
====================================================================

***/

@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Norican');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/*
font-family: 'Roboto', sans-serif;
font-family: 'Norican', cursive;
font-family: 'Open Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('plugin.css');
@import url('bootstrap.css');
@import url('global.css');
@import url('element.css');
@import url('header.css');
a{
    text-decoration: none important;
}
.green-light {
	/*background-color: #E0FFFF;*/
	background-color: #B5D9D9;
}

.brown-light {
	background-color: #dcd0c41f !important;
}

.brown-medium {
	/*background-color: #8B7261;*/
	background-color: #5D4235;
}


:root{
    --primary-teal: #00777E;
    --primary-brown: #4B3217;
    --light-teal: #B5D9D9;
}



/***

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
	position: relative;
	z-index: 8;
}

.main-slider .tp-caption {
	z-index: 5 !important;
}

.main-slider .tp-dottedoverlay {
	background: linear-gradient(90deg, rgba(23, 27, 39, 0.6), rgba(23, 27, 39, 0.4), rgba(23, 27, 39, 0));
}

.main-slider .tparrows.gyges:hover {
	background-color: #ff214f;
}




.main-slider h4 {
	color: var(--primary-teal);
	font-size: 28px;
	line-height: 36px;
	font-family: 'Norican', cursive;
}

.main-slider .text {
	position: relative;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	color: #b2b3ba;
	font-family: 'Open Sans', sans-serif;
}

.main-slider h1 {
	font-size: 60px;
	font-weight: 700;
	color: #ffffff;
	line-height: 75px;
}

.main-slider h1 span {
	font-size: 60px;
	font-weight: 400;
	color: #ffffff;
	font-family: "Playfair Display", serif;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
	display: none !important;
}

/*
------------------------------------------------
  About Section
------------------------------------------------
*/

.about-text-one {
	margin-right: 60px;
}

.about-text-one p {
	font-weight: 400;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
}

.about-item-list li {
	margin-bottom: 8px;
}

.about-item-list li i {
	font-size: 16px;
	margin-right: 10px;
	color: #182345;
}

.about-item-list li a {
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	color: #9fa1a5;
	display: inline-block;
	transition: all 500ms ease;
	font-family: 'Open Sans', sans-serif;
}

.about-item-list li:hover a {
	color: var(--primary-teal);
	transition: all 500ms ease;
}

.about-item-list li:hover i {
	color: var(--primary-teal);
	transition: all 500ms ease;
}



.about-us .image-box {
	position: relative;
	text-align: right;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.about-us .image-box .image-2 {
	position: absolute;
	bottom: -75px;
	left: 0px;
}

.about-text-one .default-video-box {
	position: relative;
}

.about-text-one .default-video-box:before {
	position: absolute;
	left: -35px;
	top: 16px;
	width: 1px;
	height: 30px;
	content: '';
	background: #dddee4;
}

/*
------------------------------------------------
  Services Section
------------------------------------------------
*/

.service-section {
	margin-bottom: 0 !important;
	padding: 90px 0;
	background: var(--primary-teal);
}

.service-section .text {
	max-width: 650px;
	font-size: 15px;
	color: #9fa2a6;
	font-weight: 400;
	line-height: 26px;
	margin: 0px auto;
	padding-top: 30px;
	padding-bottom: 36px;
	font-family: 'Open Sans', sans-serif;
}

.services-block-one .inner-box {
	position: relative;
	background: var(--primary-teal);
	padding: 30px 20px;
	overflow: hidden;
	transition: all 500ms ease;
	border-radius: 20px !important;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.services-block-one .inner-box:before {
	position: absolute;
	bottom: 0px;
	left: -200%;
	height: 3px;
	width: 100%;
	content: '';
	background: #fff;
	transition: all 500ms ease;
}

.services-block-one .inner-box.current:before,
.services-block-one .inner-box:hover:before {
	left: 0px;
	transition: all 500ms ease;
}

.services-block-one .icon-box {
	line-height: 60px;
	width: 60px;
	height: 60px;
	margin: 0px auto;
}

.services-block-one span:before {
	font-size: 65px;
	color: var(--primary-teal);
}

.services-block-one .inner-box h6 {
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	font-weight: 600;
	padding: 30px 0px 20px;
	font-family: 'Montserrat', sans-serif;
}

.services-block-one .link-btn {
	visibility: hidden;
	opacity: 0;
	transition: all 500ms ease;
}

.services-block-one .inner-box:hover .link-btn,
.services-block-one .inner-box.current .link-btn {
	visibility: visible;
	opacity: 1;
	transition: all 500ms ease;
}

.services-block-one .inner-box:hover,
.services-block-one .inner-box.current {
	padding: 30px 20px !important;
	transition: all 500ms ease;
}

.services-block-one .inner-box p {
	font-size: 16px;
	color: #efefef;
}

/*
------------------------------------------------
   Our History
------------------------------------------------
*/

.our-history .bx-wrapper .bx-viewport {
	box-shadow: none;
	background: transparent;
	border: none;
	left: 0;
}

.our-history .bx-wrapper {
	margin: 0;
}

.our-history .image-box {
	position: relative;
}

.our-history .image-box:before {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 438px;
	height: 500px;
	content: '';
	z-index: -1;
	background: url(../images/resource/testimonial-2.png) top left no-repeat;
}

.our-history .image-box:after {
	position: absolute;
	top: 42%;
	right: 45px;
	content: '';
	z-index: -1;
	width: 80px;
	height: 80px;
	background: url(../images/resource/testimonial-3.png) top left no-repeat;
}

.our-history .image-box img {
	margin-top: 100px;
	margin-bottom: 100px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}

.our-history .image-content {
	margin-left: -30px;
}

.our-history .image-content .text {
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	;
	color: #9fa2a6;
	font-family: 'Open Sans', sans-serif;
}

.our-history .image-content h6 {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	;
	color: #182345;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
}

.our-history .image-content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	;
	color: #9fa2a6;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
}

.our-history .slider-pager {
	position: relative;
	z-index: 99;
}

.our-history ul.nav-link {
	position: absolute;
	margin-left: 55%;
	top: -50px;
}

.our-history .slider-pager ul.nav-link li {
	display: inline-block;
}

.our-history .slider-pager ul.nav-link li a {
	color: #898f9f;
	padding: 0px 8px;
	transition: .5s ease;
}

.our-history .slider-pager ul.nav-link li:hover a {
	color: var(--primary-teal);
	transition: .5s ease;
}

/*
------------------------------------------------
  Call To Action Section
------------------------------------------------
*/

.call-to-action-one {
	position: relative;
	z-index: 1;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: top center !important;
	background-attachment: fixed;
}

.call-to-action-one:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	z-index: -1;
	background: rgba(23, 27, 39, 0.55);
}

.call-to-action-one .text {
	color: #b2b3ba;
}

/*
------------------------------------------------
  Choose Us Section
------------------------------------------------
*/

.choose-left-content {
	margin-right: 50px;
}

.choose-right-area {
	position: relative;
	margin-left: 50px;
}

.shoose-item-one {
	position: relative;
	padding-left: 135px;
	padding-bottom: 28px;
	transition: .5s ease;
	cursor: pointer;
}

.shoose-item-one:hover {
	box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.1);
	padding-top: 8px;
	padding-bottom: 20px;
	padding-left: 120px;
}

.shoose-item-one .icon-box {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 110px;
	height: 110px;
	line-height: 110px;
	text-align: center;
	background: #e6f5e6;
	transition: .5s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.shoose-item-one:hover .icon-box {
	background: var(--primary-teal);
}

.shoose-item-one .icon-box i:before {
	font-size: 60px;
	color: var(--primary-teal);
	transition: .5s ease;
}

.shoose-item-one:hover .icon-box i:before {
	color: #ffffff;
}

.shoose-item-one h6 a {
	font-size: 20px;
	line-height: 26px;
	color: #182345;
	font-weight: 600;
	padding: 10px 0px;
	transition: .5s ease;
}

.shoose-item-one h6 a:hover {
	color: var(--primary-teal);
}

.shoose-item-one span {
	font-size: 15px;
	line-height: 26px;
	color: #9fa2a6;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

/*
------------------------------------------------
    Fact Counter Section
------------------------------------------------
*/

.fact-counter {
	position: relative;
	z-index: 1;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.fact-counter:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	z-index: -1;
	background: rgba(23, 27, 39, 0.85);
}

.fact-counter .inner-box {
	margin-bottom: 30px;
}

.fact-counter .inner-box .icon-box {
	line-height: 40px;
	margin-bottom: 10px;
}

.fact-counter .inner-box .icon-box i:before {
	font-size: 40px;
	color: var(--primary-teal);
}

.fact-counter .inner-box .count-text {
	font-size: 55px;
	font-weight: 500;
	line-height: 65px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
}

.fact-counter .inner-box p {
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	color: #b2b3ba;
	font-family: 'Open Sans', sans-serif;
}

/*
------------------------------------------------
    Blog Section
------------------------------------------------
*/

.news-block-one .inner-box {
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
	box-shadow: 0 4px 12px 1px #e4dddd;
	border-radius: 20px;
}

.news-block-one .inner-box:before {
	position: absolute;
	bottom: 0px;
	left: -200%;
	width: 100%;
	height: 3px;
	content: '';
	background: var(--primary-teal);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block-one .inner-box:hover:before {
	left: 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;
}

.news-block-one .image {
	position: relative;
	overflow: hidden;
}

.news-block-one .image img {
	width: 100%;
	transform: scale(1);
	transition: all 0.3s ease;
}

.news-block-one:hover .image img {
	transform: scale(1.1);
}

.news-block-one .overlay-link {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0;
	background: rgba(23, 27, 39, 0.5);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(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;
}

.news-block-one:hover .overlay-link {
	opacity: 1;
	background: rgba(23, 27, 39, 0.5);
	-webkit-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-o-transform: translateY(1px);
	-moz-transform: translateY(1px);
	transform: translateY(1px);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block-one .icon-box {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
}

.news-block-one .icon-box a {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: var(--primary-teal);
	border-radius: 50%;
	text-align: center;
	display: inline-block;
}

.news-block-one .icon-box i:before {
	color: #fffdfd;
	font-size: 20px;
}

.news-block-one .lower-content {
	padding: 30px;
	border-radius: 20px;
	overflow: hidden;
	background-color: var(--primary-teal);
	border: 1px solid var(--primary-brown);
	color:#efefef;
}

.news-block-one .lower-content .theme-btn.btn-style-five {
	padding: 10px 20px;
}

.news-block-one .lower-content h4 a {
	font-size: 20px;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	transition: all 0.3s ease;
	text-wrap: balance;
	margin-bottom: 20px;
	display: inline-block;
}

.news-block-one .lower-content h5:hover a {
	color: var(--primary-teal);
}

.news-block-one .blog-info li {
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	color: #182345;
	font-family: 'Open Sans', sans-serif;
}

.news-block-one .blog-info li i {
	margin-right: 8px;
}

.news-block-one .blog-info li a {
	color: #182345;
	transition: all 0.3s ease;
}

.news-block-one .blog-info li:hover a {
	color: var(--primary-teal);
	transition: all 0.3s ease;
}

.news-block-one .blog-info li:last-child {
	margin-right: 0px;
}

.news-block-one .lower-content p {
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	line-clamp: 3;
	-webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color:#eee;
}

.news-block-one .btn-style-three {
    background-color: #fff;
    color:var(--primary-brown);
    border:1px solid var(--primary-brown);
}

.news-block-one .btn-style-three:hover{
    background-color:var(--primary-brown);
    color:#fff;
}

/*
------------------------------------------------
    Appointment Form
------------------------------------------------
*/

.Appointment-form {
	background: #edf0f3;
}

.Appointment-form img {
	max-width: none;
	float: right;
}

.Appointment-form .default-form-area {
	padding-left: 100px;
}

.default-form-area .form-group {
	margin-bottom: 20px;
}

.default-form-area .form-group input,
.default-form-area .form-group textarea {
	height: 60px;
	padding: 10PX 20PX;
	color: #182345;
	font-weight: 400;
	line-height: 26px;
	background: #ffffff;
	border: none;
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
}

.default-form-area .form-group input:focus,
.default-form-area .form-group textarea:focus {
	border: 1px solid var(--primary-teal);
	box-shadow: none;
}

.default-form-area .form-group textarea {
	height: 170px;
	resize: none;
}

/*
------------------------------------------------
    Main Footer
------------------------------------------------
*/

.main-footer {
	background: #171b27;
}

.footer-top {
	padding: 60px 0 10px;
}

.footer-top .colmun {
	margin-bottom: 40px;
}

.footer-top .about-colmun {
	margin-right: 40px;
}

.footer-top .about-colmun .text {
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	color: #b2b3ba;
	font-family: 'Open Sans', sans-serif;
}

.footer-top .social-links li {
	display: inline-block;
	margin-right: 5px;
}

.footer-top .social-links li a {
	font-size: 13px;
	color: #9ea0a9;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #353841;
	border-radius: 50%;
	display: inline-block;
	transition: all 0.3s ease;
}

.footer-top .social-links li:hover a {
	color: #ffffff;
	background: var(--primary-teal);
	transition: all 0.3s ease;
}

.footer-title h6 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
	line-height: 30px;
	text-transform: capitalize;
}

.footer-top .service-colmun {
	margin-left: 20px;
}

.service-colmun .service-list li {
	margin-bottom: 10px;
}

.service-colmun .service-list li a {
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	color: #b2b3ba;
	display: inline-block;
	transition: all 0.3s ease;
	font-family: 'Open Sans', sans-serif;
}

.service-colmun .service-list li:hover a {
	color: var(--primary-teal);
	transition: all 0.3s ease;
}

.schedul-colmun {
	margin-left: 60px;
}

.schedul-colmun .schedul-table li {
	position: relative;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	color: #b2b3ba;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
}

.schedul-colmun .schedul-table li span {
	float: right;
}

.schedul-colmun .schedul-table li.closed span {
	color: #DCD0C4;
}

.contact-colmun {
	margin-left: 80px;
}

.contact-colmun .contact-list li {
	margin-bottom: 10px;
}

.contact-colmun .contact-list li,
.contact-colmun .contact-list li a {
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	color: #b2b3ba;
	transition: all 0.3s ease;
	font-family: 'Open Sans', sans-serif;
}

.contact-colmun .contact-list li:hover a {
	color: var(--primary-teal);
	transition: all 0.3s ease;
}

/*
------------------------------------------------
    Footer Bottom
------------------------------------------------
*/

.footer-bottom {
	padding: 24px 0px;
	border-top: 1px solid #3a3d47;
}

.footer-bottom .footer-copyright {
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	color: #b2b3ba;
	font-family: 'Roboto', sans-serif;
}

.footer-bottom .footer-copyright a {
	color: #b2b3ba;
	transition: all 0.3s ease;
}

.footer-bottom .footer-copyright a:hover {
	color: var(--primary-teal);
	transition: all 0.3s ease;
}

.footer-bottom .terms-service li {
	display: inline-block;
}

.footer-bottom .terms-service li a {
	font-size: 15px;
	line-height: 15px;
	font-weight: 400;
	color: #b2b3ba;
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
	transition: all 0.3s ease;
	font-family: 'Roboto', sans-serif;
}

.footer-bottom .terms-service li:last-child a {
	border-left: 2px solid #9b9da4;
}

.footer-bottom .terms-service li:hover a {
	color: var(--primary-teal);
	transition: all 0.3s ease;
}

/*
------------------------------------------------
    Page Title
------------------------------------------------
*/

.page-title {
	position: relative;
	z-index: 1;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.page-title:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	z-index: -1;
	display: block;
	background: rgba(23, 27, 39, 0.7);
}

.page-title:before {
	display: none;
}

.page-title-area .title-text h1 {
	font-size: 60px;
	line-height: 75px;
	color: #ffffff;
	font-weight: 700;
}

.page-title-area .page-list li {
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	color: var(--primary-teal);
	margin: 5px;
	font-family: 'Open Sans', sans-serif;
}

.page-title-area .page-list li a {
	color: #ffffff;
	transition: all 0.3s ease;
}

.page-title-area .page-list li:hover a {
	color: var(--primary-teal);
	transition: all 0.3s ease;
}

/*
------------------------------------------------
   Service Style Two
------------------------------------------------
*/

.service-section.two {
	margin-bottom: 0px;
	padding-bottom: 70px;
}

.services-block-one.two .inner-box {
	margin-bottom: 50px;
	background: #e6f5e6;
	box-shadow: none;
}

.service-item-two img {
	margin-bottom: 50px;
}

.service-item-two h4 {
	font-size: 35px;
	line-height: 40px;
	font-weight: 500;
	color: #182345;
	margin-bottom: 40px;
	text-transform: capitalize;
}

.service-item-two p {
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	color: #9fa2a6;
	font-family: 'Open Sans', sans-serif;
}

.service-facilities {
	margin-left: 20px;
}

.service-facilities .title-style-one h5 {
	font-size: 24px;
	color: #182345;
	line-height: 30px;
	font-weight: 500;
	padding-bottom: 15px;
	text-transform: capitalize;
}

.service-facilities p {
	font-size: 15px;
	color: #9fa2a6;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.facilities-list li {
	margin-bottom: 10px;
}

.facilities-list li a {
	font-size: 15px;
	color: #182345;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.facilities-list li i {
	margin-right: 10px;
	color: var(--primary-teal);
}

.service-list-area {
	position: relative;
	padding: 55px 50px 38px;
	background: #edf0f3;
}

.service-list-area .service-list li {
	margin-bottom: 20px;
}

.service-list-area .service-list li a {
	font-size: 15px;
	color: #182345;
	line-height: 26px;
	font-weight: 500;
	padding: 15px 30px;
	background: #ffffff;
	border-radius: 25px;
	display: inline-block;
	width: 100%;
	transition: all 0.3s ease;
}

.service-list-area .service-list li i {
	float: right;
}

.service-list-area .service-list li:hover a {
	color: #ffffff;
	background: var(--primary-teal);
	transition: all 0.3s ease;
}

.call-now-area {
	position: relative;
	z-index: 1;
	padding: 150px 40px 35px;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
}

.call-now-area:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	z-index: -1;
	background: rgba(23, 27, 39, 0.7);
}

.call-now-area h5 {
	position: relative;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	padding-left: 70px;
	font-family: 'Norican', cursive !important;
}

.call-now-area h5:before {
	position: absolute;
	top: 17px;
	left: 0px;
	width: 50px;
	height: 2px;
	content: '';
	background: var(--primary-teal);
}

.call-now-area .text {
	font-size: 26px;
	line-height: 30px;
	color: var(--primary-teal);
	font-weight: 600;
	padding-top: 10px;
}

.call-now-area .text i {
	margin-right: 20px;
}

/*
------------------------------------------------
    Gallery Section
------------------------------------------------
*/

.gallery-block-one {
	margin-bottom: 30px;
}

.gallery-block-one .image {
	position: relative;
}

.gallery-block-one .overlay-link {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0;
	background: rgba(23, 27, 39, 0.5);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(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;
}

.gallery-block-one:hover .overlay-link {
	opacity: 1;
	background: rgba(23, 27, 39, 0.5);
	-webkit-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-o-transform: translateY(1px);
	-moz-transform: translateY(1px);
	transform: translateY(1px);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.gallery-block-one .icon-box {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
}

.gallery-block-one .icon-box a {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: var(--primary-teal);
	border-radius: 50%;
	text-align: center;
	display: inline-block;
}

.gallery-block-one .icon-box i:before {
	color: #fffdfd;
	font-size: 20px;
}

/*
------------------------------------------------
   Team Section
------------------------------------------------
*/

.team-item-one {
	position: relative;
	margin-bottom: 50px;
	overflow: hidden;
}

.team-item-one .image-box img {
	width: 100%;
}

.team-item-one .social-links {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	display: flex;
	opacity: 0;
	align-items: center;
	justify-content: center;
	background: rgba(23, 27, 39, 0.5);
	transform: scale(0.0);
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}

.team-item-one:hover .social-links {
	opacity: 1;
	transform: scale(1.1);
}

.team-item-one .social-links li {
	display: inline-block;
}

.team-item-one .social-links li a {
	font-size: 13px;
	font-weight: 400;
	line-height: 46px;
	width: 46px;
	height: 46px;
	color: #182345;
	text-align: center;
	border-radius: 50%;
	background: #ffffff;
	display: inline-block;
	margin: 5px;
	transition: all 0.3s ease;
}

.team-item-one .social-links li:hover a {
	color: #ffffff;
	background: var(--primary-teal);
	transition: all 0.3s ease;
}

/*
------------------------------------------------
   Faq Section
------------------------------------------------
*/

.ask-question-area {
	position: relative;
	padding: 50px 50px 40px;
	background: #edf0f3;
}

.ask-question-area .form-group textarea {
	height: 130px;
	resize: none;
}

/*
------------------------------------------------
   Testimonial Two
------------------------------------------------
*/

.testimonial-item-two {
	position: relative;
	padding: 70px 35px 40px 40px;
	border-bottom: 3px solid #d3f5d3;
	transition: all 0.3s ease;
	box-shadow: 0 0 16px 2px rgba(249, 239, 239, 0.96);
}

.testimonial-item-two:hover {
	transition: all 0.3s ease;
	border-bottom: 3px solid var(--primary-teal);
}

.testimonial-item-two i {
	position: absolute;
	top: -35px;
	left: 40px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50%;
	background: #e6f5e6;
	text-align: center;
	transition: all 0.3s ease;
}

.testimonial-item-two:hover i {
	background: var(--primary-teal);
	transition: all 0.3s ease;
}

.testimonial-item-two i:before {
	color: var(--primary-teal);
}

.testimonial-item-two:hover i:before {
	color: #ffffff;
	transition: all 0.3s ease;
}

.testimonial-item-two p {
	font-size: 15px;
	color: #9fa2a6;
	font-weight: 400;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
}

.testimonial-item-two h6 {
	font-size: 20px;
	color: #182345;
	font-weight: 600;
	line-height: 26px;
	padding: 8px 0px;
	text-transform: capitalize;
	transition: all 0.3s ease;
}

.testimonial-item-two h6:hover {
	color: var(--primary-teal);
	transition: all 0.3s ease;
}

.testimonial-item-two span {
	font-size: 15px;
	color: var(--primary-teal);
	font-weight: 400;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
}

/*** 

====================================================================
	Shop Page
====================================================================

***/

.shop-search {
	padding: 30px;
	background: #edf0f3;
}

.shop-search .form-group {
	position: relative;
	margin-bottom: 0px;
}

.shop-search input {
	font-size: 15px;
	color: #182345;
	line-height: 26px;
	font-weight: 400;
	width: 100%;
	height: 55px;
	padding: 10px 20px;
	background: #ffffff;
	border-radius: 5px;
	font-family: 'Montserrat', sans-serif;
}

.shop-search button {
	position: absolute;
	color: #9fa2a6;
	top: 0px;
	right: 0px;
	width: 55px;
	height: 55px;
	background: transparent;
}

.category-list-area-two {
	padding: 55px 30px;
	background: #edf0f3;
}

.category-list-two li a {
	font-size: 15px;
	color: #182345;
	line-height: 26px;
	font-weight: 500;
	padding: 15px 0px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #d8d9e0;
	transition: all 0.3s ease;
}

.category-list-two li:hover a {
	color: var(--primary-teal);
	transition: all 0.3s ease;
}

.category-list-area-two span {
	float: right;
}

.price_filter {
	padding: 30px;
	background: #edf0f3;
}

.price-ranger .ui-widget-content {
	background: #d8d9e0;
	border: none;
	height: 4px;
	margin-top: 15px;
}

.price-ranger .ui-slider-handle {
	width: 18px;
	height: 18px;
	margin-left: 0px;
	margin-top: -3px;
	border: 3px solid #5dca7d;
	outline: none;
	border-radius: 50%;
	background: #ffffff;
}

.price-ranger .ui-slider .ui-slider-range {
	background: #5dca7d;
}

.price-ranger .ranger-min-max-block {
	margin-top: 20px;
	margin-bottom: 45px;
}

.price-ranger .ranger-min-max-block input {
	display: inline-block;
}

.price-ranger .ranger-min-max-block input[type='submit'] {
	text-align: center;
	outline: none;
	line-height: 25px;
	font-size: 13px;
	color: #ffffff;
	font-weight: 600;
	float: left;
	background: #5dca7d;
	padding: 4px 15px;
	text-transform: uppercase;
	border: 1px solid #5dca7d;
	font-family: 'Open Sans', sans-serif;
}

.price-ranger .ranger-min-max-block input[type='text'] {
	border: none;
	text-align: center;
	outline: none;
	width: 32px;
	font-size: 14px;
	line-height: 26px;
	margin-top: 5px;
	color: #222222;
	font-weight: 400;
	text-align: right;
	background: no-repeat;
}

.price-ranger .ranger-min-max-block span {
	color: #222222;
	font-weight: 400;
	margin-left: 8px;
}

.shop-top-bar-lrft li {
	font-size: 15px;
	line-height: 26px;
	color: #9fa2a6;
	font-weight: 400;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
}

.shop-top-bar-lrft select {
	height: 40px;
	padding: 0px 15px;
	margin: 0px 10px;
	font-size: 14px;
	line-height: 26px;
	color: #182345;
	font-weight: 400;
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #dddee4;
}

.shop-top-bar-right li {
	margin-left: 10px;
	display: inline-block;
}

.shop-top-bar-right li a {
	font-size: 14px;
	color: #222222;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #dddee4;
	display: inline-block;
	transition: all 0.3s ease;
}

.shop-top-bar-right li:hover a {
	color: #ffffff;
	background: var(--primary-teal);
	border: 1px solid var(--primary-teal);
	transition: all 0.3s ease;
}

.product-item-one .image-box {
	position: relative;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 52px 15px;
	height: 300px;
	background: #ffffff;
	transition: all 700ms ease;
	border: 1px solid #dddee4;
}

.rating-info .rating-star li {
	font-size: 12px;
	color: #ffb400;
	line-height: 26px;
	display: inline-block;
}

.rating-info .pevarite i {
	font-size: 14px;
	color: #9fa2a6;
	line-height: 26px;
}

.product-item-one {
	overflow: hidden;
}

.product-item-one .image-box:hover {
	background: #b9bdc7;
	transition: all 700ms ease;
}

.default-overlay-outer {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 10px;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.default-overlay-outer .inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	text-align: center;
}

.default-overlay-outer .content-layer {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
}

.default-overlay-outer .content-layer a {
	margin-bottom: 10px;
}

.product-item-one .default-overlay-outer {
	opacity: 0;
	top: -50%;
}

.product-item-one:hover .default-overlay-outer {
	top: 0;
	opacity: 1;
}

.product-item-one h6 {
	font-size: 18px;
	color: #182345;
	font-weight: 500;
	line-height: 26px;
	padding: 5px 0px;
	font-family: 'Montserrat', sans-serif;
}

.product-item-one span {
	font-size: 18px;
	color: var(--primary-teal);
	font-weight: 600;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
}

/*** 

====================================================================
	Single Product
====================================================================

***/

.single-product .image-box {
	margin-right: 10px;
	/*height: 525px;*/
	text-align: center;
	line-height: 525px;
	border-radius: 5px;
	border: 1px solid #dddee4;
}

.single-product .image-content {
	margin-left: 10px;
}

.single-product .image-content h3 {
	font-size: 35px;
	color: #182345;
	line-height: 35px;
	font-weight: 500;
	padding-bottom: 15px;
}

.single-product .image-content .rating-star li:last-child {
	margin-left: 10px;
	color: #9fa2a6;
}

.single-product .image-content span {
	font-size: 22px;
	color: var(--primary-teal);
	font-weight: 600;
	line-height: 26px;
}

.single-product .image-content p {
	font-size: 15px;
	color: #9fa2a6;
	font-weight: 400;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
}

.single-product .image-content .form-group {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
}

.single-product .image-content .form-group input {
	width: 100px;
	height: 60px;
	padding-left: 15px;
	line-height: 60px;
	font-size: 16px;
	color: #182345;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #dddee4;
}

.single-product .image-content select {
	height: 60px;
	padding: 0px 15px;
	font-size: 16px;
	line-height: 26px;
	color: #182345;
	font-weight: 400;
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #dddee4;
}

.single-product .product-info li {
	font-size: 15px;
	line-height: 26px;
	color: #9fa2a6;
	font-weight: 400;
	margin: 10px 0px;
	font-family: 'Open Sans', sans-serif;
}

.single-product .product-info li strong {
	color: #182345;
	margin-right: 10px;
}

.single-product .product-info li a {
	font-size: 14px;
	color: #9fa2a6;
	padding: 5px;
	display: inline-block;
	transition: all 0.3s ease;
}

.single-product .product-info li a:hover {
	color: var(--primary-teal);
	transition: all 0.3s ease;
}

.product-tab-box {
	padding-bottom: 80px;
}

.product-tab-box .tab-menu {
	margin-bottom: 33px;
	position: relative;
}

.product-tab-box .tab-menu li {
	display: block;
	float: left;
	margin-bottom: -1px;
}

.product-tab-box .tab-menu li a {
	border-radius: 0;
	display: block;
	margin-right: 10px;
	padding: 15px 35px;
	color: #9fa2a6;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	border-radius: 30px;
	border: 1px solid #dddee4;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.product-tab-box .tab-menu li a.active,
.product-tab-box .tab-menu li a:hover {
	background: var(--primary-teal);
	color: #ffffff;
	border-color: var(--primary-teal);
}

.product-tab-box .tab-content p {
	font-size: 15px;
	color: #9fa2a6;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

/*** 

====================================================================
	Related Project
====================================================================

***/

.related-project .title-text h4 {
	font-size: 35px;
	color: #182345;
	line-height: 40px;
	font-weight: 500;
}

/*** 

====================================================================
	Cart Page
====================================================================

***/

.cart-section .table-outer {
	position: relative;
	width: 100%;
	overflow-x: auto;
}

.cart-section .cart-table {
	width: 100%;
	min-width: 900px;
	border: 1px solid #dddee4;
}

.cart-table .cart-header {
	position: relative;
	width: 100%;
	background: #edf0f3;
	border-bottom: 1px solid #dddee4;
}

.cart-table tbody tr {
	border-bottom: 1px solid #dddee4;
}

.cart-table thead tr th {
	font-size: 16px;
	line-height: 24px;
	color: #182345;
	padding: 20px 44px;
	min-width: 120px;
	font-weight: 500;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}

.cart-table thead tr th:first-child,
.cart-table thead tr th:last-child {
	text-align: right;
}

.cart-table tbody tr td {
	padding: 0px 30px;
	min-width: 120px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #182345;
	text-align: center;
	vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
}

.cart-table tbody tr td:last-child {
	text-align: right;
}

.cart-table tbody tr .prod-column .column-box {
	position: relative;
	min-height: 140px;
	padding-left: 100px;
	text-align: left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #dddee4;
}

.cart-table tbody tr .prod-column .column-box h3 {
	font-size: 18px;
	color: #222;
	line-height: 140px;
	margin-bottom: 0px;
	padding-left: 10px;
	font-weight: 500;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
}

.cart-section .qty .input-group {
	width: 90px;
	background: #fff;
	flex-wrap: inherit;
	display: inline-table;
}

.cart-table tbody tr .qty .quantity-spinner {
	background: #fff;
	border: 1px solid #dddee4;
	border-right: 0;
}

.cart-table tbody tr td .quantity-spinner {
	padding: 5px 0px 5px 20px;
	line-height: 24px;
	height: 43px;
	display: block;
	box-shadow: none;
	width: 100%;
	font-size: 20px;
	position: relative;
	color: #182345;
}

.cart-table tbody tr .remove-btn span:before {
	font-size: 12px;
	color: #898f9f;
}

.bootstrap-touchspin .input-group-btn-vertical {
	border: 1px solid #dddee4;
}

.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	background: #edf0f3;
	padding: 9.9px 13px;
}

.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical i {
	color: #898f9f;
	left: 7px;
	font-size: 18px;
	top: -3px;
	font-style: normal;
}

.cart-section .update-cart-box {
	padding: 20px 30px 0px;
	border: 1px solid #dddee4;
	border-top: none;
}

.cart-section .apply-coupon {
	position: relative;
}

.cart-section .apply-coupon .form-group {
	position: relative;
	float: left;
	margin-right: 20px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
	display: block;
	max-width: 290px;
	outline: none;
	height: 50px;
	color: #9fa2a6;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 28px;
	border-radius: 25px;
	border: 1px solid #dddee4;
	font-family: 'Open Sans', sans-serif;
}

.cart-totals thead {
	background: #edf0f3;
}

.cart-totals tr th {
	font-size: 16px;
	font-weight: 500;
	color: #182345;
	line-height: 26px;
	padding: 14px 30px;
	min-width: 185px;
	font-family: 'Montserrat', sans-serif;
}

.cart-totals tr td {
	font-size: 16px;
	font-weight: 400;
	color: #182345;
	line-height: 26px;
	padding: 14px 30px;
	min-width: 185px;
	font-family: 'Montserrat', sans-serif;
}

.cart-totals tr td:last-child {
	font-size: 18px;
	color: #9fa2a6;
	text-align: right;
	font-family: 'Open Sans', sans-serif;
}

.cart-totals tr.total td:last-child {
	color: var(--primary-teal);
}

/*** 

====================================================================
	Checkout Section
====================================================================

***/

.checkout-content {
	position: relative;
	padding: 95px 0px;
}

.checkout-content label {
	display: block !important;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	line-height: 26px;
	color: #182345;
	margin-bottom: 5px;
	font-weight: 400;
}

.checkout-content .billing-form input,
.checkout-content .billing-form select {
	position: relative;
	border: 1px solid #e5e5e5;
	height: 45px;
	width: 100%;
	padding: 0px 15px;
	margin-bottom: 23px;
	border-radius: 7px;
	color: #9fa2a6;
}

.checkout-content .billing-form select {
	cursor: pointer;
}

.checkout-content .billing-form input[type="checkbox"] {
	height: 17px;
	width: 17px;
	background: #fff;
	border: 1px solid #e5e5e5;
	margin-top: 10px;
}

.checkout-content .billing-form span {
	position: relative;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	line-height: 26px;
	color: #182345;
	display: inline-block;
	top: -3px;
	font-weight: 400;
}

.checkout-content .top-content {
	position: relative;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 27px;
	color: #9fa2a6;
	display: block;
	border: 1px solid #dddee4;
	padding: 12px 29px 14px 29px;
	margin-bottom: 30px;
}

.checkout-content .top-content:before {
	position: absolute;
	content: '';
	background: var(--primary-teal);
	width: 100%;
	height: 2px;
	left: 0px;
	top: -3px;
}

.checkout-content .top-content a {
	font-size: 14px;
	font-weight: 400;
	color: var(--primary-teal);
	margin-left: 5px;
}

.checkout-content .title {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 25px;
	color: #182345;
	font-weight: 500;
	padding: 15px 30px;
	background: #edf0f3;
	font-family: 'Montserrat', sans-serif;
}

.checkout-content .billing-form {
	position: relative;
	border: 1px solid #e5e5e5;
	padding: 23px 30px 7px 29px;
	margin-bottom: 30px;
	border-top: none;
}

.checkout-content .additional-content {
	position: relative;
	border: 1px solid #e5e5e5;
	padding: 23px 29px 30px 29px;
	border-top: none;
}

.checkout-content .additional-content .notes {
	position: relative;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 26px;
	color: #222;
	margin-bottom: 1px;
}

.checkout-content .additional-content textarea {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	line-height: 26px;
	color: #9fa2a6;
	display: block;
	border: 1px solid #e5e5e5;
	height: 120px;
	padding: 8px 0px 0px 18px;
	width: 100%;
	resize: none;
}

.checkout-content .order-area {
	position: relative;
	width: 100%;
	overflow-x: auto;
	margin-bottom: 60px;
}

.checkout-content .order-area .title {
	width: 100%;
	min-width: 400px;
}

.checkout-content .your-order {
	width: 100%;
	min-width: 400px;
}

.checkout-content .your-order {
	position: relative;
	padding: 0px 0px 0px 0px;
	border: 1px solid #e5e5e5;
	border-top: none;
	margin-bottom: 30px;
}

.checkout-content .your-order .single-item {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 30px 31px 30px;
}

.checkout-content .your-order .sub-total {
	border-bottom: 1px solid #e5e5e5;
}

.checkout-content .your-order .single-item .img-box {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 5px;
	margin-right: 20px;
	border: 1px solid #dddee4;
}

.checkout-content .your-order .single-item .text {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	font-size: 17px;
	line-height: 28px;
	color: #222;
	margin: 0px;
}

.checkout-content .your-order .single-item .text span {
	position: absolute;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
	color: #848484;
	right: 30px;
	top: 56px;
}

.checkout-content .your-order .sub-total,
.checkout-content .your-order .order-total {
	position: relative;
	font-size: 16px;
	line-height: 25px;
	color: #182345;
	font-weight: 500;
	padding: 25px 30px 14px;
	font-family: 'Montserrat', sans-serif;
}

.checkout-content .your-order .sub-total span,
.checkout-content .your-order .order-total span {
	float: right;
	position: relative;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	line-height: 25px;
	color: #9fa2a6;
}

.checkout-content .your-order .order-total {
	padding: 13px 30px 22px 30px;
}

.checkout-content .your-order .order-total span {
	color: #5dca7d;
}

.checkout-content .payment-process .payment-system {
	position: relative;
	border: 1px solid #e5e5e5;
	border-top: none;
	padding: 26px 29px 25px 29px;
}

.checkout-content .payment-process .payment-system input[type="checkbox"] {
	height: 17px;
	width: 17px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.checkout-content .payment-process .payment-system span {
	position: relative;
	font-size: 17px;
	line-height: 28px;
	color: #222;
	top: -3px;
	margin-right: 25px;
}

.checkout-content .payment-process .payment-system .text {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	line-height: 24px;
	color: #848484;
	padding: 0px 15px 0px 31px;
	margin-bottom: 22px;
}

.checkout-content .payment-process .payment-system a {
	position: relative;
	font-size: 13px;
	line-height: 24px;
	color: var(--primary-teal);
	text-decoration: underline;
	top: -5px;
	display: inline-block;
	margin-bottom: 18px;
}

.checkout-content .payment-process .payment-system a.pay-btn {
	position: relative;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: var(--primary-teal);
	display: block;
	padding: 9px 0px 10px 0px;
	margin-top: 10px;
}

.cart-totals tr {
	width: 100%;
	border: 1px solid #ededed;
}

.cart-totals .link-btn a {
	width: 100%;
	letter-spacing: 1px;
}

/*
------------------------------------------------
   Blog Details
------------------------------------------------
*/

.news-block-two .blog-info li {
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	color: #182345;
	font-family: 'Open Sans', sans-serif;
}

.news-block-two .blog-info li i {
	margin-right: 8px;
}

.news-block-two .blog-info li a {
	color: #182345;
	transition: all 0.3s ease;
}

.news-block-two .blog-info li:hover a {
	color: var(--primary-teal);
	transition: all 0.3s ease;
}

.news-block-two .blog-info li:last-child {
	margin-right: 0px;
}

.news-block-two p {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.news-block-two blockquote {
	padding: 45px 40px;
	background: #e6f5e6;
	margin: 50px 0px;
	border-left: 2px solid var(--primary-teal);
}

.news-block-two blockquote .text {
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	font-style: italic;
	color: #182345;
	font-family: 'Open Sans', sans-serif;
}
.journal-item{
    padding-left: 0px !important;
    margin-bottom: 14px !important;
    min-height: 0px !important;
}
.news-block-two .social-links li {
	display: inline-block;
	margin-right: 5px;
}
.news-block-two img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.news-block-two .social-links li a {
	font-size: 15px;
	color: #848484;
	line-height: 40px;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	text-align: center;
	transition: all 0.3s ease;
	display: inline-block;
	border: 1px solid #dfe0e5;
}

.news-block-two .social-links li:hover a {
	color: #ffffff;
	background: var(--primary-teal);
	transition: all 0.3s ease;
}

.comment-area {
	margin-top: 85px;
}

.comment-area h5 {
	font-size: 24px;
	color: #182345;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 45px;
}

.comment-item-one {
	position: relative;
	padding-left: 105px;
	margin-bottom: 30px;
}

.comment-item-one.two {
	margin-left: 105px;
}

.comment-item-one img {
	position: absolute;
	top: 5px;
	left: 0px;
}

.comment-item-one .link-btn {
	position: absolute;
	top: 0px;
	right: 0px;
}

.comment-item-one h6 a {
	font-size: 18px;
	color: #182345;
	line-height: 26px;
	font-weight: 500;
}

.comment-item-one span {
	font-size: 13px;
	color: #9fa2a6;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

.comment-item-one span i {
	color: #9fa2a6;
	margin-right: 10px;
}

.comment-item-one p {
	color: #9fa2a6;
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	padding-top: 10px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
}

.leave-comments h5 {
	font-size: 24px;
	color: #182345;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 45px;
}

.leave-comments .form-group input,
.leave-comments .form-group textarea {
	background: #edf0f3;
}

.blog-search-area {
	padding: 55px 50px 38px;
	background: #edf0f3;
}

.blog-search-area .form-group {
	position: relative;
}

.blog-search-area input {
	font-size: 15px;
	color: #182345;
	line-height: 26px;
	font-weight: 400;
	width: 100%;
	height: 55px;
	padding: 10px 30px;
	background: #ffffff;
	border-radius: 25px;
	font-family: 'Montserrat', sans-serif;
}

.blog-search-area button {
	position: absolute;
	color: var(--primary-teal);
	top: 0px;
	right: 0px;
	width: 55px;
	height: 55px;
	background: transparent;
}

.category-list-area {
	padding: 55px 50px 38px;
	background: #edf0f3;
}

.category-list-area .category-list li {
	margin-bottom: 20px;
}

.category-list-area .category-list li a {
	font-size: 15px;
	color: #182345;
	line-height: 26px;
	font-weight: 500;
	padding: 15px 30px;
	background: #ffffff;
	border-radius: 25px;
	display: inline-block;
	width: 100%;
	transition: all 0.3s ease;
}

.category-list-area .category-list li:hover a {
	color: #ffffff;
	background: var(--primary-teal);
	transition: all 0.3s ease;
}

.blog-list-area {
	padding: 55px 30px 38px 50px;
	background: #edf0f3;
}

.blog-list-area .blog-item-one {
	position: relative;
	padding-left: 105px;
	margin-bottom: 30px;
	min-height: 85px;
}

.blog-list-area .blog-item-one img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 85px;
	height: 85px;
}

.blog-list-area .blog-item-one h6 a {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #182345;
	padding: 5px 0px;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	transition: all 0.3s ease;
}

.blog-list-area .blog-item-one h6 a:hover {
	color: var(--primary-teal);
}

.blog-list-area .blog-item-one span {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #9fa2a6;
	font-family: 'Open Sans', sans-serif;
}

/*
------------------------------------------------
   Contact Info
------------------------------------------------
*/

.contact-info {
	margin-bottom: 170px;
}

.contact-info .text {
	max-width: 650px;
	font-size: 15px;
	color: #9fa2a6;
	font-weight: 400;
	line-height: 26px;
	margin: 0px auto;
	padding-top: 10px;
	font-family: 'Open Sans', sans-serif;
}

.contact-item-one {
	text-align: center;
	padding: 60px;
	background: #ffffff;
	margin-bottom: -220px;
	box-shadow: 0px 8px 20px 0px #efecec;
	transition: all 0.3s ease;
}

.contact-item-one:hover {
	box-shadow: 0px 8px 20px 10px #f5f9f5;
}

.contact-item-one i:before {
	font-size: 60px;
	color: var(--primary-teal);
}

.contact-item-one h6 {
	font-size: 20px;
	color: #182345;
	line-height: 26px;
	font-weight: 600;
	padding: 20px 0px;
}

.contact-item-one p {
	font-size: 15px;
	color: #9fa2a6;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.contact-item-one p a {
	font-size: 15px;
	color: #9fa2a6;
	line-height: 26px;
	font-weight: 400;
	transition: all 0.3s ease;
	font-family: 'Open Sans', sans-serif;
}

.contact-item-one p a:hover {
	color: var(--primary-teal);
	transition: all 0.3s ease;
}

/*** 

====================================================================
	Map Style
====================================================================

***/

.google-map-area {
	margin-right: -15px;
}

.google-map-area .google-map {
	width: 100%;
	height: 745px;
}

.google-map-area .gmnoprint {
	display: none;
}

.contact-area {
	padding: 88px 80px 80px;
	margin-left: -15px;
	box-shadow: 0 0 11px #f7efef;
}

.contact-area .form-group input,
.contact-area .form-group textarea {
	background: #edf0f3;
}

.tab-title-h4 h4 {
	color: rgb(61, 61, 61);
	font-size: 20px;
	margin-bottom: 40px;
}

.single-review-box {
	margin-bottom: 10px;
	padding-bottom: 32px;
	padding-left: 80px;
	position: relative;
}

.single-review-box .img-holder {
	left: 0;
	position: absolute;
	top: 0;
}

.single-review-box .text-holder {
	border: 1px solid #f4f4f4;
	padding: 20px;
}

.single-review-box .text-holder .top {
	margin: 0 0 8px;
	overflow: hidden;
}

.single-review-box .text-holder .top .review-box ul {
	margin-top: -4px;
	padding-left: 20px;
}

.single-review-box .text-holder .top .review-box ul li {
	display: inline-block;
	margin-right: 3px;
}

.single-review-box .text-holder .top .review-box ul li i {
	color: var(--primary-teal);
	font-size: 14px;
}

.single-review-box .text-holder .top .review-date {
	color: #ab7442;
	margin-top: -5px;
}

.single-review-box .text-holder .text p {
	margin: 0 0 15px;
}

.single-review-box .text-holder .text a.reply {
	color: #ab7442;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.product-tab-box .tab-content .product-details-content {
	margin-top: -5px;
}

.product-tab-box .tab-content .product-details-content .highlight {
	margin: 42px 0 0;
}

.product-tab-box .tab-content .product-details-content .highlight .highlight-title {
	color: #292929;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 28px;
}

.product-tab-box .tab-content .product-details-content .highlight li {
	position: relative;
	padding-bottom: 12px;
	padding-left: 25px;
}

.product-tab-box .tab-content .product-details-content .highlight li:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	color: #ab7442;
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 0;
}

.review-form {
	padding-top: 16px;
}

.review-form .sec-title-two {
	padding-bottom: 34px;
}

.review-form .add-rating-box {
	margin: 0 0 23px;
}

.review-form .add-rating-box .add-rating-title h4 {
	color: #292929;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 10px;
	text-transform: none;
}

.review-form .add-rating-box ul li {
	display: inline-block;
	margin: 0 0px;
	border-right: 1px solid #e5e5e5;
	padding: 0 11px;
}

.review-form .add-rating-box ul li:last-child {
	margin-right: 0;
}

.review-form .add-rating-box ul li a i {
	color: #ddd;
	margin-right: 3px;
	transition: all 500ms ease;
	font-size: 14px;
}

.review-form .add-rating-box ul li.active a i,
.review-form .add-rating-box ul li a:hover i {
	color: var(--primary-teal);
}

.review-form form input[type="text"],
.product-tab-box .tab-content .review-form form textarea {
	height: 50px;
	width: 100%;
	border: 1px solid #eaeaea;
	color: #9e9e9e;
	font-size: 14px;
	padding: 0 15px;
	margin-bottom: 30px;
	transition: all 500ms ease;
}

.review-form form textarea {
	height: 110px;
	padding: 10px 15px;
	margin-bottom: 32px;
}

.review-form .add-rating-box ul li:hover a i {
	opacity: 1;
}

.review-form form input[type="text"]:focus {
	border-color: #48c7ec;
}

.review-form form textarea:focus {
	border-color: #48c7ec;
}


.main-slider {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.main-slider .swiper-container {
	width: 100%;
	height: 100%;
}

.main-slider .swiper-slide {
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	padding: 0 15%;
	position: relative;
}

.main-slider .slide-content {
	color: #fff;
	max-width: 650px;
	z-index: 2;
	position: relative;
}

.main-slider .slide-content h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #ffd700;
}

.main-slider .slide-content h1 {
	font-size: 48px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 20px;
	color: #ffffff;
}

.main-slider .slide-content h1 span {
	color: #ff69b4;
	/* Hot pink accent */
}

.main-slider .slide-content p {
	font-size: 17px;
	line-height: 1.7;
	margin-bottom: 30px;
	color: #f2f2f2;
}

.main-slider .theme-btn.btn-style-two {
	background-color: #e91e63;
	color: #fff;
	padding: 12px 28px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}

.main-slider .theme-btn.btn-style-two:hover {
	background-color: #c2185b;
}

.main-slider .swiper-pagination-bullets {
	bottom: 30px;
}

.main-slider .swiper-button-next,
.main-slider .swiper-button-prev {
	color: #fff;
	width: 45px;
	height: 45px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
}

.main-slider .swiper-button-next:hover,
.main-slider .swiper-button-prev:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

.main-slider .overlay-gradient {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(to right, rgba(23, 27, 39, 0.6), rgba(23, 27, 39, 0.2), rgba(23, 27, 39, 0));
	z-index: 1;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 22px;
}


.service-section .icon-box i {
	font-size: 40px;
	color: #fff;
	margin-bottom: 15px;
	transition: all 0.3s ease;
	font-style: normal;
	font-weight: 600;
	border-radius: 50%;
	border: 3px solid #fff;
	width: 60px;
	height: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

/* Optional: Add a hover effect */
.service-section .inner-box:hover .icon-box i {
	transform: scale(1.1);
}

.footer-logo a img {
	max-width: 100px;
	border-radius: 50%;
}


.banner-sec {
	min-height: 800px;
	display: flex;
	align-items: center;
	position: relative;
	isolation: isolate;
	margin-top: 100px;
}

.banner-sec::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(to right, rgba(23, 27, 39, 0.6), rgba(23, 27, 39, 0.2), rgba(23, 27, 39, 0));
	z-index: -1;
}

.banner-sec video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	object-fit: cover;
	object-position: center 6%;
}

.banner-sec-area {
	color: white;
}

.banner-sec-area h1,
.banner-sec-area .h4 {
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 12px;
}

.banner-sec-area h1 {
	font-size: 44px;
	line-height: 1.2;
}

.banner-sec-area .h4 {
	font-size: 65px;
	font-family: 'Norican', cursive !important;
	font-weight: 400;
}


/* new header css */

.header-area {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}

.header-area .bg-custom {
	/* background-color: #392c22 !important; */
	background-color: #fff !important;
	min-height: 100px;

}

.header-area .nav-link {
	color: #fff;
	font-weight: 500;
	font-size: 1rem;
}

.header-area .nav-link:hover {
	color: #eee;
}

@media(min-width:992px) {
	.header-area .navbar-brand {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}


.header-menu-right {
	display: flex;
	align-items: center;
	order: 3;
	margin-left: 30px;
}

@media(min-width:992px) {
	.header-menu-right {
		margin-left: 30px;
	}
}

.header-menu-right a {
	position: relative;
	border-radius: 50%;
	color: #392c22;
	font-size: 20px;
	transition: all 0.3s ease-in-out;
}

.header-menu-right a:hover {
	color: var(--primary-teal);
}

.header-menu-right a:not(:last-child) {
	margin-right: 20px;
}

.header-menu-right a.shoping-cart span {
	position: absolute;
	top: -12px;
	right: -12px;
	width: 20px;
	height: 20px;
	color: #000;
	background-color: #eee;
	border-radius: 50%;
	line-height: 20px;
	text-align: center;
	font-size: 11px;
}


.header-menu-right a.login-icon span {
	font-size: 15px;
}

.text {
	color: #222 !important;
}

.border-img {
	border-radius: 16px;
	box-shadow: 0 4px 12px 1px rgba(0, 0, 0, 0.1);
	width: 100%;
    height: 700px;
    object-fit: cover;
}


/* Store section */

.store-section {
	padding: 90px 0;
}

.store-section .store-title {
	font-size: 2rem;
	font-weight: 700;
	color: #372e1d;
	text-align: center;
}

.store-section .store-subtitle {
	color: #372e1d;
	max-width: 600px;
	margin: 0.5rem auto 3rem;
	text-align: center;
}

.store-section .row {
	row-gap: 1.5rem;
	column-gap: 1.5rem;
}

.store-section .row .col .product-card {
	background-color: var(--primary-brown);
	border-radius: 8px;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 30px;
}

.store-section .row .col .product-card .product-header {
	border-radius: 6px;
	padding: 2rem 2rem;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 600;
	text-align: center;
	margin-bottom: 1rem;
	color: var(--primary-brown);
	/*background-color: #e0ffff;*/
	background-color: var(--light-teal);
}

.store-section .row .col .product-card .product-body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.store-section .row .col .product-card .product-body .product-name {
	color: var(--primary-teal);
	font-size: 1.25rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0.5rem;
}

.store-section .row .col .product-card .product-body .product-description {
	text-align: center;
	margin-bottom: 1rem;
	color: #fff;
	font-size: 17px;
	text-wrap: balance;
}

.store-section .row .col .product-card .product-body .mt-auto .product-price {
	font-size: 1.75rem;
	font-weight: 700;
	color: #372e1d;
	margin-bottom: 1rem;
	text-align: center;
}

@media(max-width:991px) {
	a.navbar-brand {
		position: absolute;
		top: 5px;
		left: 50%;
		transform: translateX(-50%)
	}

	.header-menu-right {
		position: absolute;
		width: max-content;
		right: 15px;
		top: 40px;
	}

	.navbar-collapse {
		margin-top: 100px;
	}

	button.navbar-toggler {
		position: absolute;
		top: 30px;
		left: 15px;
	}

	.navbar-dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
		background-image: url(../images/close-icon.png);
	}

}

.navbar-dark .navbar-toggler-icon {
	background-image: url(../images/hamburger-icon.png);
}


.unbelivble-area h2 {
	color: var(--primary-brown);
}

.unbelivble-area {
	/*background-color: #E0FFFF;*/
	background-color: var(--light-teal);
	padding: 80px 0;
}

.blog-section-2 .news-block-one .inner-box{
background-color: #DCD0C4;
border: 1px solid  #8B7261;
}

/*.blog-section-2 .news-block-one .inner-box .lower-content {*/
/*	background-color: transparent;*/
/*}*/

/*.blog-section-2 .news-block-one .lower-content h4 a {*/
/*	color: #fff;*/
/*}*/

/*.blog-section-2 .news-block-one .lower-content p {*/
/*	color: #eee;*/

/*}*/

.woocommerce-result-count{
    display:none;
}
.woocommerce-ordering{
    display:none;
}
.product-title a{
    color: #8B7261;
}
.all-shop-page {
    padding: 70px 0px;
}
.all-shop-page .page-title{
    display:none;
}
.woocommerce-message a{
    color: #8B7261;
}
.wc-block-components-order-meta{
    display:none;
}
.wc-block-components-checkbox__label a{
    color: #8B7261;
}
.wc-block-components-product-name{
    color:#000;
}
.wc-block-grid__product-title{
     color:#000 !important;
}
.qib-button-wrapper {
    display: block !important;
    width: 100%;
    padding-bottom:20px;
}
.woocommerce-product-gallery{
    width:100% !important;
    float:none !important;
}
.woocommerce-tabs{
    padding-top:20px;
}
.woocommerce form .password-input {
    width: 100%;
}
.woocommerce form .form-row label {
    width: 100%;
}

.imagebox img{
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.video-item {
    position: relative;
    display: block;
}

.video-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.video-play::before {
    content: "▶";
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border-radius: 50%;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-brand img{
    height:80px !important
}


