/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
a {
  transition: all .3s
}
.en-header {
  padding:0;
}
.hero-prev,
.hero-next, .swiper-prev, .swiper-next {
    background: #005d4d;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-next, .swiper-next{
transform:rotate(180deg)}

.hero-prev:hover,
.hero-next:hover, .swiper-prev:hover,
.swiper-next:hover {
    background: #004d37;
}
.hero-nav, .slider-nav {
    display: flex;
    align-items: center;
    margin-top: 49px;
    gap: 16px;
}
.hero-pagination {
    align-items: center;
    display: flex;
    gap: 8px;
}
.hero-pagination .swiper-pagination-bullet {
    background: #9fd6c2;
    border-radius: 0;
    height: 4px;
    margin: 0 !important;
    opacity: 1;
    width: 64px;
}
.hero-pagination .swiper-pagination-bullet-active {
    background: #00684a;
}
.header-wrap .span8.widget-span{
      padding: 0;
    margin: 0;
    width: 83.3%;
    padding-right: 17px;
}
.header-wrap .menu--desktop .menu__wrapper{
  display: flex;
    justify-content: flex-end;
  align-items:center;
}
.header-wrap .menu--desktop .menu__wrapper .menu__item--depth-1{
  padding:35px 0;
  margin:0 38px 0 0;
}
.header-wrap .menu--desktop .menu__wrapper .menu__item--depth-1:last-child{
    padding: 0;
    margin: 0;
}
.header-wrap .menu--desktop .menu__wrapper .menu__item--depth-1:last-child a{
    margin: 0;
    font-weight: 700;
    padding: 10px 17px;
    background: #005D4D;
    border-radius: 6px;
  color:#BCFEDD;
} 
.header-wrap .menu--desktop .menu__wrapper .menu__item--depth-1:last-child a:hover{
  background: #004d37;
}
.header-wrap .menu--desktop .menu__wrapper .menu__item .menu__submenu{
  top:100%;
}
.header-wrap .menu--desktop .menu__wrapper .menu__item--depth-1.menu__item--has-submenu{
  padding-right: 18px;
}
.header-wrap .menu--desktop .menu__wrapper .menu__item--depth-1.menu__item--has-submenu .menu__child-toggle{
  margin-right: 3px;
  top:50%;
  transform:translateY(-50%);
  pointer-events:none;
}
.header-wrap .menu__link{
  font-size:16px !important;
  letter-spacing:-2%
}
.en-header__controls, .en-header__controls .en-header__btn{
  margin:0
}
.header-wrap .span2.widget-span{
      padding: 0;
    margin: 0;
    width: 104px;
}
.header-wrap .en-header__btn .en-btn{
  min-width:103px;
  padding:10px;
}
.menu__item .menu__submenu--level-2{
  width:163px;
  left: 50%;
  border: 0;
  border-top: 2px solid #005D4D;
  box-shadow:0 4px 28px rgba(0,0,0,.25);
  transform:translateX(-50%) !important;
/*   display:block; */
  padding: 17px 32px;
  border-radius: 0 0 8px 8px;
}
.menu__item .menu__submenu--level-2 .menu__link{
    font-size: 16px !important;
    font-weight: 600;
    letter-spacing: 5%;
    text-transform: uppercase;
  color:#666666;
}
.menu__item .menu__submenu--level-2 > li:not(:last-child){
  margin-bottom:21px;
}
.menu__item .menu__submenu--level-2 .menu__child-toggle{
  display:none;
}
.menu__item .menu__submenu{
/*   display:block; */
}
.menu__item .menu__submenu .menu__link {
  padding:0 !important;
}
.menu__item .menu__submenu a.menu__link:hover {
  color: #005D4D !important;
}
.menu__item .menu__submenu .menu__item {
  border-bottom:none;
}

.menu__item .menu__submenu--level-3{
  display: block;
  left: 0;
  border: 0;
  width: auto;
  position: relative;
  box-shadow: none;
  margin-top: 5px;
}
.menu__item .menu__submenu--level-3 .menu__link {
      font-weight: 400;
    letter-spacing: -2%;
    color: #000;
    text-transform:inherit;
}
.menu__item .menu__submenu--level-3 li{
  margin-bottom: 5px;
}

.submenu-active.menu__wrapper > .menu__item--depth-1:not(.menu__item--open, :last-child) .menu__link, .submenu-active.menu__wrapper > .menu__item--depth-1:not(.menu__item--open, :last-child) .menu__child-toggle {
  opacity:50%;
}

.about-us-section {
  padding-top: 103px;
    padding-bottom: 110px;
}

.about-us-section, .our-expertise-section, .influence-section, .our-team-section, .overlay80, .tab-section, .contact-section{
  position:relative;
}
.about-us-section:after, .influence-section:after, .contact-section:after{
  content: "";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(255,255,255,.6);
  z-index:0
}
.about-us-section .row-fluid, .our-expertise-section .row-fluid, .influence-section .row-fluid, .our-team-section .row-fluid, .tab-section .row-fluid, .overlay80 .row-fluid, .contact-section .row-fluid {
  position:relative;
  z-index:2
}
.about-us-section h2 {
  margin-bottom:6px;
}
.about-us-section p {
  color:#000;
}
.hs-button{
  border-radius:6px;
}
.en-btn__wrap .en-btn{
  
}
.en-btn__wrap .en-btn:hover{
  font-weight:700;
}
form input[type="submit"].hs-button {
  color: #BCFEDD;
  min-width: 83px;
  padding: 11px;
  font-size: 16px;
  font-weight: 700;
}
form input[type="submit"].hs-button:hover {
  background: rgba(0, 77, 55, 1.0);
  border-color: rgba(0, 77, 55, 1.0);
}
.en-counter .en-counter__img{
  margin-bottom: 10px;
}
.en-counter .en-counter__content .en-counter__value, .en-counter .en-counter__content .en-counter__unit{
  color: #88FFC3 !important;
}
.our-expertise-section {
  padding-top: 104px;
    padding-bottom: 118px;
}
.our-expertise-section:after, .our-team-section:after, .overlay80:after, .tab-section:after{
  content: "";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(255,255,255,.8);
  z-index:0
}
.our-expertise-section .en-icon-box--card .en-icon-box__img{
  margin-bottom: 24px;
}
.our-expertise-section .en-icon-box__title {
    margin-bottom: 17px;
}
.our-expertise-section h2 {
  margin-bottom:71px
}
.influence-section h2{
  margin-bottom:7px;
}
.influence-section img{
  max-width:100%;
}
.logo-carousel-section .view-all {
  text-align:center;
}
.logo-carousel-section h2, .our-team-section h2 {
  margin-bottom:4px;
}
.our-team-section .hs_cos_wrapper_type_rich_text p{
  margin-bottom:30px;
}
.our-team-section .en-btn {
  min-width:unset; padding:10px 15px;
}

.anchor-arrow a{
  font-size:16px;
  font-weight:600;
  padding-right:24px;
  position:relative;
  color:#fff;
}
.anchor-arrow a:hover{
padding-right:29px;}
.anchor-arrow a:after{
  content:'';
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  background:url("https://25254998.fs1.hubspotusercontent-eu1.net/hubfs/25254998/button-arrow.svg") no-repeat center center;
      width: 16px;
    height: 12px;
}

.anchor-arrow.green a{
  color:#005D4D;
}
.anchor-arrow.green a:after{
  background:url("https://25254998.fs1.hubspotusercontent-eu1.net/hubfs/25254998/green-arrow.svg") no-repeat center center;
    
}
.our-team-section {
  background-image: url('https://25254998.fs1.hubspotusercontent-eu1.net/hubfs/25254998/raw_assets/public/Penta%202026/images/light-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding:104px 20px 80px;
}

.swiper-button-lock{
  display:none !important;
}
button:disabled, .button:disabled {
    pointer-events:none;
}

.blog-slider-section{
  padding:104px 20px;
  overflow:hidden;
}
.blog-slider-section .span12{
  padding:0;
}

/***Footer***/
.footer {
  background-image: url('https://25254998.fs1.hubspotusercontent-eu1.net/hubfs/25254998/raw_assets/public/Penta%202026/images/black-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom:18px;
}
.footer .footer-row-0-padding{
  padding-bottom:20px !important;
}
.footer .footer-row-0-padding .span2.footer-column-1-padding{
  width: 21.8%;
}
.footer .footer-row-0-padding .span2 .en-social-follow__icon {
  margin-right:22px;
}
.footer .footer-row-0-padding .span4{
    padding: 0 20px;
    width: 32%;
  margin:0;
}
footer .footer-row-0-padding .span4 .en-footer__text:not(ul .en-footer__text) {
  line-height: 0.7;
  margin-bottom: 4px;
  font-weight: 500;
  letter-spacing: -2%;
  font-size:18px;
}
.footer .footer-row-0-padding .span4 .location-list, .footer .footer-row-0-padding .span4 ul{
    margin: 0;
    padding: 0;
    list-style: none;
    column-gap: 11px;
    column-count: 2;
    padding-right: 76px;
    font-weight: 400;
    letter-spacing: -2%;
}
.footer .footer-row-0-padding .span4 .location-list, .footer .footer-row-0-padding .span4 ul li{
  color: #E3E3E3;
}
.footer .footer-row-0-padding .span4 ul li span {
  color:#E3E3E3;
}
.footer .footer-row-0-padding .span6{
  border: 1px solid #fff;
    width: 46.2%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 22px;
}
.footer .footer-row-0-padding .span6 .row-fluid-wrapper.row-number-6 {
  width: 40%;
  padding-right: 10px;
}
.footer .footer-row-0-padding .span6 .row-fluid-wrapper.row-number-7 {
  width: 60%;
}
.footer .footer-row-0-padding .span6 .hs-custom-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.footer .footer-row-0-padding .span6 .hs-custom-form .hs-fieldtype-text {
  width: 50%;
  padding: 0 10px;
  margin: 0;
}
.footer .footer-row-0-padding .span6 .hs-custom-form .hs-fieldtype-text .hs-input {
  height: auto;
  font-size: 14px;
  background: transparent;
  min-height: 30px;
  padding: 6px;
  color: #fff;
}
.footer .footer-row-0-padding .span6 .hs-custom-form .hs-fieldtype-text .hs-input::placeholder {
  color:#fff;
}
.footer .footer-row-0-padding .span6 .hs-custom-form .hs-fieldtype-text .hs-error-msgs, .footer .footer-row-0-padding .span6 .hs-custom-form .hs_error_rollup{ 
   display:none;
}
.footer .footer-row-0-padding .span6 .hs-custom-form .hs_recaptcha {
  margin: 0;
  transform: scale(0.57);
  transform-origin: left top;
  width: 50%;
  padding: 15px 20px 0;
}

.footer .footer-row-0-padding .span6 .hs-custom-form .hs_submit {
  width: 50%;
  padding: 0 10px;
}
.footer .footer-row-0-padding .span6 .hs-custom-form .hs_submit .actions{
  margin-top: -20px;
}
.footer .footer-row-0-padding .span6 .hs-custom-form .hs_submit .actions input {
  font-size: 14px;
    font-weight: 700;
    padding: 6px 15px;
    /* top: -20px; */
    position: relative;
    width: 100%;
}
.footer .en-footer__form-title h5{
  font-size:24px;
  letter-spacing:-2%;
}
.footer .footer-row-1-padding .span12{
   padding:0;
}
@media(max-width:1200px){
  .footer .footer-row-0-padding .span6 .row-fluid-wrapper.row-number-6, .footer .footer-row-0-padding .span6 .row-fluid-wrapper.row-number-7{
    width:100%;
    padding-right: 10px;
  }
}

@media(max-width:1200px) and (min-width:768px){
  .header-wrap .menu--desktop .menu__wrapper .menu__item--depth-1{
    margin: 0 18px 0 0;
  }
  #hs_cos_wrapper_dnd_area-module-8 .en-counter__wrap .en-counter__value, #hs_cos_wrapper_dnd_area-module-8 .en-counter__wrap .en-counter__unit{
    font-size:65px;
  }
  .about-us-section, .our-expertise-section, .our-team-section, .blog-slider-section{
    padding-top: 75px;
    padding-bottom: 75px;
  }
  h5 {
    font-size: 28px;
  }
  .perspective-slider .swiper-wrapper {
    margin-left:0;
  }
  .footer .footer-row-0-padding .span2.footer-column-1-padding .en-logo img {
    max-width:155px !important;
  }
}

@media(max-width:991px){
  .header-wrap .en-header {
    padding:16px 0 10px;
  }
  .header-wrap .en-logo img {
    max-width:112px !important;
  }
  .header__navigation--toggle{
    width: 32px;
    height: 32px;
    padding: 8px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #005D4D;
    border-radius: 4px;
    align-content: center;
  }
  .header__navigation--toggle span {
    border-radius: 10px;
    height: 2px;
    margin-bottom: 4px;
    width: 18px;
    background-color: #DBFFED;
  }
  .header__navigation--toggle.open span:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: 2px 4px;
  }

    .header__navigation--toggle.open span:nth-child(3) {
        transform: rotate(-45deg);
        transform-origin: 1px -2px;
    }


    #hs_cos_wrapper_dnd_area-module-8 .en-counter__wrap .en-counter__value, #hs_cos_wrapper_dnd_area-module-8 .en-counter__wrap .en-counter__unit
    {
      font-size: 55px;
    }
}
@media(max-width:991px) and (min-width:768px){
  .footer .footer-row-0-padding .span2.footer-column-1-padding{
    width:100%;
  }
  .footer .en-logo {
     text-align: center !important;
  }
  .footer .footer-row-0-padding .span2.footer-column-1-padding .footer-column-1-row-1-padding .span12{
    align-items: center !important;
  }
  .footer .footer-row-0-padding .span2.footer-column-1-padding .footer-column-1-row-1-padding{
    padding-top:20px !important;
  }
  .footer .footer-row-0-padding .span4{
    padding:0;
    width:50%
  }
  .footer .footer-row-0-padding .span4 .location-list, .footer .footer-row-0-padding .span4 ul{
    padding:0 30px 0 0;
  }
  .en-footer-copyright .en-footer-copyright__links{
    gap:20px;
  }
  .footer .footer-row-0-padding .span6{
    width:50%;
  }
}

@media(max-width:767px){
  p{
    font-size:18px;
  }
  .content-wrapper{
    padding:0 16px;
  }
  #hs_cos_wrapper_dnd_area-module-8 .en-counter__wrap .en-counter__unit, #hs_cos_wrapper_dnd_area-module-8 .en-counter__wrap .en-counter__value {
    font-size: 48px;
  }
  #hs_cos_wrapper_dnd_area-module-8 .en-counter__text {
    font-size: 20px !important;
  }
  #hs_cos_wrapper_dnd_area-module-8 .en-counter__col{
    margin-bottom:41px !important;
  }
  .en-counter{
    padding: 23px 0 11px;
  }
  .about-us-section{
    padding-top:57px;
    padding-bottom:66px;
  }
  .about-us-section h2 {
    margin-bottom: 14px;
  }
  .about-us-section p{
    font-size:18px !important;
    line-height:1.5;
  }
  .about-us-section .iframe_wrapper{
    padding-bottom:51.55%;
  }
  .dnd-section{
    padding-left:16px;
    padding-right:16px;
  }
  .our-expertise-section {
    padding-bottom: 70px;
    padding-top: 60px;
  }
  .our-expertise-section h2 {
    margin-bottom: 35px;
  }
  .influence-section{
    padding-left:0;
    padding-right:0;
  }
  .influence-section .widget-type-rich_text {
    padding: 0 16px;
  }
  .influence-section .widget-type-rich_text h2{
    margin-bottom: 10px;
  }
  .influence-section .widget-type-rich_text p{
    line-height: 1.5;
  }
  .our-team-section{
    padding-top:62px;
    padding-bottom:30px;
  }
  .our-team-section h2{
    margin-bottom:10px !important;
  }
  .our-team-section .hs_cos_wrapper_type_rich_text p{
    margin-bottom:32px;
    font-size:18px !important;
    line-height:1.5;
  }
  .our-team-section .en-btn{
    width:auto;
  }
  .blog-slider-section {
    padding:63px 16px 48px;
  }
  
  .footer .footer-row-0-padding .span2.footer-column-1-padding, .footer .footer-row-0-padding .span4, .footer .footer-row-0-padding .span6{
    width:100%;
  }
  .footer .en-logo {
    width:100%;
    text-align:center !important;
  }
  .footer .footer-row-0-padding .span2.footer-column-1-padding .footer-column-1-row-1-padding {
    padding-top:32px !important;
  }
  .footer .footer-row-0-padding .span2.footer-column-1-padding .footer-column-1-row-1-padding .span12 {
    align-items:center !important;
  }
  .footer .footer-row-0-padding .span2 .en-social-follow__icon:last-child{
    margin-right:0;
  }
  .footer .footer-row-0-padding .span4{
    padding:14px 0;
  }
  .footer .footer-row-0-padding .span4 .location-list, .footer .footer-row-0-padding .span4 ul {
    column-count: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 33px;
    padding: 0 2px;
    margin-bottom:8px;
    padding-right: 0;
  }
  .footer .footer-row-0-padding .span4 ul li{
    margin-bottom:8px;
  }
  footer .footer-row-0-padding .span4 .en-footer__text:not(ul .en-footer__text){
    text-align:center;
  }
  .footer .en-footer-copyright{
    justify-content: center;
  }
  .footer .en-footer-copyright .en-footer-copyright__links{
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    gap: 20px 33px;
  }
   .footer .footer-row-0-padding .span6 .hs-custom-form .hs-fieldtype-text.hs_email{
    width: 100%;
  }
  .footer .footer-row-0-padding .span6 .hs-custom-form .hs_recaptcha{
    transform: scale(.63);
    width: 100%;
    transform-origin: center top;
  }
  .footer .footer-row-0-padding .span6 .hs-custom-form .hs_submit{
    width: 100%;
  }
  .footer .footer-row-0-padding .span6{
    padding: 20px 22px;
  }
}
.data-insight-section .title{
  max-width:1200px;
  margin:auto;
}

.data-insight-section .title span {
  font-size:16px;
  font-weight:600;
      margin-bottom: 13px;
    display: block;
}
.data-insight-section .title h2{
  color:#fff;
  line-height: 1.25;
  margin-bottom:32px;
}
.data-insight-section {
  padding:114px 16px;
}
.data-insight-section .en-btn__wrap .en-btn {
  padding-top:10px;
  padding-bottom:10px;
  min-width:auto;
}
.data-insight-section .en-btn__wrap {
  margin-bottom:47px;
}
.data-insight-section .en-icon-box--card .en-icon-box__img {
  margin-bottom:28px;
}
.data-insight-section .en-icon-box__title {
  margin-bottom:14px;
}
.data-insight-section .en-icon-box__col--three {
  margin-right:0 !important;
  width:33.33%;
  max-width: 33.33%;
  padding: 0 34px !important;
}
.data-insight-section .en-icon-box__row {
  margin:0 -15px;
}


.tab-pane{
    display:none;
}

.tab-pane.active{
    display:block;
}

.tab-section{
  padding: 104px 20px 90px;
}

.contact-section{
  padding:120px 16px;
}

@media(max-width:991px){
  .data-insight-section .en-icon-box__col--three{
    padding: 0 10px !important;
  }
  .tab-section {
    padding: 75px 16px 75px;
  }
}

@media(max-width:767px){
  .en-banner__container{
    padding:38px 0px 40px 0px !important;
  }
  .inner-banner .en-banner__content h1{
    font-size:36px;
  }
  .data-insight-section {
    padding: 68px 16px;
  }
  .data-insight-section .title h2{
    line-height:1.2;
    margin-bottom: 41px;
  }
  .data-insight-section .en-btn__wrap .en-btn{
    width:auto;
  }
  .data-insight-section .en-btn__wrap{
        margin-bottom: 29px;
  }
  .data-insight-section .en-icon-box__col--three{
    max-width:100%
  }
  .data-insight-section .en-icon-box__row{
    margin:0;
  }
  .dnd_area-row-2-padding .widget-type-rich_text {
    margin-bottom:50px;
  }
  .dnd_area-row-2-padding .widget-type-rich_text h2 {
    margin-bottom:26px;
  }
  .dnd_area-row-2-padding .widget-type-rich_text p {
    line-height: 1.2;
    font-size: 20px;
  }
  .tab-section {
    padding: 80px 16px 40px;
  }
  .contact-section{
    padding:72px 16px;
  }
  
}


.penta-blog-single .module-news-post__featured-image{
  max-height: 550px;
    
}
.penta-blog-single .module-news-post__featured-image img {
  width: 100%;
    object-fit: cover;
  max-height: 550px;
}
.penta-blog-single .post-content .container{
  max-width:992px;
  padding:0 16px;
  margin:auto;
}
.post-content{
  padding:79px 0;
}
.post-info{
  display:flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
.post-info .resource-type{
  font-size: 15px;
  padding: 4px 9px;
  background: rgba(218, 218, 218, 1);
  display: inline-block;
  color: rgba(81, 81, 81, 1);
  border-radius: 4px;
  line-height: 1;
  margin-bottom: 9px;
}
.post-info h1{
  line-height: 1.2;
  color: #000;
  margin-bottom: 32px;
  width:100%;
}
.post_details{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  width:100%;
}
.post_details .publish_date, .post_details .author {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  letter-spacing: 5%;
  padding: 2px;
  font-weight: 500;
  color:#515151;
}
.post_details .topic{
  letter-spacing:10%;
  font-size:14px;
  font-weight:500;
  color: rgba(0, 93, 77, 1);
  text-transform: uppercase;
}
.post_details .separator{
  margin: 0 2px;
}
.post_details .topic .tag{
  color:rgba(81, 81, 81, 1);
}
.post-content .hs-audio-player{
  max-width: 802px;
  margin: auto;
  border-radius: 35px;
  height: 69px !important;
  margin-bottom: 48px;
}
.post-content p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 24px;
  color:rgba(81, 81, 81, 1);
}
.post-content p img {
    margin-top: 50px;
    margin-bottom: 54px;
    max-width: 100%;
}
.post-content h5 {
    margin-bottom: 13px;
}


.contact-section.post-form {
    background-image: url('https://25254998.fs1.hubspotusercontent-eu1.net/hubfs/25254998/raw_assets/public/Penta%202026/images/light-bg.png');
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;

}
.contact-section.post-form .hs_cos_wrapper {
    z-index:1;
    position:relative;
    max-width:1240px;
    margin:auto;
    background-image: url('https://25254998.fs1.hubspotusercontent-eu1.net/hubfs/25254998/raw_assets/public/Penta%202026/images/black-bg.png');
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

@media(max-width:767px){
  .post-content{
    padding:45px 0; 
  }
  .post-content .hs-audio-player .hs-audio-player__duration{
    white-space: nowrap;
  }
  .post-info{
    margin-bottom: 30px;
  }
  .post-content .hs-audio-player{
    margin: auto auto 30px;
  }
  .post-content p img {
    margin-bottom: 30px;
    margin-top: 30px;
  }