/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 29 2025 | 17:33:08 */
:root {
  --primary: #602759;
  --secondary: #FFF390;
	--dark:#000639;
}


a:focus{
	outline: none !important;
}

/* Topbar */

div#top-bar {
    height: 32px;
}

/* header */

div#mobile-fullscreen-inner {
    background: var(--primary);
}

.close-icon-wrap {
    z-index: 9;
}

div#mobile-fullscreen-inner > nav {
    display: none;
}

header div#site-header-inner {
    padding-top: 5px;
    padding-bottom: 5px;
}

header div#site-logo-inner img {
    max-width: 120px !important;
}


header a.mobile-menu {
    background: #fff;
    padding: 15px !important;
    color: var(--primary);
}

header a.mobile-menu:hover {
    background: var(--primary);
    color: #fff !important;
}

header .oceanwp-mobile-menu-icon.clr.mobile-right {
    display: flex;
    flex-direction: row-reverse;
    flex: 0 0 50%;
}

header .oceanwp-mobile-menu-icon.clr.mobile-right a {
    line-height: unset;
}

header .oceanwp-mobile-menu-icon.clr.mobile-right a:last-child {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

header .oceanwp-mobile-menu-icon.clr.mobile-right a:last-child i {
    color: #fff;
}

header div#site-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header div#site-logo {
    flex: 0 0 50%;
}


/* Mega menu */

.custom_uppercase a{
	text-transform: uppercase !important;
}

#mobile-fullscreen ul li a{
	text-transform: unset;
	letter-spacing: 0 !important;
}

.mega_menu_new_items ul.elementor-icon-list-items li a {
    font-size: 13px !important;
}

.mega_menu_new_items ul.elementor-icon-list-items li a {
    text-align: left !important;
    padding-bottom: 0 !important;
    padding-top: 5px !important;
}



/* Banner section */

.banner_section_new_home {
    height: calc(100vh - 32px);
}

.banner_section_new_home .elementor-container.elementor-column-gap-default {
    height: 100%;
}

.banner_bottom_btns ul.elementor-icon-list-items {
	border-top: 1px solid #fff;
	justify-content: flex-end;
}

.banner_bottom_btns ul.elementor-icon-list-items li a {
    padding: 30px 40px;
    width: 100% !important;
}

.banner_bottom_btns {
    height: auto !important;
}

.banner_bottom_btns {
    margin-bottom: -20px;
}

.banner_bottom_btns li.elementor-icon-list-item.elementor-inline-item a span {
    color: #fff;
    text-transform: uppercase;
    padding: 0 !important;
    text-align: left;
}


.banner_bottom_btns li.elementor-icon-list-item.elementor-inline-item a {
    position: relative;
}


.banner_bottom_btns ul.elementor-icon-list-items li {
    border-left: 1px solid #fff;
    margin: 0 !important;
}

.banner_bottom_btns span.elementor-icon-list-icon {
    position: absolute !important;
    right: 10px;
    top: 20px !important;
    transform: rotate(-40deg);
}

.banner_bottom_btns span.elementor-icon-list-icon i {
    color: #fff !important;
}

.banner_bottom_btns li.elementor-icon-list-item.elementor-inline-item a:hover {
    background: var(--primary);
}

.banner_bottom_btns li.elementor-icon-list-item.elementor-inline-item a:hover .elementor-icon-list-icon {
    transform: unset !important;
}

.banner_bottom_btns li.elementor-icon-list-item.elementor-inline-item a .elementor-icon-list-icon {
    transition: .3s all;
}

.banner_bottom_btns span.elementor-icon-list-text {
/*     top: 12px; */
    position: relative;
    text-align: left;
}


/* Our Program Section */

.our_programs_section_new_home h3.elementor-image-box-title {
    margin-bottom: 0;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
}

.our_programs_section_new_home .elementor-container.elementor-column-gap-no {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.our_programs_section_new_home .elementor-container.elementor-column-gap-no > div {
    width: 100%;
}

.our_programs_section_new_home .elementor-container.elementor-column-gap-no > div img {
    height: 250px;
    object-fit: cover;
}

.our_programs_section_new_home .elementor-container.elementor-column-gap-no > div:hover img {
    transform: scale(1.05);
}

.our_programs_section_new_home figure.elementor-image-box-img a {
    display: block;
    overflow: hidden;
}

.our_programs_section_new_home .elementor-image-box-content h3 {
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}

.our_programs_section_new_home h3.elementor-image-box-title {
    position: relative;
}

.our_programs_section_new_home h3.elementor-image-box-title:after {
    content: "\f061";
    font-family: fontAwesome;
    position: absolute;
    right: 0;
    transform: rotate(-30deg);
    transition: .3s all;
}

.our_programs_section_new_home .elementor-image-box-wrapper:hover h3.elementor-image-box-title:after {
    transform: unset !important;
}


.custom_button_new span.elementor-button-icon {
    transform: rotate(-35deg);
    transition: .3s all;
}

.custom_button_new a.elementor-button:hover span.elementor-button-icon {
    transform: unset;
}

/* Homepage icon section */

.homepage_icon_section .elementor-container.elementor-column-gap-default {
    grid-gap: 25px;
}

/* HOmepage parent corner section */

.parent_corners_icons ul.elementor-icon-list-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 20px;
}

.parent_corners_icons ul.elementor-icon-list-items li a {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: var(--dark);
    padding: 30px !important;
    min-height: 150px;
    align-items: center;
    color: #fff;
}

.parent_corners_icons ul.elementor-icon-list-items li a:hover {
	background: var(--primary);
}

.parent_corners_icons span.elementor-icon-list-icon i {
    font-size: 40px !important;
    margin-bottom: 15px;
}

.parent_corners_icons span.elementor-icon-list-text {
    padding: 0 !important;
}


/* Big cards Homepage */

.homepage_big_cards_links figure.elementor-image-box-img img {
    height: 450px;
    max-height: 450x;
}

.homepage_big_cards_links figure.elementor-image-box-img {
    margin: 0 !important;
}

.homepage_big_cards_links .elementor-image-box-wrapper {
    position: relative;
}

.homepage_big_cards_links .elementor-image-box-content {
    position: absolute;
    bottom: 0;
    text-align: left;
    left: 0;
    padding: 25px;
	transition: .3s all;
	    z-index: 1;
}

.homepage_big_cards_links .elementor-image-box-content h3 {
    color: #fff;
    margin-bottom: 12px;
}

.homepage_big_cards_links .elementor-image-box-content:before {
    content: "";
    height: 0.5px;
    width: calc(100% - 60px);
    background: #fff;
    position: absolute;
    top: 0;
}

.homepage_big_cards_links .elementor-image-box-wrapper:hover .elementor-image-box-content {
    background: #fff;
}

.homepage_big_cards_links .elementor-image-box-wrapper:hover .elementor-image-box-content h3 {
    color: var(--primary);
}

.homepage_big_cards_links .elementor-image-box-wrapper:hover .elementor-image-box-content p {
    color: #000;
}

/* .homepage_big_cards_links .elementor-image-box-content:after {
    content: "";
    height: 200%;
    width: 100%;
    background-image: linear-gradient(0deg, black, transparent);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.homepage_big_cards_links .elementor-image-box-content {
    z-index: 1;
} */

.homepage_big_cards_links figure.elementor-image-box-img a {
    display: block;
    position: relative;
	z-index: 1;
}

.homepage_big_cards_links figure.elementor-image-box-img a:before {
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(0deg, black 10%, transparent);
    position: absolute;
    left: 0;
    bottom: 0;
	opacity: .5;
/* 	z-index: -1; */
}



/* Homepage news section */

.news_section_homepage_new .eael-grid-post-holder-inner {
    display: flex;
}

.news_section_homepage_new .eael-entry-media {
    flex: 0 0 40%;
}

.news_section_homepage_new .eael-entry-wrapper {
    flex: 1;
    padding-left: 40px !important;
}

.news_section_homepage_new .eael-entry-thumbnail img {
    height: 250px !important;
    object-fit: cover;
}

.news_section_homepage_new .eael-grid-post-holder {
    border: none;
}

.news_section_homepage_new article.eael-grid-post.eael-post-grid-column {
    border-bottom: 1px solid #e7e8e9;
    padding-bottom: 30px !important;
    margin-bottom: 20px;
    padding-left: 0 !important;
    padding-right: 0;
}

.news_section_homepage_new .eael-post-grid {
    padding-left: 10px;
    padding-right: 10px;
}

.news_section_homepage_new h2.eael-entry-title a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

.news_section_homepage_new .eael-entry-footer {
    position: absolute;
    bottom: 0;
}

.news_section_homepage_new .eael-entry-wrapper {
    position: relative;
}

.news_section_homepage_new time {
    font-size: 12px;
}

.news_section_homepage_new a.eael-post-elements-readmore-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    color: var(--primary) !important;
    text-transform: uppercase;
}

.news_section_homepage_new a.eael-post-elements-readmore-btn:hover {
    color: #000 !important;
}

/* .news_section_homepage_new article.eael-grid-post.eael-post-grid-column:last-child {
    padding-bottom: 0 !important;
    border: none;
    margin-bottom: 0;
}
 */
.news_section_homepage_new .eael-grid-post-excerpt p {
    position: relative;
    transform: translateY(15px);
    transition: .3s all;
    opacity: 0;
}

.news_section_homepage_new article.eael-grid-post.eael-post-grid-column:hover .eael-grid-post-excerpt p {
    transform: unset !important;
    opacity: 1;
}

.news_section_homepage_new .eael-entry-media {
    overflow: hidden;
}

.news_section_homepage_new article.eael-grid-post.eael-post-grid-column:hover img {
    transform: scale(1.05);
}

.news_section_homepage_new article.eael-grid-post.eael-post-grid-column img {
    transition: .5s all;
}


/* Footer Bottom cta */

#bottom_cta_section.banner_section_new_home {
    height: 300px;
}

/* NOtice board section */


.notice_board_section_homepage ul.elementor-icon-list-items.elementor-inline-items li a {
    background: #ffffff38;
    padding: 10px 20px;
}

.notice_board_section_homepage ul.elementor-icon-list-items.elementor-inline-items li a:hover {
    background: var(--secondary);
    color: var(--primary) !important;
}

.notice_board_section_homepage ul.elementor-icon-list-items.elementor-inline-items li a:hover span, 
.notice_board_section_homepage ul.elementor-icon-list-items.elementor-inline-items li a:hover span i {
    color: var(--primary) !important;
}


/* Counter section */

.homepage_counter_section .elementor-container > .elementor-column {
    padding: 30px;
    border-right: 1px solid #ffffff26;
}

.homepage_counter_section .elementor-container > .elementor-column:last-child {

    border: none;
}


/* Footer */

.custom_footer a {
    color: #4a4a4a;
}

.custom_footer a:hover {
    color: var(--primary) !important;
}

/* Inner pages */

.container.clr.page-header-inner {
    display: flex;
    flex-direction: column-reverse;
}

.container.clr.page-header-inner nav.site-breadcrumbs.clr.position- li span, 
.container.clr.page-header-inner nav.site-breadcrumbs.clr.position- li a {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
}

.container.clr.page-header-inner h1.page-header-title.clr {
    font-size: 68px !important;
    text-transform: uppercase;
    font-weight: 300 !important;
}


/* Contact page */

.forminator-row label {
    display: none !important;
}

.forminator-row input {
    height: 50px !important;
    border-radius: 0 !IMPORTANT;
}

.forminator-row {
    margin-bottom: 15px !important;
}

button.forminator-button.forminator-button-submit {
    background: var(--primary);
    color: #fff;
    box-shadow: none !important;
    font-size: 14px !important;
    text-transform: uppercase;
    height: 50px !important;
    padding: 10px 20px !important;
    border-radius: 0 !important;
}



textarea {
    border-radius: 0 !important;
}

.contact_form_sticky {
    position: sticky;
    top: 30px;
}

/* Blog Archive page */

body.archive h2.blog-entry-title.entry-title a, 
body.archive h2.blog-entry-title.entry-title {
    font-size: 22px !important;!I;!;
    line-height: 1.2 !important;!I;
}

body.archive .blog-entry-summary.clr {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body.archive header.blog-entry-header.clr {
    margin-bottom: 10px !important;
}

body.archive .blog-entry-comments.clr {
    display: none;
}

body.archive .blog-entry-date.clr {
    display: flex;
    text-align: left;
    width: 100%;
    float: unset;
}

body.archive .thumbnail img {
    height: 250px;
    object-fit: cover;
}


/* sidebar */

div#right-sidebar-inner .sidebar-box {
    margin-bottom: 20px;
}

div#right-sidebar-inner a.wp-block-latest-posts__post-title {
    line-height: 1.4 !important;
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
}

div#right-sidebar-inner time.wp-block-latest-posts__post-date {
    font-size: 12px;
    color: #ababab;
}

div#right-sidebar-inner a.wp-block-latest-posts__post-title:hover {
    color: var(--primary);
}


/* Responsive */

@media screen and (max-width:767px){
	div#top-bar{
		height: auto !important;
	}
	
		span.topbar-content {
    font-size: 11px !important;
    line-height: 1.8 !important;
    display: block;
}
	
	.banner_bottom_btns ul.elementor-icon-list-items {
    flex-wrap: nowrap !important;
    justify-content: space-between;
}

.banner_bottom_btns ul.elementor-icon-list-items li a {
    padding: 10px !important;
    font-size: 12px !important;
    text-align: center !important;
    justify-content: center;
}

.banner_bottom_btns ul.elementor-icon-list-items li {
    flex: 0 0 33%;
}

.banner_bottom_btns ul.elementor-icon-list-items li a i {
    display: none !important;
}

.banner_section_new_home {
            height: 50vh;
}
	
	.notice_board_section_homepage ul.elementor-icon-list-items.elementor-inline-items li a {
    padding: 10px;
    margin-bottom: 5px;
    width: 100% !important;
}

.notice_board_section_homepage ul.elementor-icon-list-items.elementor-inline-items li {
    width: 100%;
}
	
	.homepage_counter_section .elementor-container > .elementor-column {
    padding: 10px;
}

.homepage_counter_section .elementor-container > .elementor-column {
    border-bottom: 1px solid #ffffff1c;
}

.homepage_counter_section .elementor-counter .elementor-counter-title {
    font-size: 10px !important;
    text-align: center;
    margin-top: 10px;
}
	
	.parent_corners_icons ul.elementor-icon-list-items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.parent_corners_icons ul.elementor-icon-list-items li a {
	padding: 10px !important;
	line-height: 1.2;
	font-size: 14px;
	align-items: center;
	justify-content: center;
	}
	
	.container.clr.page-header-inner h1.page-header-title.clr {
    font-size: 30px !important;
}
	


}


@media screen and (max-width:520px){
	.our_programs_section_new_home .elementor-container.elementor-column-gap-no{
		grid-template-columns: repeat(1, 1fr);
	}
	
	.news_section_homepage_new .eael-grid-post-holder-inner {
    flex-direction: column;
}

.news_section_homepage_new .eael-entry-wrapper {
    padding-left: 10px !important;
}

.news_section_homepage_new .eael-entry-content {
    display: none;
}
	
	.news_section_homepage_new h2.eael-entry-title a {
		font-size: 16px !important;
    display: block;
    margin-bottom: 10px !important;
}
	
	.footer_banner_subheadeing {
    position: unset !important;
    padding-left: 10px;
}

.footer_banner_subheadeing br {
    display: none;
}

}
