main{
position: relative;
}
.cover {
position: relative;
	min-height: 670px;
	overflow-x: hidden;
}

.mobile_only {
display: none;
}

.cover-slick {
width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.cover-slick div {
height: 100%;
	background-size: cover;
	background-position: center;
	background-position: top;
}

.cover .toggle-slick {
position: absolute;
	top: 125px;
	right: 15px;
	background: none;
	border: 0;
}



.cover-content {
position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	text-align: center;

max-width: 600px;
	margin-top: -60px;
}

/**/

video {
position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	transition: 1s opacity;
	object-fit: cover;
	z-index: -1;
}

#toggle-video {
position: absolute;
	top: 125px;
	right: 15px;
	background: none;
	border: 0;
}

.aside {
position: absolute;
	left: 0;
	top: 120px;
}

.aside .links {
display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.aside .links img {
width: 40px;
	margin-left: 5px;
}

.aside .links a {
background-color: var(--site3);
	color: var(--text);
	padding: 0.7rem 0.51rem;
	border-radius: 0 50px 50px 0;
	margin-block-end: 0.9rem;
}

.aside .links a:nth-child(1) {
width: 130px;
}

.aside .links a:nth-child(2) {
width: 161px;
}

.aside .links a:nth-child(3) {
width: 180px;
}

.aside .links a:hover {
width: 178px;
}

.fastnav {
background-color: var(--site3);
	position: absolute;
	left: -999px;
	top: 275px;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 502px;
	height: 496px;
	border-radius: 0 50px 50px 0;
	padding: 2rem 1.2rem;
	color: #515b5c;
	z-index: 3;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.fastnav.active {
left: 0;
}

.fastnav .smart-nav-sub-select {
display: flex;
	flex-direction: column;
}

.fastnav .decor {
font-weight: bold;
	font-size: 1.1rem;
}

.fastnav .decor img {
width: 55px;
}

.fastnav select {
padding: 1rem;
	border-radius: 50px;
	width: 100%;
	max-width: 80%;
	margin: 1rem auto;
}

.fastnav .close {
padding-top: 14px;
	font-size: 1rem;
}

.fastnav .close i {
margin-right: 5px;
}

.fastnav .smart-nav-submit {
background-color: var(--site1);
	color: #fff;
	font-weight: bold;
	border-block-start-width: 1.4rem;
	border-radius: 50px;
	width: 200px;
	margin: auto;
	border: 1px solid var(--site1);
	padding: 0.35rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	margin-bottom: 3.5rem;
	font-family: 'black';
}

.fastnav span {
width: 100%;
	text-align: center;
}

.fastnav span a {
color: inherit;
	text-decoration: underline;
}

.fastnav span a:hover {
color: var(--site1);
}

.fastnav h2 {
margin-bottom: 1rem;
	font-family: 'black';
}

.fastnav>div {
display: flex;
	justify-content: space-between;
}

.gradover {
position: absolute;
	top: 0;
	height: 50%;
	width: 100%;
	background: linear-gradient(180deg, rgba(34, 61, 95, 1) 15%, rgba(34, 61, 95, 0) 75%);
}

.prime {
position: relative;
	padding-top: 9.5rem;
}

.prime>h2 {
color: var(--site3);
	text-align: center;
	font-size: 2.8rem;
	padding-block-end: 50px;
	position: relative;
	font-family: 'black';
	margin-block-end: 2rem;
}

.prime>h2::after {
content: "";
	position: absolute;
	bottom: 0;
	height: 10px;
	width: 200px;
	background-color: var(--site6);
	inset: 6rem;
	margin: auto;
}

.services {
position: relative;
	width: 100%;
	max-width: 900px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	z-index: 2;
}

.services .icon {
box-shadow: 0 1px 1rem rgba(0, 0, 0, 0.3);
	background-color: var(--site3);
	height: 150px;
	width: 150px;
	background-size: 82px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.services a {
list-style-type: none;
	position: relative;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background-color: var(--site3);
	display: flex;
	justify-content: center;
	align-items: center;
	transform: scale(1);
	transition: all 0.3s ease-in;
}

.services a:hover {
transform: scale(1.1);
}

.services span {
text-align: center;
	display: block;
	font-size: 1.8rem;
	color: var(--site3);
	text-shadow: #00071e 5px 0 8px;
	position: absolute;
	bottom: -3rem;
	width: max-content;
	font-family: 'bolden';
}

.sub {
position: absolute;
	background-color: var(--site3);
	display: block;
	width: 100%;
	max-width: 1440px;
	margin: 4rem auto;
	height: 180px;
	border-radius: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	display: none;
}

.sub::after {
content: "";
	position: absolute;
	top: -0.5rem;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 9px solid var(--site3);
	width: 0;
	height: 0;
	left: 50%;
	transform: translateX(-50%);
}

.sub ul {
height: calc(100% - 2rem);
	position: absolute;
	width: calc(100% - 2rem);
	list-style-type: none;
	padding-right: 0;
	display: flex;
	justify-content: space-between;
	box-shadow: 0 1px 1rem rgba(0, 0, 0, 0.3);
	inset: 0;
	margin: auto;
	border-radius: 20px;
}

.sub li {
flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.sub li::after {
content: "";
	position: absolute;
	left: 0;
	height: 50%;
	width: 2px;
	background-color: #d7dedc;
	top: 50%;
	transform: translateY(-50%);
}

.sub li:last-child::after {
content: none;
}

.sub li a {
display: flex;
	flex-direction: column;
	align-items: center;
	color: var(--text);
	font-weight: 500;
	font-size: 1.1rem;
	width: 100%;
	transform: scale(1);
	transition: all 0.4s ease-in;
}
.sub li a img {
height: 70px;
	margin-bottom: 0.5rem;
}
.sub li a:hover {
transform: scale(1.05);
}

/* .sub li a:hover img {
height: 75px;
}

.sub li a:hover span {
font-size: 1.2rem;
}

*/
.news {
padding: 0;
	background-color: transparent;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
}

.news .container {
min-width: 100%;
	padding: 0;
	height: 100%;
}

.news .content {
position: relative;
	display: flex;
	align-items: center;
	height: 100%;
}

.news .buttons {
position: absolute;
	top: 1.9rem;
	left: 1.9rem;
}

.news a {
color: #fff;
	display: block;
}

#newsTicker2 li {
    display: inline-block !important;
    float: none !important;
}

.news h2 {
color: var(--site4);
	font-size: 1.2rem;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	padding: .219rem .75rem;
	margin: 0;
	border-radius: 0;
	z-index: 5;
	background: rgba(var(--site1RGB), 0.87);
	position: absolute;
	width: 120px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news h2 a {
color: var(--site4);
}

.news .breaking-news-ticker {
width: calc(100% - 122px);
	margin-right: auto;
	height: 100% !important;
}
.breaking-news-ticker * {
font-family: 'lighten';
}
.bn-news ul li a {
font-size: 1.2rem;
	line-height: 1.2rem;
	padding: .36rem 0;
	color: #fff;
	position: relative;
	overflow: visible;
}

.bn-effect-scroll .bn-news ul {
padding-block: 1rem;
}

.bn-news ul li a::after {
content: "";
	position: absolute;
	left: -16px;
	top: 50%;
	transform: translateY(-50%);
	height: 5px;
	width: 5px;
	border-radius: 50px;
	background-color: #fff;
}

.bn-news ul li a:hover {
color: #cbee9f;
	text-decoration: underline;
}

.bn-effect-scroll .bn-news ul li {
padding: 0 1rem;
}

.news .date {
font-family: 'bolden';
}

.news .date:after {
content: ' ';
	margin: 0 2px;
}

.news-toggle {
width: 26px;
	height: 26px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: #111;
	color: #fff;
	background: none;
	font-size: 14px;
}

.bn-news {
background: rgba(var(--site1RGB), 0.87);
	width: 100%;
	max-width: 96%;
}

.bn-controls {
left: 0;
	right: auto;
	display: flex;
	align-items: center;
	background: rgba(var(--site1RGB), 0.87);
}

.bn-controls button {
border: 0;
	width: 30px;
	height: 30px;
	border-radius: 0;
	background: transparent;
	color: #fff;
	padding: 0;
	margin-right: 5px;
}

.bn-direction-rtl .bn-controls button {
border: none;
}

.bn-arrow {
top: -1px;
}

.bn-play {
background-color: transparent;
}

.bn-pause::before,
.bn-pause::after {
background-color: var(--site4);
	width: 3px;
}

.bn-play::after {
border-left-color: var(--site4);
}

.bn-arrow.bn-next {
color: var(--site4);
}

.bn-controls button:hover {
background-color: var(--site1);
	color: var(--site4);
	box-shadow: none;
}
.footer {
    display: none;
}
@media only screen and (max-width: 600px) {
	footer#footer * {
  	 	color: white;
	}
	.footer {
		display: block;
		border-top: 1px solid white;
	}
}





@media (min-width: 992px) {

/* .bn-news {
padding-right: 100px;
} */
	.centered {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}


.cover {
	height: calc(100vh - 60px);
	height: 100vh;
}

.news a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
}

.services-mobile {
display: none;
}

@media (max-width:1200px) {
.aside .links a {
		padding-block: 0.3rem;
	}

.fastnav {
	top: 245px;
}
}
@media (max-width: 991px) {
body {
		background-color: var(--site1);
	}

	.mobile_only {
		display: block;
	}

.cover {
	padding: 15px 0;
	padding-top: 125px;
	min-height: auto;
	height: calc(100vh - 290px);
	overflow-x: hidden;
	overflow-y: auto;
}

.centered {
	text-align: center;
}

.centered-banner img {
	max-width: 100%;
}

.news h2 {
	display: none;
}

.cover .toggle-slick {
	display: none;
}

video,
#toggle-video {
	display: none;
}

.bn-direction-rtl .bn-controls {
	display: none;
}

.news {
	position: relative;
	z-index: 2;
	bottom: 0;
}

.news .breaking-news-ticker,
.news .bn-news {
	width: 100%;
	max-width: 100%;
}

.news .bn-news {
	background-color: var(--site1);
}
.bn-news ul li a {
	font-size: 0.9rem;
}

.aside {
	top: 10px;
}

.aside .links a {
	padding-block: 0.35rem;
}

.aside .links img {
	width: 22px;
}

.aside .links a:nth-child(1) {
	width: 113px;
}

.aside .links a:nth-child(2) {
	width: 150px;
}

.aside .links a:nth-child(3) {
	width: 170px;
}

.prime {
	padding-top: 2.5rem;
}

.prime h2 {
	font-size: 1.82rem;
	padding-block-end: 30px;
}

.prime h2::after {
	height: 5px;
	inset: 3rem;
	width: 100%;
	max-width: 200px;
}

.services {
	flex-wrap: wrap;
	justify-content: space-around;
}

.services a.srv2 {
	display: none;
}

.fastnav {
	top: 105px;
	padding: 1rem;
	max-width: 340px;
	height: 340px;
}

.fastnav h2 {
	font-size: 1.8rem;
	margin-top: 1rem;
}

.fastnav select {
	padding: 0.5rem;
	margin: 0.5rem auto;
	max-width: 90%;
}

.fastnav .close {
	padding-top: 0;
}

.fastnav .smart-nav-submit {
	margin-bottom: 1.5rem;
	font-size: 1.25rem;
	width: 140px;
	padding: 3px;
}

.fastnav .decor img {
	width: 35px;
}

.services-mobile {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 25;
	bottom: 0.1rem;
	width: 100%;
	right: 0;
}

.services-mobile h2 {
	display: flex;
	justify-content: center;
	background-color: var(--site3);
	color: var(--site1);
	position: relative;
	padding-block: 0.5rem;
	z-index: 3;
	margin-bottom: 0;
	font-size: 1.62rem;
	padding-block: 0.8rem;
	width: inherit;
	position: relative;
	bottom: 0;
	font-weight: bold;
}

.services-mobile h2::before {
	content: '';
	position: absolute;
	inset: -70px 0 0 0;
	margin: auto;
	width: 15px;
	height: 15px;
	z-index: -1;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-bottom: 15px solid var(--site3);
	animation: rotategrow 1s forwards 3;
}

.services-mobile h2 i {
	margin-inline: 5px;
	display: flex;
	align-items: flex-end;
}
.services-mobile + .wrapper {
	padding: 4rem 1rem;
	list-style: none;
	/* height: calc(100vh - 122px); */
	height: calc(100vh - 152px);
	background: var(--site3);
	position: absolute;
	width: 100%;
	z-index: 102;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-start;
bottom: 8.2rem;
}

.services-mobile + .wrapper > h3 {
	padding-block: 1rem;
	font-weight: bold;
	color: var(--site1);
	display: flex;
	justify-content: center;
	border-bottom: 1px solid;
	width: 100%;
}

.srvlist {
	z-index: 103;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-start;
	gap: 10px 5px;
}

.srvlist li {
	aspect-ratio: 1;
/* flex-basis: 33%;
display: flex;
align-items: center;
justify-content: center; */
	flex: 0 0 32%;
	min-height: 110px;
	max-height: 175px;
	display: flex;
	align-items: center;
	justify-content: center;
border: 1px solid #cfcfcf;
	border-radius: 13px;
	padding: 1%;
}

.srvlist li img {
	height: 45px;
margin-bottom: 3px;
}

.srvlist li span {
	display: block;
	font-size: 1.2rem;
	text-align: center;
color: var(--text);
}

.srvlist .icon {
	text-align: center;
}

/* .sub{
margin: 0 auto;
display: block;
max-width: 96%;
height: 100%;
transform: translate(-50%, 295px);
z-index: 2;
transition: all 0.5s ease-in-out;
}
.sub ul{
display: flex;
flex-wrap: wrap;
inset: 8rem 0 0 0;
background-color: var(--site3);
}
.sub li{
flex-basis: 24%;
}
.sub h2{
padding-block: 0.75rem;
color: var(--site1);
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.sub h2::after{
content: none;
}
.sub:hover{
transform: translate(-50%,0px);
}
.sub li a span{
text-align: center;
}
*/
}


@media (max-width:600px) {
    body {
        padding-bottom: 0px;
    }

.services .icon {
		background-size: 58px;
	}

.services a {
	width: 140px;
	height: 140px;
}

.services .icon {
	width: 120px;
	height: 120px;
}

.services span {
	width: min-content;
	line-height: 1.1;
	bottom: -4.5rem;
}

/* .sub{
transform: translate(-50%, 275px);
}
.sub:hover{
transform: translate(-50%,-50%);
}
.sub ul{
inset: 11.5rem 0 0 0;
height: fit-content;
justify-content: flex-start;
}
.sub li{
flex:initial;
flex-basis: 33%;
aspect-ratio: 1;
}
.sub li a img{
height: 50px;
}
.sub li::after{
content: none;
} */
}
@media (max-width:500px) {
.services .icon {
		background-size: 48px;
	}

.services a {
	width: 110px;
	height: 110px;
}

.services .icon {
	width: 90px;
	height: 90px;
}

.services span {
	width: min-content;
	line-height: 1.1;
    bottom: -4rem;
    font-size: 1.3rem;
    width: 110px;
}

.srvlist li img {
	height: 37px;
}
}

@media (max-width:360px) {
	.srvlist li {
		min-height: 100px;
	}
}