.frm_form_fields .frm_fields_container{
    padding: 0;
    max-width: 1050px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    --gap-x: 24px;
    gap: 20px calc(var(--gap-x) * 2);
}

.frm_form_fields .form-field {
}

.frm_form_fields .form-field .frm_primary_label {
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    margin: 0 0 10px;
}

.frm_form_fields .form-field .jcf-select {
    border: 1px solid var(--input-border-color);
    background: none;
    padding: var(--inp-y) calc(var(--inp-x) + 15px) var(--inp-y) var(--inp-x);
}

.frm_form_fields .form-field .jcf-select .jcf-select-text {
    color: #fff;
    font-size: var(--inp-fz);
}

.frm_form_fields .form-field .jcf-select .jcf-select-opener {
    width: 40px;
}

.frm_form_fields .form-field .jcf-select .jcf-select-opener:before {
    display: none;
}

.frm_form_fields .form-field .jcf-select .jcf-select-opener:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: '';
    display: block;
    height: 10px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 10px;
}

.frm_form_fields .form-field .frm_error {
    color: #FD6658;
    font-size: 12px;
    line-height: 100%;
    margin: 10px 0 0;
}

.frm_forms .frm_message {
    background-color: #68949e;
    padding: 20px;
}

.frm_forms .frm_message p {
    color: #fff;
    font-size: 18px;
    line-height: 135%;
    margin: 0 0 20px;
}

.frm_forms .frm_message p:last-child {
    margin: 0;
}

@media (max-width: 767px){
    .frm_forms .frm_message p {
        font-size: 16px;
    }
	.frm_form_fields .frm_fields_container  {
	    gap: 16px;
	}
}
@media (max-width: 1023px){
	.frm_form_fields .frm_fields_container {
	    --gap-x: 10px;
	}
}

.boxes-half_bg._bg-blue, .career-block._bg-blue {
    background: #202B3C;
}

.singleproject_slider .singleProject .singleproject-img {
    max-height: 500px;
}

.singleproject_slider .singleProject .singleproject-img img {
    max-height: 500px;
}

.singleproject_content ul{
    margin-left: 30px;
}
.singleproject_content ul li{
    list-style-type: disc;
}

.singleproject_content a {
    color: #fd6658;
}

.communities-block:nth-last-child(-n+2) {
    display: flex;
}
.communities-block:hover img {
    transform: scale(1.05)
}

.signal-loading {
    animation: 1s ease-out 0s normal none infinite running pulsate;
    border: 5px solid #00a6de;
    border-radius: 30px;
    height: 40px;
    left: 50%;
    margin: 77px 0 0 -15px;
    opacity: 0;
    position: absolute;
    width: 40px;
}

@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

#hp-load-news{
    margin-top: 150px;
    display: block;
    color: transparent;
    background-color: transparent;
    width: 1px;
    height: 1px;
}

.more-block {
    height: 100%;
}
/* Newsletter Popup */
#newsletter-popup fieldset,
#newsletter-popup form {
  margin-bottom: 0;
}
#newsletter-popup .frm_fields_container {
  align-items: center;
  flex-wrap: nowrap;
}
#newsletter-popup .frm_button_submit svg {
  margin-left: 10px;
  width: 15px;
  stroke: #202B3C;
  transition: stroke .3s ease-in-out;
}
#newsletter-popup .frm_form_field input {
  color: #202B3C;
  outline: none;
}
#newsletter-popup .frm_button_submit {
  color: #202B3C;
  font-size: 14px;
}
#newsletter-popup .frm_button_submit:hover {
  color: #FD6658;
}
#newsletter-popup .frm_button_submit:hover svg {
  stroke: #fd6658;
}

@media only screen and (max-width: 768px) {
  #newsletter-popup .frm_error_style {
    display: none;
  }
  #newsletter-popup .frm_error {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #newsletter-popup .frm_message {
    text-align: center;
  }
  #newsletter-popup .frm_message p {
    margin-bottom: 0;
  }
    .footer-nav ul li.newsletter-menu {
        cursor: pointer;
    }
    /* .footer-nav ul li.newsletter-menu a {
        pointer-events: none;
    } */
    .footer-nav ul li.newsletter-menu > div {
        background-color: #fff;
        display: none;
    }
    .footer-nav ul li.newsletter-menu.active > div {
        display: block;
    }
    .footer-nav ul li.newsletter-menu .form-field {
        flex-grow: 1;
    }
    .footer-nav ul li.newsletter-menu input {
        border: none !important;
        padding: 15px;
    }
    #newsletter-popup .frm_form_field input::placeholder {
        color: #202b3c;
    }
    .footer-nav ul li.newsletter-menu .frm_button_submit {
        padding: 10px;
    }
}
@media only screen and (min-width: 768px) {
    #newsletter-popup {
        padding: 50px 20px 20px;
        background-color: #fff;
    }
    .footer-nav #newsletter-popup {
        display: none;
    }
    .mfp-newsletter .mfp-content {
        max-width: 500px;
    }
}
.hero-new_img {
	max-height: none;
}
.hero-new_img img {
	max-height: 700px;
}

/*pagination */

.pagination {
    margin-top: 30px;
}

.pagination._alt {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 100px 0 0;
}

.pagination .no-of-pages {
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
}

.pagination._alt .no-of-pages {
    color: var(--base-text-color);
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 30px 0 0;
    text-transform: uppercase;
}

.pagination a {
    color: #000;
    font-size: 20px;
    padding: 2px 10px;
}

.pagination._alt a, .pagination._alt span {
    color: var(--base-text-color);
    display: block;
    font-size: 16px;
    line-height: 100%;
    margin: 0 15px;
}

.pagination .current {
    font-size: 20px;
    padding: 2px 10px;
    text-decoration: underline;
}

.pagination .dots {
    font-size: 20px;
    padding: 2px 10px;
}
@media (max-width: 1023px) {
    .pagination._alt {
        margin: 0 -20px;
    }
    .pagination._alt .no-of-pages {
        margin: 0 0 20px;
        padding: 0 0 0 20px;
        width: 100%;
    }
    .pagination._alt a, .pagination._alt span {
        margin: 0 10px;
    }
}

@media (max-width: 768px) {
    .pagination._alt {
        margin: 0 -10px;
    }
    .pagination._alt .no-of-pages {
        margin: 0 0 20px;
        padding: 0 0 0 10px;
        width: 100%;
    }
    .pagination._alt a, .pagination._alt span {
        margin: 0;
    }
}

/* New Styles */
.people-block_img:hover img {
    transform: scale(1.05);
}
.more-block_content .btn {
    margin-top: auto;
    margin-left: auto;
}
.more-block_content .btn .arrow-right {
    max-width: none;
}
.mfp-wrap, .mfp-bg {
    overflow: hidden;
    z-index: 100000;
}
.swiper-nav .swiper-button-prev, .swiper-nav .swiper-button-next, .swiper-nav .button-prev, .swiper-nav .button-next {
    appearance: none;
    border: none;
    outline: none;
}
.who-we-are-block_links {
  margin: 0 -5px;
}
.who-we-are-block_links a {
  position: relative;
  display: inline-block;
  padding: 0 5px;
}
.who-we-are-block_links a:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  border-right: 1px solid var(--base-link-color);
  height: 10px;
  transform: translateY(-50%);
}
.who-we-are-block_links a:last-child:after {
  border-right: none;
}
.hero-gallery_half {
  position: relative;
}
.hero-gallery_half .btn {
  position: absolute;
  bottom: 13px;
  right: 15px;
  z-index: 1;
  padding: 0;
}
.intro_item {
  position: relative;
}
.intro-video_iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro_item > video {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.intro_item > picture {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.blue-texts {
    margin-bottom: 0;
    color: var(--base-link-color);
}
@media (max-width: 1023px) {
    .nav {
        max-height: calc(100vh - 100px);
    }
}
@media (max-width: 767px) {
    .connect-form-group._first-name, .connect-form-group._last-name {
        display: block;
    }
}
@media (max-width: 576px) {
    .boxes-half .link {
        left: 0;
        padding: 0 13px;
        width: 100%;
    }
    .boxes-half .link .arrow-right {
        margin-top: 0;
        margin-left: auto;
    }
}

/* custom style */
.testimonialSlider {
    padding: 0;
  }
  .testimonialSlider-carousel {
    margin-bottom: 0 !important;
  }
  .testimonialSlider-slide {
    padding: 95px 0;
  }
  .btn-slick {
    position: absolute;
    top: 50%;
    appearance: none;
    border: none;
    background: transparent;
    transform: translateY(-50%);
    z-index: 2;
  }
  .btn-slick-prev {
    left: 0;
  }
  .btn-slick-next {
    right: 0;
  }
  .custom-slider .slick-dots {
    position: absolute;
    bottom: 20px;
  }
  .custom-slider .slick-dots li {
    margin: 0 10px;
    width: 10px;
    height: 10px;
  }
  .custom-slider .slick-dots li button {
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #002a3a;
  }
  .custom-slider .slick-dots .slick-active button {
    background-color: #fff;
  }
  .custom-slider .slick-dots li button::before {
    content: none;
  }
  .testimonial-slider .btn-slick {
    position: absolute;
    display: inline-flex;
    top: auto;
    left: auto;
    right: 20px;
    bottom: 20px;
    background: #fd6658;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
  }
  .testimonial-slider .btn-slick-prev {
    right: 75px;
  }
  .testimonial-slider .btn-slick .arrow {
    line-height: 0;
  }
  .halffSliderThumbs  {
    max-width: 700px;
    margin: 0 auto;
  }
  .halffSliderThumbs-slide {
    position: relative;
    margin-right: 30px;
    cursor: pointer;
  }
  .halffSliderThumbs-slide img {
    transition: all .3s ease-in-out;
  }
  .halffSliderThumbs-slide:hover img {
    transform: scale(1.05);
  }
  @media (max-width: 1023px) {
    .halffSliderThumbs {
      display: none !important;
    }
    .testimonial-slider .btn-slick {
        bottom: -80px;
    }
    .testimonial-slider .btn-slick-prev {
      right: 60px;
    }
    .testimonial-slider .btn-slick-next {
      right: 0;
    }
  }
  @media (max-width: 767px) {
    .testimonialSlider {
      padding: 0
    }
    .testimonialSlider-slide {
      padding: 95px 0 79px;
    }
  }
  @media (max-width: 567px) {
    .testimonial-slider .btn-slick {
      bottom: -80px;
      width: 30px;
      height: 30px;
    }
    .testimonial-slider .btn-slick-prev {
      right: 40px;
    }
  }

.nav li .list-menu li a svg {
    display: none;
}

.hci-video--blue {
  background: #1C355E;
  color: #fff;
}
.hci-video--blue .hci-block_content h4 {
  color: #fff;
}
.hci-video--blue .btn {
  color: #fff;
}

.header-top{
  padding: 0;
}

.apply-btn{
  background: #fd6658;
  color:#fff;
  display: inline-block;
  padding: 10px 15px;
  margin-left: 25px;
}

.apply-btn:hover{
  background: #9e3223;
}

.cta-bar{
  background: #202b3c;
  color: #fff;
  padding: 50px 0px;
}

.cta-bar a{
  font-size: 46px;
  font-weight: 300;
  color:#fff;
  text-decoration: none;
  margin: auto;
}

.cta-bar a:hover{
  color:#fff;
}

.content-box .team-block._blue .team-block_content{
  background: #202B3C;
}

.content-box  .team-block._blue .team-block_content:after{
  --border-color: #202B3C;
}

.content-box .team-block_item._blue,
.team-fancybox ._row._blue{
  background: #202B3C;
}

.content-box  .team-block_content ._more{
  position: absolute;
  bottom: 60px;
  right: 34px;
}

.content-box  .team-block_content h4,
.content-box  .team-block_content h5{
  position: relative;
}

.content-box  .team-block_content h4:after,
.content-box  .team-block_content h5:after{
  position: absolute;
  content: "";
  width: 100px;
  height: 3px;
  background: #68949e;
  top: -20px;
  left: 0;
}

    
.content-box .team-block_item._blue-2,
.team-fancybox ._row._blue-2{
  background: #1C355E;
}

  
.content-box .team-block_item._blue-3,
.team-fancybox ._row._blue-3{
  background: #3A485D;
}

.content-box .team-block_item._light-blue,
.team-fancybox ._row._light-blue{
  background: #68949e;
}

.content-box .team-block_img{
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 100%;
}

.content-box .team-block._default .team-block_img img{
  width: 150px;
  height: auto;
}

.content-box .team-block._main .team-block_img img{
  width: 300px;
  height: auto;
}

.content-box  .team-block_item{
  aspect-ratio: 1/1;
}

.content-box .team_holder{
  background:#fff;
}

.content-box-fancybox ._content{
  background: #f7f3f1;
  padding-right: 20px;
}

.content-box-fancybox.fancybox__content .carousel__button{
  border-color:#000;
}

.content-box-fancybox.fancybox__content .carousel__button:before, 
.content-box-fancybox.fancybox__content .carousel__button:after{
  background: #000;
}

.content-box-fancybox.team-fancybox ._image{
  border: solid 50px #f7f3f1;
}

.content-box-fancybox.team-fancybox ._content:after{
  display: none;
}

.content-box-fancybox.team-fancybox ._content p{
  font-size: 18px;
}

.content-box-fancybox.team-fancybox ._content ul {
  margin-left: 20px;
}

.content-box-fancybox.team-fancybox ._content ul li{
  list-style: disc;
  font-size: 18px;
}

.content-box-fancybox.team-fancybox ._image img{
  width: 100%;
  height: auto;
}

.content-box-fancybox ._content ._text{
  max-height: 400px;
  overflow: auto;
}

.benefits{
  padding: 0 0;
}

.header-menu-wrapper._sticky{
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.header-menu-wrapper._sticky.scroll-up{
  top:46px;
}

._sticky-header .header-top{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

@media (min-width:768px){
  .content-box-fancybox ._image picture{
    padding: 100px;
  }
}

  @media (min-width:768px) and (max-width:991px){
    .cta-bar a{
      font-size: 36px;
    }

    .content-box-fancybox.team-fancybox ._image{
      border: none;
    }

    .content-box .team-block._main .team-block_img img{
      width: 150px;
    }
  }

  @media (max-width:767px){
    .cta-bar a{
      font-size: 26px;
    }

    .cta-bar{
      padding: 40px 0px;
    }

    .cta-bar a .arrow-right{
      margin-top: 3px;
    }

    .content-box-fancybox.team-fancybox ._image{
      border-color: transparent;
    }

    .content-box .team-block._main .team-block_img img,
    .content-box .team-block._default .team-block_img img{
      width: 200px;
    }

    .content-box-fancybox.fancybox__content .carousel__button{
      border-color:#fff;
    }
    
    .content-box-fancybox.fancybox__content .carousel__button:before, 
    .content-box-fancybox.fancybox__content .carousel__button:after{
      background: #fff;
    }

    .content-box-fancybox ._content ._text{
      max-height: none;
    }

    .content-box-fancybox.team-fancybox ._image img{
      padding: 30px;
    }
  }