* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    -webkit-text-size-adjust: 100%;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a:focus {
    -moz-outline-style: none;
    outline: none
}
input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}
input[type="file"] {
    cursor: pointer;
}
html body {
    padding: 0;
}
*::-moz-selection {
    color: #fff;
    background: #d71b85;
}
*::selection {
    color: #fff;
    background: #d71b85;
}
*::-moz-selection {
    color: #fff;
    background: #d71b85;
}
*::-webkit-selection {
    color: #fff;
    background: #d71b85;
}
*::-ms-selection {
    color: #fff;
    background: #d71b85;
}
*::after,
*::before,
* {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
body a {
    outline: none !important;
    transition: 0.5s all;
}
body a:focus {
    outline: none !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul:after,
li:after,
.container:after {
    clear: both;
    display: block;
    content: "";
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}
* {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}
img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    outline: none !important;
}
form label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
}
iframe {
    display: block;
    width: 100%;
    height: 100%;
}
body ul,
body li,
body ol {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
    position: relative;
}
ul {
    margin: 0;
    padding: 0;
}
a,
span,
b,
i {
    display: inline-block;
    vertical-align: top;
}
/*element css*/
#neve_body input:not([type="button"]):not([type="submit"]):not([checkbox]):not([radio]),
#neve_body textarea,
#neve_body select {
    height: 50px;
    width: 100%;
    margin: 0;
    border-radius: 10px;
    border: 1px solid #D71B85;
    padding: 0 18px;
}
/*contact form 7 error msg class and css*/
.wpcf7-not-valid-tip {
    font-size: 15px;
    color: red;
    line-height: 120%;
    margin-top: 1px;
    font-family: 'gilroy-bold';
}
.wpcf7-form input:not([type="submit"]).wpcf7-not-valid,
.wpcf7-form .wpcf7-not-valid {
    border-color: red;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output, body .success {
    color: red;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    padding: 7px 15px;
    border: 1px solid red;
    margin: 15px 0 0 0;
    font-family: 'gilroy-bold';
}
body .wpcf7 form.sent .wpcf7-response-output,
body .success {
    color: green;
    border-color: green;
}
body textarea {
    resize: none;
    overflow: auto;
    height: 148px !important;
    padding-top: 15px !important;
}
body textarea:focus {
    box-shadow: none;
}
.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}
html.no-scroll {
    overflow: hidden;
}
/*contact form 7 error msg class and css*/
body .to-top {
    height: 50px;
    width: 50px;
    position: fixed;
    top: auto;
    right: 15px;
    left: auto;
    bottom: 75px;
    border-radius: 7px;
    font-family: fontawesome;
    line-height: 48px;
    text-align: center;
    color: #fff;
    z-index: 111;
    box-shadow: 0 0 15px 2px #0006;
    text-decoration: none;
    transition: .5s all;
    scroll-behavior: smooth;
    padding: 0;
    font-size: 0;
    background: #d71b85;
    font-weight: normal;
}
.to-top::before {
    content: "\f106";
    font-size: 28px;
    color: #fff;
    padding-left: 1px;
}
.to-top:hover {
    cursor: pointer;
    /* opacity: 0.6; */
    color: #fff;
    background: #000000;
    font-family: fontawesome !important;
    border: 1px solid #d71b85;
}
a.neve-skip-link.show-on-focus {
    display: none;
}
.ehf-header #masthead {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.our-services .ourservice-sc {
    margin-top: 47px;
}
.our-services .ourservice-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.our-services .ourservice-item  .content-wrap {
    margin-top: 30px;
}
.our-services .ourservice-item .service-title {
    font-family: 'eurostile-extd-meduim',sans-serif;
    font-size: 24px;
    color: #000;
    text-align: center;
}
.our-services .ourservice-item .service-excerpt {
    font-family: 'gilroy-medium',sans-serif;
    color: #000;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    margin-top: 7px;
}
.our-services .ourservice-item .read-more {
    font-family: 'gilroy-bold',sans-serif;
    font-size: 16px;
    text-align: center;
    margin-top: 18px;
}
.our-services .ourservice-item .read-more a {
    text-decoration: underline;
}
.events-container .event-img-container {
    margin-top: 50px;
}
.events-container .event-img-container .image-container {
    position: relative;
}
#neve_body .events-container .event-main-content-con .events-box-content {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.events-container .et-lt-img1-wrap:hover .hover-effect-con1 {
    display: block;
}
.events-container .et-lt-img2-wrap:hover .hover-effect-con2 {
    display: block;
}
.events-container .event-md-wrap:hover .hover-effect-con3{
    display: block;
}
main#content .owl-carousel {
    display: block;
}
.events-container .et-lt-img5-wrap:hover .hover-effect-con5{
    display: block;
}
.events-container .et-lt-img1-wrap:hover #neve_body .events-container .et-lt-img1-wrap .events-box-content {
    display: none;
}
main#content .events-container {
    overflow: hidden;
}
.gallery-container .gallery-sc {
    margin-top: 33px;
}
.gallery-container .gallery-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0 28px;
}
footer .ft-container .ft-contact-wrap .address .address_wrap {
    margin-top: 25px;
}
.ft-container .ft-contact-wrap .address .address_wrap p {
    color: #fff;
    font-family: 'gilroy-regular', sans-serif;
    font-size: 16px;
    line-height: 30px;
    padding-left: 35px;
    padding-right: 61px;
}
.ft-container .ft-contact-wrap .contact_email .contact_email_wrap a {
    color: #fff;
    font-family: 'gilroy-regular', sans-serif;
    font-size: 16px;
    line-height: 30px;
    padding-left: 35px;
}
.ft-container .ft-contact-wrap .phone_no .phone_no_wrap a {
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 20px;
    color: #fff;
    padding-left: 35px;
    line-height: 38px;
}
footer .ft-contact-wrap .ft-contact .contact-us {
    position: relative;
}
footer .ft-contact-wrap .ft-contact .contact-us:before,footer .ft-contact-wrap .ft-contact  .phone_no_wrap:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 28px;
    background: url(../images/sprit-img.png) no-repeat;
    background-position: -5px -201px;
}
 footer .ft-contact-wrap .ft-contact  .phone_no_wrap:before {
    background-position: -2px -307px;
}
footer .ft-contact-wrap .ft-contact .contact_email:before {
    background-position: -85px -201px;
    width: 25px;
}
footer .ft-contact-wrap .ft-contact .phone_no:before {
    background-position: -3px -307px;
}
footer .ft-contact-wrap .contact_email.contact-us {
    margin-top: 10px;
}
footer .ft-contact-wrap .phone_no.contact-us {
    margin-top: 8px;
}
footer .ft-social-wrap .social-handle {
    position: relative;
}
footer .social-media-links .facebook_link {
	margin-right: 11px;
}
footer .ft-social-wrap .social-handle a::before {
	content: "";
	position: absolute;
	width: 42px;
	height: 42px;
	background: url(../images/sprit-img.png) no-repeat;
	background-position: 8px -102px;
	/* border: 1px solid #F0F0F0; */
	border-radius: 50px;
}
footer .ft-social-wrap .instagram_link a::before {
    background-position: -76px -97px;
}

/*30-05-2023**/
.social-media-links .elementor-widget-container {
    display: flex;
}
/*30-05-2023**/ 


.social-handle a {
    border: 1px solid #F0F0F0;
    border-radius: 50px;
    display: block;
    width: 42px;
    height: 42px;
}
.social-handle a:hover {
    background: #d71b85;
    border: 1px solid #d71b85;
}
/* 22-04-2023 */
header.header .head-menu li a {
	position: relative;
}
header#masthead .head-menu li a::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 15px;
    background: #d71b85;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin: auto;
}
header#masthead .head-menu li a:hover::before,
header#masthead .head-menu li.current-menu-item a::before,
header#masthead .head-menu li.current-menu-parent a::before {
    opacity: 1;
}
footer#colophon .ft-ql-wrap .ft-menu ul li a:hover {
    text-decoration: underline;
}
footer#colophon .ft-ql-wrap .ft-menu ul.sub-menu li a:hover {
    text-decoration: none;
}
footer .ft-social-wrap .ft-social-title {
    padding-bottom: 20px;
}
.events-container .hover-effect{
	transform: translateX(100%);
	visibility: hidden;
	opacity: 0;
	transition: 0.5s all;
}
.events-container .et-lt-img1-wrap:hover .hover-effect-con1 {
	transform: translateX(0);
	visibility: visible;
	opacity: 1;
}
.events-container .et-lt-img2-wrap:hover .hover-effect-con2 {
	transform: translateX(0);
	visibility: visible;
	opacity: 1;
}
.events-container .event-md-wrap:hover .hover-effect-con3{
    transform: translateX(0);
	visibility: visible;
	opacity: 1;
}
.events-container .et-lt-img4-wrap:hover .hover-effect-con4{
    transform: translateX(0);
	visibility: visible;
	opacity: 1;
}
.events-container .et-lt-img5-wrap:hover .hover-effect-con5{
    transform: translateX(0);
	visibility: visible;
	opacity: 1;
}
footer .copyright-wrap {
	border-top: 1px solid #fff;
}
footer .ft-social-wrap .social-media-links .elementor-widget-container {
	display: flex;
}
.ft-container .ft-contact-wrap .contact_email .contact_email_wrap a:hover {
	color: #d71b85;
}
.ft-container .ft-contact-wrap .phone_no .phone_no_wrap a:hover {
	color: #d71b85;
}
.landing-container .contact-tday-btn a {
	padding: 15px 33px;
}
footer .ft-ql-wrap .ft-menu ul.hfe-nav-menu {
	display: block;
	margin-top: 20px;
}

footer .ft-ql-wrap .ft-menu ul li {
	padding-top: 10px;
}
footer .ft-ql-wrap .ft-menu ul.sub-menu li {
	padding-top:0px;
}
header .contact-btn span {
    padding: 1px 6px;
    padding-left: 19px;
}
.headmenu-container .head-contact-wrap a {
	position: relative;
	color: #fff;
	padding: 10px 28px 10px 55px;
	border: 1px solid #d71b85;
	border-radius: 30px;
	background: #d71b85;
}
.headmenu-container .head-contact-wrap a::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../images/sprit-img.png) no-repeat;
	background-position: -84px -6px;
	left: 25px;
	bottom: 9px;
}
.landing-container .scroll-down a {
    position: relative;
    padding-left: 60px;
    /* transform: rotate(270deg); */
}
.landing-container .scroll-down a:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 35px;
    background: url(../images/sprit-img.png) no-repeat;
    left: 20px;
    top: -4px;
    background-position: -6px 0px;
    transform: rotate(90deg);
}
/*content display none */
.events-container  .event-img1:hover .event-img-title p {
    display: none;
}
.events-container  .event-img2:hover .event-img-title p {
    display: none;
}
.events-container  .event-img3:hover .event-img-title p {
    display: none;
}
.events-container  .event-img4:hover .event-img-title p {
    display: none;
}
.events-container  .event-img5:hover .event-img-title p {
    display: none;
}
.headmenu-container .contact-btn a {
    padding: 10px 16px;
}
footer .ft-menu-wrap {
    flex-wrap: wrap;
}



/* 05-05-2023 */
.our-services .customPrevBtn, .our-services .customNextBtn {
	position: absolute;
	height: 50px;
	width: 50px;
	top: 0;
	z-index: 1;
	left: 20px;
	right: auto;
	bottom: 0;
	margin: auto -90px;
	border: 3px solid #e1e1e1;
	background: #fff;
    transition: 0.5s all;
}
.our-services .customPrevBtn::before, .our-services .customNextBtn::before {
	content: "";
	height: 9px;
	width: 9px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	position: absolute;
	top: 0;
	right: -7px;
	left: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(-45deg);
    opacity: 0.4;
}
.our-services .customNextBtn::before {
	transform: rotate(135deg);
	right: 4px;
}
.our-services .customNextBtn {
	right: 20px;
	left: auto;
}
.our-services .customPrevBtn:hover, .our-services .customNextBtn:hover {
    background: #fff;
    border: 3px solid #fff;
    box-shadow: 2.5px 2.5px 25px rgb(0,0,0,0.10);
}
.our-services .customPrevBtn:hover::before, .our-services .customNextBtn:hover::before {
    opacity: 1;
}
/* ////// */
.gallery-container .customPrevBtn, .gallery-container .customNextBtn {
	position: absolute;
	height: 50px;
	width: 50px;
	top: 0;
	z-index: 1;
	left: 0;
	right: auto;
	bottom: 0;
	margin: auto -90px;
	border: 3px solid #e1e1e1;
	background: #fff;
}
.gallery-container .customPrevBtn::before, .gallery-container .customNextBtn::before {
	content: "";
	height: 9px;
	width: 9px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	position: absolute;
	top: 0;
	right: -7px;
	left: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(-45deg);
    opacity: 0.4;
}
.gallery-container .customNextBtn::before {
	transform: rotate(135deg);
	right: 4px;
}
.gallery-container .customNextBtn {
	right: 0;
	left: auto;
}
.gallery-container .customPrevBtn:hover, .gallery-container .customNextBtn:hover {
    background: #fff;
    border: 3px solid #fff;
    box-shadow: 2.5px 2.5px 25px rgb(0,0,0,0.10);
}
.gallery-container .customPrevBtn:hover::before, .gallery-container .customNextBtn:hover::before {
    opacity: 1;
}
.gallery-container .customPrevBtn:focus, .gallery-container .customNextBtn:focus {
	background: #fff;
}
/* header .headmenu-container {
	pointer-events: none;
}
header .headmenu-container > .e-con-inner {
	pointer-events: all;
} */
/*.header {
	pointer-events: none;
}*/
/* header .headmenu-container > .e-con-inner > div {
	pointer-events: all;
} */
/* header .headmenu-container > div:not(.e-con-inner) {
	pointer-events: all;
} */
header .headmenu-container > div > div {
	pointer-events: all;
}
/* contact-us page */
.conctact-section .contact_page-addres-con, .conctact-section .contact_page-addres-con a {
    color: #fff;
    font-family: 'gilroy-regular', sans-serif;
    font-weight: 400;
}
.conctact-section .contact_page-addres-con {
    margin-top: 27px;
}
.conctact-section .address_wrap p {
    font-size: 16px;
    line-height: 30px;
}
.conctact-section .phone_no_wrap a {
    font-size: 20px;
    line-height: 30px;
    font-family: 'gilroy-semibold', sans-serif;
    font-weight: 600;
}
/* .conctact-section .phone_no a {
    font-size: 16px;
    line-height: 30px;
} */
.conctact-section .contact-us{
    position: relative;
    padding-left: 56px;
}
.conctact-section .contact-us:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    left: 0;
    right: auto;
    background: url(../images/sprit-img.png) no-repeat;
    filter: brightness(13);
    background-position: 3px -200px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.conctact-section .contact-left-con .phone_no:before {
    background-position: 6px -305px;
}
.conctact-section .contact-left-con .contact_email:before {
    background-position: -77px -195px;
}
.conctact-section .contact-left-con .contact_email {
    margin-top: 37px;
}
.conctact-section .contact-left-con .phone_no {
    margin-top: 23px;
}
.conctact-section .contact-left-con .contact-us a:hover {
    color: #d61b84;
}
.conctact-section .contact-left-con .contact-us-social-handle {
    display: flex;
    flex-wrap: wrap;
}
/* 08-05-2023 */
.conctact-section .contact-form-table-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12.5px;
    padding-top: 30px;
}
.conctact-section .contact-form-table-wrap .full-filled {
    position: relative;
    padding: 0 12.5px;
    margin-bottom: 6px;
}
.conctact-section .contact-form-table-wrap .message-field {
    width: 100%;
}
.conctact-section .contact-form-table-wrap .fist-name-field, .conctact-section .contact-form-table-wrap .email-field {
    width: 49.3%;
}
.conctact-section .contact-form-table-wrap .last-name-field, .conctact-section .contact-form-table-wrap .phone-field {
    width: 50.7%;
}
.conctact-section .contact-form-table-wrap label {
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 32px;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-family: 'gilroy-regular';
    font-weight: 400;
    transition: 0.5s all;
    bottom: auto;
    pointer-events: none;
}
.conctact-section .contact-form-table-wrap .contact-btn  input {
    font-family: "gilroy-semibold", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 25px 25px 25px 25px;
    padding: 10px 40px;
    background: #D71B85;
    border-color: #D71B85;
}
.conctact-section .contact-form-table-wrap .contact-btn {
    display: flex;
    align-items: center;
}
.conctact-section .contact-left-con .contact-us-social-handle a:before {
    content: "";
    position: absolute;
    background: url(../images/sprit-img.png) no-repeat;
    height: 31px;
    width: 29px;
    background-position: 7px -103px;
}
.conctact-section .contact-left-con .contact-us-social-handle .insta_wrap a:before {
    background-position: -77px -99px;
}
.conctact-section  .contact-us-social-handle .elementor-shortcode {
    display: flex; 
}
.conctact-section .contact-us-social-handle .insta_wrap {
    margin-left: 10px;
}
.conctact-section .contact-us-social-handle a {
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
}
.conctact-section .contact-us-social-handle a:hover {
    border: 1px solid #d71b85;
}
.conctact-section .contact-form-table-wrap .input_focus label, .conctact-section .contact-form-table-wrap .value_focus label {
    top: 6px;
    border: 1px solid #d71b85;
    padding: 3px 4px;
    font-size: 12px;
    line-height: 15px;
    border-radius: 5px;
    background: #fff;
}
.conctact-section .contact-form-table-wrap .recaptcha {
    margin: 5px 3px 0 0;
}
.landing-descrip a {
    color: #fff;
}
.nv-page-title-wrap.nv-big-title {
	display: none;
}
.contact-us-social-handle .elementor-widget-container {
    display: flex;
}
.wpcf7-spinner {
    margin-top: 15px;
}
.conctact-section .contact-form-table-wrap .contact-btn input:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}
/* .so-title-wrap .landing-descrip .breadcrumb {
    color: #fff;
    line-height: 36px;
    font-size: 19px;
    font-family: 'gilroy-medium';
    display: flex;
    font-weight: 500;
} */
.breadcrumb li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.breadcrumb li, .breadcrumb li a {
    font-family: 'gilroy-regular';
    font-size: 16px;
    line-height: 120%;
    color: #fff;
    font-weight: 400;
    font-weight: normal;
}
.breadcrumb li a:hover {
    color: #d71b85;
}
.breadcrumb li:last-child {
    color: #Fff;
    /* font-weight: bold; */
}
.breadcrumb li:not(:first-child)::before {
    content: "\f101";
    padding: 0;
    font-weight: normal;
    color: #fff;
    margin: 0 10px 3px;
    font-family: fontawesome;
}
.events-container .hover-effect > div.elementor-element {
    max-height: 910px;
    overflow-y: auto;
    align-items: center;
    display: flex;
    justify-content: center;
}
/* 09-05-2023 */
.about-container .mid-descrip-wrap .about-des1 a:hover {
    color: #000;
}
.about-container .mid-descrip-wrap .about-des1 a {
    color: #D71A85;
    text-decoration: underline;
    font-size: 17px;
    line-height: 31px;
    transition: 0.5s all;
}
/* home page carousel2 section  */
.gallery-container .sbi-owl-nav .sbi-owl-prev, .sbi-owl-nav .sbi-owl-next {
    margin: 0 -90px;
}
/* .gallery-container .sbi-owl-nav .sbi-owl-next {
    position: relative;
} */
.gallery-container .sbi-owl-nav .sbi-owl-next:before, .gallery-container .sbi-owl-nav .sbi-owl-prev:before {
    content: "";
    height: 9px;
    width: 9px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    position: absolute;
    top: 0;
    right: -7px;
    left: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
    opacity: 0.4;
}
.gallery-container .sbi-owl-nav .sbi-owl-next:before {
    transform: rotate(135deg);
    right: 0;
}
.gallery-container .sbi-owl-nav .sbi-owl-prev, .gallery-container .sbi-owl-nav .sbi-owl-next {
    width: 50px;
    height: 50px;
    border: 3px solid #e1e1e1;
    box-shadow: none;
    right: 20px;
}
.gallery-container .sbi-owl-nav .sbi-owl-prev {
    left: 20px;
}
.gallery-container .sbi_carousel svg {
    display: none !important;
}
.gallery-container .sbi-owl-nav .sbi-owl-next:hover:before, .gallery-container .sbi-owl-nav .sbi-owl-prev:hover:before {
    opacity: 1;
}
.gallery-container .sbi-owl-nav .sbi-owl-prev:hover, .gallery-container .sbi-owl-nav .sbi-owl-next:hover {
    border: 1px solid #fff;
}
.sbi_carousel .sbi_item a {
    height: 468px !important;
}
.equipment-page-gallery .e-con-inner {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 0 24px;
}
.equipment-page-gallery .hover-con {
	transition: 0.5s all;
	transform: scale(0);
    /* visibility:hidden;
    opacity: 0; */
}
.equipment-page-gallery .equipment-gallery-img:hover .hover-con {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.karaoke-icon .elementor-icon-list-text {
	padding-left: 16px;
}
.karaoke-icon .elementor-icon-list-text::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #d71b85;
	border-radius: 100%;
	top: 10px;
	left: 0;
	right: auto;
	bottom: -2px;
}
.headmenu-container .head-menu-wrap .head-menu ul > li.current-menu-item  a {
    font-weight: 600;
}
.landing-container .smooth-scroll {
    font-size: 17px;
    font-weight: 600;
}
/* #neve_body footer .ft-container .ft-ql-wrap ul > li.current-menu-item a {
    font-weight: 600;
    text-decoration: underline;
} */                                     /*27-07-2023*/
#neve_body footer .ft-container .ft-ql-wrap ul > li.current-menu-item a {
    font-weight: 600;
    text-decoration: none;
    color: #d71b85;
}                               /*27-07-2023*/
/* .sticky .headmenu-container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    z-index: 999;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    /* background-color: #000000c9; */
    /* padding: 0 15px 15px;
    background-color: #000;
    transition: 0.5s all;
}  */


/* 12-05-2023 */
footer .copyright-wrap .cp-editor a {
    color: #fff;
    font-weight: 500;
    font-family: 'gilroy-medium';
}
footer .copyright-wrap .cp-editor a:hover {
    color: #d71b85;
}
.landing-container  .landing-descrip span>a {
    padding-right: 3px;
}
.landing-container .landing-descrip .breadcrumb_last {
    padding-left: 4px;
}
body .events-container .hover-effect a:hover {
    color: #d71b85;
}
.headmenu-container .head-contact-wrap a:hover {
    background: none;
}
.ehf-header #masthead.sticky .headmenu-container {
	padding: 20px 0;
	height: 100px;
}
.ehf-header #masthead.sticky {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: auto;
	z-index: 99999;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.ehf-header #masthead{
    transform: 0.2s all;
}
.ehf-header #masthead .headmenu-container{
    transition: 0.5s all;
}
.descrip-wrap p {
    color: #000000;
}
@media not all and (min-resolution:.001dpcm) {
    .landing-container.e-con {
        justify-content: flex-end;
        height: 1320px;
    }
}


.ourservice-item .ourservice-image img {
    height: 100%;
    object-fit: cover;
}
.ourservice-item .ourservice-image {
    height: 206px;
}
.fog-img-wrap .fog-img {
	width: 100%;
}
.fog-img-wrap .fog-img img {
	height: 520px;
}
main#content .landing-descrip, header#masthead .landing-descrip{
    /* color: #ffffff; */
    padding: 5px 0 5px 0px;
}
.landing-descrip a:hover {
    color: #000;
}
body.home #masthead .breadcrumb-container, .ehf-header #masthead.sticky .breadcrumb-container {
    display: none;
}
body#neve_body {
    padding-top: 100px;
}
main#content .about-banner-section {
    display: none!important;
}
.sbi-header.sbi-header-type-text {
    text-align: center;
}
.equipment-page-gallery .readmore a {
    color: #D71B85;
}
.equipment-page-gallery .readmore a:hover {
    color: #fff;
}
main#content .equipment-gallery-img .equipment-gallery-img {
    align-items: center;
    display: flex;
    justify-content: center;
}
main#content .lighting-last-section .elementor-widget-image > div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 200px;
}
main#content .lighting-last-section .elementor-widget-image > div {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    max-height: 200px;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
main#content .lighting-last-section .elementor-widget-heading > div {
    padding: 25px 20px 0;
    min-height: 105px;
}
footer#colophon ul.sub-menu {
    columns: 2;
    width: auto;
    overflow: hidden;
}
footer#colophon ul.sub-menu li {
    border-radius: 0;
}
footer#colophon ul.sub-menu li a {
    white-space: pre;
}
.landing-descrip p, .landing-descrip a, .landing-descrip span {
    font-family: 'gilroy-medium'!important;
    font-size: 19px!important;
    font-weight: normal;
}
.breadcrumb-container {
	pointer-events: none;
}
.breadcrumb-container span {
	pointer-events: all;
}
.our-services button.customPrevBtn.prev-service:hover, .our-services button.customPrevBtn.prev-service:focus {
    background: #fff;
}
.ehf-header #masthead.sticky .headmenu-container > div {
    padding: 0;
}
/* 27-07-2023 */
#content .gallery-container .gallery-sc div#sbi_load a.sbi_load_btn {
    color: #fff !important;
    font-size: 18px;
    border-radius: 25px;
    padding: 14px 33px;
    line-height: 120%;
    font-family: "gilroy-semibold", Sans-serif;
    transition: 0.5s all;
}
#content .gallery-container .gallery-sc div#sbi_load a.sbi_load_btn:hover {
    background: #000 !important;
    box-shadow: none;
}
#content .gallery-container .gallery-sc #sb_instagram .sbi_hidden {
    opacity: 1 !important;
}
#content .gallery-container .gallery-sc #sb_instagram #sbi_load .sbi_loader {
    display: none;
}