@import 'https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap';* {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: red hat display,sans-serif
}

.header-space {
    height: 120px;
    width: 100%
}

h1 {
    font-size: 92px;
    letter-spacing: 0;
    color: #fff;
    font-weight: 400;
    margin: 0;
    font-family: dm serif display,serif;
    line-height: 98px
}

p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    margin-top: 0;
    font-family: red hat display,sans-serif
}

span.sub-title {
    display: block;
    margin: 0 0 7px;
    font-size: 18px;
    font-family: red hat display,sans-serif;
    font-weight: 500;
    text-transform: uppercase
}

h2 {
    margin: 0 0 15px;
    font-size: 60px;
    line-height: 64px;
    font-family: dm serif display,serif;
    font-weight: 400
}

.dot:after {
    content: ".";
    color: #27aae1
}

section {
    display: block;
    overflow: hidden;
    width: 100%
}

.dark-header header .header-menu ul li a {
    color: #000
}

.dark-header header .logo a {
    /* background:url(../images/logo-black.svg)no-repeat 50% 0/100%; */
    display: block
}

.dark-header header .logo a img {
    opacity: 0
}

.dark-header header {
    background: #fff;
    box-shadow: 3px 3px 10px rgb(0 0 0/15%)
}

.page-template-contact header .header-menu ul li a {
    color: #000
}

.page-template-contact header .logo a {
    background: url(../images/logo-black.svg)no-repeat 50% 0/100%;
    display: block
}

.page-template-contact header .logo a img {
    opacity: 0
}

.page-template-contact header {
    background: #fff;
    box-shadow: 3px 3px 10px rgb(0 0 0/15%)
}

.page-template-insights header .header-menu ul li a {
    color: #000
}

.page-template-insights header .logo a {
    background: url(../images/logo-black.svg)no-repeat 50% 0/100%;
    display: block
}

.page-template-insights header .logo a img {
    opacity: 0
}

.page-template-insights header {
    background: #fff
}

.single.single-post header .header-menu ul li a {
    color: #000
}

.single.single-post header .logo a {
    background: url(../images/logo-black.svg)no-repeat 50% 0/100%;
    display: block
}

.single.single-post header .logo a img {
    opacity: 0
}

.single.single-post header {
    background: #fff;
    box-shadow: 3px 3px 10px rgb(0 0 0/15%)
}

header .header-menu ul li a:after {
    border-bottom: 1px solid #fff;
    display: inline-block;
    height: 2px;
    background: 0 0;
    content: "";
    position: absolute;
    bottom: -5px;
    left: 51%;
    right: 51%;
    max-width: calc(100% - 11px);
    margin: 0 auto;
    transform: translateX(5%);
    transition: all .5s ease
}

header .header-menu ul li:hover a:after,header .header-menu ul li.current-menu-item a:after {
    left: 0;
    right: 0;
    background: #fff
}

.dark-header header .header-menu ul li:hover a:after,.dark-header header .header-menu ul li.current-menu-item a:after {
    left: 0;
    right: 0;
    background: #27aae1
}

.single.single-team header .header-menu ul li.menu-item-163 a:after,.single.single-post header .header-menu ul li.menu-item-162 a:after,.page-template-insights header .header-menu ul li.current-menu-item a:after {
    left: 0;
    right: 0;
    background: #27aae1
}

.primary_btn {
    font-size: 18px;
    color: #fff;
    font-family: red hat display,sans-serif;
    line-height: 37px;
    display: inline-flex;
    padding: 5px 20px;
    background: #27aae1;
    border: 1px solid #27aae1;
    border-radius: 30px;
    min-width: 87px;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.primary_btn.arrow-btn img {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    padding: 11px;
    margin-left: 12px;
    position: relative;
    right: -10px
}

.primary_btn.border_btn.arrow-btn {
    border-color: #fff;
    color: #fff
}

.primary_btn.border_btn.arrow-btn img {
    background: rgb(255 255 255/.2);
    display: flex
}

.primary_btn.border_btn {
    background: 0 0;
    color: #27aae1;
    position: relative
}

.container {
    max-width: 1208px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px
}

section.insight-single .wrapper h2.wp-block-heading {
    font-size: 26px!important
}

section.insight-single .wrapper h3.wp-block-heading {
    font-size: 22px!important;
    font-weight: 700
}

section.insight-single .wrapper h4.wp-block-heading {
    font-size: 20px!important;
    font-weight: 700
}

section.insight-single .wrapper h5.wp-block-heading {
    font-size: 18px!important;
    font-weight: 700
}

.simpleParallax img.parallax-img {
    width: 100%
}

.simpleParallax {
    overflow: visible!important;
    transform: scale(.63)
}

.banner-section .banner-img img {
    width: 100%;
    object-fit: cover
}

.banner-section .wrapper {
    position: relative;
    z-index: 1;
    max-width: 730px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 97px
}

.banner-section .banner-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    align-items: center;
    height: 100%
}

.banner-section.inner-banner .banner-img {
    display: flex;
    flex-wrap: wrap
}

.banner_desc {
    padding-top: 120px;
    max-width: 605px
}

.team_banner_desc {
    max-width: 100%
}

.banner-section p {
    color: #fff
}

.banner-section h1 {
    margin-bottom: 20px
}

.banner-section {
    position: relative;
    height: auto;
    aspect-ratio: 4/2.28;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 0;
    width: 100%;
    max-height: 100vh;
    overflow: hidden
}

.inner-banner.team-banner {
    aspect-ratio: 4/1.72;
    align-items: center
}

a {
    transition: all .4s ease-in-out;
    text-decoration: none!important
}

header .logo,header .black-logo {
    width: 215px;
    height: 80px;
    transform: scale(1);
    transition: all .5s ease-in-out
}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    padding: 25px 0;
    background: 0 0;
    transition: all .5s ease-in-out;
    box-shadow: 0 0 transparent
}

header .header-menu ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 37px;
    font-family: red hat display,sans-serif;
    display: flex;
    padding: 0 11px;
    position: relative
}

header .header-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    margin-right: 25px
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

header .header-menu {
    display: flex;
    align-items: center
}

header .header-links {
    display: inline-flex
}

header .header-links .primary_btn {
    margin-right: 10px;
    font-size: 14px;
    padding: 0
}

header .header-menu li {
    margin: 0 7px
}

body.dark-header header {
    padding: 15px 0
}

body.dark-header header .logo,body.dark-header header .black-logo {
    transform: scale(.8)
}

.about-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/2.04;
    max-height: 100%
}

.about-section .left-column {
    width: 680px;
    max-width: 100%;
    position: relative;
    z-index: 1
}

.about-section .right-column {
    width: 52%;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    height: 100%;
    clip-path: circle(50% at 75% 60%)
}

.about-section .wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.about-section .right-column .img {
    width: 100%;
    display: flex;
    border-radius: 0;
    margin-left: auto;
    position: relative;
    right: 0;
    bottom: 0;
    aspect-ratio: 0;
    height: 100%
}

.about-section .right-column .img img {
    width: 100%;
    object-fit: cover
}

.about-section span.sub-title {
    color: #27aae1
}

.our_services_section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    aspect-ratio: 4/2.04;
    max-height: 80vh;
    padding: 40px 0
}

.our_services_section .image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.our_services_section .image img {
    width: 100%;
    object-position: left;
    object-fit: cover
}

.our_services_section .wrapper {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin-left: auto
}

.our_services_section .wrapper p {
    color: #fff;
    margin-bottom: 30px
}

.our_services_section .wrapper h2 {
    color: #fff
}

.our_services_section .wrapper span.sub-title {
    color: #fff
}

.our_team_section .wrapper {
    margin-left: 0
}

.our_team_section .wrapper p {
    max-width: 560px;
    margin-bottom: 30px
}

.quote_section blockquote {
    font-size: 32px;
    font-family: dm serif display,serif;
    letter-spacing: -.4px
}

.quote_section .right_column {
    width: 50%;
    margin-left: auto;
    position: relative
}

.quote_section .left_column {
    width: 50%;
    clip-path: circle(55% at 40% 60%)
}

.quote_section .wrapper {
    display: flex;
    flex-wrap: wrap
}

.quote_section .author h4 {
    font-size: 28px;
    font-family: dm serif display,serif;
    letter-spacing: -.4px;
    margin: 0;
    font-weight: 400;
    color: #27aae1
}

.quote_section .author p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500
}

.quote_section .author {
    margin-top: 42px
}

.quote_section {
    aspect-ratio: 4/2.28;
    display: flex;
    align-items: center;
    position: relative;
    max-height: 100%
}

.quote_section .right_column blockquote {
    margin: 0;
    max-width: 560px
}

.quote_section .left_column {
    position: absolute;
    left: -70px;
    top: 18%;
    bottom: 0
}

.quote_section .left_column .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 0
}

.quote_section .left_column .img .parallax-window {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    padding-top: 0;
    clip-path: circle(50% at 46% 65%);
    margin-top: 0
}

.quote_section .right_column:before,.quote_section .right_column:after {
    content: "";
    background: url(../images/quote.svg)no-repeat;
    width: 70px;
    height: 70px;
    display: inline-block;
    margin-bottom: 40px
}

.quote_section .right_column:after {
    transform: rotate(-180deg);
    position: absolute;
    bottom: 30px;
    right: 50px
}

footer {
    background: #000;
    padding: 150px 0 30px;
    position: relative;
    overflow: hidden
}

footer h2 {
    font-size: 50px;
    line-height: 54px;
    margin: 0 0 30px;
    color: #fff
}

footer .contact-info a,footer .contact-info p {
    font-size: 16px;
    color: #27aae1;
    line-height: 25px;
    margin: 0;
    font-family: red hat display,sans-serif;
    display: inline-block
}

footer .contact-info p {
    color: #fff;
    margin-bottom: 20px
}

.copyright .wrap ul.social a {
    width: 45px;
    display: block
}

.copyright p,.copyright a {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin: 0;
    display: flex
}

.copyright ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.copyright {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.copyright .wrap {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 25px
}

.copyright .wrap ul {
    margin: 0 auto;
    margin-left: 100px
}

.copyright .wrap ul.social {
    margin-left: auto;
    margin-right: 0
}

footer .contact-info {
    margin-bottom: 90px;
    display: inline-flex;
    flex-direction: column
}

footer .contact-btn {
    max-width: 540px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

footer .wrapper {
    width: 100%;
    position: relative
}

footer .container {
    position: relative;
    z-index: 3
}

footer:before,footer:after {
    content: "";
    width: 770px;
    height: 770px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    background-image: linear-gradient(22deg,rgba(39,170,225,.1) 0%,rgba(39,170,225,.6) 100%);
    z-index: 2
}

footer::after {
    background-color: #27aae1;
    z-index: 0;
    width: 1100px;
    height: 1100px;
    opacity: .2
}

footer .primary_btn {
    padding: 0 20px;
    min-width: 166px;
    min-height: 50px
}

footer .contact-info img {
    max-width: 160px;
    margin-bottom: 30px
}

.copyright ul li a {
    border-right: 1px solid #fff;
    padding-right: 15px;
    margin-right: 15px;
    color: #fff!important
}

.copyright ul li a:hover {
    color: #27aae1
}

.copyright ul li:nth-last-child(1) a {
    border-right: 0;
    padding-right: 0;
    margin-right: 0
}

.inner-banner .wrapper {
    margin: 0;
    text-align: left;
    max-width: 560px
}

.image-text-section .wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative
}

.image-text-section .wrapper .left-column {
    width: 50%;
    padding-right: 85px
}

.image-text-section .wrapper .right-column {
    width: 50%
}

.image-text-section .wrapper .right-column .img {
    width: 480px;
    height: 480px;
    border-radius: 50%;
    margin-left: auto;
    position: relative;
    border: 0 solid #fff;
    padding: 0
}

.image-text-section {
    background: #93d4f0 url(../images/bg_lines.svg)no-repeat 80%/130%;
    position: relative;
    padding: 50px 0;
    height: auto;
    aspect-ratio: 4/2;
    display: flex;
    align-items: center;
    overflow: hidden
}

.image-text-section:before {
    content: "";
    width: calc(100% - 25%);
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    position: absolute;
    clip-path: circle(100% at 0 50%)
}

.image-text-section .wrapper .right-column .img:before {
    content: "";
    position: absolute;
    top: -25px;
    left: -25px;
    right: -25px;
    bottom: -25px;
    background: 0 0;
    border: 6px solid #fff;
    border-radius: 50%
}

.image-text-section .wrapper .right-column .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden
}

.advantage-section {
    background: #000;
    padding: 70px 0 94px
}

.advantage-section .wrapper {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap
}

.advantage-section .wrapper .item {
    width: 25%;
    padding: 5px 20px;
    text-align: center;
    border-right: 1px solid #27aae1
}

.advantage-section .wrapper .item .img {
    width: 84px;
    height: 80px;
    margin: 0 auto 30px
}

.advantage-section .wrapper .item .img img {
    max-height: 80px
}

.advantage-section .wrapper .item p {
    font-size: 18px;
    color: #fff;
    max-width: 200px;
    margin: 0 auto;
    text-transform: uppercase
}

.advantage-section .wrapper .item:nth-last-child(1) {
    border-right: 0 solid #27aae1
}

.advantage-section h2 {
    color: #fff;
    text-align: center;
    margin: 0 0 80px
}

.banifits_section {
    padding: 80px 0;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    position: relative
}

.banifits_section .block-head h2 {
    color: #fff;
    margin: 0 0 25px
}

.banifits_section .block-head p {
    color: #fff
}

.banifits_section .block-head {
    max-width: 765px;
    margin-bottom: 80px
}

.banifits_section .wrapper h2 {
    color: #27aae1;
    font-size: 40px;
    text-align: center;
    margin-bottom: 25px
}

.banifits_section .wrapper {
    background: #fff;
    padding: 55px;
    border-radius: 40px;
    box-shadow: 1px 1px 4px rgba(0,0,0,.2)
}

.banifits_section .wrapper .items {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch
}

.banifits_section .wrapper .items .item {
    width: 25%;
    text-align: center;
    border-right: 1px solid #27aae1;
    padding: 34px 15px;
    border-top: 1px solid #27aae1
}

.banifits_section .wrapper .items .item:nth-child(1),.wrapper .items .item:nth-child(2),.wrapper .items .item:nth-child(3),.wrapper .items .item:nth-child(4) {
    border-top: 0
}

.banifits_section .wrapper .items .item:nth-child(4n) {
    border-right: 0
}

.banifits_section .wrapper .items .item p {
    margin: 0
}

.services-banner .wrapper {
    margin: 0;
    text-align: left;
    max-width: 620px
}

.image-text-section .wrapper .right-column {
    width: 45%
}

.image-text-services .wrapper .left-column {
    width: 55%;
    padding-right: 0
}

.services-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden
}

.services-section img.img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.services-section .container {
    position: relative
}

.services-section .container .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    background: rgb(0 0 0/.3);
    border: 1px solid #fff;
    border-radius: 40px;
    overflow: hidden
}

.services-section .container .wrapper .item {
    width: 33.33%;
    padding: 60px 20px 40px;
    text-align: center;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff
}

.services-section .container .wrapper .item p {
    margin: 0;
    color: #fff;
    font-weight: 400
}

.services-section .container .wrapper .item .image {
    width: 106px;
    height: 106px;
    text-align: center;
    margin: 0 auto 25px
}

.services-section h2 {
    color: #fff;
    text-align: center
}

.services-section p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1.3px
}

.services-section .container .wrapper .item:nth-child(1) {
    border-top: 0 solid #fff
}

.services-section .container .wrapper .item:nth-child(2) {
    border-top: 0 solid #fff
}

.services-section .container .wrapper .item:nth-child(3) {
    border-top: 0 solid #fff
}

.services-section .container .wrapper .item:nth-child(4) {
    border-top: 1px solid #fff
}

.services-section .block-head {
    max-width: 942px;
    margin: 0 auto 70px
}

.services-section .container .wrapper .item .image img {
    max-height: 100px;
    width: 120px
}

.resource_section {
    padding: 100px 0;
    overflow: hidden
}

.resource_section .block-head p {
    font-size: 22px;
    font-weight: 400;
    width: 50%;
    margin: 0
}

.resource_section .wrapper .item {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid #e6e6e6;
    padding-top: 50px;
    margin-top: 50px
}

.resource_section .wrapper .item .text {
    width: 50%
}

.resource_section .wrapper .item .text p span {
    color: #666;
    font-size: 16px;
    line-height: 28px
}

.resource_section .img {
    width: 50%
}

.resource_section .block-head {
    display: flex;
    align-items: self-start
}

.resource_section .block-head h2 {
    width: 50%
}

.resource_section .wrapper .item .text .view-link {
    color: #27aae1;
    font-size: 18px;
    text-decoration: underline!important;
    display: block;
    margin-top: 30px
}

.resource_section .img img {
    max-width: 90%
}

.resource_section h5 {
    color: gray;
    margin: 0;
    font-weight: 400;
    font-size: 14px
}

.team-banner.inner-banner .wrapper {
    margin: 0;
    text-align: left;
    max-width: 880px;
    padding-bottom: 0;
    padding-top: 100px
}

.team-listing {
    padding: 100px 0
}

.team-listing .wrapper {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap
}

.team-listing .wrapper .item {
    width: 33.33%;
    padding: 0 20px;
    text-align: center
}

.team-listing .name h5 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 0;
    display: block;
    margin: 0 0 5px
}

.team-listing .name p {
    color: #27aae1
}

.team-listing .block-head {
    max-width: 940px;
    text-align: center;
    margin: 0 auto 90px
}

.team-listing .block-head p {
    font-size: 22px
}

.team-listing .img {
    width: 270px;
    height: 270px;
    margin: 0 auto 25px;
    border-radius: 50%;
    overflow: hidden
}

.team-listing .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.insight .wrapper .item:nth-child(1):after {
    content: "";
    border-bottom: 1px solid #e6e6e6;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    display: block;
    margin-top: 60px
}

.insight .wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px
}

.insight .wrapper .item {
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 50px
}

.insight .wrapper .item a {
    display: flex;
    flex-direction: column
}

.insight .wrapper .item a span,.wrapper .item a p {
    color: #27aae1;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500
}

.insight .wrapper .item a h2 {
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    font-family: red hat display,sans-serif;
    font-weight: 600;
    margin: 15px 0 18px
}

.insight .wrapper .item a .image {
    width: 100%;
    margin: 0 0 25px;
    display: flex;
    height: auto;
    aspect-ratio: 4/2;
    border-radius: 12px;
    overflow: hidden
}

.insight .wrapper .item a .image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.insight .wrapper .item:nth-child(1) {
    width: 100%;
    margin-bottom: 60px
}

.insight .wrapper .item:nth-child(1) a {
    flex-direction: row;
    align-items: center;
    pointer-events: none
}

.insight .wrapper .item:nth-child(1) a .image {
    width: 50%;
    margin: 0;
    pointer-events: auto
}

.insight .wrapper .item:nth-child(1) a .text {
    width: 50%;
    padding-left: 60px;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.insight {
    padding: 80px 0 30px
}

.insight .wrapper .item:nth-child(1) a .text span {
    pointer-events: auto
}

.insight .wrapper .item:nth-child(1) a h2 {
    pointer-events: auto
}

.insight .wrapper .item:nth-child(1) a p.date {
    pointer-events: auto
}

.insight .wrapper .item:nth-child(1) a h2 {
    font-size: 26px;
    line-height: 34px;
    margin: 10px 0
}

.insight .block-head p {
    color: #27aae1;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin: 0 0 15px
}

.contact_page .wrapper .text h3 {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600
}

.contact_page .wrapper .text p {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 10px
}

.contact_page .wrapper .text a {
    font-size: 14px;
    color: #27aae1;
    display: inline-block;
    margin: 0 0 5px;
    font-weight: 500;
    display: block
}

.contact_page .wrapper .map {
    width: 100%;
    margin-top: 30px
}

.contact_page .wrapper .map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 4/1.7
}

.contact_page .wrapper .left_column {
    width: 50%;
    padding-top: 15px
}

.contact_page .block-head {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    justify-content: space-between
}

.contact_page .block-head h2 {
    font-size: 40px;
    margin: 0
}

section.contact_page {
    padding: 100px 0
}

.inner-banner.team-single {
    aspect-ratio: 4/.9
}

.inner-banner.team-single {
    background: #000;
    position: relative;
    min-height: 338px
}

.inner-banner.team-single:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background-size: cover!important;
    background: url(../images/line_border.png)no-repeat 100% 0;
    content: "";
    height: 100%;
    background-position: 50%!important
}

section.team-info {
    padding-bottom: 60px;
    overflow: visible
}

section.team-info h2 {
    font-size: 22px!important;
    line-height: 1.3!important;
    margin: 0 0 5px;
    font-weight: 600;
    color: #000;
    font-family: red hat display,sans-serif
}

section.team-info h3 {
    font-size: 18px;
    line-height: 27px;
    margin: 0;
    font-weight: 400;
    color: #27aae1
}

section.team-info .text ul {
    margin: 0;
    padding: 0
}

section.team-info .text ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #27aae1;
    font-weight: 500
}

section.team-info .text ul li a img {
    width: 22px;
    max-height: 19px;
    margin-right: 15px
}

section.team-info .text ul li {
    margin: 0 0 7px;
    padding: 0
}

section.team-info .text ul {
    padding-left: 20px
}

.wp-block-heading span {
    color: #27aae1
}

section.team-info .wrapper .left_column .text ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    border-top: 1px solid #ccc;
    margin-top: 22px;
    padding-top: 22px;
    max-width: 350px
}

#add_here {
    background: #27aae1;
    color: #fff;
    display: inline-block;
    border-radius: 12px;
    white-space: nowrap;
    padding: 2px 12px;
    font-size: 14px;
    margin: 70px 5px 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

section.team-info .wrapper .left_column .text ul li {
    list-style: none
}

section.team-info .text ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px
}

section.team-info .wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1080px;
    margin: 0 auto
}

section.team-info .wrapper .left_column {
    width: 42%;
    margin-top: -150px;
    position: relative
}

section.team-info .wrapper .right_column {
    width: 58%;
    padding-top: 80px
}

section.team-info .img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin-bottom: 20px
}

section.team-info .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

section.insight-single .wrapper {
    max-width: 800px;
    margin: 0 auto
}

section.insight-single .wrapper .img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/1.6;
    margin-bottom: 30px;
    min-height: 320px;
    border-radius: 12px;
    overflow: hidden;
    background: 0 0
}

section.insight-single .block-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
    margin-bottom: 30px
}

section.insight-single .wrapper .block-head ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none
}

section.insight-single .wrapper .block-head ul li a {
    display: inline-flex;
    width: 28px;
    height: 28px;
    margin-left: 7px;
    border: 1px solid #27aae1;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative
}

section.insight-single .wrapper .block-head ul li a img {
    width: 14px;
    max-height: 12px
}

section.insight-single .wrapper h1 {
    color: #000;
    font-size: 32px;
    line-height: 1.2;
    font-family: red hat display,sans-serif;
    font-weight: 700;
    margin: 0 0 20px
}

section.insight-single h3 {
    font-size: 22px;
    margin: 0 0 15px
}

section.insight-single h2 {
    font-size: 22px;
    font-family: red hat display,sans-serif;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 15px
}

section.insight-single h4 {
    margin: 0 0 15px;
    font-size: 18px
}

section.insight-single .block-head p {
    margin: 0;
    font-size: 18px;
    color: #27aae1
}

section.insight-single ul,section.insight-single ol {
    padding-left: 20px
}

section.insight-single {
    padding: 80px 0
}

section.insight-single .wrapper .img img {
    width: 100%
}

.primary_btn:hover {
    color: #27aae1;
    background: #fff
}

.primary_btn.border_btn:hover {
    background: #27aae1;
    color: #fff
}

section.contact_page .wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

section.contact_page input {
    background: #eee;
    box-shadow: none!important;
    outline: 0!important;
    height: 63px;
    border: 1px solid #c7c8ca;
    padding: 0 20px!important
}

section.contact_page .right_column {
    width: 50%;
    display: flex;
    align-items: baseline
}

section.contact_page .gform_wrapper.gravity-theme .gfield textarea {
    padding: 20px;
    height: 180px!important;
    resize: none;
    background: #eee;
    box-shadow: none!important;
    outline: 0!important;
    height: 63px;
    border: 1px solid #c7c8ca;
    padding: 20px!important
}

section.contact_page .right_column .wrap {
    width: 100%;
    padding-left: 40px
}

section.contact_page .gform-body.gform_body {
}

section.contact_page .gform-body.gform_body .name_first.gform-grid-col {
    padding-right: 7px!important
}

section.contact_page .gform-body.gform_body .name_last.gform-grid-col {
    padding-left: 8px!important
}

section.contact_page .gfield--input-type-email {
    padding-right: 7px!important
}

section.contact_page .gfield--type-phone {
    padding-left: 7px!important
}

.modal .modal-body .row {
    display: flex;
    flex-wrap: wrap;
    padding: 100px 20px 60px;
    align-items: center;
    justify-content: center
}

.modal .modal-body .row .view_row {
    text-align: center;
    padding: 0;
    margin: 0
}

.modal {
    background: rgb(0 0 0/.3)
}

.modal .modal-dialog {
    max-width: 850px;
    margin: 0 auto;
    width: 100%
}

.modal .modal-dialog .img {
    width: 300px;
    margin: 0 auto 50px
}

.modal .modal-dialog .img img {
    width: 100%;
    max-height: 80px
}

.modal .modal-body .row .view_row:nth-child(1) {
    border-right: 1px solid #27aae6;
    margin-top: 0!important
}

.modal .modal-dialog .modal-header {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1
}

.modal .modal-dialog .modal-content {
    position: relative
}

.modal .modal-body .row .view_row .primary_btn {
    min-width: 160px
}

.modal .modal-dialog button.btn-close {
    width: 35px;
    height: 35px;
    background: url(../images/close-btn.svg)no-repeat 50%/16px;
    border: 0;
    cursor: pointer;
    outline: 0;
    box-shadow: none
}

.gform_wrapper input[type=submit] {
    font-size: 18px;
    font-family: red hat display,sans-serif;
    line-height: 35px;
    display: inline-flex;
    padding: 5px 10px!important;
    border: 1px solid #27aae1;
    border-radius: 30px;
    min-width: 160px;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: 0 0;
    color: #27aae1;
    height: 50px;
    transition: all .4s ease-in-out
}

.gform_wrapper input[type=submit]:hover {
    background: #27aae1;
    color: #fff
}

.gform_footer.before {
    margin-top: 0!important
}

.gform_wrapper.gravity-theme .gform_fields {
    gap: 0!important
}

section.contact_page input {
    margin-bottom: 14px!important
}

h2.gform_submission_error.hide_summary {
    font-size: 18px!important
}

.cal_btn {
    width: 52px;
    height: 52px;
    display: inline-block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9
}

.banner-section .cal_btn {
    position: absolute;
    right: 20px;
    bottom: 20px
}

.contact_page .block-head .primary_btn img {
    width: 27px;
    margin-left: 12px;
    filter: brightness(50)
}

.contact_page .block-head .primary_btn:hover img {
    filter: brightness(1)
}

.contact_page .wrapper .text a img {
    width: 16px;
    max-height: 17px;
    margin-right: 8px
}

section.team-info .wrapper .right_column p span {
    color: #666;
    font-size: 16px;
    line-height: 28px
}

.gform_wrapper.gravity-theme .gfield_validation_message,.gform_wrapper.gravity-theme .validation_message {
    margin: 0 0 15px
}

section.team-info .wrapper .right_column h1 {
    color: #000;
    font-size: 38px;
    font-weight: 700;
    font-family: red hat display,sans-serif;
    margin: 0 0 20px;
    line-height: 1.4
}

section.team-info .wrapper .right_column h2 {
    font-size: 32px;
    font-weight: 700;
    font-family: red hat display,sans-serif;
    margin: 0 0 20px
}

section.team-info .wrapper .right_column h3 {
    font-size: 26px;
    font-weight: 700;
    font-family: red hat display,sans-serif;
    margin: 0 0 20px
}

section.team-info .wrapper .right_column h4 {
    font-size: 22px;
    font-weight: 700;
    font-family: red hat display,sans-serif
}

section.team-info .wrapper .right_column h5 {
    font-size: 20px;
    font-weight: 700
}

section.team-info .wrapper .right_column h6 {
    font-size: 18px;
    font-weight: 700
}

.page-template-contact footer .contact-btn {
    display: none
}

.page-template-contact footer .contact-info {
    display: none
}

.page-template-contact footer {
    padding: 60px 0 30px
}

.page-template-contact footer:before,.page-template-contact footer:after {
    display: none
}

.insight-single p a {
    color: #27aae1
}

.modal .modal-body .row .view_row:nth-last-child(1) {
    border: 0
}

.modal .modal-body .row .view_row {
    margin: 0 0 40px
}

.parallax-mirror:nth-child(4) {
    clip-path: circle(50% at 70% 60%)
}

.parallax-mirror:nth-child(2) {
    clip-path: circle(50% at 40% 60%)
}

.image.parallax-window {
    clip-path: polygon(0 0,100% 0,100% 100%,0% 100%)
}

.parallax-mirror {
    clip-path: polygon(0 0,100% 0,100% 100%,0% 100%)
}

.simpleParallax {
    overflow: visible!important
}

section.banner-section.inner-banner .simpleParallax {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

section.banner-section.inner-banner .banner_desc {
    position: relative;
    z-index: 3
}

header .black-logo {
    /* display: none; */
    position: absolute;
    opacity: 0;
}

body.dark-header header .black-logo {
    opacity: 1;
}

body.dark-header header .logo {
    /* display: none; */
}

body.dark-header header img {
    /* position: absolute; */
}

.banifits_section .wrapper > p {
    max-width: 75%;
    margin: 0 auto 25px;
    text-align: center;
}



@media only screen and (max-width: 1440px) {
    .container {
        max-width:1180px
    }

    .insight .wrapper {
        margin: 0 -20px
    }

    .banner-section .wrapper {
        padding-bottom: 57px
    }

    .banner-section .wrapper h1 {
    }

    .banner-section .wrapper h2 {
        font-size: 56px
    }

    .banner-section .wrapper footer {
        padding: 120px 0 30px
    }

    footer:before,footer:after {
        width: 670px;
        height: 670px
    }

    footer::after {
        width: 980px;
        height: 980px
    }

    footer {
        padding: 100px 0 30px
    }

    .banner-section.inner-banner h1 {
        margin-left: 0
    }

    .advantage-section {
        padding: 70px 0 74px
    }

    .advantage-section {
        padding: 60px 0
    }

    .advantage-section h2 {
        margin: 0 0 60px
    }

    section.contact_page {
        padding: 80px 0
    }
}

@media only screen and (max-width: 1199px) {
    footer .contact-btn {
        width:540px
    }

    footer .contact-info {
        margin-bottom: 80px
    }

    footer {
        padding: 110px 0 30px
    }

    .container {
        max-width: 980px
    }

    footer:before,footer:after {
        width: 630px;
        height: 630px
    }

    footer::after {
        width: 850px;
        height: 850px
    }

    footer .contact-info {
        margin-bottom: 50px
    }

    footer h2 {
        font-size: 42px;
        line-height: 48px
    }

    footer .contact-btn {
        width: 440px
    }

    .banner-section h1 {
        font-size: 58px;
        line-height: 1.2;
        max-width: 480px;
        margin-bottom: 20px;
        margin: 0 auto 20px
    }

    h2 {
        font-size: 42px;
        line-height: 48px
    }

    .about-section .left-column {
        width: 520px
    }

    .our_services_section .wrapper {
        max-width: 560px
    }

    .quote_section blockquote {
        font-size: 26px
    }

    .quote_section .right_column:before,.quote_section .right_column:after {
        width: 50px;
        height: 50px;
        margin-bottom: 30px
    }

    .quote_section .right_column:after {
        bottom: 50px
    }

    .quote_section .author h4 {
        font-size: 24px
    }

    .image-text-section .wrapper .right-column .img {
        width: 380px;
        height: 380px
    }

    .advantage-section .wrapper .item p {
        font-size: 16px
    }

    h2 {
        font-size: 36px!important;
        line-height: 48px
    }

    .advantage-section h2 {
        margin: 0 0 50px
    }

    header {
        padding: 25px 0
    }

    .services-section .container .wrapper .item .image img {
        max-height: 100px;
        width: 120px
    }

    .services-section p {
        font-size: 18px
    }

    .resource_section {
        padding: 80px 0
    }

    .team-listing {
        padding: 80px 0
    }

    .insight .wrapper .item a span,.wrapper .item a p {
        font-size: 16px
    }

    .insight .wrapper .item a h2 {
        font-size: 20px!important;
        line-height: 1.4
    }

    .insight .wrapper .item:nth-child(1) a .text {
        width: 50%;
        padding-left: 50px;
        padding-right: 30px
    }

    .inner-banner.team-single {
        aspect-ratio: auto;
        min-height: 340px
    }

    section.contact_page {
        padding: 80px 0
    }
}

@media only screen and (max-width: 991px) {
    .insight .wrapper .item {
        width:50%!important;
        margin-bottom: 40px!important
    }

    .inner-banner.team-single {
        min-height: 250px
    }

    .insight .wrapper .item:nth-child(1) a {
        flex-direction: column
    }

    .insight .wrapper .item:nth-child(1) a .image {
        width: 100%;
        margin-bottom: 25px
    }

    .insight .wrapper .item:nth-child(1) a .text {
        width: 100%;
        padding: 0
    }

    .insight .wrapper .item:nth-child(1) {
        width: 50%;
        margin: 0
    }

    .insight .wrapper .item:nth-child(1) a h2 {
        font-size: 20px;
        line-height: 1.4
    }

    .insight .wrapper .item:nth-child(1):after {
        display: none
    }

    footer .contact-info {
        margin-bottom: 70px
    }

    footer h2 {
        font-size: 32px;
        line-height: 42px
    }

    footer .contact-btn {
        width: 380px
    }

    footer .contact-info {
        margin-bottom: 30px
    }

    footer {
        padding: 70px 0 30px
    }

    footer:before,footer:after {
        width: 550px;
        height: 550px
    }

    footer::after {
        width: 750px;
        height: 750px
    }

    .banner-section .wrapper {
        padding-bottom: 37px
    }

    .banner-section {
        min-height: 480px;
        padding-top: 120px;
        aspect-ratio: auto
    }

    .banner-section .wrapper h1 {
        font-size: 43px
    }

    .banner-section .wrapper h1 {
        max-width: 360px
    }

    .about-section .left-column {
        width: 50%
    }

    .about-section {
        aspect-ratio: auto;
        padding: 50px 0;
        max-height: none
    }

    .our_services_section {
        aspect-ratio: auto;
        padding: 50px 0;
        max-height: none
    }

    .quote_section {
        aspect-ratio: auto;
        padding: 50px 0;
        max-height: 100%
    }

    .quote_section .right_column:before,.quote_section .right_column:after {
        width: 35px;
        height: 35px;
        margin-bottom: 20px
    }

    .quote_section .author h4 {
        font-size: 22px
    }

    .quote_section blockquote {
        font-size: 22px
    }

    .quote_section .right_column:after {
        bottom: 70px
    }

    header {
        padding: 20px!important;
        background: #fff
    }

    header .header-menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        background: #fff;
        position: absolute;
        left: 0;
        right: 0;
        top: 94px;
        padding: 20px 0;
        padding-top: 0;
        transform: translate(101%);
        transition: all .4s ease-in-out;
        box-shadow: 0 4px 6px #00000040
    }

    header .header-menu ul {
        flex-direction: column;
        width: 100%;
        padding: 0 10px
    }

    header .header-menu li {
        margin: 0
    }

    header .header-links {
        padding: 0 20px;
        margin-top: 10px
    }

    header .header-menu ul li a {
        color: #000;
        font-size: 20px;
        margin: 4px 0;
        display: inline-flex
    }

    header .logo {
        position: relative;
        z-index: 1;
        width: 150px;
        height: 55px
    }

    header .container {
        padding: 0
    }

    header .logo a {
        /*background: url(../images/logo-black.svg)no-repeat 50% 0/100%;
        display: flex*/
    }
    header .logo, header .black-logo {
    width: 175px;
    height: 60px;
    transform: scale(1) !important;
    transition: all .5s ease-in-out;
    }
    header .black-logo { opacity: 1; }

    header .logo a img {
        opacity: 0
    }

    header button.navbar-toggler {
        display: -webkit-inline-flex;
        display: inline-flex!important;
        -webkit-flex-direction: column;
        flex-direction: column;
        background: 0 0;
        outline: 0!important;
        border: 0!important;
        box-shadow: none!important;
        position: relative;
        z-index: 2
    }

    body.show_menu span.navbar-toggler-icon:nth-child(1) {
        transform: rotate(-45deg);
        top: 5px
    }

    header button.navbar-toggler span.navbar-toggler-icon {
        background: #27aae1;
        height: 2px;
        margin: 3px 0;
        width: 32px;
        position: relative;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        transform: translate3d(0,0,0)rotate(0)
    }

    body.show_menu span.navbar-toggler-icon:nth-child(2) {
        transform: rotate(45deg);
        top: -4px
    }

    body.show_menu span.navbar-toggler-icon:nth-child(3) {
        opacity: 0
    }

    body.show_menu .header-menu {
        transform: translate(0%)
    }

    .image-text-section .wrapper .left-column {
        width: 50%;
        padding-right: 20px
    }

    .image-text-section .wrapper .right-column .img {
        width: 300px;
        height: 300px
    }

    .advantage-section .wrapper .item {
        width: 50%;
        border-right: 1px solid #27aae1;
        margin-bottom: 40px
    }

    .advantage-section .wrapper .item:nth-last-child(1),.advantage-section .wrapper .item:nth-child(even) {
        border-right: 0 solid #27aae1
    }

    .services-section .container .wrapper .item .image {
        width: 86px;
        height: 86px;
        margin: 0 auto 15px
    }

    .services-section .container .wrapper .item .image img {
        max-height: 80px;
        width: 80px
    }

    .services-section .container .wrapper .item {
        padding: 40px 20px 30px
    }

    .team-listing .img {
        width: 190px;
        height: 190px
    }

    .team-listing {
        padding: 60px 0
    }

    section.team-info .img {
        width: 240px;
        height: 240px
    }

    section.team-info .wrapper .left_column {
        width: 40%;
        margin-top: -150px
    }

    section.team-info .wrapper .right_column {
        width: 60%;
        padding-top: 60px;
        padding-left: 30px
    }

    section.contact_page .right_column .wrap {
        width: 100%;
        padding-left: 0
    }

    .contact_page .wrapper .left_column {
        width: 100%
    }

    section.contact_page .right_column {
        width: 100%;
        margin-top: 20px
    }

    .contact_page .block-head {
        margin-bottom: 20px
    }

    section.contact_page {
        padding: 60px 0
    }

    .contact_page .block-head {
        flex-wrap: wrap
    }

    .header-space {
        height: 95px
    }

    .modal .modal-dialog {
        max-width: calc(100% - 40px)
    }

    .copyright .wrap ul {
        margin-left: 0
    }

    .image-text-section {
        height: auto;
        aspect-ratio: auto
    }

    body.show_menu {
        overflow: hidden
    }

    header .header-menu ul li:hover a:after,header .header-menu ul li.current-menu-item a:after {
        background: #27aae1
    }

    .copyright .wrap ul.social {
        margin: 0 auto
    }

    .copyright .wrap {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px
    }

    .header-spacer {
        height: 95px
    }

    .banner_desc {
        padding-top: 0
    }

    body.dark-header header .logo {
        transform: scale(1)
    }

    .image-text-section:before {
        clip-path: none
    }

    .inner-banner.team-single:before {
        background-size: cover!important;
        background-position: 50%
    }

    .page-template-insights .header-spacer,.single-post .header-spacer {
        display: none
    }

    .insight {
        padding: 50px 0 30px
    }

    [data-aos][data-aos] {
        opacity: 1!important;
        transform: none!important;
        transition: none!important
    }

    .quote_section .left_column .img {
        overflow: visible
    }

    section.banner-section.inner-banner .banner_desc {
        position: relative;
        z-index: 3;
        width: 100%
    }

    #add_here {
        left: -50%;
        transform: translateX(-50%)
    }
}

@media only screen and (max-width: 767px) {
    .simpleParallax {
        transform:none!important;
        display: flex;
        height: 100%
    }

    .banifits_section .container {
        position: relative;
        z-index: 1
    }

    .page-template-services section.banner-section.inner-banner .simpleParallax {
    }

    .banifits_section {
        background-position: 50%
    }

    .overlay_image {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0
    }

    .overlay_service {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    footer .contact-btn {
        width: 100%;
        position: relative;
        transform: none;
        left: 0;
        margin: 0 auto 30px
    }

    .copyright .wrap ul {
        margin: 0 auto;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 20px
    }

    .about-section .left-column {
        width: 100%
    }

    .about-section .right-column {
        position: relative;
        height: 456px
    }

    .about-section .wrapper {
        flex-direction: column
    }

    .quote_section .left_column .img .parallax-window {
        aspect-ratio: 2/2;
        background-size: contain!important
    }

    #add_here {
        right: 0;
        left: auto;
        transform: none
    }

    .about-section .right-column .img:before {
        height: 456px;
        background-position: 43%!important
    }

    .quote_section {
        padding-bottom: 0
    }

    .banner-section .wrapper {
        padding-bottom: 0;
        top: 50%;
        transform: translateY(-50%);
        padding-top: 0
    }

    .banner-section p {
        margin-bottom: 0
    }

    .image-text-section {
        background: #fff
    }

    .quote_section .left_column {
        left: -70px
    }

    footer .contact-info {
        text-align: center;
        width: 100%
    }

    .about-section {
        padding-bottom: 0
    }

    .about-section .right-column {
        position: relative;
        margin-left: auto;
        width: 100%;
        right: -54px
    }

    h2 {
        font-size: 32px!important;
        line-height: 38px
    }

    .quote_section .right_column {
        width: 100%
    }

    .quote_section .left_column {
        position: relative;
        order: 1
    }

    .quote_section .left_column {
        width: 100%;
        margin-bottom: 0
    }

    .copyright .wrap ul.social {
        margin-left: auto;
        margin-right: auto
    }

    .copyright .wrap {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .image-text-section .wrapper .left-column {
        width: 100%;
        padding-right: 0
    }

    .image-text-section:before {
        width: calc(100% - 50%)
    }

    .image-text-section .wrapper .right-column {
        width: 100%
    }

    .image-text-section .wrapper .right-column .img {
        width: 350px;
        height: 350px;
        margin: 50px auto 0
    }

    .image-text-section .wrapper .right-column .img:before {
        display: none
    }

    .banifits_section .wrapper .items .item {
        width: 100%;
        border-bottom: 1px solid #27aae1;
        border-right: 0;
        padding: 20px 15px;
        border-top: 0
    }

    .banifits_section .wrapper {
        padding: 30px;
        max-width: 80%;
        margin: 0 auto
    }

    .banifits_section .wrapper .items .item:nth-child(even) {
        border-right: 0 solid #27aae1
    }

    .banifits_section .wrapper .items .item {
        width: 50%;
        border-top: 0 solid #27aae1;
        border-right: 1px solid #27aae1
    }

    .banifits_section .wrapper .items .item:nth-child(2) {
        border-top: 0 solid #27aae1
    }

    .banifits_section .wrapper .items .item:nth-last-child(1),.banifits_section .wrapper .items .item:nth-last-child(2) {
        border-bottom: 0 solid #27aae1
    }

    .services-section .container .wrapper .item {
        width: 50%;
        padding: 40px 20px
    }

    .services-section .container .wrapper .item:nth-child(1) {
        border-bottom: 1px solid #fff
    }

    .services-section .block-head {
        margin: 0 auto 50px
    }

    .resource_section .wrapper .item {
        flex-direction: column
    }

    .resource_section .wrapper .item .text {
        width: 100%
    }

    .resource_section .img {
        width: 80%;
        margin-bottom: 30px
    }

    .resource_section .block-head {
        flex-direction: column
    }

    .resource_section .block-head h2 {
        width: 100%
    }

    .resource_section .block-head p {
        width: 100%
    }

    .team-listing .wrapper .item {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 40px
    }

    section.team-info .wrapper .left_column {
        width: 100%;
        margin-top: -150px
    }

    section.team-info .text ul {
        margin-top: 20px
    }

    section.team-info .wrapper .right_column {
        width: 100%;
        padding-top: 20px;
        padding-left: 0
    }

    .contact_page .block-head {
        align-items: flex-start;
        flex-direction: column
    }

    section.contact_page {
        padding: 50px 0
    }

    .contact_page .block-head h2 {
        margin: 0 0 20px
    }

    .contact_page .wrapper .map iframe {
        min-height: 250px
    }

    section.contact_page .gform-body.gform_body .name_last.gform-grid-col {
        padding-left: 0!important;
        margin: 0
    }

    .modal .modal-dialog {
        max-width: calc(100% - 40px)
    }

    .modal .modal-body .row .view_row:nth-child(2n- 1) {
        border-right: 0 solid #27aae6;
        margin-top: 0!important;
        width: 100%;
        margin: 0 0 40px
    }

    section.insight-single .wrapper .img {
        aspect-ratio: auto;
        min-height: auto
    }

    section.contact_page .gfield--input-type-email {
        padding-right: 0!important
    }

    section.contact_page .gform-body.gform_body .name_first.gform-grid-col {
        padding-right: 0!important;
        margin: 0
    }

    section.contact_page .gfield--type-phone {
        padding-left: 0!important
    }

    .modal .modal-body .row {
        padding: 40px
    }

    .modal .modal-dialog .img {
        width: 100%;
        margin: 0 auto 30px
    }

    .modal .modal-dialog .img img {
        width: 100%;
        max-height: 60px;
        object-fit: contain
    }

    .quote_section .right_column:before,.quote_section .right_column:after {
        width: 25px;
        height: 25px;
        margin-bottom: 20px
    }

    .quote_section .right_column:after {
        bottom: 60px
    }

    .banner-section .banner-img img {
        object-position: center;
        height: 100%
    }

    section.team-info h2 {
        font-size: 20px!important;
        line-height: 1.4!important
    }

    .banner-section .wrapper h1 {
        font-size: 36px;
        max-width: 100%
    }

    .modal .modal-body .row .view_row:nth-last-child(1) {
        border: 0;
        margin-bottom: 0!important
    }

    .modal .modal-body .row .view_row {
        border-bottom: 1px solid #27aae6;
        padding-bottom: 30px;
        width: 100%
    }

    .contact_page .wrapper .text a {
        display: block
    }

    .banner-section .wrapper {
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        left: 15px;
        right: 15px
    }

    .page-template-insights .header-spacer,.page-template-contact .header-spacer {
        height: 0
    }

    .insight {
        padding-top: 40px
    }

    .copyright p,.copyright a {
        text-align: center
    }

    .banner_desc {
        padding-top: 0
    }

    .page-template-about section.banner-section.inner-banner img.parallax-img {
        object-position: right
    }

    .page-template-about section.banner-section.inner-banner .simpleParallax {
        transform: scale(.6)!important
    }

    .banner-section h1 {
        font-size: 42px
    }

    .banner-section {
        padding-top: 0;
        aspect-ratio: auto
    }
}

@media only screen and (max-width: 575px) {
    .team-listing .wrapper .item {
        width:100%
    }

    .insight .wrapper .item {
        width: 100%!important
    }

    .image-text-section .wrapper .right-column .img {
        width: 300px;
        height: 300px;
        margin: 50px auto 0
    }

    .advantage-section .wrapper .item {
        width: 100%;
        border-bottom: 1px solid #27aae1!important
    }

    .advantage-section .wrapper .item {
        border-right: 0 solid #27aae1
    }

    .advantage-section .wrapper .item {
        margin-bottom: 30px;
        padding-bottom: 30px
    }

    .banifits_section .wrapper .items .item {
        width: 100%;
        border-top: 0 solid #27aae1!important;
        border-bottom: 1px solid #27aae1!important;
        border-right: 0!important;
        padding: 20px 0
    }

    .services-section .container .wrapper .item {
        width: 100%;
        border-right: 0
    }

    .services-section .container .wrapper .item:nth-child(2) {
        border-bottom: 1px solid #fff
    }

    .quote_section .author h4 {
        font-size: 20px
    }

    .copyright p,.copyright a {
        font-size: 11px;
        text-align: center
    }

    .copyright .wrap ul {
        gap: 6px
    }

    .copyright ul li a {
        padding-right: 6px;
        margin-right: 0
    }

    .banifits_section .wrapper {
        max-width: 100%
    }

    .home_page_banner {
        min-height: 547px;
        padding-top: 0
    }

    .home_page_banner.banner-section .wrapper {
        top: 66%
    }

    .banifits_section .wrapper {
        padding: 30px 15px
    }

    .banifits_section .wrapper .items .item p {
        font-size: 15px;
        max-width: 210px;
        margin: 0 auto
    }

    section.team-info .img {
        height: 180px;
        width: 180px
    }

    section.team-info .wrapper .left_column {
        margin-top: -95px
    }
    .banifits_section .wrapper > p {
    max-width: 100%;
    margin: 0 auto 25px;
    
    }
}

@media only screen and (min-width: 991px) {
    header button.navbar-toggler {
        display:none
    }
}

@media only screen and (max-height: 400px) {
    header .header-menu ul li a {
        font-size:18px;
        margin: 0;
        line-height: 30px
    }

    header .header-menu {
        height: 100%;
        overflow: auto;
        min-height: 180px
    }
}
