/**
Theme Name: Astra Child Hardcoded Homepage
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

html{
    background-color: gray;
	overflow-x: hidden;
	scroll-padding-top: 168px;
}
body, head, header, footer, .site-below-footer-wrap {
    max-width: 1920px;
    margin: auto;  
}
body{
    box-shadow: 1px 1px 15px 8px #000000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	overflow-x: hidden;
	--wp--custom--ast-content-width-size: 100% !important;
}
h1, h2, h3, h3, h5, h6 {
	font-weight: bold;
}
a {
	text-decoration: none;
}
#ast-scroll-top {
	border: 1px solid var(--ast-global-color-2);
}
.btn2 {
	border-color: var(--ast-global-color-0);
	color: var(--ast-global-color-0);
}
.btn2:hover {
	background-color: var(--ast-global-color-0);
	border-color: var(--ast-global-color-0);
	color: var(--ast-global-color-2);
}

.mobileVisible, .mobileInlineVisible, .mobileFlexVisible, .tabletDisplayBlock {
	display: none !important;
}

.mobileVisible.holdon {
	display: block !important;
}


@media (max-width: 938px) {
	html {
		scroll-padding-top: 118px;
	}
}
@media (max-width: 921px) {
	html {
		scroll-padding-top: 82px;
	}
}
@media (max-width: 767px) {
	.mobileVisible {
		display: block !important;
	}
	.mobileInlineVisible {
		display: inline !important;
	}
	.mobileFlexVisible {
		display: flex !important;
	}
	.mobileInvisible {
		display: none !important;
	}
	.btn {
		width: 175px;
		padding: 5px;
	}
	.btnWhiteBorder, .btnRedBorder {
		font-size: 16px !important;
		background-color: #C32124;
		border-color: #C32124;
		color: white;
	}
	.btnWhiteBorder:hover {
		background-color: transparent;
		border-color: white;
		color: white;
	}
	.btnRedBorder:hover {
		background-color: transparent;
		border-color: #C32124;
		color: #C32124;
	}
}
@media (max-width: 1100px) {
	.tabletDisplayNone {
		display: none !important;
	}
	.tabletDisplayBlock {
		display: block !important;
	}
}

/* Blog */
.blog .btn {
	width: 100% !important;
}
.blog .ast-row {
	max-width: 1260px;
	margin: auto !important;
	padding: 85px 10px 0;
}
.ast-width-md-4 {
    width: 50%;
}
.blog-layout-1 {
	text-align: center;
	background: var(--ast-global-color-2);
}
.blog-layout-1 h2, .blog-layout-1 p {
	padding: 0 40px;
} 
.blog-layout-1 p {
	margin-bottom: 30px;
}
.blog-layout-1 h2 a {
	font-weight: bold;
	font-size: 35px;
	font-family: Montserrat !important;
	text-transform: uppercase !important;
}
.ast-blog-featured-section {
	float: unset !important;
	min-height: fit-content;
	margin-bottom: 30px !important;
}
.ast-blog-featured-section img {
	width: 100% !important;
}
.post-content {
	height: 100%;
	position: relative;
    display: flex;
    flex-direction: column;
}
.ast-article-post {
	margin-bottom: 60px !important;
}
.read-more a {
	color: var(--ast-global-color-0);
	font-size: 20px;
	padding: 9px 28px;
	border: 4px solid var(--ast-global-color-0);
	border-radius: 6px;
	display: block;
    width: fit-content;
    margin: auto;
}
.read-more a:hover {
	background-color: var(--ast-global-color-0);
	color: var(--ast-global-color-2);
}
.blog .nav-links {
	max-width: 1200px;
    width: fit-content;
    padding: 0 30px;
	margin: auto;
    display: flex;
    justify-content: center;
    gap: 30px 60px;
	flex-wrap: wrap;
}
.ast-pagination {
	padding: 0 30px 60px !important;
}
.blog .page-numbers.current {
    border-radius: 6px;
}
.blog .page-numbers {
	display: none;
}
.blog .prev, .blog .next {
	color: var(--ast-global-color-0);
    font-size: 20px;
    padding: 0 20px 40px !important;
    border: 4px solid var(--ast-global-color-0);
    border-radius: 6px;
	width: 220px !important;
	position: relative;
	display: inline-block;
}
.blog .prev:focus, .blog .next:focus {
	display: flex !important;
	width: 220px !important;
}
.blog .next .ast-right-arrow { 
	margin-left: 17px;
}
.blog .page-numbers {
	color: var(--ast-global-color-0);
	font-size: 20px;
    border: 4px solid var(--ast-global-color-0);
    border-radius: 6px;
	position: relative;
    z-index: 1;
}
.blog .page-numbers:hover {
    color: var(--ast-global-color-2);
	background-color: var(--ast-global-color-0);
}
.blog .page-numbers:hover {
    color: var(--ast-global-color-2);
	background-color: var(--ast-global-color-0);
}
.blog .page-numbers:hover .blogArrows svg {
    fill: var(--ast-global-color-2) !important;
}
.blog .dots {
	border: none;
	transform: scale(2.5);
	position: relative;
    z-index: 0;
	top: -10px;
}
.blog .dots:hover {
    color: var(--ast-global-color-0);
	background-color: var(--ast-global-color-2);
}
@media (max-width: 921px) {
	.blog .btn {
		color: black;
		background: var(--ast-global-color-2);
		border-color: var(--ast-global-color-2);
	}
	.blog .btn:hover {
		color: var(--ast-global-color-2);
		background: transparent;
		border-color: var(--ast-global-color-2);
	}
	.blog .ast-row {
		padding: 60px 0 0;
	}
	.blog .ast-width-md-4 {
   		padding-left: 10px;
		padding-right: 10px;
	}
	.blog .ast-grid-common-col {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.blog-layout-1 h2 {
		line-height: 24px !important;
	}
	.blog-layout-1 h2, .blog-layout-1 p {
		padding: 0 30px;
	} 
	.blog-layout-1 p {
    	margin-bottom: 35px;
	}
	.blog-layout-1 .entry-meta {
		bottom: 25px;
	}
}
/* Blog Post Page */
.single-layout-1 .entry-header img {
	object-fit: cover;
    width: 100%;
}
.single-layout-1 h1 {
	color: var(--ast-global-color-0) !important;
	font-weight: bold;
	font-size: 55px !important;
	font-family: Montserrat !important;
	text-align: center !important;
}
.single-layout-1 h2, .single-layout-1 h3, .single-layout-1 h4, .single-layout-1 h5, .single-layout-1 h6 {
	color: black !important;
	text-transform: uppercase !important;
	font-weight: bold;
}
.single-layout-1 a {
	color: var(--ast-global-color-0) !important;
}
.single-post ul, .single-post ol {
	margin-left: 20px !important;
}
.single-post .entry-meta {
	text-align: center;
}
.single-post .entry-meta .published {
	color: var(--ast-global-color-0) !important;
}
.customNextAndPrevBtns {
	display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: auto;
	padding: 50px 0;
}
.single .post-navigation {
	display: none;
}
.nav-previous, .nav-next {
	width: 212px;
	text-align: center;
}
.nav-previous, .nav-next, .returnToBlogs {
    font-size: 20px;
    border: 4px solid var(--ast-global-color-0);
    border-radius: 6px;
	width: 220px;
	padding: 9px 0 !important;
	display: flex;
	align-items: center;
    justify-content: center;
}
.nav-previous a, .nav-next a, .returnToBlogs {
	color: var(--ast-global-color-0) !important;
}
.returnToBlogs { 
	text-align: center;
}
.nav-previous:hover svg, .nav-next:hover svg {
	fill: var(--ast-global-color-2) !important;
}
.nav-previous:hover, .nav-next:hover, .returnToBlogs:hover {
	background-color: var(--ast-global-color-0);
}
.nav-previous:hover a, .nav-next:hover a, .returnToBlogs:hover {
	color: var(--ast-global-color-2) !important;
}
@media (max-width: 767px) {
	.single-layout-1 h1 {
		font-size: 30px !important;
	}
	.customNextAndPrevBtns {
    	flex-wrap: wrap;
		justify-content: center;
    	gap: 20px;
	}
	.topPrevAndNextBtns {
		display: none;
	}
	.single-post .post-thumb {
		padding-top: 50px;
	}
}
@media (max-width: 500px) {
	.shareArticle {
		width: 100%;
	}
}

/* Subpages */
.subpageHero .wp-block-cover__background {
/*	background-color: var(--ast-global-color-0) !important; */
	background-color: rgba(0,0,0,0.1) !important;
	mix-blend-mode: multiply;
	opacity: 100% !important;
}
.h100, .h100 > .kt-inside-inner-col, .h100 > .kt-inside-inner-col > figure, .h100 > .kt-inside-inner-col > figure > img {
	height: 100%;
}
.h100 img {
	object-fit: cover;
}
.w100 img, .w100 {
	width: 100%;
}
.mlAuto {
	margin-left: auto;
}
.mrAuto {
	margin-right: auto;
}
.uppercase {
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.subpageHero h1 {
		line-height: 43px !important;
		margin-bottom: 34px !important;
	}
	.textImgSection .kt-row-column-wrap div:first-of-type .kt-inside-inner-col, 
	.imgTextSection .kt-row-column-wrap div:last-of-type .kt-inside-inner-col {
		padding: 60px 30px 30px !important;
	}
	.textImgSection h2, .textImgSection p, .imgTextSection h2, .imgTextSection p {
		max-width: none !important;
	} 
	.textImgSection h2, .imgTextSection h2 {
		margin-bottom: 30px !important;
	}
	.imgTextSection .kt-row-column-wrap, .imgTextSectionMW1260 .kt-row-column-wrap {
		display: flex !important;
    	flex-direction: column-reverse;
	}
	.imgTextSectionMW1260 .kt-row-column-wrap {
		padding: 46px 30px 60px !important;
	}
	.imgTextSectionMW1260 .w100 {
		width: 100vw;
	}
	.imgTextSectionMW1260 h2, .imgTextSectionMW1260 p {
		text-align: center !important;
	}
	.imgTextSectionMW1260 .wp-block-kadence-advancedbtn {
		justify-content: center !important;
	}
	.mobileH60 {
		height: 60px !important;
	}
	.mobileH35 {
		height: 35px !important;
	}
	.mobileH0 {
		height: 0 !important;
	}
	.mobilePT60 {
		padding-top: 60px !important;
	}
	.mobilePY60RL > .kt-row-column-wrap {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
}
@media (max-width: 500px) {
	.at500Font30 {
		font-size: 30px !important;
	}
}

/* Service Area Page */
@media (max-width: 1100px) {
	.citiesTitleRL .kt-row-column-wrap {
		text-align: center;
		padding: 40px 30px 20px !important;
	}
	.tabletServiceAreas .kt-row-column-wrap {
		grid-template-columns: repeat(2,1fr) !important;
	}
}

/* About Us Page */
.teamSection {
	display: flex; 
	flex-wrap: wrap; 
	gap: 60px 40px;
	justify-content: center;
}
.textSection {
	background-color: var(--ast-global-color-2);
	text-align: center;
	padding: 30px;
}
.textSection h2 {
	margin-bottom: 20px;
	font-weight: bold;
}
.textSection h3 {
	margin-bottom: 0;
	font-weight: bold;
}
.pagination-infinite {
	text-align: center;
    color: var(--ast-global-color-2);
    font-size: 35px;
    font-weight: bold;
	padding-top: 60px;
}
.load-more {
	cursor: pointer;
}
@media (max-width: 767px) {
	.teamSection {
		padding: 0 30px;
		row-gap: 27px;
	}
	.employeeSection img {
		width: 100%;
	}
	.page-id-49 .textImgSection {
		padding-bottom: 60px;
	}
}

/* Gallery Page */
.secondaryBtnColors {
	background-color: var(--ast-global-color-1);
}
.secondaryBtnColors > span {
	border-color: var(--ast-global-color-2) !important;
	color: var(--ast-global-color-2) !important;
}
.secondaryBtnColors > span:hover {
	color: var(--ast-global-color-1) !important;
    background-color: var(--ast-global-color-2) !important;
}
.secondaryImage.active {
	opacity: 100% !important;
}
.page-id-53 .wp-block-kadence-rowlayout .kt-blocks-carousel .splide--nav>.splide__track>.splide__list>.is-active {
	filter: brightness(0.5);
}
@media (max-width: 767px) {
	.kb-blocks-slider[data-slider-type=thumbnail]:not(.kt-blocks-carousel-init).splide:not(.is-overflow) .splide__list {
    flex-wrap: wrap;
		gap: 10px;
	}
	.page-id-53 .wp-block-kadence-rowlayout .kt-blocks-carousel .splide--nav>.splide__track>.splide__list>.splide__slide {
		border: 0;
		width: calc(100% / 3 - 7px) !important;
		margin: 0 !important;
	}
	.gallerySection h2 {
		text-align: center;
		padding: 0 30px;
	}
	.gallerySection > div {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#seeMoreBtn {
		padding-top: 0 !important;
    	padding-bottom: 60px !important;
	}
}
@media (min-width: 768px) {
	.kt-blocks-carousel-init {
		margin-bottom: 20px !important;
	}
}

@media (max-height: 950px) {
	.gallerySection .kt-row-column-wrap {
		max-width: 950px !important;
	}
}
@media (max-height: 890px) {
	.gallerySection .kt-row-column-wrap {
		max-width: 750px !important;
	}
}
@media (max-height: 760px) {
	.gallerySection .kt-row-column-wrap {
		max-width: 690px !important;
	}
}

.footerSocialsDiv {
	display: flex; 
	gap: 35px; 
	justify-content: center; 
	align-items: center; 
	max-width: 475px; 
	margin: auto; 
	width: 100%;
}

.socialHeaderarea {
	display: flex;
	gap: 20px;
}

.hpsqslider .kb-splide .splide__pagination, .kb-splide ul.splide__pagination.splide__pagination {
    bottom: -25px;
    left: 0;
    padding: 0 !important;
    position: absolute;
    right: 0;
    z-index: 1;
	width: 100%;
	display: flex !important;
	flex-wrap: wrap !important;
}

.hpsqslider .kb-splide .splide__pagination li {
    line-height: 0;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
    border: 1px solid #073784 !important;
 /*   width: 16.3%; */
    flex: 1 1;
}

.hpsqslider .kb-splide .splide__pagination__page {
    background: #073784;
    border: 0;
    border-radius: 0%;
    display: inline-block;
    height: 10px;
    margin: 0px;
    opacity: 0;
    padding: 0;
    transition: opacity .2sease-in-out;
	width: 100%;
}

.hpsqslider .kb-splide .splide__pagination__page.is-active {
    background: #073784;
    opacity: 1;
}

