/* Theme Stylesheet */


/* Fonts */




body{
	font-family: "articulat-cf", sans-serif;
	line-height: 33px;
	font-weight: 400;
	background-color: #fff;
	overflow-x: hidden;
	color:#4D4D4F;
}


/* Font Styles */

h1{
	font-size: 70px;
	line-height: 75px;
    font-weight: 300;
    font-family: "articulat-cf", sans-serif;
	color:#E2722E;
}
@media (max-width:1660px){
	h1{
		font-size: 65px;
		line-height: 65px;
	}
}
@media (max-width:1440px){
	h1{
		font-size: 55px;
		line-height: 55px;
	}
}
@media (max-width:1280px){
	h1{
		font-size: 45px;
		line-height:45px;
	}
}
@media (max-width:1024px){
	
	}
@media (max-width:800px){
	h1{
		font-size: 40px;
		line-height:40px;
	}
}
@media (max-width:440px){
	h1{
		font-size: 36px;
		line-height:36px;
	}
}
@media (max-width:380px){
	h1{
		font-size: 32px;
		line-height:32px;
	}
}



.cs-header h1,
h2{
	font-size: 40px;
	line-height: 44px;
    font-weight: 600;
    font-family: "articulat-cf", sans-serif;
	color:#003F5A;
    text-transform: initial;
}


@media (max-width:1440px){
	.cs-header h1,
	h2{
		font-size: 36px;
		line-height: 36px;
	}
}
@media (max-width:1024px){
	.cs-header h1,
	h2{
		font-size: 32px;
		line-height: 32px;
	}
}
@media (max-width:800px){
	.cs-header h1,
	h2{
		font-size: 28px;
		line-height: 28px;
	}
}
@media (max-width:440px){
	.cs-header h1,
	h2{
		font-size: 26px;
		line-height: 26px;
	}
}
@media (max-width:380px){
	.cs-header h1,
	h2{
		font-size: 26px;
		line-height: 26px;
	}
}


.single-blog .content h2,
h3{
	font-size: 28px;
	line-height: 32px;
    font-weight: 600;
    font-family: "articulat-cf", sans-serif;
	color:#E2722E;
    text-transform: initial;
}
.single-blog .content h2{
	color:#003F5A;
	padding-bottom:10px;
	padding-top:10px;
}
.single-blog .content h2:first-child{
	padding-top:0;
}
@media (max-width:1440px){
	.single-blog .content h2,
	h3{
		font-size: 26px;
		line-height: 30px;
	}
}
@media (max-width:1280px){
	.single-blog .content h2,
	h3{
		font-size: 24px;
		line-height: 28px;
	}
}
@media (max-width:800px){
	.single-blog .content h2,
	h3{
		font-size: 22px;
		line-height: 26px;
	}
}
@media (max-width:550px){
	.single-blog .content h2,
	h3{
		font-size: 20px;
		line-height: 24px;
	}
}
@media (max-width:380px){
	.single-blog .content h2,
	.cs-header h1,
	h2{
		font-size: 26px;
		line-height: 26px;
	}
}

.single-blog .content h3,
h4{
	font-size: 24px;
	line-height: 32px;
    font-weight: 600;
    font-family: "articulat-cf", sans-serif;
	color:#003F5A;
    text-transform: initial;
}
.single-blog .content h3{
	color: #E2722E;
	padding-top:10px;
	padding-bottom:10px;
}
.single-blog .content h3:first-child{
	padding-bottom:0;
}

@media (max-width:1440px){
	.single-blog .content h3,
	h4{
		font-size: 26px;
		line-height: 30px;
	}
}
@media (max-width:1280px){
	.single-blog .content h3,
	h4{
		font-size: 24px;
		line-height: 28px;
	}
}
@media (max-width:800px){
	.single-blog .content h3,
	h4{
		font-size: 22px;
		line-height: 26px;
	}
}
@media (max-width:550px){
	.single-blog .content h3,
	h4{
		font-size: 20px;
		line-height: 24px;
	}
}



h5{
	font-size: 20px;
	line-height: 30px;
    font-weight: 400;
    font-family: "articulat-cf", sans-serif;
	color:#777778;
    text-transform: initial;
}


@media (max-width:1280px){
	h5{
		font-size: 22px;
		line-height: 28px;
	}
}
@media (max-width:1024px){
	h5{
		font-size: 20px;
		line-height: 20px;
	}
}



h6{
	font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: "articulat-cf", sans-serif;
	color:#777778;
    text-transform: initial;
}
p{
	font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: "articulat-cf", sans-serif;
    color: #4D4D4F;
	margin-bottom: 20px;
}
p:last-child{
	margin-bottom:0;
}


@media (max-width:1440px){
	p, p a{
		font-size: 16px;
		line-height: 24px;
	}
}

@media (max-width:1024px){
	p, p a{
		margin-bottom: 15px;
	}
	p:last-child{
		margin-bottom:0;
	}
}



p:last-child{
	margin-bottom: 0;
}
small, small a{
	font-size: 13px;
    line-height: 18px;
	display: inline-block;
    font-weight: 500;
    font-family: "articulat-cf", sans-serif;
}

@media (max-width:1500px){
	small, small a{
		font-size: 12px;
		line-height: 15px;
	}
}


a{
	font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    font-family: "articulat-cf", sans-serif;
    color: #E2722E;
}
a:hover{
	text-decoration:none;
}








/* Buttons */

.btn{
	background-color: #003F5A;
	color: #fff;
	text-transform: uppercase;
	font-family: "articulat-cf", sans-serif;
	font-weight: 700;
    height: auto;
	padding: 10px 13px 12px 25px;
    line-height: initial;
    text-align: center;
    margin-top: 10px;
    border-radius: 13px !important;
    box-shadow: none;
    border: 0;
	white-space: initial;
	font-size: 18px;
}
.btn::after{
	font-family: "Font Awesome 6 Pro";
	content: "\f0a9";
	margin-left: 25px;
	border-left: 1px solid #fff;
	padding: 12.5px 0 11px 13px;
	font-size: 24px;
	font-weight: 300!important;
	position: relative;
	top: 3px;
}
.back-btn{
	padding: 7px 25px 3px 13px;
	display: flex;
	align-items: center;
	width: fit-content;
}
.back-btn:after{
	display: none;
}
.back-btn i{
	font-family: "Font Awesome 6 Pro";
	content: "\f0a9";
	padding: 7px 13px 11px 0 !important;
	font-size: 24px;
	font-weight: 400 !important;
	position: relative;
	top: 0;
	margin-right: 25px;
	position: relative;
}
.back-btn i::after{
	content: "";
	background-color: #fff;
	height: calc(100% + 10px);
	width: 1px;
	top: -7px;
	right: 0;
	position: absolute;
}
@media (max-width:1440px) {
	.btn{
		font-size: 16px;
		padding: 10px 13px 13px 25px;
	}
	.back-btn {
		padding: 6px 25px 2px 13px;
	}
	.back-btn i{
		font-size: 22px;
	}
	.btn::after{
		padding: 12.5px 0 11px 13px;
		font-size: 22px;
	}
}
.btn.blue{
	background-color: #003F5A;
}
.btn.orange{
	background-color: #E2722E;
}





.btn:hover{
    background-color: #283583!important;
	color: #fff;
}
.btn-second{
	background-color: #8f8f8f;
	color: #fff;
}
.btn-second:hover{
    background-color: #283583!important;
	color: #fff;
}
.btn-outline{
	color:#4D4D4F;
	background-color: transparent;
	border: 1px solid #4D4D4F;
}
.btn-outline:hover{
	color:#fff;
	background-color: #4D4D4F!important;
	border: 1px solid #4D4D4F;
}

.btn.call{
	background-color: #003F5A;
}
.btn.call::after{
	content: "\f095";
}

.btn.email{
	background-color: #E2722E;
}
.btn.email::after{
	content:"\f0e0";
}


.buttons-two{
	display: flex;
}

.buttons-two li:nth-child(1){
	margin-right: 20px;
}

.border-bottom-left-radius .bg-image{
	border-bottom-left-radius: 50px;
}
.border-bottom-right-radius .bg-image{
	border-bottom-right-radius: 50px;
}


.mb80{
	margin-bottom: 80px;
}

.mt40{
	margin-top:40px;
}


/* Main Blog Page */


.blog .blog_feed .col{
	margin-bottom: 70px;
}
.blog .boxes{
	margin-bottom: 0;
}
.blog .hero-banner .bg-image{
	min-height: 320px;
}
.blog  .hero-banner{
	margin-bottom: 60px;
}


.blog .top-blog-title a{
	background-color: #e1efef;
}
.blog .top-blog-title a::after{
	background-color: #e1efef;
}


.blog .boxes .inner{
	border-top:30px solid #283583;
}
.blog .blog_feed .readmore{
	background: #4D4D4F !important;
  	color: #fff !important;
}
.blog .blog_feed .readmore::after{
	color:#fff !important; 
}





button:focus,
button:focus-visible{
	border: 0;
	outline: none;
}



.bg-grey{
	background-color: #f2f2f2;
}


.p60{
	padding:60px 0;
}

.mb60{
	margin-bottom: 60px;
}


@media (max-width:767px){
	.p60{
		padding:0;
	}
	
}


/* Blog Page Responsive */
@media (max-width: 1536px){

}
@media (max-width: 1440px){

}
@media (max-width: 1366px){

}
@media (max-width: 1280px){

}
@media (max-width: 1024px){
	.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: 768px){
}
@media (max-width: 414px){
	.blog-page .col-md-3{
		width:100%;
		flex: 0 100%;
		max-width:100%
	}
}
@media (max-width: 390px){

}
@media (max-width: 360px){

}




/* Single Blog Post */
.single-blog{
	margin:80px auto;
}
.single-blog .row{
	flex-flow: initial;
	margin: 0;
}
.single-blog .col{
	margin:0 auto;
	width: 75%;
	flex:0 75%;
	max-width: 75%;
}
.single-blog .top-col{
	display: flex;
	align-items: center;
	background-color: #F0F0F0;
	border-radius: 30px;
	box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75);
	margin-bottom:60px;
	padding:30px;
}
.single-blog h1{
	font-size: 42px;
	line-height: 44px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom:0;
	color:#003F5A;
}
.single-blog .title-content{
	display: flex;
	flex-direction: column;
	padding-right: 2vw;
	width: 65%;
}
.single-blog .top-col img{
	width:35%;
	height:auto;
	border-radius: 0 0 0 35px;
}
.single-blog .date{
	color:#E2722E;
	font-weight: 600;
}
.single-blog .content{
	padding:0 15px;
	display: flex;
  	flex-direction: column;
}
.single-blog .content p a{
	text-decoration: underline;
}
.single-blog .btn{
	margin-top:40px;
	text-decoration: none!important;
}
.single-blog .related{
	flex-flow:row wrap;
}
.single-blog .related-title{
	padding-bottom:20px;
}
.single-blog .related ul{
	width:100%;
	display: flex;
	margin-bottom:20px;
}
.single-blog .related ul li{
	width:100%;
	display: flex;
}
.single-blog .related ul a{
	width:100%;
	display: flex;
	flex-direction:row;
	align-items:center;
}
.single-blog .related .bg-image{
	min-height:100px;
	width:50%;
}	
.single-blog .related .content{
	padding-left:20px;
}

.single-blog .content ul{
	padding:0 0 20px 0;
}

.single-blog  ul li{
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 10px;
	position: relative;
	padding-left: 35px;
}
.single-blog  ul li:last-child{
	padding-bottom:0;
}
.single-blog  ul li::before{
	font-family: "Font Awesome 6 Sharp";
	content: "\f0c8";
	font-weight: bold;
	color: #003F5A;
	left: 5px;
	font-size: 14px;
	position: absolute;
	line-height: 25px;
}

.single-blog ul li a{
	font-size: 18px;
}


/* Single Blog Post Responsive */
@media (max-width: 1660px){
	.single-blog .col {
		width: 80%;
		flex: 0 80%;
		max-width: 80%;
	}
}
@media (max-width: 1440px){
	.single-blog .col {
		width: 85%;
		flex: 0 85%;
		max-width: 85%;
	}
	.single-blog {
		margin: 60px auto;
	}
	.single-blog .top-col{
		margin-bottom: 50px;
	}
}
@media (max-width: 1280px){
	.single-blog h1 {
		font-size: 38px;
		line-height: 40px;
	}
	.single-blog .col {
		width: 90%;
		flex: 0 90%;
		max-width: 90%;
	}
}
@media (max-width: 1024px){
	.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%;
	}
	.single-blog .col {
		width: 100%;
		flex: 0 100%;
		max-width: 100%;
	}
	.single-blog {
		margin: 40px auto;
	}
	.single-blog .top-col{
		margin-bottom: 40px;
	}
	.single-blog h1 {
		font-size: 36px;
		line-height: 38px;
	}
}
@media (max-width: 800px){
	.single-blog h1 {
		font-size: 32px;
		line-height: 34px;
	}
	.single-blog .top-col{
		margin-bottom: 30px;
	}
}
@media (max-width: 550px){
	.single-blog .content {
		padding: 0;
	}
	.single-blog .top-col{
		flex-direction: column;
		border-radius: 25px;
	}
	.single-blog .top-col .title-content{
		width: 100%;
		padding-right: 0;
	}
	.single-blog .top-col img{
		width: 100%;
		margin-top:20px;
		border-radius: 0 0 25px 25px;
	}
}
@media (max-width: 440px){
	.single-blog h1 {
		font-size: 28px;
		line-height: 32px;
	}
	.single-blog .top-col{
		padding:25px;
	}
	.single-blog .top-col img {
		margin-top: 15px;
	}
	.single-blog {
		margin: 30px auto;
	}
}
@media (max-width: 380px){
	.single-blog .top-col{
		padding:20px;
	}
	.single-blog .top-col img {
		margin-top: 12px;
	}
}



.alioth-page-nav .page-title{
	line-height: 150px;
}

input,
input::placeholder{
	color: #767676;
}
textarea,
textarea::placeholder{
	color: #767676;
}








.post-type-archive .blog_feed .col{
	margin-bottom: 70px;
}
.post-type-archive .boxes{
	margin-bottom: 0;
	margin-left: -40px;
	margin-right: -40px;
}

.loop-pagination{
	display: flex;
  	justify-content: center;
	margin-bottom:80px;
}

.top-blog-title{
	position: relative;
}
.top-blog-title .row{
	margin:0;
}
.top-blog-title .col-md-6:nth-child(2){
	padding-right:0;
}
.top-blog-title a{
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	align-items: center;
	background: #f2f2f2;
	padding: 60px 0 60px 40px;
	border-top-left-radius: 70px;
}
.top-blog-title .right-col{
	padding-right:0;
	padding-left:30px;
}
.top-blog-title h3{
	padding-bottom: 30px;
}

.top-blog-title .btn{
	margin-top:40px
}

.top-blog-title a::after{
	content: "";
	height: 100%;
	width: 70%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #f2f2f2;
	z-index: -1;
}

.top-blog-title .bg-image{
	height: 100%;
	min-height: 350px;
}


.post-type-archive .hero-banner .bg-image{
	min-height: 320px;
}
.post-type-archive .hero-banner{
	margin-bottom: 60px;
}

.loop-pagination .nav-next,
.loop-pagination .nav-previous{
	margin:0 10px;
}


@media (max-width:1660px){
	.post-type-archive .blog_feed .col {
		margin-bottom: 60px;
	}
	.post-type-archive .boxes {
		margin-bottom: 0;
		margin-left: -20px;
		margin-right: -20px;
	}
}
@media (max-width:1440px){
	.post-type-archive .blog_feed .col {
		margin-bottom: 40px;
	}
	.loop-pagination{
		margin-bottom:60px;
	}
	.post-type-archive .hero-banner .bg-image {
		min-height: 250px;
	}
	.post-type-archive .blog_feed .boxes {
		margin-top: 50px;
	}
	.post-type-archive .hero-banner {
		margin-bottom: 50px;
	}
	.top-blog-title a {
		padding: 50px 0 50px 30px;
	}
}
@media (max-width:1280px){
	.post-type-archive .hero-banner .title-block {
		width: 175%;
		left: -75%;
	}
	.post-type-archive .hero-banner .col-md-5,
	.post-type-archive .hero-banner .col-md-7 {
		width: 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.post-type-archive .boxes {
		margin-bottom: 0;
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (max-width:1024px){
	.loop-pagination{
		margin-bottom:40px;
	}
	.post-type-archive .hero-banner .bg-image {
		min-height: 200px;
	}
	.post-type-archive .blog_feed .boxes {
		margin-top: 40px;
	}
	.post-type-archive .hero-banner {
		margin-bottom: 40px;
	}
	.top-blog-title a {
		padding: 40px 0 40px 25px;
	}
	.top-blog-title .bg-image {
		min-height: 300px;
	}
}

@media (max-width:800px){
	.top-blog-title a {
		padding: 40px 0 40px 0;
		margin:0;
	}
	.top-blog-title .col-md-6{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.top-blog-title a::after{
		width: 100%;
	}
	.top-blog-title .col-md-6:nth-child(1){
		order: 2;
		margin-top:20px;
	}
	.top-blog-title .col-md-6:nth-child(2){
		order: 1;
	}
	.top-blog-title .bg-image {
		min-height: 250px;
	}
	.post-type-archive .hero-banner {
		margin-bottom: 20px;
	}
	.top-blog-title .row{
		margin-left:-15px;
		margin-right:-15px;
	}
	.top-blog-title .col-md-6{
		padding:0 15px!important;
	}
}
@media (max-width:880px){
	.post-type-archive .hero-banner .title-block {
		width: 175%;
		left: 25%;
	}
}
@media (max-width:550px){
	.post-type-archive .blog_feed .col {
		margin-bottom: 30px;
	}
	.post-type-archive .hero-banner .title-block {
		width: 115%;
		left: 20%;
		top: 50%!important;
    	transform: translate(0, -50%)!important;
		position: absolute;
		margin:0;
	}
	.post-type-archive .hero-banner .col-md-5{
		width: 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.post-type-archive .hero-banner .col-md-7 {
		width: 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.top-blog-title a {
		padding: 30px 0 30px 0;
		margin:0;
	}
	.top-blog-title .bg-image {
		min-height: 225px;
	}
}
@media (max-width:440px){
	.post-type-archive .hero-banner .bg-image {
		min-height: 175px;
	}
	.top-blog-title .bg-image {
		min-height: 200px;
	}
}
@media (max-width:380px){
	.post-type-archive .hero-banner .bg-image {
		min-height: 150px;
	}
	.top-blog-title .bg-image {
		min-height: 175px;
	}
}

.page-id-12126 .video-block{
	background: #f2f2f2;
}
.page-id-12126 .video-block .col-md-4{
	margin:0 auto
}



.search-item{
	padding-bottom: 20px;
    margin-bottom: 20px;
	border-bottom: 1px solid #D6D6D6;
}
.search-item h3{
	color:#003F5A;
}