/* Theme Stylesheet */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/* Fonts */
html{
	font-size: 16px;
}

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


/* Font Styles */
h1{
	font-size: 3.75rem;
	line-height: 1.2;
    font-weight: 200;
    font-family: "Roboto", sans-serif;
	color:#007ABB;
	margin: 0 0 0.25em 0;
}
@media (max-width:1440px) {
	h1{
		font-size: 3.25rem;
	}
}
@media (max-width:1280px) {
	h1{
		font-size: 3rem;
	}
}
@media (max-width:1024px) {
	h1{
		font-size: 2.75rem;
	}
}
@media (max-width:800px) {
	h1{
		font-size: 2.5rem;
	}
}
@media (max-width:550px) {
	h1{
		font-size: 2.25rem;
	}
}
@media (max-width:440px) {
	h1{
		font-size: 2rem;
	}
}

h2{
    font-family: "Roboto", sans-serif;
    color: #007ABB !important;
    font-weight: 300;
    font-size:3.125rem;
    line-height: 1.15;
	margin-bottom: 1.2rem;
}
@media (max-width:1440px) {
	h2{
		font-size: 2.25rem;
	}
}
@media (max-width:1024px) {
	h2{
		font-size: 2rem;
	}
}
@media (max-width:550px) {
	h2{
		font-size: 1.75rem;
	}
}

h3{
	font-family: "Roboto", sans-serif;
    font-weight: 300;
	color: #007ABB !important;
    font-size: 2.75rem;
    line-height: 1.15;
    margin: 0 0 0.5em;
}
@media (max-width:1440px) {
	h3{
		font-size: 1.75rem;
	}
}
@media (max-width:1024px) {
	h3{
		font-size: 1.65rem;
	}
}
@media (max-width:550px) {
	h3{
		font-size: 1.5rem;
	}
}
.reviews__form-panel-title,
.contain .boxes h2,
.policy h2, .policy h3,
.quote .halftext-halfimage p strong,
.piranha-accordion__item h2,
h4{
	font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.625rem;
    line-height: 1.15;
	color: #324B58;
    margin: 0 0 0.25em;
}
@media (max-width:1440px) {
	.reviews__form-panel-title,
	.contain .boxes h2,
	.policy h2, .policy h3,
	.quote .halftext-halfimage p strong
	.piranha-accordion__item h2,
	h4{
		font-size: 1.5rem;
	}
}
@media (max-width:550px) {
	.reviews__form-panel-title,
	.contain .boxes h2,
	.policy h2, .policy h3,
	.quote .halftext-halfimage p strong
	.piranha-accordion__item h2,
	h4{
		font-size: 1.35rem;
	}
}
.policy h2{
	margin-top:1.5em;
}
.policy h3{
	color: #324B58!important;
	margin-top:0.75em;
}
.policy h4,
.why-choose__label,
h5{
	font-size: 1.375rem;
	line-height: 1.2;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
	color:#324B58;
	margin: 0 0 0.5em 0;
}
@media (max-width:550px) {
	.policy h4,
	h5{
		font-size: 1.125rem;
	}
}
.policy h4{
	color: #324B58!important;
	margin: 1em 0 0.25em 0;
}

h6{
	margin: 0;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #324B58;
	text-align: center;
	padding-bottom: 2em;
}
p{
	font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    color: #324B58;
	margin: 0 0 0.85em 0;
}
p a{
	font-weight: 500;
	text-decoration: underline;
}
p:last-child{
	margin: 0;
}
small, small a{
	font-size: 0.813rem;
    line-height: 1.3;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
	color: #324B58;
}
a{
    color: #007ABB;
}
a:hover{
    color: #767676;
}
a:hover{
	text-decoration:none;
}
ol, ul{
	padding-left: 1rem;
	margin: 0 0 0.85em 0;
}
ol:last-child, ul:last-child{
	margin-bottom:0!important;
}
ol li{
	font-size: 1.125rem;
    line-height: 1.5;
	list-style-type: decimal;
	padding-bottom:0.25em;
	color: #324B58;
}
ul li{
	font-size: 1.125rem;
	list-style-type: disc;
	line-height: 1.5;
	padding-bottom:0.25em;
	color: #324B58;
}


/* Buttons */
.btn{
	background-color: #9BCFF7;
	color: #324B58;
	font-size: 1.25rem;
	font-family: "Roboto", sans-serif;
	font-weight: 800;
    padding: 0.75em 2em;
    line-height: 1;
    text-align: center;
    border: 0;
	border-radius: 30px;
	text-decoration: none!important;
}
.btn:hover{
    background-color: #048328!important;
	color: #fff;
}
.btn-second{
	background-color: #8f8f8f;
	color: #fff;
}
.btn-second:hover{
    background-color: #048328!important;
	color: #fff;
}
.btn-outline{
	color:#3c3c3b;
	background-color: transparent;
	border: 1px solid #3c3c3b;
}
.btn-outline:hover{
	color:#fff;
	background-color: #3c3c3b!important;
	border: 1px solid #3c3c3b;
}
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: 0;
}
.slick-slider .slick-arrow.slick-prev{
	left: 0;
}
.slick-slider .slick-arrow:after{
	position: relative;
	font-size: 36px;
	font-family: 'Font Awesome 7 Pro';
	color: #3c3c3b;
	font-weight: 700;
	opacity: 0.5;
}
.slick-slider .slick-arrow.slick-next:after{
	content:"\f0a9";
}
.slick-slider .slick-arrow.slick-prev:after{
	content:"\f0a8";
}


/* Single Blog Post */

.single-post__header{
	max-width: 100%;
	margin-bottom: 32px;
}

.single-post__back{
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	margin-bottom: 20px;
	font-size: 0.95rem;
	font-weight: 500;
	color: #324B58;
	text-decoration: none;
}

.single-post__back:hover{
	color: #007ABB;
}

.single-post__date{
	display: block;
	margin-bottom: 12px;
	font-size: 0.95rem;
	font-weight: 400;
	color: #5FA044;
	letter-spacing: 0.02em;
}

.single-post__title{
	margin: 0;
	color: #3c3c3b;
}

.single-post__hero{
	margin-bottom: 40px;
}

.single-post__hero-image{
	display: block;
	width: 100%;
	height: auto;
	max-height: 520px;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
}

.single-post__layout{
	align-items: flex-start;
}

.single-post__main{
	padding-right: 48px;
}

.single-post__body p{
	margin-bottom: 1.25em;
	line-height: 1.7;
}

.single-post__body > *:last-child{
	margin-bottom: 0;
}

.single-post__body h2,
.single-post__body h3,
.single-post__body h4{
	margin: 1.75em 0 0.75em;
	color: #324B58 !important;
}

.single-post__body h2{
	font-size: 1.75rem;
	font-weight: 400;
}

.single-post__body h3{
	font-size: 1.35rem;
	font-weight: 400;
}

.single-post__body ul,
.single-post__body ol{
	margin: 0 0 1.25em;
}

.single-post__body li{
	margin-bottom: 0.5em;
	line-height: 1.7;
}

.single-post__body a{
	text-decoration: underline;
}

.single-post__aside{
	padding-top: 8px;
	border-left: 1px solid #E6E6E6;
	padding-left: 40px;
}

.single-post__related-title{
	margin: 0 0 24px;
	font-size: 1.25rem;
	font-weight: 700;
	color: #324B58 !important;
	line-height: 1.3;
}

.single-post__related-list{
	list-style: none;
	margin: 0;
	padding: 0;
}

.single-post__related-item{
	border-bottom: 1px solid #E6E6E6;
	list-style: none;
}

.single-post__related-item:last-child{
	border-bottom: 0;
}

.single-post__related-link{
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 18px 0;
	color: inherit;
	text-decoration: none;
}

.single-post__related-link:hover .single-post__related-heading{
	color: #007ABB;
}

.single-post__related-thumb{
	flex-shrink: 0;
	width: 88px;
	height: 72px;
	overflow: hidden;
	border-radius: 6px;
}

.single-post__related-thumb img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.single-post__related-content{
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

.single-post__related-date{
	font-size: 0.82rem;
	font-weight: 400;
	color: #5FA044;
	line-height: 1.2;
}

.single-post__related-heading{
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.35;
	color: #324B58;
	transition: color 0.2s ease;
}

@media (max-width: 991px){
	.single-post__main{
		padding-right: 15px;
		margin-bottom: 40px;
	}

	.single-post__aside{
		border-left: 0;
		padding-left: 15px;
		padding-top: 0;
		border-top: 1px solid #E6E6E6;
		padding-top: 36px;
	}
}

@media (max-width: 768px){
	.single-post{
		padding: 36px 0 56px;
	}

	.single-post__hero{
		margin-bottom: 32px;
	}

	.single-post__hero-image{
		border-radius: 0;
		max-height: 320px;
	}
}

@media (max-width: 550px){
	.single-post__related-link{
		padding: 16px 0;
	}

	.single-post__related-thumb{
		width: 76px;
		height: 64px;
	}
}


/* Forms */
label{
	display: flex;
	flex-direction: column;
	width: 100%;
}
input{
	width: 100%;
	height: 50px;
	padding: 0.55em 0.95em;
	border: 0;
	border-radius: 5px;
	background: #fff;
	color: #3c3c3b;
	border: 1px solid #CCD7DD;
	font-size: 1.125rem;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	box-sizing: border-box;
}
input::placeholder{
	color: #767676;
	font-weight: 300;
	font-size: 1.125rem;
	font-family: "Roboto", sans-serif;
}
textarea{
	width: 100%;
	height: 100px;
	padding: 0.55em 0.95em;
	border: 0;
	border-radius: 5px;
	background: #fff;
	color: #3c3c3b;
	border: 1px solid #CCD7DD;
	font-size: 1.125rem;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	box-sizing: border-box;
}
textarea::placeholder{
	color: #767676;
	font-weight: 300;
	font-size: 1.125rem;
	font-family: "Roboto", sans-serif;
}
select{
	appearance: none;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%233c3c3b' d='M6 8 0 0h12z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 36px;
	cursor: pointer;
	color: #324B58;
	margin-top:-8px;
}
input[type="submit"]{
	width: max-content;
	height: auto;
	padding: 0.75em 2em;
	border: 0;
	border-radius: 30px;
	background-color: #9BCFF7;
	color: #324B58;
	font-size: 1.125rem;
	font-family: "Roboto", sans-serif;
	font-weight: 800;
	cursor: pointer;
	line-height: 1;
}
input[type="submit"]:hover{
    background-color: #048328!important;
	color: #fff;
}



.t-align-center{
	text-align: center;
}


.bg-light-grey{
	background-color: #F3F3F3 !important;
}