@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700,500,600|IBM+Plex+Sans:700,500");

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}


h1 {
    font-weight: 400;
    font-size: 48px;
    line-height: 54px;
    color: #001F33;
}

h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 44px;
    color: #001F33;
}

h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 34px;
    color: #001F33;
}

h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    color: #001F33;
}

h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #001F33;
}

h6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #001F33;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}

em {
    font-style: italic;
}

a:hover {
    text-decoration: none;
}

img {
    width: 100%;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat';
    margin: 0;
}

.section-title-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.section-title {
    margin-bottom: 10px;
}

.section-title h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: #0063A4;
}

.section-title  h2 strong,
.section-title-wrap .heading h2 strong,
.section-simple-text h2 strong {
    font-weight: 700;
}

.section-title-wrap .heading h2,
.section-simple-text h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #0063A4;
}

.section-title-wrap .heading .strong {
    font-weight: 700;
}

.section-title-wrap .subheading {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #444444;
    margin-top: 15px;
}

.section-title-wrap .section-subtitle {
    max-width: 560px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #444444;
}

.section-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;  
}

.section-text p {
    margin: 10px 0;
}

.section-text b,
.section-text strong,
.section-simple-text b,
.section-simple-text strong,
strong {
    font-weight: 600;
}

.section-text li,
.section-simple-text li,
.post-footer-content li {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #444444;
    margin-bottom: 15px;
}

.section-text li::marker,
.section-simple-text li::marker,
.post-footer-content li::marker {
    color: #0098FEFF;
}

.default-btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #FFFFFF;
    background: #8DB445;
    padding: 16px 22px;
    border-radius: 2px;
    display: inline-block;
}

.default-btn:hover {
    box-shadow: 0px 4px 4px rgb(0 0 0 / 50%);
}

.default-btn.btn-2 {
    margin-left: 15px;
}

.default-btn svg {
    margin-left: 5px;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
}

.pagination-nav {
    margin-top: 30px;
}

.pagination-nav a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #00356F;
}

.no-results.not-found {
    margin-top: 50px;
}

.section-background-gray {
    background: #44444414;
    padding: 35px 0 50px;
}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/

.top-bar-wrap {
    background: #0063A4;
}

.top-bar-pull-left {
    display: flex;
    align-items: center;
    gap: 30px;
}


.top-bar {
    padding: 12px 0 9px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-item-caption {
    font-weight: 600;
    font-size: 13px;
    line-height: 26px;
    color: #FFFFFF;
    margin-right: 5px;
}

.top-bar-item-icon {
    display: none;
}

.socials {
    display: flex;
    align-items: center;
    gap: 10px;
}


.socials-item a {
    display: flex;
    align-items: center;
}

.socials-item img {
    max-width: 29px;
}

.top-bar-pull-right {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    gap: 30px;
}

.header-phone,
.header-email {
    display: flex;
    align-items: center;
}

.top-bar-item a {
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    color: #FFFFFF;
}

.top-bar-pull-right .top-bar-item svg {
    margin-right: 6px;
}

.header-button {
    margin-left: 20px;
}

.header-button a {
    display: flex;
    align-items: center;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.01em;
	color: #002557;
}

.header-button svg {
	margin-right: 6px;
}

.header-logo img {
    max-width: 300px;
}

.main-header-wrap {
    margin: 0;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 1;
}

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-nav {
    margin-left: auto;
}

#menu-main-menu {
    list-style: none;
    display: flex;
    padding: 0;
    gap: 40px;
    margin: 0;
    position: relative;
}

#menu-main-menu > li {
    position: relative;
}

#menu-main-menu > li > a {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 90px;
    text-transform: capitalize;
    color: #00356F;
    -webkit-transition: color 0.3s; 
    transition: color 0.3s;

}

#menu-main-menu > li.active > a {
    color: #8DB445;
}

#menu-main-menu > li.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #0098FE;
    bottom: 0;
}   

#menu-main-menu .menu-item-has-children > a:after {
    content: url(/wp-content/themes/maxcanvas_child/img/menu-plus.svg);
    position: relative;
    margin-left: 10px;
    margin-top: -2px;
    display: block;
    width: 7px;
    height: 90px;
}

#menu-main-menu .menu-item-has-children.active > a:after {
    content: url(/wp-content/themes/maxcanvas_child/img/menu-minus.svg);
    margin-top: -8px;
}

#menu-main-menu .sub-menu {
    display: none;
    position: absolute;
    min-width: 235px;
    padding: 15px 15px;
    background: #fff;
    list-style: none;
    z-index: 999;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
}

#menu-main-menu .sub-menu li {
    margin-bottom: 15px;
}

#menu-main-menu .sub-menu a {
    font-weight: 600;
    font-size: 14px;
    line-height: 32px;
    text-transform: capitalize;
    color: #00356F;
    -webkit-transition: color 0.3s; 
    transition: color 0.3s;
    display: block;
}

#menu-main-menu .sub-menu a:hover {
    color: #8DB445;
}

.responsive-menu-wrap {
    display: none;
}

.top-bar-item.contact-us-link a {
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.main-header .header-button {
	display: none;
}

.main-header-button {
    margin-left: 50px;
}

.main-header-button a,
.main-footer-button a {
    padding: 11px 18px;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    background: #8DB445;
    border-radius: 3px;
    display: flex;
    align-items: center;
}

.main-header-button a svg,
.main-footer-button a svg {
    margin-right: 10px;
}

.main-header-button a:hover,
.main-footer-button a:hover {
    box-shadow: 0px 4px 4px rgb(0 0 0 / 50%);
}

/* Subheader */
#subheader {
    margin-bottom: 70px;
}

.header-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 320px;
    position: relative;
}

.header-background:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(279.83deg, rgba(0, 99, 164, 0.8) -12.52%, rgba(242, 242, 242, 0.192) 100%), linear-gradient(99.85deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    background-blend-mode: normal, normal, luminosity;
}

.page-title--wrap {
    margin: 0 0 0 105px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 320px;
    max-width: 570px;
}


.page-title, .page-title h1 {
    font-weight: 400;
    font-size: 48px;
    line-height: 54px;
    color: #001F33;
}

.page-title strong {
    font-weight: 700;
}

.page-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #444444;
    margin-top: 14px;
}

/* statistics  */

.section-statistics {
    margin-top: 35px;
}

.statistics-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    padding: 25px 0;
}

.statistics-item {
    text-align: center;
    border-right: 1px solid rgba(184, 184, 184, 0.2);
    min-width: 310px;
    padding: 20px 0;
}

.statistics-item:first-child {
    border-left: 1px solid rgba(184, 184, 184, 0.2);
}

.statistics-value {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-transform: capitalize;
    color: #0098FE;
}

.statistics-value strong {
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
}

.statistics-description {
    margin-top: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: capitalize;
    color: #B8B8B8;
}


/* image text button block */
.image-text-button-block .section-wrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}

/*.image-text-button-block .section-content-wrap {
    max-width: 605px;
}*/

.image-text-button-block .section-image-wrap img {
    width: 605px;
}


.image-text-button-block .default-btn {
    margin-top: 35px;
}

/* Icons with text content */

.section-icons-with-text-wrap.two-column .icons-with-text-content-wrap {
    display: flex;
    flex-wrap: wrap;
    row-gap: 35px;
    margin-top: 35px;
}

.icons-with-text-content-item {
    display: flex;
    flex: 48%;
    gap: 25px;
}

.icons-with-text-content-item .icon img {
    max-height: 48px;
    min-width: 48px;
    margin-top: 10px;
}

.icons-with-text-content-item .item-heading h3,
.icons-with-text-content-item .item-heading a {
    font-weight: 600;
    font-size: 18px;
    color: #001F33;
}

.icons-with-text-content-item .item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #444444;
    margin-top: 5px;
}

/* Success stories  */

.section-success-stories-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    padding-bottom: 50px;
}


.section-success-stories-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    padding-bottom: 50px;
}

.section-success-stories-wrap .section-title-wrap {
    padding: 63px 0 30px;
}

.section-success-stories-wrap .section-title h2 {
    color: #fff;
}

.section-success-stories-wrap .section-subtitle {
    color: #fff;
}

 .success-stories-slide-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    padding: 0 0 55px;
}

.section-success-stories-wrap .container {
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
}


.success-stories-slide-row {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.success-stories-slide-row > div {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.success-stories-slide-row .block-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: #001F33;
}

.success-stories-slide-row .block-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #444444;
/*    max-height: 115px;
    overflow: hidden;*/
}

.success-stories-slide-row .block-text p {
    color: #001F33;
}

.success-stories-slide-row .block-text strong {
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
}

.success-stories-slide-row .block-readmore {
    margin-top: 24px;
}

.success-stories-slide-row .block-readmore a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #00356F;
}

.success-stories-slide-row .block-readmore svg {
    margin-left: 6px;
}

.success-storiess-stat-block {
    background: #fff;
}

.success-stories-slide-row .success-storiess-stat-block .statistics-item {
    text-align: center;
    border: none;
    min-width: 185px;
    padding: 30px 27px;
    margin: 0 auto;
}

.success-stories-slide-row .statistics-value strong {
    font-size: 38px;
    line-height: 46px;
}

.success-stories-slide-row .success-storiess-logo-block {
    display: flex;
    align-items: center;
    background: #fff;
}

.success-storiess-logo-block img  {
    width: 100%;
    max-width: 300px;
    text-align: center;
}

.success-storiess-heading-text-link-block {
    background: #fff;
}

.section-success-stories-wrap .slick-dots {
    bottom: 5px;
}

.grid-style-six_items .success-stories-slide-row > div {
    flex: 20%;
}

.grid-style-five_items .success-stories-slide-row > div {
    flex: 30%;
}

.grid-style-four_items .success-stories-slide-row > div {
    flex: 33%;
}

.grid-style-three_items .success-stories-slide-row > div,
.grid-style-two_items .success-stories-slide-row > div {
    flex: 1%;
}

.success-stories-slide-wrap .success-stories-slide-row > div.block-size-large {
    flex: 50%;
}

.success-stories-slide-row .block-size-large .block-text {
    height: 100% !important;
    max-height: 100%;
    overflow: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.success-stories-slide-row > div {
    padding: 25px;
}

.success-stories-wrap .slick-dots li {
    width: 14px;
    height: 14px;
}

.success-stories-wrap .slick-dots li button {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.success-stories-wrap .slick-dots li button:before {
    font-size: 10px;
    line-height: 15px;
    width: 12px;
    height: 12px;
    position: relative;
    left: 0;
    padding: 0;
    margin: 0;
}

.success-stories-wrap .slick-dots li.slick-active button:before {
    opacity: 1;
}

  #mCSB_3_dragger_vertical .mCSB_dragger_bar{ 
    background-color: blue; 
}

 .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #0098FE;
}

 .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #0063A4;
}

 .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #0063A4;
}

/* cpt inner post*/
.section-post-info-related-post-carousel {
    filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.15));
    overflow: hidden;
    padding-bottom: 50px;
}

.post-info-related-post-carousel-wrap {
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
}

.post-info-wrap {
    flex: 40%;
    width: 40%;
}

.post-info-wrap .section-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #444444;
}

.section-text ul {
    list-style: disc;
    padding-left: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #444444;
    margin-top: 10px;
}

.section-text ol {
    list-style: decimal;
    padding-left: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #444444;
    margin-top: 10px;
}

.post-info-wrap .default-btn {
    margin-top: 32px;
}

.related-post-carousel-wrap {
    width: 60%;
    flex: 60%;
    position: relative;
}

@media(min-width:1640px) {
    .related-post-carousel-wrap.before-change {
        width: 80%;
        flex: 60%;
        position: relative;
        margin-right: -248px;
    }
    .related-post-carousel-wrap.before-change .related-post-item {
        max-width: 393px;
    }
}

li.next.slick-arrow.slick-disabled svg {
    opacity: 0.25;
}

.post-form-script {
    margin-left: -15px;
    margin-top: 50px;
    padding: 0 15px;
}

.post-form-script iframe {
    display: block;
    height: 66vh !important;
    width: 100%;
    border: none;
}

@media(max-width:1654px) {
    .post-form-script iframe {
        height: 85vh !important;
    }
}

@media(min-width: 992px) {
    .related-post-carousel-wrap.full-width {
        width: 100%;
        margin: 0;
        flex: 100%;
    }
}

.related-post-carousel-wrap .related-post-item {
    margin-left: 30px;
    padding: 30px 40px;
    background-size: cover;
}

.related-post-carousel-wrap .slick-track {
    margin-left: -30px;
}

.related-post-carousel-wrap .slick-list {
    margin-right: -30px;
}

.post-excerpt img {
    display: none;
}

.related-post-item .post-category {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
}

.related-post-item .post-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-top: 15px;
}

.related-post-item .post-excerpt {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
    margin-top: 4px;
}

.related-post-item .block-readmore {
    margin-top: 20px;
}

.related-post-item .block-readmore a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.related-post-item  .block-readmore a svg {
    margin-left: 5px;
}

.custom-arrow {
    position: absolute;
    bottom: -45px;
}

.custom-arrow ul {
    display: flex;
    background: #fff;
}

.custom-arrow ul li {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #CECFD0;
    cursor: pointer;
}

.custom-arrow ul li:last-child {
    border: unset;
}


/* cpt flexible content  */
/* icon text blocks and quote */

.section-with-icon-blocks-and-quote {
    margin-top: 100px;
}

.icon-blocks-and-quote-wrap {
    display: flex;
    gap: 30px;
}

.section-with-icon-blocks-and-quote .section-title-wrap {
    margin-bottom: 40px;
}


.text-icons-block-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.text-icons-block {
    flex: 47%;
}

.text-icons-block img {
    max-height: 48px;
    width: auto;
}

.text-icons-block .heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #001F33;
    margin-top: 24px;
}

.text-icons-block .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #444444;
    margin-top: 7px;
}

.quote-bloc-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 605px;
    padding: 20px;
    background: #fff;
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));

}

.quote-bloc {
    text-align: center;
    max-width: 417px;
    margin: 0 auto;
    padding: 20px;
}

.quote-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    color: #001F33;
}

.quote-author-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #444444;
    margin-top: 20px;
}

.quote-location {
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #B8B8B8;
}

/* image text button  */

.image-text-button-block {
    margin-top: 100px;
}

.image-placement-right .section-wrap {
    flex-direction: row-reverse;
}

/* cf text block */

.form-text-block {
    margin-top: 100px;
}

.form-text-block .section-wrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}

.form-text-block .section-content-wrap {
    max-width: 605px;
}

.form-text-block .section-cf-wrap {
    width: 100%;
}

.form-text-block form#pardot-form {
    max-width: 98%;
}

.form-text-block form.form p.submit {
    padding: 0;
}


/* flexible content  icons block  */


/* cpt bottom icons block  */


.section-cpt-bottom {
    display: flex;
    margin-top: 50px;
    gap: 50px;
    justify-content: space-between;
}

.section-cpt-bottom-block:first-child {
    max-width: 585px;
}

.section-cpt-bottom-block:last-child {
    max-width: 595px;
}

.section-cpt-bottom-block .section-title {
    margin-bottom: 20px;
}

.section-cpt-bottom-block .icons-with-text-content-item {
    margin-bottom: 15px;
}


/* about us */
.firsrt-section-wrap .container {
    max-width: 1029px;
}

.firsrt-section-wrap .section-content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    gap: 30px;
}

.firsrt-section-wrap .quote-content-wrap {
    max-width: 555px;
}

.firsrt-section-wrap .qoute-text {
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    color: #001F33;
}

.firsrt-section-wrap .quote-author {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #444444;
    margin-top: 10px;
}

.firsrt-section-wrap .job-title {
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    text-transform: capitalize;
    color: #B8B8B8;
}

.firsrt-section-wrap  .block-readmore {
    margin-top: 25px;
}

 .block-readmore a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #00356F;
}

 .block-readmore a svg {
    margin-left: 5px;
 }

/* section text content background  */

.section-text-content-background {
    padding: 73px 0 80px;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 50px;
    position: relative;
}

.section-text-content-background:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #0000003b;
    z-index: 0;
}

.section-text-content-background .container {
    max-width: 605px;
    position: relative;
}

.section-text-content-background .heading {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.section-text-content-background .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
    margin-top: 16px;
}

.section-text-content-background .default-btn {
    margin-top: 35px;
}


/* section blocks with image and text */
.section-blocks-image-and-text {
    margin-top: 100px;
}

.section-blocks-image-and-text .section-title-wrap {
    margin-bottom: 40px;
}

.section-blocks-image-and-text .blocks-image-and-text-wrap {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
}

.section-blocks-image-and-text .block-image-and-text {
    flex: 1 1 30%;
}

.section-blocks-image-and-text .block-content-wrap {
    text-align: center;
    padding: 25px 30px;
    background: #fff;
}

.section-blocks-image-and-text .heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: #001F33;
}

.section-blocks-image-and-text .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #444444;
    margin-top: 9px;
}

.section-blocks-image-and-text .block-readmore {
    margin-top: 10px;
}

/* history timeline slider */
.section-history-timeline-scroll .section-title-wrap {
    margin-bottom: 20px;
}

.section-history-timeline-scroll .section-subtitle {
    max-width: 100%;
}

.loading-bar__wrapper label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 12px;
  font-style: italic;
  font-weight: bold;
  color: #00ffa4;
}

.labels {
  text-align: center;
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
}

.loading-bar:before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 0.1px;
    background: #B8B8B8;
}

.loading-bar .event-bullet-wrap {
    text-align: center;
    position: relative;
    padding: 50px 0;
}

.event-bullet-wrap .event-name {
    visibility: hidden;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #001F33;
}

.slick-center .event-bullet-wrap  .event-name {
    visibility: visible;
}

.loading-bar .slick-track {
    display: flex;
    align-items: center;
}

.loading-bar .slick-active .date  {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 1px solid #B8B8B8;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #001F33;
    background: #fff;
}

.loading-bar .slick-disabled {
    pointer-events: none;
}

.loading-bar-bullet.slick-slide.slick-cloned {
    visibility: hidden;
}

.loading-bar-bullet.slick-slide.slick-cloned.slick-active {
    visibility: visible;
}

form.post-password-form {
    text-align: center;
}
form.post-password-form p:first-child {
    display: none;
}

@media(min-width: 992px) {
    .loading-bar .slick-active .date {
        width: 24px;
        height: 24px;
    }

    .loading-bar .slick-active + .slick-active .date {
        width: 32px;
        height: 32px;
    }

    .loading-bar .slick-active + .slick-active + .slick-active .date {
        width: 80px;
        height: 80px;
    }

    .loading-bar .slick-cloned.slick-active + .slick-cloned.slick-active + .slick-cloned.slick-active .date.small-square {
        width: 55px;
        height: 55px; 
    }

    .loading-bar .slick-active + .slick-active + .slick-active + .slick-active .date {
        width: 110px;
        height: 110px;
        background: #0063A4;
        font-size: 18px;
        line-height: 22px;
        color: #FFFFFF;
        border: none;
    }

    .loading-bar .slick-active + .slick-active + .slick-active + .slick-active + .slick-active .date {
        width: 80px;
        height: 80px;
        background: #fff;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        text-transform: capitalize;
        color: #001F33;
        border: 1px solid #B8B8B8;
    }

    .loading-bar .slick-active + .slick-active + .slick-active + .slick-active + .slick-active .date.small-square {
        width: 55px;
        height: 55px;
    }

    .loading-bar .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active .date {
        width: 32px;
        height: 32px;
        border: 1px solid #B8B8B8;
    }

    .loading-bar .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active .date {
        width: 24px;
        height: 24px;
        border: 1px solid #B8B8B8;
    }


    .loading-bar .slick-active .date span,
    .loading-bar .slick-active + .slick-active .date span,
    .loading-bar .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active .date span,
    .loading-bar .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active .date span {
        display: none;
    }

    .loading-bar .slick-active + .slick-active + .slick-active .date span,
    .loading-bar .slick-active + .slick-active + .slick-active + .slick-active .date span,
    .loading-bar .slick-active + .slick-active + .slick-active + .slick-active + .slick-active .date span {
        display: block;
    }
}

/* Arrows */
.loading-bar__wrapper .slick-prev, .loading-bar__wrapper .slick-next {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    background: #fff;
    filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.15));
    z-index: 2;
}

.loading-bar__wrapper .slick-prev:hover,
.loading-bar__wrapper .slick-prev:focus,
.loading-bar__wrapper .slick-next:hover,
.loading-bar__wrapper .slick-next:focus {
    color: transparent;
    outline: none;
     filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.25));
}

.loading-bar__wrapper .slick-prev {
    left: 0px;
}

.loading-bar__wrapper .slick-prev:before {
    content: url(/wp-content/themes/maxcanvas_child/img/carousel-arrow-prev.svg);
    font-size: unset;
    line-height: unset;
}

.loading-bar__wrapper .slick-next {
    right: 0px;
}

.loading-bar__wrapper .slick-next:before {
    content: url(/wp-content/themes/maxcanvas_child/img/carousel-arrow-next.svg);
    font-size: unset;
    line-height: unset;
}

/* event description  */

.event-description-item-wrap {
    display: flex;
}

.event-description-item-wrap {
    display: flex;
    max-width: 815px;
    margin: 0 auto;
    background: #fff;
}

.event-image {
    min-width: 269px;
}

.event-description-text {
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #444444;
    padding: 30px;
}

.event-description-text ul {
    list-style: disc;
}

.event-description-text ol {
    list-style: decimal;
}

.event-description-text li::marker {
    color: #8DB445FF;
}

.event-description-text a {
    color: #0063A4FF;
}

/* section logos list */

.section-logos-list {
    margin-top: 100px;
}

.logos-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 25px;
}

.logo-item {
    display: flex;
    flex: 1 0 22%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 288px;
    height: 160px;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
}

.logo-caption {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #001F33;
    text-align: center;
}

.logo-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.logo-item img {
    display: block;
    max-height: 66px;
    max-width: fit-content;
}

/* Footer top  */
.footer-top {
    padding-top: 100px;
    padding-bottom: 120px;
}


.call-to-action-wrap {
    max-width: 561px;
    text-align: center;
    margin: 0 auto;
}

.call-to-action-wrap .heading span {
    display: block;
}


.call-to-action-wrap .default-btn {
    margin-top: 30px;
}


/*  leadership page  */
.section-leadership .section-title-wrap {
    text-align: left;
    align-items: flex-start;
    max-width: 770px;
    margin-bottom: 30px;
}

.leadership-list-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 60px;
}

.leadership-list-wrap.directors-advisors {
    flex-wrap: nowrap;
}

.leadership-item {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 1 1 47%;
}

.directors_advisors .single-lidership-content {
    max-width: 100%;
}

.leadership-item .thumb img {
    max-width: 288px;
}

.leadership-item .name a {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #001F33;
}

.leadership-item .position {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #B8B8B8;
}

.leadership-item .phone,
.leadership-item .email {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.leadership-item .phone a {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #001F33;
}

.leadership-item .email a {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #001F33;
}

/* leadership single  */
.section-single-lidership-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.single-lidership-thumb.mobile {
    display: none;
}

.single-lidership-thumb img {
    min-width: 393px;
}

.single-lidership-content {
    max-width: 780px;
}

.single-lidership-content .name {
    font-weight: 700;
    font-size: 30px;
    line-height: 24px;
    text-transform: capitalize;
    color: #001F33;
}

.single-lidership-content .position {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #B8B8B8;
    margin-top: 10px;
}

.single-lidership-content .bio {
    margin-top: 15px;
}

.single-lidership-content .bio, 
.single-lidership-content .bio p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #444444;
}

.single-lidership-content .bio p {
    margin: 5px 0;
}

.single-lidership-content .contacts {
    margin-top: 25px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}


.single-lidership-content .phone,
.single-lidership-content .email {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.single-lidership-content .phone a {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #001F33;
}

.single-lidership-content .email a {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #001F33;
}

/*  solutions page */
.section-solutions .section-title-wrap {
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.section-solutions .section-title-wrap .subheading {
    max-width: 575px;
}

.solutions-list-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.solutions-item {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 1 1 47%;
}

.solutions-item .thumb img {
    max-width: 182px;
}

.solutions-item .post-title a {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #001F33;
}

.post-excerpt {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #444444;
    margin-top: 10px;
}

/* single career */

.single-career main {
    margin-top: 50px;
}

.section-single-career-info .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 24px;
    text-transform: capitalize;
    color: #001F33;
    margin-bottom: 25px;
}

.section-single-career-info .title-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.section-single-career-info .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 24px;
    text-transform: capitalize;
    color: #001F33;
    margin-bottom: 25px;
}

.section-single-career-info .title-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.section-single-career-info .back-link a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #00356F;
}

.section-single-career-info .back-link svg {
    margin-left: 5px;
}

.single-career-info-wrap {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.section-single-career-info .description {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #444444;
    max-width: 830px;
}

.section-single-career-info .description u {
    font-weight: 600;
    margin-top: 5px;
    font-size: 16px;
}

.section-single-career-info strong {
    font-weight: 600;
    font-size: 16px;
    margin-top: 5px;
}

.section-single-career-info .description p {
    margin: 10px 0 5px !important;
}

.section-single-career-info .description ul {
    list-style: disc;
    padding-left: 30px;
}

.section-single-career-info .description ol {
    list-style: decimal;
    padding-left: 30px;
}

.section-single-career-info .meta-wrap {
    min-width: 360px;
}

.section-single-career-info .meta-items-wrap {
    position: sticky;
    top: 5em;
}

.section-single-career-info .meta-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #444444;
    padding: 5px 10px;
}

.section-single-career-info .meta-item a {
    color: #0063A4FF;
    font-weight: 500;
}

.section-single-career-info .meta-name {
    font-weight: 500;
}
 
.section-single-career-info .meta-item:nth-child(odd) {
    background: #2c8bc9b3;
    color: #fff;
}

.section-single-career-info .meta-item:last-child {
    background: unset;
    padding-left: unset;
}

.section-single-career-info .meta-item:last-child a {
    color: #fff;
}

/*  career archive */
.post-item-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.post-item-wrap .post-item {
    flex: 1 0 24%;
    padding: 55px 40px;
    background-size: cover;
    background-repeat: no-repeat;
}

.post-item-wrap .location {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #B8B8B8;
    margin-bottom: 5px;
}

.post-item-wrap .position {
    margin-bottom: 7px;
}

.post-item-wrap .position a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #001F33;
    margin-bottom: 7px;
}

.post-item-wrap .entry-content {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #444444;
}

.post-item-wrap .block-readmore {
    margin-top: 25px;
}


/* section flxbl content career  */

.section-flxbl-content {
    margin-top: 120px;
}

.section-flxbl-content .post-category {
    color: #B8B8B8;
}

.section-flxbl-content .post-title {
    color: #001F33;
}

.section-flxbl-content .post-excerpt {
    color: #444444;
}

.section-flxbl-content .block-readmore a {
    color: #00356F;
}

/* section testimonials */

.section-testimonials {
    margin-top: 100px;
}

.section-testimonials .container {
    max-width: 1070px;
}

.testimonial-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.testimonial-item .photo img {
    max-width: 393px;
}

.testimonial-content {
    max-width: 598px;
}

.testimonial-item .text {
    font-weight: 500;
    font-size: 30px;
    line-height: 46px;
}

.testimonial-item .quotation-mark {
    color: #0098FE;
}

.testimonial-item .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #444444;
    margin-top: 10px;
}

.testimonial-item .position {
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    text-transform: capitalize;
    color: #B8B8B8;
}

/* Blog page */
.subheader-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.newsletter {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.newsletter-caption {
    margin-bottom: 10px;
}

.mailpoet_form {
    display: flex;
    padding: 0 !important;
}

.mailpoet_text {
    padding: 15px 20px !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #444444;
    border: none;
    min-width: 267px;
}

.mailpoet_paragraph label {
    display: none;
}

.mailpoet_text::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #444444;
}

.mailpoet_submit {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #FFFFFF;
    background: #8DB445;
    border-radius: 2px;
    padding: 13px 22px !important;
    margin-left: 10px !important;
    cursor: pointer;
}

.mailpoet_message {
    width: 100%;
}
.mailpoet_message p {
    text-align: left !important;
}
.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
    left: 0 !important;
    top: 20px !important;
    flex: 100%;
    transform: unset !important;
}

.parsley-errors-list {
    position: absolute;
}


.section-insights-filter-nav {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #001F33;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #F1F1F1;
    padding: 12px 0 14px;
    display: none;
}

.section-filter-label {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #001F33;
}

.section-insights-filter-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}

.section-insights-filter {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.section-insights-filter form select {
    border: none;
    padding: 0 0 4px;
    border-bottom: 1px solid #B8B8B8;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #444444;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    background: url(/wp-content/themes/maxcanvas_child/img/downarrow_blue.svg) no-repeat right white;
    appearance:none;
    min-width: 182px;
}


/* blog archive */

.section-insights-listing-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
}

.section-insights-listing-wrap .insights-post-item {
    flex: 31.33%;
}

.section-insights-listing-wrap .insights-post-item:first-child, 
.insights-post-item:nth-child(2) {
    flex: 47%;
}

.insights-post-item.call-to-action-block {
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
    background: #fff;
    padding: 70px 42px;
    width: 100%;
}

.insights-post-item .call-to-action-wrap {
    max-width: unset;
}

.call-to-action-wrap .subheading a {
    color: #0063A4FF;
}

.insights-post-item .post-thumbnail {
    max-height: 240px;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    background: #d5e1e9;
}

.insights-post-item .post-thumbnail .category-label-wrap {
    position: absolute;
    top: 5px;
    left: 8px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 2;
}

.insights-post-item .post-thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 110%;
    transform: translate(-50%, -50%);
}

.insights-post-item .post-thumbnail .category-label {
    color: #fff;
    background: #0063A4;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
    border-radius: 2px;
    padding: 8px 15px;
    display: block;
    max-width: max-content;
}

.overlay-logo {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.insights-post-item .overlay-logo img {
    position: unset;
    transform: unset;
    min-width: 100%;
    min-height: auto;
    top: unset;
    left: unset;
}

.insights-post-item.call-to-action-block #mailpoet_form_1 {
    margin-top: 30px;
}

.insights-post-item.call-to-action-block #mailpoet_form_1 .mailpoet_paragraph {
    max-width: 208px;
}

.insights-post-item.call-to-action-block #mailpoet_form_1 .mailpoet_submit {
    padding: 13px 2px !important;
}

.insights-post-item.call-to-action-block #mailpoet_form_1 .mailpoet_message {
    position: absolute;
}

.insights-post-item.call-to-action-block #mailpoet_form_1 .mailpoet_text {
    background: #D5E1E9FF;
}

.post-content-wrap {
    padding-top: 23px;
}

.insights-post-item .entry-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
    color: #B8B8B8;
}

.insights-post-item .post-date, 
.insights-post-item .author-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #B8B8B8;
}

.post-tags {
    margin-top: 10px;
    line-height: 20px;
    /*max-width: 285px;*/
}

.post-tag {
    color: #8DB445;
}

.insights-post-item .post-title a {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #001F33;
}

.insights-post-item .post-except {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #444444;
    margin-top: 5px;
}

.insights-post-item .block-readmore {
    margin-top: 20px;
}

.pagintation-numbers {
    margin-top: 60px;
}

.pagintation-numbers .nav-links {
    display: flex;
    justify-content: center;
}

.pagintation-numbers .nav-links {
    display: flex;
    justify-content: center;
    gap: 3px;
}

.pagintation-numbers .nav-links > * {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #001F33;
    width: 40px;
    height: 40px;
    border: 1px solid #B8B8B8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagintation-numbers .nav-links > *:hover {
    background: #0063A4;
    color: #fff;
}

.pagintation-numbers .page-numbers.current {
    background: #0063A4;
    color: #fff;
}

/* subscribe form popup */
#subscribe-popup {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    padding: 40px 20px 20px;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
    top: -45px;
    right: -15px;
    font-size: 35px;
    opacity: 1;
}

#subscribe-popup iframe {
    height: 515px;
}


/* section featured post  */

.section-featured-post-wrap .insights-post-item.item-1, 
.section-featured-post-wrap .insights-post-item.item-2 {
    display: flex;
}

.section-featured-post-wrap {
    display: flex;
    gap: 30px;
}

.featured-post-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.featured-post-column:last-child {
    max-width: 711px;
}

body.blog .section-featured-post-wrap {
    margin-bottom: 40px;
}

.featured-post-column .insights-post-item.item-0 .post-thumbnail {
    height: 259px;
    max-height: 259px;
    background: #d3dee6;
}

.featured-post-column .insights-post-item.item-1 .post-thumbnail, .featured-post-column .insights-post-item.item-2 .post-thumbnail {
    max-height: 228px;
    width: 605px;
    background: #d3dee6;
}

.featured-post-column .insights-post-item .post-thumbnail a {
    display: block;
}

.section-featured-post-wrap .post-content-wrap {
    padding: 25px 30px;
    background: #fff;
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
}

@media(min-width: 1260px) {
    .featured-post-column .item-1 .post-thumbnail img,
    .featured-post-column .item-2 .post-thumbnail img {
        position: unset;
        transform: unset;
        left: unset;
        min-width: unset;
        min-height: unset;
    }

    .featured-post-column .item-1 .post-thumbnail, 
    .featured-post-column .item-2 .post-thumbnail {
        min-width: 300px;
        max-width: 300px;
    }
}

/* Office locator */

.section-office-locator {
    margin-top: 70px;
}

.section-office-locator .section-title-wrap {
    margin-bottom: 35px;
}

.section-office-locator .tabs {
    display: flex;
    gap: 30px;
    margin-bottom: 15px;
}

.section-office-locator .tab {
    width: 100%;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8DB445;
    font-weight: 600;
    font-size: 14px;
    line-height: 38px;
    text-transform: capitalize;
    color: #FFFFFF;
    cursor: pointer;
}

.section-office-locator .tab.active { 
    color: #8DB445;
    background: #fff;
    border: 1px solid #8DB445;
}


.section-office-locator .tab-content { 
    position: relative;
}

.tab-popup-info {
    display: none;
}

.section-office-locator .tab-popup-info.active {
    display: block;
}

.section-office-locator .tab-popup-info {
    max-width: 221px;
    padding: 10px 25px 15px;
    background: #fff;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
    position: absolute;
}

.section-office-locator .tab-heading {
    color: #001F33;
    font-weight: 600;
    font-size: 18px;
    line-height: 38px;
    text-transform: capitalize;
}

.section-office-locator .address {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
    color: #444444;
}

.section-office-locator .tab-map svg {
    width: 100%;
}

.section-office-locator #boston {
    top: 6%;
    left: 28.4%;
}

.section-office-locator #new-york {
    top: 9.4%;
    left: 26.7%;
}

.section-office-locator #london {
    top: -3.8%;
    left: 47.3%;
}

.section-office-locator #sydney {
    bottom: 20.1%;
    right: 10.1%;
}

.section-office-locator #melbourne {
    bottom: 16.8%;
    right: 13%;
}


.section-office-locator #map .tab {
    display: none;
}

/* section leadership posts  */

.section-leadership-posts-list {
    margin-top: 80px;
}

.section-leadership-posts-list .section-title-wrap {
    margin-bottom: 25px;
}


/* inner insights */

.insights-entry-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-top: 80px;
}

.single-insights-content .inner-insights-title h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #001F33;
    margin-bottom: 15px;
}

.inner-insights-post-meta {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
    font-size: 15px;
    color: #001F33;
}

.post-author-photo {
    min-width: 120px;
}

.post-author-photo img {
    max-width: 120px;
    max-height: 120px;
}

.insights-post-author-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 500;
    color: #001F33;
}

.post-author-namme {
    font-weight: 600;
}


.single-lidership-content .content, 
.single-insights-content .content p,
.section-simple-text p,
p,
.post-footer-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #444444;
}

.single-insights-content .content img {
    width: auto;
}

.single-insights-content .content ol {
    list-style: decimal;
    padding: 0 20px;
    margin: 10px 0;
}

.single-insights-content .content ul {
    list-style: disc;
    padding: 0 0 0 20px;
    margin: 10px 0;
}


.single-insights-content .content ol li,
.single-insights-content .content ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #444444;
}

.single-insights-content .content ul li strong,
.single-insights-content .content ul p strong,
.single-insights-content .content ul a strong {
    font-weight: 600;
}

.single-insights-content .content a,
.section-simple-text a {
    color: #0063A4FF;
}

.single-insights-content .content p,
.section-simple-text p {
    margin: 5px 0;
}

.single-insights-content .mCSB_scrollTools .mCSB_draggerRail {
    height: 320px;
}

.consistent-footer {
    margin-top: 50px;
    padding: 35px 0 50px;
    background: #44444414;
    font-weight: 400;
    line-height: 25px;
    font-size: 16px;
}

.consistent-footer p {
    margin: 10px 0;
}

.consistent-footer strong {
    font-weight: 600;
}

.consistent-footer h2 {
    font-size: 25px;
    margin: 25px 0px;
    color: #001F33;
}

.consistent-footer a {
    color: #0063a4;
}

.consistent-footer ul {
    list-style: disc;
    padding: 0 0 0 40px;
}

/* contact us */
.section-contact-us {
    display: flex;
    background: #fff;
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
}

.section-contact-us .contacs-block {
    width: 499px;
}

.section-contact-us .contact-form {
    width: 740px;
    padding: 45px 55px;
}

.cf-block iframe {
    height: 100vw;
    max-height: 440px;
}


.contacts-column-content-wrap {
    padding: 110px 60px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    gap: 19px;
    height: 100%;
}

.contacts-column-heading .heading {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.contacts-column-heading .subheading {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
    margin-top: 15px;
}

.contacts-column-content-wrap .contact-item {
    display: flex;
    gap: 15px;
}

.contacts-column-content-wrap .contact-item,
.contacts-column-content-wrap .contact-item a {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.contacts-column-content-wrap .contact-item svg {
    width: 24px;
}

.contacts-column-content-wrap .socials {
    gap: 15px;
}

.contacts-column-content-wrap .socials-item img {
    height: 25px;
}

.contact-form .heading {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-transform: capitalize;
    color: #0063A4;
    text-align: center;
    margin-bottom: 22px;
}

/* error 404  */

body.error404 {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), #5EB3E4;
    background-blend-mode: normal, multiply;
}

body.error404 header {
    background: #fff;
}

.error-tex {
    font-weight: 700;
    font-size: 200px;
    line-height: 200px;
    text-align: center;
    color: #272F5D;
    font-family: 'IBM Plex Sans';
    font-style: normal;
}

.error-page-title {
    font-weight: 700;
    font-size: 34px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #000000;
    margin-top: 10px;
}

.error-page-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    margin-top: 10px;
}

.error-404-wrap.not-found {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.error-background {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 500px;
    line-height: 650px;
    text-align: center;
    color: #272F5D;
    opacity: 0.05;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.error-404-wrap.not-found .entry-content {
    padding: 150px 0;
}

.error-404-wrap .readmore {
    margin-top: 10px;
}

.error404 .site-footer {
    display: none;
}

/* No found */

.no-results.not-found {
    padding: 50px 0 100px;
}

.no-results.not-found .section-title-wrap {
    margin-bottom: 25px;
}

.no-results.not-found .entry-content {
    text-align: center;
}

/* section media */

.section_media_grid {
    margin-top: 75px;
}

.media_grid-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}

.media_grid-item {
    flex-grow: 1;
    width: 30%;
}


.media-content {
    max-width: 495px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.media_grid-item-video-youtube iframe {
    width: 100%;
}

.media_grid-item-video-upload {
    background: #000000;
}

.media_grid-item video {
    width: 100%;
}

.media_grid-item-image {
    max-height: 280px;
    overflow: hidden;
}

.media_grid-item iframe, .media_grid-item video {
    height: 277px;
}

#post-24018 .section-blocks-image-and-text .section-subtitle {
    max-width: 100%;
}

.cdp-copy-loader-overlay {
    display: none;
}



/* Fotter */
.site-footer {
    padding: 80px 0 8px;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 90px;
    border-bottom: 1px solid #5971925c;
    clear: both;
}

.footer-logo a {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-logo img {
    max-width: 240px;
}

.footer-logo-caption {
    font-weight: 700;
    font-size: 25px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff;
}

.footer-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #444444;
    margin-top: 15px;
}

.footer-text a {
    font-size: 16px;
    font-weight: 600;
    color: #0098fe;
    text-decoration: underline;
}

.main-footer-button {
    margin-top: 23px;
}

.main-footer-button a {
    display: block;
    max-width: 160px;
    padding: 11px;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.footer-column-item:first-child {
    max-width: 253px;
}

.footer-column-item .menu {
    list-style: none;
    padding: 0;
}

.footer-column-item h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #00356F;
    margin-bottom: 15px;
}

.footer-column-item h3 a {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #00356F;
}

.footer-column-item .menu > li:last-child {
    padding-bottom: 0;
}

.footer-column-item .menu > li > a {
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    text-transform: capitalize;
    color: #444444;
}

.footer-column-item .sub-menu {
    padding-top: 13px;
}

.footer-column-item .sub-menu > li {
    padding-bottom: 13px;
}

.footer-column-item .sub-menu > li:last-child {
    padding-bottom: 0px;
}

.footer-column-item .sub-menu > li > a {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.footer-contact-item:last-child {
    margin-bottom: 0;
}

.footer-contact-item a,
.footer-contact-item span {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #444444;
}

.footer-button-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-butoon-caption {
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    color: #FFFFFF;
}

.footer-button a {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #002557;
    background: #fff;
    width: 100%;
    display: block;
    padding: 14px 0 15px;
}

.footer-button a:hover {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

.footer-column-item .socials {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 23px;
}

#site-info {
    padding-top: 8px;
    border-top: 1px solid rgba(184, 184, 184, 0.3);
    margin-top: 80px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
}

.footer-bottom-left {
    display: flex;
    gap: 30px;
}

.footer-bottom, .footer-bottom a {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    text-transform: capitalize;
    color: #444444;
}

.footer-copywright {
    font-weight: 400;
    font-size: 12px;
    line-height: 186.3%;
    letter-spacing: -0.03em;
    color: #BDBDBD;
    text-align: center;
}

.footer-column-item .arrow {
    display: none;
}


.page-id-27055 .section-simple-text {
    margin: 90px 0;
}

.page-id-27055 .section-simple-text .container {
    max-width: 600px;
}

.post-footer-content {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid;
}

.post-footer-content h5 {
    margin-bottom: 10px;
}

.post-footer-content h5 strong {
    line-height: 36px;
}

/*.post-footer-content p {
    line-height: 20px;
}*/