/*
Theme Name: PFAS
Description: PFAS
Theme URI:   https://ninetwo.design/
Author: Ninetwo
Author URI:  https://ninetwo.design/
Template: salient
Version: 1.0
*/


@font-face {
font-family:"halyard-display";
src:url("https://use.typekit.net/af/11692e/0000000000000000775abe52/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/11692e/0000000000000000775abe52/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/11692e/0000000000000000775abe52/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
	font-display:auto;
	font-style:normal;
	font-weight:300;
	font-stretch:normal;
}

@font-face {
font-family:"halyard-display";
src:url("https://use.typekit.net/af/034f95/0000000000000000775abe43/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/034f95/0000000000000000775abe43/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/034f95/0000000000000000775abe43/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
	font-display:auto;
	font-style:normal;
	font-weight:400;
	font-stretch:normal;
}

@font-face {
font-family:"halyard-display";
src:url("https://use.typekit.net/af/dcd499/0000000000000000775abe4f/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/dcd499/0000000000000000775abe4f/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/dcd499/0000000000000000775abe4f/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
	font-display:auto;
	font-style:normal;
	font-weight:600;
	font-stretch:normal;
}

@font-face {
    font-family: 'TIMMONSNY';
    src: url('assets/fonts/TIMMONSNY2.0-Regular.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* Start Contact Us Module Css */
.contact-widget {
    position: fixed;
    bottom: 80px;
    right: 70px;
    min-width: 293px;
    z-index: 9999;
}
.contact-widget .contact-widget-toggle {
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 17px;
    justify-content: flex-start;
    cursor: pointer;
    border-radius: 17px;
    background: #F2F2F2;
}
.contact-widget.open .contact-widget-toggle {
    border-radius: 17px 17px 0 0;
	position: relative;
}
.contact-widget.open .contact-widget-toggle:before {
    content: "";
    position: absolute;
    bottom: 0;
    background: #0E203D;
    width: calc(100% - 32px);
    height: 2px;
    left: 50%;
    transform: translate(-50%);
}
.contact-widget .contact-widget-toggle .contact-avatars {
    display: flex;
    align-items: center;
    gap: 6px;
}
.contact-widget .contact-widget-toggle .contact-avatars img,
.contact-widget .contact-header img {
    width: 37px;
    height: 37px;
    border-radius: 50%;
}
.contact-widget .contact-widget-toggle .contact-toggle-text,
.contact-widget  .contact-header p{
    color: #0E203D;
    font-family: 'halyard-display';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 42px;
	padding-bottom: 0 !important;
}
.contact-widget .contact-widget-toggle .contact-toggle-icon {
    line-height: 0;
    position: absolute;
    right: 16px;
}
.contact-widget .contact-widget-content {
    opacity: 0;
    background: #F2F2F2;
    padding: 16px;
    padding-top: 0;
    border-radius: 0 0 17px 17px;
}

.contact-item + .contact-item {
    margin-top: 13px;
    padding-top: 13px;
}

.contact-widget .contact-header {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-bottom: 16px;
    border-bottom: 2px solid #0E203D;
}

.contact-widget .contact-role {
    color: #7E90AD;
    font-family: 'halyard-display';
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 31.4px;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 10px;
}
.contact-links a span {
    line-height: 0;
}
.contact-widget .contact-links {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.contact-widget .contact-links a {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 17px;
    color: #0E203D;
    font-family: 'halyard-display';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 157%;
}
.contact-widget .contact-links a:hover {
    color: #0D9AFF;
}
form.wpcf7-form.init input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 8px 40px !important;
    line-height: normal !important;
}
form.wpcf7-form.init input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #0d9aff !important;
    color: #000000 !important;
}



.page-id-25639 div#header-outer, .page-id-25639 div#header-space, .page-id-25639 .nectar-global-section.nectar_hook_global_section_footer,
.page-id-25930 div#header-outer, .page-id-25930 div#header-space, .page-id-25930 .nectar-global-section.nectar_hook_global_section_footer,
.page-id-25931 div#header-outer, .page-id-25931 div#header-space, .page-id-25931 .nectar-global-section.nectar_hook_global_section_footer,
.page-id-25932 div#header-outer, .page-id-25932 div#header-space, .page-id-25932 .nectar-global-section.nectar_hook_global_section_footer,
.page-id-25933 div#header-outer, .page-id-25933 div#header-space, .page-id-25933 .nectar-global-section.nectar_hook_global_section_footer,
.page-id-25929 div#header-outer, .page-id-25929 div#header-space, .page-id-25929 .nectar-global-section.nectar_hook_global_section_footer {
    DISPLAY: NONE;
}
.voting-form .cus_formfield option[disabled] {
    color: rgb(170, 170, 170) !important;
}
/* Start Header Css */
body #header-outer .nectar-header-text-content {
    padding: 0;
}
#header-outer #logo img {
    margin-left: -15px;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.header-inner .header-left {
    display: flex;
    align-items: center;
}
.header-inner .header-left img.header-logo {
    margin: 0;
    height: 25px !important;
}

.header-inner .header-right {
    display: flex;
    align-items: center;
}
.header-inner .members-btn {
    padding: 4.5px  17px 8.5px;
    text-decoration: none;
    color: #0E203D !important;
    background-color: #FFFF27 !important;
    border-radius: 20px;
    text-align: center;
    font-family: 'halyard-display';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
}
.header-inner .members-btn:hover {
    background-color: #F2F2F2!important;
    transition: 0.2s linear !important;
}
.header-inner .members-btn::after {
    display: none !important;
}
.header-inner .header-left a {
    line-height: 0 !important;
}
.font-12-sec p {
    font-family: 'halyard-display';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.24px;
}
.top-bar-social i {
    width: 18px !important;
    height: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 9px !important;
}
.top-bar-social .vc_column-inner .wpb_wrapper {
    display: flex;
    align-items: center;
}
.nectar-megamenu-menu-item span.nectar-menu-label {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    margin: 0 !important;
}
.nectar-megamenu-menu-item a .nectar-menu-label:before,
body #slide-out-widget-area .nectar-menu-label:before {
    background: none !important;
}
.nectar-megamenu-menu-item ul.sub-menu li {
    padding: 0 !important;
}
body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li > a {
    color: #0E203D !important;
}
body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li:hover > a, 
body:not([data-header-format="left-header"]) #header-outer #top nav > ul > .megamenu > ul > li:hover > a,
body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > .current-menu-item > a {
    color: #0D9AFF !important;
}
body .sf-menu > li > ul,
#header-outer #top .sf-menu > li > ul {
    transition: unset !important;
}
#header-outer .nectar-menu-label:hover,
#header-outer[data-lhe="default"] #top nav .sf-menu > .current_page_item > a .nectar-menu-label {
    color: #0D9AFF !important;
}
#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>ul>li {
    flex: unset !important;
}
#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>.sub-menu, #header-outer nav>ul>.nectar-megamenu-menu-item>.sub-menu {
    display: flex;
    justify-content: center;
    gap: 20px;
    border: 0 !important;
	padding-top: 0 !important;
    padding-bottom: 25px !important;
}
/* End Header Css */


/* Start Off canvas menu Css */
.slide-out-widget-area-toggle.mobile-icon.slide-out-from-right {
    display: none !important;
}
#custom-offcanvas {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 349px !important;
    height: 100vh;
    min-height: 100vh;
    background: #fff;
    z-index: 999999;
    transition: right 0.4s ease;
    display: flex;
    flex-direction: column;
}
#custom-offcanvas .custom-offcanvas-inner {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
#custom-offcanvas .custom-offcanvas-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0D9AFF;
    z-index: 99;
    height: 60px;
}
#custom-offcanvas .custom-offcanvas-inner::-webkit-scrollbar {
    display: none;
}
#custom-offcanvas.active {
    right: 0;
}
/* Disable page scroll when offcanvas is open */
body.offcanvas-open {
    overflow: hidden !important;
    height: 100vh;
    position: fixed;
    width: 100%;
}
#custom-offcanvas-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 999998;
}
.custom-off-menu-main-sec.services-toggle-sec .toggles.accordion .toggle h3.toggle-title a {
    padding: 14px 0;
    color: #0E203D;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
}
.custom-off-menu-main-sec .nectar-responsive-text.nectar-link-underline-effect h5 {
    display: flex;
    flex-direction: column;
    gap: 8px !important;
}
.custom-off-menu-main-sec .nectar-responsive-text.custom-lineheight-sec h5 {
    gap: 1px !important;
}
.custom-off-menu-main-sec .nectar-responsive-text.nectar-link-underline-effect h5 br {
	display: none;
}
.custom-off-menu-main-sec.services-toggle-sec div[data-style="minimal"] .toggle > .toggle-title i:after {
    top: 4px;
    left: 19px;
    height: 20px;
}
.custom-off-menu-main-sec.services-toggle-sec div[data-style="minimal"] .toggle > .toggle-title i:before {
    top: 15px;
    left: 10px;
    width: 20px;
}
.custom-off-menu-main-sec .nectar-responsive-text.nectar-link-underline-effect a {
    text-decoration: none !important;
    background: none !important;
}
.custom-off-menu-main-sec .nectar-responsive-text.nectar-link-underline-effect a:hover {
    color: #ffffff !important;
}
.custom-off-menu-main-sec .inner img {
    max-width: 88px !important;
    height: 31px !important;
}
#custom-offcanvas .custom-close {
    position: absolute;
    right: 30px;
    top: 30px;
    line-height: 0;
    z-index: 999;
}
.custom-hamburger,
.custom-close {
    cursor: pointer;
}
/* End Off canvas menu Css */


/* Start Footer Css */
.footer-links-sec .vc_column-inner h5 a {
    text-decoration: none !important;
    animation: none !important;
    background: none !important;
	color: #ffffff !important;
}
.footer-links-sec .vc_column-inner h5 a:hover {
    color: #0D9AFF !important;
    transition: 0.2s linear;
}
.footer-links-sec .footer-bottom-part .vc_column-inner h5 a,
.footer-links-sec .vc_column-inner h5 a[href^="mailto:"] {
	color: #ffffff !important;
}
.footer-links-sec .footer-bottom-part .vc_column-inner h5 a:hover,
.footer-links-sec .vc_column-inner h5 a[href^="mailto:"]:hover {
	color: #0D9AFF !important;
}
.footer-links-sec .nectar-responsive-text.nectar-link-underline-effect p {
    padding: 0 !important;
}
.footer-links-sec .footer-secound-row .vc_col-sm-6 {
	width: 58%;
}
.footer-links-sec .footer-secound-row .vc_col-sm-4 {
	width: 42%;
}
.footer-links-sec.services-toggle-sec .toggles.accordion .toggle h3.toggle-title a {
    color: #ffffff;
    padding: 11.5px 0;
    font-size: 20px;
    line-height: normal !important;
}
.footer-links-sec.services-toggle-sec .toggles.accordion .toggle {
    border-top: 2px solid #FFFFFF !important;
}
.footer-links-sec.services-toggle-sec div[data-style="minimal"] .toggle > .toggle-title i:before {
    content: " ";
    top: 15px;
    left: 10px;
    margin-top: -2px;
    width: 20px;
    height: 2px !important;
    position: absolute;
    background-color: #FFFFFF;
    transition: background-color 0.15s ease;
}
.footer-links-sec.services-toggle-sec div[data-style="minimal"] .toggle > .toggle-title i:after {
    content: " ";
    top: 4px;
    left: 19px;
    width: 2px !important;
    margin-left: 0px;
    height: 20px;
    position: absolute;
    background-color: #FFFFFF;
    transition: transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease;
}
.footer-links-sec.services-toggle-sec div[data-style="minimal"] .toggle.open > .toggle-title i:before {
    background-color: #FFFFFF;
}
.footer-links-sec.services-toggle-sec .toggles.accordion .toggle:last-child {
    border-bottom: 2px solid #FFFFFF !important;
}
.footer-links-sec.services-toggle-sec .toggles.accordion {
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 1000px) and (max-width: 2560px) {
	.footer-links-sec .footer-main-width-sec .vc_col-sm-6 {
		width: 58%;
	}
	.footer-links-sec .footer-main-width-sec .vc_col-sm-2 {
		width: 14%;
	}
}
/* End Footer Css */


/* Start Home Page Css */
.home-hero-section .video-color-overlay.row-bg-layer {
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, #0E203D 64.9%);
    mix-blend-mode: multiply;
    opacity: 1 !important;
}
.home-hero-section .line-circle-top-sec .row_col_wrap_12_inner.col.span_12.left:before {
    content: "" !important;
    position: absolute !important;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 100px;
    z-index: 99;
    top: 46% !important;
    left: 50%;
    right: unset !important;
    bottom: unset !important;
    visibility: visible;
    transform: translateX(-50%);
}
.home-hero-section .line-circle-top-sec .row_col_wrap_12_inner.col.span_12.left:after {
    content: "";
    position: absolute;
    top: -2px;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: #FFFFFF;
    transform: translateX(-50%);
    z-index: 99;
    visibility: visible !important;
    height: 100% !important;
}
.home-hero-section .line-circle-top-sec .row_col_wrap_12_inner.col.span_12.left h1 {
    margin: 0 !important;
}
.video-blue-overlay{
  background: #0E203D;
}
.testimonial-custom-line-sec .row_col_wrap_12 {
    position: relative;
}
.testimonial-custom-line-sec .row_col_wrap_12:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #0D9AFF;
    transform: translateX(-50%);
}
.side-circle-line-sec .row_col_wrap_12 {
    position: relative;
}
.side-circle-line-sec .row_col_wrap_12:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #ffffff;
    z-index: 999;
    visibility: visible;
    left: 4%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
}
.side-circle-line-sec .row_col_wrap_12:after {
    visibility: visible;
    z-index: 9;
    content: "";
    position: absolute;
    top: 32% !important;
    left: 4%;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.event-section h5 {
    font-weight: 300 !important;
}
.event-section h4 {
    font-weight: 600 !important;
}
.news-section .nectar-post-grid-item .item-main h4 {
    font-weight: 500 !important;
}
.news-section .nectar-post-grid-item .content {
    padding-top: 20px !important;
}
.news-section .nectar-post-grid-item .item-main span.meta-excerpt {
    margin: 0 !important;
    padding-top: 20px;
}
.news-section .nectar-post-grid-item .item-main span.meta-excerpt {
    margin: 0 !important;
    padding-top: 20px;
    color: #0E203D !important;
    font-family: 'halyard-display';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.news-section .nectar-post-grid-item .nectar-post-grid-item-bg {
    height: 338px !important;
}
.news-section  .nectar-post-grid .nectar-cta {
    margin-top: 60px;
}
.news-section .nectar-post-grid .nectar-post-grid-item .content .item-main span.link_text {
    padding: 5.5px 30px 7.5px 30px !important;
    border-radius: 60px;
    background: #F2F2F2;
    color: #0E203D;
    text-align: center;
    font-family: 'halyard-display';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.news-section .nectar-post-grid .nectar-post-grid-item .content .item-main span.link_text svg {
    display: none;
}
/* Remove borders from all items first */
.news-section .nectar-post-grid .nectar-post-grid-item {
    border-left: 0;
    border-right: 0;
}

/* Add border only to the middle column item */
.news-section .nectar-post-grid .nectar-post-grid-item:nth-child(3n + 2) {
    border-left: 1px solid #0E203D;
    border-right: 1px solid #0E203D;
}
.news-section .nectar-post-grid .nectar-post-grid-item {
    padding-left: 24px;
    padding-right: 24px;
}
.news-section .nectar-post-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -24px !important;
    margin-right: -24px !important;
    row-gap: 50px;
}
.news-section button.flickity-button.flickity-prev-next-button {
    position: relative !important;
    top: unset !important;
    right: unset !important;
    width: 34px !important;
    height: 34px !important;
    left: unset !important;
    transform: unset !important;
    bottom: -60px !important;
}
.news-section .nectar-flickity .flickity-prev-next-button:before {
    background: #F2F2F2;
}
.news-section button.flickity-button.flickity-prev-next-button.previous {
    right: 67px !important;
    position: absolute !important;
    bottom: 0;
}
.news-section button.flickity-button.flickity-prev-next-button.next {
    right: 25px !important;
    position: absolute !important;
    bottom: 0;
}
.news-section .nectar-flickity .next:after, .news-section .nectar-flickity .previous:after {
    display: none;
}
.news-section button.flickity-button.flickity-prev-next-button:hover::before {
    background: #0D9AFF;
    transform: unset !important;
}	
.news-section button.flickity-button.flickity-prev-next-button svg {
    transform: unset !important;
}
.news-section .nectar-post-grid .nectar-post-grid-item:hover h4 span {
    color: #0D9AFF !important;
}
.news-section .nectar-post-grid .nectar-post-grid-item:hover span.nectar-post-grid-item__read-more span.link_text {
    background: #0D9AFF;
	transition: 0.3s linear;
}
.news-section .nectar-post-grid  .item-main {
    min-height: 230px;
    padding-bottom: 60px;
}
.news-section .nectar-post-grid .nectar-cta {
    position: absolute !important;
    bottom: -24px !important;
    left: 0 !important;
    margin: 0 !important;
    width: auto;
}
.home-hero-section {
	position: relative;
	border-bottom: 2px solid #FFFFFF;
}
.home-hero-section .row_col_wrap_12.col.span_12.dark.left:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: #FFFFFF;
    transform: translateX(-50%);
    z-index: 99;
}
.home-hero-section .wpb_column.instance-2:hover  > .vc_column-inner > .column-bg-overlay-wrap  > .column-bg-overlay {
    background-color: #0E203D!important;
    opacity: 0 !important;
}
.home-hero-section .row_col_wrap_12.col.span_12.dark.left:after {
    content: "" !important;
    position: absolute !important;
    width: 16px;
    height: 16px;
	background: #ffffff;
    border-radius: 100px;
    z-index: 99;
    top: 46% !important;
    left: 50%;
    right: unset !important;
    bottom: unset !important;
    visibility: visible;
    transform: translateX(-50%);
}
.nectar-flickity .flickity-slider .cell {
    display: flex;
    align-items: center;
    justify-content: center !important;
}
.nectar-post-grid-item__excerpt-wrap.item-meta-extra span.meta-excerpt {
    width: 100% !important;
    max-width: 100% !important;
}
html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container {
    background: #FFFF27;
    padding: 15px;
    border-radius: 17px;
    top: unset !important;
    bottom: 70px !important;
    margin: 0 !important;
    right: 70px !important;
    left: unset !important;
}
.pum-container .pum-content p.popmake-85.pum-trigger {
    color: #0E203D;
    font-family: 'halyard-display';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom: 2px solid #0E203D;
    padding-bottom: 12px !important;
	padding-top: 0 !important;
}
.pum-container .pum-content p {
    color: #0E203D;
    font-family: 'halyard-display';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 17px;
}
.pum-theme-76 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    background: transparent;
    box-shadow: none;
    color: #000000;
    font-size: 23px;
    top: 10px;
    right: 10px;
    padding: 0 !important;
}
a.wp-block-button__link.wp-element-button {
    background: #0E203D;
    padding: 5.5px 16px 7.5px 16px;
    border-radius: 17px !important;
    color: #F2F2F2;
    text-align: center;
    font-family: 'halyard-display';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
a.wp-block-button__link.wp-element-button:hover {
    background: #0D9AFF;
    color: #0E203D;
    transition: 0.3s linear;
}
.pum-theme-76 .pum-content + .pum-close i::before,
.pum-theme-default-theme .pum-content + .pum-close i::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 14px;
    background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' width='15' height='14' viewBox='0 0 15 14' fill='none'>\<line x1='1.06071' y1='0.353539' x2='14.0607' y2='13.3535' stroke='black'/>\<line y1='-0.5' x2='18.3848' y2='-0.5' transform='matrix(-0.707107 0.707107 0.707107 0.707107 13.7072 0.707092)' stroke='black'/>\</svg>");
    background-repeat: no-repeat;
    background-size: contain;
}
.custom-border-left .img-with-aniamtion-wrap .inner img {
    border-left: 1px solid #ffffff;
}
/* End Home Page Css */


/* Start Partners & Offers Page Css */
.gallery-inner-sec .row-bg.viewport-desktop.using-image:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, rgba(186, 186, 186, 0.00) 38.69%, #545454 67.22%);
    mix-blend-mode: multiply;
}
.grediant-content-box-right .row-bg.viewport-desktop.using-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
268deg, rgba(186, 186, 186, 0.00) 38.69%, #545454 67.22%);
    mix-blend-mode: multiply;
}

/* End Partners & Offers Page Css */


/* Start About Us Page Css */
.about-us-section-sec .row-bg:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #ffffff;
    z-index: 99;
    visibility: visible;
    left: 30%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
}
.about-us-section-sec .row-bg:after {
    visibility: visible;
    z-index: 9;
    content: "";
    position: absolute;
    top: 42% !important;
    left: 30%;
    width: 56px;
    height: 56px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.custom-ceo-sec {
    padding-left: 60px;
}
.custom-ceo-sec a {
    color: #ffffff !important;
    padding-bottom: 7px !important;
    display: inline-block;
}
.community-spirit-sec .wpb_text_column.wpb_content_element {
    margin: 0 !important;
}
.community-spirit-sec .vc_col-sm-12.wpb_column .normal-container.container {
    padding-bottom: 120px;
}
.community-spirit-sec button.flickity-button.flickity-prev-next-button.next.custom-svg-loaded {
    right: 0 !important;
}
.community-spirit-sec button.flickity-button.flickity-prev-next-button.previous {
    right: 45px !important;
}
.flickity-prev-next-button:disabled {
    display: block;
}
.post-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.post-popup.active {
  display: block;
}
.post-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}
article.popup-staff h4.popup-title {
    color: #0E203D;
    padding-bottom: 7px;
}
article.popup-staff h2, article.popup-staff h1 {
    font-size: 30px;
    line-height: 34px;
    font-family: 'halyard-display';
    padding-bottom: 20px;
    margin: 0 !important;
    color: #0E203D;
}
article.popup-staff {
    color: #0E203D;
}
.post-popup-content {
    position: relative;
    max-width: 1300px;
    width: 90%;
    max-height: 90vh;
    background: #fff;
    margin: 80px auto;
    padding: 40px;
    border-radius: 30px;
    animation: fadeUp .3s ease-out;
    padding-right: 30px !important;
    top: 60px;
}
.popup-content {
    height: 420px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #0D9AFF #f0f0f0;
    padding-right: 10px;
}
.post-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
}
.staff-member-sec button.flickity-button.flickity-prev-next-button {
    top: unset !important;
    width: 34px !important;
    height: 34px !important;
    transform: unset !important;
    bottom: -60px !important;
}
.staff-member-sec .normal-container.container {
    padding-bottom: 120px;
}
.staff-member-sec .nectar-post-grid {
    margin: 0 -19px !important;
}
.staff-member-sec .nectar-post-grid .nectar-post-grid-item {
    padding-left: 19px;
    padding-right: 19px;
}
.staff-member-sec .nectar-post-grid .nectar-post-grid-item.animated-in.is-selected:nth-child(even) {
    border: none !important;
}
.staff-member-sec .nectar-post-grid-item .item-main h4 {
    font-weight: 300 !important;
	font-size: 20px !important;
}
.staff-member-sec .nectar-post-grid-item-bg {
    height: 345px !important;
}
.staff-member-sec img.attachment-full.size-full.wp-post-image {
    height: 100% !important;
}
.staff-member-sec .nectar-post-grid-item__custom-fields {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0 !important;
}
.staff-member-sec .nectar-post-grid-item .content {
    padding: 15px 0 !important;
}
.comments-section {
    display: none;
}
a.uncategorized {
    display: none !important;
}
.custom-image-box {
    position: relative;
    display: inline-block;
}

.custom-image-box img {
    width: 100%;
    display: block;
}

.custom-title {
    position: absolute;
    bottom: 30px;
    left: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}
/* End About Us Page Css */


/* Start All Page Hero Banner Section Css */
.hero-section-circle-sec .divider-wrap:before {
    content: "" !important;
    position: absolute !important;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 100px;
    z-index: 99;
    left: 50%;
    right: unset !important;
    bottom: unset !important;
    visibility: visible;
    transform: translate(-50%, -50%);
}
.hero-section-circle-sec.blue .divider-wrap:before {
	background: #0D9AFF;
}
.hero-section-circle-sec.dark-blue .divider-wrap:before {
	background: #0E203D;
}
/* End All Page Hero Banner Section Css */


/* Start News Listing And Single Page Css */
.single-post div#page-header-wrap {
    display: none;
}
body.single-post.material[data-bg-header=true] .container-wrap {
    padding: 0 !important;
}
.single-post .hero-section-circle-sec .row-bg:before {
    background: #ffffff;
}
.single-post .hero-section-circle-sec .row-bg::after {
    background-color: #ffffff;
}
.single-post .post-content .content-inner a {
    color: #0D9AFF;
    text-decoration-line: underline;
    text-decoration-style: solid;
}
.hero-section-circle-sec .row-bg-overlay.row-bg-layer {
    mix-blend-mode: multiply;
}
.news-blog-sec .nectar-post-grid {
    row-gap: 20px;
}
.news-blog-sec .nectar-post-grid-item-bg {
    height: 338px !important;
}
.news-blog-sec .item-main h4.post-heading span {
    font-weight: 500;
}
.news-blog-sec .item-main .nectar-post-grid-item__excerpt-wrap span.meta-excerpt {
    color: #0E203D;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 20px;
}
.news-blog-sec span.nectar-post-grid-item__read-more span.link_text {
    padding: 5.5px 29px 7.5px 29px !important;
    border-radius: 60px;
    background: #F2F2F2;
    color: #0E203D;
    text-align: center;
    font-family: 'halyard-display';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.news-blog-sec .nectar-post-grid .nectar-cta {
    position: absolute !important;
    bottom: 16px !important;
    left: 0 !important;
    margin: 0 !important;
    width: auto;
}
.news-blog-sec .nectar-post-grid .nectar-post-grid-item .content .item-main span.link_text svg {
    display: none;
}
.news-blog-sec .nectar-post-grid  .item-main {
    min-height: 240px;
    padding-bottom: 30px;
}
.news-blog-sec .nectar-post-grid .nectar-post-grid-item:hover h4 span {
    color: #0D9AFF !important;
}
.news-blog-sec .nectar-post-grid .nectar-post-grid-item:hover span.nectar-post-grid-item__read-more span.link_text {
    background: #0D9AFF;
    transition: 0.3s linear;
}
.news-blog-sec .nectar-post-grid-item.animated-in .inner {
    border-bottom: 2px solid #F2F2F2;
    padding-bottom: 5px;
}
.news-blog-sec .load-more-wrap {
    margin: 0 !important;
    margin-top: 70px !important;
}
.news-blog-sec .load-more-wrap.inactive {
    display: none;
}
.news-blog-sec .load-more-wrap a.load-more {
    padding: 5.5px 29px 7.5px 29px !important;
    border-radius: 60px;
    background: #F2F2F2;
    color: #0E203D;
    text-align: center;
    font-family: 'halyard-display';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 0 !important;
}
.news-blog-sec .load-more-wrap a.load-more:hover {
	background: #0D9AFF;
}
section.single-post-header-image img.single-post-header-image__img.wp-post-image {
    width: 100%;
    max-width: 100%;
    height: 600px !important;
    object-fit: cover;
    margin-bottom: 60px !important;
}
.single-post-banner__container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100% !important;
    text-align: center;
}
.single-post-banner__content {
    color: #ffffff;
}
.single-post-banner__title {
    color: #0e203d;
    text-align: left;
    font-family: 'TIMMONSNY';
    font-size: 130px;
    font-style: normal;
    font-weight: 400;
    line-height: 82%;
}
.single-post .post-area .post-content p,
 body.material .post .content-inner,
body.material .post .content-inner h2 {
    color: #0e203d !important;
}
.single-post-header-content__inner time.single-post-date {
    color: #0e203d;
}
.single-post .post-area .post-content {
    font-family: halyard-display;
    width: 100% !important;
    max-width: 840px !important;
    margin: 0 auto;
}
.single-post-header-content__inner {
    padding-bottom: 40px !important;
	font-family: halyard-display;
    width: 100% !important;
    max-width: 840px !important;
    margin: 0 auto;
}
/* End News Listing And Single Page Css */


/* Start Personal Dev Page Css */
.ms-left-side-conteiner .row_col_wrap_12_inner.col.span_12.left {
    max-width: calc(50% + 755px);
    margin-right: 0;
    margin-left: auto;
    padding-left: 80px;
}
.icon-link-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    font-size: 16px;
}

.link-text a {
    background: none !important;
    text-decoration: none !important;
}
.link-text a:hover {
    color: #0D9AFF !important;
}
.icon-link-box a span {
    line-height: 0;
}
.contact-us-max-width-sec {
    margin: 0 auto !important;
}
.line-circle-top-sec .row_col_wrap_12.col .left-side-container:after {
    content: "" !important;
    position: absolute !important;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 100px;
    z-index: 99;
    top: 30% !important;
    right: -15px;
    bottom: unset !important;
    visibility: visible;
    transform: translateX(-50%);
}
/* End Personal Dev Page Css */


/* Start Mebmership page Css */
.linear-background-sec .inner-wrap.row-bg-layer.using-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(186, 186, 186, 0.00) 24.04%, #545454 84.62%);
    mix-blend-mode: multiply;
}
.nectar_video_lightbox svg {
    width: 75px !important;
    height: 75px !important;
}
.services-toggle-sec .toggles.accordion a.nectar-inherit-h3.toggle-heading {
    background: transparent !important;
    padding: 0;
}
body .toggle>div {
    background: transparent !important;
    box-shadow: none !important;
}
.services-toggle-sec .toggles.accordion .toggle {
    border: 0 !important;
    border-top: 2px solid #0E203D !important;
    margin: 0 !important;
}
.services-toggle-sec .toggles.accordion .toggle h3.toggle-title a {
    color: #0E203D;
    padding: 16.5px 0;
}
.services-toggle-sec .toggles.accordion .toggle h3.toggle-title i {
    border: 0 !important;
}
.services-toggle-sec div[data-style="minimal"] .toggle > .toggle-title i:before {
    content: " ";
    top: 14px;
    left: 0px;
    margin-top: -2px;
    width: 30px;
    height: 2px !important;
    position: absolute;
    background-color: #0E203D;
    transition: background-color 0.15s ease;
}
.services-toggle-sec div[data-style="minimal"] .toggle > .toggle-title i:after {
    content: " ";
    top: -2px;
    left: 14px;
    width: 2px !important;
    margin-left: 0px;
    height: 30px;
    position: absolute;
    background-color: #0E203D;
    transition: transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease;
}
.services-toggle-sec div[data-style="minimal"] .toggle.open > .toggle-title i:before {
	background-color: #0E203D;
}
.services-toggle-sec .toggles.accordion .toggle:last-child {
    border-bottom: 2px solid #0E203D !important;
}
.services-toggle-sec h3.toggle-title a.nectar-inherit-h4.toggle-heading {
    font-weight: 500 !important;
}
div[data-style="minimal"] .toggle[data-inner-wrap="true"] > div .inner-toggle-wrap {
    padding: 0 0 25px 0 !important;
}
.services-toggle-sec .toggles.accordion {
    max-width: 704px;
    margin: 0 auto;
}
.line-circle-top-sec .wpb_text_column.wpb_content_element a {
    color: #ffffff;
    text-decoration: underline;
}
.line-circle-top-sec .wpb_text_column.wpb_content_element a:hover {
    color: #0D9AFF;
}
/* End Mebmership page Css */



/* Start Well-being page css */
.custom-margin-responsive .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img {
    height: 103px;
    object-fit: cover;
}
.well-full-width-toggle .toggles.accordion {
    max-width: 1000px;
}
.line-circle-top-sec.bottom .row_col_wrap_12.col .left-side-container:after {
    top: 50% !important;
}
.border-top-sec > .row-bg-wrap {
    border-top: 2px solid #ffffff;
}
/* End Well-being page css */

/* Start Event page css */
.anchor-tag-link-sec a {
    color: #ffffff !important;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}
.anchor-tag-link-sec a:hover {
    color: #0D9AFF !important;
}
.anchor-tag-link-sec h3 {
    font-weight: 300 !important;
}
body .nectar-video-box[data-color="default-accent-color"][data-hover="zoom_button"] .nectar_video_lightbox:after {
	display: none;
}
.nectar-video-box:not([data-mouse-style=see_through_contrast]) a.nectar_video_lightbox {
    box-shadow: none !important;
}
/* End Event page css */


/* Start Meet Team Page Css */
.link-text-about a span {
    line-height: 0 !important;
}
.link-text-about a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 290%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.link-text-about a:hover {
    color: #0D9AFF !important;
}
.meet-team-accordion h3.toggle-title a.nectar-inherit-h4.toggle-heading {
    font-weight: 500 !important;
    color: #0D9AFF;
	padding: 18.5px 0;
}
.meet-team-accordion .toggles.accordion .toggle {
    border: 0 !important;
    border-top: 2px solid #0D9AFF !important;
    margin: 0 !important;
}
.meet-team-accordion .toggles.accordion .toggle:last-child {
    border-bottom: 2px solid #0D9AFF !important;
}
.meet-team-accordion .toggles.accordion .toggle h3.toggle-title i {
    border: 0 !important;
}
.meet-team-accordion div[data-style="minimal"] .toggle > .toggle-title i:before {
    content: " ";
    top: 14px;
    left: 0px;
    margin-top: -2px;
    width: 30px;
    height: 2px !important;
    position: absolute;
    background-color: #0D9AFF;
    transition: background-color 0.15s ease;
}
.meet-team-accordion div[data-style="minimal"] .toggle > .toggle-title i:after {
    content: " ";
    top: -2px;
    left: 14px;
    width: 2px !important;
    margin-left: 0px;
    height: 30px;
    position: absolute;
    background-color: #0D9AFF;
    transition: transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease;
}
/* End Meet Team Page Css */


.image-card {
  overflow: hidden;
  position: relative;
}

.image-card .hover-wrap-inner {
  height: 100%;
  overflow: hidden;
  position: relative;
}

/* ✅ bottom is LOCKED */
.image-card .hover-wrap-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: inset(200px 0 0 0);
  will-change: clip-path;
}

.footer-links-sec .footer-bottom-part .vc_column-inner h5 a {
    color: #0d9aff !important;
}
.footer-links-sec .footer-bottom-part .vc_column-inner h5 a:hover {
    color: #ffffff !important;
}


@media screen and (min-width: 1000px) and (max-width: 2560px) {
	.one-side-row-content .img-with-aniamtion-wrap {
		margin-top: -40px;
	}
	.right-side-content-sec .toggle[data-inner-wrap=true].open>div {
		overflow: visible;
	}
	.right-side-content-sec .toggle .toggle-title {
		z-index: 9999 !important;
		position: relative !important;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1441px) {
	.container, body[data-header-format="left-header"] .container, .woocommerce-tabs .full-width-content .tab-container, .nectar-recent-posts-slider .flickity-page-dots, .post-area.standard-minimal.full-width-content .post .inner-wrap, .material #search-outer #search {
		padding: 0px 70px;
	}
	.ms-left-side-conteiner .row_col_wrap_12_inner.col.span_12.left {
		padding-left: 70px;
	}
	.ms-left-side-pedding-conteiner {
		padding-left: 70px !important;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1281px) {
	.custom-margin-responsive .vc_col-sm-4.wpb_column {
		padding: 0 15px !important;
	}
	.wpb_column.left_padding_desktop_234px > .vc_column-inner,
	.wpb_column.left_padding_desktop_215px > .vc_column-inner {
		padding-left: 100px;
	}
	.wpb_column.right_padding_desktop_234px > .vc_column-inner,
	.wpb_column.right_padding_desktop_254px > .vc_column-inner {
		padding-right: 100px;
	}
	.staff-member-sec .nectar-post-grid-item-bg {
		height: 275px !important;
	}
	.footer-links-sec .nectar-responsive-text h1 {
		font-size: 137px !important;
	}
}


@media screen and (max-width: 1366px) {
.contact-widget .contact-widget-toggle .contact-avatars img, .contact-widget .contact-header img {
	width: 30px;
	height: 30px;
	}
	.contact-widget .contact-widget-toggle {
		padding: 10px;
		gap: 13px;
	}
	.contact-widget .contact-widget-toggle .contact-toggle-text, .contact-widget  .contact-header p {
		font-size: 20px;
	}
	.contact-widget {
		bottom: 40px;
		right: 70px;
	}
	.contact-widget .contact-role {
		font-size: 16px;
		line-height: 27.4px;
		padding-top: 4px;
	}
	.contact-widget .contact-links a {
		gap: 10px;
		font-size: 14px;
	}
	.contact-links a span svg {
		width: 15px;
		height: 15px;
	}
	.single-post-banner__title {
		font-size: 100px;
	}
	.single-post-banner {
		min-height: 490px;
		margin-bottom: 30px !important;
	}
	.flip-box-front, .flip-box-back {
		min-height: 300px !important;
	}

}

@media screen and (max-width: 999px) {
	.home-hero-section .row_col_wrap_12.col.span_12.dark.left:before {
		bottom: 0;
		top: 50%;
		left: 0;
		height: 1px;
		width: 100%;
		transform: translateX(0%);
	}
	.home-hero-section .row_col_wrap_12.col.span_12.dark.left:after {
		top: 49% !important;
	}
	.home-hero-section .vc_column-inner .wpb_wrapper {
		width: 100% !important;
		max-width: 88% !important;
		margin: 0 auto !important;
	}
	.testimonial-custom-line-sec .row_col_wrap_12:before {
		display: none;
	}
	.ms-left-side-pedding-conteiner,
	.ms-right-side-pedding-conteiner {
		padding-left: unset !important;
		padding-right: unset !important;
		max-width: 88%;
		margin: 0 auto !important;
	}
	.event-section {
		padding-left: calc((100% - 88%) / 2) !important;
		max-width: unset !important;
		margin-left: calc(-50vw + var(--scroll-bar-w) / 2) !important;
	}
	.nectar-header-text-content.mobile-only {
		display: none !important;
	}
	.footer-links-sec .wpb_wrapper {
		gap: 20px !important;
	}
	.vc_col-sm-6.wpb_column.column_container.vc_column_container.col.child_column.no-extra-padding.column_element_direction_desktop_horizontal.force-desktop-text-align-right.column_element_direction_tablet_horizontal.force-tablet-text-align-left.column_element_direction_phone_horizontal.force-phone-text-align-left.el_spacing_40px.inherit_tablet.inherit_phone .wpb_wrapper {
		justify-content: flex-start !important;
	}
	.header-top-bar .row_col_wrap_12.col.span_12.dark.left {
		flex-wrap: nowrap !important;
	}
	.nectar-post-grid[data-columns="3"][data-grid-spacing="none"] .nectar-post-grid-item {
		width: 50%;
	}
	.news-section .nectar-post-grid .nectar-post-grid-item:nth-child(3n + 2) {
		border-left: 0;
		border-right: 0;
	}
	.news-section .nectar-post-grid .nectar-post-grid-item {
		border-left: 0;
		border-right: 0;
	}
	.news-section .nectar-post-grid .nectar-post-grid-item:nth-child(2n + 1) {
        border-right: 1px solid #0E203D;
    }
	.grediant-content-box-right .row-bg.viewport-desktop.using-image:before,
	.gallery-inner-sec .row-bg.viewport-desktop.using-image:before {
		background: #545454;
		opacity: 0.8;
	}
	html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container {
		bottom: 40px !important;
		right: 40px !important;
	}
	.about-us-section-sec .row-bg:after {
		top: 17% !important;
		left: 93%;
		width: 36px;
		height: 36px;
	}
		.about-us-section-sec .row-bg:before {
		left: 93%;
	}
	.community-spirit-sec button.flickity-button.flickity-prev-next-button,
	.staff-member-sec button.flickity-button.flickity-prev-next-button{
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: unset !important;
	}
	.community-spirit-sec .vc_col-sm-12.wpb_column .normal-container.container {
		padding-bottom: 100px;
	}
	.custom-ceo-sec {
		padding-left: 0;
	}
	div[data-style="minimal"] .toggle[data-inner-wrap="true"] > div .inner-toggle-wrap {
		padding: 0 0 10px 0 !important;
	}
	.staff-member-sec .nectar-post-grid-item .nectar-post-grid-item-bg {
		height: 393px !important;
		object-fit: cover;
	}
	.main-max-width-sec .vc_column-inner {
		max-width: 88%;
		margin: 0 auto;
		border: 0 !important;
	}
	.footer-links-sec .footer-secound-row .vc_col-sm-6 {
		width: 50%;
	}
	.footer-links-sec .footer-secound-row .vc_col-sm-4 {
		width: 50%;
	}
	.hero-section-circle-sec .divider-wrap:before {
		width: 14px;
		height: 14px;
	}
	.post .content-inner {
		padding-bottom: 30px !important;
	}
	.news-blog-sec .nectar-post-grid {
		row-gap: 0;
	}
	.ms-left-side-conteiner .row_col_wrap_12_inner.col.span_12.left {
		padding-left: 0;
		max-width:88%;
		margin: 0 auto;
	}
	.line-circle-top-sec .row_col_wrap_12.col .left-side-container:after, .line-circle-top-sec.bottom .row_col_wrap_12.col .left-side-container:after {
		width: 14px;
		height: 14px;
		right: 50%;
		top: unset !important;
		bottom: -5px !important;
	}
	.custom-margin-responsive .row_col_wrap_12_inner.col.span_12.left {
		row-gap: 30px;
	}
	.main-breadcumb-sec .wpb_wrapper {
		flex-wrap: wrap !important;
		row-gap: 10px;
	}
	.main-breadcumb-sec .wpb_wrapper .wpb_text_column.wpb_content_element {
		margin-right: 8px !important;
		padding-right: 8px !important;
	}
	.staff-member-sec .nectar-post-grid .nectar-post-grid-item {
		padding-bottom: 30px !important;
	}
	.contact-widget {
		bottom: 30px;
		right: 40px;
	}
	.one-fourths.span_3, .one-fourths.vc_col-sm-3:not([class*=vc_col-xs-]), .one-fourths.vc_span3 {
		width: 50% !important;
	}
	body .container-wrap .wpb_row[data-column-margin="40px"]:not(.full-width-section):not(.full-width-content):not(:last-child) {
		margin-bottom: 0;
	}
	.single-post-banner__title {
		font-size: 80px;
		margin: 0 auto;
	}
	.single-post-header-content__inner {
		max-width: 88% !important;
		padding-bottom: 20px !important;
	}
	section.single-post-header-image img.single-post-header-image__img.wp-post-image {
		height: 500px !important;
		margin-bottom: 40px !important;
	}
	.line-circle-top-sec .vc_col-sm-6 {
		margin: 0 !important;
		padding: 0 !important;
	}
	.home-hero-section .line-circle-top-sec .row_col_wrap_12_inner.col.span_12.left:before,
	.home-hero-section .line-circle-top-sec .row_col_wrap_12_inner.col.span_12.left:after {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.post-popup-content {
		top: 0px;
	}
	.popup-content {
		height: 350px;
	}
	.footer-links-sec .footer-main-width-sec .vc_col-sm-6,
	.footer-links-sec .footer-secound-row .vc_col-sm-6,
	.footer-links-sec .footer-secound-row .vc_col-sm-4,
	.footer-links-sec .footer-main-width-sec .vc_col-sm-2{
		width: 100% !important;
	}
	.footer-links-sec .nectar-responsive-text {
		margin-bottom: 10px !important;
	}
	.contact-widget .contact-widget-toggle .contact-toggle-text, .contact-widget  .contact-header p {
		font-size: 16px;
	}
	.contact-widget .contact-widget-toggle .contact-toggle-text, .contact-widget  .contact-header p {
		font-size: 16px;
		padding-right: 22px;
	}
	.contact-widget .contact-widget-toggle .contact-toggle-icon {
		right: 10px;
	}
	.contact-widget .contact-widget-toggle {
		gap: 10px;
	}
	.contact-widget .contact-widget-toggle .contact-avatars img, .contact-widget .contact-header img {
		width: 25px;
		height: 25px;
	}
	.contact-widget .contact-widget-toggle .contact-toggle-icon svg {
		width: 12px;
		height: 12px;
	}
	.contact-widget .contact-role {
		font-size: 14px;
		line-height: 24.4px;
		padding-top: 3px;
	}
	.contact-widget .contact-links a {
		gap: 8px;
		font-size: 12px;
	}
	.contact-widget {
		bottom: 10px;
		right: 20px;
		min-width: 190px;
	}
	body .container-wrap .wpb_row[data-column-margin="40px"]:not(.full-width-section):not(.full-width-content):not(:last-child) {
		margin-bottom: 0;
	}	
	.nectar-menu-label {
		font-size: 16px;
	}
    .custom-title {
        bottom: 20px;
        left: 10px;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
    }
}


@media screen and (max-width: 690px) {
	.side-circle-line-sec .row_col_wrap_12:before,
	.side-circle-line-sec .row_col_wrap_12:after {
		left: 10px;
	}
	.home-hero-section .row_col_wrap_12.col.span_12.dark.left:after {
		top: 48.5% !important;
	}
	.pfa-read-btn-sec {
		margin-top: 30px !important;
	}
	.news-section .nectar-post-grid .nectar-post-grid-item {
		padding-left: 20px;
		padding-right: 20px;
		border: 0 !important;
	}
	.news-section  .nectar-post-grid .nectar-cta {
		margin-top: 30px;
	}
	.news-section button.flickity-button.flickity-prev-next-button {
		bottom: -57px !important;
	}
	.footer-links-sec .nectar-responsive-text.font_size_desktop_12px {
		margin: 0 !important;
	}
	.news-section .nectar-post-grid .nectar-post-grid-item.animated-in.is-selected:nth-child(even) {
		border-right: 0 !important;
		border: 0 !important;
	}
	
	.services-toggle-sec div[data-style="minimal"] .toggle > .toggle-title i:after,
	.meet-team-accordion div[data-style="minimal"] .toggle > .toggle-title i:after {
		content: " ";
		top: 5px;
		left: 19px;
		width: 1px;
		margin-left: 0px;
		height: 20px;
	}
	.services-toggle-sec div[data-style="minimal"] .toggle > .toggle-title i:before,
	.meet-team-accordion div[data-style="minimal"] .toggle > .toggle-title i:before {
		content: " ";
		top: 16px;
		left: 10px;
		margin-top: -2px;
		width: 20px;
	}
	.service-page-hero-sec .wpb_wrapper h1 {
		margin: 0 !important;
		font-size: 55px !important;
	}
	html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container {
		bottom: 20px !important;
		right: 20px !important;
	}
	.pum-container .pum-content p.popmake-85.pum-trigger {
		font-size: 20px;
		padding-bottom: 8px !important;
	}
	a.wp-block-button__link.wp-element-button {
		font-size: 14px;
	}
	.about-us-section-sec .row-bg:after {
		width: 16px;
		height: 16px;
		left: 95%;
	}
	.post-popup-content {
		padding: 30px;
	}
	.staff-member-sec .nectar-post-grid-item .nectar-post-grid-item-bg {
		height: 350px !important;
	}
	.about-us-section-sec .row-bg:before {
		left: 95%;
	}
	.news-blog-sec .nectar-post-grid-item-bg {
		height: 260px !important;
	}
	.news-blog-sec .load-more-wrap {
		margin: 0 !important;
		margin-top: 20px !important;
	}
	.news-blog-sec .nectar-post-grid  .item-main {
		min-height: 210px;
	}
	.news-blog-sec .item-main .nectar-post-grid-item__excerpt-wrap span.meta-excerpt {
		margin-top: 10px;
	}
	.nectar_video_lightbox svg {
		width: 45px !important;
		height: 45px !important;
	}
	.custom-margin-responsive .row_col_wrap_12_inner.col.span_12.left {
		row-gap: 10px;
	}
	.custom-margin-responsive .nectar-cta {
		margin-top: 30px !important;
	}
	.custom-margin-responsive .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img {
		height: 73px;
	}
	.one-fourths.span_3, .one-fourths.vc_col-sm-3:not([class*=vc_col-xs-]), .one-fourths.vc_span3 {
		width: 50% !important;
		padding: 0 10px !important;
		margin-bottom: 20px !important;
	}
	.single-post-banner__title {
		font-size: 50px;
		margin: 0 auto;
	}
	.single-post-banner__divider {
		margin: 30px auto 30px auto;
	}
	.single-post-banner {
		min-height: 360px;
		margin-bottom: 30px !important;
	}
	.flip-box-front, .flip-box-back {
		min-height: 250px !important;
	}
	section.single-post-header-image img.single-post-header-image__img.wp-post-image {
		height: 400px !important;
	}
}

@media screen and (max-width:470px) {
	.flip-box-front, .flip-box-back {
		min-height: 180px !important;
	}
}

@media screen and (max-width:400px) {
	.footer-links-sec .nectar-responsive-text h1 {
		font-size: 87px !important;
	}
	
}


@media screen and (max-width:370px) {
body .row .col.section-title h1, body h1, html body .row .col.section-title.span_12 h1, body.single.single-post .row .col.section-title.span_12 h1, #page-header-bg .span_6 h1, #page-header-bg.fullscreen-header .span_6 h1, body .featured-media-under-header h1, .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2, [data-inherit-heading-family="h1"] {
    font-size: 89px;
    line-height: 74px;
}
}







