@font-face {
    font-family: 'ppneuemontreal-medium';
    src: url('../fonts/ppneuemontreal-medium.otf') format('woff2'),
        url('../fonts/ppneuemontreal-medium.otf') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display:swap;

}

@font-face {
    font-family: 'ppneuemontreal-thin';
    src: url('../fonts/ppneuemontreal-thin.otf') format('woff2'),
        url('../fonts/ppneuemontreal-thin.otf') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ppneuemontreal-bold';
    src: url('../fonts/ppneuemontreal-bold.otf') format('woff2'),
        url('../fonts/ppneuemontreal-bold.otf') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display:swap;

}

@font-face {
    font-family: 'NeueMontreal-Regular';
    src: url('../fonts/ppneuemontreal-book.otf') format('woff2'),
        url('../fonts/ppneuemontreal-book.otf') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display:swap;

}

@font-face {
    font-family: 'NeueMontreal-Light';
    src: url('../fonts/NeueMontreal-Light.otf') format('woff2'),
        url('../fonts/NeueMontreal-Light.otf') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    color: #09111c;
    font-family: 'NeueMontreal-Regular';
    font-size: var(--body-size);
    font-weight: 400;
    line-height: 35px !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'ppneuemontreal-bold';
}

.heading {
    color: var(--black);
    font-family: 'ppneuemontreal-bold';
    font-size: var(--heading-size);
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.bitter {
    font-family: Bitter;
}

.space-pd {
    padding: 110px 0;
}

.space-mr {
    margin: 110px 0;
}

.space-mt {
    margin-top: 110px;
}

.space-mb {
    margin-bottom: 110px;
}

.space-pt {
    padding-top: 110px;
}

.space-pb {
    padding-bottom: 110px;
}

/********************Header***********************/
.main-header-top,
.main-header-top * {
    background: #051F38;
    color: #fff;
}

.main-header-top {
    padding: 5px 0px;
}

.main-header-top .social-media ul li svg,
.main-header-top .social-media ul li img {
    width: 18px;
    height: 18px;
}

.main-header-top .social-media ul li a {
    line-height: 1;
    height: 37px;
    width: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.main-header-top .social-media ul li svg path {
    fill: #fff;
}

.main-header-top .row {
    display: flex;
    justify-content: space-between;
}

.main-header-top .social-media {
    width: 100%;
    max-width: 350px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.main-header-top .call-us-today {
    width: 100%;
    max-width: 500px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-transform: uppercase;
}

.main-header-top .social-media ul {
    margin: 0;
    padding: 0;
}

.header-search svg {
    position: relative;
    line-height: normal;
    top: -3px;
}

.main-header-top .social-media ul li {
    display: inline-block;
    margin-right: 15px;
}

.main-header-top .call-us-today .header_phone_text {
    font-weight: 300;
    margin-right: 5px;
    background-image: url(../img/call.svg);
    background-position: 0 center;
    background-repeat: no-repeat;
    padding-left: 22px;
}

.main-header-wrap .header-logo {
    width: 100%;
    max-width: 15%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -1px;
}

.main-header-wrap .header-logo svg {
    width: 100%;
    max-width: 150px;
    padding-top: 5px;
}

.main-header-wrap .header_menu_apply {
    width: 100%;
    max-width: 85%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-header-wrap .header-menu-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}

.main-header-wrap .header-menu-wrap>ul {
    position: relative;
}

.main-header-wrap .header-menu-wrap>ul:after {
    content: '';
    content: '';
    background: #0000004D;
    position: absolute;
    right: 0;
    top: -4px;
    bottom: 0;
    width: 1px;
    height: 18px;
    margin: auto;
}

.call-us-today .button {
    padding: 15px 25px;
}

.search-icon.global-search svg {
    height: 15px;
    width: 15px;
    margin-top: 2px;
    cursor: pointer;
}

.team-connect-section {
    margin-top: 120px !important;
}

.google_review_wrap .ti-widget.ti-goog .ti-review-item>.ti-inner,
.google_review_wrap .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
    background-color: #fff !important;
    border: 1px solid #D7D7D7 !important;
}

.main-header-wrap .header-menu-wrap>ul {
    margin-right: 10px;
}

.border_button {
    background-color: transparent;
    border: 1px solid #0B223F;
}

.border_button:hover {
    background-color: var(--orange) !important;
    border: 1px solid var(--orange) !important;
}

/***********Banner**********/
.home-page-banner {
    width: 100%;
    /* height: 950px; */
    position: relative;
    /* max-height: 950px; */
    overflow: hidden;
    padding-top: 82px;
    height: calc(100vh);
}

.home-page-banner .image {
    position: absolute;
    top: 35px;
    height: calc(100% - 35px);
}

.footer_contact_email a {
    color: var(--orange);
    font-size: 16px;
    transition: all 0.8s ease;
    font-family: 'NeueMontreal-Regular';
}

.footer_contact_email {
    display: flex;
    grid-column-gap: 20px;
    margin: 25px 0 30px 0;
    flex-direction: column;
}

.footer_contact_email a:hover {
    color: #fff;
}

.home-page-banner .image img {
    width: 100%;
    height: auto;
    display: block;
}

.home-page-banner .row {
    align-items: center;
    height: 100%;
}

.home-page-banner .container {
    height: 100%;
}

.home-page-banner .banner_heading {
    font-size: 64px;
    font-family: 'ppneuemontreal-bold';
    line-height: normal;
    margin: 5px 0px;
}

.banner_top_heading {
    font-size: 16px;
    font-family: 'ppneuemontreal-bold';
    letter-spacing: 1px;
}

.home-page-banner .banner_content {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 15px;
}

.home-page-banner .banner-content-wrap {
    padding: 15px 50px 60px 60px;
}

.small_container {
    width: 92%;
    margin: 0 auto;
    height: 100%;
}

.small_container {
    width: 92%;
    margin: 0 auto;
}

.home-page-banner .small_container:before {
    content: '';
    position: absolute;
    height: calc(100% - 35px);
    width: 60%;
    background-color: #f2f1eb;
    left: 0;
    clip-path: polygon(0% 0%,
            /* top-left */
            100% 0%,
            /* top-right */
            100% 100%,
            /* bottom-right */
            8% 100%,
            /* cut inward */
            0% 91%
            /* before bottom-left */
        );
    z-index: -1;
}

.google_review_wrap svg {
    width: 120px;
    height: auto;
}

/*************Footer****************/
footer {
    padding-top: 70px;
    /* border-top: 1px solid #f2f2f2; */
    background-color: var(--blue);
}

ul#menu-quick-links li a {
    color: white;
    font-size: 16px;
    line-height: 30px;
    font-family: 'NeueMontreal-Regular';
    transition: all 0.8s ease;
}

ul#menu-quick-links {
    column-count: 2;
    padding-left: 0;
}

footer .column-2 ul {
    display: inline-block;
    padding: 20px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.address span {
    color: white;
    font-size: 16px;
    font-family: 'NeueMontreal-Regular';
}

footer .column-2 ul li {
    display: inline-block;
    padding: 0px 20px;
}

.footer-nap-row {
    display: flex;
    grid-column-gap: 100px;
}

.footer-logo img {
    width: 330px;
    height: auto;
}

.footer-logo {
    display: block;
    margin-bottom: 30px;
}

.quick_link_menu_title {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'ppneuemontreal-medium';
    letter-spacing: 3px;
    margin-bottom: 25px;
}

ul#menu-quick-links li {
    margin-bottom: 15px;
}

footer .column-2 ul li a,
.social-icons a {
    color: var(--dark-Blue, #051F38);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.footer-social ul li a,
.social-icons a {
    background-color: #03102B;
    height: 60px;
    width: 60px;
}

.footer-social ul li svg path,
.social-icons a svg path {
    fill: white;
}

.footer-social ul {
    display: inline-block;
}

.footer-social ul li {
    display: inline-block;
}

.footer-social ul li svg,
.social-icons a svg {
    width: 20px;
    height: 20px;
}

a.direction-link,
.phone a {
    font-size: 16px;
    transition: all 0.8s ease;
    font-family: 'NeueMontreal-Regular';
}

.footer-social ul li a,
.social-icons a {
    border: 1px solid var(--blue);
    padding: 10px;
    margin-right: 15px;
    transition: 0.8s;
}

.ti-widget.ti-goog .ti-widget-container {
    margin-bottom: 0;
}

.footer-social ul {
    padding: 0;
}

.footer-social ul li a:hover,
.social-icons a:hover {
    background-color: var(--orange);
}


.footer-social ul li:hover a svg path,
.social-icons a svg path {
    fill: #fff;
}


ul#menu-quick-links li a:hover,
a.direction-link:hover,
.phone:hover a,
.copyright-privacy ul#menu-privacy-policy li a:hover {
    color: var(--orange) !important;
    font-family: 'NeueMontreal-Regular';

}

.footer-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

footer .column-3 {
    padding: 30px 0px;
}

footer .footer-copyright {
    padding: 5px 0px;
    line-height: 1.5;
    font-size: 15px;
    color: white;
}

footer .column-2 ul .current-menu-item>a {
    position: relative;
}

.copyright-text {
    display: flex;
}

footer .column-2 ul .current-menu-item>a:after {
    content: '';
    position: absolute;
    background: var(--blue);
    left: 0;
    right: 0;
    bottom: -2px;
    width: calc(100% - 10px);
    height: 1px;
    margin: auto;
}

/*******************************/
.home_donation {
    text-align: center;
}

.home_donation .section_loop_data-wrap {
    display: flex;
    flex-wrap: wrap;
}

.home_donation .section_loop_data-wrap .loop_data {
    width: 100%;
    max-width: 33%;
    position: relative;
}

.home_donation .btn-wrap {
    justify-content: center;
    margin-top: 40px;
}

.home_donation .section_loop_data-wrap .loop_data .icon {
    margin: auto;
    width: auto;
    display: inline-block;
    border: 1px solid var(--blue);
    padding: 60px;
    border-radius: 50%;
    position: relative;
}

.home_donation .section_loop_data-wrap .loop_data .icon:after {
    content: '';
    background-color: var(--blue);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    opacity: 0.1;
    width: 85%;
    height: 85%;
    margin: auto;
}

.home_donation .section_loop_data-wrap .loop_data .icon svg {
    width: 100px;
    height: 100px;
}

.home_donation .section_loop_data-wrap .loop_data .icon-line:before {
    content: '';
    background-image: url(../img/line.svg);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    right: -270px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    top: 2px;
    transform: rotate(2deg);
}

.home_donation .section_loop_data-wrap .loop_data .icon-line {
    position: relative;
    margin-bottom: 30px;
}

.home_donation .section_loop_data-wrap .loop_data:last-child .icon-line:before {
    display: none;
}

.home_donation {
    background-image: url(../img/danate.webp);
    background-color: #f2f2f2;
}

.loopheading {
    color: #000;
    text-align: center;
    font-family: Bitter;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.home_donation .section_loop_data-wrap .loop_data .content {
    margin-top: 10px;
}

.home-blogs .description {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

/*******************/
.home_about .image-border img {
    width: 100%;
    max-width: 620px;
}

/******************************/
.home-blogs .blog-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #ccc;
}

.home-blogs .post-image-box {
    width: 100%;
    max-width: 40%;
    padding-right: 45px;
}

.home-blogs .post-content-box {
    width: 100%;
    max-width: 60%;
}

.home-blogs .post-image-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 0 0;
    box-shadow: 0px 0px 15px 5px #f2f2f2;
}

.home-blogs .post-title a,
.home-blogs .post-title {
    color: var(--dark-Blue, #051F38);
    font-family: Bitter;
    font-weight: 400;
    text-transform: capitalize;
    line-height: normal;
}

.home-blogs .blog_desc {
    padding: 10px 0px;
}

.home-blogs .button-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*******************/
.home_contact_us .header_phone_text {
    color: var(--grey, #5D5D5D);
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6.38px;
    text-transform: uppercase;
}

.home_contact_us .header_phone_number {
    color: var(--Blue, #048);
    font-size: 33px;
    font-weight: 400;
    line-height: 1;
}

.home_contact_us {
    background-image: url(../img/contact.webp);
    background-color: #f2f2f2;
}

/*********************Contact us page********************/
.contact_information * {
    color: #fff;
}

.contact_information img,
.contact_information svg {
    height: 17px;
    width: 17px;
}

.contact_information svg path {
    fill: #fff;
}

.contact_us_page .contact_information .heading {
    font-size: 35px;
    margin-bottom: 20px;
}

.contact_us_page .contact_information {
    background: #0C4A89;
    padding: 15px 25px;
    text-transform: uppercase;
    height: 100%;
    padding-top: 75px;
    width: 100%;
}

.contact_us_page .contact_information .address-wrapper {
    background-image: url(../img/location.svg);
    background-repeat: no-repeat;
    background-position: 0 6px;
    background-size: 25px;
    padding-left: 30px;
    margin-bottom: 25px;
}

.contact_us_page .contact_information .phone_number {
    background-image: url(../img/phone.svg);
    background-repeat: no-repeat;
    background-position: 0 6px;
    background-size: 22px;
    padding-left: 30px;
    margin-bottom: 25px;
}

.contact_us_page .contact_information .timing {
    background-image: url(../img/time.svg);
    background-repeat: no-repeat;
    background-position: 0 6px;
    background-size: 22px;
    padding-left: 30px;
    margin-bottom: 25px;
}

.contact_us_page .form-area {
    padding: 40px 40px;
}

.contact_us_page .contact_information_wrap {
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 33.33333333%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_information ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.contact_information ul li {
    padding-right: 15px;
    padding-left: 15px;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border-radius: 50%;
}

.contact_information ul>li>a {
    line-height: 1;
}

.contact_information .get_direction a {
    text-transform: capitalize;
    text-decoration: underline;
}

.contact_us_page .form-area .submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

.contact_us_page .shadow {
    position: relative;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.contact_us_page.common-pd {
    padding-bottom: 0;
    z-index: 1;
    position: relative;
}

.contact_us_map {
    position: relative;
    margin-top: -150px;
    z-index: -1;
}

.contact_us_map .map-wrap iframe {
    height: 500px;
    width: 100%;
}

/********************/
.what-we-do-page .heading {
    margin-bottom: 30px;
}

.what-we-do-page .default-content {
    padding-right: 25px;
}

/******************/



/******************/

.get-involve-page .default-content {
    text-align: center;
}

.get-involve-page .btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.get-involve-page .image-wrap img {
    width: 100%;
    max-width: 550px;
    margin-left: 0;
    padding-left: 20px;
}

/**************/

.testimonials-page .testimonials-wrap {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.testimonials-page .testimonials-wrap .testimonials-loop {
    width: 50%;
    padding: 0px 15px;
    position: relative;
    margin-bottom: 40px;
}

.testimonials-page .testimonials-wrap .testimonials-loop a {
    position: relative;
    display: flex;
    border: 1px solid #084575;
    align-items: center;
    justify-content: center;
}

/*.testimonials-page .testimonials-wrap .testimonials-loop a:hover {
    transform: scale(1.02);
}*/

.testimonials-page .testimonials-wrap .testimonials-loop img {
    padding: 20px;
    height: 400px;
    object-fit: cover;
    object-position: top center;
    width: 100%;
    transition: 0.5s;
}

.testimonials-page .testimonials-wrap .testimonials-loop:hover img {
    transform: scale(1.05, 1.075);
}

.testimonials-page .testimonials-wrap .testimonials-loop svg.quotes {
    position: absolute;
    top: -15px;
    left: 60px;
    width: 30px;
    height: 30px;
    background: #fff;
}

.testimonials-page .testimonials-wrap .testimonials-loop svg.play {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 50px;
    height: 50px;
}

.testimonials-page div#load-more-testimonial {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 80px;
}

.button:hover {
    background: transparent;
    border: 1px solid var(--blue);
}

.button {
    cursor: pointer;
}

/**************Memories***************/
.memories-page .first-child {
    width: 100%;
}

.memories-page .other-child {
    width: 33%;
}

.memories-page .memories-loop .video svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 100px;
}

.memories-page .memories-loop .video {
    position: relative;
    display: block;
}

.memories-loop a {
    overflow: hidden;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    display: block;
}

.memories-page .other-child img,
.memories-page .first-child img {
    width: 100%;
    transition: 0.5s;
    overflow: hidden;
}

.memories-loop a img:hover {
    transform: scale(1.2);
}

.memories-page .container {
    width: 100%;
    max-width: 1200px;
}

.memories-page .other-child,
.memories-page .first-child {
    margin-bottom: 10px;
}

.memories-page h2 {
    text-align: center;
}

.memories-page .btn-wrap {
    justify-content: center;
}

/********************************/

/********************************/
.team-single-page {
    padding-top: 20px !important;
}

.team_page .team-data-wrap a {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    flex-flow: column;
    transition: 0.5s ease all;
}

.team_page .team-data-wrap a:after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    width: 100%;
    height: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.team_page .team-data-wrap {
    padding: 35px 25px;
}

.team_page .team-data-wrap a:hover {}

.team_page .team-data-wrap img {
    height: auto;
    width: 100%;
}

.team_page .team-data-wrap a .teamcontent {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 5px 40px;
    z-index: 1;
}

.team_page .team-data-wrap a .teamcontent h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
}

.team_page .team-data-wrap a:hover img {
    transform: scale(1.05);
}

.team_page .team-data-wrap a img {
    transition: 0.5s;
}

.team_page .team-data-wrap * {
    color: #fff;
}

.team_page {
    padding-top: 0px;
}

.team_page .team-data-wrap a .teamcontent .get_the_content {
    display: none;
}

.team_page .team-data-wrap a:hover .get_the_content {
    display: block;
}

.team_member_more_description {
    margin-top: 20px;
}

.history-page-about .content-area {
    color: #fff;
    padding-left: 50px;
}

.history-page-about {
    height: 100%;
    max-height: 600px;
    display: flex;
    align-items: flex-end;
}

/********************/

.inner-banner-sub-heading {
    color: var(--blue, #048);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}

.nav-menu ul li > .sub-menu li.current-menu-item > a {
    color: var(--orange) !important;
    /* border: none; */
    background-color: white;
}

.nav-menu ul li .sub-menu li a:hover {
    color: var(--orange) !important;
    /* border: none; */
    background-color: white;
}

.nav-menu>ul .sub-menu {
    padding-bottom: 20px;

}

/* li#menu-item-5651 .sub-menu {
    clip-path: polygon(0% 0%,
            100% 0%,
            100% 100%,
            10% 100%,
            0% 88%
        );
} */

ul#menu-main-menu li a:hover {
    /* color: white !important; */
}

/* li#menu-item-5638 .sub-menu {

    clip-path: polygon(0% 0%,
            100% 0%,
            100% 100%,
            11% 100%,
            0% 93%
        );
} */

/**************/

.copyright-privacy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #FFFFFF33;
    padding: 35px 0;
    margin-top: 20px;
}

.copyright-privacy ul#menu-privacy-policy,
.copyright-privacy p {
    margin: 0;
}

.copyright-privacy ul#menu-privacy-policy li {
    /* margin-left: 30px; */
}

.copyright-privacy ul#menu-privacy-policy li a {
    color: white;
    transition: all 0.8s ease;
    text-decoration: underline;
}

.footer_description p {
    font-size: 16px;
    font-family: 'NeueMontreal-Regular';
}

.footer_description {
    padding-right: 55px;
}

.copyright-privacy ul#menu-privacy-policy {
    display: flex;
    padding-left: 0px;
    grid-column-gap: 30px;
}

.footer-social ul {
    margin-bottom: 0;
}

/******************/
.nav-menu>ul>li>a,
.call-us-today .button {
    font-family: 'ppneuemontreal-medium';
}


.get-involve-page .content-wrap {
    padding: 20px;
}

.main-header-wrap .header-logo {
    padding-top: 10px;
}

.header-container {
    width: 98%;
    margin: 0 auto;
}

.home-page-banner .image:before {
    content: '';
    position: absolute;
    height: 181px;
    width: 432px;
    background-image: url(../img/banner_img_pattern.png);
    bottom: 0px;
    right: 0;
    z-index: 1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* ---------------------------Award Section---------------------------- */
.awards-section {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 20px;
    padding-top: 80px;
    border-top: 1px solid #00000026;
    margin-top: 80px;
}

.award-item .award_inner_wrap {
    border: 1px solid #00000026;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    height: 100%;
}

.award-item img {
    width: 100%;
    object-fit: contain;
}

/* ---------------------------How can an employment lawyer help you? Section---------------------------- */

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em;
}

.note p {
    font-size: 14px;
    color: white;
    font-family: 'NeueMontreal-Regular';
}

.form_content_wrapper {
    background-color: #F2F1EB;
    padding: 40px 45px;
}

.form_content_wrapper {
    background-color: #F2F1EB;
    padding: 40px 45px;
    display: block;
    clip-path: polygon(0% 0%,
            /* top-left */
            100% 0%,
            /* top-right */
            100% 100%,
            /* bottom-right */
            9% 100%,
            /* cut inward */
            0% 94%
            /* before bottom-left */
        );
}

.employment_help_section {
    background-color: var(--blue);
}

span.wpcf7-list-item-label {
    color: white;
    margin-left: 10px;
    font-family: 'NeueMontreal-Regular';
}

.white_border:hover {
    color: var(--blue);
    border: 1px solid white;
    background-color: white;
}

.left_gap_wrapper {
    padding-left: 50px;
}

.right_gap_wrapper {
    padding-right: 50px;
}

.choose_us .content_wrap ol {
    padding-left: 12px;
}

.choose_us .content_wrap ol li::marker {
    font-weight: 400;
    font-family: 'ppneuemontreal-bold';
}

/* ---------------------------Card Section---------------------------- */

.card-item-wrap {
    background-color: #F2F1EB;
    height: 100%;
    padding: 45px 0 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* .left_img_content a {
    color: white;
    text-decoration: underline;
}
.left_img_content a:hover {
    text-decoration: none;
} */
 .connect_img {
    margin-top: 30px;
}
.link {
    text-align: right;
}

.link a {
    background-color: var(--orange);
    height: 50px;
    width: 50px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--orange);
    transition: all 0.8s ease;
}

.testimonial_text {
    font-size: 22px;
}

.link a:hover {
    border: 1px solid var(--blue);
    background-color: transparent;
}

.fs_img img {
    display: block;
}

.card-item-wrap p,
.card_title {
    padding-right: 30px;
}

h5.card_title {
    margin-bottom: 15px;
}

.choose_us {
    background-color: var(--blue);
    clip-path: polygon(5% 0%,
            /* cut inward */
            100% 0%,
            /* top-right */
            100% 100%,
            /* bottom-right */
            0% 100%,
            /* bottom-left */
            0% 11%
            /* before top-left */
        )
}

.content_wrap ol li {
    color: white;
    margin-bottom: 15px;
    list-style: decimal;
    font-family: 'NeueMontreal-Regular';
}

.content_wrap ol li:last-child {
    margin-bottom: 0;
}

/* ---------------------------Connect Section---------------------------- */
.connect_section {
    background-color: var(--orange);
}

.connect_section {
    background-color: var(--orange);
}

.connect_img img {
    display: block;
    position: relative;
    top: -75px;
}

.white_button {
    background-color: white;
    border: 1px solid white;
    text-transform: capitalize;
}

.white_border_button {
    border: 1px solid white;
    color: white;
}

.white_border_button:hover {
    background-color: white;
    color: var(--blue);
    border: 1px solid white;
}

.button_wrapper {
    grid-column-gap: 20px;
}

.connect_section p {
    color: white;
}

.wanta_section .row {
    background-color: var(--blue);
}

.wanta_section .row p {
    color: white;
}

.wanta_section img {
    display: block;
}

.wanta_section {
    background-color: #F2F1EB;
    clip-path: polygon(0% 0%,
            /* top-left */
            100% 0%,
            /* top-right */
            100% 93%,
            /* before bottom-right */
            96% 100%,
            /* cut inward */
            0% 100%
            /* bottom-left */
        );
}

.wanta_section .row {
    margin: 0 0px;
}

.borderbottom {
    border-bottom: 1px solid #00000026;
}

.map-iframe iframe {
    width: 100%;
    display: block;
    height: 700px;
}

.outer_container {
    width: 94%;
    margin: 0 auto;
}

.row-bt-padding {
    padding: 65px 0;
}

/* ---------------------------Flexible Section---------------------------- */

.image-right .row {
    flex-direction: row-reverse;
}

.areas_row {
    border-top: 1px solid #00000026;
}

.expect-image a.html5lightbox {
    position: relative;
    height: 100%;
    display: flex;
}

.expect-image a.html5lightbox .video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.expect-image a.html5lightbox:hover svg {
    transform: scale(1.05);
}

.expect-image a.html5lightbox .video-play-icon svg {
    width: 85px;
    height: 85px;
    transition: all .5s ease;
}

.video-play-icon svg {
    width: 80px;
    height: 80px;
    transition: all .5s ease;
}

.video-section {
    position: relative;
}

.video-section:after {
    content: '';
    position: absolute;
    height: 534px;
    width: 119px;
    background-image: url(../img/video_bg_pattern.png);
    bottom: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    z-index: -1;
}

.expect-image a.html5lightbox img {
    width: 100%;
}

.video-section:before {
    content: '';
    position: absolute;
    height: 95%;
    width: 100%;
    background-color: #F2F1EB;
    bottom: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(0% 0%,
            /* top-left */
            100% 0%,
            /* top-right */
            100% 92%,
            /* before bottom-right */
            96% 100%,
            /* cut inward */
            0% 100%
            /* bottom-left */
        );
}



.testimonial_wrap svg {
    min-width: 66px;
    min-height: 55px;
    margin-top: 6px;
}

.testimonial_wrap {
    grid-column-gap: 50px;
    background-color: white;
    padding: 85px 110px;
    margin-bottom: 50px;
}

.writer_name {
    font-size: 22px;
    margin-top: 25px;
    position: relative;
    padding-left: 15px;
}

.choose_us.space-mr .row {
    width: 98%;
    margin: 0 auto;
}

.writer_name:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: var(--orange);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.choose_us p,
.layout-one p,
.layout-two p {
    color: white;
}

.layout-one {
    position: relative;
}

.layout-one:before {
    content: '';
    position: absolute;
    height: 79%;
    width: 100%;
    background-color: var(--orange);
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: auto;
}

.form-one-wrap {
    background-color: #F2F1EB;
    padding: 30px;
}

.form-two-wrap {
    padding: 30px;
    position: relative;
}

.form-one-wrap p,
.form-one-wrap span.wpcf7-list-item-label,
.form-two-wrap span.wpcf7-list-item-label,
.form-three-wrap span.wpcf7-list-item-label,
.form-five-wrap span.wpcf7-list-item-label {
    color: #000000;
}

.form-section .form-control {
    background-color: white;
}

.layout-two {
    /* background-color: var(--blue); */
    position: relative;
}

.layout-two:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    background-color: var(--blue);
    z-index: -1;
}

.check_box .form-group {
    margin-bottom: 0;
}

.layout-two:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: white;
    right: 0;
    top: 0;
}

.layout-three {
    background-color: #F2F1EB;
    clip-path: polygon(0% 0%,
            /* top-left */
            100% 0%,
            /* top-right */
            100% 92%,
            /* before bottom-right */
            96% 100%,
            /* cut inward */
            0% 100%
            /* bottom-left */
        );
}

.layout-three {
    background-color: #deddd7;
}

.form-four-wrap {
    background-color: var(--orange);
    padding: 45px;
    margin-top: 25px;
}

.form-four-wrap .button {
    width: 100%;
}

.layout-four {
    position: relative;
}

.layout-four:before {
    content: '';
    position: absolute;
    height: 64%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #F2F1EB;
    z-index: -1;
}

.page-template-template-flexible img {
    width: 100%;
}

.row.team_page_listing .h2 {
    margin-bottom: 40px;
}

.team_page_listing {
    grid-row-gap: 25px;
}

.team_page {
    background-color: #F2F1EB;
}

.team-post-image img {
    background-color: #ffffff4d;
}

.team-post-image img {
    display: block;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    height: 440px;
    object-fit: cover;
    object-position: top;
}

.team-post-image:hover img {
    transform: scale(1.1);
}

.team-post-image {
    overflow: hidden;
}

.heading_content_section {
    background-color: #F2F1EB;
    clip-path: polygon(0% 0%,
            /* top-left */
            100% 0%,
            /* top-right */
            100% 100%,
            /* bottom-right */
            4% 100%,
            /* cut inward bottom-left */
            0% 80%
            /* before bottom-left */
        );
}

.heading_content_section p {
    font-size: 22px;
}

.form-two-wrap p {
    color: #000;
}

.content_section ol,
.content_section li,
.description ol,
.description li {
    list-style: none;
    position: relative;
    padding-left: 30px;
}

.content_section li:before,
.description ol li:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 17px;
    background-color: var(--orange);
    top: 16px;
    left: 0;
}

.content_section h4,
.content_section h3,
.content_section h2 {
    margin-top: 40px;
}

.breadcrumbs-block {
    background-color: #f2f1eb;
    padding: 5px 0;
}

div#breadcrumbs a:hover {
    color: var(--orange);
}

.basic_info_section a {
    font-family: 'ppneuemontreal-bold';
    color: inherit;
    /* default color rakhiye */
    transition: color 0.5s ease-in-out;
    /* smooth hover effect */
}

.basic_info_section a:hover {
    color: var(--orange);
    /* border: 1px solid var(--orange); */
}

.social-icons a svg {
    margin-bottom: 3px;
}

.social-icons a:hover {
    border: 1px solid var(--orange);
}

.img_wrapper img {
    float: left;
    width: 45%;
    margin: 0 55px 10px 0px;
    display: flex;
    background-color: #ffffff4d;
}

p.designation {
    color: var(--orange);
    font-family: 'ppneuemontreal-medium';
    text-transform: uppercase;
}

.accordion-button:not(.collapsed) {
    color: var(--orange);
    background-color: transparent;
    box-shadow: none;
    border-top: 1px solid #dee2e6;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-top: 1px solid #dee2e6;
}

.accordion-button:not(.collapsed) {
    color: var(--orange);
    background-color: transparent;
    box-shadow: none;
    border-top: 1px solid #dee2e6;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-top: 1px solid #dee2e6;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:focus {
    border-top: 1px solid #dee2e6;
}

button.h4.accordion-button.collapsed {
    border-top: 1px solid #dee2e6;
}

button.h4.accordion-button {
    border-top: 1px solid #dee2e6;
    margin-bottom: 0;
}

.accordion-body {
    padding-top: 0;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125) !important;
    margin-top: 15px;
}

button.accordion-button {
    font-family: 'ppneuemontreal-medium';
    font-size: 20px;
}

.accordion-body ul li {
    list-style: disc;
}

.accordion-button::after {
    content: "+";
    background-image: none;
    color: black;
    font-size: 25px;
    position: absolute;
    right: 20px;
    line-height: 30px;
    top: 12px;
    transform: none;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Noto Sans';
    top: 0;
    bottom: 3px;
    margin: auto;
}

.phone_wrap {
    grid-column-gap: 20px;
}

.basic_info_section {
    background-color: var(--skin);
    clip-path: polygon(0% 0%,
            /* top-left */
            100% 0%,
            /* top-right */
            100% 92%,
            /* before bottom-right */
            96% 100%,
            /* cut inward */
            0% 100%
            /* bottom-left */
        );
}

.accordion-button:not(.collapsed)::after {
    font-size: 40px;
    content: "-";
    background-image: none;
    transform: none;
    color: var(--orange);
    font-family: 'Noto Sans';
    top: 0;
    bottom: 10px;
    margin: auto;
}

.social-icons svg path {
    fill: var(--blue);
    transition: color 0.5s ease-in-out;
}

/* .social-icons svg:hover path {
    fill: var(--orange);
} */

span.breadcrumb_last {
    text-transform: capitalize;
}

.employment_help_section {
    position: relative;
}

.employment_help_section:before {
    content: '';
    position: absolute;
    height: 139px;
    width: 130px;
    background-image: url(../img/pattern-one.svg);
    top: 0;
    left: 0;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.employment_help_section:after {
    content: '';
    position: absolute;
    height: 200px;
    width: 181px;
    right: 0;
    bottom: 0;
    background-image: url(../img/pattern-two.svg);
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.latest_post_section img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.latest_post_outer {
    position: relative;
}

.latest_post_outer:before {
    content: '';
    position: absolute;
    height: 600px;
    width: 150px;
    background-image: url(../img/latest-blog-pattern.svg);
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    left: 0;
    top: 0;
}

.latest_post_section {
    z-index: 1;
    position: relative;
}

.banner_one {
    background-color: var(--skin);
    clip-path: polygon(0% 0%,
            /* top-left */
            100% 0%,
            /* top-right */
            100% 100%,
            /* bottom-right */
            4% 100%,
            /* cut inward */
            0% 92%
            /* before bottom-left */
        )
}

.banner-video-wrap .banner-video {
    width: 100%;
    display: block;
}



.card-section .row {
    grid-row-gap: 24px;
}

.js-error .form-group.note p,
.js-error span.wpcf7-list-item-label {
    color: #000 !important;
}

.thank-you-page a {
    text-decoration: underline;
    transition: color 0.8s ease-in-out;
    /* smooth color change */
}

.thank-you-page a:hover {
    color: var(--orange) !important;
}

.main-header-wrap .header-logo img {
    width: 275px;
    min-width: 275px;
}

.review_row {
    width: 87%;
}

.col_outer {
    display: flex;
    justify-content: flex-end;
}

.wanta_section .content_wrap {
    padding-right: 50px;
    padding-left: 50px;
}

.banner_two {
    height: 550px;
    background-position: top;
}

.banner_two p {
    color: white;
}

.form-four-wrap [type="checkbox"]:checked {
    background-color: var(--skin);
}

.has-overlay {
    position: relative;
}

.has-overlay:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 70%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #0b223f 55%, rgba(11, 34, 63, 0) 89%);
}

.overlay_content {
    position: relative;
}

.video-content-section .testimonial_wrap {
    padding: 0;
}

.video_row {
    position: relative;
}

.video_row:before {
    content: '';
    position: absolute;
    height: 90%;
    width: 100%;
    background-color: var(--blue);
    top: 0;
}

.inner-page-banner:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #00000042;
    top: 0;
    left: 0;
}

.form-two-wrap [type="checkbox"],
.form-two-wrap [type="radio"] {
    border: 1px solid black;
}

.team_name.name:hover {
    color: var(--orange);
}

.team_name.name {
    transition: all 0.8s ease;
    font-size: var(--h6);
    color: var(--heading-color);
    font-family: 'ppneuemontreal-bold';
    line-height: 1.25;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.orange_wrap {
    background-color: var(--orange);
    padding: 62px 30px 65px 30px;
    clip-path: polygon(0% 0%,
            /* top-left */
            100% 0%,
            /* top-right */
            100% 85%,
            /* before bottom-right */
            91% 100%,
            /* cut inward */
            0% 100%
            /* bottom-left */
        );
}

.orange_wrap p {
    color: white;
    margin-bottom: 5px;
}

.review_content_row {
    padding: 0 12px;
}

.banner_main_heading {
    text-transform: uppercase;
    margin-bottom: 14px;
}

.form-one-wrap [type="checkbox"],
.form-one-wrap [type="radio"],
.form-three-wrap [type="checkbox"],
.form-three-wrap [type="radio"],
.form-five-wrap [type="checkbox"],
.form-five-wrap [type="radio"] {
    border: 1px solid black;
}

div#breadcrumbs,
div#breadcrumbs span {
    text-transform: capitalize;
    position: relative;
    font-size: 15px;
}

span.breadcrumb-sep {
    bottom: 0px;
    font-size: 24px !important;
    left: 1px;
    top: 1px;
    margin: auto;
}

.footer_logo_img {
    width: 330px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
}

.attorney_detail {
    text-align: center;
}

p.designation {
    text-align: center;
}

.questions_section {
    background-color: var(--skin);
    position: relative;
}

.questions_section ul li {
    list-style-type: disc;
}

.questions_section:before {
    content: '';
    position: absolute;
    height: 72%;
    width: 200px;
    background-image: url(../img/pattern-light.svg) !important;
    z-index: 0;
    bottom: 5%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bbg_left_img_content {
    padding: 0 100px;
}

.bbg_row {
    background-color: var(--skin);
    clip-path: polygon(0% 0%,
            /* top-left */
            100% 0%,
            /* top-right */
            100% 100%,
            /* bottom-right */
            4% 100%,
            /* cut inward */
            0% 91%
            /* before bottom-left */
        );
}

.blue_bg_section {
    background-color: var(--blue);
}

.bbg_connect_img img {
    display: block;
}

.blue_bg_section {
    position: relative;
}

.blue_bg_section:before {
    content: '';
    position: absolute;
    height: 163px;
    width: 383px;
    background-image: url(../img/logo-lg-patttern.svg) !important;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 0;
}

.blue_bg_section:after {
    content: '';
    position: absolute;
    height: 262px;
    width: 234px;
    bottom: 0;
    right: 0;
    background-image: url(../img/logo-lg-patttern-br.svg) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.standing_section {
    position: relative;
}

.standing_section:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 70%;
    background-color: var(--skin);
    z-index: -1;
    top: -35px;
    clip-path: polygon(0% 0%,
            /* top-left */
            100% 0%,
            /* top-right */
            100% 100%,
            /* bottom-right */
            6% 100%,
            /* cut inward */
            0% 90%
            /* before bottom-left */
        )
}

.standing_connect_img img {
    display: block;
    width: 100%;
}

.standing_section .button_wrapper {
    margin-bottom: 70px;
}

.hcis_img img {
    display: block;
}

.standing_connect_img {
    position: relative;
}

.standing_connect_img:before {
    content: '';
    position: absolute;
    height: 168px;
    width: 400px;
    background-image: url(../img/wanta-pattern.svg);
    bottom: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    clip-path: polygon(0% 0%,
            /* top-left */
            100% 0%,
            /* top-right */
            100% 100%,
            /* bottom-right */
            4% 100%,
            /* cut inward */
            0% 91%
            /* before bottom-left */
        );
}

.hcis_row {
    background-color: var(--skin);
    clip-path: polygon(0% 0%,
            /* top-left */
            100% 0%,
            /* top-right */
            100% 100%,
            /* bottom-right */
            4% 100%,
            /* cut inward */
            0% 88%
            /* before bottom-left */
        );
}

.hcis_content {
    padding: 35px 50px;
}

.about_section:before {
    background-color: var(--skin);
    clip-path: polygon(0% 0%,
            /* top-left */
            100% 0%,
            /* top-right */
            100% 92%,
            /* before bottom-right */
            96% 100%,
            /* cut inward */
            0% 100%
            /* bottom-left */
        );
    content: '';
    position: absolute;
    height: 95%;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.about_section {
    position: relative;
}

.q_wrap {
    grid-column-gap: 35px;
}

.about_us_wrap {
    flex-direction: column;
    padding-bottom: 0;
    grid-row-gap: 140px;
    position: relative;
}

a.about_us_button {
    position: absolute;
    bottom: 0;
    background-color: #ffcfbc;
    right: 0;
    padding: 31px 71px;
    transition: all 0.8s ease;
}

a.about_us_button:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 53%;
    background-color: var(--orange);
    left: 0;
    bottom: 34%;
    right: 0;
    margin: auto;
}

a.about_us_button:hover {
    color: var(--orange);
}

.about_section .writer_name {
    font-family: 'ppneuemontreal-medium';
    font-size: 20px;
}

.designation_bottom_text {
    font-family: 'NeueMontreal-Regular';
    font-size: 16px;
}

h6.subheading {
    text-transform: uppercase;
    font-family: 'NeueMontreal-Regular';
}

.about_section:after {
    content: '';
    position: absolute;
    height: 70%;
    width: 8%;
    background-image: url(../img/pattern-dark.svg);
    z-index: -1;
    bottom: 5%;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.basic_info_section p.designation {
    text-align: left;
}

.contact-form-sidebar span.wpcf7-form-control.wpcf7-checkbox label {
    align-items: flex-start;
}

.contact-form-sidebar [type="checkbox"],
.contact-form-sidebar [type="radio"] {
    top: 10px;
}

.header-language select {
    width: 145px !important;
}

.full_width_menu .header_menu_apply {
    max-width: 100%;
    justify-content: center;
}

.full_width_menu {
    border-top: 1px solid #00000026;
    padding-top: 8px;
    margin-top: 15px;
}

.blog-detail-page .content-area a {
    font-family: 'ppneuemontreal-medium';
    /* text-decoration: underline; */
    transition: all 0.8s ease;
}

.blog-detail-page .content-area a:hover {
    color: var(--orange);
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: unset;
    clip: unset;
    clip-path: unset;
    height: 25px;
    width: 87%;
    margin: 0px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
    bottom: -32px;
    top: unset;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.home_form {
    position: relative;
}

.home_form .wpcf7 .screen-reader-response p {
    color: white;
}

.screen-reader-response ul {
    display: none;
}

/* .arrow_button {
    background-image: url(../img/button_arrow.svg);
    padding: 15px 25px;
    background-size: 12px !important;
    background-position: center right 27px !important;
    padding-right: 50px;
    background-repeat: no-repeat !important;
}


.arrow_button:hover {
    background-image: url('../img/button_arrow_rotated.svg');
    background-position: calc(100% - 27px) 19px !important;
     background-size: 14px !important;
}
.white_arrow:hover {
    background-image: url(../img/white-rotated-arrow.svg);
      background-position: calc(100% - 27px) 19px !important;
       background-size: 14px !important;
} */
.arrow_button {
    position: relative;
    transition: .3s;
}

.arrow_button:after {
    content: "";
    position: absolute;
    right: 33px;
    top: 53%;
    width: 12px;
    height: 12px;
    background: url('../img/button_arrow.svg') no-repeat center/contain;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
}

.arrow_button:hover:after {
    transform: translateY(-50%) rotate(32deg);
    top: 53%;
}

.arrow_button {
    padding: 15px 55px 15px 35px;
}

.form-group-btn p {
    position: relative;
    display: inline-block;
}

.form-group-btn p:after {
    content: "";
    position: absolute;
    right: 33px;
    top: 53%;
    width: 12px;
    height: 12px;
    background: url('../img/button_arrow.svg') no-repeat center/contain;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
}

.form-group-btn p:hover:after {
    transform: translateY(-50%) rotate(32deg);
    top: 53%;
}

.wpcf7-submit {
    margin-top: 0;
}

.js-error [type="checkbox"],
.js-error [type="radio"] {
    border: 1px solid black;
}

.pa_menu_wrapper ul li {
    /* list-style-type: disclosure-closed; */
}

/* .pa_menu_wrapper ul .activeChild a {
    color: var(--orange);
}

.pa_menu_wrapper ul li a:hover {
    color: var(--orange);
} */
.pa_menu_wrapper ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pa_menu_wrapper ul li a {
    background-color: var(--orange);
    padding: 15px 30px;
    color: white;
    border-top: 1px solid white;
    flex-wrap: wrap;
    display: block;
}

.pa_menu_wrapper ul li a:hover {
    background-color: transparent;
    color: var(--orange);
}

.pa_menu_wrapper .h2 {
    text-align: center;
}

.top_heading {
    font-size: 20px;
    font-family: 'ppneuemontreal-bold';
    margin-bottom: 10px;
}

.listing-image img {
    display: block;
}

.image_content_listing .row {
    grid-row-gap: 30px;
}

a.listing-btn {
    font-family: 'ppneuemontreal-medium';
    text-decoration: underline;
}

a.listing-btn:hover {
    color: var(--orange);
}

.wanta_section .row p {
    color: white;
    font-family: 'NeueMontreal-Regular';
}

.content_section a,
.blog-detail-page .the_content a {
    font-family: 'ppneuemontreal-medium';
    color: black;
    position: relative;
    transition: all 0.8s ease;
}

.content_section a:after,
.blog-detail-page .the_content a:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: var(--orange);
    bottom: 0;
    left: 0;
}

.content_section a:hover,
.blog-detail-page .the_content a:hover {
    color: var(--orange);
}

.broken_link,
a.broken_link {
    text-decoration: none !important;
}

/* 
section.heading_content_outer_section {
    padding-top: 150px !important;
} */

.search_banner .heading_content_section {
    clip-path: polygon(0% 0%,
            /* top-left */
            100% 0%,
            /* top-right */
            100% 100%,
            /* bottom-right */
            3% 100%,
            /* cut inward bottom-left */
            0% 76%
            /* before bottom-left */
        );
}

.banner_one,
.single_blog_banner,
.heading_content_section {
    margin-top: 91px !important;
}

.banner_content_spacing {
    padding-top: 30px;
    padding-bottom: 30px;
}

.single_blog_banner .post-date {
    color: black;
}

.post-category p {
    font-family: 'NeueMontreal-Regular';
    margin-bottom: 20px;
}

.single_blog_banner .post-date {
    color: black;
}

.post-category p {
    font-family: 'NeueMontreal-Regular';
    margin-bottom: 20px;
}

.single_blog_banner {
    position: relative;
}

.single_blog_banner:before {
    content: '';
    position: absolute;
    height: 88%;
    width: 100%;
    top: 0;
    background-color: var(--skin);
    left: 0;
    clip-path: polygon(0% 0%,
            /* top-left */
            100% 0%,
            /* top-right */
            100% 100%,
            /* bottom-right */
            4% 100%,
            /* cut inward bottom-left */
            0% 80%
            /* before bottom-left */
        );
}

.single_blog_banner .row {
    position: relative;
}

.blog_listing_banner {
    clip-path: polygon(0% 0%,
            /* top-left */
            100% 0%,
            /* top-right */
            100% 100%,
            /* bottom-right */
            4% 100%,
            /* cut inward bottom-left */
            0% 73%
            /* before bottom-left */
        );
}

.featured_post .post-title a:hover {
    color: var(--orange);
}

.skiptranslate {
    display: none !important;
}

select.gt_selector.notranslate option:first-child {
    display: none !important;
}

.right_image_section ul li {
    position: relative;
    padding-left: 35px;
}

.right_image_section ul li:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 17px;
    background-color: var(--orange);
    top: 16px;
    left: 0;
}

.right_image_section ul {
    padding-left: 0;
}

/* ===================Location With Map=========================== */
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.nap_add {
    font-family: 'NeueMontreal-Regular';
    line-height: 32px;
}

.map_location {
    width: 100%;
    margin: 0;
}

.map-listing-row {
    z-index: 0;
    /* margin-left: 12px; */
    display: flex;
    justify-content: center;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

/* .tab-row.map-listing-row>div {
    flex: 1 1 0%;
    max-width: 100%;
} */

.map-loc-front .map-data {
    background: #f2f1eb;
    padding: 28px 30px;
    font-family: 'Inter';
    color: #525252;
}

.map-loc-front .map-data a {
    color: #525252;
    ;
}

.map-data .address_head {
    font-weight: 500;
    font-family: 'ppneuemontreal-medium';
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--dark-black);
}

.p_wrap,
.ad {
    grid-column-gap: 0;
}

.contact_add1 em {
    font-size: 2.5rem;
}

.contact-maps-wrap {
    display: none;
}

.contact-maps-wrap.active-map {
    display: block;
}

.content.contact_add1 .add {
    font-size: 16px;
    font-weight: 400;
}

.tessler_button.trans_btn:hover a {
    background-color: white;
    color: var(--color-1);
    transition: 0.7s;
}

span.info_heading span {
    color: var(--color-1);
    font-size: 20px;
}

span.info_heading p {
    color: var(--color-5);
}

.contact-maps-wrap iframe {
    width: 100%;
    height: 600px;
    border: none;
    display: block;
}

.space {
    margin: 50px 0px;
}


.map-data svg {
    width: 18px;
    height: 20px;
    object-fit: cover;
    margin-top: -1px;
}

a.direction-link {
    text-decoration: underline;
}

.nap-global-direction {
    margin: 8px 0 17px 0;
}

.map-data {
    transition: background-color 0.5s ease;
}

.active-tab {
    background-color: var(--orange) !important;
}

.map-data,
.map-data p,
.map-data a,
.map-data svg path {
    transition: all 0.5s ease;
}

.active-tab svg path {
    stroke: white;
}

.active-tab,
.active-tab p,
.active-tab a {
    color: white !important;
}

.homepage-outer-wp:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 10px;
    background-color: #272727;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    top: 0;
}
.post-category {
    display: flex;
    grid-column-gap: 10px;
    flex-wrap: wrap;
}

.post-category p {
    background-color: var(--orange);
    color: white;
    padding: 6px 15px;
    line-height: 100%;
    font-size: 14px;
}
.form-shortcode input[type="text"], 
.form-shortcode select, 
.form-shortcode textarea, 
.form-shortcode input[type="email"], 
.form-shortcode input[type="tel"] {
    width: 100% !important;
    border-radius: 0 !important;
    background: #D9D9D9;
    box-shadow: none !important;
    outline: 0 !important;
    resize: none;
    border: 1px solid var(--blue);
    color: #000000 !important;
    padding: 15px;
    height: auto !important;
}
.form-shortcode textarea{
    height: 160px !important;
    resize: none !important;
}
.form-shortcode fieldset {
    max-width: 100% !important;
    margin-bottom: 20px !important;
    position: relative;
}
.form-shortcode [type="checkbox"], .form-shortcode [type="radio"] {
    border: 1px solid black;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    width: 18px !important;
    height: 18px;
    margin: 0;
    padding: 0;
    border: 1px solid #000;
    cursor: pointer;
    /* top: 0px; */
    position: relative;
    margin-right: 8px;
}
.form-shortcode [type="checkbox"] ~ span, .form-shortcode [type="radio"] ~ span {
    width: calc(100% - 20px);
    line-height: normal;
}
.form-shortcode .hs-form-booleancheckbox label {
    display: flex;
    align-items: flex-start;
    margin-top: 14px;
}
.form-shortcode ul.inputs-list {
    margin: 0;
    padding: 0;
}
.form-shortcode ul.no-list.hs-error-msgs.inputs-list {
    position: absolute;
    right: 10px;
    bottom: 0;
    color: red;
    line-height: normal;
    font-size: 14px;
}
/*.form-shortcode .hs-richtext {
    margin-bottom: 15px;
}*/
 .form-shortcode [type="submit"] {
    -webkit-appearance: button;
    border-radius: 30px;
    background: var(--orange);
    display: inline-flex;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    color: var(--blue);
    font-style: normal;
    line-height: normal;
    border: none;
    font-size: 18px;
    border: 1px solid var(--orange);
    transition: 0.5s 
ease-in-out;
    min-width: 150px;
}
.form-shortcode .legal-consent-container .hs-form-booleancheckbox-display>span {
    margin-left: 0 !important;
}
legend.hs-field-desc {
    font-size: 14px;
    line-height: normal;
}
.text-white.form-shortcode [type="checkbox"], .text-white.form-shortcode [type="radio"] {
border-color: #fff;
}
.help_section_row {
    position: relative;
    z-index: 9;
}
.form-four-wrap .form-shortcode [type="submit"] {
    background: #fff;
}
.form-shortcode .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: red;
    line-height: normal;
    font-size: 14px;
    width: 100%;
    text-align: left;
    left: 0;
}
.form-shortcode form {
    position: relative;
    padding-bottom: 30px;
}
.map_iframe iframe {
    width: 100%;
    height: 600px;
        display: block;
}
.hs-richtext a {
    color: white;
}
.page-id-417 section.form-section.layout-three.space-mr.space-pd {
    background-color: white;
    padding-top: 0;
}