@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600;700;800;900&display=swap');

/*

Light 300 
Regular 400 
Medium 500 
SemiBold 600 
Bold 700 
ExtraBold 800 
Black 900 

font-family: 'Be Vietnam Pro', sans-serif;
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');
/*

Regular 400 
Regular 400 Italic 
Medium 500 
SemiBold 600 
Bold 700

font-family: 'Playfair Display', serif;

*/

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


*{
	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: #f96c1a;
	}

a:focus, a:active {
	outline: none;
	}
	
a, a img {
	border:none;
	}
	
img {
	max-width:100%;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 800;
	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: 'Be Vietnam Pro', sans-serif;
	}

:-moz-placeholder{
	/*color: #131313;*/
	font-family: 'Be Vietnam Pro', sans-serif;
	}

::-moz-placeholder{
	font-family: 'Be Vietnam Pro', sans-serif;
	opacity: 1;
	}

:-ms-input-placeholder{
	font-family: 'Be Vietnam Pro', sans-serif;
	}

textarea{
	height: 120px;
}

body{
	font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    color: #4d4d4d;
	font-size: 18px;
	line-height: 30px;
	}
body:not(.home) section.custom-header { height:80px; }
body:not(.home)  .site-content-contain { margin-top:160px;}
.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) #site-header{
	border-bottom: solid 1px #e6e6e6;
  	background-color: #ffffff;
  	-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);
	}

.section-inner.medium{
	max-width: 120rem;
	width: calc(100% - 4rem);
	}
a.topnewbtns {
    background: #012058;
    font-weight: 500;
    font-size: 14px;
    color: #fff !important;
    border-radius: 7px;
    margin-left: 0px;
    text-transform: capitalize;
    padding: 2px 14px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.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{
	font-size: 16px;
	}

.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: #4d4d4d;
	font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
	}

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

.singular .entry-header h1.entry-title{
	color: #1078be;
	font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 800;
	font-size: 28px;
	padding: 4rem 0;
	letter-spacing: 0;
	text-transform: capitalize;
	position: relative;
	text-align: left;
	}

.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: 'Be Vietnam Pro', sans-serif;
    font-weight: 800;
	font-size: 28px;
	padding: 4rem 0 1rem 0;
	letter-spacing: 0;
	text-transform: uppercase;
	position: relative;
	}

.singular .entry-header h1.entry-title:after{
	content: "";
	background-color: #00745b;
	position: absolute;
	width: 30px;
	height: 1px;
	bottom: 30px;
	left: 0;
	}

.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: #023e8a;
	font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.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;
	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: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
	font-size: 18px;
	color: #023e8a;
	text-transform: capitalize;
	/*padding: 5px 12px;*/
}

.woocommerce #respond input#submit, .woocommerce a.button, 
.woocommerce button.button, .woocommerce input.button{
	color: #fff;
	background-color: #3cc6e1;
	-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: 100%;
	max-width: 117px;
	font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 12px 10px;
	font-size: 11px;
}

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

.woocommerce ul.products li.product{
	position: relative;
	text-align: center;
	border: solid 1px rgba(0, 180, 216, 0.35);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

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

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, 
.woocommerce button.button:hover, .woocommerce input.button:hover{
	background-color: #023e8a;
	color: #ffffff;
	/*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: #023e8a;
	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: #3cc6e1;
}

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

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

/*
.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: #023e8a;
}

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

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

.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;
}

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

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

.single-product .product_meta a:hover{
	color: #00b4d8;
}

.flex-viewport{
	height: 500px !important;
}

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

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

.related.products{
	padding: 0;
}

.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%;
}

.single-product .product .post-meta-wrapper{
	display: none;
}

/* 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: 45px;
	}
	
/* ---------- */

/* elementor Basic styles Start */

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

section.custom-header{
	position: absolute;
	width: 100%;
	z-index: 9;
}

.top-info ul{
	margin: 0;
}

.top-info ul li{
	list-style-type: none;
}

.top-info ul li{
	color: #f96c1a;
	font-size: 14px;
	font-weight: bold;
}

.top-info ul li:nth-child(1){
	position: relative;
	margin-left: 70px;
}

.top-info ul li:nth-child(1):before{
	content: "";
	position: absolute;
	background-image: url("../images/phn1.png");
	background-repeat: no-repeat;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0px 25px rgba(0, 0, 0, 0.15);
	width: 44px;
	height: 44px;
	top: 5px;
	left: -70px;
}

.top-info ul li a{
	color: #012058;
	font-size: 21px;
	font-weight: 800;
}

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

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

.swiper-slide-contents{
	background-image: url(../images/slider-cntbg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	padding: 6%;
}

.mainslider .swiper-slide-contents h6{
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 3px;
	margin-bottom: 5px;
}

.mainslider .swiper-slide-contents h3{
	font-weight: 800;
	font-size: 35px;
	margin-bottom: 10px;
}

.mainslider .elementor-slides .swiper-slide-inner .elementor-slide-heading{
	margin-bottom: 15px !important;
}

.mainslider .elementor-swiper-button{
	background-color: #196aa2;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
}

.mainslider .swiper-pagination-bullet{
	height: 10px !important;
	width: 58px !important;
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	border-radius: 50px !important;
	background: transparent;
	border: solid 2px #ffffff;
	opacity: 1;
}

.mainslider .swiper-pagination-bullet.swiper-pagination-bullet-active{
	border-color: #ff6934;
}

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

.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: 15px;
	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: #f96c1a;
}

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

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

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

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

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

body:not(.home) .custom-footer{
	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: 16px;
	margin-bottom: 15px;
	display: block;
	position: relative;
	padding: 0;
}

.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: #1078BE;
    -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: #1078BE;
    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: #1078BE;
}

.custom-footer p{
	font-size: 16px;
}

.custom-footer-btm p{
	margin-bottom: 0;
	font-weight: 400;
	font-size: 16px;
}

.custom-footer-btm {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

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

.custom-footer-col h3.elementor-heading-title{
	font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 800;
	font-size: 24px;
	line-height: 24px;
	color: #ffffff;
	margin-bottom: 30px;
	position: relative;
}

.custom-footer-col h3.elementor-heading-title:after{
	content: "";
	position: absolute;
	background-color: #b5b5b5;
	width: 60px;
	height: 1px;
	right: 0;
	bottom: -15px;
	left: 0;
}

.custom-footer-col .tnp-widget-minimal input.tnp-email{
	outline: none;
	margin-bottom: 15px;
	background: transparent;
	border-color: rgba(255, 255, 255, 0.2);
	color: #ffffff;
	padding: 14px;
}

.custom-footer-col .tnp-widget-minimal input.tnp-submit{
	background-color: #f96c1a;
	width: auto;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	text-transform: capitalize;
	letter-spacing: 0;
	padding: 12px 30px;
}

.custom-footer-col .elementor-widget-wrap > .elementor-widget-text-editor{
	margin-bottom: 0;
}

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

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

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

.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;
}

.privacy-policy{
	margin: 0;
}
/* elementor Basic styles End */

.header-topbar .switcher .selected, .header-topbar .switcher .selected a:hover,
.header-topbar .switcher .option a.selected{
	background: transparent;
}

.header-topbar .switcher .selected a{
	font-size: 0;
	width: 60px;
	border: none;
}

.header-topbar .switcher a{
	font-size: 0;
}

.header-topbar .switcher .option{
	background-color: transparent;
	border: none;
}

.header-topbar .switcher .selected a::after{
	background-image: url(../images/arrow-wt.png);
	background-size: contain;
	width: 18px;
	height: 5px;
	top: 10px;
}

.header-topbar .wpos-news ul li a, .header-topbar .wpos-label{
	font-size: 14px;
	font-weight: 400;
}

.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: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
	padding: 15px 12px;
	color: #4d4d4d;
	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;
}

/*.mainmenu-toggle .elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a{
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}*/

.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;
}

#homeslider .metaslider .caption-wrap{
	background: transparent;
	height: 100%;
	opacity: 1;
}

#homeslider .metaslider .caption{
	width: 100%;
	max-width: 1280px;
	padding-right: 40px;
	padding-left: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
	margin: 0 auto;
}

.slider-txt{
	width: 100%;
	max-width: 540px;
	color: #4f4f4f;
	text-align: left;
	background-color: #ffffff;
	padding: 4% 5%;
	border-radius: 44px;
	border-top-right-radius: 0;
}

.slider-txt h3{
	font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 800;
	font-size: 36px;
	line-height: 54px;
	color: #023e8a;
	margin-bottom: 10px;
}

.slider-txt h3 span{
	color: #00b4d8;
}

.slider-btn{
	width: 100%;
	max-width: 140px;
	display: block;
}

.slider-btn a{
	border: solid 1px #023e8a;
	background-color: #023e8a;
	text-transform: capitalize;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #ffffff;
	text-align: center;
	padding: 12px 6px;
	width: 100%;
	max-width: 140px;
	display: block;
	font-size: 15px; 
	font-weight: 800;
	line-height: 20px;
	margin-top: 20px;
}

.slider-btn a:hover{
	border: solid 1px #00b4d8;
	background-color: #00b4d8;
	color: #ffffff;
	letter-spacing: 1px;
}

#homeslider .metaslider .flex-control-nav{
	bottom: 30px;
}

#homeslider .flex-control-paging li a.flex-active, .metaslider .flex-control-nav li a{
	background: #023e8a;
	border: solid 2px #023e8a;
}

#homeslider .flex-control-paging li a.flex-active{
	background: transparent;
}

#homeslider .flex-control-paging li a{
	width: 40px;
	height: 6px;
}

#homeslider .metaslider .flexslider{
	margin-bottom: 0;
}

#homeslider .metaslider .flexslider .flex-direction-nav li a{
	background-image: url('../images/bg_direction_nav.png');
	width: 46px;
	height: 46px;
}

.wwdo-row h3{
	font-size: 36px;
	font-weight: 800;
	color: #012058;
}

.wwdocol .elementor-widget-heading{
	-webkit-box-shadow: 0px 10px 33px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 10px 33px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 10px 33px rgba(0, 0, 0, 0.12);
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.wwdocol .elementor-widget-heading{
	background-color: #ffffff;
	margin-bottom: 0 !important;
}

.wwdocol .elementor-widget-heading:hover{
	background-color: #012058;
}

.wwdocol .elementor-widget-heading, 
.wwdocol .elementor-widget-heading:hover{
	position: relative;
}

.wwdocol .elementor-widget-heading:after{
	content: "";
	position: absolute;
	background-image: url(../images/hding-white-shape-btm.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: bottom;
	right: 0;
	bottom: -27px;
	left: 0;
	width: 100%;
	height: 27px;
}

.wwdocol .elementor-widget-heading:hover:after{
	content: "";
	position: absolute;
	background-image: url(../images/hding-bule-shape-btm.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: bottom;
	right: 0;
	bottom: -27px;
	left: 0;
	width: 100%;
	height: 27px;
}

.wwdocol .elementor-widget-heading h6.elementor-heading-title{
	margin-bottom: 0 !important;
	font-size: 20px;
	font-weight: 400;
	color: #012058;
}

.wwdocol .elementor-widget-heading:hover h6.elementor-heading-title{
	color: #ffffff;
}

#arrow-btn.elementor-button{
	background-color: transparent;
	width: 55px;
	height: 55px;
	padding: 22px;
}

.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;
}

.service-col .elementor-image-box-img img{
	border: solid 10px #ffffff;
	-webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0px 25px rgba(0, 0, 0, 0.15);
	width: 100%;
}

.service-hding h3{
	font-size: 30px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.service-hding p{
	font-size: 17px;
}

.service-col h3.elementor-image-box-title{
	font-size: 24px;
	font-weight: 800;
	color: #012058;
	text-transform: capitalize;
	margin-bottom: 8px;
}

.service-col .elementor-image-box-wrapper figure{
	padding-bottom: 1em;
}

.more-btn .elementor-button{
	padding: 0 0 10px 0;
	border-bottom: solid 2px #ffffff;
}

.ourproject-row .subhding h3.elementor-image-box-title{
	margin-bottom: 0;
}

.request-row{
	color: #ffffff;
}

.request-left p{
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 1.5px;
}

.request-left h3{
	font-size: 30px;
	font-weight: 800;
	letter-spacing: 1px;
	margin-bottom: 0;
}

ul.list-items, ul.list-items2{
	margin: 0;
}

ul.list-items li{
	list-style-type: none;
	padding-left: 50px;
	position: relative;
}

ul.list-items li:before{
	content: "";
	position: absolute;
	background-image: url(../images/tick-icon.png);
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	top: 8px;
	left: 0;
}

ul.list-items2 li{
	list-style-type: none;
	padding-right: 50px;
	position: relative;
}

ul.list-items2 li:before{
	content: "";
	position: absolute;
	background-image: url(../images/tick-icon.png);
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	top: 0;
	right: 0;
}

.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;
}

.read-btn{
	margin-top: 3%;
}

a.to-the-top{
	background: rgba(0,0,0);
	width: 30px;
	height: 30px;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	bottom: 50px;
	right: 0px;
	color: #fff;
	position: absolute;
}

.wppb-form-field input[type="text"], .wppb-form-field input[type="number"], 
.wppb-form-field input[type="email"], .wppb-form-field input[type="url"], 
.wppb-form-field input[type="password"], .wppb-form-field input[type="search"], 
.wppb-form-field select, .wppb-form-field textarea, .wppb-checkboxes, .wppb-radios, 
#wppb-login-wrap .login-username input, #wppb-login-wrap .login-password input, #wppb-login-wrap .login-auth input{
	padding: 10px;
}

.wppb-user-forms li h4{
	margin-bottom: 0;
}

.contact-page-wrap{
	position: relative;
	min-width: 1100px;
	min-height: 550px;
	display: flex;
	z-index: 1000;
	margin: 100px 0;
	/*background-color: #ffffff;*/
}

.contact-page-info{
	position: absolute;
	top: 40px;
	width: 370px;
	height: calc(100% - 80px);
	background-color: #f2a922;
	z-index: 1;
	padding: 40px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	-webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
}

.contact-page-info h2{
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
}

.contact-page-info ul.info{
	position: relative;
	margin: 20px 0;
}

.contact-page-info ul.info li{
	position: relative;
	list-style-type: none;
	color: #ffffff;
}

.contact-page-info ul.info li a{
	color: #ffffff;
}

.contact-page-info ul.info li:nth-child(1), .contact-page-info ul.info li:nth-child(2),
.contact-page-info ul.info li:nth-child(3){
	position: relative;
	padding-left: 30px;
}

.contact-page-info ul.info li:nth-child(1):before{
	content: "";
	position: absolute;
	background-image: url(../images/map-icon1.png);
	background-repeat: no-repeat;
	top: 4px;
	left: 0;
	width: 18px;
	height: 28px;
	filter: invert(1);
}

.contact-page-info ul.info li:nth-child(2):before{
	content: "";
	position: absolute;
	background-image: url(../images/mail-icon1.png);
	background-repeat: no-repeat;
	top: 4px;
	left: 0;
	width: 18px;
	height: 28px;
	filter: invert(1);
}

.contact-page-info ul.info li:nth-child(3):before{
	content: "";
	position: absolute;
	background-image: url(../images/phone-icon1.png);
	background-repeat: no-repeat;
	top: 4px;
	left: 0;
	width: 18px;
	height: 28px;
	filter: invert(1);
}

.contact-page-info ul.contact-socials{
	margin: 0;
}

.contact-page-info ul.contact-socials li{
	display: inline-block;
	vertical-align: top;
	list-style-type: none;
	margin: 0 15px 0 0;
}

.contact-page-info ul.contact-socials li a{
	color: #ffffff;
	font-size: 20px;
}

.contact-page-form{
	position: absolute;
	padding: 70px 50px;
	padding-left: 260px;
	margin-left: 150px;
	width: calc(100% - 150px);
	height: 100%;
	background: #ffffff;
	-webkit-box-shadow: 0 0px 60px rgba(134, 131, 131, 0.2);
	-moz-box-shadow: 0 0px 60px rgba(134, 131, 131, 0.2);
	box-shadow: 0 0px 60px rgba(134, 131, 131, 0.2);
}

.contact-page-form h2{
	color: #000000;
	font-size: 26px;
	font-weight: bold;
}

.contact-page-form .formbox{
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 30px;
}

 .contact-page-form .formbox .inputbox{
 	position: relative;
 	margin-bottom: 20px;
 }

 .contact-page-form .formbox .inputbox.w50{
 	width: 47%;
 }

 .contact-page-form .formbox .inputbox.w100{
 	width: 100%;
 }

 .contact-page-form .formbox .inputbox input,
 .contact-page-form .formbox .inputbox textarea{
 	width: 100%;
 	resize: none;
 	padding: 5px 0;
 	font-size: 18px;
 	font-weight: 400;
 	color: #333;
 	border: none;
 	outline: none;
 	border-bottom: solid 1px #777;
 }

 .contact-page-form .formbox .inputbox textarea{
 	height: 100px;
 }

/*.contact-page-form .formbox .inputbox label{
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px 0;
	pointer-events: none;
	font-size: 18px;
	font-weight: 400;
	transition: 0.3s;
}
*/

 .contact-page-form .formbox .inputbox input[type="submit"]{
 	background: #00745b;
 	border: none;
 	color: #ffffff;
 	max-width: 150px;
 	padding: 12px;
 	text-transform: capitalize;
 	font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
 	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;
 }

.contact-page-form .formbox .inputbox input[type="submit"]:hover{
	background: #f2a922;
 	color: #ffffff;
}

.contact-page-left{
	background: #ffffff;
  	border: solid 1px #ccc;
  	-webkit-box-shadow: 5px 5px 12px #e6e1e1;
	-moz-box-shadow: 5px 5px 12px #e6e1e1;
	box-shadow: 5px 5px 12px #e6e1e1;
/*	padding: 24PX;*/
}

.contact-page-left .wpcf7-select{
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	box-shadow: none;
	display: block;
	font-size: 1.6rem;
	letter-spacing: -0.015em;
	margin: 0;
	max-width: 100%;
	padding: 1.5rem 1.8rem;
	width: 100%;

}

.contact-page-right input[type="submit"]{
	width: 160px;
	border: solid 1px #ca912b;
}

.contact-page-right input[type="submit"]:hover{
	background: transparent;
	border: solid 1px #ca912b;
	color: #ca912b;
}

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

.contact-page-left .details-list li{
	margin: 0.5em 0;
	list-style-type: none;
}

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

.single-post .entry-header{
	background-color: transparent;
	margin-bottom: 18px;
}

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

.single-post .post-meta-wrapper{
	display: none;
}

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

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

.custom-map iframe{
	width: 100% !important;
}

.page-id-8 section.elementor-section.custom-footer{
	margin-top: 0;
}

.cntinfo ul li a{
	color: #4d4d4d;
}

.cntinfo ul li a:hover{
	color: #f96c1a;
}

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%;
}

.comments-wrapper, .singular.single-post .featured-media, .single-post .entry-header, .pagination-single{
	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;
}

.tlp-portfolio-container.tlp-single-detail{
	max-width: 80%;
	padding-left: 20px;
	padding-right: 20px;
}

.tlp-portfolio-container.tlp-single-detail .portfolio-feature-img img{
	width: 100%;
}

.inner-banner-hding h1.elementor-heading-title{
	margin-bottom: 0;
	color: #ffffff;
}

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

.tlp-portfolio-item .tlp-content-holder{
	text-align: center;
}

.tlp-portfolio .isotope1 .tlp-content h3{
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.tlp-portfolio .isotope1 .tlp-overlay{
	background-color: rgba(3,103,191,0.8);
}

.privacy-policy, .powered-by-wordpress, .to-the-top{
	color: #000000;
}

.tlp-portfolio-container.tlp-single-detail h2.portfolio-title{
	color: #1078be;
}

.inrsub-title h3.elementor-heading-title, .chairman-row h3.elementor-image-box-title, 
.ceo-row h3.elementor-image-box-title, .jb-single-job-wrapper .jb-job-content .jb-job-content-section h3, 
.tlp-portfolio-container.tlp-single-detail h2.portfolio-title, .portfolio-details h3{
	font-size: 28px;
	font-weight: 400;
	position: relative;
}

.inrsub-title h3.elementor-heading-title:after, .chairman-row h3.elementor-image-box-title:after, 
.ceo-row h3.elementor-image-box-title:after, 
.jb-single-job-wrapper .jb-job-content .jb-job-content-section h3:after, 
.tlp-portfolio-container.tlp-single-detail h2.portfolio-title:after, .portfolio-details h3:after{
	content: "";
	position: absolute;
	background-color: #1078be;
	width: 50px;
	height: 1px;
	bottom: -16px;
	left: 0;
}

.single-portfolio .portfolio-details{
	width: 100%;
}

.portfolio-details h3{
	border-top: solid 1px #f3f3f3;
	margin-bottom: 1.2em;
}

.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% /2 - 15px);
	margin-bottom: 20px;
}

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

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

.sbttBacktotop{
	width: 40px;
}

.chairman-row h3.elementor-image-box-title, .ceo-row h3.elementor-image-box-title{
	margin-bottom: 30px;
}

.singular.single-jb-job .entry-header, .singular.single-jb-job .pagination-single, 
.jb-single-job-wrapper .jb-job-content .jb-job-content-separator{
	display: none;
}

.jb-single-job-wrapper .jb-job-title h1{
	margin-top: 1.5em;
	font-weight: 600;
}

.jb-single-job-wrapper .jb-job-content .jb-job-content-section p{
	color: #6f7484;
}

.jb-jobs .jb-jobs-wrapper .jb-job-list-row{
	-webkit-transform: scale(0.97);
	transform: scale(0.97);
	-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;
}

.jb-jobs .jb-jobs-wrapper .jb-job-list-row:hover{
	-webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
	transition: background 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, background 0.3s ease;
	transition: transform 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
	border-radius: 4px;
	padding: 1.5rem 1rem;
	-webkit-transform: scale(1);
  	transform: scale(1);
}

.tlp-portfolio .button-group{
	justify-content: flex-end;
}

.tlp-portfolio button{
	background: transparent;
	font-size: 13px;
	color: #000000;
}

.wppb-form-field input[type="text"], .wppb-form-field input[type="number"], 
.wppb-form-field input[type="email"], .wppb-form-field input[type="url"], 
.wppb-form-field input[type="password"], .wppb-form-field input[type="search"], 
.wppb-form-field select, .wppb-form-field textarea, .wppb-checkboxes, .wppb-radios, 
#wppb-login-wrap .login-username input, #wppb-login-wrap .login-password input, #wppb-login-wrap .login-auth input{
	padding: 10px;
}

form.wppb-user-forms input[type="text"], form.wppb-user-forms input[type="number"], 
form.wppb-user-forms input[type="email"], form.wppb-user-forms input[type="url"], form.wppb-user-forms input[type="password"], 
form.wppb-user-forms input[type="search"]{
	padding: 15px;
}


.wppb-form-field label, #wppb-login-wrap .login-username label, #wppb-login-wrap .login-password label, #wppb-login-wrap .login-auth label, #wppb-login-wrap .login-remember label{
	font-weight: bold;
}

.wppb-user-forms li h4{
	margin-bottom: 0;
}

.form-col{
	border: solid 1px #e2dcdc;
	box-shadow: 5px 8px 27px rgba(0,0,0,0.1);
	-webkit-box-shadow: 5px 8px 27px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 8px 27px rgba(0,0,0,0.1);
	padding: 4%;
	max-width: 650px;
	margin: 0 auto;
}

.form-col .login-submit{
	float: right;
}

.form-col.myaccout-form{
	max-width: 900px;
}

.form-col.myaccout-form label{
	font-weight: normal;
	text-align: left;
}

.form-col.myaccout-form .wppb-form-field > span.select2-container{
	width: auto !important;
}

.form-col.myaccout-form .select2-container--default .select2-selection--single{
	display: flex;
	padding: 1.5em 0.8em;
	align-items: center;
}

#wppb-recover-password-container .wppb-form-field label{
	float: none;
}

.wppb-user-forms ul{
	margin-bottom: 10px;
}

.page-template-inventorylist-template h2.tac, .page-template-cart-template h2.tac, 
.page-template-shipping-template h2.tac{
	font-family: 'Playfair Display', serif;
}

.page-template-inventorylist-template .container, .page-template-cart-template .container, 
.page-template-shipping-template .container{
	max-width: 1240px;
}

body:not(.home) .entry-content p, body:not(.home) .entry-content li, body:not(.home) .widget-content{
	text-align: justify;
}

@media only screen and (min-width: 1024px) {
div.inner-banner-hding h1.elementor-heading-title{
	font-size: 40px;
	}

div.custom-footer-col ul.elementor-nav-menu{
	-webkit-column-count: 2;
  	-moz-column-count: 2;
  	column-count: 2;
	}
}

@media only screen and (max-width: 1024px) {
.hdr-top .elementor-nav-menu--dropdown{
	background-color: transparent;
	margin-top: 0 !important;
	}

.hdr-top .elementor-nav-menu--dropdown a{
	color: #ffffff;
	}

.hdr-top .elementor-nav-menu--dropdown .elementor-item:hover, 
.hdr-top .elementor-nav-menu--dropdown .elementor-item:focus{
	background-color: transparent !important;
	}

.main-header.elementor-section .elementor-container{
	-ms-flex-wrap: initial;
	flex-wrap: initial;
	}
}

@media only screen and (max-width: 1000px) {
.metaslider .slider-txt h3{
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 12px;
	}

.metaslider .flexslider .slides p{
	font-size: 14px;
		line-height: 22px;
	}

.metaslider .slider-btn{
	width: 112px;
	}

.metaslider .slider-btn a{
	padding: 6px;
	max-width: 112px;
	font-size: 12px;
	}

#homeslider .metaslider .flex-control-nav{
	display: none;
	}

.metaslider .slider-txt{
	max-width: 360px;
	background-color: transparent;
	}
}

@media only screen and (max-width: 768px) {
	.top-info ul {
  margin: 0;
  background: #cec4c4;
  border-radius: 50px;
  padding: 0px 5px 3px 4px;
}
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{
	font-size: 14px;
	}

.header-topbar .elementor-nav-menu--layout-horizontal{
	justify-content: center;
	}

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

.mainslider .elementor-slides .swiper-slide-inner{
	bottom: -240px;
	}
	
.metaslider .slider-txt{
	max-width: 100%;
	position: 2% 0;
	}

.metaslider .slider-txt h3{
	font-size: 18px;
  	line-height: 22px;
  	margin-bottom: 5px;
	}

.metaslider .slider-btn a{
	margin-top: 5px;
	}

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

div.mainslider .swiper-pagination-bullet{
	height: 7px !important;
	width: 36px !important;
}

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

.ourproject-row div.subhding h3.elementor-image-box-title{
	text-align: left;
	}

div.request-left h3{
	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;
	}

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

.custom-footer-col h3.elementor-heading-title{
	margin-bottom: 10px;
	}

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.custom-footer{
	margin-top: 2rem;
	}

div.half-fields-row{
	display: -webkit-block;
	display: -moz-block;
	display: -ms-block;
	display: -o-block;
	display: block;
	}

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

.product-col-row:nth-child(odd) .elementor-column:first-child{
	-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{
	-webkit-box-ordinal-group: 1;  
  	-moz-box-ordinal-group: 1;     
  	-ms-flex-order: 1;     
  	-webkit-order: 1;  
  	order: 1;
	}
}