html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin:0px;
	padding:0px;
	font-family: "effra",sans-serif;
	font-weight: 400;
	color: #003749;
	font-size: 16px;
	line-height: 22px;	
	overflow-x: hidden;
	/* background:#F5F5F5; */
}
/*------------------------------------*\
	FONT RESET
\*------------------------------------*/
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{ 
	border:0;
}
address,caption,cite,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5{
	font-size:100%;
	font-weight:300;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}
a {
	color:#313131;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
a:hover {
	text-decoration:none;
	color: #496B71;
}
.wp-block-button__link {
	color:#F2EACD!important;
	text-transform:uppercase;
	letter-spacing:.5px;
	background-color:#1C445A!important;
}
.wp-block-button__link:hover {
	color:#1C445A!important;
	background-color:#F2EACD!important;	
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*--- QUOTES ---*/
blockquote{
	margin:0 60px 0 45px;
	border-left:5px solid #ccc;
	padding-left:10px;
	text-indent:-0.4em;
}
blockquote b{
	display:block;
	text-indent:0;
}

img{ 
	max-width:100%; 
	height:auto
}
/************************** FONTS CSS********************/
h1{
	font-family: "effra", sans-serif;
	font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
	color:#1C445A;
}

h2{
/* 	font-family:"trajan-pro-3", serif; */
	font-family: 'Prata';
	font-size: 38px;
	line-height: 47px;
	font-weight: 400;
/* 	color: #1C445A; */
	color:#1C445A;
	margin-bottom: 15px;
}
h3{

}
h4{
	
}
h5{
	
}
h6 {
/* 	color:#434343; */
	color: #1C445A;
	font-weight:100;
}
p{
	font-family: "effra",sans-serif !important;
	font-weight: 400;
	color:#434343;
	font-size: 16px;
	line-height: 22px;	
	margin-bottom: 20px;
}
/************************** Page CSS********************/
.full-width{
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.common-background-style {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.common-button {
	font-family: "effra",sans-serif;
	font-weight: 500;
	color: #1C445A;
	font-size: 15px;
	text-transform: uppercase;
    background-color: transparent;
	border: 1px solid #1C445A;
	border-radius: 23px;
	padding: 10px 30px;
    display: inline-block;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	letter-spacing: 1px;
	text-align: center;
}
.common-button:hover{
	background-color: #1C445A;
	color:#F2EACD ;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-button.white-btn {
	border-color: #fff;
	color: #fff;
}
.common-button.white-btn:hover {
	border-color: #F2EACD;
	color: #1C445A;
	background-color: #F2EACD;
}
a.common-link {
	font-family: "effra",sans-serif;
	font-size: 17px;
	font-weight: 500;
	letter-spacing:1px;
	text-transform:uppercase;
	color: #1C445A;
	line-height: 22px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	position: relative;
	padding-right: 30px;
	display: inline-block;
}
a.common-link::after {
	content: "";
    height: 14px;
    width: 8px;
    background-size: 8px;
    background-image: url(../images/gal-thumb-next.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 8px;
    top: 60%;
    transform: translateY(-50%);
	filter: invert(38%) sepia(7%) saturate(1743%) hue-rotate(106deg) brightness(93%) contrast(87%);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a.common-link:hover {
    color: #003749;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a.common-link:hover::after {
	right: 0;
}
.common-arrow{
	width:auto;
	height:auto;
	margin:0px;
}
.common-arrow:after{
	display:none;
}
/************************* Breadcrumb Css **************************/
.site-breadcrumb {
	font-family: "effra",sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
    color: #1C445A;
	margin: 17px 0 20px;
	position: relative;
}
.site-breadcrumb strong{
	font-weight: 400;
}
.site-breadcrumb a {
	font-family: "effra",sans-serif;
	font-size: 16px;
	font-weight: 400;
    color: #1C445A;
	line-height:22px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.site-breadcrumb a:hover{
	color: #003749;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.site-breadcrumb span{
	margin:0px 5px;
	font-weight: 400;
	color:#1C445A;
}
/************************* Breadcrumb Css **************************/

/*************************** Mobile Stily Button Css ********************/
.mobile-screen-button{
    position: fixed;
    width: 100%;
    bottom: 10px;
    z-index: 99999;
    left: 20px;
    transition: all .5s;
    display: none;
}
.mobile-screen-button a.common-button{
	font-family: "effra",sans-serif;
    border: 0px solid #707070;
    background-color: #F2EACD;
}
/*************************** End:Mobile Stily Button Css ********************/

/************************* Quick Links  ***********************/
.quick-links-area{
	position: fixed;
	top:20vh;
    right: 0px;
	z-index:9;
	color:#FFFFFF;
	transform: translateX( calc( 100% - 240px ) );
	transition: transform 500ms ease;
	pointer-events:none;
}
.quick-links-area.active{
	transform: translateX(0);
	z-index:99;
}
.quick-links-rotate{
	height:auto;
	width:240px;
	transform: rotate(-90deg) translate(-100%, calc( 240px - 100% ));
    transform-origin: 0 0;
	margin:0px;
    padding: 10px 0px;
	float:left;
	background:#1C445A;
	text-align:center;
	color:inherit;
	cursor:pointer;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
	border-radius:15px 15px 0px 0px;
	pointer-events:all;
}
.quick-links-rotate h3{
	color:#F2EACD !important;
	font-size: 18px;
    line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left:0px !important;
	font-weight: 500;
    font-family: "effra", sans-serif;
}
.quick-links-rotate h3:before{
	display:none !important;
}
.quick-links-arrow{
	transform: rotate( 90deg ); 
	transition: all 150ms ease;
	margin-bottom:0px;
	margin-right: 10px;
}
.quick-links-area.active .quick-links-arrow {
	transform: rotate( 270deg );
	margin-bottom:-5px;
}
.quick-link-list{
	float:left;
	width:360px;
	background:#1C445A;
	line-height:18px;
	padding:30px;
	max-height:75vh;
	min-height: 240px;
	overflow:auto;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	pointer-events:all;
}
.quick-link-list ol{
	padding-left: 0px;
	margin-bottom: 0px;
}
.quick-link-list ol li{
	margin-bottom:15px;
	list-style: none;
}
.quick-link-list ol li:last-child{
	margin-bottom:0px;
}
.quick-link-list li a{
	color:#fff;
	text-decoration:none;
	font-weight: 500;
    font-family: "effra", sans-serif;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	text-transform: capitalize;
	font-size: 16px;
	line-height:27px;
}
.quick-link-list li a:hover {
    color: #F2EACD;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.quick-links-rotate h3{
	margin-bottom: 0px !important;
	margin-top: 5px !important;
	font-size: 16px;
}
.quick-links-area .quick-links-rotate h3 span{
	display:inline-block;
	transform: rotate(90deg);
    font-size: 30px;
}
.quick-links-area.active .quick-links-rotate h3 span{
	transform: rotate( 270deg ); 
	transition: all 150ms ease;
}
@media(max-width:767px){
	.quick-links-area {
		top: 30vh;		
	}
	.quick-links-rotate h3 {
     display:none;
	}
	.quick-link-list {
		max-height: 70vh;
		font-size: 14px;
	}
	.quick-link-list {
		width: 275px;
		position: absolute;
		right: 0px;
		padding: 20px;
	}
	.quick-links-rotate {
		position: absolute;
        right: 440px;
        width: 75px;
		padding: 0px;
		opacity: 85%;
	}
	.quick-links-area {
		transform: translateX( calc( 275px - 100% ) );
	}
	.quick-link-list ol li {
		margin-bottom: 10px;
		color: #fff;
		font-size: 18px;
		line-height: 24px;
	}
	.quick-links-arrow {
      margin-right: 0px;
    }
}
/************************* End:Quick Links  ***********************/
/*************************** Pagination css*********************/
.pagination {
    width: 100%;
	text-align:center;
    display: flex;
    justify-content: center;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	font-size:16px;
}
.pagination ul{
	padding:0px;
	margin:0px;
}
.pagination ul li{
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #b3c0ec;
	text-transform: uppercase;	
    padding: 0px 10px;
    border-right: 2px solid #cccccc;
}
.pagination ul li a{
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #cccccc;
	text-transform: uppercase;	
}
.pagination ul li a:hover{
	color:#85CBF8;
}
.pagination span{
	margin:0px 6px;
	position: relative;
    top: -1px;
}
.pagination .number-area {
    padding-left: 10px;
    padding-right: 15px;
}
/*************************** End:Pagination css *********************/

/******custom-search*********/
.search-area-box {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background-repeat: repeat;
	background-size: cover;
}
.search-area-box.active {
	opacity: 1;
	visibility: visible;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.search-area-box:after {
	content: "";
	height: 100%;
	width: 100%;
	background-color: #F8F8F8;
	opacity:1;
	position: absolute;
	top: 0;
	left: 0;
}
.search-close {
	cursor: pointer;
	position: absolute;
	top: 40px;
	right: 50px;
	z-index: 1;
}
.search-form-wrapper {
	position: relative;
	width: 100%;
	z-index: 1;
	max-width: 768px;
	margin: 0 auto;
}
.search-form-wrapper h1{
	margin-bottom:30px;
}
.search-area-box form {
	display: flex;
	align-items: center;
	max-width: 100%;
	margin: 0px auto;
	border:1px solid #c4c4c4;
	border-radius:50px;
	overflow:hidden;
	background:#fff;
	padding-right: 15px;
}
.advance-search-wrapper input {
	border: none;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px 50px 10px 30px;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	font-family: "effra", sans-serif;
	font-weight: 400;
	width: 100%;
}
.advance-search-wrapper input::placeholder {
	color: #000000;
	opacity: 1;
}
.advance-search-wrapper input:-moz-placeholder {
	color: #000000;
	opacity: 1;
}
.advance-search-wrapper input::-moz-placeholder {
	color: #000000;
	opacity: 1;
}
.advance-search-wrapper input:focus-visible{
	outline: none;
}
.search-form-wrapper button {
	background-color: #fff;
/* 	border-radius: 0 5px 5px 0; */
	border: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/*position: absolute;*/
	top: 0;
	right: -1px;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-form-wrapper button img {
	filter:invert(1)
}
#advance-search-display h5 {
	background-color: #434343 ;
}
#advance-search-display ul li p {
	font-size: 14px !important;
}
#advance-search-display {
	max-height: calc( 40vh - 30px) !important;
	margin-top: 20px !important;
}
/*****search-result******/
.search-result-area {
	padding: 100px 0;
}
.search-result-area article {
	padding: 60px 150px 60px 0;
	border-bottom: 1px solid #A5A5A5;
	position: relative;
}
.search-result-area article h2 {
	color: #011D3F;
}
.search-result-area article h2 a {
	color: #1C445A;
}
.search-result-area article h2 a:hover,
.search-result-area article a:hover{
	color: #AEA78D;
}
.search-result-area article img {
	width: 110px !important;
	max-width: 100% !important;
	height: 140px !important;
	object-fit: cover;
}
.search-result-area article figure {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.search-result-area .pagination {
	margin-top: 40px;
}
.search-result-area .pagination h2,
.search-result-area .pagination a {
	color: #1C445A;
}
.search-result-area .pagination a:hover {
	color: #AEA78D;
}
.search-result-area .nav-links {
	display: flex;
	gap: 10px;
}
.search-result-area .page-header {
	background-color: #1C445A;
	padding: 15px 30px 0;
}
.search-result-area .page-header h2 {
	color: #fff;
	margin-bottom: 0;
}
.search-result-area .search-result-count {
	background-color: #1C445A;
	color: #fff;
	padding: 10px 30px 15px;
}
.loader-img img {
	max-width:80px;
}
.search-result-area .no-results .page-title {
	color: #fff;
}
.search-result-area .no-results .page-header {
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.search-result-area .no-results .search-field {
	border: 1px solid #000;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px 100px 10px 10px;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	font-family: "quiche-sans";
	font-weight: 400;
	width: 100%;
}
.search-result-area .no-results .search-submit {
	background-color: #003D93;
	border-radius: 0 5px 5px 0;
	border: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: absolute;
	top: 0;
	right: -1px;
	height: 41px;
	width: 83px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.search-result-area .no-results .search-submit:hover {
	background-color: #FF3524;
}
.search-result-area .no-results label {
	display: none;
}
.search-result-area .no-results form {
	display: flex;
	align-items: center;
	max-width: 600px;
	width: 100%;
	position: relative;
}