.recent-projects-slider .slider-arrows-wrap {
  width: 376px;
}
.cookie-bar-bar .ctcc-inner {
  display: block !important;
  max-width: 1200px;
}
.ctcc-left-side {
  float: left;
}
.ctcc-right-side {
  float: right;
}

@media only screen and (max-width: 1520px) {
  .slider-wrapper {
    margin: 0 25px;
  }
  .slider-wrapper .slider .slide .img-wrap {
    height: 352px;
  }
  .slider-wrapper .slider .slide .img-wrap.right {
    float: right;
  }
  .slider-wrapper .slider .slide .img-wrap.right .caption {
    top: 20px;
  }

  .slider-wrapper.full-width-featured .slider .slide .img-wrap {
    height: 355px;
  }
  .home .slider-wrapper.full-width-featured .slider .slide .img-wrap {
    height: 485px;
  }
}

@media only screen and (max-width: 1240px) {
  .inner {
    padding: 0 20px;
  }

  .site-header .header-left-links {
    margin-left: 50px;
  }

  .site-header .site-navigation ul li {
    font-size: 14px;
    margin-right: 26px;
  }

  .slider-wrapper .slider .slide .inner {
    padding: 0;
  }
  .slider-wrapper.full-width-featured .slider .slide .img-wrap .inner {
    padding: 0 20px;
  }
  .slider-wrapper.full-width-featured .slider .slide .caption {
    left: 20px;
  }

  .content-image-caption-slider-wrap .slider-arrows-wrap {
    right: 86px;
  }

  .site-footer .footer-bottom .left-menu {
    padding: 0;
  }
  .site-footer .footer-bottom .right-menu {
    padding: 0;
  }

  .news-letter-section-wrap.is-logo-option .text-wrap {
    padding: 36px 0 50px;
  }
}

@media only screen and (max-width: 1100px) {
  .recent-projects-slider .project-slider .slick-slide {
    width: 300px;
  }
  .recent-projects-slider .project-slider .img-wrap {
    height: 200px;
  }
  .recent-projects-slider .project-slider .text-wrap {
    max-width: 240px;
    padding: 26px 0px 24px;
  }
  .recent-projects-slider .project-slider .text-wrap p {
    font-size: 14px;
    line-height: 20px;
  }
  .recent-projects-slider
    .project-slider
    .slick-slide.slick-active.slick-center {
    width: 300px;
  }
  .recent-projects-slider
    .project-slider
    .slick-slide.slick-active.slick-center
    .img-wrap {
    height: 320px;
  }

  .recent-projects-slider .slider-arrows-wrap {
    max-width: 300px;
    width: 300px;
    top: 340px;
  }
}

@media only screen and (max-width: 980px) {
  .site-header .site-logo {
    width: 116px;
  }
  .site-header .header-left-links {
    margin-left: 30px;
  }

  .slider-wrapper {
    margin: 0 auto;
  }
  .slider-wrapper .slider .slide .img-wrap .caption h2 {
    font-size: 48px;
  }
  .slider-wrapper .slider .slide .img-wrap .caption p {
    font-size: 20px;
    line-height: 30px;
  }

  .slider-wrapper.full-width-featured .slider .slide .img-wrap,
  .home .slider-wrapper .slider .slide .img-wrap {
    height: 385px;
  }
  .slider-wrapper.full-width-featured .slider .slide .caption {
    left: 20px;
    top: auto;
    bottom: 0;
  }

  .recent-projects-slider .title-wrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .news-letter-section-wrap .text-wrap {
    width: 100%;
    padding: 36px 390px 50px 20px;
  }
  .news-letter-section-wrap .text-wrap .img {
    width: 375px;
    height: 368px;
  }
  .news-letter-section-wrap .form-wrap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .news-letter-section-wrap .form-wrap .gform_wrapper {
    max-width: 100%;
  }
}

@media only screen and (min-width: 861px) {
  .site-header .mobile-nav-btn {
    display: none !important;
  }
  .navigation-main-wrap {
    display: none !important;
  }
}

@media only screen and (max-width: 860px) {
  #wrapper {
    padding-top: 64px;
  }

  .site-header {
    padding: 0;
    background-color: #8b348a;
  }
  .site-header.header-bg {
    background-color: #8b348a;
  }
  .site-header .site-navigation {
    display: none;
  }
  .site-header .header-top {
    display: none;
  }
  .site-header .header-bottom {
    background-color: transparent;
  }
  .site-header .site-logo {
    background-image: url(../images/site-logo.png);
  }
  .site-header .header-left-links ul li a {
    color: #fff;
  }

  .site-header .mobile-nav-btn {
    position: absolute;
    right: 10px;
    top: 21px;
    padding: 10px;
  }
  .site-header .mobile-nav-btn .icon {
    width: 26px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/menu-btn.png);
  }
  .site-header .mobile-nav-btn.nav-open {
    top: 10px;
  }
  .site-header .mobile-nav-btn.nav-open .icon {
    width: 50px;
    height: 50px;
    background-image: url(../images/menu-close-btn.png);
  }

  .navigation-main-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #8b348a;
    overflow-y: auto;
    z-index: 9999;
    text-align: center;
    display: none;
  }
  .navigation-main-wrap .inner {
    display: grid;
    height: 100%;
  }
  .navigation-main-wrap .nav-center-wrap {
    width: 100%;
    height: auto;
    margin: auto;
  }

  .navigation-main-wrap .site-navigation {
    width: 100%;
    max-width: 100%;
    padding: 140px 20px 24px;
  }

  .navigation-main-wrap .site-navigation ul li {
    list-style: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
  }
  .navigation-main-wrap .site-navigation ul li a {
    color: #fff;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navigation-main-wrap .site-navigation ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    background-color: #f59a18;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .navigation-main-wrap .site-navigation ul li a:hover {
    color: #f59a18;
  }
  .navigation-main-wrap .site-navigation ul li a:hover::after {
    visibility: visible;
    opacity: 1;
  }

  .navigation-main-wrap .site-navigation ul li.current-menu-item a {
    color: #f59a18;
    font-weight: 700;
  }
  .navigation-main-wrap .site-navigation ul li.current-menu-item a::after {
    visibility: visible;
    opacity: 1;
  }

  .navigation-main-wrap .site-navigation ul li .sub-menu {
    padding-top: 5px;
    display: none;
  }
  .navigation-main-wrap .site-navigation ul li .sub-menu li {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 0;
  }
  .navigation-main-wrap .site-navigation ul li .sub-menu li a {
    padding-left: 40px;
    position: relative;
  }
  .navigation-main-wrap .site-navigation ul li .sub-menu li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 16px;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navigation-main-wrap .site-navigation ul li .sub-menu li a:hover::after {
    width: 5px;
  }

  .navigation-main-wrap .site-navigation ul.small-nav-content {
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 30px;
  }
  .navigation-main-wrap .site-navigation ul.small-nav-content:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 5px;
    background-color: #f59a18;
    margin: 0 auto;
  }
  .navigation-main-wrap .site-navigation ul.small-nav-content li {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .navigation-main-wrap .site-navigation ul.small-nav-content li a {
    padding-bottom: 10px;
  }

  .navigation-main-wrap .contact-links {
    width: 100%;
    height: auto;
    padding-bottom: 100px;
  }
  .navigation-main-wrap .contact-links ul li {
    list-style: none;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 18px;
  }
  .navigation-main-wrap .contact-links ul li a {
    display: inline-block;
    color: #fff;
  }

  .navigation-main-wrap .social-links {
    width: 100%;
    overflow: hidden;
    font-size: 0;
    padding-top: 10px;
  }
  .navigation-main-wrap .social-links .social-link {
    width: 23px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: top;
    margin-right: 14px;
  }
  .navigation-main-wrap .social-links .social-link:last-child {
    margin-right: 0;
  }
  .navigation-main-wrap .social-links .social-link a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .navigation-main-wrap .social-links .social-link.facebook {
    background-image: url(../images/contact-box-facebook-icon.png);
  }
  .navigation-main-wrap .social-links .social-link.linkedin {
    background-image: url(../images/contact-box-linkedin-icon.png);
  }

  .home-intro-section .images-title-wrap {
    width: 100%;
  }
  .home-intro-section .text-wrap {
    width: 100%;
  }

  .vacancies-module-wrap .text-block .title {
    width: 40%;
  }
  .vacancies-module-wrap .text-block .text-wrap {
    width: 60%;
    padding-left: 20px;
    padding-right: 0;
  }
  .vacancies-module-wrap .text-block .btn {
    position: relative;
    right: auto;
    top: auto;
    float: left;
    width: 100%;
    padding-top: 30px;
  }
  .vacancies-module-wrap .text-block .btn a {
    display: inline-block;
  }

  .vacancies-module-wrap .one-fourth-items .item {
    width: 32%;
    margin-right: 2%;
  }
  .vacancies-module-wrap .one-fourth-items .item:nth-child(4n + 4) {
    margin-right: 2%;
  }
  .vacancies-module-wrap .one-fourth-items .item:nth-child(3n + 3) {
    margin-right: auto;
  }

  .one-third-items-section-module .items-wrap .item {
    width: 48.5%;
    margin: 0 auto 30px;
    margin-right: 3%;
  }
  .one-third-items-section-module .items-wrap .item:nth-child(even) {
    margin-right: auto;
  }

  .side-title-right-content-section .side-title .contact-info-box p {
    font-size: 14px;
  }
  .side-title-right-content-section .side-title .contact-info-box a {
    font-size: 14px;
  }
  .side-title-right-content-section .right-content {
    padding-right: 0;
  }
  .side-title-right-content-section .right-content .gform_wrapper {
    margin-right: auto;
  }
  .side-title-right-content-section .right-content .contact-info-box {
    margin-right: auto;
  }

  .content-image-caption-slider-wrap .image-caption-slider .item .caption-wrap {
    right: 20px;
  }
  .content-image-caption-slider-wrap .image-caption-slider .slick-dots {
    padding-right: 440px;
  }

  .content-image-caption-slider-wrap .slider-arrows-wrap {
    right: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper::before {
    height: 330px;
  }

  .slider-wrapper .slider .slide .img-wrap {
    height: 350px;
  }
  /* .slider-wrapper .slider .slide .img-wrap .caption{top: 108px;} */
  .slider-wrapper .slider .slide .img-wrap .caption h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .slider-wrapper .slider .slide .img-wrap .caption p {
    font-size: 16px;
    line-height: 24px;
  }
  .slider-wrapper .slider .slide .img-wrap .caption .btn {
    padding-top: 35px;
  }

  /* .slider-wrapper .slider .slide .img-wrap.right .caption{top: 112px;} */

  .home .slider-wrapper .slider .slide .img-wrap {
    height: 420px;
  }
  .home .slider-wrapper .slider .slide .caption {
    top: auto;
  }
  /* .home .slider-wrapper .slider .slide .img-wrap.right .caption{top: 112px;} */

  .slider-wrapper.full-width-featured .slider .slide .img-wrap .caption {
    top: auto;
  }

  .text-images-section-module .images-wrap {
    width: 100%;
    height: 490px;
  }
  .text-images-section-module .images-wrap .img.medium {
    width: 48%;
    height: 200px;
  }
  .text-images-section-module .images-wrap .img.large {
    width: 90%;
    right: 0;
    left: 0;
    height: 320px;
  }
  .text-images-section-module .text-wrap {
    width: 100%;
    padding: 38px 0 0;
  }

  .side-title-right-content-section .side-title {
    width: 100%;
  }
  .side-title-right-content-section .side-title .contact-info-box {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
  }

  .side-title-right-content-section .right-content {
    width: 100%;
    padding-right: 20px;
  }
  .side-title-right-content-section .right-content .gform_wrapper {
    margin-right: -20px;
  }
  .side-title-right-content-section .right-content .contact-info-box {
    margin-right: -20px;
  }

  .side-title-right-content-section.contact-info-form .right-content {
    width: 100%;
  }
  .side-title-right-content-section.contact-info-form
    .side-title
    .contact-info-box {
    padding-right: 20px;
  }

  .vacancy-form-section-wrap .side-text {
    width: 100%;
  }
  .vacancy-form-section-wrap .form-wrap {
    width: 100%;
  }

  .social-share-section .social-links {
    margin-left: 40px;
  }

  .news-letter-section-wrap .text-wrap {
    padding-right: 20px;
  }
  .news-letter-section-wrap .text-wrap h2 {
    padding-right: 210px;
  }
  .news-letter-section-wrap .text-wrap .img {
    width: 188px;
    height: 184px;
    top: -48px;
  }
  .news-letter-section-wrap .form-wrap {
    padding-top: 0;
  }

  .news-letter-section-wrap.is-logo-option .text-wrap {
    width: 100%;
  }
  .news-letter-section-wrap.is-logo-option .logos-wrap {
    width: 100%;
  }

  .site-footer .footer-top .left-content {
    width: 268px;
    position: absolute;
    left: 0;
    top: 95px;
  }
  .site-footer .footer-top .left-content .site-logo {
    width: 120px;
    height: 39px;
    background-image: url(../images/footer-site-logo-mobile.png);
  }
  .site-footer .footer-top .left-content ul li {
    font-size: 10px;
    line-height: 12px;
  }

  .site-footer .footer-top .right-content {
    width: 100%;
    padding-left: 280px;
  }
}

@media only screen and (max-width: 640px) {
  .slider-wrapper .slider .slide .img-wrap {
    width: auto;
    height: auto;
    min-height: 282px;
    float: none;
    margin: 0 34px 0 10px;
  }
  .slider-wrapper .slider .slide .img-wrap .img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .slider-wrapper .slider .slide .img-wrap .caption {
    max-width: 240px;
    padding: 0 20px;
    top: auto;
    bottom: 60px;
    right: 0;
  }
  .slider-wrapper .slider .slide .img-wrap .caption h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .slider-wrapper .slider .slide .img-wrap .caption p {
    font-size: 14px;
    line-height: 22px;
  }
  .slider-wrapper .slider .slide .img-wrap .caption .btn {
    padding-top: 18px;
  }
  .slider-wrapper .slider .slide .img-wrap.right {
    width: auto;
    margin: -36px 10px 0 34px;
    float: none;
  }
  .slider-wrapper .slider .slide .img-wrap.right:before {
    display: none;
  }
  .slider-wrapper .slider .slide .img-wrap.right .caption {
    max-width: unset;
    left: 0;
    top: 20px;
    bottom: auto;
  }

  .slider-wrapper .slider .slick-dots {
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 100%;
    text-align: center;
    padding-right: 0;
    font-size: 0;
  }
  .slider-wrapper .slider .slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: #e6eef5;
  }
  .slider-wrapper .slider .slick-dots li.slick-active button {
    width: 13px;
    height: 13px;
  }

  .slider-wrapper .slider .slick-arrow {
    display: none !important;
  }

  .home .slider-wrapper .slider .slide .img-wrap {
    height: auto;
  }
  .home .slider-wrapper .slider .slide .img-wrap.right .caption {
    top: 20px;
    max-width: 240px;
    bottom: auto;
  }

  .slider-wrapper.full-width-featured .slider .slide {
    display: block !important;
  }
  .slider-wrapper.full-width-featured .slider .slide .img-wrap {
    margin: 0 auto;
    height: auto;
  }
  .slider-wrapper.full-width-featured .slider .slide .img-wrap .img {
    position: relative;
    height: 340px;
    left: auto;
    top: auto;
  }
  .slider-wrapper.full-width-featured .slider .slide .img-wrap .caption {
    position: relative;
    max-width: 100%;
    bottom: auto;
    right: auto;
    left: auto;
    background-color: #8b348a;
    padding: 30px 20px;
  }
  .slider-wrapper.full-width-featured .slider .slide .img-wrap .bkg_video {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: 340px;
  }
  .slider-wrapper.full-width-featured .slider .slick-dots {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 20px;
    background-color: #8b348a;
  }
  .home .slider-wrapper.full-width-featured .slider .slide .img-wrap {
    height: auto;
  }
  .slider-wrapper.full-width-featured .slider .slide .img-wrap .inner {
    position: relative;
    padding: 0;
  }
  .home .slider-wrapper.full-width-featured .slider .slide .img-wrap .inner {
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    height: auto;
  }
  .home .slider-wrapper.full-width-featured .slider .slide .img-wrap .caption {
    padding: 30px 20px;
    background-color: transparent;
  }
  .home
    .slider-wrapper.full-width-featured
    .slider
    .slide
    .img-wrap
    .caption
    img {
    max-width: 200px;
    margin-left: 0;
  }

  /* .one-third-items-section-module.news-item-slider .items-wrap .slick-dots{position: relative; bottom: auto; left: auto;} */
  .one-third-items-section-module .overview-btn {
    text-align: center;
    padding-top: 30px;
  }

  .recent-projects-slider .project-slider .slick-slide {
    width: auto;
  }
  .recent-projects-slider
    .project-slider
    .slick-slide.slick-active.slick-center {
    width: auto;
  }
  .recent-projects-slider .project-slider .text-wrap {
    max-width: 100%;
    padding: 26px 60px 24px;
  }

  .recent-projects-slider .slider-arrows-wrap {
    max-width: 100%;
    width: 100%;
    padding: 0 26px;
  }

  .vacancies-module-wrap .text-block .title {
    width: 100%;
  }
  .vacancies-module-wrap .text-block .text-wrap {
    width: 100%;
    padding-left: 0;
    padding-top: 32px;
  }

  .vacancies-module-wrap .one-fourth-items .item {
    width: 49%;
  }
  .vacancies-module-wrap .one-fourth-items .item:nth-child(4n + 4) {
    margin-right: 2%;
  }
  .vacancies-module-wrap .one-fourth-items .item:nth-child(3n + 3) {
    margin-right: 2%;
  }
  .vacancies-module-wrap .one-fourth-items .item:nth-child(even) {
    margin-right: auto;
  }

  .breadcrumb {
    margin-top: 0;
  }

  .content-image-caption-slider-wrap .image-caption-slider .item {
    padding-bottom: 0;
  }
  .content-image-caption-slider-wrap .image-caption-slider .item .img-wrap {
    width: 100%;
    height: 398px;
  }
  .content-image-caption-slider-wrap .image-caption-slider .item .caption-wrap {
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
    padding: 30px 30px 78px;
  }
  .content-image-caption-slider-wrap
    .image-caption-slider
    .item
    .caption-wrap
    p {
    padding-bottom: 46px;
  }
  .content-image-caption-slider-wrap .image-caption-slider .slick-dots {
    position: relative;
    padding-right: 0;
    bottom: auto;
    left: auto;
    text-align: center;
    padding: 20px 0;
  }

  .content-image-caption-slider-wrap .slider-arrows-wrap {
    right: 0;
    left: 0;
    bottom: 30px;
    width: auto;
    text-align: center;
  }
  .content-image-caption-slider-wrap .slider-arrows-wrap .arrow {
    float: none;
    display: inline-block;
    margin: 0 5px;
  }
  .content-image-caption-slider-wrap .slider-arrows-wrap .arrow.next-arrow {
    margin: 0 5px;
  }

  .content-image-caption-slider-wrap.has-pagination .slider-arrows-wrap {
    bottom: 89px;
  }

  .image-text-module .img-wrap {
    width: 100%;
    padding-top: 0;
  }
  .image-text-module .text-wrap {
    width: 100%;
  }

  .site-footer .footer-bottom {
    padding: 38px 0 50px;
  }
  .site-footer .footer-bottom ul {
    text-align: center;
    float: none;
  }
  .site-footer .footer-bottom .social-links {
    float: none;
    margin-left: auto;
    font-size: 0;
    padding-top: 8px;
  }
  .site-footer .footer-bottom .social-links .social-link {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
  }
  .site-footer .footer-bottom .social-links .social-link:last-child {
    margin: 0 6px;
  }
  .site-footer .footer-bottom .left-menu {
    width: 100%;
    text-align: center;
  }
  .site-footer .footer-bottom .right-menu {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 580px) {
  .one-third-items-section-module .items-wrap .item {
    width: 100%;
    margin: 0 auto 30px;
  }
}

@media only screen and (max-width: 500px) {
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .home-intro-section .text-wrap .btn a,
  .text-images-section-module .text-wrap .btn a {
    font-size: 14px;
    line-height: 30px;
  }

  .one-third-items-section-module .overview-btn .btn a,
  .vacancies-module-wrap .text-block .btn a {
    font-size: 14px;
    line-height: 30px;
  }

  .site-header .site-logo {
    width: 120px;
    height: 39px;
    background-image: url(../images/site-logo-mobile.png);
    margin: 18px auto;
  }
  .site-header .header-left-links {
    margin-top: 22px;
    margin-left: 44px;
  }
  .site-header .header-left-links ul li {
    font-size: 10px;
    line-height: 12px;
  }
  .site-header .mobile-nav-btn {
    top: 19px;
  }

  .slider-wrapper .slider .slick-arrow {
    display: none !important;
  }
  .slider-wrapper .slider .slide .img-wrap .caption .btn a {
    font-size: 14px;
    line-height: 30px;
  }

  .home-intro-section {
    padding-top: 40px;
  }
  .home-intro-section .images-title-wrap {
    min-height: 100%;
    display: none;
  }
  .home-intro-section .images-title-wrap .title {
    max-width: 100%;
  }
  .home-intro-section .images-title-wrap .title > span {
    font-size: 14px;
  }
  .home-intro-section .images-title-wrap .images-wrap {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    height: 494px;
    z-index: 10;
    margin-top: -48px;
  }
  .home-intro-section .text-wrap {
    padding: 54px 0 30px;
    padding-top: 0;
  }
  .home-intro-section .text-wrap h3 {
    font-size: 20px;
    line-height: 34px;
  }
  .home-intro-section .text-wrap p,
  .home-intro-section .text-wrap ul li {
    font-size: 16px;
    line-height: 32px;
  }

  .one-third-items-section-module {
    padding: 54px 0 46px 0;
  }
  .one-third-items-section-module.news-item-slider .title-wrap {
    padding: 0;
  }
  .one-third-items-section-module.related-items-bottom {
    padding-bottom: 64px;
  }

  .recent-projects-slider .title-wrap {
    padding: 0;
    padding-top: 50px;
  }

  .vacancies-module-wrap .text-block {
    padding: 58px 0px 70px;
  }
  .vacancies-module-wrap .text-block .text-wrap p {
    font-size: 16px;
    line-height: 32px;
  }
  .vacancies-module-wrap .text-block .btn {
    text-align: center;
  }

  .vacancies-module-wrap .one-fourth-items .item {
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .vacancies-module-wrap .one-fourth-items .item:nth-child(4n + 4) {
    margin-right: auto;
  }
  .vacancies-module-wrap .one-fourth-items .item:nth-child(3n + 3) {
    margin-right: auto;
  }

  .text-images-section-module {
    padding-bottom: 60px;
  }
  .text-images-section-module .text-wrap p {
    font-size: 16px;
    line-height: 32px;
  }
  .text-images-section-module .text-wrap .btn {
    display: block;
    text-align: center;
  }
  .text-images-section-module .text-wrap .btn a {
    display: inline-block;
  }
  .text-images-section-module .images-wrap {
    width: 100%;
    height: 340px;
  }
  .text-images-section-module .images-wrap .img.medium {
    width: 48%;
    height: 140px;
  }
  .text-images-section-module .images-wrap .img.large {
    width: 90%;
    right: 0;
    left: 0;
    height: 220px;
  }

  .breadcrumb ul li {
    font-size: 14px;
  }

  .side-title-right-content-section .side-title {
    padding: 0;
  }
  .side-title-right-content-section .right-content {
    padding: 0;
  }
  .side-title-right-content-section .right-content h3 {
    font-size: 20px;
    line-height: 34px;
  }
  .side-title-right-content-section .right-content p {
    font-size: 16px;
    line-height: 32px;
  }
  .side-title-right-content-section .right-content ul li {
    font-size: 16px;
    line-height: 32px;
  }

  .side-title-right-content-section .right-content .gform_wrapper {
    margin-right: auto;
    margin-left: auto;
  }
  .side-title-right-content-section
    .right-content
    .gform_wrapper
    ul.gform_fields
    li.gfield {
    width: 100%;
  }
  .side-title-right-content-section .right-content .contact-info-box {
    margin-right: auto;
    margin-left: auto;
  }
  .side-title-right-content-section .right-content .contact-info-box h3 {
    font-size: 22px;
  }
  .side-title-right-content-section .right-content .contact-info-box p {
    font-size: 16px;
    line-height: 32px;
  }

  .content-image-caption-slider-wrap .image-caption-slider .item .img-wrap {
    height: 280px;
  }
  .content-image-caption-slider-wrap
    .image-caption-slider
    .item
    .caption-wrap
    p {
    font-size: 20px;
    line-height: 30px;
  }

  .pagination-section .inner {
    padding: 32px 20px 0;
  }

  .vacancy-form-section-wrap .side-text {
    padding: 36px 0;
  }
  .vacancy-form-section-wrap
    .form-wrap
    .gform_wrapper
    ul.gform_fields
    li.gfield {
    width: 100%;
  }
  .vacancy-form-section-wrap
    .form-wrap
    .gform_wrapper
    ul.gform_fields
    li.gfield.input-upload {
    margin-bottom: 60px;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
  }
  .vacancy-form-section-wrap
    .form-wrap
    .gform_wrapper
    ul.gform_fields
    li.gfield.input-upload
    label {
    left: 0;
    margin-left: auto;
    top: 100%;
    width: 100%;
    text-align: center;
    padding: 10px 20px 11px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  .vacancy-form-section-wrap
    .form-wrap
    .gform_wrapper
    ul.gform_fields
    li.gfield.input-upload
    label::before {
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
    margin-right: 8px;
  }

  .map-wrap #map {
    height: 500px;
  }

  .full-content-module h5 {
    font-size: 16px;
    line-height: 30px;
  }
  .full-content-module p {
    font-size: 16px;
    line-height: 32px;
  }
  .full-content-module ul li {
    font-size: 16px;
    line-height: 32px;
  }

  .social-share-section .social-links {
    margin-left: 20px;
  }

  .news-letter-section-wrap .text-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .news-letter-section-wrap .text-wrap h2 {
    font-size: 24px;
    line-height: 32px;
    padding-right: 0;
  }
  .news-letter-section-wrap .text-wrap p {
    font-size: 16px;
    line-height: 32px;
  }
  .news-letter-section-wrap .text-wrap .img {
    display: none;
  }
  .news-letter-section-wrap .form-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .news-letter-section-wrap .form-wrap h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .site-footer .footer-top .inner {
    padding: 38px 0;
  }
  .site-footer .footer-top .left-content {
    margin-bottom: 20px;
    position: relative;
    top: auto;
    left: auto;
  }
  .site-footer .footer-top .right-content {
    width: 100%;
    padding-left: 20px;
  }
  .site-footer .footer-top .right-content ul {
    text-align: left;
  }

  body .gform_wrapper .gform_footer input {
    font-size: 14px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 400px) {
  .home-intro-section .images-title-wrap .images-wrap {
    height: 404px;
  }
  .home-intro-section .images-title-wrap .images-wrap .img.small {
    width: 55%;
    height: 100px;
  }
  .home-intro-section .images-title-wrap .images-wrap .img.medium {
    width: 50%;
    height: 138px;
  }
  .home-intro-section .images-title-wrap .images-wrap .img.large {
    width: 85%;
    height: 244px;
  }

  .news-letter-section-wrap.is-logo-option .logos-wrap .logo {
    width: 50%;
  }
}

html {
  scroll-behavior: smooth;
}
.side-title-right-content-section {
  scroll-margin-top: 140px;
}
.side-title-right-content-section .gform_legacy_markup_wrapper h3.gform_title {
  margin-top: 0;
  line-height: 1;
}
#contact-form {
  padding-bottom: 0;
}

/* HEADER BANNER FOR VACANCIES PAGE */
.header-banner {
  position: relative;
  width: 100%;
  /* display: flex;
	align-items: center;
	padding-top: 80px;
	padding-bottom: 80px; */
}
.header-banner .img-wrapper {
  width: 100%;
  height: 100%;
}
.header-banner .img-wrapper.desktop {
  display: block;
}
.header-banner .img-wrapper.mobile {
  display: none;
}
.header-banner img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
}
.header-banner .wrapper {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header-banner .inner {
  width: 100%;
  height: 100%;
  max-width: 1180px;
  position: relative;
}
.header-banner .text-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}
.header-banner h1 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  max-width: 416px;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .header-banner {
    /* height: 450px;
		padding: 80px 20px; */
  }
  .header-banner .wrapper {
    top: unset;
    left: 0;
    bottom: 80px;
    transform: unset;
  }
  .header-banner .img-wrapper.desktop {
    display: none;
  }
  .header-banner .img-wrapper.mobile {
    display: block;
  }
  .header-banner h1 {
    font-size: 24px;
    max-width: 264px;
  }
}

/* VACANCIES LISTING NEW MODULE */
.vacancies-new {
  margin-top: 40px;
  margin-bottom: 40px;
}
.vacancies-new .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.vacancies-new .vacancies-wrapper {
  width: 100%;
  margin-left: 0;
}
.vacancies-new .vacancies-wrapper.with-contact {
  width: 68%;
  max-width: 780px;
}
.vacancies-new .vacancies-item {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 24px;
}
.vacancies-new .vacancy-box {
  border: 1px solid #8b348a;
  background-color: #fff;
  padding: 32px;
  margin: 0;
  width: 50%;
  max-width: 380px;
}
.vacancies-new .vacancy-box h3 {
  color: #201e1f;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
}
.vacancies-new .vacancy-box h3:hover {
  color: #f59a18;
}
.vacancies-new .vacancy-box .detail-wrapper {
  margin: 0;
  margin-top: 16px;
}
.vacancies-new .vacancy-box .detail-item {
  color: #201e1f;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  align-items: center;
}
.vacancies-new .vacancy-box .detail-item img {
  margin-right: 16px;
  margin-left: 0;
}
.vacancies-new .vacancy-box .detail-item span {
  margin: 0;
}
.vacancies-new .vacancy-box .detail-wrapper p {
  color: #000;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 16px;
}
.vacancies-new .vacancy-box .detail-wrapper .read-more {
  color: #0066e1;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  margin-top: auto;
  margin-left: 0;
  display: inline-flex;
  align-items: center;
}
.vacancies-new .vacancy-box .detail-wrapper .read-more::after {
  content: "arrow_forward";
  font-size: 16px;
  line-height: 1;
  color: inherit;
  margin-left: 16px;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
.vacancies-new .vacancy-box .detail-wrapper .read-more:hover {
  color: #f59a18;
}
.vacancies-new .contact-wrapper {
  width: 24%;
  max-width: 280px;
  margin-right: 0;
}
.vacancies-new .contact-wrapper h3 {
  color: #8b348a;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 24px;
}
.vacancies-new .contact-box {
  text-align: center;
  border: 1px solid rgba(139, 52, 138, 0.2);
  background: #fff;
}
.vacancies-new .contact-box img {
  width: 100%;
  height: 324px;
  object-fit: cover;
  margin-bottom: 24px;
}
.vacancies-new .contact-box .contact-name {
  color: #201e1f;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 4px;
}
.vacancies-new .contact-box .person-title {
  color: #757575;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-transform: uppercase;
}
.vacancies-new .contact-box .contact-phone,
.vacancies-new .contact-box .contact-email {
  color: #0066e1;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 8px;
}
.vacancies-new .contact-box .contact-phone a:hover,
.vacancies-new .contact-box .contact-email a:hover {
  color: #f59a18;
}
.vacancies-new .contact-box .contact-phone {
  margin-bottom: 8px;
}
.vacancies-new .contact-box .contact-email {
  margin-bottom: 24px;
}
.vacancies-new .contact-box hr {
  width: 120px;
  height: 4px;
  background-color: #8b348a;
  margin-top: 14px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 991px) {
  .vacancies-new .vacancies-item {
    column-gap: 10px;
  }
  .vacancies-new .vacancy-box {
    width: 49%;
    max-width: unset;
  }
}
@media only screen and (max-width: 768px) {
  .vacancies-new .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .vacancies-new .vacancies-wrapper.with-contact {
    width: 100%;
    max-width: 100%;
  }
  .vacancies-new .contact-wrapper {
    width: 80%;
    max-width: 280px;
    margin: 36px auto 60px auto;
  }
  .vacancies-new .vacancy-box {
    width: 100%;
    max-width: unset;
  }
  .vacancies-new .vacancy-box .detail-wrapper {
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }
  .vacancies-new .vacancy-box .detail-left {
    width: 100%;
  }
  .vacancies-new .vacancy-box .detail-right {
    width: 100%;
  }
  .vacancies-new .vacancy-box {
    border: 1px solid rgba(139, 52, 138, 0.2);
    background: radial-gradient(
        878.64% 141.42% at 0% 100%,
        rgba(139, 52, 138, 0.1) 0%,
        rgba(139, 52, 138, 0) 100%
      ),
      #fff;
  }
  .vacancies-new .vacancy-box .detail-right .read-more {
    margin-top: 20px;
  }
}

/* TESTIMONIAL SLIDER MODULE */
.testimonial-slider-section-module .slide {
  position: relative;
}
.testimonial-slider-section-module .slide img {
  margin: 0;
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: top;
}
.testimonial-slider-section-module .slide .text-wrapper {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 40px 24px;
  max-width: 380px;
}
.testimonial-slider-section-module .slide h3 {
  font-size: 24px;
  line-height: 1.3;
  font-style: italic;
  font-weight: 700;
  color: #8b348a;
  margin-bottom: 40px;
}
.testimonial-slider-section-module .slide .name {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #201e1f;
}
.testimonial-slider-section-module .slide .person-title {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  color: #757575;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.testimonial-slider-section-module .slide a {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: #0066e1;
  display: inline-flex;
  align-items: center;
}
.testimonial-slider-section-module .slide a::after {
  content: "arrow_forward";
  font-size: 16px;
  line-height: 1;
  color: inherit;
  margin-left: 16px;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
.testimonial-slider-section-module .slide a:hover {
  color: #f59a18;
}
.testimonial-slider-section-module .slider-arrows-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% + 44px);
  display: flex;
  justify-content: space-between;
  margin-left: -22px;
}
.testimonial-slider-section-module .slider-arrows-wrap .arrow {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  width: 44px;
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  min-height: 44px;
  max-height: 44px;
  background-color: #8b348a;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
.testimonial-slider-section-module .slider-arrows-wrap .prev-arrow::before {
  content: "arrow_back";
}
.testimonial-slider-section-module .slider-arrows-wrap .next-arrow::before {
  content: "arrow_forward";
}

@media only screen and (max-width: 1240px) {
  .testimonial-slider-section-module .slider-arrows-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .testimonial-slider-section-module .slide img {
    height: 371px;
  }
  .testimonial-slider-section-module .slide .text-wrapper {
    position: relative;
    left: unset;
    top: unset;
    transform: none;
    background-color: #fff;
    padding: 40px 24px;
    max-width: 100%;
  }
  .testimonial-slider-section-module .slider-arrows-wrap {
    position: absolute;
    top: 100px;
    transform: none;
    display: none;
  }
  .testimonial-slider-section-module .slide h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .testimonial-slider-section-module .slide .person-title {
    margin-bottom: 24px;
  }
}

/* VACANCY SINGLE PAGE - HEADER */
.vacancy-single-section .header-box-wrapper {
  background-color: #8b348a;
  padding: 32px;
  width: 100%;
  max-width: 480px;
  margin: -200px 0 48px 0;
}
.vacancy-single-section h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 16px;
}
.vacancy-single-section .detail-item {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 8px;
}
.vacancy-single-section .detail-item img {
  margin-right: 16px;
  margin-left: 0;
}
.vacancy-single-section .detail-item img.desktop {
  display: inline-block;
}
.vacancy-single-section .detail-item img.mobile {
  display: none;
}
.vacancy-single-section .btn-wrapper {
  margin-top: 30px;
}
.vacancy-single-section .btn-apply {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #0066e1;
  border-radius: 24px;
  padding: 8px 34px;
}
.vacancy-single-section .btn-apply:hover {
  background-color: #f59a18;
}
@media only screen and (max-width: 768px) {
  .vacancy-single-section .header-box-wrapper {
    background-color: #fff;
    margin: -50px 0 30px 0;
  }
  .vacancy-single-section h1 {
    color: #201e1f;
  }
  .vacancy-single-section .detail-item {
    color: #201e1f;
  }
  .vacancy-single-section .detail-item img.desktop {
    display: none;
  }
  .vacancy-single-section .detail-item img.mobile {
    display: inline-block;
  }
  .vacancy-single-section .btn-apply {
    background-color: #8b348a;
  }
}

#wrapper {
  overflow: unset !important;
}

/* VACANCY SINGLE PAGE - CONTENT */
.vacancy-single-section .inner {
  display: flex;
}
.vacancy-single-section .left-content {
  width: 70%;
  max-width: 780px;
  margin: 0;
}
.vacancy-single-section .left-content h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
}
.vacancy-single-section .left-content h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
}
.vacancy-single-section .left-content h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}
.vacancy-single-section .left-content h2,
.vacancy-single-section .left-content h3,
.vacancy-single-section .left-content h4 {
  color: #8b348a;
  margin-bottom: 16px;
  margin-top: 80px;
  scroll-margin-top: 200px;
}
.vacancy-single-section .left-content p,
.vacancy-single-section .left-content li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #757575;
}
.vacancy-single-section .left-content p {
  margin-bottom: 16px;
}
.vacancy-single-section .left-content > ul {
  margin-top: 40px;
  margin-bottom: 40px;
}
.vacancy-single-section .left-content ul {
  margin-left: 16px;
}
.vacancy-single-section .right-content {
  width: 30%;
  max-width: 280px;
  margin-right: 0;
}
.vacancy-single-section .table-content-wrapper {
  position: sticky;
  top: 220px;
  padding-bottom: 20px;
}
.vacancy-single-section .table-content-wrapper h4 {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #201e1f;
  margin-bottom: 12px;
}
.vacancy-single-section .table-content ul {
  list-style: none;
}
.vacancy-single-section .table-content li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #89baf6;
  margin-bottom: 10px;
  display: flex;
}
.vacancy-single-section .table-content li::before {
  content: "|";
}
.vacancy-single-section .table-content li:hover,
.vacancy-single-section .table-content li.active {
  color: #0066e1;
}
.vacancy-single-section .table-content li span {
  margin-left: 12px;
}
.vacancy-single-section .table-content-wrapper .btn-wrapper {
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  .vacancy-single-section .left-content {
    width: 60%;
    max-width: unset;
  }
}
@media only screen and (max-width: 768px) {
  .vacancy-single-section {
    margin-bottom: 50px;
  }
  .vacancy-single-section .inner {
    display: block;
  }
  .vacancy-single-section .left-content {
    width: 100%;
    max-width: unset;
  }
  .vacancy-single-section .right-content {
    display: none;
  }
  .vacancy-single-section .left-content h3,
  .vacancy-single-section .left-content h4 {
    margin-top: 60px;
  }
  .vacancy-single-section .left-content ul {
    margin-top: 16px;
  }
}

/* VACANCY PROCESS MODULE */
.vacancy-process {
  padding-top: 60px;
  padding-bottom: 60px;
  scroll-margin-top: 200px;
}
.vacancy-process .inner {
  display: flex;
}
.vacancy-process .process-wrapper {
  width: 68%;
  max-width: 780px;
  margin: 0;
}
.vacancy-process .process-wrapper ul {
  list-style: none;
}
.vacancy-process .process-wrapper ul li {
  position: relative;
  counter-increment: inst;
  padding-bottom: 48px;
  display: flex;
}
.vacancy-process .process-wrapper ul li::before {
  content: counter(inst);
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #8b348a;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.vacancy-process .process-wrapper ul li:not(:last-child)::after {
  content: "";
  border-left: 1px solid #757575;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 20px;
  height: 100%;
  z-index: -1;
}
.vacancy-process .process-wrapper ul li .wrapper {
  margin-left: 70px;
  padding-top: 5px;
}
.vacancy-process .process-wrapper .v-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #8b348a;
}
.vacancy-process .process-wrapper .v-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #757575;
  margin-top: 8px;
}
.vacancy-process .contact-wrapper {
  width: 24%;
  max-width: 280px;
  margin-right: 0;
}
.vacancy-process .contact-wrapper h3 {
  color: #8b348a;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 24px;
}
.vacancy-process .contact-box {
  text-align: center;
  border: 1px solid rgba(139, 52, 138, 0.2);
  background: #fff;
}
.vacancy-process .contact-box img {
  width: 100%;
  height: 324px;
  object-fit: cover;
  margin-bottom: 24px;
}
.vacancy-process .contact-box .contact-name {
  color: #201e1f;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 4px;
}
.vacancy-process .contact-box .person-title {
  color: #757575;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-transform: uppercase;
}
.vacancy-process .contact-box .contact-phone,
.vacancy-process .contact-box .contact-email {
  color: #0066e1;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 8px;
}
.vacancy-process .contact-box .contact-phone a:hover,
.vacancy-process .contact-box .contact-email a:hover {
  color: #f59a18;
}
.vacancy-process .contact-box .contact-phone {
  margin-bottom: 8px;
}
.vacancy-process .contact-box .contact-email {
  margin-bottom: 24px;
}
.vacancy-process .contact-box hr {
  width: 120px;
  height: 4px;
  background-color: #8b348a;
  margin-top: 14px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 768px) {
  .vacancy-process {
    background-color: #8b348a1a;
  }
  .vacancy-process .inner {
    display: block;
  }
  .vacancy-process .process-wrapper {
    width: 100%;
    max-width: unset;
  }
  .vacancy-process .contact-wrapper {
    width: 80%;
    max-width: 280px;
    margin: 36px auto 60px auto;
  }
  .vacancy-process .process-wrapper ul li {
    padding-bottom: 30px;
  }
  .vacancy-process .process-wrapper ul li .wrapper {
    margin-left: 18px;
  }
}

/* VACANCY SINGLE PAGE - FORM */
.vacancy-form {
  scroll-margin-top: 200px;
  overflow: hidden;
}
.vacancy-form .inner {
  background-color: #8b348a;
  padding: 40px;
  position: relative;
}
.vacancy-form .back-pattern {
  position: absolute;
  top: 0;
  left: 20%;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.vacancy-form .form-wrapper {
  width: 100%;
  max-width: 877px;
  position: relative;
  z-index: 2;
}
.vacancy-form h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}
.vacancy-form .gform_legacy_markup_wrapper .gform_heading {
  margin: 0 !important;
}
.vacancy-form .gform_wrapper {
  margin: 0;
  max-width: 877px;
}
.vacancy-form .gform_wrapper label {
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  color: #fff !important;
  margin-bottom: 8px;
  position: relative !important;
  top: unset !important;
  left: unset !important;
}
.vacancy-form .gform_wrapper input[type="text"],
.vacancy-form .gform_wrapper input[type="tel"],
.vacancy-form .gform_wrapper input[type="url"],
.vacancy-form .gform_wrapper input[type="file"],
.vacancy-form .gform_wrapper input[type="email"] {
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  padding: 10px 16px !important;
  color: #201e1f99 !important;
  background-color: #fff !important;
  width: 100% !important;
}
.vacancy-form .gform_wrapper textarea {
  font-family: "Montserrat", sans-serif;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  padding: 10px 16px !important;
  color: #201e1f99 !important;
  background-color: #fff !important;
  width: 100% !important;
}
.vacancy-form .gform_wrapper ul.gform_fields li.gfield {
  background-color: transparent !important;
}
.vacancy-form .gform_wrapper.gravity-theme .gfield.gfield--width-full,
.vacancy-form .gform_wrapper.gravity-theme .gfield.gfield--width-half {
  width: 100%;
}
.vacancy-form .gform_wrapper .gfield_description.gform_fileupload_rules {
  display: none;
}
.vacancy-form .gform_wrapper .gfield--input-type-fileupload {
  width: 100% !important;
}
.vacancy-form .gform_wrapper.gravity-theme .ginput_complex,
.vacancy-form .gform_wrapper.gravity-theme .gform_fields {
  column-gap: 30px;
}
.vacancy-form .gform_wrapper .gform_footer {
  float: left;
}
.vacancy-form .gform_wrapper .gform_footer::after {
  content: "";
}
.vacancy-form .gform_wrapper .gform_footer input[type="submit"] {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 8px 34px;
  background-color: #0066e1;
}
.vacancy-form .gform_wrapper.gravity-theme .gfield_required {
  color: #ff2e00;
}
.vacancy-form .gform_wrapper .gform_required_legend {
  color: #fff;
  font-size: 12px;
  margin-bottom: 16px;
}
.vacancy-form .gform_wrapper .gfield--input-type-captcha {
  width: 100% !important;
}
.vacancy-form
  .gform_wrapper
  .gfield--input-type-captcha
  .ginput_container
  > div {
  margin: 0 !important;
}

/* WHITEPAPER DOWNLOAD MODULE */
.whitepaper-download {
  margin-top: 100px;
  margin-bottom: 100px;
  content-visibility: visible !important;
}
.whitepaper-download .wrapper {
  background: linear-gradient(90deg, #8b348a 0%, #682766 100%);
  max-width: 980px;
  position: relative;
}
.whitepaper-download .back-pattern {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
.whitepaper-download .back-pattern.desktop {
  display: block;
}
.whitepaper-download .back-pattern.mobile {
  display: none;
}
.whitepaper-download .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 42px 10px 42px 99px;
  display: flex;
  flex-direction: row;
  column-gap: 20px;
}
.whitepaper-download .content-wrapper .content {
  width: 60%;
  max-width: 480px;
  margin: 0;
}
.whitepaper-download h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 20px;
}
.whitepaper-download .content-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 20px;
}
.whitepaper-download .gform_wrapper {
  margin: 0;
  max-width: 100%;
}
.whitepaper-download .gform_wrapper label {
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  color: #fff !important;
  margin-bottom: 8px;
  position: relative !important;
  top: unset !important;
  left: unset !important;
}
.whitepaper-download .gform_wrapper .gfield {
  margin: 0;
}
.whitepaper-download .gform_wrapper input[type="text"],
.whitepaper-download .gform_wrapper input[type="tel"],
.whitepaper-download .gform_wrapper input[type="url"],
.whitepaper-download .gform_wrapper input[type="file"],
.whitepaper-download .gform_wrapper input[type="email"],
.whitepaper-download .gform_wrapper textarea {
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  padding: 10px 16px !important;
  color: #201e1f99 !important;
  background-color: #fff !important;
  width: 100% !important;
  border-radius: 3px;
}
.whitepaper-download .gform_wrapper .gform_footer {
  float: left !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.whitepaper-download .gform_wrapper input[type="submit"] {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  color: #fff !important;
  padding: 8px 34px !important;
  background-color: #0066e1 !important;
  margin: 0;
}
.whitepaper-download .gform_wrapper input[type="submit"]:hover {
  background-color: #f59a18 !important;
}
.whitepaper-download .gform_wrapper .gform_footer::after {
  content: "";
}
.whitepaper-download .content-wrapper .media {
  margin-top: -100px;
  margin-bottom: -76px;
  margin-right: 0;
  margin-left: 0;
  width: 40%;
}
.whitepaper-download .content-wrapper .media img {
  object-fit: contain;
  width: 120%;
}
.whitepaper-download .ginput_container.ginput_recaptcha {
  margin: 0 !important;
}
.whitepaper-download .ginput_recaptcha > div {
  margin: 0;
}
.whitepaper-download .gform_required_legend {
  font-size: 12px;
  color: #fff;
}
.whitepaper-download .form-wrapper .gform_confirmation_message {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 20px;
}
.whitepaper-download .form-wrapper .gform_confirmation_message a {
  text-decoration: underline;
}
.whitepaper-download .form-wrapper .gform_confirmation_message a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .whitepaper-download .content-wrapper {
    padding: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .whitepaper-download {
    margin-top: 140px;
    margin-bottom: 60px;
  }
  .whitepaper-download .back-pattern {
    width: 100%;
    height: auto;
  }
  .whitepaper-download .back-pattern.desktop {
    display: none;
  }
  .whitepaper-download .back-pattern.mobile {
    display: block;
  }
  .whitepaper-download .content-wrapper {
    padding: 24px;
    display: flex;
    flex-direction: column-reverse;
  }
  .whitepaper-download .content-wrapper .content {
    width: 100%;
    max-width: 100%;
  }
  .whitepaper-download h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .whitepaper-download .content-wrapper .media {
    margin-top: -150px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    text-align: center;
  }
  .whitepaper-download .content-wrapper .media img {
    width: auto;
    max-height: 300px;
    object-fit: contain;
  }
  .whitepaper-download .gform_wrapper .gform_footer {
    width: 100%;
  }
  .whitepaper-download .gform_wrapper input[type="submit"] {
    width: 100% !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
}

/* HEADER 2 COLUMNS MODULE */
.header-2cols {
  position: relative;
  /* background: linear-gradient(
    180deg,
    rgba(139, 52, 138, 1) 83%,
    rgba(255, 255, 255, 1) 83%,
    rgba(255, 255, 255, 1) 100%
  ); */
  background-color: #8b348a;
  margin-bottom: 100px;
}
.header-2cols .back-logo {
  position: absolute;
  left: 0;
  z-index: 0;
}
.header-2cols .back-logo.desktop {
  display: block;
  top: 100px;
}
.header-2cols .back-logo.mobile {
  display: none;
  top: 48px;
}
.header-2cols h1 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: -1%;
}
.header-2cols .content {
  margin-bottom: 30px;
}
.header-2cols .content p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
}
.header-2cols .breadcrumb {
  margin-bottom: 48px;
}
.header-2cols .breadcrumb .inner {
  padding: 0;
}
.header-2cols .breadcrumb ul {
  padding-left: 0;
}
.header-2cols .breadcrumb ul li {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  opacity: 80%;
}
.header-2cols .breadcrumb ul li a {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  opacity: 80%;
}
.header-2cols .breadcrumb ul li a:hover {
  opacity: 100%;
}
.header-2cols .content-wrapper {
  display: flex;
  flex-direction: row;
  column-gap: 10%;
}
.header-2cols .content-wrapper .text-wrapper {
  width: 45%;
  max-width: 480px;
  padding-top: 3%;
  /* padding-bottom: 20%; */
  padding-bottom: 5%;
  margin: 0;
  /* max-height: 600px; */
}
.header-2cols .img-wrapper.desktop {
  position: absolute;
  /* width: 50%; */
  /* height: calc(100% - 80px); */
  /* text-align: right; */
  right: 0;
  left: 50%;
  bottom: -100px;
  top: 60px;
  display: block;
}
.header-2cols .img-wrapper.mobile {
  display: none;
  top: 0;
}
.header-2cols .img-wrapper img {
  width: 100%;
  height: 100%;
  /* max-width: 950px; */
  /* max-height: 556px; */
  object-fit: cover;
}
.header-2cols .btn-header {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  padding: 8px 24px;
  border-radius: 24px;
  margin: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.header-2cols .btn-header:hover {
  background-color: #f59a18 !important;
  color: #fff !important;
}
.header-2cols .btn-wrapper {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.header-2cols .btn-wrapper .btn-header:first-child {
  color: #fff;
  background-color: #0066e1;
}
.header-2cols .btn-wrapper .btn-header:nth-child(2) {
  color: #0066e1;
  background-color: #fff;
}
@media only screen and (max-width: 1700px) {
  .header-2cols .img-wrapper.desktop {
    /* height: calc(100% - 80px); */
  }
}
@media only screen and (max-width: 991px) {
  .header-2cols {
    position: relative;
    background: unset;
    background-color: #8b348a;
    margin-bottom: 0;
  }
  .header-2cols .content {
    margin-bottom: 0;
  }
  .header-2cols .content-wrapper {
    flex-direction: column;
    row-gap: 30px;
  }
  .header-2cols .img-wrapper.desktop {
    display: none;
  }
  .header-2cols .img-wrapper.mobile {
    display: block;
    margin-right: -20px;
  }
  .header-2cols .content-wrapper .text-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0;
    /* max-height: unset; */
  }
  .header-2cols .btn-wrapper {
    flex-direction: column;
    margin-top: 30px;
  }
  .header-2cols .breadcrumb {
    margin-bottom: 14px;
    padding-top: 20px;
  }
  .header-2cols .breadcrumb ul li {
    font-size: 12px;
    font-weight: 400;
  }
  .header-2cols .breadcrumb ul li a {
    font-size: 12px;
    font-weight: 600;
  }
  .header-2cols h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .header-2cols .btn-header {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .header-2cols .content-wrapper .text-wrapper {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .header-2cols .back-logo.desktop {
    display: none;
  }
  .header-2cols .back-logo.mobile {
    display: block;
  }
}

/* full-content-module-new */
.full-content-module-new {
  padding-top: 64px;
  padding-bottom: 32px;
}
.full-content-module-new h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #8b348a;
  margin-bottom: 20px;
}
.full-content-module-new h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #8b348a;
  margin-bottom: 20px;
}
.full-content-module-new h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #8b348a;
  margin-bottom: 20px;
}
.full-content-module-new p.lead {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #757575;
  margin-bottom: 20px;
}
.full-content-module-new p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #757575;
  margin-bottom: 20px;
}
.full-content-module-new a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #8B348A;
  margin-bottom: 20px;
}
.full-content-module-new ul {
  /* list-style: none; */
  margin-left: 1rem;
  margin-bottom: 24px;
}
.full-content-module-new ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #757575;
  position: relative;
}
.full-content-module-new ul li::marker {
  color: #8B348A;
}
/* .full-content-module-new ul li::before {
  content: url("../images/list-bullet.svg");
  display: inline-block;
  position: absolute;
  left: -2.5em;
  top: 50%;
  transform: translateY(-50%);
} */
@media only screen and (max-width: 991px) {
  .full-content-module-new {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .full-content-module-new h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .full-content-module-new h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .full-content-module-new h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .full-content-module-new p.lead {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .full-content-module-new p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .full-content-module-new ul li {
    margin-bottom: 16px;
  }
}

/* CARD 4 COLUMNS */
.card-4cols {
  padding-top: 60px;
  padding-bottom: 60px;
}
.card-4cols h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #8b348a;
  margin-bottom: 20px;
}
.card-4cols .card-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.card-4cols .card-slider {
  display: none;
}
.card-4cols .card-wrapper .card,
.card-4cols .card-slider .card {
  width: 100%;
  border: 1px solid #e8d6e8;
  padding: 16px;
}
.card-4cols .card-wrapper .card .card-body,
.card-4cols .card-slider .card .card-body {
  margin-top: 8px;
}
.card-4cols .card-wrapper .card img,
.card-4cols .card-slider .card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.card-4cols .card-wrapper .card h4,
.card-4cols .card-slider .card h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #201e1f;
  margin-bottom: 10px;
}
.card-4cols .card-wrapper .card p,
.card-4cols .card-slider .card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #757575;
}
.card-4cols .card-wrapper .card ul,
.card-4cols .card-slider .card ul {
  padding-left: 16px;
}
.card-4cols .card-wrapper .card li,
.card-4cols .card-slider .card li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #757575;
}
@media only screen and (max-width: 991px) {
  .card-4cols {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .card-4cols .card-wrapper {
    display: none;
  }
  .card-4cols .card-slider {
    display: block;
  }
  .card-4cols .card-slider .card {
    height: 100%;
  }
  .card-4cols .card-slider .card:first-child {
    margin-left: 20px;
  }
  .card-4cols .slick-track {
    display: flex !important;
    align-items: stretch;
  }
  .card-4cols .slick-slide {
    margin: 0 10px;
    height: auto !important;
  }
  .card-4cols .slick-list {
    margin: 0 -10px;
    padding-right: 120px;
  }
  .card-4cols .slick-slide > div {
    height: 100%;
  }
}

/* CARD 3 COLUMNS */
.card-3cols {
  padding-top: 60px;
  padding-bottom: 60px;
}
.card-3cols h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #8b348a;
  margin-bottom: 20px;
}
.card-3cols .card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  /* grid-template-columns: repeat(auto-fit, minmax(min(100%, max(100px, 100%/4)), 1fr)); */
  gap: 20px;
}
.card-3cols .card-wrapper .card {
  width: 100%;
  border: 1px solid #f2f7fe;
  padding: 15px;
}
.card-3cols .card-wrapper .card img {
  width: 100%;
  /* height: 182px; */
  height: auto;
  max-height: 320px;
  object-fit: cover;
}
.card-3cols .card-wrapper .card .card-body {
  margin-top: 14px;
  position: relative;
}
.card-3cols .card-wrapper .card h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #201e1f;
  margin-bottom: 12px;
}
.card-3cols .card-wrapper .card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #757575;
}
.card-3cols .card-wrapper .card ul {
  padding-left: 16px;
}
.card-3cols .card-wrapper .card li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #757575;
}
.card-3cols .card-wrapper .card .btn-card {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 24px;
  margin: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #0066e1;
  position: absolute;
  top: -1px;
  right: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-3cols .card-wrapper .card .btn-card:hover {
  background-color: #f59a18 !important;
  color: #fff !important;
}
.card-3cols .card-wrapper .card .btn-card:after {
  content: "arrow_forward";
  font-size: inherit;
  line-height: 34px;
  color: inherit;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
@media only screen and (max-width: 991px) {
  .card-3cols {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .card-3cols .card-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
  }
}

/* CONTENT 2 COLUMNS */
.content-2cols {
  padding-top: 60px;
  padding-bottom: 60px;
}
.content-2cols .inner {
  display: flex;
  flex-direction: row;
  gap: 200px;
}
.content-2cols .left-col,
.content-2cols .right-col {
  width: 50%;
}
.content-2cols h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #8b348a;
  margin-bottom: 16px;
}
.content-2cols .content-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #757575;
  margin-bottom: 30px;
}
.content-2cols .content-text ul {
  list-style: none;
  margin-left: 2.5em;
}
.content-2cols .content-text ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #757575;
  margin-bottom: 30px;
  position: relative;
}
.content-2cols .content-text ul li::before {
  content: url("../images/list-bullet.svg");
  display: inline-block;
  position: absolute;
  left: -2.5em;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .content-2cols {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .content-2cols .inner {
    flex-direction: column;
    gap: 50px;
  }
  .content-2cols .left-col,
  .content-2cols .right-col {
    width: 100%;
  }
  .content-2cols .content-text ul li {
    margin-bottom: 16px;
  }
}

/* PROJECT SLIDER */
.project-slider {
  padding-top: 60px;
  padding-bottom: 60px;
}
.project-slider.has-bg-color {
  background-color: #f2f7fe;
}
.project-slider h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #8b348a;
}
.project-slider p.lead {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #8b348a;
}
.project-slider .project-slider-container {
  margin-top: 16px;
}
.project-slider .project-slider-wrapper .item {
  display: flex !important;
  align-items: stretch;
  height: 100%;
}
.project-slider .card {
  border: 1px solid #8b348a33;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.project-slider .card img {
  width: 100%;
  height: 182px;
  object-fit: cover;
}
.project-slider .card .card-body {
  margin-top: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1 auto;
  width: 100%;
}
.project-slider .card .meta-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 8px;
}
.project-slider .card .card-cat {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #8b348a;
  text-align: left;
  margin: 0;
}
.project-slider .card .card-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #757575;
  text-align: right;
  margin: 0;
}
.project-slider .card h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #201e1f;
  margin-bottom: 30px;
}
.project-slider .card a {
  margin-left: 0;
  margin-right: 0;
}
.project-slider .card .btn-card {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #0066e1;
  margin: auto 0 0 0;
  display: flex;
  align-items: center;
}
.project-slider .card .btn-card:hover {
  color: #f59a18 !important;
}
.project-slider .card .btn-card:after {
  margin-left: 12px;
  content: "arrow_forward";
  font-size: inherit;
  line-height: 34px;
  color: inherit;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
.project-slider .slick-track {
  display: flex !important;
  align-items: stretch;
}
.project-slider .slick-slide {
  margin: 0 10px;
  height: auto !important;
}
.project-slider .slick-slide > div {
  height: 100%;
}
.project-slider .slick-list {
  margin: 0 -10px;
}
.project-slider .slick-dots {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 0;
  margin-top: 24px;
}
.project-slider .slick-dots li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin: 0 5px;
}
.project-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: #c4a2d3;
  font-size: 0;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.project-slider .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background-color: #8b348a;
}
.project-slider .slick-arrow {
  position: absolute;
  top: 40%;
  width: 44px;
  height: 44px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 100;
  border-radius: 50%;
  background-color: #8b348a;
  color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.project-slider .slick-arrow:hover {
  background-color: #f59a18;
}
.project-slider .slick-arrow.slick-disabled {
  background-color: #c4a2d3;
}
.project-slider .slick-arrow:before {
  content: "arrow_back";
  font-size: 26px;
  color: #fff;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
.project-slider .slick-arrow.slick-prev {
  left: -22px;
}
.project-slider .slick-arrow.slick-next {
  right: -22px;
}
.project-slider .slick-arrow.slick-next:before {
  content: "arrow_forward";
}
@media only screen and (max-width: 1200px) {
  .project-slider .slick-arrow.slick-prev {
    left: 0;
  }
  .project-slider .slick-arrow.slick-next {
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .project-slider {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .project-slider h2,
  .project-slider p.lead {
    font-size: 20px;
  }
  .project-slider .slick-slide {
    margin: 0 8px;
  }
  .project-slider .slick-list {
    margin: 0 -8px;
    padding-right: 22px;
  }
  .project-slider .slick-arrow {
    display: none !important;
  }
  .project-slider .card img {
    height: 156px;
  }
}

/* NEWS SLIDER */
.news-slider {
  padding-top: 60px;
  padding-bottom: 60px;
}
.news-slider.has-bg-color {
  background-color: #f2f7fe;
}
.news-slider h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #8b348a;
}
.news-slider p.lead {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #8b348a;
}
.news-slider .news-slider-container {
  margin-top: 40px;
}
.news-slider .news-slider-wrapper .item {
  display: flex !important;
  align-items: stretch;
  height: 100%;
}
.news-slider .card {
  border: 1px solid #8b348a33;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.news-slider .card img {
  width: 100%;
  height: 182px;
  object-fit: cover;
}
.news-slider .card .card-body {
  margin-top: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1 auto;
  margin-left: 0;
  margin-right: 0;
}
.news-slider .card .meta-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 8px;
}
.news-slider .card .card-cat {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #8b348a;
  text-align: left;
  margin: 0;
}
.news-slider .card .card-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #757575;
  text-align: right;
  margin: 0;
}
.news-slider .card h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #201e1f;
  margin-bottom: 30px;
}
.news-slider .card a {
  margin-left: 0;
  margin-right: 0;
}
.news-slider .card .btn-card {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #0066e1;
  margin: auto 0 0 0;
  display: flex;
  align-items: center;
}
.news-slider .card .btn-card:hover {
  color: #f59a18 !important;
}
.news-slider .card .btn-card::after {
  margin-left: 12px;
  content: "arrow_forward";
  font-size: inherit;
  line-height: 34px;
  color: inherit;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
.news-slider .slick-track {
  display: flex !important;
  align-items: stretch;
}
.news-slider .slick-slide {
  margin: 0 10px;
  height: auto !important;
}
.news-slider .slick-slide > div {
  height: 100%;
}
.news-slider .slick-list {
  margin: 0 -10px;
}
.news-slider .slick-dots {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 0;
  margin-top: 24px;
}
.news-slider .slick-dots li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin: 0 5px;
}
.news-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: #c4a2d3;
  font-size: 0;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.news-slider .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background-color: #8b348a;
}
.news-slider .slick-arrow {
  position: absolute;
  top: 40%;
  width: 44px;
  height: 44px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 100;
  border-radius: 50%;
  background-color: #8b348a;
  color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.news-slider .slick-arrow:hover {
  background-color: #f59a18;
}
.news-slider .slick-arrow.slick-disabled {
  background-color: #c4a2d3;
}
.news-slider .slick-arrow:before {
  content: "arrow_back";
  font-size: 26px;
  color: #fff;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
.news-slider .slick-arrow.slick-prev {
  left: -22px;
}
.news-slider .slick-arrow.slick-next {
  right: -22px;
}
.news-slider .slick-arrow.slick-next:before {
  content: "arrow_forward";
}
.news-slider .button-wrapper {
  text-align: center;
  margin-top: 40px;
  display: block;
}
.news-slider .btn-footer {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 24px;
  border: 1px solid #0066E1;
  color: #201E1F;
  padding: 6px 18px;
}
.news-slider .btn-footer:hover {
  background-color: #f59a18;
  color: #FFF;
  border-color: #f59a18;
}

@media only screen and (max-width: 1200px) {
  .news-slider .slick-arrow.slick-prev {
    left: 0;
  }
  .news-slider .slick-arrow.slick-next {
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .news-slider {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .news-slider .slick-slide {
    margin: 0 8px;
  }
  .news-slider .slick-list {
    margin: 0 -8px;
    padding-right: 22px;
  }
  .news-slider .slick-arrow {
    display: none !important;
  }
  .news-slider .card img {
    height: 156px;
  }
  .news-slider .news-slider-container {
    margin-top: 20px;
  }
  .news-slider .button-wrapper {
    display: none;
  }
}

/* LOGO-LIST */
.logo-list {
  padding-top: 60px;
  padding-bottom: 60px;
}
.logo-list h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #8b348a;
  margin-bottom: 20px;
}
.logo-list .logo-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  row-gap: 50px;
  column-gap: 100px;
  margin: 0 auto;
  max-width: 90%;
}
.logo-list .logo-wrapper .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.logo-list .logo-wrapper .logo-item * {
  margin: 0;
  width: 100%;
}
.logo-list .logo-wrapper .logo-item img {
  max-height: 70px;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media only screen and (max-width: 991px) {
  .logo-list {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .logo-list .logo-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
    column-gap: 80px;
    row-gap: 40px;
  }
  .logo-list .logo-wrapper .logo-item img {
    max-height: 50px;
    max-width: 100%;
  }
}

/* CONTACT FORM NEW */
.contact-form-new {
  padding-top: 60px;
  padding-bottom: 120px;
}
.contact-form-new .inner {
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
}
.contact-form-new h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 20px;
}
.contact-form-new .contact-form-wrapper {
  width: 100%;
  background-color: #8b348a;
  margin: 0 auto;
  padding: 40px;
  position: relative;
}
.contact-form-new .contact-form-wrapper.side-contact {
  width: 60%;
  max-width: 660px;
  margin: 0;
}
.contact-form-new .contact-form-wrapper .back-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.contact-form-new .contact-form-wrapper .back-pattern.desktop {
  display: block;
}
.contact-form-new .contact-form-wrapper .back-pattern.mobile {
  display: none;
}
.contact-form-new .gform_wrapper {
  margin: 0;
  max-width: 100%;
}
.contact-form-new .gform_wrapper label,
.contact-form-new .gform_wrapper .gfield_label {
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1;
  color: #fff !important;
  margin-bottom: 8px;
  position: relative !important;
  top: unset !important;
  left: unset !important;
}
.contact-form-new .gform_wrapper .gfield {
  margin: 0;
}
.contact-form-new .gform_wrapper ul.gform_fields li.gfield {
  background-color: transparent;
  margin-bottom: 16px;
}
.contact-form-new
  .gform_wrapper
  ul.gform_fields
  li.gfield
  .ginput_container
  input {
  height: unset;
}
.contact-form-new .gform_wrapper input[type="text"],
.contact-form-new .gform_wrapper input[type="tel"],
.contact-form-new .gform_wrapper input[type="url"],
.contact-form-new .gform_wrapper input[type="file"],
.contact-form-new .gform_wrapper input[type="email"],
.contact-form-new .gform_wrapper textarea {
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  padding: 10px 16px !important;
  color: #201e1f99 !important;
  background-color: #fff !important;
  width: 100% !important;
  border-radius: 3px;
}
.contact-form-new .gform_wrapper .gform_footer {
  float: left !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.contact-form-new .gform_wrapper input[type="submit"] {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  color: #fff !important;
  padding: 8px 34px !important;
  background-color: #0066e1 !important;
  margin: 0;
}
.contact-form-new .gform_wrapper input[type="submit"]:hover {
  background-color: #f59a18 !important;
}
.contact-form-new .gform_wrapper .gform_footer::after {
  content: "";
}
.contact-form-new .ginput_container.ginput_recaptcha {
  margin: 0 !important;
}
.contact-form-new .ginput_recaptcha > div {
  margin: 0;
}
.contact-form-new .gform_required_legend {
  font-size: 12px;
  color: #fff;
}
.contact-form-new .gform_confirmation_message {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
.contact-form-new .contact-wrapper {
  width: 40%;
  max-width: 280px;
}
.contact-form-new .contact-wrapper h3 {
  color: #201e1f;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 24px;
  /* display: none; */
}
.contact-form-new .contact-box {
  text-align: center;
  border: 1px solid rgba(139, 52, 138, 0.2);
  background: #fff;
  display: flex;
  flex-direction: column;
}
.contact-form-new .contact-box img {
  width: 100%;
  height: 324px;
  object-fit: cover;
  margin-bottom: 24px;
}
.contact-form-new .contact-box .img-wrapper,
.contact-form-new .contact-box .text-wrapper {
  margin: 0;
}
.contact-form-new .contact-box .contact-name {
  color: #201e1f;
  /* text-align: center; */
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 4px;
}
.contact-form-new .contact-box .person-title {
  color: #757575;
  /* text-align: center; */
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-transform: uppercase;
}
.contact-form-new .contact-box .contact-phone a,
.contact-form-new .contact-box .contact-email a {
  color: #0066e1 !important;
  /* text-align: center; */
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 8px;
}
.contact-form-new .contact-box .contact-phone a:hover,
.contact-form-new.contact-box .contact-email a:hover {
  color: #f59a18 !important;
}
.contact-form-new .contact-box .contact-phone {
  margin-bottom: 8px;
}
.contact-form-new .contact-box .contact-email {
  margin-bottom: 24px;
}
.contact-form-new .contact-box hr {
  width: 120px;
  height: 4px;
  background-color: #8b348a;
  margin-top: 14px;
  margin-bottom: 14px;
}
.contact-form-new .gform_wrapper .gform_fields .gchoice {
  margin-bottom: 16px;
}
.contact-form-new .gform_wrapper .gform_fields .gchoice .gfield_label {
  line-height: 25px;
}
.contact-form-new .gform_wrapper .gform_fields .gfield--type-checkbox .gfield_label {
  margin-top: 10px;
  margin-bottom: 20px;
}
.contact-form-new .gform_wrapper .gform_fields .gfield input[type="checkbox"]:not(:checked),
.contact-form-new .gform_wrapper .gform_fields .gfield input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.contact-form-new .gform_wrapper .gform_fields .gfield input[type="checkbox"]:not(:checked)+label,
.contact-form-new .gform_wrapper .gform_fields .gfield input[type="checkbox"]:checked+label {
  position: relative;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  padding: 0px 0 0 45px;
}

/* checkbox aspect */
.contact-form-new .gform_wrapper .gform_fields .gfield input[type="checkbox"]:not(:checked)+label:before,
.contact-form-new .gform_wrapper .gform_fields .gfield input[type="checkbox"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  background: none;
  background-color: #fff;
  border: none;
  transition: all 0.3s ease-in-out;
}

.contact-form-new .gform_wrapper .gform_fields .gfield input[type="checkbox"]:checked+label:after {
  content: 'check';
  font-family: "Material Icons";
  font-size: 15px;
  color: #0066e1;
  position: absolute;
  left: 5px;
  /* top: 5px; */
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .contact-form-new {
    padding-top: 32px;
    padding-bottom: 64px;
  }
  .contact-form-new .inner {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .contact-form-new .contact-form-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 40px 20px;
  }
  .contact-form-new .contact-form-wrapper.side-contact {
    width: 100%;
    max-width: 100%;
    padding: 40px 20px;
  }
  .contact-form-new .contact-form-wrapper .back-pattern.desktop {
    display: none;
  }
  .contact-form-new .contact-form-wrapper .back-pattern.mobile {
    display: block;
  }
  .contact-form-new .contact-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 16px;
    background-color: #f2f7fe;
  }
  .contact-form-new .contact-box {
    display: flex;
    align-items: center;
    flex-direction: row;
    text-align: left;
    border: none;
    gap: 24px;
    background-color: #f2f7fe;
  }
  .contact-form-new .contact-box .text-wrapper {
    margin: 0;
  }
  .contact-form-new .contact-box .img-wrapper {
    width: 50%;
    max-width: 100px;
    margin: 0;
  }
  .contact-form-new .contact-box .img-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0;
  }
  .contact-form-new .contact-box hr {
    width: 100%;
    max-width: 194px;
    height: 4px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .contact-form-new .contact-box .contact-email {
    margin-bottom: 8px;
  }
  .contact-form-new .contact-wrapper h3 {
    color: #201e1f;
    text-align: left;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
  }
}

/* PORTFOLIO OVERVIEW */
.header-portfolio {
  background-color: #8b348a;
  padding-bottom: 60px;
}
.header-portfolio .breadcrumb {
  margin-bottom: 48px;
}
.header-portfolio .breadcrumb .inner {
  padding: 0;
}
.header-portfolio .breadcrumb ul {
  padding-left: 0;
}
.header-portfolio .breadcrumb ul li {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  opacity: 80%;
}
.header-portfolio .breadcrumb ul li a {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  opacity: 80%;
}
.header-portfolio .breadcrumb ul li a:hover {
  opacity: 100%;
}
.header-portfolio h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 40px;
  text-align: center;
}
.header-portfolio .filter-tag {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
.header-portfolio .tag-header {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4px;
  row-gap: 26px;
  list-style: none;
}
.header-portfolio .custom-select select {
  display: none;
}
.header-portfolio .tag-header li {
  margin: 0;
}
.header-portfolio .tag-header li a {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #ffffffb3;
  border: 1px solid #ffffff1a;
  padding: 10px 12px;
  border-radius: 4px;
  background-color: transparent;
}
.header-portfolio .tag-header li a:hover,
.header-portfolio .tag-header li a.active {
  background-color: #ffffff33;
  color: #ffffff;
}
.portfolio-container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.portfolio-container h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #8b348a;
  margin-bottom: 16px;
  text-align: center;
}
.portfolio-container .content-text {
  margin: 0 auto 40px auto;
  max-width: 780px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #757575;
  text-align: center;
}
.portfolio-container .content-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #757575;
  text-align: center;
}
.portfolio-container .portfolio-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.portfolio-container .card-wrapper {
  width: 100%;
  height: 100%;
}
.portfolio-container .card {
  border: 1px solid #f2f7fe;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.portfolio-container .card img {
  width: 100%;
  height: 182px;
  object-fit: cover;
}
.portfolio-container .card .card-body {
  margin-top: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1 auto;
  width: 100%;
}
.portfolio-container .card .meta-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 8px;
  column-gap: 10px;
}
.portfolio-container .card .card-cat {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #8b348a;
  text-align: left;
  margin: 0;
}
.portfolio-container .card .card-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #757575;
  text-align: right;
  margin: 0;
}
.portfolio-container .card h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #201e1f;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}
.portfolio-container .card a {
  margin: 0;
}
.portfolio-container .card .btn-card {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #0066e1;
  margin: auto 0 0 0;
  display: flex;
  align-items: center;
}
.portfolio-container .card .btn-card:hover {
  color: #f59a18 !important;
}
.portfolio-container .card .btn-card:after {
  margin-left: 12px;
  content: "arrow_forward";
  font-size: inherit;
  line-height: 34px;
  color: inherit;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
.portfolio-container .pagination {
  text-align: center;
  margin-top: 50px;
}
.portfolio-container .pagination .page-numbers {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #8b348a;
  border: 1px solid #8b348a;
  padding: 10px 12px;
  border-radius: 4px;
  background-color: transparent;
}
.portfolio-container .pagination .page-numbers:hover,
.portfolio-container .pagination .page-numbers.current {
  background-color: #8b348a;
  color: #fff;
}
.portfolio-container.video .card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-container.video .card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}
.portfolio-container.video .card .card-body {
  margin-top: 0px;
}
.portfolio-container.video .card h4 {
  margin-bottom: 0px;
}
.portfolio-container.video .card:hover .control-container {
  visibility: visible;
  opacity: 1;
}
.portfolio-container.video .video-wrapper,
.portfolio-container.video .embed-container {
  position: relative;
  height: 200px;
  margin-left: 0;
  margin-right: 0;
}
.portfolio-container.video .control-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.portfolio-container.video .control-container .playpause {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: #0066E180;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.portfolio-container.video .control-container .playpause img.play {
  width: auto;
  height: auto;
  object-fit: contain;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .portfolio-container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .header-portfolio {
    padding-bottom: 30px;
  }
  .header-portfolio .breadcrumb {
    margin-bottom: 30px;
  }
  .header-portfolio .breadcrumb ul li {
    font-size: 12px;
  }
  .header-portfolio .breadcrumb ul li a {
    font-size: 12px;
  }
  .header-portfolio h1 {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: left;
  }
  .header-portfolio .filter-tag {
    width: 100%;
    max-width: unset;
    margin: 0;
  }
  .header-portfolio .tag-header {
    display: none;
  }
  .header-portfolio .custom-select {
    position: relative;
  }
  .header-portfolio .custom-select select {
    display: block;
    width: 100%;
    font-size: 12px;
    padding: 10px 16px;
    border: 1px solid #c4a2d3;
    outline: none;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .header-portfolio .custom-select select option {
    background-color: inherit;
    color: #8b348a;
  }
  .header-portfolio .custom-select::after {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    content: "keyboard_arrow_down";
    color: #fff;
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
  }
  .portfolio-container .portfolio-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
  }
  .portfolio-container h2 {
    font-size: 20px;
    margin-bottom: 8px;
    text-align: left;
  }
  .portfolio-container .content-text {
    margin: 0;
    max-width: 100%;
    font-size: 14px;
    text-align: left;
    margin-bottom: 40px;
  }
  .portfolio-container .content-text p {
    max-width: 100%;
    font-size: 14px;
    text-align: left;
  }
  .portfolio-container .card {
    border: 1px solid #8b348a33;
    display: block;
  }
  .portfolio-container .card img {
    height: 167px;
  }
  .portfolio-container .card .card-body {
    padding-bottom: 32px;
  }
  .portfolio-container .card .card-body a {
    margin: 0;
  }
}

/* TESTIMONIAL OVERVIEW */
.header-testimonial {
  background-color: #8b348a;
  padding-bottom: 82px;
  margin-bottom: 40px;
}
.header-testimonial .breadcrumb {
  margin-bottom: 48px;
}
.header-testimonial .breadcrumb .inner {
  padding: 0;
}
.header-testimonial .breadcrumb ul {
  padding-left: 0;
}
.header-testimonial .breadcrumb ul li {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  opacity: 80%;
}
.header-testimonial .breadcrumb ul li a {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  opacity: 80%;
}
.header-testimonial .breadcrumb ul li a:hover {
  opacity: 100%;
}
.header-testimonial h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 24px;
  text-align: center;
}
.header-testimonial .intro {
  max-width: 781px;
}
.header-testimonial .intro p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}

/* NEWS BAR */
.news-bar {
  background-color: #8b348a;
  padding-top: 14px;
  padding-bottom: 14px;
}
.news-bar .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.news-bar h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  margin: 0;
  width: 15%;
}
.news-bar .news-bar-container {
  width: 85%;
}
.news-bar .news-bar-wrapper .item .bar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}
.news-bar .news-bar-wrapper .item .bar a {
  margin: 0;
}
.news-bar .news-bar-wrapper .item .bar img {
  height: 53px;
  width: auto;
  object-fit: contain;
}
.news-bar .news-bar-wrapper .item .bar .card-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fff;
}
.news-bar .news-bar-wrapper .item .bar .btn-card {
  background-color: #0066e1;
  border-radius: 24px;
  padding: 10px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  transition: 0.15s;
  white-space: nowrap;
}
.news-bar .news-bar-wrapper .item .bar .btn-card:hover {
  background-color: #f59a18;
}
.news-bar .slick-dots {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 0;
  margin-top: 24px;
}
.news-bar .slick-dots li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin: 0 5px;
}
.news-bar .slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: #c4a2d3;
  font-size: 0;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.news-bar .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background-color: #fff;
}
.news-bar .slick-arrow {
  position: absolute;
  top: 40%;
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 100;
  border-radius: 50%;
  background-color: #fff;
  color: #8b348a;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.news-bar .slick-arrow:hover {
  background-color: #f59a18;
}
.news-bar .slick-arrow.slick-disabled {
  background-color: #c4a2d3;
}
.news-bar .slick-arrow:before {
  content: "arrow_back";
  font-size: 20px;
  color: #8b348a;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
.news-bar .slick-arrow.slick-prev {
  left: -10px;
}
.news-bar .slick-arrow.slick-next {
  right: -10px;
}
.news-bar .slick-arrow.slick-next:before {
  content: "arrow_forward";
}
@media (max-width: 991px) {
  .news-bar {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .news-bar .wrapper {
    flex-direction: column;
  }
  .news-bar h2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .news-bar .news-bar-container {
    width: 100%;
  }
  .news-bar .news-bar-wrapper .item .bar {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 20px;
  }
  .news-bar .news-bar-wrapper .item .bar a:first-child {
    width: 100%;
  }
  .news-bar .news-bar-wrapper .item .bar img {
    height: 200px;
    width: 100%;
    object-fit: cover;
  }
}
/* NEWS BAR */

/* CONTACT NEW */
.contact-container {
  margin-top: -100px;
  margin-bottom: 100px;
}
.contact-container .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-container .left-content {
  width: calc(50% - 20px);
  margin: 0;
}
.contact-container .right-content {
  width: 50%;
  margin: 0;
}
.contact-container .contact-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 40px;
  row-gap: 40px;
}
.contact-container .contact-info .phone,
.contact-container .contact-info .address,
.contact-container .contact-info .email,
.contact-container .contact-info .social {
  width: 50%;
}
.contact-container .contact-info .phone {
  order: 1;
}
.contact-container .contact-info .address {
  order: 2;
}
.contact-container .contact-info .email {
  order: 3;
}
.contact-container .contact-info .social {
  order: 4;
}
.contact-container .contact-info .lead {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #201e1f;
  margin-bottom: 8px;
}
.contact-container .contact-info p,
.contact-container .contact-info a {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #0066e1;
}
.contact-container .contact-info .social-links {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
.contact-container .contact-info .social-link {
  margin: 0;
}
.contact-container .acf-map {
  width: 100%;
  height: 580px;
  border: #ccc solid 1px;
  margin: 45px 0 20px 0;
}

.contact-container .acf-map img {
  max-width: inherit !important;
}
.contact-container .form-wrapper {
  background-color: #f2f7fe;
  padding: 80px 40px 40px 40px;
}
.contact-container .form-wrapper h4 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -1%;
  color: #201e1f;
  margin-bottom: 24px;
}
.contact-container .form-intro {
  margin-bottom: 40px;
}
.contact-container .form-intro,
.contact-container .form-intro p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #757575;
}
.contact-container .gform_wrapper {
  margin: 0;
  max-width: 100%;
}
.contact-container .gform_wrapper label,
.contact-container .gform_wrapper .gfield_label  {
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  color: #201e1f !important;
  margin-bottom: 8px;
  position: relative !important;
  top: unset !important;
  left: unset !important;
}
.contact-container .gform_wrapper .gfield {
  margin: 0;
}
.contact-container .gform_wrapper ul.gform_fields li.gfield {
  background-color: transparent;
  margin-bottom: 16px;
}
.contact-container
  .gform_wrapper
  ul.gform_fields
  li.gfield
  .ginput_container
  input {
  height: unset;
}
.contact-container .gform_wrapper input[type="text"],
.contact-container .gform_wrapper input[type="tel"],
.contact-container .gform_wrapper input[type="url"],
.contact-container .gform_wrapper input[type="file"],
.contact-container .gform_wrapper input[type="email"],
.contact-container .gform_wrapper textarea {
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  padding: 10px 16px !important;
  color: #201e1f99 !important;
  background-color: #fff !important;
  width: 100% !important;
  border-radius: 3px;
  border: 1px solid #89baf666 !important;
}
body .gform_wrapper ul.gform_fields li.gfield.checkbox-wrap label {
  display: unset;
}
.contact-container .gform_wrapper ul.gform_fields li.gfield[type="checkbox"]:not(:checked) + label::before,
.contact-container .gform_wrapper ul.gform_fields li.gfield[type="checkbox"]:checked + label::before,
.contact-container .gform_wrapper .gfield--type-choice .gfield-choice-input[type="checkbox"]:not(:checked) + label::before, 
.contact-container .gform_wrapper .gfield--type-choice .gfield-choice-input[type="checkbox"]:checked + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background: none;
  background-color: #fff;
  border: 1px solid #89baf666 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%) !important;
}
.contact-container .gform_wrapper ul.gform_fields li.gfield[type="checkbox"]:not(:checked) + label,
.contact-container .gform_wrapper ul.gform_fields li.gfield[type="checkbox"]:checked + label,
.contact-container .gform_wrapper .gfield--type-choice .gfield-choice-input[type="checkbox"]:not(:checked) + label, 
.contact-container .gform_wrapper .gfield--type-choice .gfield-choice-input[type="checkbox"]:checked + label {
  position: relative !important;
  cursor: pointer !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 12px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  color: #201e1f !important;
  display: block !important;
  margin: 0 !important;
  max-width: 100% !important;
  padding: 0 0 0 45px !important;
}
.contact-container .gform_wrapper ul.gform_fields li.gfield[type="checkbox"]:checked + label::after, 
.contact-container .gform_wrapper .gfield--type-choice .gfield-choice-input[type="checkbox"]:checked + label::after {
  font-family: "Material Icons";
  content: "check";
  font-size: 15px;
  color: #0066e1;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-container
  .gform_wrapper
  ul.gform_fields
  li.gfield
  ul.gfield_checkbox
  li {
  margin-bottom: 0;
}
.contact-container .gform_wrapper .top_label li ul.gfield_checkbox {
  padding-left: 0;
  padding-top: 16px;
}
.contact-container .gform_wrapper .gform_footer::after {
  content: "";
}
.contact-container .ginput_container.ginput_recaptcha {
  margin: 0 !important;
}
.contact-container .ginput_recaptcha > div {
  margin: 0;
}
.contact-container .gform_required_legend {
  font-size: 12px;
  color: #201e1f;
}
.contact-container .gform_confirmation_message {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #757575;
}
.contact-container input[type="submit"] {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  color: #fff !important;
  padding: 8px 34px !important;
  background-color: #0066e1 !important;
  margin: 0 !important;
}
.contact-container input[type="submit"]:hover {
  background-color: #f59a18 !important;
}
.contact-container .gform_footer {
  float: none !important;
}
.contact-container .gform_footer::after {
  content: none !important;
}
@media (max-width: 1199px) {
  .contact-container {
    /* margin-top: -101px; */
  }
}
@media (max-width: 991px) {
  .contact-container {
    margin-top: -60px;
    margin-bottom: 60px;
  }
  .contact-container .left-content {
    width: 100%;
  }
  .contact-container .right-content {
    width: 100%;
  }
  .contact-container .wrapper {
    flex-direction: column-reverse;
  }
  .contact-container .form-wrapper {
    padding: 40px 20px;
  }
  .contact-container .form-wrapper h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .contact-container .form-intro {
    margin-bottom: 24px;
  }
  .contact-container input[type="submit"] {
    font-size: 16px !important;
    padding: 8px 24px !important;
    width: unset !important;
  }
  .contact-container .contact-info {
    padding-top: 64px;
    flex-direction: column;
    row-gap: 24px;
  }
  .contact-container .contact-info .phone,
  .contact-container .contact-info .address,
  .contact-container .contact-info .email,
  .contact-container .contact-info .social {
    width: 100%;
  }
  .contact-container .contact-info .phone {
    order: 1;
  }
  .contact-container .contact-info .address {
    order: 3;
  }
  .contact-container .contact-info .email {
    order: 2;
  }
  .contact-container .contact-info .social {
    order: 4;
  }
  .contact-container .gform_wrapper label {
    font-weight: 600 !important;
  }
  .contact-container .gform_wrapper .top_label li ul.gfield_checkbox {
    padding-top: 4px;
    padding-bottom: 0;
  }
  .contact-container .acf-map {
    height: 400px;
    margin: 20px 0;
  }
}
/* CONTACT NEW */


/* New - Content + Images module */
.new-content-images-module {
  padding-top: 80px;
  padding-bottom: 80px;
}
.new-content-images-module .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.new-content-images-module .wrapper.right {
  flex-direction: row;
}
.new-content-images-module .wrapper.left {
  flex-direction: row-reverse;
}
.new-content-images-module .text-wrapper {
  margin: 0;
  width: 50%;
  max-width: 594px;
}
.new-content-images-module.wider-media-column .text-wrapper{
  max-width: 480px;
}
.new-content-images-module .media-wrapper {
  margin: 0;
  width: 50%;
  max-width: 480px;
}
.new-content-images-module.wider-media-column .media-wrapper{
  max-width: 580px;
}
.new-content-images-module .media-wrapper img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  max-height: 360px;
  object-fit: cover;
}
@media(min-width:1025px){
  .new-content-images-module.wider-media-column .media-wrapper img{
    min-height: 369px;
    max-height: 369px;
  }
}
.new-content-images-module h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #8B348A;
  margin-bottom: 24px;
}
.new-content-images-module .content-text {
  margin-bottom: 30px;
}
.new-content-images-module .content-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #757575;
}
.new-content-images-module .btn-content {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 24px;
  border: 1px solid #0066E1;
  color: #201E1F;
  padding: 6px 18px;
}
.new-content-images-module .btn-content:hover {
  background-color: #f59a18;
  color: #FFF;
  border-color: #f59a18;
}
.new-content-images-module .btn-content::after {
	content: "";
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5.9958C11.9958 5.54485 11.8141 5.11371 11.4943 4.7958L7.81714 1.11009C7.65655 0.950447 7.4393 0.86084 7.21286 0.86084C6.98641 0.86084 6.76917 0.950447 6.60857 1.11009C6.52823 1.18977 6.46447 1.28457 6.42095 1.38902C6.37743 1.49348 6.35503 1.60551 6.35503 1.71866C6.35503 1.83181 6.37743 1.94385 6.42095 2.0483C6.46447 2.15275 6.52823 2.24755 6.60857 2.32723L9.42857 5.13866H0.857143C0.629814 5.13866 0.411797 5.22896 0.251051 5.38971C0.090306 5.55045 0 5.76847 0 5.9958C0 6.22313 0.090306 6.44114 0.251051 6.60189C0.411797 6.76264 0.629814 6.85294 0.857143 6.85294H9.42857L6.60857 9.67294C6.44717 9.83321 6.35604 10.051 6.35524 10.2785C6.35443 10.5059 6.44402 10.7244 6.60429 10.8858C6.76455 11.0472 6.98237 11.1383 7.20983 11.1391C7.43728 11.1399 7.65574 11.0503 7.81714 10.8901L11.4943 7.20437C11.8162 6.88436 11.9981 6.44972 12 5.9958Z' fill='%23000000'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	margin-left: 10px;
}
.new-content-images-module .btn-content:hover::after {
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5.9958C11.9958 5.54485 11.8141 5.11371 11.4943 4.7958L7.81714 1.11009C7.65655 0.950447 7.4393 0.86084 7.21286 0.86084C6.98641 0.86084 6.76917 0.950447 6.60857 1.11009C6.52823 1.18977 6.46447 1.28457 6.42095 1.38902C6.37743 1.49348 6.35503 1.60551 6.35503 1.71866C6.35503 1.83181 6.37743 1.94385 6.42095 2.0483C6.46447 2.15275 6.52823 2.24755 6.60857 2.32723L9.42857 5.13866H0.857143C0.629814 5.13866 0.411797 5.22896 0.251051 5.38971C0.090306 5.55045 0 5.76847 0 5.9958C0 6.22313 0.090306 6.44114 0.251051 6.60189C0.411797 6.76264 0.629814 6.85294 0.857143 6.85294H9.42857L6.60857 9.67294C6.44717 9.83321 6.35604 10.051 6.35524 10.2785C6.35443 10.5059 6.44402 10.7244 6.60429 10.8858C6.76455 11.0472 6.98237 11.1383 7.20983 11.1391C7.43728 11.1399 7.65574 11.0503 7.81714 10.8901L11.4943 7.20437C11.8162 6.88436 11.9981 6.44972 12 5.9958Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}

@media (max-width: 991px) {
  .new-content-images-module {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .new-content-images-module .wrapper {
    flex-direction: column-reverse !important;
    row-gap: 16px;
  }
  .new-content-images-module .text-wrapper,
  .new-content-images-module .media-wrapper  {
    width: 100%;
    max-width: 100%;
  }
  .new-content-images-module h2 {
    font-size: 20px;
  }
  .new-content-images-module .content-text {
    margin-bottom: 16px;
  }
  .new-content-images-module .content-text p {
    font-size: 14px;
    line-height: 24px;
  }
  .new-content-images-module .btn-content {
    padding: 14px;
    display: block;
    text-align: center;
  }
}
/* New - Content + Images module */

/* CARD JOURNEY */
.card-journey {
  padding-top: 60px;
  padding-bottom: 60px;
}
.card-journey h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  color: #8b348a;
  margin-bottom: 20px;
}
.card-journey .card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  /* grid-template-columns: repeat(auto-fit, minmax(min(100%, max(100px, 100%/4)), 1fr)); */
  column-gap: 20px;
  row-gap: 40px;
}
.card-journey .card-wrapper .card {
  width: 100%;
}
.card-journey .card-wrapper .card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.card-journey .card-wrapper .card .card-body {
  position: relative;
  padding: 24px 16px;
  background-color: #F2F7FE;
}
.card-journey .card-wrapper .card .card-body .content-wrapper {
  background-color: #FFF;
  padding: 30px 24px;
}
.card-journey .card-wrapper .card h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0;
  color: #8B348A;
  margin-bottom: 30px;
}
.card-journey .card-wrapper .card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
  color: #757575;
  margin-bottom: 16px;
}
.card-journey .card-wrapper .card ul {
  padding-left: 16px;
}
.card-journey .card-wrapper .card li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #757575;
}
@media only screen and (max-width: 991px) {
  .card-journey {
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #F2F7FE;
  }
  .card-journey h2 {
    font-size: 20px;
  }
  .card-journey .card-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 16px;
  }
  .card-journey .card-wrapper .card {
    padding: 16px 16px 0 16px;
    background-color: #FFF;
  }
  .card-journey .card-wrapper .card img {
    height: 182px;
  }
  .card-journey .card-wrapper .card .card-body {
    position: relative;
    padding: 16px 0 0 0;
    background-color: #FFF;
  }
  .card-journey .card-wrapper .card .card-body .content-wrapper {
    padding: 0;
  }
  .card-journey .card-wrapper .card h4 {
    margin-bottom: 8px;
  }
}