/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/
Template: astra
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
*/
/* @import url("fa7all.css");
@import url("bootstrap.min.css"); */
html {
	font-size: 16px;
}
/* overriding the transparent header's positioning */
.ast-theme-transparent-header #masthead {
	position: relative !important;
}
.ast-container, .ast-container-fluid {
	padding: 0;
}
.pageWrapper {
	width: 1500px;
	max-width: 100%;
	margin: auto;
	overflow-x: clip;
	padding: 1rem;
}
.pageWrapper p {
	font-size: 1.125rem;
	line-height: 1.5;
	color: #282828;
	font-weight: 400;
}
.qhbCTA {
	height: 45px;
	padding: 0 2rem;
	display: inline-flex;
	text-decoration: none !important;
	align-items: center;
	justify-content: center;
	font-family: 'Work Sans',sans-serif;
	font-size: 1.25rem;
	line-height: 0;
	font-weight: 600;
	color: #fff !important;
	background-color: #00355C;
	transition: 250ms ease;
	border-radius: 40px;
}
.qhbCTA:hover {
	background-color: #0088BD;
	color: #fff;
}
.qhbCTAFlip {
	background-color: #0088BD;
	border: 2px solid #0088BD;
}
.qhbCTAFlip:hover {
	background-color: #00355C;
}
.twoCards {
	display: flex;
	gap: 2rem;
	align-items: center;
	margin-bottom: 3rem;
}
.twoCards > div {
	flex: 0 1 49%;
	flex-wrap: wrap;
}
.flip {
	flex-direction: row-reverse;
}
.threeCards {
	display: flex;
	gap: 2rem;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 3rem;
}
.threeCards > div {
	flex: 0 1 31%;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.greyBG {
	background-color: #f6f6f6;
}
.greydient {
	background-image: linear-gradient(180deg,rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%);
	border-top: 2px solid #0088bd;
	display: flex;
	flex-direction: column;
	width: 450px;
	max-width: 95%;
	margin: 35px auto 0;
	padding: 2rem;
}
.greydient p {
	margin: 0;
	font-weight: 900;
	color: #00355C;
}
.greydient li {
	list-style: none;
	color: #0088bd;
	font-weight: 600;
}
.greydient li:before {
  content: "✓";
  transform: scale(.8);
  transform-origin: center right;
}
.shorty {
	width: 100px;
	border-top: 2px solid #00355c;
	margin: 25px auto;
}
.gform_fields {
	text-align: left;
}
@media screen and (max-width: 767px) {
	.twoCards,
	.threeCards,
	.flip {
		flex-direction: column;
	}
	.twoCards > div,
	.threeCards > div{
		flex: 0 1 100%;
	}
	.greydient {
		padding: 1rem;
	}
}