@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style-type: none;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #6d5d72;
  border-radius: 8px;
}

.btn {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  border-radius: 50px;
  padding: 10px 30px;
}
.btn:focus {
  box-shadow: none;
}

.font-15 {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}

.font-14 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.font-18 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.font-22 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

.font-25 {
  font-size: 25px;
  line-height: 31px;
  font-weight: 700;
}

.font-42 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 300;
}

.btn-hover {
  position: relative;
}
.btn-hover .btn-success {
  position: relative;
}
.btn-hover .btn-success::after {
  content: "";
  background-color: #198754;
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  border-radius: 50px;
  transition: 0.3s ease;
  z-index: -1;
}
.btn-hover .btn-success:hover::after {
  width: 100%;
}
.btn-hover::after {
  content: "";
  background-color: #198754;
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  border-radius: 50px;
  transition: 0.3s ease;
  z-index: -1;
}
.btn-hover:hover::after {
  width: 100%;
}

.img-zoom {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.img-zoom .inner-img {
  transition: 0.3s;
}
.img-zoom .inner-img:hover {
  transform: scale(1.1);
}

.arrow-right-anim img {
  transition: 0.3s ease;
}
.arrow-right-anim:hover img {
  transform: translateX(7px);
}

.form-control {
  height: 45px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.form-control:focus {
  box-shadow: none;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  border: none;
  background-color: none;
  padding-bottom: 12px;
  color: #030f27;
}
.nav-tabs .nav-link.active {
  background-color: transparent;
  border-bottom: 3px solid #F15A30;
  color: #F15A30;
}

.tab-content .tab-pane {
  padding: 20px 0;
}

#loader {
  background: #FFFFFF;
  height: 100vh;
  width: 100vw;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
}
#loader #spinner {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid blue;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}
#loader .center {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.width-50 {
  width: 50%;
}

header {
  padding: 20px 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  transition: 0.3s ease;
}
header.sticky {
  background-color: #1d1d21;
}
header .logo-sec {
  color: #FFFFFF;
}
header .logo-sec h2 {
  font-size: 46px;
}
header .logo {
  width: 15%;
  border-radius: 2px;
}
header ul {
  display: flex;
  align-items: center;
}
header ul li {
  margin-left: 35px;
  width: -moz-max-content;
  width: max-content;
}
header ul li:first-child {
  margin-left: 0;
}
header ul li .active {
  color: #E39700;
}
header ul li a {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
header ul li a::after {
  content: "";
  position: absolute;
  background-color: #FDA122;
  bottom: -8px;
  width: 0;
  display: block;
  height: 2px;
  transition: 0.4s ease 0.2s, left 0.6s ease 0.2s;
}
header ul li a:hover {
  color: #E39700;
}
header ul li a:hover::after {
  width: 100%;
  left: 0;
}
header ul li .btn-hover {
  position: inherit;
}
header ul li .btn-hover::after {
  display: none;
}
header ul li .btn-hover .btn-success {
  background-color: transparent;
  border: transparent;
  padding: 10px;
}

.slider-sec {
  position: relative;
}
.slider-sec .img-overlay {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 48px;
  position: absolute;
  top: 0;
  left: 0;
}
.slider-sec .img-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
}
.slider-sec .img-overlay .container {
  position: relative;
  z-index: 1;
}
.slider-sec .img-overlay p {
  font-weight: 600;
  color: #cacaca;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0px;
  width: 381px;
}
.slider-sec .img-overlay h1 {
  font-size: 52px;
  line-height: 67px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 20px 0 10px;
}
.slider-sec .img-overlay h2 {
  font-size: 52px;
  line-height: 67px;
  font-weight: 600;
  color: #FFFFFF;
}
.slider-sec .img-overlay h6 {
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 25px 0 30px;
}
.slider-sec .img-overlay .btn-hover {
  background-color: transparent;
}
.slider-sec .img-overlay .btn-hover::after {
  background-color: #dc3545;
  width: 100%;
}
.slider-sec .img-overlay .btn-hover:hover::after {
  width: 0%;
}
.slider-sec img {
  height: 100vh;
  position: relative;
}

.our-services {
  background-color: #F7F9FA;
  padding: 80px 0;
}
.our-services .h-213 {
  height: 213px;
}
.our-services p {
  color: #777777;
  font-weight: 600;
  letter-spacing: 2px;
}
.our-services .font-42 {
  color: #030f27;
}
.our-services .font-42 span {
  color: #000000;
  font-weight: 500;
}
.our-services .font-18 {
  color: #414042;
}
.our-services .hover-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  display: grid;
  place-content: center;
  background-color: #000000;
  opacity: 0.8;
  z-index: 0;
  display: none;
  text-align: center;
  transition: 0.3s;
}
.our-services .hover-block:hover .inner-img {
  transform: scale(1.1);
}
.our-services .font-22,
.our-services .font-15 {
  color: #FFFFFF;
}
.our-services .font-15:last-child {
  color: #777777;
  font-weight: 600;
}
.our-services .img-zoom:hover .hover-block {
  display: grid;
}

.solution-sec {
  padding: 80px 0;
}
.solution-sec p {
  color: #777777;
  font-weight: 600;
  letter-spacing: 2px;
  border-bottom: 2px solid #d3cece;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 6px;
}
.solution-sec .font-42 {
  color: #030f27;
  margin: 20px 0;
}
.solution-sec .font-42 span {
  color: #000000;
  font-weight: 500;
}
.solution-sec .font-42 span small {
  color: #FDA122;
}
.solution-sec .font-15 {
  line-height: 26px;
  color: #777777;
}
.solution-sec .img-zoom {
  width: 90%;
  height: 88%;
}
.solution-sec__year-box {
  background-color: #F15A30;
  border-radius: 20px 0;
  padding: 20px;
  color: #FFFFFF;
  width: 50%;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  animation: pulse 5s linear infinite;
  display: none;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.9);
  }
}
.solution-sec__year-box .font-42 span {
  font-weight: 700;
  color: #FFFFFF;
}
.solution-sec .width-75 {
  width: 75%;
}

.our-products {
  padding: 80px 0 140px;
  background: url(../images/slider-img/our-product-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.our-products::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
  content: "";
  z-index: -1;
}
.our-products .font-25 {
  color: #FFFFFF;
}
.our-products .slider-products {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 4px;
  height: 100%;
  min-height: 400px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  margin-right: 20px;
  width: 15% !important;
}
.our-products .slider-products:hover img {
  transform: scale(1.1);
}
.our-products .slider-products div:first-child {
  width: 100%;
  display: grid;
  place-items: center;
}
.our-products .slider-products img {
  width: 100%;
  max-width: 95%;
  height: 280px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s ease;
}
.our-products .font-18 {
  font-weight: 500;
}
.our-products h6 {
  margin: 0 auto;
}
.our-products .slick-prev:before,
.our-products .slick-next:before {
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
}
.our-products .slick-next {
  right: -35px;
}
.our-products .slick-prev {
  left: -65px;
}
.our-products .slick-dots {
  bottom: -50px;
}
.our-products .slick-dots li {
  background-color: #e0e0e0;
  border-radius: 50%;
}
.our-products .slick-dots li button {
  border-radius: 50%;
}

.get-touch {
  padding: 80px 0;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.get-touch__box {
  background-color: #b9ff66;
  padding: 30px;
  border-radius: 8px;
  margin-top: -150px;
}
.get-touch__box h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #333;
}
.get-touch .btn {
  color: #FFFFFF;
  font-weight: 700;
}

.products-delivery-sec {
  padding: 80px 0;
  background: url(../images/home/products-delivery-img.png) no-repeat center;
  background-size: cover;
}
.products-delivery-sec .font-18 {
  color: #FFFFFF;
  font-weight: 500;
}
.products-delivery-sec .font-42 {
  color: #FFFFFF;
  margin-bottom: 10px;
  font-weight: 600;
}
.products-delivery-sec__x-line {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  height: 100%;
}

.formSec {
  padding: 80px 0;
  background-color: #EAE4EB;
}
.formSec .red-txt {
  color: rgb(255, 0, 0);
}
.formSec .Invalid {
  color: rgb(255, 0, 0);
  text-align: end;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.formSec .error-msg {
  position: absolute;
  bottom: -3px;
  height: 0;
  right: 0;
  color: rgb(255, 0, 0);
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.formSec__leftBox {
  border-radius: 5px;
  padding: 20px 50px 94px;
}
.formSec__leftBox h2 {
  font-size: 35px;
  line-height: 41px;
  font-weight: 600;
  color: #1b243f;
  width: 95%;
}
.formSec__leftBox .font-15 {
  letter-spacing: 0.5px;
}
.formSec .address-details p {
  color: #1b243f;
  font-weight: 500;
}
.formSec .address-details .font-15 {
  color: #8a99c0;
}
.formSec .address-details h6 {
  color: #8a99c0;
}
.formSec__rightBox {
  background-color: #FFFFFF;
  padding: 53px 35px 60px;
  border-radius: 4px;
}
.formSec__rightBox .font-22 {
  color: #1b243f;
}
.formSec__rightBox .font-15 {
  color: #777777;
}
.formSec__rightBox label {
  margin-bottom: 5px;
  color: #000000;
}

footer {
  background-color: #1d1d21;
  padding: 80px 0 50px;
  position: relative;
}
footer .container {
  position: relative;
  z-index: 1;
}
footer .foot-logo {
  color: #FFFFFF;
}
footer .foot-logo h2 {
  font-size: 46px;
}
footer .description {
  color: #dddddd;
}
footer .footer-head {
  color: #FFFFFF;
}
footer .footer-links a {
  color: #8998c2;
}
footer .footer-links a p {
  transition: 0.3s ease;
  margin-bottom: 15px;
}
footer .footer-links a p:hover {
  transform: translateX(10px);
}
footer .footer-links h6 {
  color: #dddddd;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
}
footer .copy-rights-txt {
  color: #FFFFFF;
}
footer .footer-shape {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.products-banner {
  display: none;
}
.products-banner .img-overlay::after {
  opacity: 0.2 !important;
}

.product-details {
  padding: 80px 0;
}
.product-details .font-42 {
  color: #414042;
  font-weight: 500;
}
.product-details h6 {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #414042;
}
.product-details ul li {
  list-style-type: disc;
  list-style-position: inside;
  padding-bottom: 10px;
  color: #8a99c0;
}
.product-details .nav-tabs {
  display: grid;
  grid-template-columns: auto auto;
  border: none;
  row-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.product-details .nav-tabs .nav-item {
  list-style: none;
}
.product-details .nav-tabs .nav-item .nav-link {
  border: none;
  position: relative;
  height: 100%;
  z-index: 1;
}
.product-details .nav-tabs .nav-item .nav-link img {
  width: 100%;
}
.product-details .nav-tabs .nav-item .nav-link::before {
  content: "";
  background-color: #000000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.product-details .nav-tabs .nav-item .nav-link::before img {
  height: 100%;
}
.product-details .nav-tabs .nav-item .active::before {
  opacity: 1;
  display: none !important;
}
.product-details .tab-content .tab-pane {
  padding: 0px;
}

.about-us-banner img {
  height: 400px;
}
.about-us-banner .img-overlay {
  height: 100%;
}
.about-us-banner .img-overlay::after {
  opacity: 0.6;
}
.about-us-banner .img-overlay h1 {
  font-size: 64px;
  line-height: 70px;
  font-weight: 700;
}
.about-us-banner .img-overlay h4 {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.service-area {
  display: none;
}
.service-area__box {
  position: relative;
  text-align: center;
}
.service-area__box__img {
  position: relative;
  overflow: hidden;
}
.service-area__box__img::before {
  content: "";
  position: absolute;
  background: #071121;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.service-area__box__img img {
  width: 100%;
  height: auto;
  max-width: unset;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.service-area__box__content {
  position: absolute;
  top: 50%;
  left: 50px;
  right: 50px;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 3;
  color: #FFFFFF;
}
.service-area__box__content img {
  filter: brightness(0) invert(1);
  width: 45px;
  height: 45px;
}
.service-area__box__content h5 {
  font-size: 1.425vw;
  line-height: 1.8vw;
  font-weight: 700;
}
.service-area__box__content h6 {
  font-size: 0.904vw;
  line-height: 2vw;
  font-weight: 400;
}

.team {
  background-color: #F8F8F8;
  text-align: center;
  position: relative;
  display: none;
}
.team .container {
  z-index: 1;
}
.team__dots {
  position: absolute;
  left: 0;
  top: 0;
  animation: rotate infinite 30s linear;
}
.team__box:hover .team__box__content {
  box-shadow: -4px 13px 13px 0px #e0e0e0;
}
.team__box__thumb {
  display: inline-block;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.team__box__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 210px;
  max-height: 180px;
}
.team__box__content {
  background-color: #FFFFFF;
  padding-top: 120px;
  padding-bottom: 35px;
  margin-top: -120px;
  transition: all 0.4s ease-out 0s;
  border-radius: 2px;
}
.team__box__content h5 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 10px;
}
.team__box__content h6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #FDA122;
}
.team__box__content img {
  background-color: #F15A30;
}
.team__box__content img:first-child {
  margin-right: 15px;
}
.team .angle-ico {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.partner {
  background-color: #57b33e;
  padding: 80px 0;
  display: none;
}
.partner img {
  max-width: unset !important;
}
.partner .slick-initialized .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial {
  background-color: #F5F5F5;
}
.testimonial__round-img {
  position: absolute;
  right: 0;
  top: -5%;
  opacity: 0.4;
  animation: rotate infinite 30s linear;
}
.testimonial__box {
  background-color: #FFFFFF;
  padding: 40px 45px;
  border-radius: 4px;
  position: relative;
  border: 1px solid #FFFFFF;
  height: 335px;
}
.testimonial__box:hover {
  box-shadow: -4px 13px 13px 0px #e0e0e0;
  border: 1px solid #e0e0e0;
}
.testimonial__box__img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
}
.testimonial__box h5 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #1b243f;
}
.testimonial__box span {
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  color: #FDA122 !important;
  display: none !important;
}
.testimonial__box__quote {
  position: absolute;
  right: 10%;
  bottom: 7%;
  opacity: 0.3;
}
.testimonial__box .font-15 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.testimonial__box .star-img img {
  width: 25px;
  height: 25px;
}
.testimonial .videoSec {
  margin-top: 80px;
  position: relative;
}
.testimonial .videoSec__cover {
  width: 100%;
  border-radius: 7px;
}
.testimonial .videoSec__img {
  position: absolute;
  transform: translate(50%, -50%);
  right: 50%;
  top: 50%;
  color: #FFFFFF;
  cursor: pointer;
}
.testimonial .videoSec__img P {
  border: none;
  color: #FFFFFF;
}
.testimonial .videoSec video {
  opacity: 0;
  width: 100%;
  transition: 1s;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.testimonial .hover-sec {
  position: relative;
}
.testimonial .hover-sec .hover-play {
  transition: 0.3s;
}
.testimonial .hover-sec:hover .hover-play {
  transform: scale(1.3);
}

.contact-link-box {
  background-color: #F7F9FA;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  border: 1px solid #d3cece;
  border-radius: 4px;
}
.contact-link-box img {
  width: 45px;
  height: 45px;
  border: 4px solid #f8dfb2;
  border-radius: 50%;
}
.contact-link-box .font-15:first-child {
  font-weight: 500;
  color: #777777;
}
.contact-link-box .font-15:last-child {
  font-weight: 400;
  color: #777777;
}

@media screen and (max-width: 1024px) {
  /* Hamburger */
  .visible {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .mobile-menu-overlay {
    z-index: 1;
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #FFFFFF;
    top: 0;
    left: 0;
    text-align: center;
  }
  .mobile-menu-overlay ul {
    flex-direction: column;
  }
  .mobile-menu-overlay ul li {
    margin-bottom: 28px;
    margin-left: 0;
  }
  .mobile-menu-overlay ul li a {
    color: #FDA122;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
  }
  .hamburger-wrapper {
    padding: 12px 0;
    z-index: 1338;
    position: relative;
  }
  .hamburger-menu {
    position: relative;
    transition: all 0ms 200ms;
  }
  .hamburger-menu.animate {
    background: transparent;
  }
  .hamburger-menu,
  .hamburger-menu:after,
  .hamburger-menu:before {
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background: #FDA122;
  }
  .hamburger-menu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    background: #FDA122;
    transition: bottom 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .hamburger-menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: #FDA122;
    transition: top 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .hamburger-menu.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .hamburger-menu.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .row-gap-tab-30 {
    row-gap: 30px;
  }
  .row-gap-tab-20 {
    row-gap: 20px;
  }
  .formSec__leftBox {
    padding: 0;
  }
  header .logo {
    width: 14%;
  }
  .service-area__box__content h5 {
    font-size: 20px;
    line-height: 26px;
  }
  .service-area__box__content h6 {
    font-size: 16px;
    line-height: 22px;
  }
  .width-75 {
    width: 100% !important;
  }
  .our-products .slick-next, .our-products .slick-prev {
    right: 50%;
    bottom: -40px;
    top: inherit;
  }
  .our-products .slick-prev {
    right: inherit;
    left: 50%;
  }
  .our-services .h-213 {
    height: 259px !important;
  }
  .solution-sec .img-zoom .inner-img {
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  br {
    display: none !important;
  }
  .slider-sec .img-overlay {
    height: 85vh !important;
  }
  .slider-sec img {
    height: 85vh !important;
  }
  .row-gap-mob-20 {
    row-gap: 20px;
  }
  .our-services .h-213 {
    height: 233px !important;
  }
}
@media screen and (max-width: 767px) {
  .d-sm-none {
    display: none;
  }
  br {
    display: none;
  }
  .nav-tabs {
    border-bottom: none;
    row-gap: 10px;
  }
  .nav-tabs .nav-link {
    border-bottom: 3px solid #e8e8e8;
  }
  header .logo {
    width: 18%;
  }
  .slider-sec .img-overlay {
    height: 170vh !important;
  }
  .slider-sec .img-overlay h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .slider-sec .img-overlay h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .slider-sec .img-overlay h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .slider-sec .img-overlay p {
    width: 74%;
  }
  .slider-sec img {
    height: 170vh !important;
  }
  .font-42 {
    font-size: 32px;
    line-height: 39px;
  }
  .row-gap-mob-20 {
    row-gap: 20px;
  }
  .font-22 {
    font-size: 18px;
    line-height: 24px;
  }
  .get-touch__box h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .sm-column-reverse {
    flex-direction: column-reverse;
  }
  .working-img-mob {
    width: 30% !important;
    margin-bottom: 10px;
  }
  .products-delivery-sec__x-line {
    border: none;
  }
  .formSec__rightBox {
    padding: 20px;
  }
  footer .footer-links h6 {
    font-size: 14px;
  }
  .formSec,
  footer,
  .products-delivery-sec,
  .get-touch,
  .our-services,
  .solution-sec,
  .partner {
    padding: 50px 0;
  }
  .width-75 {
    width: 100% !important;
  }
}
@media screen and (max-width: 540px) {
  .slider-sec .img-overlay {
    height: 100vh !important;
  }
  .slider-sec .img-overlay p {
    font-size: 14px;
    width: 98%;
  }
  .slider-sec img {
    height: 100vh !important;
  }
  header .logo {
    width: 25%;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .slider-sec img {
    height: 115vh;
  }
  .slider-sec .img-overlay {
    height: 115vh;
  }
  .our-services .h-213 {
    height: 177px;
  }
}/*# sourceMappingURL=style.css.map */