/* 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: soleil, sans-serif;
	line-height: 33px;
	font-weight: 400;
	background-color: #fff;
}


/* Font Styles */

h1{
    font-size: 50px;
    line-height: 61px;
	font-family: "ethnocentric", sans-serif;
	font-weight: 700;
	font-style: italic;
	color:#3c3c3b;
}

h2{
	font-size: 42px;
	line-height: 45px;
    font-weight: 800;
	font-family: soleil, sans-serif;
	color:#00024C;
    text-transform: initial;
}
h3{
	font-size: 38px;
	line-height: 55px;
    font-weight: 800;
	font-family: soleil, sans-serif;
	color:#00024C;
    text-transform: initial;
}
h4{
	font-size: 38px;
	line-height: 45px;
    font-weight: 800;
	font-family: soleil, sans-serif;
	color:#00024C;
    text-transform: initial;
}
h5{
	font-size: 26px;
	line-height: 32px;
    font-weight: 700;
	font-family: soleil, sans-serif;
	color:#00024C;
    text-transform: initial;
}
.expand. h5{
	font-size: 26px;
	line-height: 32px;
    font-weight: 700;
	font-family: soleil, sans-serif;
	color:#00024C;
    text-transform: initial;
	padding-bottom:10px
}
h6{
	font-size: 28px;
	line-height: 32px;
    font-weight: 700;
	font-family: soleil, sans-serif;
	color:#00024C;
    text-transform: initial;
}
p{
	font-size: 17px;
    line-height: 27px;
    font-weight: 300;
	font-family: soleil, sans-serif;
    color: #313434;
	padding-bottom: 20px;
}
p:last-child{
	padding-bottom: 0;
}
small, small a{
	font-size: 13px;
    line-height: 18px;
	display: inline-block;
    font-weight: 400;
	font-family: soleil, sans-serif;
}
a{
	font-size: 16px;
    line-height: 26px;
    font-weight: 400;
	font-family: soleil, sans-serif;
    color: #00D0FF;
}
a:hover{
	text-decoration:none;
}



@media (max-width:550px){
	h2{
		font-size:36px;
	}
	h3{
		line-height: 43px;
	}
}






/* Buttons */

.btn{
    font-size: 18px;
	font-family: soleil, sans-serif;
    text-transform: uppercase;
    background: #00D0FF;
    color: #fff;
    font-weight: bold;
    padding: 13px 30px;
    letter-spacing: 2px;
    border: 2px solid #fff;
	border-radius:0;
}
.btn.dark{
	background:#00024C;
}

.btn.dark:hover{
	background:#00024C;
}


.btn:hover{
    background-color: #00D0FF!important;
	color: #fff;
}
.btn-second{
	background-color: #8f8f8f;
	color: #fff;
}
.btn-second:hover{
    background-color: #00D0FF!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;
}

@media (max-width:390px){
	.btn {
		font-size: 16px;
		padding: 10px 16px;
	}
}
@media (max-width:360px){
	.btn {
		font-size: 14px;
		padding: 5px 12px;
	}
}









.bluebg{
	background:#00024C;
}
.bluebg .text-area{
	margin:0;
}



.mt60{
	margin-top:60px;
}
.mb60{
	margin-bottom: 60px;
}


.mt0{
	margin-top: 0;
}


.p200{
	padding:80px 0;
}
.p200{
	padding:80px 0;
}
.newp200 .p200{
	padding:0px 0;
	margin-top:0px;
	margin-bottom:0px;
}

}


.mt40{
	marign-top:40px;
}


.mobileonly {
	display: none;
}
@media (max-width:768px){
	.desktoponly{
		display: none;
	}
	.mobileonly {
		display: block;
	}



	.p200 {
		padding: 60px 0;
	}






}




/* Main Blog Page */

.blog-page{
	margin:40px 0 30px 0;
}
.blog-page .col-md-3{
	margin-bottom:50px;
}
.blog h1{
	text-align:center;
}
.blog-page .bg-image {
    min-height: 430px;
    margin-bottom:15px;
}
.blog-page .button{
    font-weight:700;
    margin-top:15px;
}
.blog-page #nav-below{
	display: flex;
    justify-content: center;
	margin-bottom: 80px;
}
.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: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background-color: #3c3c3b;
    padding: 9px 14px 7px 15px;
    border-radius: 50px;
    line-height: 24px;
}
.blog-page .nav-previous i{
    margin-right: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background-color: #3c3c3b;
    padding: 9px 14px 7px 15px;
    border-radius: 50px;
    line-height: 24px;
}



.blog-page .topitems {
	margin-bottom: 60px;
}


.blog-page .topitems:first-child .inner{
	background-color: #00024C;
}
.blog-page .topitems:first-child .inner h3{
	color:#fff;
}

.blog-page .topitems:first-child .inner p{
	color: #fff;
}


.blog-page .topitems:nth-child(2) .inner{
	background-color: #00D0FF;
}

.blog-page .topitems .inner{
	padding-top:20px;
	height: 100%;
}
.blog-page .topitems .inner .content{
	padding:20px 20px;
}
.blog-page .topitems .inner .date{
	background: #fff;
    width: max-content;
    padding: 10px 18px;
	color:  #00024C;
	font-weight: bold;
}

.blog-page .topitems h3{
	padding-top:8px;
	font-size: 28px;
	line-height: 32px;
    padding-bottom: 10px;
}

.blog-page .mainitems{
	margin-bottom: 30px;
}

.blog-page .mainitems .inner{
	background-color: #F2F2F2;
	height: 100%;
}

.blog-page .mainitems .inner .content{
	padding:20px 20px;
	position: relative;
}

.blog-page .mainitems .inner .date{
	background: #00D0FF;
    width: max-content;
    padding: 10px 18px;
	color:  #00024C;
	font-weight: bold;
}


.blog-page .mainitems .inner .content h4 {
	color:#252528;
	font-size:24px;
	padding-top:13px;
	line-height: 35px;
}

.blog-page .mainitems .bg-image{
	min-height: 300px;
}

.blog-page .mainitems i{
	color: #00024C;
    font-size: 26px;
    position: absolute;
    right: 20px;
    top: 0px;
	font-weight: 400;
    font-size: 30px;
}






.single-blog h2{
	font-size: 30px;
    font-style: inherit;
    color: #00024C;
    line-height: 55px;
    padding-top: 20px;
}
.single-blog h3{
	font-size: 28px;
    font-style: inherit;
    color: #00024C;
    line-height: 55px;
    padding-top: 20px;
}
.single-blog h3{
	font-size: 26px;
    font-style: inherit;
    color: #00024C;
    line-height: 55px;
    padding-top: 20px;
}
.single-blog h4{
	font-size: 25px;
    font-style: inherit;
    color: #00024C;
    line-height: 55px;
    padding-top: 20px;
}
.single-blog h5{
	font-size: 25px;
    font-style: inherit;
    color: #00024C;
    line-height: 55px;
    padding-top: 20px;
}

.single-blog ul{
	list-style-type: disc;
    padding-left: 20px;
}
.single-blog ul li{
	font-size: 17px;
    font-weight: 300;
    padding-bottom: 0;
}






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

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

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

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

	.blog-page .mainitems .inner .content h4{
		font-size:18px;
		line-height: 28px;
	}

}
@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: 440px){
	.blog-page{
		margin: 20px 0 30px 0;
	}
	.blog-page .col-md-3{
		width:100%;
		flex: 0 100%;
		max-width:100%
	}

	.blog-page .bg-image{
		min-height: 320px;
	}
	.blog h1{
		font-size: 30px;
    	line-height: inherit;
	}



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

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

}




/* Single Blog Post */
.single-blog{
	margin:80px auto;
}
.single-blog .left-col{
	padding-right:60px;
	padding-left: 0;
}
.single-blog h1{
	margin-top:0;
}
.single-blog img{
	width:100%;
	height:auto;
	margin-bottom:40px;
}
.single-blog .btn{
	margin-top:40px;
}
.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 .date{
	background: #00D0FF;
    width: max-content;
    padding: 10px 18px;
	color:  #00024C;
	font-size: 16px;
	font-weight: bold;
}


.single-blog h1{
	font-family: soleil, sans-serif;
    font-size: 40px;
    font-style: inherit;
	color:  #00024C;
	line-height: 55px;
    padding-top: 20px;
	padding-bottom: 40px;
}




















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

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

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

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

}
@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%;
	}
}
@media (max-width: 800px){

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

}
@media (max-width: 414px){
	.single-blog .right-col ul{
		width:100%;
		flex: 0 100%;
		max-width:100%;
	}
}
@media (max-width: 390px){

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

}



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


.icon{
	position: relative;
}

.icon::after{
	content: "";
    background-image: url('/wp-content/uploads/2023/10/icon.png');
    background-size: 80px 80px;
    display: inline-block;
    width: 80px;
    height: 80px; 

	position: absolute;
    top: 0;
	left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}








.pirnewsletter #mc_embed_signup{
    width: 100% !important;
}



.pirnewsletter #mc_embed_signup .button{
    background-color: #00024C;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
    letter-spacing: 1px;
    padding: 5px 20px;
    height: auto;
}
.pirnewsletter #mc_embed_signup .mc-field-group label{
	font-size:16px;
}
.pirnewsletter #mc_embed_signup form{
	margin:0;
}

.pirmodaltitle{
	line-height: inherit;
    text-align: left;
}

.pirnewsletter {
	padding: 0;
}


.gsection{
    background-position: center;
    background-size: cover;
    min-height: 500px;
}

.text-modal{
	display: flex;
    flex-flow: row wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
	padding-left: 20px;
}

.pirnewsletter button{
	color:#fff;
	opacity: 1;
	font-size: 30px;
}
.pirnewsletter button span{
	color:#fff;
	opacity: 1;
}
.pirnewsletter #mc_embed_shell{
	width: 100%;
	margin-top:20px;
}



@media (min-width:900px){
	.modal-dialog {
		max-width: 900px;
	}
}

@media (max-width:768px){
	.text-modal{
		order:2;
		padding: 20px;
	}
	.gsection{
		order:1;
		min-height: 360px;
	}
}

@media (max-width:440px){
	.gsection{
		min-height: 260px;
	}
	.pirmodaltitle{
		font-size: 20px;
    	line-height: 22px;
	}
}


.page-id-1512 .hero-banner.bg-image::after{
	opacity: 0.20;
}

.postid-15767  .content .ngg-slideshow.slick-slider{
	margin-top:0 !important;
	margin-bottom:0 !important;
}
.postid-15767  .content .ngg-slideshow.slick-slider img{
	margin-bottom:0 !important;
}

.postid-15767 .ngg-slideshow .slick-next:before, .postid-15767 .ngg-slideshow .slick-prev:before {
    color: #0b4061 !important;
    font-size: 32px !important;
    opacity: 1;
}


#menu-item-611 .sub-menu{
    right:0;
}


.pirimagemobile{
	display:none
}
.pirimagedesktop{
	    width: 65%;
    margin: 0 auto;
}

@media (max-width:767px){
	.pirimagedesktop{
		display:none;
}

.pirimagemobile{
	display:block;
}

}

