@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@import url(https://db.onlinewebfonts.com/c/287a99eeca9e0e12030e79954d92d6fd?family=SohoGothicPro-Light);
/*
Light 300 
Regular 400 
Medium 500 
SemiBold 600 
Bold 700 
ExtraBold 800 
Black 900 

font-family: 'Montserrat', sans-serif;
*/

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

@font-face {
    font-family: 'Soho Gothic Pro';
    src: url('../fonts/sohogothicpro/SohoGothicPro-Bold.eot');
    src: url('../fonts/sohogothicpro/SohoGothicPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sohogothicpro/SohoGothicPro-Bold.woff2') format('woff2'),
        url('../fonts/sohogothicpro/SohoGothicPro-Bold.woff') format('woff'),
        url('../fonts/sohogothicpro/SohoGothicPro-Bold.ttf') format('truetype'),
        url('../fonts/sohogothicpro/SohoGothicPro-Bold.svg#SohoGothicPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Soho Gothic Pro';
    src: url('../fonts/sohogothicpro/SohoGothicPro-Light.eot');
    src: url('../fonts/sohogothicpro/SohoGothicPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sohogothicpro/SohoGothicPro-Light.woff2') format('woff2'),
        url('../fonts/sohogothicpro/SohoGothicPro-Light.woff') format('woff'),
        url('../fonts/sohogothicpro/SohoGothicPro-Light.ttf') format('truetype'),
        url('../fonts/sohogothicpro/SohoGothicPro-Light.svg#SohoGothicPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Soho Gothic Pro';
    src: url('../fonts/sohogothicpro/SohoGothicPro-Regular.eot');
    src: url('../fonts/sohogothicpro/SohoGothicPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sohogothicpro/SohoGothicPro-Regular.woff2') format('woff2'),
        url('../fonts/sohogothicpro/SohoGothicPro-Regular.woff') format('woff'),
        url('../fonts/sohogothicpro/SohoGothicPro-Regular.ttf') format('truetype'),
        url('../fonts/sohogothicpro/SohoGothicPro-Regular.svg#SohoGothicPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Soho Gothic Pro';
    src: url('../fonts/sohogothicpro/SohoGothicPro-Thin.eot');
    src: url('../fonts/sohogothicpro/SohoGothicPro-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sohogothicpro/SohoGothicPro-Thin.woff2') format('woff2'),
        url('../fonts/sohogothicpro/SohoGothicPro-Thin.woff') format('woff'),
        url('../fonts/sohogothicpro/SohoGothicPro-Thin.ttf') format('truetype'),
        url('../fonts/sohogothicpro/SohoGothicPro-Thin.svg#SohoGothicPro-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Soho Gothic Pro';
    src: url('../fonts/sohogothicpro/SohoGothicPro-Medium.eot');
    src: url('../fonts/sohogothicpro/SohoGothicPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sohogothicpro/SohoGothicPro-Medium.woff2') format('woff2'),
        url('../fonts/sohogothicpro/SohoGothicPro-Medium.woff') format('woff'),
        url('../fonts/sohogothicpro/SohoGothicPro-Medium.ttf') format('truetype'),
        url('../fonts/sohogothicpro/SohoGothicPro-Medium.svg#SohoGothicPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



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

a:focus, a:active {
	outline: none;
	}
	
a, a img {
	border:none;
	}
	
img {
	max-width:100%;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: 'Soho Gothic Pro';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
	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: 'Soho Gothic Pro';
	}

:-moz-placeholder{
	/*color: #131313;*/
	font-family: 'Soho Gothic Pro';
	}

::-moz-placeholder{
	font-family: 'Soho Gothic Pro';
	opacity: 1;
	}

:-ms-input-placeholder{
	font-family: 'Soho Gothic Pro';
	}

textarea{
	height: 120px;
}

body{
	font-family: 'Soho Gothic Pro';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    color: #4d4d4d;
	font-size: 18px;
	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: 20px;
	}

/*body:not(.home) #main-header{
	border-bottom: solid 1px #015a5f;
  	background-color: #015a5f;
  	-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: 20px;
	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: 'Soho Gothic Pro';
    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: 6rem;*/
	}

.singular .entry-header h1.entry-title{
	color: #0b306e;
	font-family: 'Soho Gothic Pro';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
	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: 'Soho Gothic Pro';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
	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: #4d4d4d;
}

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

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

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

.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: #4d4d4d !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{
	background-color: transparent;
	position: absolute;
	z-index: 9;
}

#main-header.header-sticky, #main-header.header-transparent-menu.she-header{
	display: none;
}

#main-header.header-sticky.she-header{
	display: block;
}

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

#main-header .elementor-widget-theme-site-logo a{
	background: #ffffff;
	padding: 26px 20px 40px 20px;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	-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);
	margin-bottom: 10px;
}

#main-header.she-header .elementor-widget-theme-site-logo a{
	padding: 26px 20px 32px 20px;
	width: 100px;
}

#main-header.she-header .elementor-menu-toggle{
	color: #015a5f;
}

.mainslider .swiper-slide-contents h6{
	font-family: 'Soho Gothic Pro';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
	font-size: 40px;
	letter-spacing: 3px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.mainslider .swiper-slide-contents h3{
	font-family: 'Soho Gothic Pro';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
	font-size: 50px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.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, .top-details-list{
	margin: 0;
}

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

.btm-details-list li, .top-details-list li{
	padding-bottom: 24px;
	padding-left: 55px;
	font-size: 16px;
	margin-left: 0;
	color: #ffffff;
}

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

.btm-details-list li a:hover, .top-details-list li a:hover{
	color: #60bb46;
}

.btm-details-list li h4{
	font-size: 16px;
	font-weight: 600;
}

.btm-details-list li.location:before, .top-details-list li.location:before{
	content: "";
	background-image: url(../images/mapicon.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 36px;
	height: 37px;
	top: 2px;
	left: 0;
}

.btm-details-list li.email:before, .top-details-list li.email:before{
	content: "";
	background-image: url(../images/emailicon.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 36px;
	height: 37px;
	top: 6px;
	left: 0;
}

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

.btm-details-list.cont-list li, .btm-details-list.cont-list li a{
	color: #4a536a;
}

.btm-details-list.cont-list li.location:before{
	background-image: url(../images/mapicon-blk.png);
	background-size: 65% auto;
}

.btm-details-list.cont-list li.email:before{
	background-image: url(../images/emailicon-blk.png);
	background-size: 65% auto;
	top: 2px;
}

.ftr-top-row .elementor-widget-image{
	max-width: 120px;
}

.ftr-top-row .elementor-widget .elementor-icon-list-icon i{
	background: #60bb46;
	padding: 10px;
	border-radius: 100px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 30px
}

.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: inline-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: #60bb46;
    -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: #60bb46;
    margin-left: 0px;
}

.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: #60bb46;
}

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

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

.custom-footer-col h3.elementor-heading-title{
	font-family: 'Soho Gothic Pro';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	font-size: 20px;
	line-height: 24px;
	text-transform: capitalize;
	color: #ffffff;
	margin-bottom: 0;
	position: relative;
	letter-spacing: 0;
	transition: .1s;
}

.custom-footer-col h3.elementor-heading-title:after{
	content: "";
	position: absolute;
	background-color: rgba(255, 255, 255, 0.7);
	width: 0;
	max-width: 2em;
	height: 2px;
	right: 0;
	bottom: -8px;
	left: 0;
	transition: .1s;
}

.custom-footer-col h3.elementor-heading-title:hover:after{
	width: 2em
}

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

.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{
	color: #ffffff;
}

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

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

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

.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: 'Soho Gothic Pro';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
	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;
}

#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: 'Montserrat', sans-serif;
    font-weight: 700;
	font-size: 50px;
	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;
}

.hmbanner-right-text h2.elementor-heading-title{
	max-width: 500px;
  	position: absolute;
  	right: 0;
  	bottom: -29px;
  	background-color: rgb(0, 130, 171,0.7);
  	color: #fff;
  	padding: 24px;
  	font-weight: 500;
  	line-height: 36px;
  	display: none;
}

.mainslider-hding h2.elementor-heading-title{
	color: #ffffff;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
}

.subtitles.eael-dual-header-content-align-center {
  text-align: inherit;
}

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

.subtitles .eael-dual-header .subtext p {
  margin-bottom: 7px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0;
  color: #4d4d4d;
/*  font-weight: 500;*/
}

.subtitles .eael-dual-header .title, .subtitles .eael-dual-header .title span {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  text-transform: capitalize;
  margin: 0;
}

/* start svg styles */

/*.custom-circle-right{
	position: absolute;
	right: 0;
	bottom: 0;
}

.custom-circle-right svg {
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
}

.custom-circle-right circle {
    fill: transparent;
  stroke: orange;
  stroke-width: 30px;
  stroke-dasharray: 471;
  stroke-dashoffset: 471;
  animation: clock-animation 10s linear infinite;
   transform: rotate(-90deg);
  transform-origin: center;
}

@keyframes clock-animation {
  0% {
    stroke-dashoffset: 471;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes anti-clock-animation {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 471;
  }

}*/

/* end svg Styles */


.whwe-are-left .elementor-widget-container{
	position: relative;
	max-width: 550px;
}

.whwe-are-left .elementor-widget-container:before{
	content: "";
	position: absolute;
	background-image: url(../images/dots.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 79px;
	height: 150px;
	top: -40px;
	left: -40px;
	z-index: -9;
}

.whwe-are-left .elementor-widget-image img{
	border-bottom-right-radius: 40%;
}

.whwe-are-right ul{
	margin: 0;
}

.whwe-are-right ul li, .service-box .eael-elements-flip-box-content ul li{
	list-style-type: none;
	padding-left: 30px;
	position: relative;
	font-size: 17px;
	line-height: 30px;
	margin: 0;
}

.whwe-are-right ul li:before, .service-box .eael-elements-flip-box-content ul li:before{
	content: "";
	position: absolute;
	background-image: url(../images/list-icon-black.png);
	background-repeat: no-repeat;
	background-size: 60% auto;
	width: 28px;
	height: 28px;
	top: 7px;
	left: 0;
}

.service-row-outer .subtitles.eael-dual-header-content-align-center, 
.our-partners-row .subtitles.eael-dual-header-content-align-center{
	text-align: center;
}

.service-row-outer .subtitles .eael-dual-header .title, .service-row-outer .subtitles .eael-dual-header .title span, 
.our-partners-row .subtitles .eael-dual-header .title, .our-partners-row .subtitles .eael-dual-header .title span{
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 10px;
}

.service-row-outer .subtitles .eael-dual-header{
	margin-bottom: 20px;
}

/*.service-box .eael-elements-flip-box-icon-image > img.eael-flipbox-image-as-icon{
	margin-top: 1em;
}*/

.service-box .eael-elements-flip-box-front-container .eael-elements-flip-box-heading, 
.service-box .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading{
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

.service-box .eael-elements-flip-box-content p:empty{
	display: none;
}

.service-box .eael-elements-flip-box-content ul{
	margin: 0;
}

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

.needhelp-row .eael-dual-header .title, .needhelp-row .eael-dual-header .title span{
	font-weight: 800;
}

.needhelp-row .eael-dual-header .subtext p{
	font-size: 37px;
	margin-top: 2rem;
}

.needhelp-row .eael-dual-header .title, .needhelp-row .eael-dual-header .title span{
	max-width: 440px;
}


.halfcnt-descrp .eael-infobox .infobox-content .title{
	position: relative;
	transition: .1s;
	color: #4d4d4d;
	margin: 20px 0;
	font-size: 30px;
}

.halfcnt-descrp .eael-infobox .infobox-content .title:after{
	content: " ";
	position: absolute;
	left: 0;
	bottom: -5.5px;
	display: block;
	width: 0;
	max-width: 2em;
	height: 2px;
	margin-bottom: -.2rem;
	background-color: #60bb46;
	transition: .1s;
}

.halfcnt-descrp .eael-infobox .infobox-content .title:hover:after{
	width: 2em;
}

.halfcnt-descrp.pdt-descrp .eael-infobox .infobox-content .title{
	font-size: 28px;
	}

.halfcnt-descrp .eael-infobox .infobox-content p:empty{
	display: none;
}

.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: 'Montserrat', sans-serif;
	color: #1b1464;
	position: relative;
	margin-bottom: 36px;
}

.service-hding h3:after, .subhding h3:after{
	content: "";
	position: absolute;
	background: #1b1464;
	width: 50px;
	height: 1px;
	left: 0;
	bottom: -20px;
	right: 0;
	margin: 0 auto;
}

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

.service-col h3.elementor-image-box-title{
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	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;
}

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

.service-posts .elementor-posts .elementor-post__card{
	min-height: auto;
}

.service-posts .elementor-posts .elementor-post__card .elementor-post__text{
	position: absolute;
	padding: 20px;
	bottom: 0;
	margin: 0 !important;
}

.elementor-posts--thumbnail-top.service-posts .elementor-post__thumbnail__link{
	margin-bottom: 0;
}

/*.service-posts .elementor-post__card .elementor-post__title{
	margin-bottom: 5px;
}*/

.service-posts .elementor-posts .elementor-post__card .elementor-post__title{
	margin-bottom: 10px !important;
}

.service-posts .elementor-post__card .elementor-post__title a{
	display: block;
	width: 100%;
	color: #ffffff;
	font-weight: 400;
	font-size: 34px;
	text-shadow: 0px 4px 7px rgba(0,0,0,0.5);
}

.service-posts .elementor-posts .elementor-post__card .elementor-post__text{
	z-index: 2;
}

.service-posts .elementor-posts .elementor-post__card .elementor-post__text:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 34vh;
	z-index: -99;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,0b306d+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(125,185,232,0) 0%, rgba(11,48,109,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(11,48,109,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(11,48,109,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#0b306d',GradientType=0 ); /* IE6-9 */

}

.service-posts .elementor-posts .elementor-post__card .elementor-post__read-more{
	background: #e0e4eb;
	padding: 6px 20px;
	border-radius: 50px;
	color: #0b306e;
	font-weight: 500;
	font-size: 14px;
	text-transform: capitalize;
}

/*.service-posts .elementor-posts-container .elementor-post__thumbnail__link{
	min-height: 300px;
}*/

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

.home .custom-footer .elementor-shape .elementor-shape-fill{
	fill: #eff6f9;
}

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

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

.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;
	position: relative;
	text-align: center;
}

.inner-banner-hding h1.elementor-heading-title:after{
	content: "";
	position: absolute;
	background-color: #ffffff;
	width: 50px;
	height: 2px;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: -10px;
}

.product-banner-row .inner-banner-hding h1.elementor-heading-title::after{
	display: none;
}

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


.contact-page-right input[type="text"], .contact-page-right input[type="email"], .contact-page-right textarea{
	border: solid 2px rgba(0, 0, 0, 0.3);
	outline: none;
}

.contact-page-right input[type="submit"]{
	width: 100%;
}

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

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

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

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

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

.loction-subinr-cnt strong{
	font-size: 20px;
}

.elementor-section.loction-subinr-cnt a{
	text-decoration: underline;
	font-weight: 600;
}

.she-header{
	left: 0;
}

@media only screen and (min-width: 1024px) {
.mainmenu-toggle .elementor-column.mainmenu-toggle{
	position: absolute;
	top: 60px;
	right: 0;
}

#main-header.she-header .mainmenu-toggle .elementor-column.mainmenu-toggle{
	top: 0;
}

.mainmenu-toggle .elementor-nav-menu--toggle .elementor-menu-toggle + .elementor-nav-menu__container, 
.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: 200px;
	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: 220px;
	right: 0;
	left: auto !important;
}

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

.home-banner{
	padding: 26rem 0 24rem 0;
	position: relative;
	}

/*.home-banner:after{
	content: "";
	position: absolute;
	background-image: url(../images/circles.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 404px;
	height: 436px;
	right: -110px;
	bottom: -20px;
	z-index: 2;
	background-size: 80% auto;
}
*/
.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: 1024px) {
#main-header.she-header .elementor-menu-toggle{
	position: relative;
	top: -20px;
	right: 10px;
	}

.home-banner .elementor-widget-image img{
	width: 50%;
	max-width: 200px;
	}

.needhelp-row .eael-dual-header .subtext p {
  font-size: 30px;
  margin-top: 1rem;
	}
}

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

.hmbanner-right-text h2.elementor-heading-title{
/* 	bottom: -60px;
	padding: 14px;
	line-height: 26px;
  	font-size: 20px; */
	bottom: -60px;
padding: 14px;
line-height: 26px;
font-size: 20px;
position: relative;
z-index: 9;
	}
}

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

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

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

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

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

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

.whwe-are-left .elementor-widget-container::before{
	background-size: 50% auto;
	top: -20px;
	left: -20px;
	}

.subtitles .eael-dual-header .title, .subtitles .eael-dual-header .title span{
	font-size: 22px;
	line-height: 30px;
	}

.service-box .eael-elements-flip-box-front-container .eael-elements-flip-box-heading, .service-box .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading{
	font-size: 18px;
	}

.service-row-outer .subtitles .eael-dual-header .title, .service-row-outer .subtitles .eael-dual-header .title span, .our-partners-row .subtitles .eael-dual-header .title, .our-partners-row .subtitles .eael-dual-header .title span{
	font-size: 26px;
	}

.needhelp-row .eael-dual-header .subtext p{
	font-size: 20px;
	margin-top: 1rem;
	}

.halfcnt-descrp .eael-infobox .infobox-content .title{
	font-size: 24px;
	}

.halfcnt-descrp.pdt-descrp .eael-infobox .infobox-content .title{
	font-size: 20px;
	}

.ftr-top-row ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item{
	margin-bottom: 1em;
	}

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

.service-posts .elementor-posts .elementor-post__card .elementor-post__text{
	padding: 10px;
	}

.service-posts .elementor-post__card .elementor-post__title a{
	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;
	}

div.tlp-portfolio-container.tlp-single-detail{
	max-width: 100%;
	}

.hmbanner-right-text h2.elementor-heading-title{
	display: block;
	}
}

@media only screen and (max-width: 540px) {
	section.custom-footer { padding-left:15px !important;}
	section.custom-footer .elementor-column { margin-top:25px !important;}
	.elementor-element-e00f336 { padding-top:5px !important; }
	div.elementor-col-25:nth-child(2) { margin-top:0px !important;}
	.btm-details-list li {  padding-bottom: 14px!important; }
	section.custom-footer .elementor-widget:not(:last-child) {  margin-bottom: 12px!important; }
	div.elementor-column:nth-child(4) {  margin-top:15px !important;}
	
#main-header .elementor-widget-theme-site-logo{
	max-width: 85px;
	}

#main-header .elementor-widget-theme-site-logo a{
	padding: 23px 10px 20px 10px;
	}

#main-header.she-header .elementor-widget-theme-site-logo a{
	padding: 23px 10px 20px 10px;
	width: 70px;
	}

.home-banner .elementor-widget-image img{
	max-width: 130px;
	}

.service-row-outer .subtitles .eael-dual-header .title, .service-row-outer .subtitles .eael-dual-header .title span, .our-partners-row .subtitles .eael-dual-header .title, .our-partners-row .subtitles .eael-dual-header .title span {
  font-size: 20px;
	}
}