/* Theme Stylesheet */


/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

body{
    font-family: "Poppins", sans-serif;
	font-weight: 400;
	background-color: #fff;
	font-size: 16px;
	line-height: 1.5;
}


/* Font Styles */
h1{
	font-size: 3.125rem;
	line-height: 1.2;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
	color:#ffffff;
	margin: 0 0 0.25em 0;
}
.home-hero-slider h1{
	font-size: 3.75rem;
}
@media (max-width:1660px) {
	.home-hero-slider h1{
		font-size: 3.5rem;
	}
}
@media (max-width:1440px) {
	h1{
		font-size: 3rem;
	}
	.home-hero-slider h1{
		font-size: 3.25rem;
	}
}
@media (max-width:1280px) {
	.home-hero-slider h1{
		font-size: 3rem;
	}
}
@media (max-width:1024px) {
	.home-hero-slider h1,
	h1{
		font-size: 2.75rem;
	}
}
@media (max-width:800px) {
	.home-hero-slider h1,
	h1{
		font-size: 2.5rem;
	}
}
@media (max-width:550px) {
	.home-hero-slider h1,
	h1{
		font-size: 2.25rem;
	}
}
@media (max-width:440px) {
	.home-hero-slider h1,
	h1{
		font-size: 2rem;
	}
}
.blog-header .single-blog h1,
h2{
	font-size: 2.5rem;
	line-height: 1.2;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
	color:#27397B;
	margin: 0 0 0.25em 0;
}
@media (max-width:1440px) {
	.blog-header .single-blog h1,
	h2{
		font-size: 2.25rem;
	}
}
@media (max-width:1280px) {
	.blog-header .single-blog h1,
	h2{
		font-size: 2rem;
	}
}
@media (max-width:1024px) {
	.blog-header .single-blog h1,
	h2{
		font-size: 1.75rem;
	}
}
@media (max-width:550px) {
	h2{
		font-size: 1.5rem;
	}
}

h3{
	font-size: 2.5rem;
	line-height: 1.2;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
	color:#27397B;
	margin: 0 0 0.25em 0;
}
@media (max-width:1440px) {
	h3{
		font-size: 2.25rem;
	}
}
@media (max-width:1280px) {
	h3{
		font-size: 2rem;
	}
}
@media (max-width:1024px) {
	h3{
		font-size: 1.75rem;
	}
}
@media (max-width:550px) {
	h3{
		font-size: 1.5rem;
	}
}
.single-blog .content-col h2,
h4{
	font-size: 1.75rem;
	line-height: 1.2;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
	color:#27397B;
	margin: 0 0 0.25em 0;
}
@media (max-width:1660px) {
	.single-blog .content-col h2,
	h4{
		font-size: 1.6rem;
	}
}
@media (max-width:1440px) {
	.single-blog .content-col h2,
	h4{
		font-size: 1.5rem;
	}
}
@media (max-width:1280px) {
	.single-blog .content-col h2,
	h4{
		font-size: 1.35rem;
	}
}
@media (max-width:800px) {
	.single-blog .content-col h2,
	h4{
		font-size: 1.25rem;
	}
}

h5{
	font-size: 1.5rem;
	line-height: 1.3;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
	color:#27397B;
	margin: 0 0 0.35em 0;
}
@media (max-width:1440px) {
	h5{
		font-size: 1.3rem;
	}
}
@media (max-width:1200px) {
	h5{
		font-size: 1.25rem;
		margin: 0 0 0.25em 0;
	}
}
@media (max-width:800px) {
	h5{
		font-size: 1.125rem;
		margin: 0 0 0.25em 0;
	}
}
h6{
	font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
	color:#ffffff;
	margin: 0 0 0.5em 0;
}
@media (max-width:1660px) {
	h6{
		font-size: 1.125rem;
	}
}
@media (max-width:1440px) {
	h6{
		font-size: 1rem;
	}
}
p{
	font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #242424;
	margin: 0 0 1em 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child{
	margin-bottom: 0;
}	
p a{
	text-decoration: underline;
}
p a.btn{
	text-decoration: none;
}
small, small a{
	font-size: 0.813rem;
    line-height: 1.3;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
	color: #B1BDEA;
}
@media (max-width:1440px){
	small, small a{
		font-size: 0.75rem;
	}
}
a{
    color: #27397B;
	font-weight: 700;
}
a:hover{
    color: #216C2C;
}
a:hover{
	text-decoration:none;
}
ol, ul{
	padding-left: 1rem;
	padding-bottom:0.5em;
}
ol:last-child, ul:last-child{
	padding-bottom:0;
}
ol li{
	font-size: 1rem;
	list-style-type: decimal;
	line-height: 1.5;
	padding-bottom:0.5em;
}
ul li{
	font-size: 1rem;
	list-style-type: disc;
	line-height: 1.5;
	padding-bottom:0.5em;
}


/* Buttons */
.btn{
	background-color: transparent;
	color: #fff!important;
	font-size: 1rem;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
    padding: 0.75em 0.6em 0.55em 1.75em;
    line-height: 1;
    text-align: center;
    border: 1px solid #ffffff;
	position: relative;
	border-radius: 50px;
	display: flex;
	align-items: center;
	width: fit-content;
}
.btn:after{
	content:"\f0a9";
	font-family: 'Font Awesome 7 Pro';
	font-weight: 300;
	font-size: 1.5em;
	margin-left:1em;
	padding-bottom:2px;
}
.btn:hover{
    background-color: #27397B!important;
	color: #fff!important;
	border: 1px solid #27397B;
}
.btn-second{
	background-color: #ffffff;
	color: #27397B!important;
}
.btn-second:hover{
    background-color: #27397B!important;
	color: #fff!important;
	border: 1px solid #27397B;
}
.btn-outline{
	color:#27397B!important;
	background-color: transparent;
	border: 1px solid #27397B;
}
.btn-outline:hover{
	color:#ffffff!important;
	background-color: #27397B!important;
	border: 1px solid #27397B;
}
button:focus,
button:focus-visible{
	outline: none;
	border: 0;
}

/* Slider Arrows */
.slick-slider{
	position: relative;
}
.slick-slider .slick-arrow{
	font-size: 0;
	position: absolute;
	top:50%;
	transform:translate(0, -50%);
	-moz-transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
}
.slick-slider .slick-arrow.slick-next{
	right: -10px;
}
.slick-slider .slick-arrow.slick-prev{
	left: -10px;
}
.slick-slider .slick-arrow:after{
	position: relative;
	font-size: 36px;
	font-family: 'Font Awesome 7 Pro';
	color: #242424;
	font-weight: 700;
	opacity: 0.5;
}
.slick-slider .slick-arrow.slick-next:after{
	content:"\f0a9";
}
.slick-slider .slick-arrow.slick-prev:after{
	content:"\f0a8";
}


/* Main Blog Page */
.blog .blog-feed{
	row-gap: 40px;
}
.blog h1{
	text-align:center;
	color: #27397B;
	margin-bottom:0;
	margin-top:1em;
}
.blog .title-block{
	padding-bottom: 0!important;
}
.blog-page #nav-below{
	display: flex;
    justify-content: center;
}
.blog-page .nav-next a{
	display: flex;
    align-items: center;
}
.blog-page .nav-previous a{
	display: flex;
    align-items: center;
}
.blog-page .nav-next i{
	margin-left: 0.25em;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    background-color: #242424;
    padding: 1em 1.75em;
    border-radius: 50px;
    line-height: 1;
}
.blog-page .nav-previous i{
    margin-right: 0.25em;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    background-color: #242424;
   	padding: 1em 1.75em;
    border-radius: 50px;
    line-height: 1;
}

/* Blog Page Responsive */
@media (max-width: 1280px){
	.blog-page .col-md-3{
		width:33.3333%;
		flex: 0 33.3333%;
		max-width:33.3333%;
		margin-bottom:30px;
	}
}
@media (max-width: 800px){
	.blog-page .col-md-3{
		width:50%;
		flex: 0 50%;
		max-width:50%;
		margin-bottom:30px;
	}
}
@media (max-width: 550px){
	.blog-page .col-md-3{
		width:100%;
		flex: 0 100%;
		max-width:100%
	}
}


/* Single Blog Post */
.policy .related .col{
	display: flex;
	padding:0;
}
.single-blog .related .item{
	width: 33.333%;
	padding:0 15px;
}
.blog-header .single-blog{
	padding-top:0;
	padding-left:2vw;
	padding-right:2vw;
}
.blog-header .single-blog .row .col-md-6{
	display: flex;
}
.blog-header .single-blog .row .col-md-6.right-col{
	align-items: center;
}
.blog-header .single-blog .row .col-md-6.right-col .inner{
	padding: 0 9vw 0 4vw;
}
.blog-header .single-blog h1{
	margin-bottom:0;
}
.blog-header .single-blog .image-wrapper{
	height: 450px;
	position: relative;
	width: 100%;
}
.blog-header .single-blog .image-wrapper img{
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 15px;
}
.blog-header .single-blog .date{
	position: absolute;
	top:0;
	right: 0;
	z-index: 1;
	background-color: #ffffff;
	border-radius: 0 14px 0 23px;
	padding: 0.75rem 0 0.75rem 0.75rem;
}
.blog-header .single-blog .date p{
	background-color: #B1BDEA;
	border-radius: 50px;
	font-size: 14px;
	padding:0.45em 1em 0.25em 1em;
	color: #27397B;
}
.single-blog .content-col{
	padding:0 12vw;
}
.single-blog .content-col h2{
	margin-top:1.5em;
}

/* Single Blog Post Responsive */

@media (max-width: 1200px){
	.single-blog .left-col{
		width:100%;
		flex: 0 100%;
		max-width:100%;
		padding-right:15px;
	}
	.single-blog .right-col{
		width:100%;
		flex: 0 100%;
		max-width:100%;
		margin-top:40px;
	}
	.single-blog .right-col .row{
		margin:0;
	}
	.single-blog .right-col ul{
		width:50%;
		flex: 0 50%;
		max-width:50%;
	}
}
@media (max-width: 414px){
	.single-blog .right-col ul{
		width:100%;
		flex: 0 100%;
		max-width:100%;
	}
}



/* Forms */
label{
	display: flex;
	flex-direction: column;
	width: 100%;
	line-height: 1.2;
	margin-bottom: 0.75rem;
	color: #242424;
}
label span{
	color: #767676;
	font-size: 0.875rem;
	display: contents;
}
input{
	height: 48px;
	color: #242424;
	font-size: 1rem;
	padding:0.25em 1rem;
	border: 1px solid #242424;
	width: 100%;
	border-radius: 8px;
}
input::placeholder{
	color: #767676;
	font-size: 1rem;
}
textarea{
	height: 100px;
	color: #242424;
	font-size: 1rem;
	padding:0.25em 1rem;
	border: 1px solid #242424;
	width: 100%;
	border-radius: 8px;
}
textarea::placeholder{
	color: #767676;
	font-size: 1rem;
}
select{
	height: 48px;
	color: #242424;
	font-size: 1rem;
	padding:0.25em 1rem;
	border: 1px solid #242424;
	width: 100%;
	border-radius: 8px;
}
input[type="submit"]{
	background-color: #27397B;
	color: #fff;
	font-size: 1rem;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
    padding: 0.75em 1.75em 0.55em 1.75em;
    line-height: 1;
    text-align: center;
    border: 1px solid #27397B;
	position: relative;
	border-radius: 50px;
	display: flex;
	align-items: center;
	width: fit-content;
}
input[type="submit"]:hover{
    background-color: #27397B!important;
	color: #fff;
	border: 1px solid #27397B;
}
.wpcf7-spinner {
  position: absolute;
  right: 15px;
  bottom: 15px;
}