/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 08 2025 | 20:55:24 */
:root{
	--theme: #001d81;
	--orange: #f8581c;
	--dark: #212121;
	--green: #046a38;
	--blue: var(--theme);
	--ff1: 'Outfit',sans-serif;
}
body{
	font-weight: normal;
}
.align-center{
	align-items: center;
}
.align-end{
	align-items: end;
}
.sliderBox {
    position: relative;
    z-index: 1;
    overflow: hidden;
	height: 100%;
}
.sliderBox img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.sliderBox a.linktag {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.sliderBox .sliderbox_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	background: rgb(0 0 0 / 45%);
    height: 100%;
}
.sliderBox .sliderbox_inner .container {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-content {
    text-align: center;
    color: #fff;
}
.slider-content h2 {
    color: #FFEAA2;
    font-size: 70px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.1em;
    letter-spacing: 10px;
	margin: 0 !important;
}
.slider-content p {
    margin: 0;
    padding: 10px 0 30px;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 34px;
    margin-bottom: 0px;
}
.slider-content .cusbtn a {
    background-color: #FFEAA2;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    transition: ease .3s;
    white-space: nowrap;
    text-decoration: none;
    padding: 17px 35px;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.slider-content .cusbtn a svg {
    flex: 0 0 18px;
}
.hero_slider .slick-track {
    display: flex;
}
.hero_slider .slick-track .slick-slide {
    height: unset !important;
}
.commonslider .slick-arrow {
    height: 40px;
    width: 40px;
	border-radius: 50%;
    background: var(--orange) !important;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));
    font-weight: var(--fa-style, 900);
    opacity: 1;
    line-height: normal !important;
	color: #fff !important;
	opacity: .4;
	transition: all .4s ease;
}
.commonslider:hover .slick-arrow{
	opacity: 1;
}
.commonslider .slick-arrow:before {
    font-size: 15px;
    color: inherit !important;
    opacity: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
}
.commonslider .slick-arrow.slick-prev {
    left: 15px;
}
.commonslider .slick-arrow.slick-next {
    right: 15px;
}
.commonslider .slick-arrow.slick-prev:before {
    content: "\f060";
}
.commonslider .slick-arrow.slick-next:before {
    content: "\f061";
}
.hero_slider {
    margin: 0 !important;
}
.commonslider ul.slick-dots {
    bottom: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
	padding: 0;
}
.commonslider ul.slick-dots li button {
    display: none;
}
.commonslider ul.slick-dots li {
    height: 13px;
    width: 13px;
    background-color: var(--orange);
    margin: 0;
    border-radius: 10px;
    opacity: .1;
    cursor: pointer;
}
.commonslider ul.slick-dots li.slick-active {
    opacity: 1;
}
.cusmenu .et_pb_menu__wrap .et_pb_menu__menu {
    flex: 1;
}
.cusmenu .et_pb_menu__wrap .et_pb_menu__menu nav.et-menu-nav {
    width: 100%;
}
.cusmenu .et_pb_menu__wrap .et_pb_menu__menu nav.et-menu-nav ul.nav {
    flex: 1;
}
.cusmenu .et_pb_menu__wrap ul.nav>li {
    margin-right: 15px;
}
.cusmenu .et_pb_menu__wrap ul.nav li.et_pb_menu__logo-slot {
    margin: 0 auto;
}
.cusmenu .et_pb_menu__wrap ul.nav li.et_pb_menu__logo-slot a {
    padding: 10px 0;
}
.cusmenu .et_pb_menu__wrap ul.nav li ul.sub-menu {
    padding: 0;
}
.cusmenu .et_pb_menu__wrap ul.nav li ul.sub-menu li {
    width: 100%;
    padding: 0;
    line-height: normal;
}
.cusmenu .et_pb_menu__wrap ul.nav li ul.sub-menu li a {
    width: 100%;
    display: block;
    line-height: normal;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
    text-transform: unset;
    padding: 14px 18px;
}
.cusmenu .et_pb_menu__wrap ul.nav li ul.sub-menu li:last-child a {
    border-bottom: 0 !important;
}
.cusmenu .et_pb_menu__wrap ul.nav li ul.sub-menu li.menu-item-has-children>a:after {
    top: 15px;
    right: 15px;
}
.cusmenu .et_pb_menu__wrap ul.nav li ul.sub-menu li.menu-item-has-children:hover>a:after {
    transform: rotate(-90deg);
}
.cusmenu .et_pb_menu__wrap ul.nav li ul.sub-menu ul.sub-menu {
    top: -2px;
}
.cusmenu .et_pb_menu__wrap ul.nav li ul.sub-menu li:hover>a {
    background-color: var(--theme);
    color: #fff !important;
    opacity: 1;
}
.topbar .et_pb_column.et-last-child {
    justify-content: flex-end;
    align-items: center;
}
.topbarinfo .et_pb_blurb_content {
    display: flex;
    align-items: center;
}
.topbarinfo .et_pb_blurb_content .et_pb_main_blurb_image {
    margin: 0;
    width: auto;
    flex: 0 0 17px;
}

.topbarinfo .et_pb_blurb_content .et_pb_blurb_container {
    padding-left: 5px;
}
.topbar_social {
    display: flex;
    align-items: center;
}
.topbar_social li {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.topbar_social li a.icon {
    height: 28px;
    width: 28px;
    line-height: normal;
}
.topbar_social li a.icon:before {
    height: inherit;
    width: inherit;
    line-height: 27px;
    font-size: 15px;
}
.cusmenu .et_pb_menu__menu>nav>ul>li.menubtn>a {
    padding: 13px 24px;
    background-color: var(--orange);
    color: #fff !important;
    align-self: center;
    border-radius: 40px;
}
.about_sec .et_pb_column:first-child {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.about_sec .et_pb_column:first-child .et_pb_image:not(:first-child) {
    flex: 0 0 48%;
}
.about_sec .et_pb_column:first-child .et_pb_image:not(:first-child) img {
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
}
.about_counter h3.title {
    padding: 0;
}
.about_counter .percent {
    margin-bottom: 12px !important;
    height: auto !important;
}
.about_counter .percent p {
    line-height: 1;
}
.about_counter {
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 50% !important;
}
.about_counter .percent p span {
    line-height: .8;
    display: block;
}
.et_pb_button_module_wrapper .et_pb_button {
    padding: 9px 38px !important;
}
.et_pb_button_module_wrapper .et_pb_button.cusbtn:hover {
    background-color: var(--orange);
    color: #fff;
    margin-left: 50px;
}
.et_pb_button_module_wrapper .et_pb_button:after {
    height: 47px;
    display: inline-flex;
    width: 47px;
    line-height: normal;
    background-color: var(--orange);
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -1px;
    margin: 0 !important;
    left: -50px !important;
    visibility: hidden;
    opacity: 0;
}
.et_pb_button_module_wrapper .et_pb_button:hover:after{
	visibility: visible;
	opacity: 1;
}
.team_slider .slick-list {
    overflow: unset;
}
.team_slider .slick-list .slick-track {
    display: flex;
}
.team_slider .slick-slide {
    height: unset !important;
    padding: 12px;
}
.team_slider .slick-slide:not(.slick-active) {
    opacity: .1;
}
.team_slider {
    margin: 0 -12px;
}
.teamBox {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
	transition: all .4s ease;
	border: 1px solid transparent;
}
.teamBox:hover {
	box-shadow: 0px 3px 17px rgba(0, 0, 0, .08);
    border: 1px solid #eee;
}
.teamBox .team_img {
    aspect-ratio: 16/13;
    display: block;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}
.teamBox .team_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    transition: all .4s ease;
}
.teamBox:hover .team_img img {
	transform: scale(1.14) rotateZ(-8deg);
}
.teamBox .team_content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.teamBox .team_content h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--blue);
}
.teamBox .team_content .team_role {
    background-color: var(--orange);
    color: #fff;
    padding: 4px 16px;
    line-height: normal;
    margin-bottom: 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    align-self: baseline;
    clip-path: polygon(0 0, 100% 0, 94% 50%, 100% 100%, 0 100%, 6% 50%);
}
.teamBox .team_content p {
    line-height: 1.55;
}
.team_slider.commonslider .slick-arrow.slick-prev {
    left: -40px;
}
.team_slider.commonslider .slick-arrow.slick-next {
    right: -40px;
}
.team_slider.commonslider ul.slick-dots {
    bottom: -30px;
}
.teamBox .team_img img.logoimg {
    object-fit: contain;
    width: 80%;
    object-position: center;
    margin: auto;
}
.logo_slider .eals-logo-inner:hover {
    filter: grayscale(0) !important;
}
.blog_row .cusrow {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.blog_row .cusrow .col6 {
    flex: 1;
}
.blog_box .blog_content .post_date {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    opacity: .6;
    padding-bottom: 5px;
}
.blog_row .cusrow .col6:not(:last-child) {
    flex: 0 0 65%;
}
.blog_box {
    position: relative;
    z-index: 1;
    overflow: hidden;
/*     background-color: #fff; */
}
.blog_box .blog_img {
    display: block;
    position: relative;
}
.blog_box .blog_img .blog_category {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--orange);
    line-height: normal;
    padding: 7px 15px;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}
.listblog {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.listblog .blog_box {
    display: flex;
    gap: 15px;
	align-items: center;
}

.listblog .blog_box .blog_img {
    flex: 0 0 190px;
    max-width: 190px;
    border-radius: 4px;
    overflow: hidden;
}
.listblog .blog_box .blog_img img {
    aspect-ratio: 16 / 12;
    border-radius: inherit;
}
.listblog .blog_box .blog_content p {
    display: none;
}
.listblog .blog_box .blog_content h3 {
    font-size: 18px;
    line-height: 1.2;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 100%;
    display: -webkit-box;
    padding-bottom: revert-layer;
    overflow: hidden;
    margin-bottom: 18px;
    font-weight: 600;
	color: var(--blue);
}
.listblog .blog_content {
    overflow: hidden;
}
.bigblog .blog_box .blog_content h3 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--blue);
}
.bigblog .blog_box .blog_content .btn {
    margin-top: 22px;
}
.bigblog .blog_box .blog_img {
    overflow: hidden;
    aspect-ratio: 16 / 9;
    margin-bottom: 20px;
    border-radius: 6px;
}
.blog_box .blog_img img {
    height: 100%;
    object-fit: cover;
    display: block;
    width: 100%;
    transition: all .5s ease;
}
.blog_box:hover .blog_img img {
    transform: scale(1.15) rotateZ(-5deg);
}
.listblog .et_pb_button_module_wrapper .et_pb_button {
    padding: 5px 22px !important;
    font-size: 14px !important;
}
.listblog .et_pb_button_module_wrapper .et_pb_button::after {
    height: 35.5px;
    width: 35.5px;
    left: -36px !important;
}
.listblog .et_pb_button_module_wrapper .et_pb_button:hover {
    margin-left: 36px;
}
.bgimg_sec span.et_parallax_bg {
    background-size: contain;
    opacity: .1;
}
.event_slide {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
.event_slide .event_img {
    flex: 0 0 40%;
}
.event_slide .event_content {
    flex: 1;
    padding: 50px;
    display: flex;
    flex-direction: column;
}
.event_slide .event_content .eventmeta {
    display: flex;
    gap: 10px;
	margin-bottom: 20px;
}
.event_content .event_date, .event_content .event_time {
    padding: 2px 10px;
    border-radius: 22px;
    color: var(--blue);
    background-color: #001d8108;
    border: 1px solid #001d8108;
    font-size: 14px;
    font-weight: 500;
}
.event_slide .event_img img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.event_slide .badge {
    font-weight: 500;
    padding: 2px 20px;
    border-radius: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.event_slide .upcoming-event {
    background-color: #046a3814;
    color: var(--green);
    border: 1px solid #046a3840;
}
.event_slide .event_content h3 {
    color: var(--blue);
    font-weight: 600;
    line-height: 1.1;
    font-size: 38px;
}
.event_slide .event_content .event_loc {
    margin: 12px 0 18px;
    background-color: var(--orange);
    color: #fff;
    padding: 7px 22px 7px 16px;
    line-height: normal;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    align-self: baseline;
    clip-path: polygon(0 0, 100% 0, 96% 50%, 100% 100%, 0 100%, 4% 50%);
}
.event_slide .event_content .btn {
    padding-top: 40px;
}
.cusheading strong {
    color: var(--orange);
}
.medal_col {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    flex-direction: column;
}
.medal_col .et_pb_number_counter {
    margin: 0 !important;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 10px;
    width: 100%;
}
.medal_col .et_pb_number_counter h3.title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 0 !important;
    min-width: 72px;
    text-align: left;
}
.medal_col .et_pb_number_counter .percent p {
    font-size: 40px !important;
    font-weight: 900;
    line-height: normal;
	padding-bottom: 0 !important;
}
.medal_col .et_pb_number_counter .percent {
    height: auto;
    margin: 0;
    min-width: 55px;
    text-align: right;
	margin-left: 12px;
}
.gallery_sec .cusrow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.gallery_sec .cusrow .col4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
}
.gallery_box {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
    overflow: hidden;
    transition: all .4s ease;
}
.gallery_box .gallery_img {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 15px;
    position: relative;
}
.gallery_box .gallery_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    transition: all .5s ease;
}
.gallery_box:hover .gallery_img img {
    transform: scale(1.15) rotateZ(5deg);
}
.gallery_box .gallery_content {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.gallery_box .gallery_content h4 {
    padding-top: 10px;
    padding-bottom: 18px;
    line-height: 1.15;
    font-size: 24px;
    font-weight: 600;
    color: var(--blue);
    transition: all .3s ease;
}
.gallery_box .gallery_content h4:hover {
    color: var(--orange);
}
.gallery_box .gallery_content .gallery_cat {
    background-color: var(--orange);
    color: #fff;
    padding: 4px 16px;
    line-height: normal;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    align-self: baseline;
    clip-path: polygon(0 0, 100% 0, 94% 50%, 100% 100%, 0 100%, 6% 50%);
    margin-top: 3px;
}
.gallery_box .gallery_content .post_date {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #2121213d;
    color: #fff;
    padding: 6px 6px;
    line-height: normal;
    border-radius: 6px;
    font-size: 14px;
    border: 1px solid #ffffff3b;
    backdrop-filter: blur(4px);
}
.foot_menu h4.title {
    margin-bottom: 28px;
}
.foot_row h4.et_pb_module_header {
    line-height: 1.1;
    padding-bottom: 3px;
}









