@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');

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

/*
 font-family: "Figtree", serif;
 font-family: "Poppins", sans-serif;
 font-family: "Teko", sans-serif;
*/

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

ul, li, ol {
	list-style-type:none;
	}
	
.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: "Figtree", serif;
    font-weight: 800;
    font-style: normal;
    font-display: swap;
	margin:0px;
	padding:0px;
	letter-spacing:0px;
	text-transform:none;
	line-height: 1.25;
	}
	
h1 {
	font-size:38px;
	}
	
h2 {
	font-size:36px;
	}
	
h3 {
	font-size:30px;
	}
	
h4 {
	font-size:26px;
	}
	
h5 {
	font-size:20px;
	}
	
h6 {
	font-size:18px;
	}
	
p{
	margin-bottom:0.8em!important;	
	padding-bottom:0px;
	}

iframe{
	width: 100%!important;
	}

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

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

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

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

textarea{
	height: 120px;
}

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

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
font-family: "Figtree", serif;
}

.entry-content cite, .entry-content figcaption, .entry-content table, .entry-content address, .entry-content .wp-caption-text, .entry-content .wp-block-file, .entry-content{
font-family: "Poppins", sans-serif;
font-size:16px;
}

.widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary{
font-family: "Poppins", sans-serif; 
	font-size:16px;
}

body:not(.home) #site-content {
	padding-bottom: 30px;
}

#site-content {
    min-height: 100vh;
}

.home .entry-header, .header-titles .site-description, .toggle-inner .toggle-text{
	display: none;
	}
	
.entry-categories, .post-meta-wrapper {
  display: none;
	}
body:not(.overlay-header) .header-inner .toggle-wrapper::before{
	background-color: transparent;
	}

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

.entry-content p, .entry-content li{
	line-height: 26px;
	font-size: 16px;
	}
	
.single-post .post-inner {
	padding-top: 2rem;
}

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

.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide), 
.elementor-section.elementor-section-boxed > .elementor-container{
	width: 100%;
	max-width: 100%;
	}

body:not(.elementor-page) .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide), 
.panel-layout, .footer-inner, .primary-menu-wrapper, .elementor-section.elementor-section-boxed > .elementor-container,
.e-con > .e-con-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.6rem;
	max-width: 1.6rem;
	width: 1.6rem;
	}

.modal-menu a, .modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a, .modal-menu ul li a{
	color: #000000;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-weight: 400;
    font-size: 16px;
	}

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

.singular .entry-header h1.entry-title{
	color: #000000;
	font-family: "Figtree", serif;
	font-weight: bold;
	font-size: 26px;
	padding: 1rem 0;
	letter-spacing: 0;
	text-transform: uppercase;
	position: relative;
	}

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

.single-product .entry-header h1.entry-title{
	color: #2d2d2d;
	font-family: "Figtree", serif;
	font-weight: bold;
	font-size: 26px;
	padding: 1rem 0 1rem 0;
	letter-spacing: 0;
	text-transform: uppercase;
	position: relative;
	}

.single-post .entry-header{
	margin-bottom: 2rem;
	}

button.close-nav-toggle svg, button.close-nav-toggle .toggle-text{
	color: #000000;
}
a {
    color:#8ed6ba;
}
a:hover {
    color:#074d77;
}

body.single-post .pagination-single,
body.single-post .comments-wrapper,
.singular .intro-text {
    display: none;
}

.header-footer-group .color-accent {
	color: #444647;
}
.search-results .archive-title {
	font-size: 2rem;
	letter-spacing: normal;
	color: #444647;
}
.search-results .archive-header {
	padding: 3rem 0;
}
.search-results h2.entry-title {
	font-size: 2.4rem;
	text-align: left;
}
.search-results .entry-title a {
	font-size: 30px;
}
.search-results .post-inner {
	padding-top: 1rem;
}
.search-results .post-separator,
.pagination-separator{
	margin: 20px auto;
}
.singular .featured-media::before {
    background: transparent;
}
body:not(.elementor-page) .entry-content > h1, 
body:not(.elementor-page) .entry-content > h2, 
body:not(.elementor-page) .entry-content > h3, 
body:not(.elementor-page) .entry-content > h4, 
body:not(.elementor-page) .entry-content > h5, 
body:not(.elementor-page) .entry-content > h6 {
    margin-bottom: 1.5rem !important;
}
body:not(.elementor-page) .entry-content > ul {
    margin: 2rem auto !important;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 5px 0px;
}
body .elementor-heading-title {
	line-height: 1.2;
	letter-spacing:normal;
}
.wpcnfm-feilds {
    display: flex;
    gap: 10px;
}
.wpcnfm-feild {
    width: 100%;
}

.elementor-element .elementor-icon-list-items .elementor-icon-list-item {
	width: fit-content;
}
.elementor-element .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
    display: block;
}
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
  width: 100%;
}
.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description {
	margin-bottom: 0px !important;
}
.home .elementor-location-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
}
body:not(.home) .elementor-location-header {
	background-color: #074d77;
}
.elementor-slides .swiper-slide-inner .elementor-slide-description .slider-link-btns a {
	background: transparent;
	border: 1px solid #8ed6ba;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	color: #fff;
	padding: 15px 30px;
	border-radius: 50px;
}
.elementor-slides .swiper-slide-inner .elementor-slide-description .slider-link-btns a:hover {
	background-color: #8ed6ba;
	color: #000;
}
.slider-link-btns {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	gap: 15px;
	align-items: center;
}












body .our-services-stn .elementor-element .premium-blog-post-outer-container .premium-blog-post-container {
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #000;
}
body .our-services-stn .elementor-element .premium-blog-post-outer-container .premium-blog-post-container:hover {
    background-color: #074d77;
    border-color: #074d77;
}
body .our-services-stn .elementor-element .premium-blog-post-container .premium-blog-thumb-effect-wrapper {
/*     float: left; */
    width: 75px;
    max-width: 100%;
    margin: 10px 10px 10px 0px;
    padding: 18px;
    border: 1px solid #000;
    border-radius: 15px;
}
body .our-services-stn .elementor-element .premium-blog-post-outer-container .premium-blog-post-container:hover .premium-blog-thumb-effect-wrapper {
    background-color: #051d30;
}
body .our-services-stn .elementor-element .premium-blog-post-outer-container .premium-blog-post-container:hover .premium-blog-thumb-effect-wrapper img{
    filter: invert(10);
}
body .our-services-stn .elementor-element .premium-blog-post-outer-container .premium-blog-post-container:hover .premium-blog-content-wrapper a, 
body .our-services-stn .elementor-element .premium-blog-post-outer-container .premium-blog-post-container:hover .premium-blog-content-inner-wrapper p {
    color: #fff;
}
body .our-services-stn .elementor-element .premium-blog-post-outer-container .premium-blog-post-container:hover .premium-blog-excerpt-link {
    background-color: #051d30;
}
body .our-services-stn .elementor-element .premium-blog-post-container .premium-blog-content-wrapper .premium-blog-content-inner-wrapper {
    margin-top: 20px;
}
body .our-services-stn .elementor-element .premium-blog-inner-container .premium-blog-entry-title {
    padding: 10px 8px;
}
body .our-services-stn .elementor-element .premium-blog-inner-container .premium-blog-entry-title a {
    color: #051d30;
    font-size: 25px;
}
body .our-services-stn .premium-blog-inner-container .premium-blog-entry-meta {
    display: none;
}
.our-best-team-stn .elementor-element .premium-person-container .premium-person-image-container {
    background-color: #8ed6ba;
    border-radius: 150px 150px 0px 0px!important;
    padding:15px 15px 0px 15px;
}
.our-best-team-stn .elementor-element .premium-person-container .premium-person-info {
    background-color: #8ed6ba;
    border-radius: 0px 0px 150px 150px;
    padding: 0px 15px 15px 15px;
}
button, .button, .faux-button, .wp-block-button__link, input[type="button"], input[type="reset"], input[type="submit"] {
	font-size: 1.5rem;
	font-weight: 400;
}






.ftr-tp-stn .wpcf7-form-control-wrap textarea {
	height: 52px;
}
.ftr-tp-stn .submit-field .wpcf7-submit {
	font-size: 15px;
	font-weight: normal;
	background-color: #000;
	border-radius: 1px;
}

@media (min-width: 1025px){
.elementor-section .elementor-container.elementor-column-gap-default {
	column-gap: 50px;
}
}


@media (max-width: 768px){
.entry-content p, .entry-content li{
	font-size: 15px;
	}
h1 {
    font-size: 34px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
.elementor-location-header .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content {
	display: none;
}
.hm-abt-us-stn .elementor-element .elementor-widget-icon-box .elementor-icon-box-wrapper {
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.hm-abt-us-stn .elementor-element .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
	margin-bottom: 0px;
}

}

@media (max-width: 480px){
.wpcnfm-feilds {
    display: block;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
.elementor-slides .swiper-slide-inner .elementor-slide-description .slider-link-btns a {
	font-size: 14px;
	padding: 8px 16px;
}

}