.SlidePgn.swiper-pagination {
  padding: 0;
}
.SlidePgn .swiper-pagination-bullet {
  margin: 0 6px !important;
  width: 12px;
  height: 12px;
  background: none;
  border: 1px solid #fff;
  opacity: 1;
}
.SlidePgn .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.SlidePgn.swiper-pagination-bullets {
  bottom: 25px !important;
}
.swiper-slide-active .sliderProImage {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.3s;
}
.swiper-slide-active .headingSmall {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.swiper-slide-active .heading {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.swiper-slide-active .slider-txt {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.swiper-slide-active .btn-slide {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
body {
  font-family: "neue_haas_grotesk_disp55roman";
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
button,
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #000;
  text-decoration: none;
}
.btn {
  transition: 0.3s;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
img {
  max-width: 100%;
  display: block;
}
p {
  margin-bottom: 15px;
}
p:last-child {
  margin: 0;
}
button {
  cursor: pointer;
}
button:focus {
  outline: none;
  box-shadow: none;
}
ol,
ul {
  list-style: none;
}
.fade {
  transition: opacity 0.15s linear !important;
}
.form-control:focus {
  box-shadow: none;
}
:focus {
  outline: none;
}
.breadcrumb {
  font-size: 15px;
  font-weight: 400;
  padding: 5px 0;
  background: none;
  margin: 0;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.breadcrumbSec {
  position: relative;
}
.breadcrumbBox {
  position: absolute;
  top: -75px;
  right: 0;
  left: auto;
}
.breadcrumb-item a {
  color: #aeaeae;
}
.breadcrumb-item a:hover {
  color: #dfdfdf;
}
.breadcrumb-item.active {
  color: #dfdfdf;
}
@media (max-width: 991.98px) {
  body {
    font-size: 15px;
  }
  .breadcrumbBox {
    top: -50px;
  }
  .breadcrumb {
    font-size: 13px;
  }
}
.mainWrapper {
  min-height: 100vh;
  min-height: 100svh;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .mainWrapper {
    min-height: 100vh;
  }
}
.container {
  max-width: 1250px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 90%;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1467px;
  }
}
.containerWrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .containerWrapper {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1400px) {
  .containerWrapper {
    padding-right: 100px;
    padding-left: 100px;
  }
}
.container100 {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.alSelfEnd {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 1200px;
  }
}
.modal-header {
  padding: 10px;
}
.modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.enquiryModal .modal-backdrop {
  z-index: -1;
}
.enquiryModal .modal-backdrop.show {
  opacity: 0;
}
.modal.left .modal-dialog {
  position: fixed;
  margin: auto;
  width: 80%;
  max-width: 650px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content {
  height: 100%;
  overflow-y: auto;
  -webkit-box-shadow: 0 0 10px 0 #00000040;
  -moz-box-shadow: 0 0 10px 0 #00000040;
  box-shadow: 0 0 10px 0 #00000040;
}
.modal.left .modal-body {
  padding: 15px 15px 80px;
}
.modal.left.fade .modal-dialog {
  right: -650px;
  -webkit-transition:
    opacity 0.3s linear,
    right 0.3s ease-out;
  -moz-transition:
    opacity 0.3s linear,
    right 0.3s ease-out;
  -o-transition:
    opacity 0.3s linear,
    right 0.3s ease-out;
  transition:
    opacity 0.3s linear,
    right 0.3s ease-out;
}
.modal.left.fade.show .modal-dialog {
  right: 0;
}
.enquiryModal .modal-content {
  border: 0;
  border-radius: 0;
}
.enquiryModal .modal-header {
  background: #0072b7;
  color: #fff;
  border: 0;
  border-radius: 0;
  padding: 8px 20px 8px 15px;
}
.enquiryModal .modal-title {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.enquiryModal .modal-body {
  padding: 20px;
}
.enquiryModal .modal-header .close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
}
.enquiryModal .modal-header .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.enquiryModal .modal-header .close:not(:disabled):not(.disabled):hover,
.enquiryModal .modal-header .close:not(:disabled):not(.disabled):focus {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.enq-box {
  position: relative;
  margin: 0;
}
.enq-box .enq-form {
  position: relative;
}
.enq-box .form-group {
  margin-bottom: 10px;
}
.enq-box .form-control {
  padding: 10px;
  border: 1px solid #bdbdbd;
  border-radius: 0;
  background: #fff;
  color: #333;
  font-size: 14px;
  min-width: 150px;
  height: auto;
  margin: 0;
}
.enq-box .form-control:focus {
  box-shadow: none;
  background: #fff;
  border: 1px solid #424242;
}
.enq-box ::-webkit-input-placeholder {
  color: #424242;
}
.enq-box :-ms-input-placeholder {
  color: #424242;
}
.enq-box form ::-moz-placeholder {
  color: #424242;
  opacity: 1;
}
.enq-box form :-moz-placeholder {
  color: #424242;
  opacity: 1;
}
.enq-box .btn-submit {
  padding: 12px 30px;
  background: #3aa642;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  line-height: 1;
  margin: 10px 0 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.enq-box .btn-submit:hover {
  background: #333;
  color: #fff;
}
.enq-box .CaptchaBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.enq-box .CaptchaBoxFlex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.enq-box .CaptchaBox .CaptchaText {
  font-size: 18px;
  text-align: center;
  color: #444;
  border: 1px dashed #333;
  background: #f0f1f2;
  padding: 9px 15px;
  margin: 0;
}
.enq-box .CaptchaBox .CaptchaEqual {
  font-size: 18px;
  color: #666;
  text-align: center;
  margin: 0 5px;
}
.enq-box .CaptchaBox .dFlexBox {
  display: -ms-flexbox;
  display: flex;
}
.enq-box .CaptchaBox .CaptchaInput {
  margin: 0 10px 0 0;
}
.enq-box .CaptchaBox .CaptchaReload .iconstyle {
  font-size: 20px;
  width: 43px;
  height: 43px;
  padding: 10px;
  background: #e0e0e0;
  color: #666;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.enq-box .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  line-height: 1.5;
  padding: 7px 10px;
  color: #333;
  font-size: 15px;
  background: none;
  border: 0;
  border: 1px solid #bdbdbd;
  border-radius: 0;
  height: auto;
}
.enq-box .custom-file-label::after {
  height: auto;
}
@media (max-width: 991.98px) {
  .enq-box .form-control {
    padding: 8px 10px 7px;
    font-size: 13px;
  }
  .enq-box .btn-submit {
    font-size: 12px;
    padding: 12px 20px;
  }
  .enq-box .CaptchaBox .CaptchaText {
    font-size: 16px;
  }
  .enq-box .CaptchaBox .CaptchaReload .iconstyle {
    font-size: 16px;
    width: 35px;
    height: 35px;
  }
  .enq-box .custom-file-label {
    padding: 7px 10px;
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  .enq-box .CaptchaBox {
    display: block;
  }
}
/* .main-header{position:relative}
header{position:fixed;width:100%;top:0;right:0;left:0;z-index:1030;transition:.6s all;-moz-transition:.6s all;-webkit-transition:.6s all;-o-transition:.6s all}
header.sticky{padding:0;background:#111}
@media (min-width: 992px) {
.main-header .container-fluid{padding-right:50px;padding-left:50px}
}
@media (min-width: 1400px) {
.main-header .container-fluid{width:100%;padding-right:100px;padding-left:100px;margin-right:auto;margin-left:auto}
}
.dis-desktop{display:block}
@media (max-width: 575px) {
.dis-desktop{display:none}
}
.dis-mob{display:none}
@media (max-width: 575px) {
.dis-mob{display:block}
} */
.sliderSec {
  position: relative;
  padding: 0;
  min-height: 350px;
}
.hm-mainslider-sec {
  position: relative;
}
.slidevdobg {
  z-index: -1;
}
.sliderVideo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.owl-carousel video {
  width: 100%;
  display: block;
  object-fit: cover !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slider-item {
  position: relative;
}
.sliderImgWrap {
  position: relative;
}
.sliderImgWrap:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 20%;
  background: #0000;
  z-index: 1;
}
.sliderImgWrap:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 20%;
  background: #000;
  background: linear-gradient(0deg, #0000 0%, #000f 100%);
  z-index: 1;
}
.slider-image {
  position: relative;
}
.slider-image:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #0006;
}
.slider-image.slideOne {
  position: relative;
}
.slider-image.slideOne:after {
  background: #003e92d9;
}
.slider-imageItem {
  position: relative;
}
.slider-imageItem:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #0000001a;
}
.slider-captionWrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  padding-top: 100px;
}
.slider-captionWrap .alCenter {
  -ms-flex-align: center;
  align-items: center;
}
.slider-captionWrap.HeadpMargin {
  padding-top: 200px;
}
.sliderProImg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
}
.sliderProImg img {
  width: 900px !important;
  height: auto !important;
  display: inline-block !important;
}
.sliderProImage {
  position: relative;
  margin: 50px 0 0;
  text-align: center;
}
.sliderProImage img {
  width: 700px !important;
  height: auto !important;
  display: inline-block !important;
}
.slider-caption {
  text-align: left;
  z-index: 1;
  color: #fff;
  padding: 0;
  max-width: 600px;
}
.slider-caption .headingSmall {
  position: relative;
  font-family: "neue_haas_grotesk_display75Bd";
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 20px;
  line-height: 1.2;
  color: #fff;
}
.slider-caption .heading {
  position: relative;
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: 400;
  font-size: 40px;
  margin: 0 0 30px;
  line-height: 1.1;
  color: #fff;
}
.slider-caption .slider-txt {
  font-size: 13px;
  line-height: 1.2;
  margin: 0 0 15px;
}
.slider-caption .btn-slide {
  position: relative;
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  padding: 20px 30px;
  color: #fff;
  background: none;
  border: 1px solid #fff;
  border-radius: 50px;
  line-height: 1;
  display: inline-flex;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.slider-caption .btn-slide:hover {
  background: #fff;
  color: #111;
}
.slider-caption .btn-slide .iconstyle {
  font-size: 16px;
  color: #fff;
  margin-left: 8px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.slider-caption .btn-slide:hover .iconstyle {
  color: #111;
}
.owl-item.active .sliderProImage {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.3s;
}
.owl-item.active .headingSmall {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.owl-item.active .heading {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.owl-item.active .slider-txt {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.owl-item.active .btn-slide {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.hm-mainslider-sec .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -30px;
  margin-top: 0;
}
.hm-mainslider-sec .owl-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
  position: relative;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  background: 0 0;
  border: 0 solid #fff;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #dce4ea;
}
.hm-mainslider-sec .owl-theme .owl-dots .owl-dot.active span,
.hm-mainslider-sec .owl-theme .owl-dots .owl-dot:hover span {
  position: relative;
  width: 20px;
  height: 20px;
  background: 0 0;
  border: 2px solid #fff;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hm-mainslider-sec .owl-theme .owl-dots .owl-dot.active span::after,
.hm-mainslider-sec .owl-theme .owl-dots .owl-dot:hover span::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.hm-mainslider-sec .owl-theme .owl-nav [class*="owl-"] {
  margin: 0;
  padding: 0;
  background: 0 0;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
}
.hm-mainslider-sec .owl-theme .owl-nav [class*="owl-"]:hover {
  background: 0 0;
  color: #fff;
  text-decoration: none;
}
.hm-mainslider-sec .owl-next,
.hm-mainslider-sec .owl-prev {
  position: absolute;
  color: inherit;
  background: 0 0;
  border: none;
  z-index: 100;
  bottom: 130px;
}
.hm-mainslider-sec .owl-prev {
  right: 50px;
}
.hm-mainslider-sec .owl-next {
  right: 20px;
}
.hm-mainslider-sec .owl-theme .owl-nav {
  margin: 0;
}
.hm-mainslider-sec .owl-theme .owl-dots .owl-dot {
  margin: 8px 0;
}
@media (min-width: 992px) {
  .sliderSec {
    min-height: 450px;
  }
}
@media (min-width: 1200px) {
  .sliderSec {
    min-height: 550px;
  }
}
@media (min-width: 1680px) {
  .sliderSec {
    min-height: 750px;
  }
}
@media (max-width: 1399.98px) {
  .sliderProImg img {
    width: 650px !important;
  }
  .sliderProImage img {
    width: 500px !important;
  }
  .slider-caption .headingSmall {
    font-size: 18px;
  }
  .slider-caption .heading {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .sliderProImg img {
    width: 500px !important;
  }
  .sliderProImage img {
    width: 500px !important;
  }
  .slider-caption .headingSmall {
    font-size: 15px;
    margin: 0 0 10px;
  }
  .slider-caption .heading {
    font-size: 36px;
    margin: 0 0 20px;
  }
}
@media (max-width: 991.98px) {
  .sliderProImg img {
    width: 450px !important;
  }
  .sliderProImage img {
    width: 500px !important;
  }
  .slider-caption {
    padding: 0;
  }
  .slider-caption .headingSmall {
    font-size: 13px;
    margin: 0 0 10px;
  }
  .slider-caption .heading {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .slider-caption .btn-slide {
    padding: 10px 20px;
    font-size: 13px;
  }
  .slider-caption .btn-slide .iconstyle {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .sliderProImg img {
    width: 350px !important;
  }
  .sliderProImage {
    position: relative;
    margin-bottom: 10px;
    margin-top: -60px;
  }
  .sliderProImage img {
    width: 200px !important;
    height: auto !important;
  }
  .slider-captionWrap {
    padding-top: 50px;
  }
  .slider-caption {
    max-width: 90%;
    margin: auto;
    text-align: center;
  }
  .slider-caption .slider-txt {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .sliderProImg img {
    width: 250px !important;
  }
  .slider-captionWrap {
    padding-top: 0;
  }
  .hm-mainslider-sec .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -50px;
  }
  .hm-mainslider-sec .owl-dots {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
}
.mBottom {
  margin-bottom: 40px;
}
.txtBold {
  font-weight: 700;
}
.txtSemiBold {
  font-weight: 600;
}
.lists {
  position: relative;
  margin: 0 0 30px;
  text-align: left;
}
.lists ul {
  margin: 0;
  padding: 0;
}
.lists li {
  position: relative;
  list-style: none;
  padding: 8px 0 8px 22px;
}
.lists li:before {
  content: "";
  width: 10px;
  height: 16px;
  background-image: url(../images/list.svg);
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 10px;
}
@media (max-width: 991.98px) {
  .lists li {
    padding: 6px 0 6px 20px;
  }
  .lists li:before {
    content: "";
    width: 9px;
    height: 14px;
    left: 0;
    top: 9px;
  }
}
.al-ItemCenter {
  -ms-flex-align: center;
  align-items: center;
}
.al-center {
  -ms-flex-item-align: center;
  align-self: center;
}
.justifyCenter {
  -ms-flex-pack: center;
  justify-content: center;
}
.h100-alCenter {
  height: 100% !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.BoxShadow {
  z-index: 1;
  -webkit-box-shadow: 0 5px 5px 0 #0000001a;
  -moz-box-shadow: 0 5px 5px 0 #0000001a;
  box-shadow: 0 5px 5px 0 #0000001a;
}
.container-100 {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.logoBoxBg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.logoBoxBg img {
  width: 467px;
  display: inline-block;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
header.sticky .logoBoxBg {
  top: -30px;
}
header.sticky .logoBoxBg img {
  width: 400px;
}
@media (max-width: 1679px) {
  .logoBoxBg {
    left: -30px;
  }
  .logoBoxBg img {
    width: 467px;
  }
  header.sticky .logoBoxBg {
    top: -30px;
  }
  header.sticky .logoBoxBg img {
    width: 400px;
  }
}
@media (max-width: 1366px) {
  .logoBoxBg {
    left: -60px;
  }
}
@media (max-width: 1199px) {
  .logoBoxBg {
    left: -50px;
  }
  .logoBoxBg img {
    width: 400px;
  }
  header.sticky .logoBoxBg {
    top: -30px;
  }
  header.sticky .logoBoxBg img {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .logoBoxBg {
    left: -40px;
    top: -10px;
  }
  .logoBoxBg img {
    width: 230px;
  }
  header.sticky .logoBoxBg {
    left: -40px;
    top: -10px;
  }
  header.sticky .logoBoxBg img {
    width: 200px;
  }
}
.topSection {
  position: relative;
}
.container-wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.btn-margin {
  margin-right: 20px;
}
.btn-Width {
  min-width: 220px;
}
.FlexBox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.Justify-Center {
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .btn-Width {
    min-width: 100px;
  }
}
.top_Contact_Box {
  position: absolute;
  top: -15px;
  right: 0;
}
.top_Contact_Flex {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.top_Contact_Item {
  font-family: "neue_haas_grotesk_disp55roman";
  font-size: 16px;
  color: #c4c4c4;
  margin-right: 30px;
}
.top_Contact_Item a {
  color: #c4c4c4;
}
.top_Contact_Item a:hover {
  color: #fff;
}
.top_Contact_Item:last-child {
  margin-right: 0;
}
.top_Contact_Item .iconstyle {
  font-size: 14px;
  color: #c4c4c4;
  margin-right: 8px;
}
header.sticky .top_Contact_Box {
  top: -5px;
  display: none;
}
header.sticky .top_Contact_Item {
  font-size: 14px;
  font-size: 14px;
}
header.sticky .top_Contact_Item .iconstyle {
  font-size: 12px;
}
.menu_items_Block {
  position: relative;
  display: flex;
  align-items: center;
}
.TopContact {
  position: relative;
}
.TopContact .boxItemRow {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 10px;
}
.TopContact .boxItem {
  position: relative;
  padding: 0 0 0 35px;
  margin: 0 50px 0 0;
}
.TopContact .boxItem:last-child {
  margin-right: 0;
}
.TopContact .boxItem .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.TopContact .boxItem .txt {
  line-height: 1.3;
  font-size: 18px;
  margin: 0;
}
.TopContact .boxItem .txt span {
  font-size: 12px;
  color: #c4c4c4;
  display: block;
}
.TopContact .boxItem .iconstyle {
  font-size: 22px;
  color: #c4c4c4;
}
.hamburger_menu .menu_TopContact {
  width: 100%;
  float: left;
  padding: 20px 15px 10px;
  margin-top: 0;
  border-top: 1px solid #d0d0d0;
}
.hamburger_menu .TopContact .boxItemRow {
  display: block;
  margin: 0;
}
.hamburger_menu .TopContact .boxItem {
  position: relative;
  padding: 0 0 0 26px;
  margin: 0 0 10px;
}
.hamburger_menu .TopContact .boxItem .txt {
  line-height: 1.5;
  font-size: 18px;
  color: #444;
  margin: 0;
}
.hamburger_menu .TopContact .boxItem .txt span {
  font-size: 15px;
  line-height: 1.2;
  color: #444;
  display: block;
}
.hamburger_menu .TopContact .boxItem .iconstyle {
  font-size: 14px;
  color: #666;
}
.hamburger_menu .TopContact .boxItem a {
  color: #333;
}
.hamburger_menu .TopContact .boxItem a:hover {
  color: #000;
}
.btn-more {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  padding: 13px 25px;
  color: #000;
  background: #d5ad46;
  border: 0;
  border-radius: 50px;
  line-height: 1;
  display: inline-flex;
  transition: all 0.3s;
}
.btn-more:hover {
  background: #185b3c;
  color: #fff;
}
.btn-more .iconstyle {
  font-size: 16px;
  color: #000;
  margin-left: 8px;
  transition: all 0.3s;
}
.btn-more:hover .iconstyle {
  color: #fff;
}
@media (max-width: 991.98px) {
  .btn-more {
    padding: 10px 20px;
    font-size: 13px;
  }
  .btn-more .iconstyle {
    font-size: 14px;
  }
}
.btn-moreBorder {
  position: relative;
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  padding: 20px 30px;
  color: #111;
  border: 1px solid #111;
  border-radius: 50px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-moreBorder:hover {
  border: 1px solid #111;
  background: #111;
  color: #fff;
}
.btn-moreBorder .iconstyle {
  font-size: 16px;
  color: #111;
  margin-left: 8px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-moreBorder:hover .iconstyle {
  color: #fff;
}
@media (max-width: 991.98px) {
  .btn-moreBorder {
    padding: 10px 20px;
    font-size: 13px;
  }
  .btn-moreBorder .iconstyle {
    font-size: 14px;
  }
}
.btn-moreBorderLight {
  position: relative;
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  padding: 20px 30px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-moreBorderLight:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #111;
}
.btn-moreBorderLight .iconstyle {
  font-size: 16px;
  color: #fff;
  margin-left: 8px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-moreBorderLight:hover .iconstyle {
  color: #111;
}
@media (max-width: 991.98px) {
  .btn-moreBorderLight {
    padding: 10px 20px;
    font-size: 13px;
  }
  .btn-moreBorderLight .iconstyle {
    font-size: 14px;
  }
}
.SecHead {
  position: relative;
}
.SecHead h1 {
  position: relative;
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1;
  color: #111;
  margin: 0 0 15px;
}
.SecHeading {
  position: relative;
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1;
  color: #111;
  margin: 0 0 20px;
}
.SecHeading.Margin_0 {
  margin: 0;
}
.SecHead_Small {
  position: relative;
  font-family: "neue_haas_grotesk_display75Bd";
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #666;
  margin: 0 0 15px;
}
.SecHeading.Light {
  color: #fff;
}
.SecHead_Small.Light {
  color: #fff;
}
.HeadWrapper {
  position: relative;
  display: flex;
  margin: 0 0 40px;
}
.HeadWrapper.AlignItem {
  justify-content: space-between;
  align-items: flex-end;
}
.HeadWrapper .Block50 {
  flex: 0 0 auto;
  width: 50%;
}
.HeadWrapper .Block1 {
  flex: 0 0 auto;
  width: 35%;
}
.HeadWrapper .Block2 {
  padding: 0 0 0 75px;
}
.HeadWrapper .Block3 {
  flex: 0 0 auto;
  padding: 0 0 0 75px;
}
@media (max-width: 991.98px) {
  .HeadWrapper {
    display: block;
    margin: 0 0 30px;
  }
  .HeadWrapper .Block50 {
    width: auto;
  }
  .HeadWrapper .Block1 {
    width: auto;
  }
  .HeadWrapper .Block2 {
    padding: 0;
  }
  .HeadWrapper .Block3 {
    padding: 0;
  }
  .SecHead_Small {
    font-size: 13px;
    margin: 0 0 10px;
  }
  .SecHead h1 {
    font-size: 24px;
  }
  .SecHeading {
    font-size: 24px;
  }
  .SecHeading.Margin_0 {
    margin: 0 0 20px;
  }
}
.paginationBlock {
  position: relative;
  text-align: center;
  margin: 30px 0 0;
}
.pagination {
  text-align: center;
  display: inline-block;
  z-index: 10;
  position: relative;
}
.pagination a {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  position: relative;
  background: #d7d7d7;
  color: #666;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 1px;
}
.pagination a.active,
.pagination a:hover {
  background: #aeaeae;
  color: #333;
}
.pagination a i {
  font-size: 12px;
}
.list-dots {
  position: relative;
}
.list-dots ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.list-dots li {
  position: relative;
  list-style: none;
  line-height: 1.3;
  padding: 6px 0 6px 20px;
}
.list-dots li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d5ad46;
  position: absolute;
  left: 0;
  top: 12px;
}
.list-dots li.light:before {
  background: #fff;
}
.list-dots ul li ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.list-dots ul li ul li {
  position: relative;
  list-style: none;
  font-weight: 400;
  padding: 4px 0 4px 22px;
}
.list-dots ul li ul li:before {
  content: "";
  width: 10px;
  height: 3px;
  background: #8b1444;
  position: absolute;
  left: 0;
  top: 17px;
  border-radius: 0;
}
@media (max-width: 991.98px) {
  .list-dots li {
    padding: 6px 0 6px 20px;
  }
  .list-dots li:before {
    content: "";
    width: 6px;
    height: 6px;
    left: 0;
    top: 13px;
  }
  .list-dots ul li ul {
    margin: 5px 0;
  }
  .list-dots ul li ul li {
    padding: 4px 0 4px 22px;
  }
  .list-dots ul li ul li:before {
    top: 12px;
  }
}
.hm-About-Scroll {
  position: relative;
  padding: 20px 0 120px;
}
.ScrollHeading-marquee-box {
  height: auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 5px 0;
  border: 0 solid #181818;
}
.ScrollHeading-marquee-box .Scroll-Title {
  text-fill-color: transparent;
  text-stroke: 1px #bfbfbf;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #bfbfbf;
  -moz-text-fill-color: transparent;
  font-family: "neue_haas_grotesk_display75Bd";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 100px;
  line-height: 1;
  padding: 0;
  color: #bfbfbf;
  white-space: nowrap;
  width: max-content;
  display: flex;
  align-items: center;
  transform: translateX(0);
  animation: Text-Scroll 20s linear infinite;
}
.ScrollHeading-marquee-box .Scroll-Title .gap {
  margin: 0 20px;
}
@keyframes Text-Scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@media (max-width: 1366px) {
  .ScrollHeading-marquee-box .Scroll-Title {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .hm-About-Scroll {
    padding: 20px 0;
  }
  .ScrollHeading-marquee-box .Scroll-Title {
    font-size: 40px;
  }
}
.hm-why-Scroll {
  position: relative;
  padding: 0;
}
.ScrollHeading-marquee-boxTwo {
  height: auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 5px 0;
  border: 0 solid #181818;
}
.ScrollHeading-marquee-boxTwo .Scroll-TitleTwo {
  text-fill-color: transparent;
  text-stroke: 1px #bfbfbf;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #bfbfbf;
  -moz-text-fill-color: transparent;
  font-family: "neue_haas_grotesk_display75Bd";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 100px;
  line-height: 1;
  padding: 0;
  color: #bfbfbf;
  white-space: nowrap;
  width: max-content;
  display: flex;
  align-items: center;
  transform: translateX(0);
  animation: Text-Scroll 40s linear infinite;
}
.ScrollHeading-marquee-boxTwo .Scroll-TitleTwo .gap {
  margin: 0 20px;
}
@keyframes Text-Scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@media (max-width: 1366px) {
  .ScrollHeading-marquee-boxTwo .Scroll-TitleTwo {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .ScrollHeading-marquee-boxTwo .Scroll-TitleTwo {
    font-size: 40px;
  }
}
.hm-About-Sec {
  position: relative;
  z-index: 2;
  background: #f5f5f5;
  color: #111;
  padding: 150px 0;
}
.pattern-Overlay {
  position: absolute;
  bottom: 0;
}
.pattern-Overlay img {
  width: 100%;
}
.hm-About-Sec .alSelfCenter {
  align-self: center;
}
.hm-About-Sec .ContentBox {
  position: relative;
  padding: 0 0 0 150px;
}
.hm-About-Sec .ContentBox h1 {
  position: relative;
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1;
  color: #111;
  margin: 0 0 30px;
}
.hm-About-Sec .ContentBox .descMain {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 30px;
}
.hm-About-Sec .ContentBox .desc {
  margin: 0 0 40px;
}
.hm-About-Sec .ImageBox {
  position: absolute;
  top: -100px;
  left: 0;
  overflow: hidden;
  -webkit-border-top-right-radius: 80px;
  -webkit-border-bottom-right-radius: 80px;
  -moz-border-radius-topright: 80px;
  -moz-border-radius-bottomright: 80px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
}
.hm-About-Sec .ImageBox img {
  display: inline-block;
  width: 960px;
}
.hm-About-Sec .ImageBoxPosition {
  position: absolute;
  top: -100px;
  left: 0;
}
.hm-About-Sec .ImageBoxMain {
  position: relative;
  overflow: hidden;
  -webkit-border-top-right-radius: 80px;
  -webkit-border-bottom-right-radius: 80px;
  -moz-border-radius-topright: 80px;
  -moz-border-radius-bottomright: 80px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
}
.hm-About-Sec .ImageBoxMain:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: #000;
  background: linear-gradient(0deg, #000f 0%, #0000 100%);
}
.hm-About-Sec .ImageBoxMain img {
  display: inline-block;
  width: 960px;
}
.hm-About-Sec .ImageTitle {
  position: absolute;
  bottom: 50px;
  left: 100px;
  font-size: 40px;
  color: #fff;
  font-family: "neue_haas_grotesk_display75Bd";
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  border-left: 4px solid #fff;
  padding-left: 15px;
  z-index: 1;
}
.hm-About-Sec .ImageTitle span {
  font-family: "neue_haas_grotesk_disp55roman";
  font-weight: 400;
}
.factsBoxRow {
  position: relative;
  padding: 240px 0 0;
}
.factsWrap {
  position: relative;
  background: #e9e9e9;
  height: 100%;
  padding: 40px 40px 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.facts-TitleSmall {
  font-family: "neue_haas_grotesk_display75Bd";
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #666;
  line-height: 1.2;
  border-bottom: 1px solid #b8b8b8;
  padding-bottom: 15px;
  margin-bottom: 100px;
}
.facts-box {
  position: relative;
}
.facts-Icon {
  position: relative;
  margin: 0 0 20px;
}
.facts-Icon img {
  width: 70px;
  height: 70px;
  display: inline-block;
}
.facts-Number {
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  color: #111;
}
.facts-Number sup {
  top: 0;
  font-size: 60px;
}
@media (max-width: 1600px) {
  .hm-About-Sec {
    padding: 50px 0;
  }
  .hm-About-Sec .ImageBoxMain img {
    width: 800px;
  }
  .factsBoxRow {
    padding: 100px 0 0;
  }
}
@media (max-width: 1399.98px) {
  .hm-About-Sec .ContentBox {
    padding: 0 0 0 100px;
  }
  .hm-About-Sec .ImageBoxMain img {
    width: 700px;
  }
}
@media (max-width: 1199.98px) {
  .hm-About-Sec .ImageBoxMain img {
    width: 600px;
  }
}
@media (max-width: 991.98px) {
  .hm-About-Sec {
    padding: 15px 0 20px;
  }
  .hm-About-Sec .ImageBoxPosition {
    position: relative;
    top: 0;
  }
  .hm-About-Sec .ImageBoxMain {
    border-radius: 20px;
    margin: 0 0 30px;
  }
  .hm-About-Sec .ImageBoxMain img {
    width: 100%;
  }
  .hm-About-Sec .ImageTitle {
    left: 20px;
    bottom: 30px;
    font-size: 20px;
  }
  .hm-About-Sec .ContentBox {
    padding: 0;
  }
  .hm-About-Sec .ContentBox h1 {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .hm-About-Sec .ContentBox .descMain {
    font-size: 15px;
    margin: 0 0 20px;
  }
  .hm-About-Sec .ContentBox .desc {
    margin: 0 0 20px;
  }
  .factsBoxRow {
    padding: 50px 0 0;
  }
  .factsWrap {
    height: auto;
    margin-bottom: 30px;
    padding: 30px 20px;
  }
  .facts-TitleSmall {
    font-size: 13px;
    padding-bottom: 15px;
    margin-bottom: 50px;
  }
  .facts-Icon {
    margin: 0 0 15px;
  }
  .facts-Icon img {
    width: 50px;
    height: 50px;
  }
  .facts-Number {
    font-size: 30px;
  }
  .facts-Number sup {
    font-size: 30px;
  }
}
.hm-ServiceSec {
  position: relative;
  padding: 150px 0 100px;
}
.hm-ServiceSlide {
  position: relative;
}
.hm-ServiceSec .ServiceBoxItem {
  height: 100%;
  margin: 0;
}
.ServiceBoxItem {
  position: relative;
  text-align: left;
  height: calc(100% - 80px);
  margin: 0 0 80px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.ServiceBoxItem .imageBox {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin: 0;
}
.ServiceBoxItem .imageBox:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #0000;
}
.ServiceBoxItem .imageBox img {
  width: 100%;
  display: inline-block;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
.ServiceBoxItem:hover .imageBox img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.ServiceBoxItem .contentBox {
  position: relative;
  padding: 20px 0 40px;
}
.ServiceBoxItem .categ_Number {
  font-family: "neue_haas_grotesk_disp55roman";
  font-weight: 400;
  font-size: 18px;
  color: #666;
  line-height: 1.2;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.ServiceBoxItem .contentBox h2 {
  position: relative;
  font-family: "neue_haas_grotesk_display75Bd";
  font-weight: 400;
  font-size: 26px;
  color: #111;
  margin: 0 0 20px;
}
.ServiceBoxItem .contentBox .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #444;
  margin: 0 0 50px;
}
.ServiceBoxItem .btnPosition {
  position: absolute;
  left: 0;
  bottom: 0;
}
.hm-ServiceSec .owl-carousel .owl-item img {
  width: 100% !important;
  display: inline-block;
}
.hm-ServiceSec .owl-carousel .item {
  width: 100%;
  overflow: hidden;
  padding-top: 0;
}
.hm-ServiceSec .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 60px;
}
.hm-ServiceSec .owl-dots {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hm-ServiceSec .owl-theme .owl-dots .owl-dot span {
  position: relative;
  margin: 0 10px;
  width: 20px;
  height: 20px;
  background: 0 0;
  border: 0 solid #ffcc32;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hm-ServiceSec .owl-theme .owl-dots .owl-dot span::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #999;
}
.hm-ServiceSec .owl-theme .owl-dots .owl-dot.active span,
.hm-ServiceSec .owl-theme .owl-dots .owl-dot:hover span {
  position: relative;
  width: 20px;
  height: 20px;
  background: 0 0;
  border: 1px solid #999;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hm-ServiceSec .owl-theme .owl-dots .owl-dot.active span::after,
.hm-ServiceSec .owl-theme .owl-dots .owl-dot:hover span::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999;
}
.hm-ServiceSec .owl-theme .owl-nav [class*="owl-"] {
  margin: 10px;
  padding: 0;
  background: 0 0;
  color: #999;
  font-size: 28px;
  display: inline-block;
  cursor: pointer;
}
.hm-ServiceSec .owl-theme .owl-nav [class*="owl-"]:hover {
  background: 0 0;
  color: #959595;
  text-decoration: none;
}
.hm-ServiceSec .owl-next,
.hm-ServiceSec .owl-prev {
  position: relative;
  color: inherit;
  background: 0 0;
  border: none;
  z-index: 100;
}
.hm-ServiceSec .owl-theme .owl-nav {
  margin: 30px 0 0;
}
.hm-ServiceSec .owl-carousel .owl-stage {
  display: flex;
}
.hm-ServiceSec .owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
@media (max-width: 991.98px) {
  .hm-ServiceSec {
    padding: 50px 0;
  }
  .hm-ServiceSec .txtSmall {
    max-width: 100%;
  }
  .ServiceBoxItem {
    height: calc(100% - 40px);
    margin: 0 0 40px;
  }
  .ServiceBoxItem .categ_Number {
    font-size: 15px;
  }
  .ServiceBoxItem .contentBox h2 {
    font-family: "neue_haas_grotesk_display65Md";
    font-size: 20px;
    margin: 0 0 15px;
  }
  .ServiceBoxItem .contentBox .desc {
    margin: 0 0 20px;
  }
  .hm-ServiceSec .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
  }
  .hm-ServiceSec .owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
  }
  .hm-ServiceSec .owl-theme .owl-nav {
    margin: 10px 0 0;
  }
  .hm-ServiceSec .owl-theme .owl-nav [class*="owl-"] {
    font-size: 20px;
  }
}
.btn-ViewPro {
  position: relative;
  display: inline-block;
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-ViewPro .iconstyle {
  background: #111;
  color: #fff !important;
  font-size: 20px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .btn-ViewPro .iconstyle {
    font-size: 16px;
    width: 36px;
    height: 36px;
  }
}
.hm_why_Sec {
  position: relative;
  padding: 150px 0;
}
.hm_why_Sec.pdHome {
  padding: 150px 0 50px;
}
.hm_why_Sec .alSelfCenter {
  align-self: center;
}
.hm_why_ImageBox {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin: 0;
}
.hm_why_ImageBox img {
  width: 100%;
}
.hm_why_ContentBox {
  position: relative;
}
.hm_why_ContentBox.pdLeft {
  padding-left: 80px;
}
.hm_why_ContentBox.pdRight {
  padding-right: 80px;
}
@media (max-width: 1399.98px) {
  .hm_why_ContentBox.pdLeft {
    padding-left: 30px;
  }
  .hm_why_ContentBox.pdRight {
    padding-right: 30px;
  }
}
@media (max-width: 991.98px) {
  .hm_why_Sec {
    padding: 50px 0 20px;
  }
  .hm_why_Sec.pdHome {
    padding: 50px 0 20px;
  }
  .hm_why_ImageBox {
    margin: 0 0 30px;
  }
  .hm_why_ContentBox.pdLeft {
    padding-left: 0;
  }
  .hm_why_ContentBox.pdRight {
    padding-right: 0;
  }
}
.BoxAccordion {
  position: relative;
  margin: 0;
}
.BoxAccordion .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.BoxAccordion .accordion-button {
  font-family: "neue_haas_grotesk_display75Bd";
  font-style: normal;
  color: #111;
  font-size: 24px;
  padding: 20px 0;
}
.BoxAccordion .accordion-body {
  color: #444;
  padding: 0 0 20px;
}
.BoxAccordion .titleSmall {
  font-size: 22px;
  color: #343053;
  margin: 0 0 10px;
}
.BoxAccordion .accordion-item {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #d4d4d4;
}
.BoxAccordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.BoxAccordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
@media (max-width: 991.98px) {
  .BoxAccordion .accordion-button {
    font-family: "neue_haas_grotesk_display65Md";
    font-size: 18px;
    padding: 15px 0;
  }
  .BoxAccordion .titleSmall {
    font-size: 15px;
    margin: 0 0 10px;
  }
}
.bannerOne_BlockSec {
  position: relative;
  padding: 100px 0;
  height: 750px;
  background: #213b72 url(../images/banner-block-1.avif) bottom;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
  z-index: 1;
}
.bannerOne_BlockSec:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #0006;
  z-index: -1;
}
.bannerOne_Block_BoxWrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 100px 0 0;
  display: -ms-flexbox;
  display: flex;
}
.bannerOne_Block_Title {
  position: relative;
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1;
  color: #fff;
  padding: 0;
  margin: 0 0 25px;
}
@media (max-width: 1399.98px) {
  .bannerOne_BlockSec {
    height: 600px;
  }
}
@media (max-width: 991.98px) {
  .bannerOne_BlockSec {
    padding: 20px 0;
    height: 400px;
  }
  .bannerOne_Block_BoxWrap {
    padding: 30px 0 0;
  }
  .bannerOne_Block_Title {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .bannerOne_Block_Desc {
    max-width: 100%;
  }
}
.pattern-bg-1 {
  position: relative;
}
.pattern-bg-1 img {
  width: 100%;
}
.hm-clientsSec {
  position: relative;
  padding: 150px 0 100px;
  background: #f5f5f5;
}
.client_descSmall {
  color: #111;
}
.clientsSlide {
  position: relative;
}
.clientBox {
  position: relative;
}
.clientBox img {
  display: inline-block !important;
  width: auto !important;
  border-radius: 20px;
}
.hm-clientsSec .owl-carousel .owl-item img {
  display: inline-block;
}
.hm-clientsSec .owl-carousel .item {
  width: 100%;
  overflow: hidden;
  padding-top: 0;
}
.hm-clientsSec .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
}
.hm-clientsSec .owl-dots {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hm-clientsSec .owl-theme .owl-dots .owl-dot span {
  position: relative;
  margin: 0 10px;
  width: 20px;
  height: 20px;
  background: 0 0;
  border: 0 solid #999;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hm-clientsSec .owl-theme .owl-dots .owl-dot span::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #999;
}
.hm-clientsSec .owl-theme .owl-dots .owl-dot.active span,
.hm-clientsSec .owl-theme .owl-dots .owl-dot:hover span {
  position: relative;
  width: 20px;
  height: 20px;
  background: 0 0;
  border: 1px solid #999;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hm-clientsSec .owl-theme .owl-dots .owl-dot.active span::after,
.hm-clientsSec .owl-theme .owl-dots .owl-dot:hover span::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999;
}
.hm-clientsSec .owl-theme .owl-nav [class*="owl-"] {
  margin: 10px;
  padding: 0;
  background: 0 0;
  color: #0c4ca2;
  font-size: 28px;
  display: inline-block;
  cursor: pointer;
}
.hm-clientsSec .owl-theme .owl-nav [class*="owl-"]:hover {
  background: 0 0;
  color: #959595;
  text-decoration: none;
}
.hm-clientsSec .owl-next,
.hm-clientsSec .owl-prev {
  position: relative;
  color: inherit;
  background: 0 0;
  border: none;
  z-index: 100;
}
.hm-clientsSec .owl-theme .owl-nav {
  margin: 30px 0 0;
}
.hm-clientsSec .owl-carousel .owl-stage {
  display: flex;
}
.hm-clientsSec .owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
@media (max-width: 991.98px) {
  .hm-clientsSec {
    padding: 50px 0;
  }
  .hm-clientsSec .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
  }
  .hm-clientsSec .owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
  }
}
.hm-GallerySec {
  position: relative;
  padding: 150px 0 100px;
  background: #111;
  color: #fff;
}
.hm-GallerySlide {
  position: relative;
}
.GalleryItem {
  position: relative;
}
.GalleryItem:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #0003;
}
.GalleryItem img {
  display: inline-block !important;
  width: auto !important;
  border-radius: 20px;
}
.owl-item.active.center .item {
  opacity: 1;
}
.hm-GallerySec .owl-carousel .item {
  overflow: hidden;
  opacity: 1;
}
.hm-GallerySec .owl-carousel .owl-item img {
  display: inline-block;
}
.hm-GallerySec .owl-carousel .item {
  width: 100%;
  overflow: hidden;
  padding-top: 0;
}
.hm-GallerySec .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
}
.hm-GallerySec .owl-dots {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hm-GallerySec .owl-theme .owl-dots .owl-dot span {
  position: relative;
  margin: 0 10px;
  width: 20px;
  height: 20px;
  background: 0 0;
  border: 0 solid #999;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hm-GallerySec .owl-theme .owl-dots .owl-dot span::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #999;
}
.hm-GallerySec .owl-theme .owl-dots .owl-dot.active span,
.hm-GallerySec .owl-theme .owl-dots .owl-dot:hover span {
  position: relative;
  width: 20px;
  height: 20px;
  background: 0 0;
  border: 1px solid #999;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hm-GallerySec .owl-theme .owl-dots .owl-dot.active span::after,
.hm-GallerySec .owl-theme .owl-dots .owl-dot:hover span::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999;
}
.hm-GallerySec .owl-theme .owl-nav [class*="owl-"] {
  margin: 10px;
  padding: 0;
  background: 0 0;
  color: #0c4ca2;
  font-size: 28px;
  display: inline-block;
  cursor: pointer;
}
.hm-GallerySec .owl-theme .owl-nav [class*="owl-"]:hover {
  background: 0 0;
  color: #959595;
  text-decoration: none;
}
.hm-GallerySec .owl-next,
.hm-GallerySec .owl-prev {
  position: relative;
  color: inherit;
  background: 0 0;
  border: none;
  z-index: 100;
}
.hm-GallerySec .owl-theme .owl-nav {
  margin: 30px 0 0;
}
.hm-GallerySec .owl-carousel .owl-stage {
  display: flex;
}
.hm-GallerySec .owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
@media (max-width: 991.98px) {
  .hm-GallerySec {
    padding: 50px 0;
  }
  .hm-GallerySec .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
  }
  .hm-GallerySec .owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
  }
}
@media (max-width: 767.98px) {
  .hm-GallerySlide {
    padding: 0 20px;
  }
}
.hm-testimonials-sec {
  position: relative;
  padding: 150px 0 100px;
}
.testimonial-box {
  position: relative;
  width: 100%;
  margin: auto;
  margin-top: 0;
}
.testimonial-box .box {
  position: relative;
  height: 100%;
  padding: 0;
}
.testimonial {
  position: relative;
  text-align: center;
  width: 99%;
  height: 100%;
  background: #f5f5f5;
  padding: 80px 60px;
  border-radius: 20px;
}
.testimonial .icon-quote {
  position: relative;
  margin: 0 0 30px;
}
.testimonial .icon-quote img {
  display: inline-block !important;
  width: 44px !important;
}
.testimonial .desc {
  width: 100%;
  margin: auto;
  color: #111;
  margin-bottom: 50px;
}
.testimonial-by {
  position: relative;
}
.testimonial-by .image {
  position: relative;
  margin: 0 0 20px;
}
.testimonial-by .image img {
  width: 100px !important;
  height: 100px !important;
  border-radius: 50%;
  display: inline-block !important;
}
.testimonial-by .bx {
  position: relative;
}
.testimonial-by .name {
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  color: #111;
  margin: 0 0 5px;
}
.testimonial-by .sub-title {
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #666;
  margin: 0;
}
.testimonial-box .owl-carousel .owl-item img {
  display: inline-block;
}
.testimonial-box .owl-carousel .item {
  width: 100%;
  overflow: hidden;
  padding-top: 0;
}
.testimonial-box .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.testimonial-box .owl-dots {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-box .owl-theme .owl-dots .owl-dot span {
  position: relative;
  margin: 0 10px;
  width: 20px;
  height: 20px;
  background: 0 0;
  border: 0 solid #999;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-box .owl-theme .owl-dots .owl-dot span::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #999;
}
.testimonial-box .owl-theme .owl-dots .owl-dot.active span,
.testimonial-box .owl-theme .owl-dots .owl-dot:hover span {
  position: relative;
  width: 20px;
  height: 20px;
  background: 0 0;
  border: 1px solid #999;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-box .owl-theme .owl-dots .owl-dot.active span::after,
.testimonial-box .owl-theme .owl-dots .owl-dot:hover span::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999;
}
.testimonial-box .owl-theme .owl-nav [class*="owl-"] {
  margin: 10px;
  padding: 0;
  background: 0 0;
  color: #0c4ca2;
  font-size: 28px;
  display: inline-block;
  cursor: pointer;
}
.testimonial-box .owl-theme .owl-nav [class*="owl-"]:hover {
  background: 0 0;
  color: #959595;
  text-decoration: none;
}
.testimonial-box .owl-next,
.testimonial-box .owl-prev {
  position: relative;
  color: inherit;
  background: 0 0;
  border: none;
  z-index: 100;
}
.testimonial-box .owl-theme .owl-nav {
  margin: 30px 0 0;
}
.testimonial-box .owl-carousel .owl-stage {
  display: flex;
}
.testimonial-box .owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
@media (max-width: 1399.98px) {
  .testimonial {
    padding: 60px 40px;
  }
}
@media (max-width: 991.98px) {
  .hm-testimonials-sec {
    padding: 50px 0;
  }
  .hm-testimonials-sec .txtSmall {
    max-width: 100%;
  }
  .testimonial {
    padding: 40px 30px;
  }
  .testimonial .desc {
    margin-bottom: 30px;
  }
  .testimonial .icon-quote img {
    width: 30px !important;
  }
  .testimonial-by .image img {
    width: 80px !important;
    height: 80px !important;
  }
  .testimonial-by .name {
    font-size: 18px;
    margin: 0 0 5px;
  }
  .testimonial-by .sub-title {
    font-size: 15px;
  }
  .testimonial-box .owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
  }
}
.callActionSec {
  position: relative;
  padding: 80px 0;
  background: #092954 url(../images/bg-download.avif) top center;
  background-size: cover;
  color: #fff;
  z-index: 1;
}
.callActionSec:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: #2c3948;
  background: linear-gradient(90deg, #2c3948ff 0%, #13294180 100%);
  z-index: -1;
}
.callActionBox {
  position: relative;
}
.callActionTitle {
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 15px;
}
.callActionDesc {
  margin: 0 0 30px;
}
.btn-callAction {
  position: relative;
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  padding: 20px 30px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-callAction:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #111;
}
.btn-callAction .iconstyle {
  font-size: 16px;
  color: #fff;
  margin-left: 8px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-callAction:hover .iconstyle {
  color: #111;
}
@media (max-width: 991.98px) {
  .callActionSec {
    padding: 60px 0;
  }
  .callActionTitle {
    font-size: 20px;
  }
  .btn-callAction {
    padding: 10px 20px;
    font-size: 13px;
  }
  .btn-callAction .iconstyle {
    font-size: 14px;
  }
}
.footer-sec {
  position: relative;
  font-size: 18px;
  color: #dfdfdf;
  margin: 0;
  background-color: #213b72;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url(../images/footer-bg.avif);
  z-index: 1;
}
.footer-sec:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000000d9;
  z-index: -1;
}
.footer-sec .footerContactWrap {
  position: relative;
  padding: 100px 0 0;
}
.footerContact_BoxRow {
  position: relative;
  padding-bottom: 100px;
  border-bottom: 1px solid #545454;
}
.footer-sec .footer-logo {
  position: relative;
  text-align: center;
}
.footer-sec .footer-logo img {
  width: 110px;
  display: inline-block;
}
.footer-sec .footer-top {
  position: relative;
}
.footer-sec .footer-widgets {
  position: relative;
  padding: 90px 0 0;
}
.footer-sec .footer-column {
  position: relative;
  margin: 0 0 50px;
}
.footer-sec .footer-column h5 {
  position: relative;
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: 400;
  font-size: 18px;
  padding: 0;
  margin: 0 0 25px;
}
.footer-sec .footer-column .descHead {
  position: relative;
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 20px;
}
.footer-sec .footer-column .desc {
  position: relative;
  width: 90%;
  margin: 0 0 40px;
}
.footer-sec .btn-Footer {
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.1;
  display: inline-flex;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.footer-sec .btn-Footer:hover {
  color: #fff;
}
.footer-sec .btn-Footer .iconstyle {
  font-size: 16px;
  color: #fff;
  margin-left: 8px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.footer-sec .btn-Footer:hover .iconstyle {
  color: #fff;
}
.footer-sec .BoxWidgets {
  padding: 0 0 0 50px;
}
.footer-sec .footer-column .links {
  margin: 0;
  padding: 0;
}
.footer-sec .footer-column .links.pd {
  padding: 0 30px 0 0;
}
.footer-sec .footer-column .links li {
  position: relative;
  font-size: 18px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  line-height: 1.3;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.footer-sec .footer-column .pro-link {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 50px;
}
.footer-sec .footer-column .links-two {
  margin: 0;
  padding: 0 20px 0 0;
  flex-basis: 50%;
}
.footer-sec .footer-column .links-two li {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  line-height: 1.3;
}
.footer-sec .footer-column .links-two li:first-child {
  padding-top: 0;
}
.footer-sec .footer-column .links-two li:last-child {
  padding-bottom: 0;
}
.footer-sec .footer-column a {
  color: #dfdfdf;
}
.footer-sec .footer-column a:hover {
  color: #fff;
}
.footer-sec .footer-column .links-two a {
  color: #dfdfdf;
}
.footer-sec .footer-column .links-two a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-sec .social-icon {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.footer-sec .social-icon a {
  display: block;
  margin-left: 24px;
}
.footer-sec .social-icon a:first-child {
  margin-left: 0;
}
.footer-sec .social-icon .iconstyle {
  font-size: 18px;
  color: #dfdfdf;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.footer-sec .social-icon .iconstyle:hover {
  color: #fff;
}
.footer-sec .social-icon .iconstyle.icon-youtube {
  font-size: 24px;
}
.footer-sec .box {
  position: relative;
  padding: 0 0 0 40px;
  margin: 0 0 15px;
  line-height: 1.3;
}
.footer-sec .box .icon {
  position: absolute;
  top: 5px;
  left: 0;
}
.footer-sec .box .iconstyle {
  font-size: 18px;
  color: #dfdfdf;
}
.footer-sec .box .txt {
  font-size: 18px;
  line-height: 1.5;
  padding: 0 30px 0 0;
}
.footer-sec .box .txtSmall {
  font-size: 15px;
  display: block;
}
.footer-sec .footer-bottom {
  position: relative;
  padding: 0;
}
.footer-bottom-border {
  position: relative;
  padding: 20px 0 50px;
  border-top: 1px solid #545454;
}
.footer-sec .copyright {
  text-align: left;
  margin: 0;
}
.footer-sec .design {
  font-size: 14px;
  color: #aeaeae;
  text-align: right;
}
.footer-sec .design a {
  color: #aeaeae !important;
}
.footer-sec .design a:hover {
  color: #fff !important;
}
@media (max-width: 1199.98px) {
  .footer-sec .footer-column .desc {
    width: 100%;
  }
  .footer-sec .BoxWidgets {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .footer-sec {
    font-size: 15px;
  }
  .footer-sec .footerContactWrap {
    padding: 50px 0 0;
  }
  .footerContact_BoxRow {
    padding-bottom: 50px;
  }
  .footer-sec .footer-widgets {
    padding: 40px 0 0;
  }
  .footer-sec .footer-column {
    margin: 0 0 30px;
  }
  .footer-sec .footer-column h5 {
    font-size: 15px;
    margin: 0 0 15px;
  }
  .footer-sec .footer-logo img {
    width: 80px;
  }
  .footer-sec .footer-column .descHead {
    font-size: 16px;
  }
  .footer-sec .footer-column .desc {
    margin: 0 0 20px;
  }
  .footer-sec .btn-Footer {
    font-size: 13px;
  }
  .footer-sec .footer-column .pro-link {
    margin: 0 0 30px;
  }
  .footer-sec .footer-column .links li {
    padding: 6px 0;
    font-size: 15px;
  }
  .footer-sec .footer-column .links-two li {
    padding: 7px 0;
  }
  .footer-sec .social-icon a {
    margin-left: 15px;
  }
  .footer-sec .social-icon .iconstyle {
    font-size: 16px;
  }
  .footer-sec .social-icon .iconstyle.icon-youtube {
    font-size: 18px;
  }
  .footer-sec .box {
    padding: 0 0 0 24px;
    margin: 0 0 15px;
  }
  .footer-sec .box .icon {
    top: 3px;
  }
  .footer-sec .box .iconstyle {
    font-size: 14px;
  }
  .footer-sec .box .txt {
    font-size: 15px;
    padding: 0;
  }
  .footer-bottom-border {
    padding: 20px 0 30px;
  }
  .footer-sec .copyright {
    text-align: center;
    margin: 0 0 10px;
  }
  .footer-sec .design {
    font-size: 12px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .footer-sec .footer-logo {
    text-align: left;
  }
}
.side-bar-contact {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}
.side-bar-contact .iconstyle {
  font-size: 32px;
  color: #fff;
  background: #25d366;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 4px 6px 6px 0 #0003;
  -moz-box-shadow: 4px 6px 6px 0 #0003;
  box-shadow: 4px 6px 6px 0 #0003;
}
@media (max-width: 991px) {
  .side-bar-contact {
    right: 15px;
  }
  .side-bar-contact .iconstyle {
    font-size: 20px;
    width: 36px;
    height: 36px;
  }
}
.sub-banner-sec {
  position: relative;
  color: #fff;
  margin: 0;
}
.subBannerImgWrap {
  position: relative;
}
.subBannerImgWrap:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 50%;
  background: #000;
  background: linear-gradient(0deg, #0000 0%, #000f 100%);
  z-index: 1;
}
.sub-banner-sec .banner-image {
  position: relative;
}
.sub-banner-sec .banner-image img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}
.sub-banner-sec .banner-image:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(90deg, #000000b3 0%, #0000001a 100%);
}
.sub-banner-sec .bannerImageListing {
  position: relative;
}
.sub-banner-sec .bannerImageListing img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: bottom center;
}
.sub-banner-sec .bannerImageListing:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #185b3c99;
}
.sub-banner-captionWide {
  z-index: 1;
  color: #fff;
  padding: 0;
  max-width: 80%;
  text-align: center;
  margin: auto;
}
.sub-banner-sec .banner-title.AlEnd {
  -ms-flex-align: end;
  align-items: flex-end;
  bottom: 50px;
}
.sub-banner-sec .banner-title {
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
.sub-banner-caption {
  z-index: 1;
  color: #fff;
  padding: 80px 0 0;
  max-width: 525px;
}
.sub-banner-caption.WiderCap {
  max-width: 800px;
}
.sub-banner-sec .mainTitle {
  position: relative;
  font-family: "neue_haas_grotesk_display75Bd";
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1;
  color: #fff;
  margin: 0;
}
.sub-banner-sec .mainTitle > em {
  display: block;
}
.sub-banner-sec .subCaption {
  position: relative;
  font-family: "neue_haas_grotesk_display75Bd";
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 15px;
}
@media (min-width: 1400px) {
  .sub-banner-caption {
    padding: 120px 0 0;
    max-width: 700px;
  }
  .sub-banner-sec .mainTitle {
    font-size: 40px;
  }
  .sub-banner-sec .subCaption {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .sub-banner-sec .mainTitle {
    font-size: 36px;
  }
  .sub-banner-sec .subCaption {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .sub-banner-caption {
    padding: 80px 0 0;
    max-width: 100%;
  }
  .sub-banner-caption.WiderCap {
    max-width: 100%;
  }
  .sub-banner-sec .mainTitle {
    font-size: 24px;
  }
  .sub-banner-sec .subCaption {
    font-size: 13px;
    margin: 0 0 5px;
  }
  .sub-banner-sec .bannerImageListing img {
    height: 200px;
  }
}
@media (max-width: 767.98px) {
  .sub-banner-caption {
    padding: 80px 0 0;
  }
  .sub-banner-sec .banner-image img {
    height: 350px;
    object-fit: cover;
    object-position: center bottom;
  }
}
.sub-banner-sec .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .sub-banner-sec .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1400px) {
  .sub-banner-sec .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.pattern-bg-top {
  position: relative;
}
.pattern-bg-top img {
  width: 100%;
}
.aboutSec {
  position: relative;
  padding: 80px 0 120px;
}
.Main_Heading {
  position: relative;
}
.Main_Heading h1 {
  position: relative;
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: 400;
  line-height: 1.2;
  font-size: 40px;
}
.AboutBoxRow {
  position: relative;
}
.AboutContentBox {
  position: relative;
}
.aboutDescMain {
  position: relative;
  font-size: 24px;
  margin: 0 0 30px;
}
.aboutDesc {
  position: relative;
}
@media (max-width: 991.98px) {
  .aboutSec {
    padding: 30px 0 50px;
  }
  .Main_Heading h1 {
    font-size: 24px;
    margin: 0 0 15px;
  }
  .aboutDescMain {
    font-size: 15px;
    margin: 0 0 15px;
  }
}
.about_banner_BlockSec {
  position: relative;
  padding: 100px 0;
  height: 750px;
  background: #000 url(../images/about-banner-block.avif) bottom;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  z-index: 1;
}
.about_banner_BlockSec:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(0deg, #00000080 0%, #0000001a 100%);
  z-index: -1;
}
.about_banner_Block_BoxWrap {
  position: absolute;
  top: 0;
  bottom: 60px;
  right: 0;
  left: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}
.about_banner_Block_Title {
  position: relative;
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1;
  padding: 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  .about_banner_BlockSec {
    height: 400px;
  }
  .about_banner_Block_BoxWrap {
    bottom: 30px;
  }
  .about_banner_Block_Title {
    text-align: center;
    font-size: 24px;
  }
}
.mission-sec {
  position: relative;
  padding: 120px 0;
  background: #111 url(../images/bg-mission.avif) top center;
  background-size: cover;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.mission-sec:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000000e6;
  z-index: -1;
}
.mission-sec .BoxItem {
  position: relative;
  padding: 0 80px;
  margin: 0;
  text-align: center;
}
.mission-sec .BoxItem .icon {
  position: relative;
  margin: 0 0 40px;
}
.mission-sec .BoxItem .icon img {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.mission-sec .BoxItem h3 {
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: 400;
  font-size: 34px;
  margin: 0 0 25px;
}
.mission-sec .BoxItem .desc {
  margin: 0;
}
.mission-sec .BoxItem .desc p {
  font-size: 18px;
  line-height: 1.6em;
}
@media screen and (min-width: 1440px) {
  .mission-sec .BoxItem .desc p {
    font-size: 20px;
  }
}
@media (max-width: 1399.98px) {
  .mission-sec .BoxItem {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .mission-sec {
    padding: 70px 0 20px;
  }
  .mission-sec .BoxItem {
    padding: 0;
    margin: 0 0 50px;
  }
  .mission-sec .BoxItem .icon {
    margin: 0 0 30px;
  }
  .mission-sec .BoxItem .icon img {
    width: 54px;
    height: 54px;
  }
  .mission-sec .BoxItem h3 {
    font-size: 22px;
    margin: 0 0 15px;
  }
}
.TeamSec {
  position: relative;
  background: #f5f5f5;
  padding: 150px 0 100px;
}
.teamHeading {
  position: relative;
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1;
  color: #111;
  margin: 0;
}
.teamBoxRow {
  position: relative;
  margin: 0 0 40px;
}
.teamContentBox {
  position: relative;
}
.teamDesc {
  position: relative;
  color: #444;
}
.TeamSlide {
  position: relative;
}
.teamImageBox {
  position: relative;
  text-align: center;
  margin: 0;
}
.teamImageBox .teamImage {
  position: relative;
  margin: 0 0 20px;
}
.teamImageBox .teamImage img {
  width: 100% !important;
  display: inline-block;
  border-radius: 10px;
}
.teamImageBox .teamName {
  position: relative;
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: 400;
  font-size: 22px;
  color: #111;
  line-height: 1.2;
  margin: 0 0 5px;
}
.teamImageBox .teamJobTitle {
  position: relative;
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: 400;
  font-size: 18px;
  color: #444;
  line-height: 1.2;
  margin: 0;
}
.TeamSec .owl-carousel .owl-item img {
  display: inline-block;
}
.TeamSec .owl-carousel .item {
  width: 100%;
  overflow: hidden;
  padding-top: 0;
}
.TeamSec .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
}
.TeamSec .owl-dots {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.TeamSec .owl-theme .owl-dots .owl-dot span {
  position: relative;
  margin: 0 10px;
  width: 20px;
  height: 20px;
  background: 0 0;
  border: 0 solid #999;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.TeamSec .owl-theme .owl-dots .owl-dot span::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #999;
}
.TeamSec .owl-theme .owl-dots .owl-dot.active span,
.TeamSec .owl-theme .owl-dots .owl-dot:hover span {
  position: relative;
  width: 20px;
  height: 20px;
  background: 0 0;
  border: 1px solid #999;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.TeamSec .owl-theme .owl-dots .owl-dot.active span::after,
.TeamSec .owl-theme .owl-dots .owl-dot:hover span::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999;
}
.TeamSec .owl-theme .owl-nav [class*="owl-"] {
  margin: 10px;
  padding: 0;
  background: 0 0;
  color: #0c4ca2;
  font-size: 28px;
  display: inline-block;
  cursor: pointer;
}
.TeamSec .owl-theme .owl-nav [class*="owl-"]:hover {
  background: 0 0;
  color: #959595;
  text-decoration: none;
}
.TeamSec .owl-next,
.TeamSec .owl-prev {
  position: relative;
  color: inherit;
  background: 0 0;
  border: none;
  z-index: 100;
}
.TeamSec .owl-theme .owl-nav {
  margin: 30px 0 0;
}
.TeamSec .owl-carousel .owl-stage {
  display: flex;
}
.TeamSec .owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
@media (max-width: 991.98px) {
  .TeamSec {
    padding: 50px 0;
  }
  .teamHeading {
    font-size: 24px;
    margin: 0 0 15px;
  }
  .teamBoxRow {
    margin: 0 0 30px;
  }
  .teamImageBox .teamImage {
    margin: 0 0 15px;
  }
  .teamImageBox .teamName {
    font-size: 18px;
  }
  .teamImageBox .teamJobTitle {
    font-size: 15px;
  }
  .TeamSec .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
  }
  .TeamSec .owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
  }
}
@media (max-width: 575.98px) {
  .TeamSec {
    text-align: center;
  }
  .teamImageBox .teamImage img {
    width: 300px !important;
  }
}
.ServiceListSec {
  position: relative;
  padding: 80px 0 50px;
}
.ServList_ContentRow {
  position: relative;
  margin: 0 0 80px;
}
.ServList_ContentBox {
  position: relative;
}
.Serv_List_BoxRow {
  position: relative;
}
@media (max-width: 991.98px) {
  .ServiceListSec {
    padding: 50px 0 20px;
  }
  .ServList_ContentRow {
    margin: 0 0 30px;
  }
}
.Service_Detail_Sec {
  position: relative;
  padding: 80px 0 100px;
}
.Service_Detail_Sec .alSelfCenter {
  align-self: center;
}
.Service_Detail_BoxRow {
  position: relative;
  margin: 0 0 100px;
}
.Service_Detail_Heading {
  position: relative;
}
.Service_Detail_Heading h1 {
  position: relative;
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: 400;
  line-height: 1.2;
  font-size: 40px;
  max-width: 80%;
}
.Service_Detail_ContentBox {
  position: relative;
}
.Service_Detail_Desc {
  color: #444;
  margin: 0 0 50px;
}
.Service_Detail_Desc > p {
  font-size: 18px;
  line-height: 1.5em;
}
.Service_Detail_Img_BoxRow {
  position: relative;
}
.Service_Detail_ImageBox {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
}
.Service_Detail_ImageBox > img {
  border-radius: 20px;
}
@media (min-width: 1400px) {
  .Service_Detail_Img_BoxRow .gutters {
    --bs-gutter-x: 50px;
  }
  .Service_Detail_Desc > p {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .Service_Detail_Sec {
    padding: 30px 0;
  }
  .Service_Detail_BoxRow {
    margin: 0 0 50px;
  }
  .Service_Detail_Heading h1 {
    font-size: 24px;
    margin: 0 0 15px;
    max-width: 100%;
  }
  .Service_Detail_Desc {
    margin: 0 0 30px;
  }
  .Service_Detail_ImageBox {
    margin: 0 0 30px;
  }
}
.btn-WhatsappEnq {
  position: relative;
  font-size: 15px;
  text-transform: uppercase;
  padding: 18px 30px;
  color: #111;
  border: 1px solid #0dbd4f;
  border-radius: 50px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
  gap: 8px;
}
.btn-WhatsappEnq:hover {
  border: 1px solid #111;
  background: #111;
  color: #fff;
}
@media (max-width: 991.98px) {
  .btn-WhatsappEnq {
    padding: 12px 20px;
    font-size: 13px;
  }
  .btn-WhatsappEnq .iconstyle {
    font-size: 16px;
  }
}
.Serv_dt_MainHeading {
  position: relative;
}
.Serv_dt_MainHeading h1 {
  position: relative;
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: 400;
  line-height: 1.2;
  font-size: 40px;
  margin: 0 0 30px;
}
.Serv_dt_MainHeading h1.Margin_0 {
  margin: 0;
}
.Serv_dt_BoxItem {
  position: relative;
  background: #fff;
  padding: 20px;
  margin: 0 0 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 9px 0 #00000040;
  -moz-box-shadow: 0 0 9px 0 #00000040;
  box-shadow: 0 0 9px 0 #00000040;
}
.Serv_dt_BoxItem .alSelfCenter {
  align-self: center;
}
.Serv_dt_ImageBox {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin: 0;
}
.Serv_dt_ImageBox img {
  width: 100%;
}
.Serv_dt_ContentBox {
  position: relative;
}
.Serv_dt_ContentBox.pdLeft {
  padding-left: 60px;
  padding-right: 30px;
}
.Serv_dt_ContentBox.pdRight {
  padding-right: 60px;
  padding-left: 30px;
}
.Serv_dt_heading h2 {
  position: relative;
  position: relative;
  font-family: "neue_haas_grotesk_display65Md";
  font-style: normal;
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 20px;
}
.Serv_dt_desc {
  margin: 0;
}
@media (max-width: 991.98px) {
  .Serv_dt_MainHeading h1 {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .Serv_dt_MainHeading h1.Margin_0 {
    margin: 0 0 10px;
  }
  .Serv_dt_BoxItem {
    padding: 20px 20px 30px;
  }
  .Serv_dt_ImageBox {
    margin: 0 0 20px;
  }
  .Serv_dt_ContentBox.pdLeft {
    padding-left: 0;
    padding-right: 0;
  }
  .Serv_dt_ContentBox.pdRight {
    padding-right: 0;
    padding-left: 0;
  }
  .Serv_dt_heading h2 {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .Serv_dt_heading {
    font-size: 20px;
    margin: 0 0 15px;
  }
}
.similar-ServiceSec {
  position: relative;
  padding: 100px 0;
  text-align: center;
  background: #f5f5f5;
}
.similar-Service-Title {
  font-family: "neue_haas_grotesk_display65Md";
  font-style: normal;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 40px;
}
.similar-ServiceSlide {
  position: relative;
}
.similar-ServiceSec .ServiceBoxItem {
  height: 100%;
  margin: 0;
}
.similar-ServiceSec .owl-carousel .owl-item img {
  width: 100% !important;
  display: inline-block;
  width: 100% !important;
  display: inline-block;
}
.similar-ServiceSec .owl-carousel .item {
  width: 100%;
  overflow: hidden;
  padding-top: 0;
}
.similar-ServiceSec .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
}
.similar-ServiceSec .owl-dots {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.similar-ServiceSec .owl-theme .owl-dots .owl-dot span {
  position: relative;
  margin: 0 10px;
  width: 20px;
  height: 20px;
  background: 0 0;
  border: 0 solid #999;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.similar-ServiceSec .owl-theme .owl-dots .owl-dot span::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #999;
}
.similar-ServiceSec .owl-theme .owl-dots .owl-dot.active span,
.similar-ServiceSec .owl-theme .owl-dots .owl-dot:hover span {
  position: relative;
  width: 20px;
  height: 20px;
  background: 0 0;
  border: 2px solid #999;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.similar-ServiceSec .owl-theme .owl-dots .owl-dot.active span::after,
.similar-ServiceSec .owl-theme .owl-dots .owl-dot:hover span::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999;
}
.similar-ServiceSec .owl-theme .owl-nav [class*="owl-"] {
  margin: 10px;
  padding: 0;
  background: 0 0;
  color: #999;
  font-size: 28px;
  display: inline-block;
  cursor: pointer;
}
.similar-ServiceSec .owl-theme .owl-nav [class*="owl-"]:hover {
  background: 0 0;
  color: #999;
  text-decoration: none;
}
.similar-ServiceSec .owl-next,
.similar-ServiceSec .owl-prev {
  position: relative;
  color: inherit;
  background: 0 0;
  border: none;
  z-index: 100;
}
.similar-ServiceSec .owl-theme .owl-nav {
  margin: 30px 0 0;
}
.similar-ServiceSec .owl-carousel .owl-stage {
  display: flex;
}
.similar-ServiceSec .owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
@media (max-width: 991.98px) {
  .similar-ServiceSec {
    padding: 50px 0;
  }
  .similar-Service-Title {
    font-size: 20px;
    margin: 0 0 30px;
  }
  .similar-ServiceSec .owl-theme .owl-nav {
    margin: 10px 0 0;
  }
  .similar-ServiceSec .owl-theme .owl-nav [class*="owl-"] {
    font-size: 20px;
  }
}
.gallery-sec {
  position: relative;
  padding: 80px 0;
}
.gallery-sec h1 {
  position: relative;
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: 400;
  line-height: 1.2;
  font-size: 40px;
  margin: 0 0 30px;
}
.MediaCatgWrap {
  position: relative;
}
.btn-MediaCatg {
  position: absolute;
  top: -70px;
  right: 0;
  z-index: 1;
  padding: 15px 25px;
  background: #0c4ca2;
  color: #fff !important;
  border: 0;
  font-size: 14px;
  border-radius: 50px;
  line-height: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-MediaCatg:hover {
  background: #0c4ca2;
  color: #fff;
}
.glr-single-row {
  position: relative;
}
.glr-single-row .row {
  margin-right: -15px;
  margin-left: -15px;
}
.glr-single-row .row > .col,
.glr-single-row .row > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
.glr-single-row .glr-Box {
  position: relative;
  text-align: center;
  margin: 0 0 40px;
  display: block;
}
.glr-single-row .glr-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 0 15px;
}
.glr-single-row .glr-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: inline-block;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 1.8s ease;
  -moz-transition: all 1.8s ease;
  -webkit-transition: all 1.8s ease;
  -ms-transition: all 1.8s ease;
  -o-transition: all 1.8s ease;
}
.glr-single-row .glr-item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.glr-single-row .glr-title {
  position: relative;
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
}
.gallery-sec .video-row {
  position: relative;
  margin: 0;
}
.gallery-sec .video-box {
  position: relative;
  text-align: center;
  margin: 0 0 40px;
}
.gallery-sec .video-box .video-thumb {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 0 10px;
}
.gallery-sec .video-box .video-thumb img {
  width: 100%;
  height: auto;
}
.gallery-sec .video-box .video-thumb .icon {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: url(../images/play-icon.svg) no-repeat center center;
  background-size: contain;
  border-radius: 50%;
  border: 0 solid #666;
  -webkit-box-shadow: 0 0 10px 0 #00000026;
  -moz-box-shadow: 0 0 10px 0 #00000026;
  box-shadow: 0 0 10px 0 #00000026;
}
.gallery-sec .video-box .title {
  position: relative;
  font-size: 17px;
  line-height: 1.2;
  margin: 0;
}
.galleryModal {
  position: fixed;
  inset: 0;
  background: #000000f2;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallerySwiper {
  width: 90%;
  height: 90%;
}
.gallerySwiper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.galleryModal .closeBtn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 28px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10000;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
  width: 32px !important;
  height: 32px !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px !important;
  font-weight: 600 !important;
}
@media (max-width: 991.98px) {
  .gallery-sec {
    padding: 30px 0 10px;
  }
  .gallery-sec h1 {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .btn-MediaCatg {
    top: -50px;
    padding: 10px 15px;
    font-size: 14px;
  }
  .glr-single-row .glr-Box {
    margin: 0 0 30px;
  }
  .glr-single-row .glr-item img {
    height: 250px;
  }
  .glr-single-row .glr-title {
    font-size: 15px;
  }
  .gallery-sec .video-box .title {
    font-size: 15px;
  }
}
.CareersSec {
  position: relative;
  padding: 80px 0 100px;
}
.CareersSec h1 {
  position: relative;
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: 400;
  line-height: 1.2;
  font-size: 40px;
  margin: 0 0 20px;
}
.CareersSec .description {
  position: relative;
  color: #444;
  max-width: 800px;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .CareersSec {
    padding: 30px 0 50px;
  }
  .CareersSec h1 {
    font-size: 24px;
    margin: 0 0 15px;
  }
  .CareersSec .description {
    max-width: 100%;
    margin: 0 0 30px;
  }
}
.contact-sec {
  position: relative;
  padding: 80px 0 100px;
}
.contact-sec h1 {
  position: relative;
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: 400;
  line-height: 1.2;
  font-size: 40px;
  margin: 0 0 20px;
}
.contact-sec .desc {
  max-width: 85%;
  margin: 0 0 50px;
}
.contact-sec .contact-row {
  position: relative;
  margin: 0;
}
.contact-sec .contactBoxItem {
  position: relative;
}
.contact-sec .contactBox {
  position: relative;
  margin: 0 0 50px;
  display: flex;
}
.contact-sec .contactBox.mBottom {
  margin-bottom: 0;
}
.contact-sec .contactBox .txtbox {
  align-self: center;
  flex-grow: 1;
}
.contact-sec .contactBox .title {
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: 400;
  font-size: 16px;
  color: #111;
  line-height: 1;
  margin: 0 0 5px;
}
.contact-sec .contactBox .txt {
  font-size: 22px;
  line-height: 1.3;
}
.contact-sec .contactBox .icon {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #cacaca;
  color: #444;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-sec .contactBox .icon .iconstyle {
  font-size: 14px;
}
.CaptchaBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.CaptchaBox .CaptchaText {
  font-size: 22px;
  text-align: center;
  color: #555;
  border: 1px dashed #888;
  padding: 5px 30px;
  margin: 0 15px 0 0;
}
.CaptchaBox .CaptchaEqual {
  font-size: 20px;
  color: #666;
  text-align: center;
  margin: 0 15px 0 0;
}
.CaptchaBox .CaptchaInput {
  margin: 0 15px 0 0;
}
.CaptchaBox .CaptchaReload .iconstyle {
  font-size: 20px;
  width: 45px;
  height: 45px;
  padding: 10px;
  background: #bbb;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contactFormSec {
  position: relative;
  padding: 50px;
  border: 1px solid #cecece;
  border-radius: 20px;
}
.contact-form {
  position: relative;
  margin: 0;
}
.contactFormSec h2 {
  position: relative;
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: 400;
  font-size: 28px;
  color: #111;
  margin: 0 0 20px;
}
.contactFormSec .text {
  position: relative;
  margin: 0 0 30px;
}
.contact-form .FormItem {
  margin: 0 0 20px;
}
.contact-form .form-group {
  margin-bottom: 30px;
}
.contact-form .form-control {
  display: block;
  width: 100%;
  padding: 0 0 5px;
  font-size: 18px;
  color: #333;
  background: none;
  border: 0;
  border-bottom: 1px solid #c1c1c1;
  border-radius: 0;
  box-shadow: none;
  height: auto;
}
.contact-form .form-control:focus {
  border: 1px 1px solid #888;
}
.contact-form ::-webkit-input-placeholder {
  color: #333;
}
.contact-form :-ms-input-placeholder {
  color: #333;
}
.contact-form form ::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.contact-form form :-moz-placeholder {
  color: #333;
  opacity: 1;
}
.contact-form input:-webkit-autofill,
.contact-form input:-webkit-autofill:hover,
.contact-form input:-webkit-autofill:focus,
.contact-form textarea:-webkit-autofill,
.contact-form textarea:-webkit-autofill:hover,
.contact-form textarea:-webkit-autofill:focus,
.contact-form select:-webkit-autofill,
.contact-form select:-webkit-autofill:hover,
.contact-form select:-webkit-autofill:focus {
  border-bottom: 1px solid #d0d0d0;
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
.contact-form .form-select {
  font-size: 16px;
  padding: 8px 15px;
  background-color: transparent;
  color: #333;
}
.contact-form .form-select option {
  background: #fff;
  color: #333;
}
.contact-form .form-select option:hover,
.contact-form .form-select option:focus,
.contact-form .form-select option:active,
.contact-form .form-select option:checked {
  background: #222;
  color: #fff;
}
.contact-form .form-control::file-selector-button {
  color: #333;
  background-color: #fff;
  border-inline-end-width: 1px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.contact-form
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #fff;
}
.contact-form .btn-submit {
  position: relative;
  font-size: 15px;
  text-transform: uppercase;
  padding: 20px 60px;
  background: #333;
  color: #fff;
  border: 0 solid #111;
  border-radius: 50px;
  line-height: 1;
  display: inline-flex;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.contact-form .btn-submit:hover {
  background: #000;
  color: #fff;
}
.contact-form .form-row {
  margin-right: -25px;
  margin-left: -25px;
}
.contact-form .form-row > .col,
.contact-form .form-row > [class*="col-"] {
  padding-right: 25px;
  padding-left: 25px;
}
.upload-file {
  display: inline-block;
  padding: 0 10px 0 0;
  display: inline-block;
  padding: 0 10px 0 0;
}
.upload-inline {
  width: auto;
  display: inline-block;
}
.contact-form .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  line-height: 1.5;
  padding: 0 0 10px;
  color: #333;
  background: none;
  border: 0;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 0;
  height: auto;
}
.contact-form .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 1.5rem;
  padding: 2px 20px;
  line-height: 1.5;
  color: #333;
  content: "Browse";
  background: none;
  border-bottom: 0 solid #d0d0d0;
  border-left: 2px solid #2c8935;
  border-radius: 0;
}
.contact-form .custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
  padding-left: 1.5rem;
}
.contact-form .custom-checkbox .custom-control-label::before {
  border-radius: 0;
  background: #fff;
  width: 20px;
  height: 20px;
  border: 1px solid #d5d5d5;
  top: 0;
}
.contact-form .custom-checkbox .custom-control-label::after {
  width: 20px;
  height: 20px;
  top: 0;
}
.contact-form .custom-checkbox .custom-control-label {
  padding-left: 10px;
}
.contact-form
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #003a82;
}
.contact-form .pd {
  padding-top: 8px;
  padding-bottom: 8px;
}
.txt-label {
  font-size: 18px;
  color: #444;
  margin: 0 0 5px;
}
.required {
  color: #c51313;
}
@media (max-width: 991.98px) {
  .contact-sec {
    padding: 30px 0 20px;
  }
  .contact-sec h1 {
    font-size: 24px;
    margin: 0 0 15px;
  }
  .contact-sec .desc {
    max-width: 100%;
    margin: 0 0 30px;
  }
  .contact-sec .contactBox {
    margin: 0 0 30px;
  }
  .contact-sec .contactBox .title {
    font-size: 14px;
    margin: 0 0 5px;
  }
  .contact-sec .contactBox .txt {
    font-size: 16px;
  }
  .contact-sec .contactBox .icon {
    width: 30px;
    height: 30px;
  }
  .contact-sec .contactBox .icon .iconstyle {
    font-size: 14px;
  }
  .contactEnqRow {
    padding: 0 0 0 30px;
  }
  .CaptchaBox .CaptchaText {
    font-size: 18px;
    padding: 6px 30px;
  }
  .CaptchaBox .CaptchaReload .iconstyle {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .contactFormSec {
    padding: 30px 20px;
  }
  .contactFormSec h2 {
    font-size: 18px;
  }
  .contactFormSec .text {
    font-size: 15px;
    margin: 0 0 20px;
  }
  .txt-label {
    font-size: 15px;
    margin: 0 0 5px;
  }
  .contact-form .form-group {
    margin-bottom: 25px;
  }
  .contact-form .form-control {
    font-size: 15px;
    padding: 0 0 5px;
  }
  .contact-form .btn-submit {
    padding: 12px 30px;
    font-size: 13px;
  }
  .contact-form .form-select {
    font-size: 15px;
    padding: 10px 15px;
  }
}
@media (max-width: 767.98px) {
  .contact-sec .divider {
    border-left: 0;
  }
  .contactEnqRow {
    padding: 0;
  }
}
.location-sec {
  position: relative;
  margin: 30px;
}
.location-sec .location {
  position: relative;
  height: 750px;
  background: #efeeec;
}
.location-sec .location iframe {
  height: 750px;
}
@media (max-width: 991.98px) {
  .location-sec {
    margin: 15px;
  }
  .location-sec .location {
    height: 400px;
  }
  .location-sec .location iframe {
    height: 400px;
  }
}
.nav-tabs {
  border-bottom: 0;
}
.nav-pills .nav-link {
  color: #b4b4b4;
}
.with-arrow .nav-link.active {
  position: relative;
}
.with-arrow .nav-link.active::after {
  content: "";
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #e1e320;
  position: absolute;
  top: -14px;
  left: 5%;
  transform: translateX(-5%);
  display: block;
}
.lined .nav-link {
  border: none;
  border-top: 3px solid #888;
}
.lined .nav-link:hover {
  border: none;
  border-top: 3px solid #e1e320;
}
.lined .nav-link.active {
  background: none;
  color: #fff;
  border-color: #e1e320;
}
.tooltip1 {
  position: relative;
}
.tooltip1 .tooltiptext {
  visibility: hidden;
  width: 100%;
  max-width: 500px;
  background: #2c8935;
  color: #fff;
  text-align: left;
  padding: 8px 12px;
  border-radius: 3px;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip1 .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 18px;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: #2c8935 transparent transparent;
}
.tooltip1:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #e86256;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.cd-nugget-info a:hover {
  opacity: 0.8;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #e86256;
}
.cd-top {
  display: inline-block;
  height: 25px;
  width: 25px;
  z-index: 100;
  position: fixed;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: 0 0 10px #0000000d;
  box-shadow: 0 0 10px #0000000d;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #6e6e6ecc url(../images/top-arrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition:
    opacity 0.3s 0s,
    visibility 0s 0.3s,
    background-color 0.3s 0s;
  transition:
    opacity 0.3s 0s,
    visibility 0s 0.3s,
    background-color 0.3s 0s;
}
.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition:
    opacity 0.3s 0s,
    visibility 0s 0s,
    background-color 0.3s 0s;
  transition:
    opacity 0.3s 0s,
    visibility 0s 0s,
    background-color 0.3s 0s;
}
.cd-top.cd-top--show {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-top--fade-out {
  opacity: 1;
}
.cd-top:hover {
  background-color: #4e4e4e;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 30px;
    width: 30px;
    right: 0;
    bottom: 0;
  }
}
.scroll-down {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in 3s;
  transition: all 0.5s ease-in 3s;
  position: absolute;
  bottom: 12px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  background-size: 6px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  transform: scale(1);
}
.scroll-down:before {
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 3px);
  transform: rotate(-45deg);
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  border: 2px solid #fff;
  border-width: 0 0 2px 2px;
}
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: #0000;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 12px solid #000;
  left: 5px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  border-right: 20px solid #fff;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 12px solid #000;
  left: 3px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 20px solid #fff;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px #0009;
  background: #000;
}
.mfp-iframe-holder .mfp-close {
  top: -43px;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px #0009;
}
.mfp-figure {
  line-height: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: #0009;
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #0009;
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.filter-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.filter-btn {
  padding: 10px 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-size: 18px;
  line-height: 1em;
}
.filter-btn.active {
  background-color: #000;
  color: #fff;
}
.filter-btn-residential-buildings {
  border: 1px solid var(--darkyellow);
}
.filter-btn-commercial-buildings {
  border: 1px solid var(--mediumyellow);
}
.filter-btn-interior-design {
  border: 1px solid var(--yellow);
}
.filter-btn.active.filter-btn-residential-buildings {
    background-color: var(--darkyellow);
    border-color: var(--darkyellow);
}
.filter-btn.active.filter-btn-commercial-buildings {
    background-color: var(--mediumyellow);
    border-color: var(--mediumyellow);
}
.filter-btn.active.filter-btn-interior-design {
  background-color: var(--yellow);
  border-color: var(--yellow);
}

@media screen and (min-width: 1440px) {
  .filter-btn {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .filter-btn {
    padding: 8px 10px;
  }
  .filter-buttons {
    margin-bottom: 30px;
    gap: 10px;
  }
}
.serviceMainItem {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
}
.serviceMainItemBg {
  position: relative;
  width: 100%;
  height: 100vh;
}
.serviceMainItemBg.serviceMainItemBgLast {
  height: calc(100vh);
}
.serviceMainItemImg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.serviceMainItemContent {
  position: absolute;
  top: 140px;
  left: 100px;
  color: #fff;
  z-index: 2;
}
.serviceMainItemNumber {
  font-size: 26px;
  line-height: 1em;
  color: #ababab;
}
.serviceMainItemName {
  font-size: 50px;
  margin: 5px 0 15px;
  font-family: "neue_haas_grotesk_display65Md";
}
.serviceMainItemContent > a {
  font-size: 18px;
  line-height: 1em;
  position: relative;
  display: flex;
  transition: all 0.5s ease;
  align-items: center;
  font-family: "neue_haas_grotesk_display65Md";
  color: #fff;
}
.serviceMainItemContent > a .arrow {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background-image: url(../images/static/right-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.serviceMainItemContent > a:hover .arrow {
  transform: translateX(3px);
}
@media only screen and (max-width: 991px) {
  .serviceMainItemContent {
    left: 25px;
    top: 100px;
  }
  .serviceMainItemName {
    font-size: 40px;
    margin: 5px 0 12px;
  }
}
@media only screen and (max-width: 767px) {
  .serviceMainItemName {
    margin: 5px 0 10px;
    font-size: 28px;
  }
  .serviceMainItemContent {
    top: 80px;
    left: 20px;
  }
  .serviceMainItemContent > a {
    font-size: 16px;
  }
}
.mdMsgWrap {
  padding: 100px 0 20px;
}
.mdMsgSec {
  display: flex;
  align-items: center;
  gap: 80px;
  justify-content: space-between;
  padding: 0 0 80px;
}
.mdMsgSecLeft {
  flex: 100%;
}
.mdMsgSecRight > h2 {
  color: var(--grey);
  font-size: 50px;
  line-height: 1em;
  margin: 0 0 20px;
  font-family: "neue_haas_grotesk_disp55roman";
}
.mdMsgSecRight > p {
  font-size: 32px;
  line-height: 1.5em;
  margin: 0 0 20px;
}
.mdMsgSecRight > span {
  display: block;
  color: var(--grey);
  font-size: 35px;
  line-height: 1em;
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .mdMsgWrap {
    padding: 60px 0;
  }
  .mdMsgSec {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .mdMsgSecLeft > img {
    max-width: 350px;
  }
}
.ourCompanyWrap {
  display: flex;
  align-items: center;
  height: 740px;
}
.ourCompanyWrap > div {
  flex: 1;
  height: 100%;
}
.ourCompanyContentSec {
  background-color: var(--darkyellow);
  padding: 80px 0;
  color: #fff;
}
.ourCompanyContentSec h2 {
  font-size: 60px;
  margin: 0 0 30px;
  font-family: "neue_haas_grotesk_display65Md";
  line-height: 1em;
}
.ourCompanyContentSec h2 > span {
  display: block;
}
.ourCompanyContentSec p {
  font-size: 24px;
  line-height: 1.6em;
  margin: 0 0 40px;
}
.ourCompanyImgSec .container {
  height: 100%;
}
.ourCompanyImgSec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .ourCompanyWrap {
    flex-direction: column;
  }
  /* .ourCompanyImgSec {
    display: none;
  } */
  .ourCompanyWrap {
    height: auto;
  }
}
@media only screen and (max-width: 479px) {
  .ourCompanyContentSec h2 {
    margin: 0 0 20px;
  }
  .mdMsgSecRight > p {
    font-size: 18px;
  }
}
.downloadBrochureWrap {
  padding: 80px 0px;
  background: linear-gradient(360deg, rgba(192, 152, 44, 1) 0%, rgba(147, 103, 50, 1) 100%);
}
.downloadBrochureSec {
  display: flex;
  align-items: center;
  gap: 80px;
  justify-content: space-between;
}
.downloadBrochureContent {
  display: flex;
  gap: 60px;
  align-items: center;
  color: #fff;
  padding-left: 60px;
}
.downloadBrochureContent > h2 {
  font-size: 50px;
  line-height: 1em;
  font-family: "neue_haas_grotesk_disp55roman";
  line-height: 1.1em;
}
.downloadBrochureContent > h2 > em {
  display: block;
  font-style: normal;
  font-family: "neue_haas_grotesk_display65Md";
  font-size: 60px;
  line-height: 1.1em;
}
.downloadBrochureContent > p {
  font-size: 24px;
  line-height: 1.4em;
  max-width: 520px;
}
.downloadBrochureBtn > a {
  background: linear-gradient(
    252deg,
    rgba(147, 103, 50, 1) 0%,
    rgba(192, 152, 44, 1) 100%
  );
  padding: 14px 40px;
  border-radius: 30px;
  font-size: 24px;
  line-height: 1em;
  transition: all 0.3s ease;
  height: 70px;
  color: #fff;
  font-family: neue_haas_grotesk_display65Md;
  border: 1px solid #fff;
}
.downloadBrochureBtn > a:hover {
  background: linear-gradient(
    252deg,
    rgba(192, 152, 44, 1) 0%,
    rgba(147, 103, 50, 1) 100%
  );
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .downloadBrochureWrap {
    padding: 60px 0;
  }
  .downloadBrochureContent {
    padding-left: 0;
  }
  .downloadBrochureContent > h2 {
    font-size: 30px;
  }
  .downloadBrochureContent > h2 > em {
    font-size: 40px;
  }
  .downloadBrochureContent > p {
    font-size: 18px;
  }
  .downloadBrochureContent {
    gap: 40px;
  }
  .downloadBrochureSec {
    gap: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .downloadBrochureWrap {
    padding: 40px 0;
  }
  .downloadBrochureSec {
    flex-direction: column;
    gap: 30px;
  }
  .downloadBrochureContent {
    flex-direction: column;
    gap: 20px;
  }
  .downloadBrochureContent > h2 {
    display: flex;
    gap: 8px;
    align-items: baseline;
  }
  .downloadBrochureContent > p {
    text-align: center;
  }
  .downloadBrochureBtn > a {
    display: inline-block;
  }
  .downloadBrochureContent > h2 {
    font-size: 25px;
  }
  .downloadBrochureContent > h2 > em {
    font-size: 35px;
  }
}

.aboutUsCountWrap {
  padding: 80px 0;
}
.aboutUsCountSec {
  display: flex;
  gap: 80px;
  justify-content: space-between;
}
.aboutUsCountSecItem {
  flex: 1;
}
.aboutUsCountSecItem > span {
  font-size: 70px;
  font-family: "neue_haas_grotesk_display65Md";
  color: var(--darkyellow);
  line-height: 1em;
}
.aboutUsCountSecItem.item2 > span {
  color: var(--mediumyellow);
}
.aboutUsCountSecItem.item3 > span {
  color: var( --lightyellow);
}
.aboutUsCountSecItem.item4 > span {
  color: var(--yellow);
}
.aboutUsCountSecItem > h3 {
  font-size: 30px;
  margin: 20px 0 10px;
}
.aboutUsCountSecItem > p {
  font-size: 24px;
  line-height: 1.5em;
  margin: 0;
  color: #707070;
}
@media screen and (min-width: 1440px) {
  .aboutUsCountWrap {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 991px) {
  .aboutUsCountWrap {
    padding: 60px 0;
  }
  .aboutUsCountSec {
    flex-direction: column;
    gap: 40px;
  }
  .aboutUsCountSecItem > span {
    font-size: 60px;
    line-height: 1em;
  }
  .aboutUsCountSecItem > h3 {
    font-size: 25px;
    margin: 15px 0;
  }
  .aboutUsCountSecItem > p {
    font-size: 20px;
  }
  .ourCompanyContentSec h2 > span {
    display: inline-block;
  }
  .ourCompanyContentSec {
    padding: 60px 0 45px;
  }
  .ourCompanyContentSec h2 {
    font-size: 40px;
  }
  .ourCompanyContentSec p {
    margin: 0 0 15px;
    font-size: 20px;
  }
  .mdMsgSecRight > h2 {
    font-size: 40px;
  }
  .mdMsgSecRight > p {
    font-size: 22px;
    margin: 0 0 15px;
  }
  .mdMsgSecRight > span {
    font-size: 28px;
    margin-top: 20px;
  }
  .homeFormSec form {
    margin: 0;
  }
  .downloadBrochureBtn > a {
    height: auto;
    padding: 10px 30px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutUsCountWrap {
    padding: 40px 0;
  }
  .aboutUsCountSec {
    gap: 30px;
  }
  .aboutUsCountSecItem > span {
    font-size: 40px;
  }
  .aboutUsCountSecItem > h3 {
    font-size: 20px;
  }
  .aboutUsCountSecItem > p {
    font-size: 18px;
  }
  .ourCompanyContentSec h2 {
    font-size: 30px;
  }
  .ourCompanyContentSec p {
    font-size: 18px;
  }
  .ourCompanyContentSec {
    padding: 40px 0 25px;
  }
  .mdMsgSecRight > h2 {
    font-size: 30px;
  }
  .mdMsgSecRight > p {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .mdMsgSec {
    padding: 0 0 30px 0;
  }
}
@media only screen and (max-width: 479px) {
  .mdMsgSecLeft > img {
    max-width: 280px;
  }
  .mdMsgSecRight > p {
    font-size: 18px;
  }
}

/* Common Banner Styles */
.common-banner-sec {
  position: relative;
  color: #fff;
  margin: 0;
}
.commonBannerImgWrap {
  position: relative;
}
.commonBannerImgWrap:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 50%;
  background: #000;
  background: linear-gradient(0deg, #0000 0%, #000f 100%);
  z-index: 1;
}
.common-banner-sec .banner-image {
  position: relative;
}
.common-banner-sec .banner-image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.common-banner-sec .banner-image:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(90deg, #000000b3 0%, #0000001a 100%);
}
.common-banner-sec .bannerImageListing {
  position: relative;
}
.common-banner-sec .bannerImageListing img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: bottom center;
}
.common-banner-sec .bannerImageListing:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #185b3c99;
}
.common-banner-captionWide {
  z-index: 1;
  color: #fff;
  padding: 0;
  max-width: 80%;
  text-align: center;
  margin: auto;
}
.common-banner-sec .banner-title.AlEnd {
  -ms-flex-align: end;
  align-items: flex-end;
  bottom: 50px;
}
.common-banner-sec .banner-title {
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: flex-end;
  z-index: 1;
}
.common-banner-caption {
  z-index: 1;
  color: #fff;
  max-width: 525px;
  padding: 0 0 120px;
}
.common-banner-caption.WiderCap {
  max-width: 800px;
}
.common-banner-sec .mainTitle {
  position: relative;
  font-family: "neue_haas_grotesk_disp55roman";
  font-weight: normal;
  font-size: 40px;
  line-height: 1em;
  color: #fff;
  margin: 0 0 20px;
}
.common-banner-sec .mainTitle > em {
  display: block;
}
.common-banner-sec .subCaption {
  position: relative;
  font-family: "neue_haas_grotesk_disp55roman";
  font-weight: normal;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.1;
  color: #b1b1b1;
  margin: 0 0 15px;
}
.common-banner-sec .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1400px) {
  .common-banner-caption {
    max-width: 700px;
  }
  .common-banner-sec .mainTitle {
    font-size: 55px;
  }
  .common-banner-sec .subCaption {
    font-size: 18px;
  }
  .common-banner-sec .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .common-banner-caption {
    padding: 0 0 80px;
  }
  .common-banner-caption.WiderCap {
    max-width: 100%;
  }
  .common-banner-sec .banner-image img {
    height: 90vh;
  }
  .common-banner-sec .mainTitle {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .common-banner-caption {
    padding: 0 0 20px;
  }
  .common-banner-sec .banner-image img {
    height: 450px;
    object-fit: cover;
    object-position: center bottom;
  }
  .common-banner-sec .mainTitle {
    font-size: 30px;
  }
  .common-banner-sec .subCaption {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .common-banner-sec .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.faqWrap {
  padding: 60px 0 80px;
}
.faqWrap .accordion-button {
  font-size: 30px;
  font-family: "neue_haas_grotesk_display75Bd";
  padding: 25px 0;
}
.faqWrap .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #000;
}
.faqWrap .accordion-button:focus {
  box-shadow: none;
  outline: none;
  border-color: rgba(0, 0, 0, 0.125);
}
.faqWrap .accordion-body {
  padding: 0 0 25px;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .faqWrap .accordion-button {
    font-size: 18px;
    padding: 15px 0;
  }
  .faqWrap .accordion-body {
    padding: 0 0 15px;
    font-size: 15px;
  }
}
