/*
Theme Name:   solutionpoint
Theme URI:    https://thedigitalrestaurant.com
Description:  A theme by Solutionpoint
Author:       Chinmay
Author URI:   https://solutionpoint.com.my/chinmay
Template:     sydney
Version:      1.0.0
*/

@import url("../sydney/style.css");

::-webkit-scrollbar {
	width: 8px;
}
::-webkit-scrollbar-thumb {
	border-radius: 100px;
	-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 0%);
	background-color: #faa631;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 1px rgb(0 0 0 / 0%);
	border-radius: 0px;
	background-color: #3e3e3e;
}
html,body{overflow-x: hidden;}
header.entry-header {
    display: none;
}
.text-sm-start {
	list-style: none;
	margin: 0px;
}
.text-sm-start li {
	display: inline-block;
	margin: 0px 15px;
}
.text-sm-start li a {
	color: #000000;
}
.it-header-2-top-social a {
	color: #000;
	margin: 0px 10px;
}
.it-header-2-top-social a:hover {
	color: #c08529;
}
.training-sections {
	background: beige;
	padding: 50px;
	border-radius: 20px;
	text-align: center !important;
	transition: .5s;
}
.training-sections:hover {	
	background-color:#c08529;
	transition: .5s;
}

.training-sections a{
	color:#c08529;
}
.training-sections:hover a,.training-sections:hover .it-category-title{
	color:#ffffff !important;
}
.it-category-icon span {
	display: inline-block;
	padding: 20px;
	height: 150px;
	width: 150px;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	background-color: #c08529;
	position: relative;
	margin-bottom: 35px;
	transition: .3s;
	font-size: 45px;
}
.training-sections:hover .it-category-icon span {
	background:#ffffff;
}
.it-category-icon span::after {
	content: '';
	top: 50%;
	left: 50%;
	height: 100%;
	width: 100%;
	position: absolute;
	border-radius: 50%;
	transition: .5s;
	transform: translate(-50%,-50%) scale(1.2);
	border: 1px dashed #c08529;
}
.training-sections:hover .it-category-icon span::after {
	border: 1px dashed #ffffff;
}
.training-sections:hover .it-category-icon span img, .home-herosection .n2-ss-slider .n2-ss-item-image-content img {
	filter: invert(52%) sepia(84%) saturate(411%) hue-rotate(358deg) brightness(89%) contrast(88%);
}

body.home{
	background: url(https://neac.com.my/wp-content/uploads/2023/12/hero-bg-1.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.btnstyl-1{
	background: #c08529 !important;   
	padding: 10px 18px 10px 18px !important;
	box-shadow: none !important;
	border: 0px solid RGBA(0,0,0,1) !important;
	border-radius: 3px !important;
	font-family: 'Roboto','Arial' !important;
	color: #ffffff !important;
	font-size: 87.5%;
	text-shadow: 1px 1px 0px RGBA(0,0,0,0.17) !important;
	line-height: 1.5 !important;
	font-weight: bold !important;
	font-style: normal!important ;
	text-decoration: none!important;
	text-align: center!important;
	letter-spacing: 1px!important;
	word-spacing: normal!important;
	text-transform: none!important;
	font-weight: bold!important;
}
.btnstyl-1:hover{
	background: #000000; 
	color: #ffffff;
	text-shadow:none;
}
.it-about-shape-4 {
	position: absolute;
	top: 0px;
	right: 65px;
	animation: rotate2 4s linear infinite;
}
.join-now-style-1 {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(https://neac.com.my/wp-content/uploads/2024/01/shape-1-1-1.png);
	width: 358px;
	height: 300px;
	background-repeat: no-repeat;
	background-size: contain;
}
.join-now-style-2 {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(https://neac.com.my/wp-content/uploads/2024/01/shape-1-2-1.png);
	width: 358px;
	height: 300px;
	background-repeat: no-repeat;
	background-size: contain;
}
.join-now-style-3 {
	position: absolute;
	top: 32%;
	right: 29%;
	animation: rotate2 4s linear infinite;
}
.join-now-style-4 {
	position: absolute;
	bottom: 32%;
	right: 45%;
}
span.it-section-subtitle-dark {
	display: inline-block;
	padding: 5px 10px;
	background: beige;
	color: #c08529;
	text-transform: uppercase;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #00000040;
}
span.it-section-subtitle-light {
	display: inline-block;
	padding: 5px 10px;
	background: white;
	color: #000000;
	text-transform: uppercase;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #00000040;
}
#sidebar-footer .footer-widgets-grid {
	padding: 0px;
}
div#sidebar-footer {
	background: url(https://neac.com.my/wp-content/uploads/2024/01/footer-bg-1-1.jpg);
}
.it-footer-social a {
	background: #4d5756;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin: 0px 10px;
	border-radius: 50px;
	font-size: 1.5em;
	color: #efc88c !important;
}
.it-footer-social a:hover {
	background: #efc88c;
	color: #303030 !important;
}
.expert-trainers {
	position: relative;
}
.it-inner-expert-spans {
	display: inline-block;
	margin: 20px;
	border: solid 10px #c08529;
	border-radius: 5px;
	position: relative;
}
.expert-images {
	overflow: hidden;
}
.expert-images img{
	transition: .9s;
	width: 100%;
}
.it-inner-expert-spans:hover .expert-images img{
	transform: scale(1.2);
}
.expert-infos {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;    
}
.expert-infos span {
	display: block;
	background: #fff;
	text-align: center;
	padding: 10px;
	width: 80%;
	border-radius: 5px;
	margin-top: 60%;
	margin-left: 50%;
	transform: translateX(-50%);
	box-shadow: 2px 2px 2px #0000005e;
}
.it-inner-expert-spans:hover  .expert-infos{
	background-color: rgb(0 0 0 / 32%);
}
.contactbanner {
    background: url(https://neac.com.my/wp-content/uploads/2024/01/Contact-us-Main-Banner.jpg);
    background-repeat: no-repeat;
    background-position: 0px -35px !important;
    min-height: 242px;
    background-size: cover;
	position: relative;
}
.innerbanner{
	background-repeat: no-repeat !important;
    background-position: center center !important;
    min-height: 242px;
    background-size: cover !important;
    position: relative;
}
.gallerybanner {
    background: url(https://neac.com.my/wp-content/uploads/2024/01/gallery-banner.jpg);    
}
.scubadivingbanner{
    background: url(https://neac.com.my/wp-content/uploads/2024/01/scubadivingbanner.jpg);   
}
.englishbanner {
	background: url(https://neac.com.my/wp-content/uploads/2024/01/black-board.jpg);
}
.golftrainingbanner{
	background: url(https://neac.com.my/wp-content/uploads/2024/01/golf-tn-banner.jpeg);
}
.aboutusbanner{
	background: url(https://neac.com.my/wp-content/uploads/2024/01/aboutus-banner.jpg);
}
.horseridingbanner {
	background: url(https://neac.com.my/wp-content/uploads/2024/01/horse_riding-banner.jpg);
}
.trainersbanner{
	background: url(https://neac.com.my/wp-content/uploads/2024/01/trainnersbanner.jpg);
}
.eventsbanner{
	background: url(https://neac.com.my/wp-content/uploads/2024/01/events-banner.jpg);
}
.breadcrumb {
    z-index: 5;
    position: relative;
}
.breadcrumb-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #0000006b;
    z-index: 0;
}
.it-contact__content ul {
    list-style: none;
}
.it-contact__content ul li:not(:last-child) {
    margin-bottom: 30px;
}
.it-contact__list.d-flex.align-items-start {
    display: flex;
    align-items: flex-start;
}
.it-contact__icon {
    margin-right: 20px;
}
.it-contact__icon span {
    font-size: 18px;
    display: inline-block;
    color: beige;
    height: 54px;
    width: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 50%;
    background-color: #c08529;
}
.it-contact__text span {
    color: #4d5756;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 5px;
}
.contactus-page {
    position: relative;
    overflow: hidden;
}
.contactus-page:before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    bottom: 0px;
    left: 0px;
    background: url(https://neac.com.my/wp-content/uploads/2024/01/shape-2-1.png);
}
.contactform .wpforms-field-medium {
    border-radius: 5px !important;
	max-width: 60%;
}
.mt-0 {
    margin-top: 0px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
span.eventdate {
    float: right;
    font-size: 20px;
    padding-top: 20px;
}
.current-menu-item a, .current-menu-parent a {
    color: #C08529 !important;
}
.sub-menu li a {
    color: #fff !important;
}
.reviewblock .sow-carousel-item {
    background: #6b460c;
    color: #ffffff;
    padding: 20px 50px;
	border-radius: 50px 0px 50px 0px ;
}
.reviewblock .sow-carousel-item h4{
	color:#ffffff !important;
}
@media ( min-width: 1000px ) {
	.page-wrap{
		
	}
	.quicklinks li {
		display: inline-block;
		width: 49%;
	}
	.page-wrap {    min-height: 70vh; }
	.home #masthead {
		box-shadow: 0px 0px 50px #3e3e3e24;
		-webkit-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
		-khtml-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
		-moz-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
		-ms-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
		-o-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
		animation: .95s ease 0s normal forwards 1 running headerSlideDown;
	}
	header#masthead.sticky-active.fixmenubar {
		position: fixed;
		width: 100%;
		top: 0px;
		-webkit-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
		-khtml-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
		-moz-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
		-ms-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
		-o-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
		animation: .95s ease 0s normal forwards 1 running headerSlideDown;
	}
	header#masthead.sticky-active.fixmenubar .site-logo {
		max-height: 50px;
	}
	#mainnav ul ul li {
		background-color: #875b17 !important;
	}
}

@media screen and (max-width: 767px){
	.top-section {
		display: none;
	}
	.btnstyl-1{
		display:block;
		width:100%;
	}
	.join-now-style-2, .join-now-style-1 {
		width: 200px;
	}
	.join-now-style-4 {
		right: 5%;
	}
}
@keyframes rotate2{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
@keyframes headerSlideDown{
	0% {
		margin-top: -150px;
	}
	100% {
		margin-top: 0;
	}
}

