.home-banner-section {
    min-height: 453px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding-top: 82px;
}

.home-banner-section .banner-content h1 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 69px;
    line-height: 45px;
    letter-spacing: 2.37px;
    margin-bottom: 37px;
}

.home-banner-section .banner-content h1 span {
    font-size: 42px;
    line-height: 40px;
    width: 100%;
    display: inline-block;
    letter-spacing: 1.44px;
}

.button2 a {
    color: #fffcfc;
    font-family: "Oswald",sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 28px;
    background-color: #765ba7;
    padding: 16px 10px 16px 44px;
    width: 197px;
    display: block;
    margin: 0 auto;
    text-align: left;
}

.button2 a:hover {
    background: #26193D;
    color: #fff;
}

.button2.watch-video a::after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(../../../..//wp-content/uploads/2022/11/play-icon.png);
    position: relative;
    top: 2px;
    margin-left: 11px;
}

.news-cat-section {
    padding: 74px 0 44px;
    margin-top: -180px;
}

.news-cat-section .news-cat-wrapper .news-cat-name {
    color: #232323;
    font-family: Oswald;
    font-size: 26px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 41px;
}

.news-cat-section .news-cat-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-cat-section .news-cat-wrapper .news-cat-item {
    padding-top: 30px;
    background-color: #ffffff;
    text-align: center;
    width: calc(25% - 18.75px);
    box-shadow: 0 0 42px 7px rgba(118, 91, 167, 0.2);
    position: relative;
}

.news-cat-section .news-cat-wrapper .news-cat-item .news-cat-image {
    margin-bottom: 36px;
    line-height: 1;
}

.news-cat-section .news-cat-wrapper .news-cat-item .news-cat-image img {
    max-height: 100px;
    min-height: 100px;
}

.news-cat-section .news-cat-wrapper .learn-more-btn a {
    background-color: #765ba7;
    color: #ffffff;
    font-family: "Oswald",sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 13px;
}

.news-cat-section .news-cat-wrapper .learn-more-btn a::after {
    content: "";
    width: 27px;
    height: 12px;
    display: inline-block;
    background-image: url(../images/right-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
    top: -1px;
    margin-left: 12px;
}

.news-cat-section .news-cat-wrapper .learn-more-btn a:hover {
	background: #26193D;
    color: #fff;
}

.news-cat-section .news-cat-wrapper .news-cat-item::after {
    content: "";
    width: 100%;
    height: 94px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgb(30 87 153 / 0.5) 0%,#ffffff 100%);
    z-index: 0;
}

.news-cat-section .news-cat-wrapper .news-cat-item .learn-more-btn {
    position: relative;
    z-index: 1;
}

section.upcoming-news-section {
    padding: 44px 0;
}

.upcoming-news-section .section-title > a {
    font-size: 17px;
    line-height: 30px;
}

.upcoming-news-section .section-title > a::after {
    top: 4px;
    width: 27px;
    height: 17px;
}

section.upcoming-news-section .section-title {
    margin-bottom: 34px;
}

.upcoming-news-section .featured-latest-news {
    margin-bottom: 72px;
}

section.upcoming-news-section .featured-latest-news .featured-latest-news-image {
    line-height: 1px;
    margin-bottom: 23px;
}

section.upcoming-news-section .featured-latest-news .featured-latest-news-image img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
}

section.upcoming-news-section .featured-latest-news .featured-news-date {
    color: #797979;
    font-family: "Oswald",sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 33px;
    text-transform: uppercase;
}

section.upcoming-news-section .featured-latest-news .featured-news-title {
    font-family: "Oswald",sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

section.upcoming-news-section .featured-latest-news .featured-news-description {
    font-family: 'Open Sans',sans-serif;
    font-size: 19px;
    line-height: 34px;
    font-weight: 400;
}

.featured-news-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.featured-news-wrapper .featured-news-item {
    width: calc(33.33% - 20px);
}

.featured-news-wrapper .featured-news-item .featured-news-image {
    line-height: 1px;
    margin-bottom: 16px;
}

.featured-news-wrapper .featured-news-item .featured-news-image img {
    width: 100%;
	max-height: 215px;
    object-fit: cover;
    object-position: center;
}

.featured-news-wrapper .featured-news-item .featured-news-date {
    color: #797979;
    font-family: "Oswald",sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 33px;
    text-transform: uppercase;
}

.featured-news-wrapper .featured-news-item .featured-news-title {
    font-family: "Oswald",sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.featured-news-wrapper .featured-news-item .featured-news-description {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
}

#fade {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 999;
    -moz-opacity: 0.7;
    opacity: .7;
    filter: alpha(opacity=80);
}

#light {
	display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 800px;
    max-height: initial;
    z-index: 9999;
    overflow: visible;
    transform: translate(-50%, -50%);
    line-height: 1px;
}

#light video {
    max-width: 800px;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}

body.modal-open {
    overflow: hidden;
}

.modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgb(35 35 35 / 92%);
    display: none;
}

.modal-wrapper .close {
    display: block;
    position: absolute;
    right: 0;
    top: -1px;
    width: 80px;
    height: 80px;
    border-top: 40px solid #765ba7;
    border-right: 40px solid #765ba7;
    border-left: 40px solid transparent;
    border-bottom: 40px solid transparent;
    cursor: pointer;
    z-index: 2;
}

.modal-wrapper .close::after {
    content: "";
    width: 52px;
    height: 48px;
    display: block;
    background-image: url(../images/close-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    position: absolute;
    top: -40px;
    right: -40px;
}

.modal-wrapper .modal {
    width: 750px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-inner-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.modal-inner-wrapper .modal-left, .modal-inner-wrapper .modal-right {
    width: 50%;
}
.modal-inner-wrapper .modal-left { background-size: cover; background-position: center; background-repeat: no-repeat; }

.modal-inner-wrapper .modal-right {
    background-color: #fff;
    padding: 38px;
    position: relative;
	min-height: 375px;
	z-index: 1;
}

.modal-inner-wrapper .modal-right::after {
    content: "";
    width: 100%;
    height: 94px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgb(30 87 153 / 0.2) 0%,#ffffff 100%);
    z-index: -1;
}

.modal-inner-wrapper .modal-left {
    line-height: 1px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.modal-inner-wrapper .modal-right .modal-subtitle {
    color: #765ba7;
    font-family: "Oswald",sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.modal-inner-wrapper .modal-right .modal-title {
    color: #232323;
    font-family: "Oswald",sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.modal-content {
    color: #232323;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 36px;
}

.modal-action .button1 {
    background-color: #765ba7;
    font-size: 17px;
    line-height: 22px;
    min-width: 162px;
    padding: 12px;
}

.modal-action .button1:hover {
	background: #26193D;
    color: #fff;
}

.modal-inner-wrapper .modal-right .modal-action {
    position: relative;
    z-index: 1;
}


@media (max-width: 991px) {
    .home-banner-section {
    	display: flex;
    	align-items: center;
        padding-top: 0;
	}
    .home-banner-section .banner-content h1 {
    	font-size: 60px;
    	line-height: 50px;
    }
    .news-cat-section {
        padding: 55px 0;
        margin-top: 0;
	}
    .news-cat-section .news-cat-wrapper .news-cat-item {
    	width: calc(50% - 15px);
    	margin: 15px 0;
	}
    .upcoming-news-section .featured-latest-news {
    	margin-bottom: 40px;
	}
    #light {
    	max-width: 90%;
        width: 90%;
	}
    #light video {
    	max-width: 100%;
	}
}


@media (max-width: 767px) {
    .home-banner-section .banner-content h1 {
        font-size: 40px;
        line-height: 35px;
    }
    .home-banner-section .banner-content h1 span {
    	font-size: 25px;
    	line-height: 23px;
	}
    .button2 a {
    	padding: 12px 6px 12px 30px;
    	width: 175px;
	}
    .home-banner-section {
    	min-height: 360px;
	}
    .news-cat-section {
    	padding: 30px 0;
	}
    section.upcoming-news-section {
    	padding: 40px 0;
	}
    section.upcoming-news-section .section-title {
    	margin-bottom: 20px;
	}
    .upcoming-news-section .featured-latest-news {
    	margin-bottom: 30px;
	}
    section.upcoming-news-section .featured-latest-news .featured-latest-news-image {
    	margin-bottom: 15px;
	}
    section.upcoming-news-section .featured-latest-news .featured-news-title {
    	font-size: 30px;
    	line-height: 34px;
	}
    section.upcoming-news-section .featured-latest-news .featured-news-description {
    	font-size: 16px;
    	line-height: 24px;
	}
    .featured-news-wrapper .featured-news-item {
    	width: calc(50% - 15px);
    	margin: 15px 0;
	}
    .modal-wrapper .modal {
    	width: 90%;
        max-width: 300px;
	}
    .modal-inner-wrapper .modal-left, .modal-inner-wrapper .modal-right {
    	width: 100%;
	}
    .modal-inner-wrapper .modal-left {
    	min-height: 300px;
	}
    .modal-inner-wrapper .modal-right {
    	padding: 20px;
		min-height: auto;
		z-index: 1;
	}
	.modal-inner-wrapper .modal-left { height: 310px; }
    .modal-inner-wrapper .modal-right .modal-subtitle {
    	font-size: 16px;
    	line-height: 23px;
    	margin-bottom: 0;
	}
    .modal-inner-wrapper .modal-right .modal-title {
    	font-size: 20px;
    	line-height: 24px;
    	margin-bottom: 8px;
	}
    .modal-content {
    	margin-bottom: 15px;
	}
    .modal-action .button1 {
    	font-size: 14px;
    	line-height: 19px;
    	min-width: 130px;
    	padding: 10px;
	}
}


@media (max-width: 575px) {
	.news-cat-section .news-cat-wrapper .news-cat-item {
    	width: 100%;
	}
    .news-cat-section .news-cat-wrapper .news-cat-item .news-cat-image img {
    	max-height: initial;
    	min-height: auto;
	}
    .news-cat-section .news-cat-wrapper .news-cat-item .news-cat-image {
    	margin-bottom: 25px;
	}
    .news-cat-section .news-cat-wrapper .news-cat-name {
    	font-size: 22px;
    	line-height: 23px;
    	margin-bottom: 30px;
	}
    .news-cat-section .news-cat-wrapper .news-cat-item::after {
    	height: 80px;
    	background: linear-gradient(to top, rgb(30 87 153 / 0.5) 0%,#ffffff 97%);
	}
    .upcoming-news-section .featured-latest-news {
    	margin-bottom: 15px;
	}
    section.upcoming-news-section {
    	padding: 30px 0;
	}
    .featured-news-wrapper .featured-news-item {
    	width: 100%;
	}
    section.upcoming-news-section .featured-latest-news .featured-news-title {
    	font-size: 20px;
    	line-height: 24px;
    	margin-bottom: 5px;
	}
    section.upcoming-news-section .featured-latest-news .featured-news-description {
    	font-size: 14px;
    	line-height: 21px;
	}
    .featured-news-wrapper .featured-news-item .featured-news-image img {
    	max-height: initial;
	}
}