@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://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: #764af1;
	}

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: 700;
	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: #000000;
	font-size: 15px;
	line-height: 28px;
	}

.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: 28px;
	font-size: 15px;
	}

body:not(.home) #main-header, .home #main-header.elementor-sticky--effects{
	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);
	}

.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: 28px;
	}

.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: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
	}

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

.singular .entry-header h1.entry-title{
	color: #0b306e;
	font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
	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: 700;
	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;
}

#main-header{
	position: relative;
}

#main-header:before{
	/*content: "";
	position: absolute;
	background-image: url(../images/shape-1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
  	width: 100%;
  	height: 140px;
  	top: -20px;
  	left: 0;
  	max-width: 34%;*/
}

.mainslider .swiper-slide-contents h6{
	font-family: "Be Vietnam", Sans-serif;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 3px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.mainslider .swiper-slide-contents h3{
	font-family: "Be Vietnam", Sans-serif;
	font-weight: 800;
	font-size: 34px;
	letter-spacing: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.mainslider .swiper-slide-contents h3 span{
	color: #764af1;
}

.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: 4px !important;
	width: 34px !important;
	border-radius: 0;
}

.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: 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: #00B4A3;
}

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

ul.btm-details{
	margin: 0;
}

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

.btm-details li h4{
	font-size: 16px;
	text-transform: uppercase;
}

.btm-details li.email a{
	font-size: 26px;
	font-weight: bold;
	color: #ffffff;
}

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

.btm-details li.call a:hover, .btm-details li.email a:hover{
	color: #764af1;
}

.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: #00B4A3;
    -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: #00B4A3;
    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: #00B4A3;
}

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

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

.custom-footer-col h3.elementor-heading-title{
	font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: bold;
	font-size: 40px;
	line-height: 48px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 0;
	position: relative;
	letter-spacing: 0;
}

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

.custom-footer-col .tnp-widget-minimal input.tnp-email{
	outline: none;
	margin-bottom: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 14px;
	background-color: #ffffff0a;
	color: #fff;
	border-color: #ffffff0a;
}

.custom-footer-col .tnp-widget-minimal input.tnp-submit{
	background-color: transparent;
	width: auto;
	text-align: left;
	font-weight: 400;
	color: #74e8ff;
	text-transform: capitalize;
	text-decoration: underline;
}

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

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

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

#myfooter {
  background-size: 100% 100%
}

.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 */

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

.elementor-nav-menu li.contact-btn a, .elementor-nav-menu li.contact-btn a:hover, .elementor-nav-menu li.contact-btn a:active{
	background-color: #f4b826;
	border-radius: 50px;
  	color: #ffffff !important;
  	padding: 10px 34px!important;
	line-height:normal;
}
.elementor-nav-menu li.contact-btn a:after{
	display:none;
}

#abtcnt, #goalscnt{
	background-size: 100% 100%;
	z-index: 2;
}

.about-right .elementor-element.elementor-widget-eael-dual-color-header{
	margin-bottom: 0;
}

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

div.eael-dual-header .title, div.eael-dual-header .title span{
	margin: 0;
}

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

.wwdrow-odd .wwd-col .elementor-widget-image{
	max-width: 520px;
  	margin: 0 auto;
  	position: relative;
  	z-index: 2;
}

.wwd-col .elementor-widget-image img {
  border: solid 2px #878787;
}

.wwdrow-odd .wwd-col .elementor-widget-image::after {
  content: "";
  position: absolute;
  background-image: url(../images/dots.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 149px;
  height: 125px;
  top: -44px;
  left: -44px;
  z-index: -9;
}

.wwd-col h2.elementor-heading-title {
  font-size: 30px;
  line-height: 44px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
}

.wwd-col .elementor-widget.elementor-widget-text-editor {
  margin-bottom: 0;
}

.wwd-col .elementor-element.elementor-widget-heading{
	margin-bottom: 5px;
}

.upk-alter-grid .upk-img-wrap .upk-main-img{
	border: solid 2px #aeaeaf;
  	border-radius: 24px;
}

.upk-alter-grid .upk-text-wrap{
	display: none;
}

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

.upk-alter-grid .upk-title a:hover{
	background-size: 0;
}

.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-hding h3, .subhding h3{
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
	font-family: "Be Vietnam", Sans-serif;
	color: #1b1464;
	position: relative;
	margin-bottom: 36px;
}

input[type="text"], input[type="password"], input[type="email"], textarea, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select, select:focus {
  outline: none;
  border: solid 3px #ffffff;
  padding: 15px;
  color: #0000004d;
}

.get-form .gform_wrapper .top_label .gfield_label, .post-meta-wrapper, 
#popmake-2018 .gform_wrapper .top_label .gfield_label{
	display: none;
}

.get-form .gform_wrapper textarea.large, .request-form .gform_wrapper textarea.large{
	height: 150px;
}

.get-form .gform_wrapper .hidden_label input.large, 
.get-form .gform_wrapper .hidden_label select.large, 
.get-form .gform_wrapper .top_label input.large, 
.get-form .gform_wrapper .top_label select.large,
.get-form  .gform_wrapper textarea.large, 
.get-form .gform_wrapper.gf_browser_gecko select{
	outline: none;
	padding: 10px !important;
	border: solid 1px rgba(0, 0, 0, 0.1);
}

.get-form .gform_wrapper.gf_browser_gecko select{
	background-color: #ffffff;
}

#get-quote .subhding h3:after{
	margin: 0;
	background: #ffffff;
}

.realted-hding h2.elementor-heading-title{
	color: #1B1462;
	font-weight: 600;
	padding-bottom: 1em;
}

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

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

.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: 2rem 0;
}

.single-post .post-meta-wrapper, .single-post .entry-categories{
	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 main > article {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  max-width: 1040px;
  margin: 4rem auto;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 36px #e9e3e3;
  padding: 10px;
}

.single-post .featured-media{
	-webkit-box-ordinal-group: 1;  
  	-moz-box-ordinal-group: 1;     
  	-ms-flex-order: 1;     
  	-webkit-order: 1;  
  	order: 1;
	}

.single-post .entry-header{
	-webkit-box-ordinal-group: 2;  
  	-moz-box-ordinal-group: 2;     
  	-ms-flex-order: 2;     
  	-webkit-order: 2;  
  	order: 2;
	}

.single-post .post-inner{
	-webkit-box-ordinal-group: 3;  
  	-moz-box-ordinal-group: 3;     
  	-ms-flex-order: 3;     
  	-webkit-order: 3;  
  	order: 3;
}

.single-post .pagination-single{
	-webkit-box-ordinal-group: 4;  
  	-moz-box-ordinal-group: 4;     
  	-ms-flex-order: 4;     
  	-webkit-order: 4;  
  	order: 4;
  	margin-top: 3rem;
}

.single-post .comments-wrapper {
  -webkit-box-ordinal-group: 5;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}

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

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


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

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

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

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

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

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

.elementor-image-gallery .gallery-item{
	padding-bottom: 1.5em;
}

@media only screen and (min-width: 1600px) {
#main-header::before{
	max-width: 38%;
	}
}

@media only screen and (min-width: 1920px) {
#main-header::before{
	max-width: 41%;
	}
}

@media only screen and (min-width: 1024px) {
div.inner-banner-hding h1.elementor-heading-title{
	font-size: 40px;
	}
/*
.custom-footer-col-2{
	padding-left: 4%;
	}*/
	
/*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: 1200px) {
#main-header::before{
	max-width: 30%;
	}
}

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

#main-header::before{
	background-size: 100% 20%;
	height: 100vh;
	max-width: 230px;
	top: 0px;
}

.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: 140px;
	}

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

.mainslider .swiper-slide-contents h6{
	font-size: 20px;
	}

.mainslider .elementor-slides .swiper-slide-bg{
	background-size: 100% 100% !important;
	}

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

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

.custom-footer-col h3.elementor-heading-title{
	margin-bottom: 0;
	font-size: 28px;
	}

.btm-details li.email a{
	font-size: 18px;
	}

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

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

@media only screen and (max-width: 600px) {
/* #goalscnt{
	background-size: 100% 50%;
	} */
}

@media only screen and (max-width: 480px) {
.mainslider .elementor-slides .swiper-slide-bg{
	background-size: 100% 100% !important;
	}
}


.home .elementor-location-header {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
}
body:not(.home) .elementor.elementor-location-header {
	background-color: #5261c8;
}
.elementor-18 .elementor-element .swiper-slide-inner {
	max-width: 1200px;
}
.goals-row .elementor-element a.elementor-post__read-more {
	background-color: #5261c8;
	padding: 10px 30px;
	border-radius: 30px;
	margin-top: 8px;
	display: inline-block;
}
.our-founder-stn-css .elementor-widget-container .eael-team-item .eael-team-content .eael-team-member-position {
	background-color: #5261c8;
	width: max-content;
	margin: 0px auto !important;
	padding: 5px 35px;
	color: #fff !important;
}

.custom-footer-col .tnp-widget-minimal input.tnp-submit {
	background-color: #f4b826;
	width: auto;
	text-align: left;
	font-weight: 500;
	color: #fff;
	text-transform: capitalize;
	text-decoration: none;
	padding: 12px 25px;
	font-size: 17px;
}
.custom-footer-col .tnp-widget-minimal input.tnp-submit:hover {
	background-color: #fff;
	color: #000;
}
.wpcf7 input[type="file"] {
    max-width: 100%;
    padding: 1.5rem 1.8rem;
    width: 100%;
}