@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;800&display=swap');

/*

Light 300
Regular 400
Medium 500
Semi-bold 600
Extra-bold 800

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

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

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

@font-face {
    font-family: 'MarkPro';
    src: url('../fonts/markpro/MarkPro-Heavy.eot');
    src: url('../fonts/markpro/MarkPro-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/markpro/MarkPro-Heavy.woff2') format('woff2'),
        url('../fonts/markpro/MarkPro-Heavy.woff') format('woff'),
        url('../fonts/markpro/MarkPro-Heavy.ttf') format('truetype'),
        url('../fonts/markpro/MarkPro-Heavy.svg#MarkPro-Heavy') format('svg');
    font-weight: 900;
    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;
	}

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

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

::-moz-placeholder{
	font-family: 'Manrope', sans-serif;
	opacity: 1;
	}

:-ms-input-placeholder{
	font-family: 'Manrope', sans-serif;
	}

textarea{
	height: 120px;
}

body{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    color: #5d5d5d;
	font-size: 16px;
	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: 16px;
	}

body:not(.home) #site-header{
	border-bottom: solid 1px #f2f2f2;
	}

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

.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide), 
.panel-layout, .footer-inner{
	width: 100%;
	max-width: 1240px;
	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;
	}

.modal-menu a, .modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a, .modal-menu ul li a{
	color: #000000;
	font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 16px;
	}

.singular .entry-header{
	background-color: #0a4a57;
	padding: 0 0 0 0;
	margin-bottom: 6rem;
	}

.singular .entry-header h1.entry-title{
	color: #ffffff;
	font-family: 'MarkPro';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
	font-size: 32px;
	padding: 4rem 0;
	letter-spacing: 0;
	text-transform: capitalize;
	position: relative;
	}

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

.single-product .entry-header h1.entry-title{
	color: #2d2d2d;
	font-family: 'MarkPro';
    font-weight: 900;
    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: #c62a2c;
	position: absolute;
	width: 30px;
	height: 1px;
	bottom: -13px;
	left: 0;
	right: 0;
	margin: 0 auto;
	}

*/

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

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

.header-top{
	background: #0c5a6a;
	color: #ffffff;
	padding: 10px 0;
}

.header-top .section-inner{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.socials-top ul, ul.top-right{
	margin: 0;
	font-size: 15px;

}

.socials-top ul li, ul.top-right li{
	list-style-type: none;
	display: inline-block;
	margin-top: 0;
}

ul.top-right li{
	margin-left: 40px;
}

.socials-top ul li{
	margin-right: 20px;
}

.header-top a{
	color: #ffffff;
}

.socials-top ul li a:hover{
	color: rgba(255, 255, 255, 0.7);
	margin-top: -3px;
}

.top-right li.call a, .top-right li.mail a{
	position: relative;
}

.top-right li.call a:before{
	content: "";
	background-image: url(../images/phone-icon.png);
	background-repeat: no-repeat;
	background-size: 80% auto;
	position: absolute;
	width: 20px;
	height: 21px;
	top: 3px;
	left: -80px;
}

.top-right li.mail a:before{
	content: "";
	background-image: url(../images/mail-icon.png);
	background-repeat: no-repeat;
	background-size: 80% auto;
	position: absolute;
	width: 22px;
	height: 16px;
	top: 4px;
	left: -73px;
}

ul.primary-menu{
	margin: 0;
}

.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: #2d94a7;
}

.primary-menu > li.current_page_item a{
	position: relative;
}

.primary-menu > li.current_page_item a:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #2d94a7;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
}

.primary-menu a{
	font-family: 'Manrope', sans-serif;
    font-weight: 600;
	padding: 12px 10px;
	color: #5a5a5a;
	font-size: 16px;
}

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

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

.primary-menu > li:last-child{
	margin-right: 0;
}

.primary-menu > li.request-btn a{
	background-color: #2d94a7;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 12px 24px;
	color: #ffffff;
}

.nav-toggle .toggle-inner{
	padding-top: 0;
}

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

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

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

#homeslider .metaslider .caption{
	width: 100%;
	max-width: 1240px;
	padding-right: 20px;
	padding-left: 20px;
	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: 550px;
	color: #ffffff;
	text-align: left;
	padding: 4%;
	background-color: rgba(219, 0, 0, 0.9);
}

.slider-txt h3{
	font-family: 'Manrope', sans-serif;
    font-weight: 800;
	font-size: 32px;
	line-height: 32px;
	text-transform: capitalize;
	color: #ffffff;
	margin-bottom: 10px;
}

.slider-txt h5{
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 6px;
}

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

.slider-btn a{
	border: solid 1px #000000;
	background-color: #000000;
	text-transform: uppercase;
	/*-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;*/
	color: #ffffff;
	text-align: center;
	padding: 10px 6px;
	width: 100%;
	max-width: 130px;
	display: block;
	font-size: 14px; 
	font-weight: 800;
	letter-spacing: 1.5px;
	line-height: 20px;
	margin-top: 20px;
}

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

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

#homeslider .flex-control-paging li a.flex-active, .metaslider .flex-control-nav li a{
	background: #ffffff;
	border: none;
}

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

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

#homeslider .metaslider .flexslider .flex-direction-nav li a{
	width: 60px;
	height: 60px;
}

.homeslider .sow-headline-container{
	max-width: 800px;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 4%;
}

.homeslider .sow-headline-container h3.sow-headline{
	color: #ffffff;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 5px;
}

.homeslider .sow-headline-container p.sow-sub-headline{
	color: #ffffff;
	font-size: 20px;
}

.welcm-left .sow-image-container{
	max-width: 490px;
	margin: 0 auto;
	position: relative;
}

.welcm-left .sow-image-container:before{
	content: "";
	position: absolute;
	background-image: url(../images/dots.png);
	background-repeat: no-repeat;
	width: 85px;
	height: 146px;
	top: -34px;
	left: -34px;
	z-index: -999;
}

.welcm-left .sow-image-container:after{
	content: "";
	position: absolute;
	background-color: #ffffff;
	width: 120px;
	height: 90px;
	right: 0;
	bottom: 0;
	display:none;
}

.welcm-left .sow-image-container .so-widget-image{
	width: 100%;
}

.welcm-right{
	padding-right: 32%;
}

.welcm-right .sow-headline-container p.sow-sub-headline{
	font-family: 'MarkPro';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    font-size: 14px;
    letter-spacing: 2px;
    color: #2d94a7;
    margin-bottom: 7px;
}

.welcm-right .sow-headline-container h3.sow-headline{
	font-family: 'MarkPro';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    font-size: 30px;
    color: #000000;
    padding-bottom: 14px;
}

.more-btn .so-widget-sow-button .ow-button-base a, .read-btn .ow-button-base a{
	border: solid 1px #5e5e5e;
	background-color: transparent;
	text-transform: uppercase;
	border-radius: 0;
	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;
}

.more-btn .so-widget-sow-button .ow-button-base a.ow-button-hover:hover, 
.read-btn .ow-button-base a.ow-button-hover:hover{
	border: solid 1px #5e5e5e;
	background-color: #5e5e5e;
	color: #ffffff;
	letter-spacing: 2px;
}

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

.get-btn .so-widget-sow-button .ow-button-base a{
	background: #db0000;
	border: none;
	padding: 18px 36px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	font-weight: 800;
}

.get-btn .so-widget-sow-button .ow-button-base a.ow-button-hover:hover{
	background: #ffffff;
	border: none;
}

.wppsac-sub-content{
	font-size: 16px;
}

.wppsac-post-carousel.design-1 .wppsac-post-image-bg{
	width: 100%;
}

.wppsac-post-carousel.design-1 .wppsac-post-image-bg a{
	width: 100%;
	display: block;
}

.home-blog .wppsac-post-carousel.design-1 .slick-prev{
	left: auto !important;
	right: 50px;
	top: -43px;
}

.home-blog .wppsac-post-carousel.design-1 .slick-next{
	right: 0 !important;
	left: auto;
	top: -43px;
}

.home-blog .wppsac-post-carousel.design-1 .wppsac-post-image-bg{
	margin-bottom: 0;
}

.home-blog .wppsac-post-content-position{
	background: #fff;
	margin-top: 0;
	padding: 8%;
}

.home-testmonials .sp-testimonial-free-section .slick-dots, .logo-slider .wpls-logo-showcase .slick-dots,
.wpls-logo-showcase button.slick-arrow{
	display: none !important;
}

.home-testmonials .textwidget h5{
	font-family: 'MarkPro';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5%;
}

.home-blog .wppsac-post-carousel button.slick-next {
    background: transparent url(../images/arrow-right.png) center center no-repeat !important;
    width: 40px;
    height: 37px;
}

.home-blog .wppsac-post-carousel button.slick-prev {
    background: transparent url(../images/arrow-left.png) center center no-repeat !important;
    width: 40px;
    height: 37px;
}

.home-blog .wppsac-post-carousel.design-1 .wppsac-post-title a{
	margin-bottom: 10px;
	display: block;
}

.home-testmonials{
	text-align: center;
}

.home-testmonials .sp-testimonial-free-section .tfree-client-testimonial .tfree-testimonial-content{
	max-width: 840px;
    margin: 0 auto;
    display: block;
}

.home-blog-row img.attachment-full{
	background-size: cover;
	height: 100%;
}

.home-testmonials h3.widget-title, .home-blog h3.widget-title{
	font-family: 'MarkPro';
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	font-size: 24px;
	color: #000000;
}

.home-testmonials #sp-testimonial-free-wrapper-143 .sp-testimonial-free-section .slick-prev, 
.home-testmonials #sp-testimonial-free-wrapper-143 .sp-testimonial-free-section .slick-next,
.home-testmonials #sp-testimonial-free-wrapper-143 .sp-testimonial-free-section .slick-prev:hover, 
.home-testmonials #sp-testimonial-free-wrapper-143 .sp-testimonial-free-section .slick-next:hover{
	background-color: transparent;
	border: none;
}

.home-testmonials #sp-testimonial-free-wrapper-143 .sp-testimonial-free-section .slick-prev .fa, 
.home-testmonials #sp-testimonial-free-wrapper-143 .sp-testimonial-free-section .slick-next .fa,
.home-testmonials #sp-testimonial-free-wrapper-143 .sp-testimonial-free-section .slick-prev:hover .fa, 
.home-testmonials #sp-testimonial-free-wrapper-143 .sp-testimonial-free-section .slick-next:hover .fa{
	font-size: 50px !important;
	color: #ccc9c9 !important;
}

.home-testmonials h3.widget-title{
	margin-bottom: 10px;
}

.home-testmonials #sp-testimonial-free-wrapper-143 .sp-testimonial-free-section .tfree-client-name,
.home-testmonials #sp-testimonial-free-wrapper-143 .sp-testimonial-free-section .tfree-client-designation{
	color: #2d94a7;
}

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

.footer-nav-widgets-wrapper{
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/*background-attachment: fixed;*/
	font-family: 'Manrope', sans-serif;
    font-weight: 400;
	color: #ffffff;
	position: relative;
}

.footer-widgets.column-one, .contact-page-form .half-fields-row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.footer-widgets.column-one .widget, .footer-widgets.column-two .widget{
	margin-top: 0;
}

.footer-widgets.column-one .widget{
	width: calc(100%/2 - 75px);
}

.footer-widgets.column-one{
	width: 60%;
}

.footer-widgets.column-two{
	width: 35%;
}

.footer-nav-widgets-wrapper h2.widget-title{
	font-size: 25px;
	letter-spacing: 0;
	color: #ffffff;
	font-family: 'MarkPro';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    margin-bottom: 0;
    padding-bottom: 26px;
}

.footer-widgets.column-one .widget-title{
	margin-bottom: 0;
}

.footer-nav-widgets-wrapper .widget_nav_menu li a{
	color: #fff;
	font-weight: 400;
	line-height: 30px;
	position: relative;
}

.footer-widgets-wrapper .widget_nav_menu a:before {
    content: "\f0da";
    position: absolute;
    font-size: 0;
    width: 0;
    top: -4px;
    left: -13px;
    font-family: "fontawesome";
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.footer-nav-widgets-wrapper .widget_nav_menu li a:hover {
    margin-left: 13px;
    color: #ffffff;
}

.footer-widgets-wrapper .widget_nav_menu a:hover:before {
    width: 10px;
    font-size: 18px;
    color: #ffffff;
}

.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;
	margin-top: 0;
}

.btm-details-list li{
	padding-bottom: 10px;
	padding-left: 54px;
	margin-bottom: 16px;
	list-style-type: none;
	line-height: 30px;
	color: #ffffff;
}

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

.btm-details-list li a:hover{
	color: rgba(255, 255, 255, 0.7);
}

.btm-details-list li.location:before{
	content: "";
	background-image: url(../images/map-icon.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 20px;
	height: 30px;
	top: 4px;
	left: 0;
}

.btm-details-list li.email:before{
	content: "";
	background-image: url(../images/mail-icon.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 22px;
	height: 16px;
	top: 6px;
	left: 0;
}

.btm-details-list li.call:before{
	content: "";
	background-image: url(../images/phone-icon.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 20px;
	height: 21px;
	top: 5px;
	left: 0;
}

.socials-btm ul{
	margin-left: 0;
}

.socials-btm ul li{
	display: inline-block;
	margin-right: 10px;
	margin-top: 0;
}

.socials-btm ul li a{
	background: #ffffff;
	border: solid 1px #ffffff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #0a4a57;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
}

.socials-btm ul li a:hover{
	background: #2d94a7;
	border: solid 1px #2d94a7;
	color: #ffffff;
}

.search-results h2.entry-title{
	font-size: 30px;
}

#site-footer{
	background-color: #0a4a57;
	padding: 14px 0;
	position: relative;
}

.home .footer-nav-widgets-wrapper, .woocommerce-shop .footer-nav-widgets-wrapper{
	margin-top: 0;
}

.footer-credits{
	width: 100%;
}

.footer-credits p{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
}

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

.footer-credits a:hover{
	color: #2d94a7;
}

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

.faq-page #sp-ea-176.sp-easy-accordion .sp-ea-single{
	background: transparent;
	border: none;
	border-bottom: solid 1px #ccc;
	border-radius: 0;
}

.faq-page #sp-ea-176.sp-easy-accordion > .sp-ea-single > .ea-header a{
	color: #000000;
}

.contact-page-left input[type="submit"]{
	width: 160px;
	letter-spacing: 1px;
	border: solid 1px #000000;
}

.contact-page-left input[type="submit"]:hover{
	letter-spacing: 2px;
	background: transparent;
	border: solid 1px #000000;
	color: #000000;
}

.contact-page-right iframe{
	background-color: #ffffff;
	box-shadow: 0 0 22px -2px #f1eeee;
	-webkit-box-shadow: 0 0 22px -2px #f1eeee;
	-moz-box-shadow: 0 0 22px -2px #f1eeee;
	border: solid 13px #fff;
}

.rpsw-btn{
	padding: 8px 20px;
}

.rpsw-post-grid .rpsw-post-image-bg{
	margin-bottom: 13px;
}

.rpsw-sub-content{
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
	text-align: left;
}

label{
	font-weight: 500;
}

.rpsw-last{
	padding-right: 0;
}

.rpsw-image-outter{
	margin-bottom: 24px;
}

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

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

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

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

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

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

h3.third-hd, h3.blue-hd{color: #2d94a7;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 24px;
}

.list-items{list-style-type:none;}

.list-items li{align-items: flex-start;
display: flex;}

.list-items li::before{
content: '\f046';
color: #2d94a7;
display: inline-block;
margin-right: 10px;
font-family: "FontAwesome";
font-size:18px;
}

#service-pg p strong, #service-pg p b{font-size: 17px;
    font-weight: 700;
    color: #0a4a57;
    margin-top: 14px;}



@media screen and (max-width:520px){
	h3.third-hd, h3.blue-hd {font-size:20px;}
}