@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css');

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

/*
weight>: Use a value from 300 to 900
font-family: "Figtree", sans-serif;
*/

*{
	margin: 0px;
	padding: 0px;
	}

	
.clr {
	clear:both;
	display:block;
	width:100%;
	height:0px;
	}

a {
   	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	box-shadow:none;
	color: #ef3e36;
	}

a:focus, a:active {
	outline: none;
	}
	
a, a img {
	border:none;
	}
	
img {
	max-width:100%;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: "Figtree", sans-serif;
    font-weight: bold;
	margin:0px;
	padding:0px;
	letter-spacing:0px;
	text-transform:none;
	line-height: 1.4;
	}
	
h1 {
	font-size:32px;
	}
	
h2 {
	font-size:28px;
	}
	
h3 {
	font-size:25px;
	}
	
h4 {
	font-size:21px;
	}
	
h5 {
	font-size:17px;
	}
	
h6 {
	font-size:14px;
	}
	
p{
	margin-bottom:15px;	
	padding-bottom:0px;
	}

iframe{
	width: 100%;
	}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder{
	/*color: #131313;*/
	font-family: "Figtree", sans-serif;
	}

:-moz-placeholder{
	/*color: #131313;*/
	font-family: "Figtree", sans-serif;
	}

::-moz-placeholder{
	font-family: "Figtree", sans-serif;
	opacity: 1;
	}

:-ms-input-placeholder{
	font-family: "Figtree", sans-serif;
	}

textarea{
	height: 120px;
}

body{
	font-family: "Figtree", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    color: #000000
	font-size: 16px;
	line-height: 30px;
	}

.home .entry-header, .header-titles .site-description{
	display: none;
	}

.header-inner{
	max-width: 120rem;
	}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	margin: 0 0 2rem 0;
	}

.entry-content p, .entry-content li, .widget-content{
	line-height: 30px;
	font-size: 16px;
	}

body:not(.home) #main-header, .home #main-header.elementor-sticky--effects, #main-header{
  	background-color: rgba(255, 255, 255);
/*  	border-bottom: solid 1px #e6e6e6;*/
  	-webkit-box-shadow: 5px 5px 12px rgba(0,0,0,0.1);
  	-moz-box-shadow: 5px 5px 12px rgba(0,0,0,0.1);
  	box-shadow: 5px 5px 12px rgba(0,0,0,0.1);
	}

/*body:not(.home) #site-content{
	padding-top: 6rem;
	}*/

.section-inner.medium{
	max-width: 120rem;
	width: calc(100% - 4rem);
	}

.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide), 
.panel-layout, .footer-inner{
	width: 100%;
	max-width: 124rem;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	}

.widget_text p, .widget_text ol, .widget_text ul, 
.widget_text dl, .widget_text dt, .widget-content .rssSummary, .entry-content{
	font-size: 16px;
	line-height: 30px;
	}

.search-toggle .toggle-icon, .search-toggle svg{
	height: 1.8rem;
	max-width: 1.8rem;
	width: 1.8rem;
	color: #ffffff;
	}

.modal-menu a, .modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a, .modal-menu ul li a{
	color: #023e8a;
	font-family: "Figtree", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size: 16px;
    letter-spacing: 1px;
	}

.singular .entry-header{
	background-color: transparent;
	padding: 0 0 0 0;
/*	margin-bottom: 2rem;*/
	}

.singular .entry-header h1.entry-title{
	color: #ffffff;
	font-family: "Figtree", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-display: swap;
	font-size: 38px;
	padding: 2rem 0;
	letter-spacing: 0;
	text-transform: capitalize;
	position: relative;
	text-align: center;
	background-color: #ef3e36;
	border-bottom-left-radius: 18px;
  	border-bottom-right-radius: 18px;
	}

.single-product .entry-header{
	background-color: #ffffff;
	padding: 0 0 0 0;
	/*margin-bottom: 6rem;*/
	}

.single-product .entry-header h1.entry-title{
	color: #1078be;
	font-family: "Figtree", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-display: swap;
	font-size: 28px;
	padding: 4rem 0 1rem 0;
	letter-spacing: 0;
	text-transform: capitalize;
	position: relative;
	background-color: #ccc8aa;
	border-bottom-left-radius: 18px;
  	border-bottom-right-radius: 18px;
	}

/*.singular .entry-header h1.entry-title:after{
	content: "";
	background-color: #00745b;
	position: absolute;
	width: 30px;
	height: 1px;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	}
*/
.single-post .entry-header h1.entry-title{
	text-align: center;
}

.single-post .entry-header h1.entry-title:after{
	display: none;
}

button.close-nav-toggle svg, button.close-nav-toggle .toggle-text{
	color: #000000;
}

.toggle.nav-toggle svg, .toggle-inner .toggle-text{
	display: none;
}

button.close-nav-toggle svg, button.close-nav-toggle .toggle-text {
    color: #000000;
    font-size: 0px;
}

/* woocommerce my styles */

.single-product .product .post-inner{
	padding-top: 0;
}

.single-product .related{
	clear: both;
}

.woocommerce ul.products li.product .price, 
.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #000000;
	font-family: "Figtree", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    font-size: 16px;
}

.woocommerce div.product p.price{
	font-size: 24px;
	margin-bottom: 0;
}

.woocommerce div.product p.stock{
	color: #17384e;
}

.woocommerce .quantity .qty{
	padding: 13px 12px;
}

.woocommerce div.product div.images .flex-control-thumbs li{
	float: none;
	width: calc(100% /5 - 8px);
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-top: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li:nth-child(5){
	margin-right: 0;
}

.woocommerce ul.products li.product a img{
	border: solid 1px #e0e0e0;
	background-color: #ffffff;
/*	height: 260px;*/
	padding: 10px;
}

.single-product .product .post-meta-wrapper{
	margin-top: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
	font-family: "Figtree", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	font-size: 16px;
	color: #000000;
	text-transform: uppercase;
	padding: 3px 3px;
}

.woocommerce #respond input#submit, .woocommerce a.button, 
.woocommerce button.button, .woocommerce input.button{
	color: #fff;
	background-color: #000000;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	border-radius: 0;
	width: auto;
/*	max-width: 117px;*/
	font-family: "Figtree", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    text-transform: uppercase;
    -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 14px 16px;
	font-size: 14px;
	border: none;
}

.woocommerce div.product .product_title, .woocommerce-page .woocommerce-products-header h1, 
.related.products h2{
	color: #000000;
	margin-bottom: 12px;
}

.woocommerce div.product .product_title{
	color: #ef3e36;
}

.is-large.wc-block-cart{
	background-color: #ffffff;
	padding: 25px;
}

 .entry-content > .alignwide:not(.wp-block-group.has-background){
 	margin-top: 4rem;
  	margin-bottom: 4rem;
  	background: #fff;
  	padding: 15px;
  	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
 }

 .wc-block-components-button:not(.is-link):focus{
 	outline: none;
 }

 .wc-block-components-button:not(.is-link){
 	background-color: #000000;
 	-webkit-border-radius: 50px;
  	-moz-border-radius: 50px;
  	border-radius: 50px;
  	color: #ffffff;
 }

/*.woocommerce-products-header{
	background-color: #ccc8aa;
  	padding: 2rem 0;
  	margin-bottom: 2rem;
}

.woocommerce-page .woocommerce ul.products{
	max-width: 1240px;
	margin: 0 auto;
}*/

 .entry-content > .alignwide{
 	margin: 0 auto;
 }

.woocommerce div.product form.cart .variations{
	margin-top: 0;
}

.woocommerce div.product form.cart .variations select{
	padding: 10px;
}

.woocommerce-page .woocommerce-products-header h1{
	text-align: center;
	background-color: #ccc8aa;
	font-size: 38px;
	padding: 2rem 0;
	margin-bottom: 2rem;
	border-bottom-left-radius: 18px;
  	border-bottom-right-radius: 18px;
}

.woocommerce ul.products a.button{
	max-width: 117px;
	margin-bottom: 2.5em;
}

.woocommerce ul.products li.product{
	position: relative;
	text-align: center;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}

.woocommerce ul.products li.product-category a img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: none;
}

.woocommerce ul.products li.product a img{
	padding: 10px;
}

.woocommerce .woocommerce-result-count{
	margin: 0 0 2.2em;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, 
.woocommerce button.button:hover, .woocommerce input.button:hover{
	background-color: #ef3e36 !important;
	color: #ffffff !important;
	/*letter-spacing: 1px;*/
}

.single-product .product .post-meta{
	color: #7b7979;
}

.single-product .comments-wrapper, .single-product .pagination-single,
.woocommerce-page .pagination-single{
	display: none;
}

.single-product .product .post-meta{
	font-size: 1.3rem;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, 
.woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce button.button.alt.disabled{
	background-color: #000000;
	padding: 16px;
	font-weight: 400;
	color: #ffffff;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce button.button.alt.disabled:hover{
	background-color: #ef3e36;
}

.woocommerce-page .entry-title a{
	pointer-events: none;
}

.woocommerce-page h2.entry-title{
	font-size: 38px;
	color: #000000;
}

/*
.woocommerce-page article{
	padding-top: 35px !important;
}

*/
.woocommerce-page .post-inner{
	padding-top: 0rem;
}

.woocommerce-cart .coupon{
	width: 50%;
	max-width: 300px;
}

.woocommerce-cart .woocommerce a.button.alt{
	max-width: 100%;
	font-weight: 500;
	font-size: 16px;

}

/*.woocommerce-cart .woocommerce a.button{
	max-width: 160px;
}
*/
.woocommerce .woocommerce-ordering select{
	font-size: 15px;
	padding: 8px;
}

.woocommerce-cart .woocommerce-message, .single-product .woocommerce-message{
	color: #000000;
}

.woocommerce-cart .woocommerce-message::before, .single-product .woocommerce-message::before {
	color: #ef3e36;
	}

.single-product .woocommerce-message{
	border-top-color: #ef3e36;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message{
	background-color: #ffffff;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
	padding: 13px 17px;
}

.singular .intro-text, .woocommerce-Tabs-panel h2{
	display: none;
}

.single-product .woocommerce div.product form.cart .variations select{
	min-width: auto;
	font-size: 15px;
	padding: 7px;
}

.single-product .product_meta{
	font-size: 16px;
	font-weight: 600;
}

.single-product .sku_wrapper{
	display: block;
}

.single-product .product_meta a{
	color: #ababad;
	font-weight: 400;
}

.single-product .sku_wrapper .sku{
	font-weight: 400;
}

.single-product .product_meta a:hover{
	color: #468f6e;
	text-decoration: underline;
}

.single-product a.button{
	max-width: 117px;
}

.single-product.woocommerce div.product .woocommerce-tabs #tab-description p{
	margin-bottom: 15px;
}

.single-product #tab-description h6{
	font-weight: bold;
	margin-bottom: 10px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image{
	/*height: 500px !important;*/
	border: solid 1px rgba(0, 0, 0, 0.2);
	padding: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li img{
	border: solid 1px rgba(0, 0, 0, 0.2);
}

.woocommerce .quantity .qty{
	padding: 13px 5px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{
	cursor: zoom-in;
}

.related.products{
	padding: 0;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form .e-cart-section{
	width: 100%;
	max-width: 100%;
}

.woocommerce table.shop_table{
	border-radius: 0;
	background: #ffffff36;
}

.woocommerce-info{
	font-size: 18px;
}

.woocommerce-cart .coupon{
	max-width: 400px;
}

.woocommerce-page table.cart td.actions .input-text{
	width: 160px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text{
	padding: 9px;
}

.woocommerce table.cart td.actions .coupon{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.has-text-align-center{
	padding: 2rem 0;
}

.single-product .product .post-meta-wrapper, .woocommerce ul.products li.product .star-rating, 
.woocommerce ul.products li.product .button, .woocommerce .woocommerce-breadcrumb, 
.woocommerce-page #sidebar, .eael-product-grid .woocommerce ul.products li.product .star-rating{
	display: none;
}

.woocommerce nav.woocommerce-pagination{
	margin-bottom: 4rem;
}

.comment-reply-title{
	font-family: "Figtree", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-display: swap;
	font-size: 2.6rem;
	color: #000000;
}

.comment-form-cookies-consent{
	display: block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	color: #000000;
}

#review_form{
	background-color: #ffffff;
	padding: 20px;
	-webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

#review_form .comment-form-comment{
	width: 100%;
	max-width: 100%;
}

/* end woocommerce my styles */

.nav-toggle .toggle-icon, .nav-toggle svg{
	height: 2rem;
	width: 2.6rem;
}

.menu-modal.active {
    z-index: 999;
}

/* sub menu */

ul.sub-menu li:nth-child(3){
	margin-right: 0px;
}

.primary-menu > li.menu-item-has-children > a{
	padding-right: 0;
}

.primary-menu > li > .icon{
	display: none;
}

.primary-menu .sub-menu{
	padding: 0;
}

.sub-menu li a:hover{
	background-color: #ededed;
	color: #000000 !important;
}

.primary-menu ul::after {
	display: none;
}

.search-results .post-inner{
	padding-top: 4rem;
	}

.search-results hr{
	margin: 4rem auto;
	}

.search-results h2.entry-title{
	font-size: 32px;
	}
	
/* ---------- */

/* elementor Basic styles Start */

section.elementor-section.elementor-section-boxed > .elementor-container{
	max-width: 1200px;
}

.single-product .content-area, .woocommerce-page .content-area{
	max-width: 1240px;
	margin: 0 auto;
	padding: 4rem 2rem 0 2rem;
}

body:not(.single-product).woocommerce-page .content-area{
	padding-top: 0;
}

/*body:not(.home) .custom-footer{
	margin-top: 5rem;
}*/


#main-header .elementor-widget-theme-site-logo img{
	max-width: 300px;
	}

#main-header .widget_product_search .woocommerce-product-search  input[type="search"]{
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	}

#main-header .widget_product_search .woocommerce-product-search button[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  color: #8b8b8b;
  background: transparent url("../images/product-srch-icon.png") no-repeat center center;
  padding: 20px 20px;
  font-size: 0px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 5px;
  background-color: #ef3e36;
}

#main-header .elementor-search-form .elementor-search-form__submit {
  border-radius: 50px;
  margin: 5px;
  min-width: 45px;
}

#main-header .eael-infobox.icon-on-left .infobox-content p a {
  color: #0000009c;
  text-transform: uppercase;
  font-size: 14px;
}

#main-header .elementor-menu-cart__toggle .elementor-button {
  width: 100%;
  display: block;
}

/*#main-header{
background-color: transparent;
	position: absolute;
	z-index: 99;
}*/

/*#main-header .elementor-widget-theme-site-logo img{
	max-width: 92px;
	}
#main-header .elementor-nav-menu--main .elementor-nav-menu a{
	position: relative;
}

#main-header .elementor-nav-menu--main .elementor-nav-menu a:after{
	position: absolute;
  content: "";
  width: 55%;
  height: 2px;
  top: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #be9d5b;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}

#main-header .elementor-nav-menu--main .elementor-nav-menu a:hover:after{
	transform: scaleX(1);
  	transform-origin: left;
}

*/

.mainslider .elementor-slides .swiper-slide-inner{
	max-width: 1240px;
	padding: 0 20px;
}

.mainslider{
	position: relative;
}

/*.mainslider .swiper-slide-contents{
	margin-top: 15%;
}*/

.mainslider{
	overflow: hidden;
}

.mainslider .swiper-slide-contents h6{
	font-family: "Figtree", sans-serif;
    font-weight: normal;
  	font-size: 26px;
/*  	line-height: 46px;*/
	letter-spacing: 2px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.mainslider .swiper-slide-contents h3{
	font-family: "Figtree", sans-serif;
  font-weight: 900;
	font-size: 38px;
	line-height: 48px;
	letter-spacing: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.mainslider .swiper-slide-contents p{
	font-size: 18px;
}

.mainslider .elementor-swiper-button{
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	padding: 10px;
}

.mainslider .swiper-pagination-bullet{
	border-radius: 50px;
}

.mainslider .swiper-container-horizontal > .swiper-pagination-bullets, 
.mainslider .swiper-pagination-custom, .mainslider .swiper-pagination-fraction, 
.mainslider .swiper-horizontal > .swiper-pagination-bullets, 
.mainslider .swiper-pagination-bullets.swiper-pagination-horizontal, 
.mainslider .swiper-pagination-custom, 
.mainslider .swiper-pagination-fraction{
	bottom: 18px !important;
}

.btm-details-list, .socials-btm ul{
	margin: 0;
}

.btm-details-list li.location,
.btm-details-list li.email,
.btm-details-list li.call{
	position: relative;
	margin-right: 0;
	list-style-type: none;
}

.btm-details-list li{
	padding-bottom: 24px;
	padding-left: 35px;
	font-size: 16px;
	margin-left: 0;
	color: #fff;
}

.btm-details-list li a{
	color: #ffffff;
}

.btm-details-list li a:hover{
	color: #ef3e36;
}

.btm-details-list li.location:before{
	content: "";
	background-image: url(../images/mapicon.png);
	background-repeat: no-repeat;
	background-size: 80% auto;
	position: absolute;
	width: 21px;
	height: 31px;
	top: 2px;
	left: 0;
}

.btm-details-list li.email:before{
	content: "";
	background-image: url(../images/emailicon.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	width: 21px;
	height: 18px;
	top: 6px;
	left: 0;
}

.btm-details-list li.call:before{
	content: "";
	background-image: url(../images/phoneicon.png);
	background-repeat: no-repeat;
	background-size: 80% auto;
	position: absolute;
	width: 22px;
	height: 23px;
	top: 2px;
	left: 0;
}

.btm-details{
	margin: 0;
}

.btm-details li{
	list-style-type: none;
	margin: 0;
}

.btm-details li b{
	font-weight: 400;
  	text-transform: uppercase;
  	font-size: 18px;
}

.btm-details li{
	font-size: 24px;
}

.btm-details li a{
	color: #ffffff;
}

.btm-details li.call a{
	font-size: 30px;
	font-weight: 800;
	color: #ef3e36;
}

.ftr-top-col h4.elementor-image-box-title{
	margin-bottom: 10px;
}

.ftr-top-col .elementor-image-box-description{
	line-height: 24px;
}

body:not(.home) .ftr_top{
	margin-top: 4rem;
}

.footer_top div.eael-dual-header .subtext p{
	font-size: 16px;
}

.footer_top .tnp-widget-minimal form{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

/*.footer_top div.eael-dual-header .title span.lead{
	display: block;
}*/

.footer_top{
	margin-top: 4rem;
}

.custom-footer .elementor-nav-menu--main .elementor-nav-menu a:hover, 
.custom-footer .elementor-nav-menu--dropdown a, .custom-footer .elementor-nav-menu a:hover{
	padding: 0;
}

.custom-footer .elementor-nav-menu--main .elementor-nav-menu a, 
.custom-footer .elementor-nav-menu--dropdown a{
	color: #ffffff;
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 15px;
	display: inline-block;
	position: relative;
	padding: 0 !important;
}

.custom-footer .elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown, 
.custom-footer .elementor-nav-menu .sub-arrow{
	display: none !important;
}

.custom-footer .elementor-nav-menu--main .elementor-nav-menu a:before,
.custom-footer .elementor-nav-menu--dropdown a:before {
    content: "\f0da";
    position: absolute;
    font-size: 0;
    width: 0;
    top: 0;
    left: -14px;
    font-family: "fontawesome";
    color: #ef3e36;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    }

.custom-footer .elementor-nav-menu--main .elementor-nav-menu a:hover,
.custom-footer .elementor-nav-menu--dropdown a:hover {
    color: #ef3e36;
    margin-left: 14px;
}

.custom-footer .elementor-nav-menu--main .elementor-nav-menu a:hover:before,
.custom-footer .elementor-nav-menu--dropdown a:hover:before {
    width: 10px;
    font-size: 14px;
    color: #ef3e36;
}

.custom-footer-btm{
	color: #ffffff;
	font-size: 16px;
}

.custom-footer-btm p{
	margin-bottom: 0;
}

.custom-footer-col{
	color: #ffffff;
	font-size: 16px;
}

.custom-footer-col .elementor-widget-image .elementor-widget-container{
	max-width: 204px;
}

.custom-footer-col h3.elementor-heading-title{
	font-family: "Figtree", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-display: swap;
	font-size: 20px;
	line-height: 32px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 0;
	position: relative;
	letter-spacing: 0;
	margin-left: 15px;
}

.custom-footer-col h3.elementor-heading-title:after{
	content: "";
	position: absolute;
	background-color: #ef3e36;
	width: 3px;
	height: 20px;
	top: 6px;
	left: -13px;
}

.footer_top .tnp-widget-minimal input.tnp-email, 
.footer_top .tnp-subscription input.tnp-email, 
.footer_top .tnp-subscription input.tnp-name{
	outline: none;
	color: #000000;
	background-color: #ffffff;
	border: none;
	margin-bottom: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-transform: uppercase;
	padding: 17px 24px;
	font-size: 16px;
}


/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder, 
.footer_top .tnp-subscription input.tnp-email::-webkit-input-placeholder, 
.footer_top .tnp-subscription input.tnp-name::-webkit-input-placeholder{
	color: #000000;
	font-family: "Figtree", sans-serif;
	}

:-moz-placeholder, 
.footer_top .tnp-subscription input.tnp-email:-moz-placeholder, 
.footer_top .tnp-subscription input.tnp-name:-moz-placeholder{
	color: #000000;
	font-family: "Figtree", sans-serif;
	}

::-moz-placeholder, 
.footer_top .tnp-subscription input.tnp-email::-moz-placeholder, 
.footer_top .tnp-subscription input.tnp-name::-moz-placeholder{
	font-family: "Figtree", sans-serif;
	opacity: 1;
	}

:-ms-input-placeholder, 
.footer_top .tnp-subscription input.tnp-email:-ms-input-placeholder, 
.footer_top .tnp-subscription input.tnp-name:-ms-input-placeholder{
	font-family: "Figtree", sans-serif;
	}

.footer_top .tnp-widget-minimal input.tnp-submit, 
.footer_top .tnp-subscription input.tnp-submit{
	background-color: #000000;
	width: 50%;
	text-align: center;
	font-weight: 500;
	color: #ffffff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 16px;
	font-size: 14px;
	margin-left: 20px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}


.footer_top .tnp-widget-minimal input.tnp-submit:hover, 
.footer_top .tnp-subscription input.tnp-submit:hover{
	background-color: #ef3e36;
	color: #ffffff;
}

.custom-footer input[type="submit"]{
	width: 100%;
}

ul.footer_info{
	margin: 0;
}

ul.footer_info li{
	list-style-type: none;
	margin: 0 0 40px 0;
}

ul.footer_info li a{
	color: #000000;
}

ul.footer_info li a:hover{
	color: #BE9D5B;
}
ul.footer_info li.phone span, ul.footer_info li.email span, ul.footer_info li b{
	display: block;
}

ul.footer_info li b{
	font-weight: 500;
}

ul.footer_info li .hour_inline{
	max-width: 240px;
}

ul.footer_info li .hour_inline .hour_inline_div{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

input[type="text"], input[type="email"], textarea, input[type="text"]:focus, input[type="email"]:focus, textarea:focus, input[type="date"], input[type="date"]:focus {
  background: #ffffff;
  border: none;
  border: solid 3px rgba(176, 169, 169, 0.2);
  outline: none;
  color: #000000;
  padding: 16px;
  font-size: 17px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.custom-footer-btm{
	color: #ffffff;
}

.custom-footer-btm .elementor-container {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}

.custom-footer-btm a{
	color: #ef3e36;
}

.custom-footer .elementor-nav-menu--dropdown{
	background-color: transparent;
	font-size: 14px;
}

.custom-footer .elementor-nav-menu a:hover{
	background-color: transparent;
}

.footer-btm{
	border-top: solid 1px #ffffff;
	color: #ffffff;
}

.footer-btm p{
	margin-bottom: 0;
}

.footer-btm a{
	color: #ffffff;
}

.footer-btm a:hover{
	color: #1078be;
}

.footer-form input[type="text"], .footer-form input[type="email"], .footer-form textarea{
	background: transparent;
	border: none;
	border-bottom: solid 1px #ffffff;
	outline: none;
	color: #ffffff;
	padding: 0 0 10px 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.footer-form textarea{
	height: 40px;
}

.footer-form input[type="submit"]{
	padding: 10px 30px;
	font-size: 12px;
	font-weight: 400;
}

a.whatsapp_flot{
	display: table; 
	font-family: sans-serif; 
	text-decoration: none; 
	margin: 1em auto; 
	color: #fff; 
	/*! font-size: 0.9em; */ 
	padding: 26px; 
	border-radius: 2em; 
	font-weight: bold; 
	background: #25d366 url('../images/whats_icon.png') no-repeat center; 
	background-size: 50px;
	position:fixed;
	bottom:-5px; 
	left:9px; 
	z-index: 9;
}

.privacy-policy{
	margin: 0;
}

/* elementor Basic styles End */

.site-logo img{
	max-height: 5rem;
}

.primary-menu > li.current_page_item a, .primary-menu > li.current_page_item a:active,
.primary-menu > li.current_page_item a:focus, .primary-menu > li.current_page_item a:hover,
.primary-menu > li a:hover{
	color: #00745b;
	position: relative;
}

.primary-menu > li.current_page_item a:after, .primary-menu > li.current_page_item a:active:after,
.primary-menu > li.current_page_item a:focus:after, .primary-menu > li.current_page_item a:hover:after,
.primary-menu > li a:hover:after{
	border-width: 3px 0 0 0;
	border-color: #00745b;
	border-style: solid;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 5px;
	content: "";
	height: 3px;
	width: 100%;
	transition: 350ms ease 0s;
}

.primary-menu a{
	font-family: "Figtree", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-display: swap;
	padding: 15px 12px;
	color: #000000;
	font-size: 16px;
	text-transform: capitalize;
	position: relative;
}

.primary-menu a:after{
	border-width: 3px 0 0 0;
	border-color: #549ea2;
	border-style: solid;
	position: absolute;
	left: 0;
	bottom: 5px;
	content: "";
	height: 3px;
	width: 0;
	transition: 350ms ease 0s;
	}

.primary-menu a:hover:after{
	width: 100%;
}

/*.primary-menu > li > .icon{
	color: #ffffff;
}*/

.primary-menu > li{
	margin: 0 30px;
}

ul.primary-menu{
	margin: 0;
}

.primary-menu > li.join-btn a{
	background: #00745b;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding: 15px 40px 15px 40px;
	clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.primary-menu > li.join-btn a:after{
	display: none;
}

.primary-menu > li.join-btn a:hover{
	background: #f2a922;
	color: #ffffff;
}

.nav-toggle .toggle-icon {
	position: relative;
}

.nav-toggle .toggle-icon::after {
    content: "";
    position: absolute;
    background-image: url("../images/toggle-open-wht1.png");
    background-repeat: no-repeat;
    width: 28px;
    height: 19px;
    right: 0;
    top: 0;
}

.elementor-column.mainmenu-toggle{
	position: absolute;
	top: 10px;
	right: 0;
}

.mainmenu-toggle .elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active) + .elementor-nav-menu__container{
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	width: 1200px !important;
	max-width: 500px;
	right: 0;
	left: auto !important;
}

.mainmenu-toggle .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container{
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	width: 1200px !important;
	max-width: 500px;
	right: 0;
	left: auto !important;
}

.menu_get_btn .elementor-button-wrapper{
	background: transparent;
	background-image: url(../images/btn_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
  	text-align: center;
  	height: 62px;
  	line-height: 62px;
  	margin-top: -16px;
}

div.eael-dual-header .title, div.eael-dual-header .title span {
	font-family: "Figtree", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-display: swap;
	margin: 0;
}

div.eael-dual-header{
	margin-bottom: 0;
}

div.eael-dual-header .title, div.eael-dual-header .title span {
	font-family: "Figtree", sans-serif;
  	font-weight: 800;
	margin: 0;
}

div.eael-dual-header .subtext p {
  margin-bottom: 4px;
}

div.eael-dual-header .title span{
/*	display: block;*/
	font-weight: 500;
}

div.eael-dual-header .title span.lead{
	font-weight: 900;
}

.about_col_row{
	position: relative;
}

.about_col_row:after{
	content: "";
	position: absolute;
	background-image: url(../images/about_after.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 250px;
	height: 250px;
	right: 5px;
	bottom: 40px;
	z-index: -9;
}

.abt_pg .subtitle .eael-dual-header .title span{
	display: block;
}

.hero_banner div.eael-dual-header .subtext p {
/*  margin-bottom: 4px;*/
	font-size: 22px;
}

.img_caros .swiper-container{
	overflow: hidden;
}

.btm_four_items .eael-infobox-content-align-center .eael-infobox .infobox-icon img{
	margin: 10px auto;
}

.post-inner{
	padding-top: 0;
}

.img_caros .elementor-skin-carousel .elementor-main-swiper{
	height: 530px;
}

.img_caros .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: -40px !important;
}

.fixedbg, .custom-footer, .my_portfolio{
	background-attachment: fixed;
}

.mynavbaer .gtranslate_wrapper .gt_switcher{
	position: absolute;
  top: -17px;
}

.bookapnt_bnr_row div.eael-dual-header{
	position: relative;
	margin-left: 15px;
}

.bookapnt_bnr_row div.eael-dual-header:before{
	content: "";
	position: absolute;
	background-color: #ffffff;
	width: 2px;
	height: 100%;
	top: 0;
	left: -15px;
}

.single-ht_portfolios .page-wrapper{
	padding-top: 6rem;
}

.single-ht_portfolios .banner-info h4{
	color: #000000;
	margin-top: 25px;
	text-transform: capitalize;
}

.single-ht_portfolios .page-wrapper .row{
	display: -ms-block;
  	display: block;
}

.single-ht_portfolios .page-wrapper .col-lg-6{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.single-ht_portfolios .page-wrapper .branding-img img{
	margin: 0 auto;
}

.single-ht_portfolios .page-wrapper .related-projects-area{
	margin-bottom: 4rem;
}

.single-related-project .portfolio-item-info a{
	color: #000000;
	font-size: 22px;
}

.single-related-project .portfolio-item-info a:hover{
	color: #eb8d49;
}

.single-ht_portfolios .page-wrapper .related-projects-area .row{
	display: -ms-flexbox;
  	display: flex;
}

.single-ht_portfolios .page-wrapper .related-projects-area .related-projects-title{
	margin-top: 0;
	color: #000000;
}

.team_mebers .elementor-widget-wp-widget-widget_tlpteam_sc h5{
	font-size: 40px;
  text-align: center;
}

.rt-team-container img{
	width: 100%;
}

.rt-team-container .social-icons a i{
	color: #ffffff;
}

.rt-team-container .layout16 .single-team-area:hover::before{
	background-color: #ef3e36 !important;
}

.rt-team-container .layout16 .single-team-area:hover::after {
  border-color: #ef3e36 !important;
}

.social-icons a{
	background: #ef3e36;
}

.faq-row .sp-easy-accordion .sp-ea-single{
	border: 1px solid #e0e0e0;
	background: #f5f5f5 !important;
}

.faq-row .sp-easy-accordion .sp-ea-single{
	border-radius: 6px;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a{
	color: #000000 !important;
}

.sp-easy-accordion .sp-ea-single .ea-header a{
	font-weight: 400 !important;
	font-size: 17px !important;
}

.upk-alter-grid .upk-item-box{
	text-align: center;
}

/*.upk-alter-grid .upk-title a{
	color: #000000 !important;
}*/

.upk-alter-grid .upk-title a:hover{
	color: #ddb116 !important;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon{
	color: #000000 !important;
}

.single-post .entry-header, .single-post .pagination-single {
  display: none;
}

.cretifi .elementor-image-carousel-wrapper .swiper-slide-image{
	margin: 0 auto;
}

.color-accent{
	color: #e34046;
}

body:not(.singular) main > article:first-of-type{
	padding-top: 0;
}

h2.elementor-heading-title{
	font-size: 24px;
	margin-bottom: 0;
}

.faq-row .subhding .eael-dual-header .title span {
  display: block;
}

.subhding h6.elementor-heading-title{
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	letter-spacing: 6px;
	text-transform: uppercase;
	position: relative;
	max-width: fit-content;
	margin-bottom: 0;
}

.subhding h6.elementor-heading-title:after{
	content: "";
	position: absolute;
	background-color: #000000;
	width: 50px;
	height: 1px;
	top: 5px;
	right: -70px;
}

.subhding h3.elementor-image-box-title{
	font-size: 34px;
}

.list-items ul, .single-post .single_post_item ul, #tab-description ul{
	margin: 0;
}

.list-items ul li, .single-post .single_post_item ul li, #tab-description ul li{
	list-style-type: none;
	padding-left: 30px;
	position: relative;
	margin: 0 0 7px 0;
}

.list-items ul li:before, .single-post .single_post_item ul li:before, #tab-description ul li:before{
	content: "";
  	position: absolute;
  	background-image: url(../images/line_box.png);
  	background-repeat: no-repeat;
  	background-size: 75% auto;
  	background-position: center left;
  	width: 18px;
  	height: 18px;
  	top: 5px;
  	left: 3px;
}

.btn1 .ow-button-base a, .read-btn .ow-button-base a{
	border: solid 1px #000000;
	background-color: #000000;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding: 12px 6px;
	width: 100%;
	max-width: 155px;
	display: block;
	font-size: 14px;
	font-weight: 900;
	line-height: 20px;
	letter-spacing: 1.5px;
	margin: 0 auto;
}

.btn1 .ow-button-base a.ow-button-hover:hover, 
.read-btn .ow-button-base a.ow-button-hover:hover{
	border: solid 1px #000000;
	background-color: transparent;
	color: #000000;
	letter-spacing: 2px;
}

.blog-page .post-meta{
	margin: 0;
}

.single-post .entry-header{
	background-color: transparent;
	margin-bottom: 18px;
	margin-bottom: 0;
/*	display: none;*/
}

.single-post .entry-header h1.entry-title{
	color: #000000;
	padding: 0;
}

.single-post .post-meta-wrapper, .single-post .featured-media-inner{
	display: none;
}

.entry-categories{
	margin-top: 4rem;
    margin-bottom: 1rem;
}

.archive-header{
	padding: 4rem 0;
}

body:not(.singular).archive main > article:first-of-type{
	padding: 0;
}

body:not(.singular).archive main > article, .single-post main > article{
	text-align: left;
}

.archive h2.entry-title{
	font-size: 30px;
	line-height: 30px;
}

.archive h2.entry-title a{
	color: #000000;
}

.archive .post-inner, .single-post .post-inner{
	padding-top: 0;
}

.archive .featured-media{
	margin-top: 3rem;
}

/*.single-post #site-content, .archive #site-content{
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}
*/
.single-post .featured-media-inner{
	left: 0;
	width: 100%;
}

.single-post h1.elementor-heading-title {
  color: #f40045;
  font-size: 28px;
  font-weight: 800;
  line-height: 38px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 0 10px;
}

.single-post .elementor-widget-image img {
  width: 100%;
}

.single-post .elementor-element.elementor-widget-theme-post-title {
  margin-bottom: 0;
}

.comments-wrapper{
	display: none;
}

.blog-page .rt-tpg-container .layout1 .rt-holder .rt-img-holder img{
	height: 320px;
	width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7-not-valid-tip{
	font-size: 14px;
}

.inner-banner-hding h1.elementor-heading-title{
	margin-bottom: 0;
	color: #ffffff;
	font-family: "Figtree", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.inner-banner-row{
	margin-bottom: 2.5rem;
}

.news-row .elementor-posts .elementor-post__title a{
	font-weight: 400;
}

.privacy-policy, .powered-by-wordpress, .to-the-top{
	color: rgba(0, 0, 0, 0.6);
}

.privacy-policy h2, .terms_cnt h2{
	font-family: "Figtree", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.inrsub-title h3.elementor-heading-title{
	font-size: 28px;
	font-weight: 400;
	position: relative;
}

.inrsub-title h3.elementor-heading-title:after{
	content: "";
	position: absolute;
	background-color: #1078be;
	width: 50px;
	height: 1px;
	bottom: -16px;
	left: 0;
}

.service_subpage_col h2.elementor-heading-title, 
.appointment_form .elementor-heading-title{
	font-family: "Figtree", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.pdt_cont_col .list-items ul > ul{
	-webkit-column-count: 1;
  	-moz-column-count: 1;
  	column-count: 1;
  	margin: 0 25px;
}

.abt_col .elementor-widget-image img{
	width: 100%;
	height: 75vh;
}

.abt_col .infobox-content{
	max-width: 490px;
	margin: 0 auto;
}

.contact_col .infobox-icon{
	width: 60px;
}

.contact_col .infobox-content{
	width: 70%;
}


#qlwapp .qlwapp-toggle{
	margin-bottom: 80px !important;
}

.about-pg .elementor-image-box-wrapper h3.elementor-image-box-title, 
.values-row .elementor-image-box-wrapper h3.elementor-image-box-title{
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 10px;
}

.product-col-row h2.elementor-heading-title, .product-col-row .elementor-flip-box__layer.elementor-flip-box__back{
	margin-bottom: 0;
	/*font-weight: 600;
	text-transform: uppercase;*/
}

.half-fields-row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.half-fields{
	width: calc(100% /3 - 15px);
	margin-bottom: 14px;
}

.contact-page-left label{
	margin-bottom: 10px;
}

.sidebar-menu{
	border-left: solid 1px #cfcccc;
}

.sbttBacktotop{
	width: 40px;
	z-index: 99;
}

.newsletter-col .wp-caption .widget-image-caption{
	color: #000000;
}

.gallery{
	margin-top: 0;
	margin-bottom: 0;
}


.inner-top-slider .elementor-slides .swiper-slide-inner .elementor-slide-heading{
	margin-bottom: 13px !important;
}

.tinv-wishlist .tinv-header{
	display: none;
}

.appointment_form input[type="text"], .appointment_form input[type="email"], .appointment_form textarea, 
.appointment_form input[type="text"]:focus, .appointment_form input[type="email"]:focus, .appointment_form textarea:focus, 
.appointment_form input[type="date"], .appointment_form input[type="date"]:focus{
	color: rgba(0, 0, 0, 0.5);
}

.appointment_form label{
	color: #000000;
	font-weight: 400;
	font-size: 17px;
}

@media only screen and (min-width: 1024px) {
div.inner-banner-hding h1.elementor-heading-title{
	font-size: 40px;
	}
	
/*.single-post .single_post_item.pdt_post_cnt ul, 
.pdt_cont_col .list-items ul{
	-webkit-column-count: 2;
  	-moz-column-count: 2;
  	column-count: 2;
	}*/

#main-header .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container, #main-header .elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active) + .elementor-nav-menu__container {
    max-width: 500px;
    left: -500px !important;
    right: auto;
  }

.two_btns{
	max-width: 375px;
	}

.tinv-wishlist .product-action{
	width: 205px;
	}
}

@media only screen and (min-width: 780px) {
/*.pdt_cont_col .list-items ul{
	-webkit-column-count: 2;
  	-moz-column-count: 2;
  	column-count: 2;
	}*/
}

@media only screen and (max-width: 1024px) {
#main-header .elementor-widget-theme-site-logo img{
	max-width: 180px;
	}

.btm-details li.call a{
	font-size: 24px;
	}

.about_col_row:after{
	background-size: 60% auto;
	}
}

@media only screen and (max-width: 768px) {
body, .entry-content p, .entry-content li, .widget-content, .btm-details-list li, 
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, 
.woocommerce div.product span.price, .entry-content{
	font-size: 14px;
	}

.mainmenu-toggle .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container{
	max-width: 100%;
	}

#main-header .elementor-widget-theme-site-logo img{
	max-width: 165px;
	}

.mainslider .swiper-slide-contents .elementor-slide-description h3{
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 0;
	}

.mainslider .swiper-slide-contents h6{
	font-size: 14px;
	line-height: 22px;
	}

.mainslider .elementor-swiper-button{
	padding: 2px;
	}

.singular .entry-header h1.entry-title, .woocommerce-page .woocommerce-products-header h1{
	font-size: 26px;
	}	

div.subhding h3.elementor-image-box-title{
	font-size: 24px;
	}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
	font-size: 16px;
	}

.abt_col .elementor-widget-image img{
	height: auto;
	}

.ftr-top-col .elementor-image-box-img img{
	margin: 0 auto;
	}

.custom-footer-col .elementor-nav-menu__align-center .elementor-nav-menu{
	text-align: center;
	}

.custom-footer-col h3.elementor-heading-title{
	font-size: 24px;
	}

.custom-footer-btm .elementor-nav-menu__align-right .elementor-nav-menu{
	justify-content: flex-start;
	width: 100%;
	}

section.inner-banner-row{
	padding: 4rem 0;
	margin-bottom: 3rem;
	}

div.inner-banner-hding h1.elementor-heading-title{
	font-size: 26px;
	}

body:not(.home) section.ftr_top{
	margin-top: 2rem;
	}

div.half-fields-row, .footer_top .tnp-widget-minimal form{
	display: -webkit-block;
	display: -moz-block;
	display: -ms-block;
	display: -o-block;
	display: block;
	}

div.half-fields{
	width: calc(100%);
	}

.footer_top .tnp-widget-minimal input.tnp-submit{
	width: 100%;
	margin: 10px 0 0 0 ;
}

.product-col-row:nth-child(odd) .elementor-column:first-child, .hdr_middle .elementor-column:nth-child(3){
	-webkit-box-ordinal-group: 2;  
  	-moz-box-ordinal-group: 2;     
  	-ms-flex-order: 2;     
  	-webkit-order: 2;  
  	order: 2;
	}

.product-col-row:nth-child(odd) .elementor-column:last-child, .hdr_middle .elementor-column:nth-child(1){
	-webkit-box-ordinal-group: 1;  
  	-moz-box-ordinal-group: 1;     
  	-ms-flex-order: 1;     
  	-webkit-order: 1;  
  	order: 1;
	}

.hdr_middle .elementor-column:nth-child(2){
	-webkit-box-ordinal-group: 3;  
  	-moz-box-ordinal-group: 3;     
  	-ms-flex-order: 3;     
  	-webkit-order: 3;  
  	order: 3;
	}
}

@media only screen and (max-width: 600px) {
/*#main-header .elementor-widget-theme-site-logo img{
	max-width: 110px;
	}*/

.mainslider .swiper-slide-contents .elementor-slide-description h3 {
    font-size: 22px;
    line-height: 30px;
  }
}