@media (min-width: 1200px) {
  .home-banner {
    height: 100vh;
    overflow: hidden;
    padding-top: 35px;
  }
}
@media (min-width: 1200px) {
  .home-banner .banner-slide {
    height: 100vh;
  }
  .home-banner .banner-slide .swiper-wrapper {
    height: 100vh;
  }
  .home-banner .banner-slide .swiper-wrapper .swiper-slide {
    height: 100vh;
  }
  .home-banner .banner-slide .swiper-wrapper .swiper-slide .video-img-div {
    height: 100vh;
  }
  .home-banner .banner-slide .swiper-wrapper .swiper-slide .video-img-div video, .home-banner .banner-slide .swiper-wrapper .swiper-slide .video-img-div img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
  }
}
.banner-slide video {
  width: 100%;
  display: block;
}
.banner-slide .overlay {
  background: rgba(0, 0, 0, 0.6);
}
.banner-slide .overlay .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.banner-slide .overlay .banner-cont-area {
  max-width: 780px;
}
.banner-slide .overlay h2 {
  font-size: 60px;
  line-height: 55px;
  color: #FFF;
  margin-bottom: 0px;
}
@media (max-width: 1000px) {
  .banner-slide .overlay h2 {
    font-size: 50px;
    line-height: 43px;
    margin-bottom: 0px;
  }
}
.banner-slide .overlay .disc {
  max-width: 600px;
}
.banner-slide .overlay p {
  color: #06B259;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .banner-slide .overlay p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.banner-slide .swiper-pagination-bullet {
  width: 89px;
  height: 3px;
  border-radius: 0;
  background: #FFF;
  opacity: 0.18;
}
@media (max-width: 1000px) {
  .banner-slide .swiper-pagination-bullet {
    width: 45px;
  }
}
.banner-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.banner-slide .swiper-button-next, .banner-slide .swiper-button-prev {
  width: 27px;
  height: 53px;
}
@media (max-width: 1000px) {
  .banner-slide .swiper-button-next, .banner-slide .swiper-button-prev {
    display: none;
  }
}
.banner-slide .swiper-button-next::after, .banner-slide .swiper-button-prev::after {
  display: none;
}
.banner-slide .swiper-button-next {
  background: url(../images/baner-next.svg) no-repeat center center;
  right: 35px;
}
.banner-slide .swiper-button-prev {
  background: url(../images/banner-prev.svg) no-repeat center center;
  left: 35px;
}
.banner-slide .swiper-pagination {
  bottom: 22px;
}
.play-video {
  background: url(../images/play-button.svg) no-repeat right center;
  padding-right: 49px;
  padding-top: 27px;
  min-height: 72px;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #FFF;
  font-family: 'Milliard Book';
  letter-spacing: 1.4px;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.play-video:hover {
  background: url(../images/play-button-hover.svg) no-repeat right center;
  color: #F27024;
}
@media (max-width: 767px) {
  .industires-works.balmer-text-bg {
    background: url(../images/industries-balmer-bg-mob.png) no-repeat left -229px bottom 78px;
  }
}
.industires-works .heading-sec {
  margin-bottom: 45px;
}
@media (min-width: 1200px) {
  .industires-works .heading-sec .heading-sec-col-right {
    padding-right: 22px;
  }
}
@media (min-width: 1200px) {
  .industires-works .heading-sec .heading-sec-col-left {
    padding-left: 22px;
  }
}
@media (max-width: 1000px) {
  .industires-works .heading-sec {
    margin-bottom: 50px;
  }
}
.industires-works .heading-sec .heading-sec-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.industires-works .heading-sec p {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .industires-works .heading-sec {
    padding-left: 85px;
    padding-right: 85px;
  }
}
.industires-works .heading-sec h2 {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .industires-works .heading-sec h2 {
    margin-bottom: 30px;
  }
}
.industires-works .industries-list {
  padding-left: 2px;
  padding-right: 2px;
}
@media (max-width: 767px) {
  .industires-works .industries-list {
    padding-left: 20px;
  }
}
.industires-works .industry-list-box {
  margin-bottom: 55px;
  position: relative;
  border-radius: 20px;
}
.industires-works .industry-list-box .indu-list-thumb {
  border-radius: 20px;
}
.industires-works .industry-list-box:hover .indu-list-content {
  background: none !important;
}
.industires-works .industry-list-box:hover .indu-list-icon-title {
  margin-top: 100px;
}
.industires-works .industry-list-box:hover p {
  opacity: 0;
  visibility: hidden;
}
.industires-works .industry-list-box .indu-list-thumb img {
  width: 100%;
  border-radius: 20px;
}
.industires-works .industry-list-box .indu-list-content {
  background: #005C36;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.industires-works .industry-list-box .indu-list-content .indu-list-cont-disc {
  max-width: 150px;
  margin: 0px auto;
  text-align: center;
}
@media (min-width: 1200px) {
  .industires-works .industry-list-box .indu-list-content .indu-list-cont-disc {
    max-width: 200px;
  }
}
@media (max-width: 1000px) {
  .industires-works .industry-list-box .indu-list-content .indu-list-cont-disc {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    max-width: none;
  }
}
.industires-works .industry-list-box .indu-list-content .indu-list-icon-title {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.industires-works .industry-list-box .indu-list-content p {
  font-size: 14px;
  line-height: 17px;
  color: #FFF;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  margin-bottom: 0;
}
.industires-works .industry-list-box .indu-list-content h5, .industires-works .industry-list-box .indu-list-content h3 {
  color: #FFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 20px;
}
.industires-works .industry-list-box .indu-list-content .icon-img {
  margin-bottom: 20px;
}
@media (min-width: 767px) and (max-width: 1200px) {
  .industires-works .industry-list-box .indu-list-content .icon-img {
    width: 25px;
  }
}
.industries-slider .swiper-slide:nth-child(odd) .industry-list-box {
  background: #0CA255;
  margin-top: 55px;
}
.industries-slider .swiper-slide:nth-child(even) .industry-list-box {
  margin-top: 110px;
}
.industries-slider .swiper-slide:nth-child(even) .industry-list-box .indu-list-content {
  background: #0CA255;
}
.industries-slider .swiper-slide:nth-child(4) .industry-list-box {
  margin-bottom: 0;
  margin-top: 0px;
}
.industries-slider .swiper-slide:nth-child(6) .industry-list-box {
  margin-bottom: 0;
  margin-top: 0px;
}
@media (max-width: 1000px) {
  .industries-slider .swiper-slide {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .industries-slider .swiper-slide {
    width: 65%;
  }
}
@media (max-width: 1000px) {
  .heading-sec-col-right, .heading-sec-col-left {
    text-align: center !important;
  }
}
.hm-products-main-box {
  display: block;
}
@media (max-width: 1000px) {
  .hm-products-main-box {
    width: 100%;
  }
}
.hm-products-main-box .overlay {
  padding: 60px 55px 44px 55px;
}
@media (max-width: 1200px) {
  .hm-products-main-box .overlay {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .hm-products-main-box h2 {
    margin-bottom: 20px;
  }
}
.hm-our-products a {
  color: #101A28;
}
.hm-our-products p {
  color: #101A28;
}
.hm-our-products .row {
  margin: 0 -9px;
}
.hm-our-products [class*="col"] {
  padding-left: 9px;
  padding-right: 9px;
}
.hm-our-prod-left {
  width: 37.35%;
}
.hm-our-prod-right {
  width: 62.65%;
}
.hm-prod-right-small {
  width: 42.75%;
}
.hm-prod-right-big {
  width: 57.25%;
}
@media (max-width: 1000px) {
  .hm-our-products [class*="col"] {
    width: 100%;
    margin-bottom: 20px;
  }
}
.hm-product-list {
  display: block;
}
.hm-product-list .overlay {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
}
.hm-product-list .overlay h4 {
  font-size: 20px;
  font-weight: 500;
}
.hm-prod-links {
  border-radius: 20px;
  overflow: hidden;
}
.hm-prod-links:after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: url(../images/link-arrow.jpg) no-repeat center center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
}
.hm-prod-links img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.hm-prod-links:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hm-prod-links img {
  width: 100%;
  border-radius: 20px;
}
.hm-prod-boxes {
  margin-bottom: 18px;
}
@media (min-width: 1000px) {
  .hm-prod-boxes:nth-child(3), .hm-prod-boxes:nth-child(4) {
    margin-bottom: 0;
  }
}
.our-top-clients {
  background: url(../images/our-top-clients-bg.svg) no-repeat center top;
  background-size: cover;
}
@media (max-width: 767px) {
  .our-top-clients {
    background: url(../images/our-top-clients-bg-mob.svg) no-repeat center top;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .our-top-clients .our-top-clients-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.our-top-clients-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .our-top-clients-row {
    margin: 0 -20px;
  }
}
.our-top-clients-row h2, .our-top-clients-row p, .our-top-clients-row .view-all-button {
  color: #FFF;
}
.our-top-clients-row h2 span, .our-top-clients-row p span, .our-top-clients-row .view-all-button span {
  color: #FFF;
}
.our-top-clients-row p {
  color: #8AA99B;
  font-weight: 300;
}
@media (max-width: 1000px) {
  .our-top-clients-row p {
    color: #FFF;
  }
}
.view-all-button {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.view-all-button:hover span {
  margin-right: 30px;
  color: #F27024;
}
.view-all-button span {
  margin-right: 16px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (min-width: 1200px) {
  .top-client-slider {
    height: 440px;
  }
}
@media (max-width: 767px) {
  .top-client-slider {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 15px;
    padding-right: 0;
  }
}
@media (min-width: 1000px) {
  .top-client-slider {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media (max-width: 1200px) {
  .top-client-slider .swiper-control {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  .top-client-slider .swiper-control .swiper-button-next, .top-client-slider .swiper-control .swiper-button-prev {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    margin: 0 9px;
  }
}
.top-client-slider .swiper-button-next, .top-client-slider .swiper-button-prev {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #FFF;
  border: 1px solid #FFF;
  left: 0;
  right: auto;
  bottom: 0;
  top: auto;
}
.top-client-slider .swiper-button-next:hover, .top-client-slider .swiper-button-prev:hover {
  opacity: 0.6;
}
.top-client-slider .swiper-button-next.swiper-button-disabled, .top-client-slider .swiper-button-prev.swiper-button-disabled {
  background: none;
  opacity: 1;
}
.top-client-slider .swiper-button-next.swiper-button-disabled svg path, .top-client-slider .swiper-button-prev.swiper-button-disabled svg path {
  stroke: #FFF;
}
.top-client-slider .swiper-button-next svg, .top-client-slider .swiper-button-prev svg {
  width: 16px;
}
.top-client-slider .swiper-button-next::after, .top-client-slider .swiper-button-prev::after {
  display: none;
}
.top-client-slider .swiper-button-next {
  bottom: 65px;
}
.top-client-slider .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.top-client-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .top-client-slider .swiper-slide {
    width: 65%;
  }
}
.hm-our-suppliers-sec .heading-sec {
  max-width: 585px;
  margin: 0px auto 45px auto;
}
@media (max-width: 767px) {
  .hm-our-suppliers-sec .heading-sec {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.hm-our-suppliers-sec .hm-supplier-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.hm-our-suppliers-sec .hm-supplier-list .hm-supplier-slider {
  width: 95%;
}
.hm-our-suppliers-sec .hm-supplier-list .hm-supplier-slider .swiper-slide {
  width: 22%;
}
@media (max-width: 1000px) {
  .hm-our-suppliers-sec .hm-supplier-list .hm-supplier-slider .swiper-slide {
    width: 28%;
  }
}
@media (max-width: 767px) {
  .hm-our-suppliers-sec .hm-supplier-list .hm-supplier-slider .swiper-slide {
    width: 60%;
  }
}
.hm-our-suppliers-sec .hm-supplier-list .hm-supplier-slider .swiper-pagination {
  position: relative;
  margin-top: 20px;
}
.hm-our-suppliers-sec .hm-supplier-list .hm-supplier-slider .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #0CA255;
  background: #FFF;
  opacity: 1;
  width: 9px;
  height: 9px;
}
.hm-our-suppliers-sec .hm-supplier-list .hm-supplier-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0CA255;
}
@media (max-width: 1000px) {
  .hm-commited-col {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .hm-commited-sec .overlay {
    background: url(../images/hm-commited-overlay-mob.png) no-repeat center bottom;
    background-size: cover;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
    padding-bottom: 116px;
    margin-top: 56px;
  }
}
.hm-commited-sec .container .content-sec {
  max-width: 450px;
}
.hm-commited-sec .container .content-sec h2 {
  color: #FFF;
}
.hm-commited-sec .container .content-sec p {
  color: #FFF;
}
.hm-commited-boxes {
  margin-top: -110px;
}
@media (max-width: 1200px) {
  .hm-commited-boxes {
    margin-top: -30px;
  }
}
.hm-comm-box {
  background: #FFF;
  border-radius: 16px;
  border: 1px solid #FFF;
  padding: 30px;
  box-shadow: -1px 15px 20px -6px rgba(0, 74, 60, 0.44);
  -webkit-box-shadow: -1px 15px 20px -6px rgba(0, 74, 60, 0.44);
  -moz-box-shadow: -1px 15px 20px -6px rgba(0, 74, 60, 0.44);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  height: 100%;
}
.hm-comm-box .hover-img {
  display: none;
}
.hm-comm-box:hover {
  background: #005C36;
  border: 1px solid #005C36;
}
.hm-comm-box:hover .hover-img {
  display: block;
}
.hm-comm-box:hover .normal-img {
  display: none;
}
.hm-comm-box:hover p {
  color: #FFF;
}
.hm-comm-box:hover .heading-box span {
  color: #FFF;
}
.hm-comm-box p {
  font-size: 14px;
  color: #101A28;
  line-height: 20px;
}
.hm-comm-box .heading-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E8E8E8;
}
.hm-comm-box .heading-box i {
  margin-right: 20px;
}
@media (min-width: 1200px) {
  .hm-comm-box .heading-box i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
  }
}
.hm-comm-box .heading-box span {
  font-size: 26px;
  color: #005C36;
  font-weight: 600;
  text-transform: uppercase;
}
.hm-testimonial-sec {
  padding: 132px 0 0 0;
}
@media (max-width: 767px) {
  .hm-testimonial-sec {
    padding: 50px 0 0 0;
  }
}
.hm-testimonial-sec .testimonial-slider {
  max-width: 1000px;
  margin: 0px auto;
  position: relative;
}
@media (max-width: 767px) {
  .hm-testimonial-sec .testimonial-slider .swiper-control {
    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;
  }
}
.hm-testimonial-sec .testimonial-slider .swiper-button-next, .hm-testimonial-sec .testimonial-slider .swiper-button-prev {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #D5D5D5;
  top: 40%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (min-width: 1000px) {
  .hm-testimonial-sec .testimonial-slider .swiper-button-next, .hm-testimonial-sec .testimonial-slider .swiper-button-prev {
    background: #FFF;
  }
}
@media (min-width: 1000px) {
  .hm-testimonial-sec .testimonial-slider .swiper-button-next:hover, .hm-testimonial-sec .testimonial-slider .swiper-button-prev:hover {
    -webkit-transform: rotate(180deg) scale(1.8);
    transform: rotate(180deg) scale(1.8);
    background: #005C36;
  }
  .hm-testimonial-sec .testimonial-slider .swiper-button-next:hover svg, .hm-testimonial-sec .testimonial-slider .swiper-button-prev:hover svg {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  .hm-testimonial-sec .testimonial-slider .swiper-button-next:hover path, .hm-testimonial-sec .testimonial-slider .swiper-button-prev:hover path {
    fill: #FFF;
  }
}
@media (max-width: 767px) {
  .hm-testimonial-sec .testimonial-slider .swiper-button-next, .hm-testimonial-sec .testimonial-slider .swiper-button-prev {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0 10px;
  }
}
.hm-testimonial-sec .testimonial-slider .swiper-button-next.swiper-button-disabled, .hm-testimonial-sec .testimonial-slider .swiper-button-prev.swiper-button-disabled {
  background: none;
  opacity: 1;
}
.hm-testimonial-sec .testimonial-slider .swiper-button-next svg, .hm-testimonial-sec .testimonial-slider .swiper-button-prev svg {
  width: 6px;
  height: auto;
}
.hm-testimonial-sec .testimonial-slider .swiper-button-next::after, .hm-testimonial-sec .testimonial-slider .swiper-button-prev::after {
  display: none;
}
@media (min-width: 1000px) {
  .hm-testimonial-sec .testimonial-slider .swiper-button-next:hover {
    -webkit-transform: rotate(0deg) scale(1.8);
    transform: rotate(0deg) scale(1.8);
  }
}
.hm-testimonial-sec .testimonial-slider .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hm-testimonial-sec .heading-sec {
  max-width: 460px;
  margin: 0px auto;
  text-align: center;
}
.hm-testimonial-sec .test-box-main {
  width: 680px;
  margin: 0px auto;
}
@media (max-width: 767px) {
  .hm-testimonial-sec .test-box-main {
    width: 390px;
  }
}
.hm-testimonial-sec .testi-box {
  background: url(../images/hm-testi-box-bg.svg) no-repeat center center;
  width: 100%;
  height: 336px;
  margin: 0px auto;
  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;
  padding: 0 85px 0 85px;
  text-align: center;
}
@media (max-width: 767px) {
  .hm-testimonial-sec .testi-box {
    background: url(../images/hm-testi-box-bg-mob.svg) no-repeat center center;
    height: 380px;
    padding: 0 60px 0 60px;
  }
}
.hm-testimonial-sec .testi-box p {
  color: #178144;
  font-size: 22px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .hm-testimonial-sec .testi-box p {
    font-size: 20px;
    line-height: 30px;
  }
}
.test-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -30px;
  margin-right: 80px;
}
@media (max-width: 767px) {
  .test-author {
    margin-right: 0px;
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
  }
}
.test-author .testi-logo {
  margin-right: 15px;
}
.test-author .testi-disc .title {
  color: #005C36;
  font-size: 18px;
  font-weight: bold;
  display: block;
}
@media (max-width: 1000px) {
  .test-author .testi-disc .title {
    margin-bottom: 6px;
  }
}
.test-author .testi-disc .designation {
  color: #878787;
  font-size: 14px;
  font-family: 'Milliard Book';
}
.test-author .testi-author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.geographical-sec {
  background: url(../images/geograph-bg.png) no-repeat left top;
}
@media (min-width: 1000px) {
  .geographical-sec {
    padding: 60px 0 110px 0;
  }
}
@media (min-width: 1200px) {
  .geographical-sec .geograph-right {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .geographical-sec {
    background-position: right -328px bottom -60px;
    background-size: 1240px;
    padding-bottom: 390px;
  }
}
.geographical-sec .heading-row {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .geographical-sec .heading-row {
    margin-bottom: 0;
  }
}
.geographical-sec .country-box {
  max-width: 551px;
  -webkit-box-shadow: 0px 30px 99px #0000000D;
  box-shadow: 0px 30px 99px #0000000D;
  background: #FFF;
  border-radius: 30px;
  padding: 50px 70px;
}
@media (max-width: 1000px) {
  .geographical-sec .country-box {
    padding: 40px 24px;
  }
}
.geographical-sec .country-box ul {
  -webkit-column-count: 2;
  column-count: 2;
  list-style: none;
  -webkit-column-gap: 45px;
  column-gap: 45px;
}
.geographical-sec .country-box li {
  padding-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 10px;
  height: 47px;
}
.geographical-sec .country-box li i {
  margin-right: 16px;
}
.geographical-sec .country-box li span {
  font-size: 14px;
  color: #231F20;
  font-family: 'Milliard Book';
  font-weight: normal;
}
@media (max-width: 1200px) {
 
  .video-img-div img, .video-img-div video {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
    width: 100%;
  }
  .banner-slide .video-img-div video {
    -o-object-position: bottom;
    object-position: bottom;
  }
}
.mfp-close {
  z-index: 1000;
}
.mfp-bg {
  z-index: 10042;
}
.mfp-wrap {
  z-index: 10043;
}
@media (min-width: 1000px) {
  .hm-product-list.hm-prod-list-small {
    height: 277px;
    overflow: hidden;
  }
  .hm-product-list.hm-prod-list-small img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
.for-testi-bg {
  background: url(../images/hm-testimonial-bg.svg) no-repeat center top 28%;
}
@media (max-width: 991px) {
  .hm-our-products .hm-our-prod-left {
    width: 50%;
  }
  .hm-our-products .hm-our-prod-right {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .for-testi-bg {
    background-position: center top 57%;
  }
}
/*# sourceMappingURL=style-home.css.map */
@media (max-width: 575px) {
  .industires-works .industry-list-box .indu-list-thumb img {
    height: 330px;
    object-fit: cover;
  }
  .hm-testimonial-sec .test-box-main {
    width: 100%;
  }
  .test-author {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hm-our-products .hm-our-prod-left {
    width: 100%;
  }
  .hm-our-products .hm-our-prod-right {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .industires-works .industry-list-box .indu-list-thumb img {
    height: 380px;
  }
}

/* added */

.banner-slide .swiper-button-prev:hover {
  filter: brightness(5);
  transform: scale(1.2); 
  cursor: pointer;
}
.banner-slide .swiper-button-next:hover{
  filter: brightness(5);
  transform: scale(1.2); 
  cursor: pointer; 
}.banner-slide .swiper-button-prev,
.banner-slide .swiper-button-next {
  transition: all 0.3s ease;
}
.banner-slide .swiper-button-prev,
.banner-slide .swiper-button-next {
  transition: all 0.3s ease;
}
.our-top-clients .swiper-slide img {
  border-radius: 10px;
}
.top-client-slider .swiper-slide img {
  width: 100%;
}

.our-top-clients .swiper-slide {
  overflow: hidden  !important;
  border-radius: 10px;
}

.our-top-clients .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}



/* responsive */

@media only screen and (max-width:1440px) {


}

@media  (max-width:1399px){
  
}

@media only screen and (max-width: 1200px){
  .hm-product-list .overlay {
  padding: 20px;
  }
  
  .hm-product-list .overlay h4, .hm-product-list .overlay h3 {
  font-size: 18px !important;
  max-width: 160px !important;
}
.hm-prod-links::after {
  right: 12px;
}
.top-client-slider .swiper-slide img {
  width: 85%;
}

  
}
 
@media only screen and (max-width: 991px){
 .top-client-slider .swiper-slide img {
  width: 100%;
}
}

@media only screen and (max-width: 767px)
{
  
}

@media only screen and (max-width: 575px)
{
    .hm-testimonial-sec .testi-box {
     padding: 0 50px;
  }

}
@media only screen and (max-width: 420px)
{
    .hm-testimonial-sec .testi-box {
     padding: 0 15px ;
  }
    .hm-testimonial-sec .testi-box {
      background-size: 120%;
       margin-left: 5px;
    }
       
   
}

