@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  outline: none
}

*,
*:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
  display: block;
  position: relative;
  font: 400 14px/1.1 'Montserrat', sans-serif;
  background: #fff;
  color: #464646;
  margin: 0;
  padding: 0 0;
  -webkit-font-smoothing: antialiased;
  display: block;
  position: relative
}

.bg-logo {
  position: fixed;
  z-index: -1;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0.04;
}

#fader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  pointer-events: none;
  background: #FDFCFB;
  animation-duration: 1s;
  animation-timing-function: ease-in-out
}

#fader.fade-out {
  opacity: 0;
  animation-name: fade-out
}

#fader.fade-in {
  opacity: 1;
  animation-name: fade-in
}

@keyframes fade-out {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fade-in {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.shipping_banners:not(.slick-initialized) .slider-box:not(:first-child) {
  display: none
}

::-webkit-input-placeholder {
  color: #000;
  opacity: 1
}

:-moz-placeholder,
::-moz-placeholder {
  color: #000;
  opacity: 1
}

:-ms-input-placeholder {
  color: #000;
  opacity: 1
}

a {
  color: #464646;
  text-decoration: none
}

a:hover {
  color: #464646;
  outline: none;
  text-decoration: none
}

img {
  max-width: 100%;
  vertical-align: middle
}

svg {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor
}

h1,
.h1 {
  font-size: 30px
}

h2,
.h2 {
  font-size: 28px;
  line-height: 1
}

h3,
.h3 {
  font-size: 24px
}

h4,
.h4 {
  font-size: 18px
}

h5,
.h5 {
  font-size: 16px
}

h6,
.h6 {
  font-size: 15px
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 600;
  margin: 0 0 15px;
  font-style: normal
}

p {
  margin: 0 0 10px;
  overflow: hidden
}

.pt-60 {
  padding-top: 60px
}

input,
select,
textarea {
  background: #fff;
  background: #fff;
  border: 1px solid rgba(70, 70, 70, .3);
  font: 500 15px/1 'Montserrat', sans-serif;
  width: 100%;
  display: block;
  color: #282828;
  padding: 11px 16px;
  border-radius: 5px;
  letter-spacing: 0;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

input::-webkit-input-placeholder {
  color: rgb(40 40 40 / 50%)
}

input::-moz-placeholder {
  color: rgb(40 40 40 / 50%)
}

input:-ms-input-placeholder {
  color: rgb(40 40 40 / 50%)
}

input:-moz-placeholder {
  color: rgb(40 40 40 / 50%)
}

textarea {
  min-height: 120px;
  padding: 14px
}

ul {
  list-style: none;
  padding: 0;
  margin: 0
}

strong,
b {
  font-weight: 700
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

.w-left {
  width: 100%;
  float: left
}

.container {
  max-width: 1440px;
  width: 100%;
  display: block;
  margin: auto;
  /* padding: 0 70px */
}

.clearfix:after {
  content: '';
  display: table;
  clear: both
}

input[type="search"]::-webkit-search-cancel-button {
  display: none
}


section {
  padding-top: 100px;

  position: relative;
  overflow: hidden;
}

/* *****************************navbar css start ************************************/
a.navbar-brand {
  width: 60%;
}

.navbar .navbar-nav .nav-link {
  color: #fdfdfd;
}
.scrolled .navbar-nav .nav-link{
  color: #000000;
}
a.nav-link {
  font-size: 19px;
  text-transform: capitalize;
  font-weight: 500;
}
.navbar img.normal-logo {
  display: none;
}
.scrolled img.white-logo {
  display: none;
}
.scrolled img.normal-logo {
  display: block;
}
a.nav-link.active {
  font-weight: 700;
}

li.nav-item {
  margin: 0 17px;
}

@media screen and (max-width: 992px) {
  a.navbar-brand {
    width: 30% !important;
  }

}

@media screen and (max-width: 768px) {
  a.navbar-brand {
    width: 40% !important;
  }

}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.4s;
  /* background: #ffffff61;
  backdrop-filter: blur(13px); */
}

.scrolled {
  position: fixed;
  top: 0;
  background-color: #fff;
  padding: 22px 20px;
  box-shadow: 1px 9px 20px #525252a8;
  transition: 0.4s;
  z-index: 999;
}
@media screen and (min-width: 992px) {
  /* header {
    padding: 12px 0;
  } */

  .container-fluid {
    padding: 0 6%;
  }

  .navbar .navbar-nav .nav-link {
    padding: 0 0.5em;
  }

  /* .navbar .navbar-nav .nav-item:not(:last-child) .nav-link {
      border-right: 3px solid #000000;
    } */
}


/************************************ banner section css start **************************/
.banner-section {
  background-image: url(../images/home/banner-img.jpg);
  padding-top: 342px;
  padding-bottom: 368px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

span.banner-heading-line {
  display: inline-block;
  outline: none;
  border: none;
  width: 182px;
  height: 3px;
  background: #d5d5d5;
}

.banner-heading h2 {
  font-size: 60px;
  line-height: 1.5;
  color: #fff;
  margin: 30px 0;
  font-weight: 600;
}

.banner-heading p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  letter-spacing: 0.35px;
  font-family: "Raleway", sans-serif;
}

@media screen and (min-width: 992px) {
  .banner-contents {
    width: 100%;
    max-width: 70%;
  }
}




/* about us section css start */
.aboutus-item h2 {
  color: #333;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  width: 100%;
  max-width: 80%;
  margin-top: 20px;
}

.aboutus-item p {
  color: #333;
  line-height: 1.7;
  font-weight: 400;
  font-size: 19px;
  font-family: "Raleway", sans-serif;
  width: 100%;
  max-width: 85%;
  letter-spacing: 0.6px;
}

.image-wrap {
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  word-spacing: 52px;
}

@media (min-width: 1200px) {
  .image-wrap {
    margin-top: auto;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (min-width: 768px) {
  .image-wrap {
    position: relative;
    margin-top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .image-wrap .image-item.image-1 {
    transform: unset;
  }

  .image-wrap .image-item img {
    -webkit-transform: rotate(-45deg) scale(1.44);
    transform: unset;
    width: 100%;
  }

  .image-wrap .image-item.image-1 {
    right: 0px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: unset;
  }
}

@media (min-width: 480px) {
  .image-wrap {
    word-spacing: 82px;
  }
}

@media (min-width: 1200px) {
  .image-wrap .image-item {
    width: 371px;
    position: absolute;
    top: 0;
  }
}

.image-wrap .image-item {
  width: 28%;
  max-width: 400px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden;
  position: relative;
}

.image-wrap .image-item.image-1 {
  right: 0px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.image-wrap .image-item img {
  -webkit-transform: rotate(-30deg) scale(1.44);
  transform: rotate(-30deg) scale(1.44);
  width: 100%;
}

@media (min-width: 1200px) {
  .image-wrap .image-item {
    width: 800px;
  }
}

.product-heading h1 {
  color: #333;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
}

.product-heading h1 span {
  color: #d5d5d5;
  line-height: 1.2;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  margin-right: 20px;
}

@media (min-width: 1200px) {
  .rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}


@media screen and (max-width: 1199px) {
  .image-wrap .image-item img {
    -webkit-transform: rotate(-45deg) scale(1.44);
    transform: unset;
    width: 100%;
  }

  .image-wrap .image-item {
    width: 100%;
    max-width: 49%;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: unset;
    overflow: hidden;
    position: relative;
  }

  .image-wrap .image-item {
    width: 28%;
    max-width: 220px;
    display: inline-block;
    /* -webkit-transform: rotate(45deg); */
    /* transform: rotate(45deg); */
    overflow: hidden;
    position: relative;
  }
}


@media screen and (max-width: 992px) {
  .image-wrap .image-item img {
    -webkit-transform: rotate(-45deg) scale(1.44);
    transform: unset;
    width: 100%;
  }

  .image-wrap .image-item {
    width: 100%;
    max-width: 49%;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: unset;
    overflow: hidden;
    position: relative;
  }

  .image-wrap .image-item {
    width: 28%;
    max-width: 220px;
    display: inline-block;
    /* -webkit-transform: rotate(45deg); */
    /* transform: rotate(45deg); */
    overflow: hidden;
    position: relative;
  }
}

@media screen and (max-width: 1186px) {
  .aboutus-item h2 {
    margin-top: 67px;
  }
}

@media screen and (max-width: 992px) {
  .aboutus-item h2 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  section {
    padding-top: 100px;
    padding-bottom: 0px;
  }
}

.image-wrap {
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  word-spacing: 52px;
}

.image-wrap .image-item {
  width: 28%;
  max-width: 220px;
  display: inline-block;
  /* -webkit-transform: rotate(45deg);
    transform: rotate(45deg); */
  overflow: hidden;
  position: relative;
}

.image-wrap .image-item img {
  -webkit-transform: rotate(-45deg) scale(1.44);
  transform: rotate(-45deg) scale(1.44);
  width: 100%;
}

@media (min-width: 480px) {
  .image-wrap {
    word-spacing: 0px;
  }

  .image-wrap .image-item {
    width: 26%;
  }
}

@media (min-width: 768px) {
  .image-wrap {
    position: relative;
    margin-top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .image-wrap .image-item.image-1 {
    transform: unset;
  }

  .image-wrap .image-item.image-1 {
    right: 0px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: unset;
  }

  .image-wrap .image-item {
    width: 100%;
    max-width: 49%;
    display: inline-block;
    /* -webkit-transform: rotate(45deg); */
    overflow: hidden;
    position: relative;
  }
}

@media (max-width: 768px) {
  .image-wrap {
    position: relative;
    margin-top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .image-wrap .image-item.image-1 {
    transform: unset;
  }

  .image-wrap .image-item img {
    -webkit-transform: rotate(-45deg) scale(1.44);
    transform: unset;
    width: 100%;
  }

  .image-wrap .image-item.image-1 {
    right: 0px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: unset;
  }

  .image-wrap .image-item {
    width: 100%;
    max-width: 49%;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: unset;
    overflow: hidden;
    position: relative;
  }
}

@media (min-width: 1200px) {
  .image-wrap {
    margin-top: auto;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    height: 100%;
    z-index: 9;
}

  .image-wrap .image-item {
    width: 298px;
    position: absolute;
    top: 0;
  }

  .image-wrap .image-item.image-1 {
    right: 0px;
    -webkit-transform: translateY(-80%) rotate(45deg);
    transform: translateY(-80%) rotate(45deg);
  }

  .image-wrap .image-item.image-2 {
    top: -15px;
    right: 260px;
  }
}

@media (min-width: 1800px) {
  .image-wrap {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }

  .image-wrap .image-item {
    width: 515px;
  }

  .image-wrap .image-item.image-1 {
    right: -54px;
  }

  .image-wrap .image-item.image-2 {
    top: -13px;
    right: 60px;
  }
}

.image-wrap-2 {
  width: 100%;
  word-spacing: 75px;
}

.image-wrap-2 .image-item {
  width: 26%;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden;
}

.image-wrap-2 .image-item img {
  -webkit-transform: rotate(-45deg) scale(1.44);
  transform: rotate(-45deg) scale(1.44);
}

@media (min-width: 768px) {
  .image-wrap-2 {
    word-spacing: 132px;
  }

  .image-wrap-2 .image-item {
    width: 26%;
  }
}

@media (min-width: 1200px) {
  .image-wrap-2 {
    word-spacing: 178px;
    margin-left: 148px;
  }

  .image-wrap-2 .image-item {
    width: 30%;
  }
}

@media (min-width: 1800px) {
  .image-wrap-2 {
    word-spacing: 210px;
    margin-left: 120px;
  }

  .image-wrap-2 .image-item {
    width: 515px;
  }
}

.col-lg>* {
  margin-bottom: 20px;
}




/* SERVICES section css */
.service-section .image-item {
  width: 68%;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden;
  margin-top: 20%;
}

.service-section .image-item img {
  -webkit-transform: rotate(-45deg) scale(1.44);
  transform: rotate(-45deg) scale(1.44);
}


.rd-parallax .bg-fixed {
  display: none;
}

@media (min-width: 1200px) {
  .bg-fixed {
    opacity: 0.2;
    top: 0%;
    display: block;
    background: url(../images/parallax-1.jpg) no-repeat;
    height: 100%;
    background-attachment: unset;
    -webkit-transform: skew(45deg);
    transform: none;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    clip-path: polygon(0 0, 20% 45%, 2% 99%, 0 100%, 0 47%, 0% 0%);
  }

  .clients-section .bg-fixed {
    opacity: 1;
    top: 0%;
    display: block;
    background: url(../images/home/bg-fix.jpg) no-repeat;
    height: 100%;
    background-attachment: unset;
    -webkit-transform: skew(45deg);
    transform: none;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 100% 100%, 64% 50%, 100% 0);
  }
}

/* .image-item1{
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
} */
.service-content {
  padding: 12px 28px;
}

.service-box {
  position: relative;
}
.service-box.one::before{
  background-image: url(../images/product/work-wear-3.png);
}
.service-box.two::before{
  background-image: url(../images/product/work-wear-4.png);
}
.service-box.three::before{
  background-image: url(../images/product/work-wear-5.png);
}
.service-box.six::before{
  background-image: url(../images/product/work-wear-6.png);
}
.service-box::before {
  position: absolute;
  content: "";
  background-image: url(../images/product/work-wear.png);
  background-size: cover;
  /* background-attachment: fixed; */
  padding: 20px;

  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.56);
}

.service-box img {
  width: 100%;
  max-width: 20%;
  margin: 24px 0;
  margin-left: auto;
}

.service-box h4 {
  color: #ffffff;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  width: 100%;
  max-width: 80%;
  margin: auto;
}

.service-box p {
  color: #ffffff;
  line-height: 1.7;
  font-weight: 400;
  font-size: 17px;
  font-family: "Raleway", sans-serif;
  width: 100%;
  max-width: 85%;
  letter-spacing: 0.6px;
  margin: auto;
}




.service-section .maincontainer {
  width: 100%;
  height: 500px;
  margin: 10px;
  float: none;
  margin: auto;
  position: relative;
}

.service-box .maincontainer .front img {
  width: 100%;
  max-width: 27%;
  margin: 24px 0;
  margin: auto;
  margin-top: 20%;
}

.service-section .back h2 {
  color: #ffffff;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  width: 100%;
  max-width: 80%;
  margin: auto;
}

.service-section .back p {
  /* position: absolute; */
  top: 50px;
  margin-top: 20px;
  width: 100%;

}

.service-section .front h2 {
  position: absolute;
  padding: 10px;
  top: auto;
  color: #fff;
  width: 100%;
  bottom: 0;
  font-size: 41px;
  background: #00000070;
  padding: 24px;
}

/* style the maincontainer class with all child div's of class .front */
.service-section .maincontainer>.front {
  position: absolute;
  transform: perspective(600px) rotateY(0deg);

  width: 100%;
  height: 450px;

  backface-visibility: hidden;
  /* cant see the backside elements as theyre turning around */
  transition: transform .5s linear 0s;
}

/* style the maincontainer class with all child div's of class .back */
.service-section .maincontainer>.back {
  position: absolute;
  transform: perspective(600px) rotateY(180deg);
  /* background: #262626; */
  color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 5px;
  backface-visibility: hidden;
  transition: transform .5s linear 0s;
  top: 20px;
}

.service-section .maincontainer:hover>.front {
  transform: perspective(600px) rotateY(-180deg);
}

.service-section .maincontainer:hover>.back {
  transform: perspective(600px) rotateY(0deg);
  background-color: rgba(0, 0, 0, 0.56);
  height: 90%;
  width: 90%;
  left: 26px;
  top: 27px;
  border: 1px solid;
}


@media screen and (max-width: 991px) {
  .serviser-items .row:nth-child(1) .col-lg-4:nth-child(2) {
    order: 0;
    margin-bottom: 40px;

  }

  .serviser-items .row:nth-child(1) .col-lg-4:nth-child(1) {
    order: 1;

  }


}

@media screen and (max-width: 768px) {
  .product-heading h1 {
    color: #333;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
  }

  .product-heading h1 span {
    color: #d5d5d5;
    line-height: 1.2;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    font-size: 44px;
    margin-right: 20px;
  }

  .aboutus-item h2 {
    color: #333;
    line-height: 1.5;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    width: 100%;
    max-width: 80%;
    margin-top: 20px;
  }

  span.banner-heading-line {
    display: inline-block;
    outline: none;
    border: none;
    width: 182px;
    height: 3px;
    margin: 5px !important;
    background: #d5d5d5;
  }

  .aboutus-item p {
    color: #333;
    line-height: 1.7;
    font-weight: 400;
    font-size: 17px;
    font-family: "Raleway", sans-serif;
    width: 100%;
    max-width: 85%;
    letter-spacing: 0.6px;
  }

  .btn-medium {
    text-align: center;
    margin-bottom: 40px;
    /* display: none; */
  }

  img.button {
    position: fixed;
    bottom: 50%;
    top: 34%;
    z-index: 9;
    height: 204px !important;
  }

  img.download-a {
    position: fixed;
    top: 33%;
    z-index: 9;
    right: 0;
    height: 200px !important;
  }
}

.text-center {
  margin-bottom: 20px;
}


.nav-tabs button {
  color: #4e4e4e;
  font-size: 14px;
  padding: 20px 16px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 12px;
  border-radius: 6px;
  border: 1px solid #edc331 !important;
  margin-top: 15px;
}

.nav-tabs .nav-link:hover {
  font-weight: 500;
  border: transparent;
  border-radius: 0;
  background-image: linear-gradient(to right, #f6c92d, #ea7b35);
  color: #fff;
  border-radius: 6px;
  box-shadow: 3px 6px 4px #c9c9c9;
}

.nav-tabs .nav-link.active {
  font-weight: 700;
  border: transparent;
  border-radius: 0;
  background-image: linear-gradient(to right, #f6c92d, #ea7b35);
  color: #fff;
  box-shadow: 3px 6px 4px #c9c9c9;
  border-radius: 6px;
}

.nav-tabs .nav-link.active {
  font-weight: 700;
}

a.navbar-brand {
  width: 15%;
}

a.navbar-brand img {
  width: 100%;
}

.product-content-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 57px;
}

.product-content-info h3 {
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  text-transform: capitalize;
  background: #000;
  padding: 12px;
  border-radius: 10px;
}

.product-content-info p {
  color: #333;
  line-height: 1.7;
  font-weight: 400;
  font-size: 19px;
  font-family: "Raleway", sans-serif;
  width: 100%;
  max-width: 100%;
  letter-spacing: 0.6px;
  margin-right: auto;

}

/* 
p.transparent {
 
} */
.row-lg-middle {
  margin-bottom: 100px;
}

@media (min-width: 1200px) {
  .icon.quote-left {
    position: absolute;
    padding-bottom: 0;
    top: 4px;
    left: 0px;
    background: url(../images/q.webp);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
  }
}

@media (max-width: 992px) {
  a.bto {
    border: 3px solid #edc331 !important;
    padding: 20px 20px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    border-radius: 10px;
    position: absolute;
    top: 46px !important;
    right: -375px !important;
    /* left: 62px; */
    background-color: #fff;
    animation-name: shake;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    cursor: pointer;
    position: relative;
  }
}

@media (max-width: 768px) {
  a.bto {
    border: 3px solid #edc331 !important;
    padding: 15px 15px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #000;
    border-radius: 10px;
    position: absolute;
    top: 46px !important;
    right: -251px !important;
    /* left: 62px; */
    background-color: #fff;
    animation-name: shake;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    cursor: pointer;
    position: relative;
  }
}

@media (max-width: 568px) {
  a.bto {

    top: 46px !important;
    right: -150px !important;


  }

  /* @media (max-width: 568px){
  a.bto {
    top: 46px !important;
    right: -110px !important;
}
} */

}

.clients-info h3 {
  color: #333;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
}

.clients-info p {
  color: #333;
  line-height: 1.7;
  font-weight: 400;
  font-size: 17px;
  font-family: "Raleway", sans-serif;
  width: 100%;
  max-width: 100%;
  letter-spacing: 0.6px;
  margin-right: auto;
}

.clients-info h5 {
  color: #333;
  line-height: 1.7;
  font-weight: 500;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  width: 100%;
  max-width: 100%;
  letter-spacing: 0.6px;
  margin-right: auto;
  text-align: end;
  padding-right: 13px;
}

.clients-info h5 span {
  color: #d5d5d5;

}

@media (min-width: 1200px) {
  .clients-info p {
    padding-left: 22%;
    margin-top: 34px;
    margin-bottom: 34px;
  }
}

.address-info-div {
  margin-top: 15%;
}

.clients-info h4 {
  color: #333;
  line-height: 1.7;
  font-weight: 500;
  font-size: 21px;
  font-family: "Raleway", sans-serif;
  width: 100%;
  max-width: 100%;
  letter-spacing: 0.6px;
  margin-right: auto;
  text-transform: capitalize;
}

.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.image-wrap-4 img {
  transition: 0.3s;
}

.image-wrap-4:hover img {
  transform: scale(1.2);
}



/********************************** footer css start *********************************/
footer {
  position: relative;
  /* background-color: #f8f8f866; */
  padding: 50px 0;
  font-family: "Raleway", sans-serif;
}

/* footer::after {
    background-image: url(../images/footer/make-in-india.png);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 40%;
    opacity: .20;
    content: "";
    z-index: -1;
    background-attachment: fixed;
  } */
.footer-heading h5 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 22px;
  text-transform: capitalize;
  font-weight: 700;
}

.footer-item {}

.footer-item ul {
  padding-left: 22px;
}

.footer-item ul h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.2px;
}

.footer-item ul li {
  padding: 10px 4px;
  list-style-type: disclosure-closed;
}

.address .footer-item ul li {
  padding: 10px 4px;
  list-style-type: none;
}

.address .footer-item ul {
  padding: 0;
}

.footer-item ul li a,
.address-line p {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
  text-transform: capitalize;
}

.footer-item ul li p {
  line-height: 1.8;
}

.footer-item ul li a span {
  margin-right: 10px;
}

.footer-item ul li a span svg {
  width: 30px;
}

.footer-logo {
  width: 100%;
  max-width: 75%;
}

.address-line p {
  line-height: 1.8;
}

.wave {
  height: 100%;
  position: relative;
  /* background: linear-gradient(0deg, #1d2e6300 0%, #f8f8f8 100%) */
}

.get-in-touch-section.wave {
  background: none
}

.wave::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  right: 0;
  background-repeat: repeat;
  height: 10px;
  background-size: 20px 20px;
  background-image: radial-gradient(circle at 10px -5px, transparent 12px, #fff 13px);
  transform: rotate(0deg);
}

.get-in-touch-section.wave::before {
  top: -1px;
  transform: rotate(180deg);
}

.make-in-india {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 400px;
  right: 170px;
  /* transform: rotateY(318deg); */
}

.copyright p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #787878;
}

.more-product {
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px;
  display: block;
}

.logos img {
  width: 100%;
  max-width: 50%;
  margin: 0 auto 30px;
  display: table;
  filter: grayscale(1);
}

.logos img:hover {
  width: 100%;
  max-width: 50%;
  margin: 0 auto 30px;
  display: table;
  filter: unset;
}

.clients-item.border-end.certificate-logos {
  position: relative;
}

.clients-items {
  position: relative;
}

/* .clients-items::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/dm-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 20%;
    opacity: .40;
    content: "";
    z-index: 0;
  } */
.clients-item.border-end {
  position: relative;
}


.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}



.page-product .box-item h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: capitalize;
  line-height: 1.5;
}

.page-product .box-item ul {
  padding-left: 22px;
}

.page-product .box-item ul li {
  font-size: 17px;
  line-height: 1.6;
  color: rgb(84 84 84);
  letter-spacing: 0.3px;
  text-align: left;
  text-transform: math-auto;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px;
  list-style: outside;
}

.product-table table th {
  font-size: 16px;
  padding: 18px 15px;
  text-transform: capitalize;
}

.product-table table td {
  font-size: 16px;
  padding: 18px 15px;
}

.title h5 {
  font-weight: 600;
  font-size: 20px;
  color: rgb(68 158 227);
  text-align: left;
  padding-right: 0;
  position: relative;
  text-transform: capitalize;
}

/* .header-title {
    width: 100%;
    padding: 100px 0;
  }
  .header-title h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 45px;
    line-height: 1.5;
  } */
.image-item.image-1 {
  position: relative;
}

.content-table {

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  width: 100%;
}

.content-table thead tr {
  background-image: linear-gradient(to right, #f6c92d, #ea7b35);
  color: #ffffff;
  text-align: left;
  font-weight: bold;
}

.content-table th,
.content-table td {
  padding: 12px 15px;
  font-size: 18px;
  line-height: 27px;
}

.content-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.content-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.content-table tbody tr:last-of-type {
  border-image: linear-gradient(to right, #f6c92d, #ea7b35);
}

td.active-row {
  font-weight: bold;
  background: -webkit-linear-gradient(#f6c92d, #ea7b35);
  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent; */
}



/* <------ row -----> */

img.download {
  height: 84px;
  animation-name: shake;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  cursor: pointer;
  position: relative;
}

.brochure {
  margin-top: 20px;
}

img.download:hover {
  animation-name: shakeAnim;
}

@keyframes shakeAnim {
  0% {
    left: 0
  }

  1% {
    left: -3px
  }

  2% {
    left: 5px
  }

  3% {
    left: -8px
  }

  4% {
    left: 8px
  }

  5% {
    left: -5px
  }

  6% {
    left: 3px
  }

  7% {
    left: 0
  }
}

@keyframes shake {
  0% {
    left: 0
  }

  1% {
    left: -3px
  }

  2% {
    left: 5px
  }

  3% {
    left: -8px
  }

  4% {
    left: 8px
  }

  5% {
    left: -5px
  }

  6% {
    left: 3px
  }

  7% {
    left: 0
  }
}

img.button {
  position: fixed;
  bottom: 50%;
  top: 34%;
  z-index: 9;
  height: 190px;
}

.form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 12px;
  color: var(--bs-body-color);
  margin-bottom: 10px;
  border: 1px solid #b09f9f;
  appearance: none;
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* <--- modal -------> */

.modal-dialog {
  max-width: 800px;
}

button.btn-close {
  background-color: rgb(255, 255, 255);
  opacity: 1.1;
  height: 40px;
  width: 40px;
}

input.edu-btn {
  width: auto;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  height: auto;
  color: #ffffff;
  background-image: linear-gradient(to right, #f6c92d, #ea7b35);
  padding: 0 30px;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: var(--font-secondary);
  border: 0 none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 14px 35px;
  cursor: pointer;
  margin-top: -3px;
  margin-bottom: 0px;
}

input.edu-btn:hover {
  color: #ffffff;
  background-image: linear-gradient(to right, #f6c92d, #ea7b35);
}

.modal-footer {
  padding: 15px 0;
}

.modal-header {
  background-image: linear-gradient(to right, #f6c92d, #ea7b35);
}

.modal-logo img {
  height: 90px;
}

.modal-header .close {
  color: #ffffff;
  background: #409923;
  padding: 23px 22px;
}

.modal-title {
  width: 100%;
  color: #ffffff;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.modal-footer .form-group {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-items: flex-start;
}

/* Modal Popup Form */
.sub-modal-popup .modal-content {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.sub-modal-popup .modal-content a {
  color: #0b0b0b;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  padding: 15px 0 0 0;
}

section.page_header_content {
  height: 372px;
  background-blend-mode: overlay;
  background-color: rgb(0 0 0 / 63%);
  background-size: cover;
}

h1.heading {
  font-size: 40px;
  color: #fff;
}

ul.breadcrumb a {
  font: 500 30px / 1.1 'Montserrat', sans-serif;
  color: #fff;
}

li.active {
  font: 500 30px / 1.1 'Montserrat', sans-serif;
  color: #fff;
  margin-left: 18px;
}

.breadcrumb::before {
  content: '';
  width: 2px;
  position: absolute;
  height: 26px;
  border-radius: 0;
  display: inline-block;
  background: #ffffff;
  margin: 6px 5px 0 0;
  left: 404px;
}

h2.thankyou {
  font-size: 55px;
  font-weight: 700;
  background: -webkit-linear-gradient(#f6c92d, #ea7b35);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 13px;
}

h3.Submit {
  font-size: 30px;
}

.about-two__content-text1 p {
  font-size: 19px;
}

img.download-a {
  position: fixed;
  top: 32%;
  z-index: 9;
  right: 0;
  height: 190px;
}

.but {
  position: relative;
}

a.bto {
  border: 3px solid #edc331 !important;
  padding: 20px 20px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  border-radius: 10px;
  position: absolute;
  top: 420px;
  background-color: #fff;
  animation-name: shake;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  cursor: pointer;
  position: relative;
  z-index: 99;
}

.btn-medium {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
a.but-2 {
  border: 3px solid #edc331 !important;
  padding: 20px 20px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  border-radius: 10px;
  background-color: #fff;
  animation-name: shake;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  cursor: pointer;
  position: relative;
}

section.sub-inner-pt-pb {
  padding-bottom: 100px;
}

.whatsapp img {
  position: fixed;
  z-index: 999;
  right: 21px;
  height: 60px;
  bottom: 60px;
}

.phone img {
  position: fixed;
  z-index: 999;
  right: 21px;
  height: 60px;
  bottom: 133px;
  animation: shake 2s;
  animation-iteration-count: infinite;
}

.whatsapp img {
  position: fixed;
  z-index: 999;
  right: 21px;
  height: 60px;
  bottom: 60px;
  animation: shake 2s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }

  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }

  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.all-but {
  display: flex;
  align-items: center;
}
section.banner-section-one {
  padding-top: 0px;
}
.banner-slider-items .swiper-button-next:after,
.banner-slider-items .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 27px;
    color: #fff
}

label.error {
  color: red;
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.form-group.has-feedback {
  position: relative;
}