/* BANNER */
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: var(--sky-blue);
   margin-bottom: 100px;
}
.banner .container {max-width: 1565px;}

.bannertext {
  height: 100%;
/*  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(17 95 172 / 10%);*/
}

.webox {
  width: 100%;
  position: relative;
  margin-top: -12px;
  z-index: 1;
  max-width: 990px;
  padding-left: 112px;
}
.hmbo_wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
.webox .heading-74 {
  font-size: 68px;
  color: var(--primary);
  margin-bottom: 15px;
  font-weight: 500;
   font-family: 'Work Sans';
}
.webox .heading-74 strong{
  display: block;
  font-size: 84px;
  font-weight: 600;
}
.js_hmbanner{
  height: 760px;
}
.js_hmbanner.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.js_hmbanner .slideingdiv > img {
	width: 100%;
  object-fit: cover;
  height: calc(100vh - 175px);
}
.have-notification-open .js_hmbanner .slideingdiv > img{
 height: calc(100vh - 180px);
}

.small-text {
  font-size: 14px;
  color: #2B2B2B;
  font-style: italic;
  line-height: 1.2;
  margin-top: 10px;
}
.webox .heading-34 {
  font-size: 32px;
  color: var(--orange);
  font-weight: 500;
  font-family: 'Work Sans';
}
.head-shape {
  color: var(--white);

  & span {
    padding: 0 30px;
    display: inline-block;
    position: relative;

    &::before,
    &::after {
      content: "";
      position: absolute;
      top: 15px;
      width: 100px;
      height: 9px;
      background: url(../../assets/images/svg/line-shape.svg);
    }
    &::before {
      left: -100px;
    }

    &::after {
      right: -100px;
      transform: rotate(180deg);
    }
  }
}
img.mobile-banner {
  display: none !important;
}
.js_hmbanner:not(.slick-initialized) .slideingdiv:not(:first-child) {display: none;}

.banner-content .heading-64{
	font-weight: bold;
	color: #2B2B2B;
	margin-bottom: 2px;
	text-transform: uppercase;
}
.banner-content .small-title{
	font-size: 26px;
	font-style: italic;
	color: #2B2B2B;
	margin-bottom: 35px
}

.banner .bannertext img.banner-side-image{
  position: absolute;
  right:0;
  bottom: 0;
}
.js_hmbanner .slick-list  ,
.js_hmbanner .slick-track {
  height: 100%;
}




/* CLIENT *********  */

.client-hm {
  padding: 80px 0 100px;

  & .container-fluid {
    padding: 0;
  }
}

.js_hmbanner .slick-prev {
  left: 30px;
}
.js_hmbanner .slick-next {
  right: 30px;
}

.homepg_form form .form_box .row {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  align-items: flex-start;
  grid-row-gap: 20px;
  margin-bottom: 20px;
}
.homepg_form form .form_box .row .form-group {
  width: calc(50% - 20px);
  margin: 0 10px;
}
.homepg .booklet-hm {
  margin-bottom: 100px;
}
.homepg .keyfactor-sec {padding-top: 0;}

/* ********** START MEDIA QUERY   ********** */
@media screen and (max-width: 1920px){
	/*.have-notification-open .js_hmbanner {height: calc(100vh - 210px);}*/
}

@media screen and (max-width: 1439.98px){
  .homepg .booklet-hm {margin-bottom: 60px;}
  .banner .bannertext img.banner-side-image{max-width: 650px;}
  .webox {padding-left: 0;}
  .banner {margin-bottom:80px;}
}

@media screen and (max-width: 1199.98px) {
  .banner {margin-bottom:40px;}
  .webox .heading-74 strong{font-size: 64px;}
  .webox .heading-74 {font-size: 54px;}
  .webox .heading-34 {font-size: 24px;}

  .client-hm {
    padding: 40px 0;
  }
  .webox{margin-top: 0;}
  .banner .bannertext img.banner-side-image{
        max-width: 550px;
  }
 /* .have-notification-open .js_hmbanner .slideingdiv > img,
  .have-notification-open .js_hmbanner {
        height: calc(100vh - 215px);
  }*/
  .js_hmbanner .slideingdiv > img,
  .js_hmbanner {
        height: 550px;
  }

  .client-hm .container-fluid .heading-50 {
    padding: 0 15px;
  }
  .homepg .booklet-hm {margin-bottom: 40px;}
}
@media screen and (max-width: 991.98px) {
  .webox .heading-34 {
    font-size: 22px;
  }
  .head-shape {
    & span {
      padding: 0;

      &::before,
      &::after {
        content: none;
      }
    }
  }
  .have-notification-open .js_hmbanner {height: auto;}
  .webox{text-align: center;padding: 30px 0;}
  .banner .bannertext img.banner-side-image{position: relative;margin: 0 auto;}
  .banner .container{max-width: 100%;}
  .js_hmbanner .slideingdiv > img, .js_hmbanner {height: auto;}
}
@media screen and (max-width: 767.98px) {
  img.mobile-banner {
    display: block !important;
  }
  img.desktop-banner {
    display: none !important;
  }

  .have-notification-open .js_hmbanner .slideingdiv > img {
    height: calc(100vh - 136px);
  }

 /* .js_hmbanner .slideingdiv > img,
  .js_hmbanner {
    height: calc(100vh - 75px);
  }*/
  .webox .heading-74 {font-size: 30px;line-height: 1.1;}
  .webox .heading-74 strong {font-size: 34px;}
  .webox .heading-34 {font-size: 20px;margin-bottom: 15px;}
}

@media screen and (max-width: 575.98px) {
  .homepg_form form .form_box .row .form-group {width: 100%;margin-bottom: 20px;}
  .homepg_form form .form_box .row {margin-bottom: 0;grid-row-gap: 0;}
  .banner .bannertext img.banner-side-image {max-width: 480px;}
  
}
.service-page .hm-location-office .img-parallax {
  object-fit: cover;
}
