/* Neulis Neue – Regular */
@font-face {
  font-family: 'Neulis Neue';
  src: url('https://dev.bluepartners.co/wp-content/themes/hello-biz/assets/fonts/fonnts.com-Neulis_Neue_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Neulis Neue – Light */
@font-face {
  font-family: 'Neulis Neue';
  src: url('https://dev.bluepartners.co/wp-content/themes/hello-biz/assets/fonts/fonnts.com-Neulis_Neue_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Neulis Neue – Light Italic */
@font-face {
  font-family: 'Neulis Neue';
  src: url('https://dev.bluepartners.co/wp-content/themes/hello-biz/assets/fonts/fonnts.com-Neulis_Neue_Light_Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Neulis Neue – Medium */
@font-face {
  font-family: 'Neulis Neue';
  src: url('https://dev.bluepartners.co/wp-content/themes/hello-biz/assets/fonts/fonnts.com-Neulis_Neue_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Neulis Neue – Semi Bold */
@font-face {
  font-family: 'Neulis Neue';
  src: url('https://dev.bluepartners.co/wp-content/themes/hello-biz/assets/fonts/fonnts.com-Neulis_Sans_Semi_Bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Neulis Neue – Bold */
@font-face {
  font-family: 'Neulis Neue';
  src: url('https://dev.bluepartners.co/wp-content/themes/hello-biz/assets/fonts/fonnts.com-Neulis_Neue_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Neulis Neue – Thin Italic */
@font-face {
  font-family: 'Neulis Neue';
  src: url('https://dev.bluepartners.co/wp-content/themes/hello-biz/assets/fonts/fonnts.com-Neulis_Neue_Thin_Italic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Dunbar Text';
  src: url('https://dev.bluepartners.co/wp-content/themes/hello-biz/assets/fonts/dunbar-text-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dunbar Text';
  src: url('https://dev.bluepartners.co/wp-content/themes/hello-biz/assets/fonts/fonnts.com-DunbarText_ExBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

.golden_hover .elementor-heading-title:hover {
    color: #FF6E0B !important;
}

.dunbar_heading .elementor-heading-title{
	font-family: "Dunbar Text" !important;
}
li#menu-item-398::after {
    display: none;
}
#header-section li.current-menu-item {
    position: relative;
}
#header-section li.current-menu-item a{ background: transparent; }
#header-section li.current-menu-item::after {
    content: '';
    border-bottom: 2px solid #000;
    width: 60%;
    height: 2px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.home .footer_menu .header_contact_btn a {
    margin: 0;
    padding: 0 20px !important;
}
.footer_menu li.current-menu-item {
    position: relative;
}
.footer_menu li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: calc(100% - 30px);
    height: 1px;
    background: #fff;
    transform: translateX(-50%);
}
.home { overflow-x: hidden; }

/* Apply globally */
body,
h1, h2, h3, h4, h5, h6,
p, a, button, input, textarea {
  font-family: 'Inter', sans-serif !important;
}
.neulis_link .elementor-heading-title a{
	font-family: 'Inter', sans-serif !important;
}
.home a.eael-item-active {
    background-color: transparent !important;
}
.section-border {
    border-radius: 19px !important;
    border: 2px solid #292F36;
    width: 98% !important;
    margin: 1% auto !important;
}

.home .header_contact_btn a {
    padding: 0 30px !important;
    border-radius: 5px;
    background: #fff !important;
    color: #292F36 !important;
    text-decoration: none !important;
    margin-left: 20px;
	border:1px solid #fff !important;
}

.home .header_contact_btn a:hover {
    padding: 0 30px !important;
    border-radius: 5px;
    background: transparent !important;
    color: #fff !important;
    text-decoration: none !important;
    margin-left: 20px;
	border:1px solid #fff !important;
}
.partner_section .elementor-swiper-button, .partner_section .swiper-pagination
 {
    display: none !important;
}
.partner_section  svg{
 height: auto !important;
}
.footer_menu .header_contact_btn a {
    background: transparent !important;
    color: #fff !important;
    text-decoration: none !important;
	border:none !important;
}
/*
.parallax-img {
    position: relative;
    height: 700px;  /* VERY IMPORTANT – gives container height */
    overflow: hidden;
}

.parallax-img img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    width: 100%;
    height: auto;
    transition: transform 0.1s linear;
    will-change: transform;
}*/
#header-section .header_contact_btn a {
    padding: 0 30px !important;
    border-radius: 5px;
    background: #292F36 !important;
    color: #fff !important;
    text-decoration: none !important;
    margin-left: 20px;
	border:1px solid #292F36 !important;
}

#header-section .header_contact_btn a:hover {
    background: transparent !important;
    color: #292F36 !important;
}

.contact_form input {
    color: rgba(41, 47, 54, 0.38) !important;
    text-align: left;
    border-radius: 8px !important;
    background: rgba(41, 47, 54, 0.08) !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 25px !important;
    padding: 18px 20px !important;
}
.common_footer_form input {
    color: rgba(41, 47, 54, 0.38) !important;
    text-align: left;
    border-radius: 8px !important;
    background: #fff !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 25px !important;
    padding: 18px 20px !important;
}
.common_footer_form input::placeholder{
	color: #292F36 !important;
	font-weight:400 !important;
}

.common_footer_form button {
    color: #FFFFFF !important;
    text-align: left;
    border-radius: 8px !important;
    background: transparent !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 25px !important;
    padding: 18px 40px !important;
	border:1px solid #fff !important;
}

.contact_form button {
    color: #FFFFFF !important;
    text-align: left;
    border-radius: 8px !important;
    background: #292F36 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 25px !important;
    padding: 18px 40px !important;
	border:1px solid #292F36 !important;
}

.common_footer_form button:hover {
    color: #292F36 !important;
    background: #fff !important;
}

.contact_form button:hover{
    color: #292F36 !important;
    background: #fff !important;
}
.contact_form .forminator-row, .common_footer_form .forminator-row {
    margin-bottom: 25px !important;
}
@media screen and (max-width: 991px) {
#tablet_background_none{
    background-image: none !important;
}	
.partner_section .elementor-swiper-button, .partner_section .swiper-pagination
 {
    display: block !important;
}
#header-section ul#menu-main-menu, .home ul#menu-main-menu, #header-section .current-menu-item a {
    background-color: #292f36;
}
	#header-section	.current-menu-item::after{
		display: none;
	}
#header-section ul#menu-main-menu li a{
	color:#fff;
}	
#header-section .header_contact_btn a, .home .header_contact_btn a {
    padding: 0 20px !important;
    border-radius: 0px;
    background: transparent !important;
    color: #fff !important;
    margin-left: 0px;
	border:none !important;
}	
}
@media screen and (max-width: 767px) {
div#mobile_background_none {
    background-image: none !important;
}	
}

@media screen and (max-width: 600px) {
.section-border {
    border-radius: none !important;
    border: none !important;
    width: 100% !important;
    margin: 0% auto !important;
}	
}