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: "proxima-nova",sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #212121;
	overflow-x: hidden;
	/* background:#131313; */
}
/*------------------------------------*\
	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,h6{
	font-size:100%;
	font-weight:300;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}
a{
	color:#859681;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
a:hover{
	text-decoration:none;
}
 
/*------------------------------------*\
	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: "barlow",sans-serif;
	font-weight: 600;
	font-size: 46px;
	line-height: 46px;
	color: #fff;
}


h2{
	font-family: "barlow",sans-serif;
	font-weight: 600;
	font-size: 36px;
	line-height: 46px;
	color: #0C2539;
	margin-bottom: 20px;
}


h3{
	font-family: "barlow",sans-serif;
	font-weight: 500;
	font-style: Medium;
	font-size: 24px;
	line-height: 30px;
	color: #212121;

}

h4{
	
}
h5{
	
}
p{
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #212121;
	margin-bottom: 30px;
}

/* font-family: "poppins",sans-serif; */

/* font-family: "barlow",sans-serif; */

/* font-family: "proxima-nova",sans-serif; */

/************************** Page CSS********************/
.full-width{
	width:100vw;
	margin-left:-50vw !important;
	left:50%;
	position:relative;
}
.common-background-style{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.common-button{
	color: #FFF;
	text-align: center;
	font-family: "barlow",sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	background: linear-gradient(90deg, #D6320B 0%, #EF6C43 100%);
	min-width: 250px;
    padding: 17px 26px 17px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.common-button:hover{
	background: #2275EF;
	color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

a.common-link{
	font-family: "proxima-nova",sans-serif;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
    line-height: 26px;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	display: inline-block;
	color: #0C2539;
	background: url('../images/common-link.png') no-repeat 93%;
	padding-right: 35px;
}
a.common-link:hover{
	color: #D6320B;
	background: url('../images/common-link.png') no-repeat 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow{
	width:auto;
	height:auto;
}
.common-arrow:after{
	display:none;
}
/************************* Breadcrumb Css **************************/
.site-breadcrumb {
	color: #252525;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    text-transform: uppercase;
	margin: 91px 0 71px;
	position: relative;
    text-align: center;
}
.site-breadcrumb strong{
	font-weight: 500;
}
.site-breadcrumb a {
	font-family: "inter-variable",sans-serif;
	color: #232323;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.site-breadcrumb a:hover{
	color: #929C53;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-weight: 500;
}
.site-breadcrumb span{
	margin:0px 20px;
}

/*************************** Quick Link List **********************/

/*************************** Pagination css*********************/
.pagination {
    width: 100%;
	text-align:center;
	display:flex;
    align-items: center;
	justify-content: center;
	margin-top: 53px;
	font-family: "proxima-nova",sans-serif;
	color: #060009;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.8px;
    text-transform: capitalize;
}
.pagination ul{
	padding:0px;
	margin:0px;
}
.pagination ul li{
	display:inline-block;
	font-size: 16px;
    font-weight: 500;
    line-height: 140%;
	font-family: "proxima-nova",sans-serif;
	color:#262626;
	margin:0px 2px;
}
.pagination ul li a{
	color:#262626;
    padding: 2px 6px;
    border-radius: 3px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pagination ul li a:hover{
	color:#fff;
    background-color: #2275EF;
}
.pagination ul li.active{
	color:#fff;
    background-color: #0C2539;
    border-radius: 3px;
    padding: 2px 6px;
}
.page-next {
	margin-left: 48px;
}
.page-prev {
	margin-right: 48px;
}
.page-prev,
.page-next {
	color: #0C2539;
    text-align: center;
	font-family: "proxima-nova",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    border-radius: 10px;
    border: 0.5px solid #0C2539;
    padding: 8px 10px 11px;
    min-width: 135px;
    display: inline-block;
}
.page-prev:hover,
.page-next:hover {
	background-color: #2275EF;
	border: 1px solid #2275EF;
    color:#fff;
}
.number-area{
	margin: 0 25px;
}
.pagination a{
	color:#0C2539;
}
.pagination a:hover{
	color:#2275EF;
}
/************************** End:Pagination css ********************/

/*************************** Mobile Stily Button Css ********************/
.mobile-screen-button{
    background: #0C2539;
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 99999;
    left: 0px;
    transition: all .5s;
    display: none;
    -webkit-box-shadow: 0px 0px 19px -5px rgb(0 0 0 / 45%);
    -moz-box-shadow: 0px 0px 19px -5px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 19px -5px rgb(0 0 0 / 45%);
}
.mobile-screen-button ul{
	margin:0px;
	padding:0px;
    display: flex;
    flex-wrap: wrap;
	list-style: none;
}
.mobile-screen-button ul li{
    width: 33.33%;
	text-align:center;
}
.mobile-screen-button ul li a{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #fff;
	display:block;
	text-align:center;
	padding: 8px 0px;
	display:block;
     font-family: "barlow", sans-serif;
	font-size: 14px;
	font-weight: 600;
	 min-width: 100%;
	 line-height: 28px;
}
.mobile-screen-button ul li a img{
    width: 16px;
    margin-right: 4px;
}
.mobile-screen-button ul li:first-child a{
	border-right: 2px solid #fff;
}
.mobile-screen-button ul li:last-child a img{
	width: 13px;
}
.mobile-screen-button ul li:nth-child(2) a img{
	width: 14px;
}
@media(max-width:991px){
	.mobile-screen-button{
		display:block;
	}
}
/*************************** End:Mobile Stily Button Css ********************/

/************************* Quick Links  ***********************/
.quick-links-area{
	position: fixed;
	top:20vh;
    right: 0px;
	z-index:99;
	color:#FFFFFF;
	transform: translateX( calc( 100% - 200px ) );
	transition: transform 500ms ease;
}
.quick-links-area.active{
	transform: translateX(0);
	z-index: 999;
}
.quick-links-rotate{
	height:auto;
	width:200px;
	transform: rotate(-90deg) translate(-100%, calc( 200px - 100% ));
    transform-origin: 0 0;
	margin:0px;
    padding: 10px 0px;
	float:left;
    background: #0C2539;
    color: #fff;
	text-align:center;
	color:inherit;
	cursor:pointer;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
	 display: flex;
    justify-content: center;
}
.quick-links-rotate h3{
	color:#fff !important;
	font-size: 18px;
    line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	padding-left:0px !important;
	font-weight: 400;
    font-family: "barlow", sans-serif;
}
.quick-links-rotate h3:before{
	display:none !important;
}
.quick-links-arrow img{
	transform: rotate(270deg); 
	transition: all 150ms ease;
	margin: 0px 0px 3px 5px;
}
.quick-links-area.active .quick-links-arrow img{
	transform: rotate(90deg);
	margin-bottom:-5px;
}

.quick-link-list{
	float:left;
	width:360px;
	background:#0C2539;
	line-height:18px;
	padding:30px;
	max-height:75vh;
	min-height: 240px;
	overflow:auto;
}
.quick-link-list ol{
	padding-left: 0px;
	margin-bottom: 0px;
}
.quick-link-list ol li{
	margin-bottom:18px;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	list-style: none;
}
.quick-link-list ol li:last-child{
	margin-bottom:0px;
}
.quick-link-list li a{
	color:#fff;
	text-decoration:none;
    font-family: "proxima-nova", sans-serif;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	text-transform: capitalize;
	font-size: 16px;
}
.quick-link-list li a:hover {
    color: #D6320B;
	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: 21vh;		
	}
	.quick-links-rotate h3 {
		font-size: 12px;
		line-height: 10px;
		margin-bottom: 5px !important;
		margin-top: 10px !important;
		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: 415px;
        width: 60px;
        padding: 0px;
    }
	.quick-links-arrow {
		margin-left: 0px;
	}
	.quick-links-area {
		transform: translateX( calc( 275px - 100% ) );
	}
	.quick-link-list ol li {
		margin-bottom: 10px;
		color: #fff;
		font-size: 18px;
		line-height: 24px;
	}
}
/************************* End:Quick Links  ***********************/

/************* Scroll Annimation *************/
.scroll-down-button-annimation a{
	position: absolute;
    bottom: 60px;
    left: 50%;
	transform:translatex(-50%);
    z-index: 2;
    display: inline-block;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
	color:#ffffff;
	font-size:12px;
	text-transform:uppercase;
	font-family:"brother-1816";
}
.scroll-down-button-annimation a {
	padding-top: 40px;
}
.scroll-down-button-annimation a span {
	position: absolute;
    top: 0;
    left: 50%;
    width: 21px;
    height: 34px;
    margin-left: -11px;
    border: 2px solid #C39350;
    border-radius: 50px;
    box-sizing: border-box;
}
.scroll-down-button-annimation a span::before {
	position: absolute;
    top: 1px;
    left: 50%;
    content: '';
    width: 3px;
    height: 6px;
    margin-left: -1px;
    background-color: #C39350;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/************* End:Scroll Annimation **************/


/************** Search Result ****************/
.search-result-area {
	padding: 100px 0;
}
.search-result-area article {
	padding: 60px 150px 60px 0;
	border-bottom: 1px solid #0C2539;
	position: relative;
}
.search-result-area article h2 a {
	color: #0C2539;
}
.search-result-area article h2 a:hover,
.search-result-area article a:hover{
	color: #d6320b;
}
.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: #0C2539;
}
.search-result-area .pagination a:hover {
	color: #d6320b;
}
.search-result-area .nav-links {
	display: flex;
    gap: 10px;
}
.search-result-area .page-header {
	background-color: #0C2539;
	padding: 20px 30px 0;
}
.search-result-area .page-header h2 {
	color: #fff;
	margin-bottom: 0;
}
.search-result-area .search-result-count {
	background-color: #0C2539;
	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: "proxima-nova", sans-serif;
	font-weight: 400;
	width: 100%;
}
.search-result-area .no-results .search-submit {
	background-color: #0C2539;
	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: #d6320b;
}
.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;
}
@media(max-width:991px){
    .search-result-area article figure {
        position: initial;
        transform: translateY(0);
        margin-bottom: 20px;
    }
    .search-result-area article img {
        width: 100% !important;
        max-width: 100% !important;
        height: 300px !important;
    }
    .search-result-area article {
        padding: 30px 0 40px;
    }
    .search-result-area article h2,
    .search-result-area .page-header h2{
        font-size: 35px;
        line-height: 47px;
    }
    .search-result-area .page-header,
    .search-result-area .search-result-count{
        padding-left: 15px;
        padding-right: 15px;
    }
    .search-result-area {
        padding: 40px 0;
    }
}
/************** Search result end ****************/
/************* Scroll Annimation *************/
.scroll-bottom{
	/* -webkit-animation: pulse 2s infinite; */
	/* animation: pulse 2s infinite; */
	cursor:pointer;
	position: absolute;
	bottom: 40px;
	left:50%;
	transform:translatex(-50%);
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0); }
	50% {
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px); }
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0); } 
	}
@keyframes pulse {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0); }
	50% {
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px); }
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0); }
}


/************* End:Scroll Annimation **************/