@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

.category {
  padding: 50px 0 20px;
  position: relative;
  overflow: hidden;
}

.category .cat-shape {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 180px;
}

.category .cat-box {
  background-color: rgb(255, 255, 255);
  padding: 30px;
  border-style: solid;
  border-width: 0px;
  border-radius: 10px;
  box-shadow: #0d324f0f 12px 12px 25px 2px;
  position: relative;
  backdrop-filter: blur(20px);
  border: 1px solid #0f2b6338;
}

.category .cat-box h4 {
  color: #0f2b63;
  font-size: 16px;
  line-height: 1.36em;
  font-weight: 500;
  letter-spacing: -1px;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
}
.category .cat-box img {
  max-width: 85px;
  width: 85px;
}

.category .cat-box .cat-line {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #0f2b639d;
  position: absolute;
  bottom: 20px;
  left: 40px;
}

.category .cat-swiper {
  padding: 20px 0 40px;
}

.category .cat-title {
  text-align: center;
}

.category .cat-title h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.36em;
  color: #f2c000;
  text-transform: uppercase;
  margin-bottom: 0;
}

.category .cat-title h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.36em;
  color: #031d36;
}

.category .cat-shape.one svg {
  width: 235px;
}

.category .cat-shape.one {
  right: -3%;
  top: -150px;
  left: unset;
}

.about-area-10 {
  padding: 40px 0 70px;
  position: relative;
  overflow: hidden;
}

.about-area-10 .abt-shape {
  position: absolute;
  right: -16px;
  top: 20px;
  /* width: 160px; */
  opacity: 0.25;
  animation: floatUpDown 8s ease-in-out infinite;
}

.img-box10 {
  position: relative;
  display: inline-block;
  padding: 59px 80px 75px 126px;
}

.img-box10 .img1 {
  display: inline-block;
  border-radius: 32px;
  overflow: hidden;
}

.img-box10 .img2 {
  display: inline-block;
  border-radius: 32px;
  border: 2px solid #fff;
  overflow: hidden;
  position: absolute;
  left: -26px;
  top: -13px;
  width: 195px;
}

.img-box10 .img3 {
  display: inline-block;
  border-radius: 32px;
  border: 2px solid #fff;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 195px;
}

.img-box10 .about-tag {
  padding: 0;
  position: absolute;
  left: 15px;
  bottom: 155px;
  width: 140px;
  z-index: -1;
}
.about-tag {
  display: inline-block;
  position: relative;
  padding: 22px;
}

.img-box10 .about-tag .about-experience-tag {
  color: #0c0a0a;
  height: 180px;
  width: 180px;
  margin-left: -90px;
  margin-top: -90px;
}
.about-experience-tag {
  display: inline-block;
  height: 250px;
  width: 250px;
  border-radius: 50%;
  z-index: 1;
  font-size: 20px;
  font-weight: 300;
  font-family: "Outfit", sans-serif;
  color: #fff;
  line-height: normal;
  text-align: center;
  -webkit-animation: spin 20s linear infinite;
  animation: spin 20s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -125px;
  margin-top: -125px;
}

.img-box10 .about-tag .about-experience-tag span {
  height: 95px;
  --rotate-letter: 8deg;
}
.about-experience-tag span {
  --rotate-letter: 7deg;
  height: 127px;
  position: absolute;
  width: 20px;
  left: 42%;
  top: -2px;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: rotate(var(--rotate-letter));
  transform: rotate(var(--rotate-letter));
}

.sub-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  font-family: "Outfit", sans-serif;
  color: #f2c000;
  line-height: 1;
  padding: 8px 0px;
  text-transform: uppercase;
  position: relative;
  padding-left: 10px;
}

.sub-title::before {
  content: "";
  background-color: #f2c000;
  position: absolute;
  left: 0px;
  top: 50%;
  width: 5px;
  height: 50%;
  /* rotate: 23deg; */
  transform: translateY(-50%);
}

.sec-title {
  font-size: 40px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #031d36;
  line-height: 1;
  position: relative;
  margin-bottom: 8px;
  line-height: 50px;
}

.right-abt {
  padding-left: 40px;
}

.cat-box:hover {
  box-shadow: #0d324f1c 12px 12px 25px 2px;
}

.checklist ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}

.checklist.style5 li:not(:last-child) {
  margin-bottom: 16px;
}
.checklist.style5 li {
  font-weight: 400;
  color: #0c0a0a;
  gap: 10px;
  line-height: initial;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Outfit", sans-serif;
}
.checklist li:not(:last-child) {
  margin-bottom: 15px;
}
.checklist li {
  color: #0c0a0a;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.checklist li span {
  color: #f2c000;
  font-size: 18px;
}

.checklist li:before {
  height: 28px;
}

p {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #414141;
}

.about-tag {
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.primary-btn3.transparent {
  border: 1px solid #0f2b636b;
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}

.primary-btn3 {
  background-color: #f2c000;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.48px;
  line-height: 1;
  padding: 18px 46px 18px 22px;
  text-transform: uppercase;
  text-decoration: underline;
  border-radius: 5px;
  position: relative;
  align-items: center;
  display: inline-flex;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
  margin-top: 20px;
}

.primary-btn3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 102% 102%;
  border-radius: inherit;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  z-index: -1;
}

.primary-btn3.transparent::after {
  background-color: #f2c000;
}

.primary-btn3::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(110%);
  background-color: #000;
  overflow: hidden;
  transition: opacity 0.5s, transform 0.5s;
  z-index: -1;
}

.primary-btn3 > span {
  transition: opacity 0.3s, transform 0.3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: transparent;
  width: 100%;
  color: #0f2b63;
}

.primary-btn3 > span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 0;
  padding-left: 22px;
  opacity: 0;
  transform: translate(0, 100%);
  transition: opacity 0.3s, transform 0.3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: nowrap;
  width: unset;
  color: #fff;
}

.primary-btn3 .arrow {
  fill: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 3px;
  right: 3px;
  transition: 0.5s;
}

.primary-btn3.transparent:hover {
  color: #fff;
  background: #f2c000;
}

.primary-btn3:hover > span {
  transform: translateY(-150%);
  opacity: 0;
}

.primary-btn3:hover > span:nth-child(2) {
  opacity: 1;
  transform: translate(0%, -50%);
}

.primary-btn3.transparent:hover .arrow {
  fill: rgba(0, 0, 0, 0.15);
}

.pbmit-right-box .primary-btn3 {
  margin-top: 0;
}

.pbmit-right-box .primary-btn3:hover > span:nth-child(2) {
  color: #0f2b63;
}

a {
  text-decoration: none;
}

.funfact-one {
  position: relative;
  z-index: 3;
}

.funfact-one__list {
  position: relative;
  z-index: 2;
  margin: 0 0 -117px;
  background-color: #0f1f63;
  padding: 0 40px;
  box-shadow: 24px 20px 51px #0000003b;
  border-radius: 100px;
}

@media (min-width: 768px) {
  .funfact-one__list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}

@media (min-width: 1200px) {
  .funfact-one__list {
    justify-content: space-between;
    gap: 0;
  }
}

@media (max-width: 767px) {
  .funfact-one__list {
    padding: 0 20px;
  }
}

.funfact-one__item {
  display: flex;
  align-items: center;
  padding: 30px 0 40px;
  position: relative;
}

@media (max-width: 1199px) {
  .funfact-one__item:last-child {
    margin-top: -55px;
  }
}

@media (max-width: 767px) {
  .funfact-one__item {
    padding: 30px 0;
  }

  .funfact-one__item:last-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .funfact-one__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .funfact-one__item {
    flex: 0 0 auto;
    max-width: none;
  }
}

.funfact-one__item:hover .funfact-one__item__icon i {
  transform: rotateY(180deg);
}

.funfact-one__item__icon {
  width: 110px;
  line-height: 1;
  color: #f2c000;
  border-right: 1px solid var(--rofiex-border-color, #dddddd);
  margin-right: 28px;
  padding-right: 28px;
  flex-shrink: 0;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .funfact-one__item__icon {
    font-size: 100px;
    margin-right: 20px;
    padding-right: 20px;
  }
}

.funfact-one__item__icon i {
  display: inline-block;
  transition: all 0.6s ease;
}

.funfact-one__item__count {
  margin: 0 0 6px;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

.funfact-one__item__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #ffffffc4;
}

.portfolio-one {
  padding: 160px 0 50px;
  position: relative;
  counter-reset: count;
}

@media (max-width: 767px) {
  .portfolio-one {
    padding: 205px 0 80px;
  }
}
.portfolio-one--page {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .portfolio-one--page {
    padding: 80px 0;
  }
}
.portfolio-one__bg {
  position: absolute;
  background: url("../images/ropes-bg1.jpeg");
  background-attachment: fixed;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.portfolio-one__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(34, 34, 34, 0.514);
}
.portfolio-one__carousel {
  position: relative;
  padding: 0 35px;
}
@media (max-width: 991px) {
  .portfolio-one__carousel {
    padding: 0 25px;
  }
}

.portfolio-one .sec-title {
  color: #fff;
}

.portfolio-one .owl-dots {
  display: block !important;
}

.portfolio-one__bg.jarallax {
  background: url("../images/pro-bg.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.team-card-two {
  position: relative;
}
.team-card-two__image {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.team-card-two__image img {
  width: 100%;
  height: auto;
  transition: all 500ms ease;
}
.team-card-two__image img:nth-child(2) {
  transition: 0.4s;
  transform: translatey(-50%) scaley(2);
  opacity: 0;
  filter: blur(10px);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-card-two__image::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--rofiex-black2-rgb, 34, 34, 34), 0.5);
  transition: all 300ms ease;
  visibility: hidden;
  opacity: 0;
}
.team-card-two:hover .team-card-two__image img:nth-child(2) {
  transform: translatey(0) scaley(1);
  opacity: 1;
  filter: blur(0);
}
.team-card-two:hover .team-card-two__image::after {
  visibility: visible;
  opacity: 1;
}
.team-card-two__content {
  position: absolute;
  z-index: 1;
  left: 10px;
  bottom: 30px;
  padding: 15px 6px 15px;
  background-color: var(--rofiex-white, #fff);
  display: inline-block;
  transform: rotate(180deg);
  white-space: nowrap;
  writing-mode: vertical-rl;
}
.team-card-two__content::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  content: "";
  background-color: #f2c000;
  z-index: -1;
  transition: 0.5s;
}
.team-card-two:hover .team-card-two__content::after {
  height: 100%;
}
.team-card-two__title {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  color: #0f2b63;
  margin-bottom: 6px;
  font-family: "Outfit", sans-serif;
  word-spacing: 6px;
}
.team-card-two__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px
    95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-card-two__title a:hover {
  background-size: 100% 1px;
}
.team-card-two__title a:hover {
  background-size: 1px 100%;
}
.team-card-two:hover .team-card-two__title {
  color: var(--rofiex-white, #fff);
}
.team-card-two__designation {
  margin: 0;
  text-transform: capitalize;
  transition: 0.3s;
}
.team-card-two:hover .team-card-two__designation {
  color: var(--rofiex-white, #fff);
}
.team-card-two__social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  right: 30px;
  top: 30px;
  transform: translateX(100%) scale(0.1);
  z-index: 1;
  transition: 0.7s;
  opacity: 0;
}
.team-card-two__social a {
  width: 45px;
  height: 45px;
  background-color: var(--rofiex-white, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #f2c000;
}

.team-card-two__social a:hover {
  background-color: #f2c000;
  color: var(--rofiex-white, #fff);
}
.team-card-two:hover .team-card-two__social {
  transform: translateX(0) scale(1);
  opacity: 1;
}

.portfolio-one .swiper-button-prev {
  right: 17%;
  top: 38%;
  color: #fff;
  font-size: 30px;
  background: #f2c000;
  border: none;
}

.portfolio-one .swiper-button-next {
  right: 12%;
  top: 38%;
  color: #fff;
  font-size: 30px;
  background: #f2c000;
  border: none;
}

.why-choose-us-two {
  position: relative;
  padding: 85px 0 20px;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .why-choose-us-two {
    padding: 90px 0 24px;
  }
}
.why-choose-us-two .icon-dots-3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 357px;
  height: 357px;
  background-image: url(../images/icons/icon-dots-3.png);
}
@media (max-width: 991.98px) {
  .why-choose-us-two .icon-dots-3 {
    opacity: 0.5;
  }
}
.why-choose-us-two .float-image {
  position: absolute;
  right: 30px;
  bottom: -30px;
}
@media (max-width: 575.98px) {
  .why-choose-us-two .float-image {
    display: none;
  }
}
.why-choose-us-two .content-column {
  position: relative;
  margin-bottom: 50px;
}
.why-choose-us-two .content-column .inner-column {
  position: relative;
}
@media (max-width: 767.98px) {
  .why-choose-us-two .content-column .inner-column {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .why-choose-us-two .content-column .inner-column .exp-box {
    margin-bottom: 20px;
  }
}
.why-choose-us-two .content-column .inner-column .exp-box .inner {
  position: relative;
  width: 169px;
  height: 189px;
  border: 3px solid #ebebeb;
  padding: 2px 10px 1px 20px;
}
@media (max-width: 1199.98px) {
  .why-choose-us-two .content-column .inner-column .exp-box .inner {
    padding: 2px 10px 1px;
    width: 160px;
  }
}
@media (max-width: 767.98px) {
  .why-choose-us-two .content-column .inner-column .exp-box .inner {
    margin: 0 auto;
    padding: 10px 10px;
  }
}
.why-choose-us-two .content-column .inner-column .exp-box .count {
  font-size: 110px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: url(../images/ropes-bg.jpeg);
  background-size: contain;
  margin-bottom: 0;
  line-height: 1em;
  letter-spacing: -0.01em;
}
.why-choose-us-two .content-column .inner-column .exp-box .title {
  font-size: 18px;
  letter-spacing: -0.01em;
  padding-left: 5px;
  line-height: 22px;
  margin-top: 6px;
  font-family: "Outfit", sans-serif;
  color: #f2c000;
  font-weight: 500;
}
.why-choose-us-two .tabs-column {
  position: relative;
}
.why-choose-us-two .tabs-column .inner-column {
  position: relative;
}
.why-choose-us-two .tabs-column .inner-column .image {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .why-choose-us-two .tabs-column .inner-column .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.choose-block {
  margin-bottom: 20px;
}
.choose-block:last-child {
  margin-bottom: 0;
}
.choose-block .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .choose-block .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.choose-block .inner-box:hover .icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.choose-block .inner-box .content {
  padding: 1px 15px 0px 15px;
}
.choose-block .inner-box .icon {
  position: relative;
  color: #f2c000;
  font-size: 42px;
  line-height: 1em;
  padding-top: 7px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .choose-block .inner-box .icon {
    margin-bottom: 10px;
  }
}
.choose-block .inner-box .title {
  letter-spacing: -0.01em;
  font-weight: 500;
  margin-bottom: 0;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  color: #0f2b63;
}

.why-us-tabs {
  position: relative;
  counter-reset: count;
}
.why-us-tabs .btn-box {
  position: relative;
  /* margin-top: -47px; */
}
@media (max-width: 575.98px) {
  .why-us-tabs .btn-box {
    margin-top: 0;
  }
}
.why-us-tabs .tab-btns {
  position: relative;
}
.why-us-tabs .tab-btns .tab-btn {
  position: relative;
  margin-top: 0;
  padding: 12px 0 22px;
  width: 169px;
  height: 47px;
  margin-right: 7px;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  color: #000;
  background-color: #f3f4f7;
  letter-spacing: -0.01em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 3;
  font-family: "Outfit", sans-serif;
  border-radius: 0;
}
@media (max-width: 1199.98px) {
  .why-us-tabs .tab-btns .tab-btn {
    width: 145px;
  }
}
@media (max-width: 767.98px) {
  .why-us-tabs .tab-btns .tab-btn {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .why-us-tabs .tab-btns .tab-btn {
    margin-top: 15px;
  }
}
.why-us-tabs .tab-btns .tab-btn:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #f2c000;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: -1;
}
.why-us-tabs .tab-btns .tab-btn:hover {
  color: #f2c000;
}
.why-us-tabs .tab-btns .tab-btn.active {
  color: #ffffff;
  background-color: #0f2b63;
}
.why-us-tabs .tab-btns .tab-btn.active:before {
  opacity: 1;
}
.why-us-tabs .tab-btns .tab-btn.active:after {
  width: 100%;
}
.why-us-tabs .tabs-content {
  position: relative;
  padding-top: 20px;
}
.why-us-tabs .tabs-content .text {
  margin-bottom: 20px;
  color: #313131;
  font-family: "Outfit", sans-serif;
  text-align: justify;
}

.why-us-tabs .tabs-content .list-style-two li {
  font-weight: 400;
  color: #0c0a0a;
  gap: 10px;
  line-height: initial;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Outfit", sans-serif;
  margin-bottom: 8px;
  display: flex;
}

.why-us-tabs .tabs-content .list-style-two li i {
  color: #f2c000;
}

@media (max-width: 767.98px) {
  .why-us-tabs .tabs-content .text {
    margin-bottom: 30px;
  }
}
.why-us-tabs .tabs-content .list-style-two .icon {
  top: 4px;
  line-height: 16px;
  font-size: 20px;
  border-radius: 50%;
  color: #f2c000;
  text-align: center;
}

.choose-block .inner-box .content .text {
  font-family: "Outfit", sans-serif;
}

.process-section {
  position: relative;
  padding: 20px 0 40px;
  overflow: hidden;
}

.process-section .process-shape {
  position: absolute;
  opacity: 0.2;
  right: -40px;
  top: 10%;
  animation: floatUpDown 8s ease-in-out infinite;
}
.process-section .process-shape1 {
  position: absolute;
  opacity: 0.3;
  left: -27px;
  bottom: -3%;
  animation: floatUpDown 6s ease-in-out infinite;
  width: 180px;
}

@keyframes floatUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

@media (max-width: 991.98px) {
  .process-section {
    padding: 90px 0 20px;
  }
}
.process-section .overlay-3 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.process-section .icon-plane-9 {
  position: absolute;
  top: 40%;
  left: -45px;
  z-index: 3;
}
.process-section .float-image {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1399.98px) {
  .process-section .float-image {
    display: none;
  }
}
.process-section .sec-title {
  margin-bottom: 20px;
}

.process-swiper {
  margin-bottom: 20px;
}
.process-swiper:last-child .inner-box:before {
  display: none;
}
.process-swiper:nth-child(2) .inner-box:before {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.process-swiper .inner-box {
  position: relative;
  max-width: 230px;
  margin: 0 auto;
  text-align: center;
}

.process-swiper .process-block::before {
  content: "";
  position: absolute;
  top: 47px;
  right: -80px;
  width: 137px;
  height: 18px;
  background-image: url(../images/icon-border-3.png);
}

/* .process-swiper .inner-box::before {
  content: "";
  position: absolute;
  top: 40px;
  right: -140px;
  width: 137px;
  height: 18px;
  background-image: url(../images/icon-border-3.png);
} */
@media (max-width: 767.98px) {
  .process-swiper .inner-box:before {
    display: none;
  }
}
.process-swiper .inner-box:hover .icon,
.process-swiper .swiper-slide.swiper-slide-active .icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background-color: #f2c000 !important;
  color: #fff !important;
}
.process-swiper .inner-box:hover .count,
.process-swiper .swiper-slide.swiper-slide-active .count {
  background-color: #f2c000;
  color: #fff;
}
.process-swiper .inner-box .content {
  background-color: #0f1f63;
  border-radius: 200px;
  padding: 110px 14px 40px;
  overflow: hidden;
  position: relative;
  /* box-shadow: 2px 2px 40px rgb(0 0 0 / 13%); */
}
.process-swiper .inner-box .icon-box {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 3;
}
.process-swiper .inner-box .icon-box:before {
  background-image: url(../images/icon-border-2.png);
  content: "";
  height: 120px;
  position: absolute;
  top: -15px;
  right: 70px;
  width: 114px;
}
.process-swiper .inner-box .icon-box .icon {
  background-color: #fff;
  border-radius: 50%;
  color: #f2c000;
  display: inline-block;
  font-size: 40px;
  height: 95px;
  line-height: 95px;
  position: relative;
  width: 95px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 2px 2px 40px rgb(0 0 0 / 13%);
}

.process-swiper .inner-box .title {
  color: #fff;
  margin-bottom: 5px;
  font-size: 21px;
  font-family: "Outfit";
  font-weight: 600;
}

.process-swiper .inner-box .title a {
  color: #fff;
}

.process-swiper .inner-box .title a:hover {
  color: #f2c000;
}
.process-swiper .inner-box .text {
  color: #fff;
  margin-bottom: 25px;
  font-family: "Outfit", sans-serif;
}
.process-swiper .inner-box .count {
  position: relative;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  margin: 0 auto;
  color: #fff;
  background-color: #17528a;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
}
.process-swiper .inner-box .icon-shapes {
  position: absolute;
  bottom: 18px;
  right: 15px;
  width: 70px;
  height: 100px;
  background-image: url(../images/icon-box.png);
}

.process-swiper {
  padding-top: 40px;
}

.video {
  max-height: 430px;
  height: 430px;
  position: relative;
  margin: 20px 0;
}

.video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-color: #0b3761bd;
}

.cta-content {
  text-align: center;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta-area h1 {
  font-size: 2.6rem;
}
.cta-content h1 {
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Outfit", sans-serif;
}

.cta-content p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  margin-top: 20px;
}

.video .primary-btn3.transparent {
  background: #f2c000;
}

.video .primary-btn3 > span {
  color: #fff;
}

.wrapper {
  margin-top: 20px;
}

.industry {
  padding-bottom: 50px;
  padding-top: 40px;
  background-color: #f6f6f6;
}

.gallery {
  column-count: 1;
  column-gap: 0.5rem;
  list-style-type: none;
}

.gallery li {
  break-inside: avoid;
  min-height: 30vmin;
  margin-bottom: 0.5rem;
  background-color: #222;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.gallery li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-color: #0b3761ce;
  opacity: 0;
  transition: opacity 0.5s;
}

.gallery .industry-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  width: 70%;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s;
  text-transform: uppercase;
}
.gallery li:hover .industry-name {
  opacity: 1;
}

.gallery li:hover::after {
  opacity: 1;
}

.gallery li img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: opacity 0.3s;
}

@media (width > 500px) {
  .gallery {
    columns: 2;
  }
}

@media (width > 900px) {
  .gallery {
    columns: 3;
  }
}

.testimonial-area {
  position: relative;
}

.testimonial-area .testi-shape {
  position: absolute;
  left: -15%;
  top: 0;
  opacity: 0.2;
}

/* testimonial-area 2 */
.testimonial-area2 .testimonial-item {
  border-radius: 30px 30px 50px 30px;
  border-bottom: none;
}

.testimonial-area2 .testimonial-author-img {
  width: 80px;
  height: 80px;
  right: -30px;
  bottom: -20px;
  border: 7px solid #064e5a;
}

.testimonial-area {
  padding: 60px 0 20px 0;
}

.testimonial-area .testimonial-slider {
  padding-bottom: 20px;
}

.testimonial-slider .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.testimonial-slider .owl-dots .owl-dot span {
  background: #eac337;
  margin: 5px;
  border-radius: 10px;
  width: 15px;
  height: 7px;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}

.testimonial-slider .owl-dots .owl-dot.active span {
  background-color: #eac337;
  width: 8px;
  height: 8px;
}

.testimonial-item {
  position: relative;
  background: #fff;
  padding: 15px 30px;
  border-bottom: 5px solid #f2c000;
  border-radius: 50px 50px 0px 50px;
  margin-bottom: 28px;
  background: #0f2b63;
}

/* testimonial-area 2 */
.testimonial-area2 .testimonial-item {
  border-radius: 30px 30px 50px 30px;
  border-bottom: none;
}

.testimonial-quote p {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  z-index: 1;
  line-height: 34px;
}

.testimonial-quote-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.15;
}

.testimonial-content {
  position: relative;
  border-left: 3px solid #f2c000;
  padding-left: 15px;
  margin-top: 15px;
  z-index: 1;
}

.testimonial-author-img {
  position: absolute;
  right: 20px;
  bottom: -50px;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 4px solid #0c4da2;
}

.testimonial-author-img img {
  border-radius: 50%;
  border: 4px solid #fff;
}

.testimonial-area2 .testimonial-author-img {
  width: 80px;
  height: 80px;
  right: -30px;
  bottom: -20px;
  border: 7px solid #064e5a;
}

.testimonial-author-info h4 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
}

.testimonial-author-info p {
  color: #eac337;
  font-weight: 500;
}

.testimonial-author-img {
  position: absolute;
  right: 20px;
  bottom: -50px;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 4px solid #f2c000;
}

.testimonial-author-img img {
  border-radius: 50%;
  border: 4px solid #fff;
}

.tm-bg {
  position: relative;
}
/* 
.tm-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/ropes-bg.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.1;
} */

.testimonial-area .sec-title {
  color: #000000;
}

.footer-wrapper {
  position: relative;
  /* background: url("../images/texture.png"); */
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.05);
}

.footer-layout6 {
  background-color: transparent;
}
.footer-layout5 {
  --body-color: #6e7070;
}
.footer-wrapper {
  position: relative;
  z-index: 2;
  background-color: #fbfbfb;
  --body-color: #999999;
}

.footer-layout6 .th-screen.th-visible {
  border-radius: 0;
  width: 100%;
}
.footer-layout6 .th-screen {
  border-radius: 30px;
  width: 1620px;
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 1019;
  -webkit-transition: border-radius 0.2s, width 350ms ease;
  transition: border-radius 0.2s, width 350ms ease;
}

.footer-layout6 .widget-area {
  padding-bottom: 10px;
}
.footer-layout5 .widget-area {
  padding-top: 55px;
  padding-bottom: 30px;
  box-shadow: 10px 10px 30px 40px rgb(0 0 0 / 3%);
}

.widget-area {
  padding-top: 65px;
  padding-bottom: 48px;
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}
.footer-widget {
  margin-bottom: 20px;
}
.widget {
  /* padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px); */
  background-color: transparent;
  margin-bottom: 0px;
  position: relative;
  border-radius: 30px;
  padding-bottom: 20px;
}

.footer-layout5 .th-widget-about {
  max-width: 444px;
}

.th-widget-about {
  max-width: 418px;
}

.mb-25 {
  margin-bottom: 25px;
}

.th-widget-about .about-text {
  font-family: "Outfit", sans-serif;
  margin-bottom: 16px;
  margin-top: -0.4em;
}

.footer-layout5 .footer-widget .widget_title {
  text-transform: capitalize;
  color: #101111;
  font-weight: 500;
  font-size: 24px;
  margin: -0.12em 0 40px 0;
  position: relative;
}

.footer-layout5 .footer-widget .widget_title::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #f2c000;
  bottom: -10px;
  left: 0;
}

.footer-widget .widget_title {
  text-transform: uppercase;
  color: #fff;
  margin: -0.12em 0 40px 0;
}
.widget_title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  color: #101111;
  line-height: 1em;
  text-transform: capitalize;
  margin: -0.12em 0 25px 0;
}

.footer-widget.widget_nav_menu .menu {
  margin-bottom: -5px;
}

.menu-all-pages-container .menu li {
  margin: 8px 0;
}

.widget_nav_menu li {
  display: block;
  position: relative;
}

.footer-widget.widget_nav_menu a {
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-widget.widget_nav_menu a span {
  color: #f2c000;
}

.footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 16px;
  font-family: "Outfit", sans-serif;
  color: #6e7070;
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 0;
  background-color: transparent;
  border: none !important;
  box-shadow: none;
  position: relative;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  padding-right: 20px;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.wp-block-categories a {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
  line-height: 1.313;
  padding-top: 15px;
  color: #6e7070;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.footer-widget.widget_nav_menu a {
  font-size: 16px;
  color: #1e1e1e;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-widget.widget_nav_menu a:hover {
  color: #f2c000;
}

.about-logo2 img {
  width: 130px;
}

.footer-layout6 .copyright-wrap {
  background-color: #0f1f63;
  padding: 18px 0 18px 0;
}

.copyright-wrap .copyright-text {
  font-size: 15px;
  font-family: "Outfit", sans-serif;
  color: #fff;
  text-align: center;
}

.copyright-text {
  margin: 0;
}

.footer-layout5 .copyright-wrap .copyright-text i {
  color: #fff;
}

.footer-layout6 .copyright-wrap .copyright-text a {
  color: #f2c000;
}

.footer-layout5 .copyright-wrap .footer-title {
  color: #fff;
}

.copyright-text img {
  width: 60px;
}

.footer-widget.widget_nav_menu .menu .social {
  display: flex;
  gap: 10px;
}

.footer-widget.widget_nav_menu .menu .social span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 30px;
  background-color: #f2c000;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro-swiper {
  margin-top: 20px;
}

@media (max-width: 1299px) {
  .site-navigation ul.navigation > li > a {
    font-size: 14px;
  }

  .main-menu .navigation > li > ul a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #0f2b63;
}

.my-container {
  max-width: 1320px;
  margin: 0 auto;
}

.footer-widget .th-widget-about {
  padding-right: 20px;
}

.products {
  padding: 50px 0;
}

.products .sec-title {
  font-size: 36px;
}

.products .pro-des {
  padding-left: 40px;
}

.products .pro-des p {
  text-align: justify;
}

.products .pro-des ul li {
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  position: relative;
}

.products .pro-des ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 8px;
  height: 8px;
  background-color: #f2c000;
  border-radius: 50%;
  transform: translateY(-50%);
}

table tr th,
table tr td {
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  text-align: center;
}

table tr th {
  font-weight: 600;
  vertical-align: middle;
}

.products1 {
  padding: 10px 0 50px;
}

.products1 .pro-table {
  margin-top: 20px;
}

.products1 h4 {
  font-size: 26px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #f2c000;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #f2f6ff;
  color: var(--bs-table-striped-color);
}

.table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-accent-bg: #fff;
  color: var(--bs-table-striped-color);
}

.pro-name {
  font-size: 26px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  position: relative;
}

.pro-name::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #f2c000;
  bottom: 0px;
  left: 0;
}

.certification-slider {
  background-color: #f7f7f7 !important;
  position: relative;
  padding: 40px 0;
  margin: 10px 0;
  overflow: hidden;
}

.certification-slider img {
  width: 120px;
}

.certification-slider::after {
  content: "";
  width: 500px;
  height: 500px;
  position: absolute;
  content: "";
  border: 40px solid #f2c200;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -475px;
  top: -154px;
}

.certi-img {
  text-align: center;
}

.top-rice {
  padding: 50px 0;
}

.top-rice .top-rice-card {
  position: relative;
}

.top-rice .top-rice-card .pro-details1 {
  position: absolute;
  bottom: -50%;
  left: 0px;
  transition: 0.6s all;
}

.top-rice .top-rice-card .pro-details1 h4 {
  background-color: #ffffffc4;
  font-size: 30px;
  font-family: "Outfit", sans-serif;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-weight: 500;
  transition: 0.3s all;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.top-rice .top-rice-card .pro-details1 h4 a {
  transition: 0.3s all;
  color: #000;
}

.top-rice .top-rice-card .pro-details1 h6 {
  padding: 8px 26px;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  color: #ffffff;
  width: fit-content;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  background: #0f1f63;
  font-size: 14px;
}

.pro-img1 img {
  width: 100%;
}

.top-rice .swiper-slide {
  padding-top: 20px;
  transition: 0.7s all;
}

.top-rice .swiper-slide.swiper-slide-active {
  padding-top: 0;
}

.top-rice .swiper-slide.swiper-slide-active .pro-details1 {
  bottom: 10px;
}

.about-us .pro-img {
  padding: 45px;
  border: 1px solid #0f1e636c;
  border-radius: 10px;
}

.sub-sec-title {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.36em;
  color: #f2c000;
  text-transform: uppercase;
  margin-bottom: 0;
}

.contact-three {
  position: relative;
  padding: 60px 0px 50px;
}

.page-top_pattern {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
}

.page-top_pattern:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  height: 50%;
  z-index: -1;
  background-image: linear-gradient(
    to bottom,
    #f5f5f5,
    #f7f7f7,
    #fafafa,
    #fcfcfc,
    #ffffff
  );
}

.contact-three_form-column {
  position: relative;
  margin-bottom: 30px;
}

.contact-three_form-outer {
  position: relative;
}

.contact-three_info-column {
  position: relative;
  margin-bottom: 30px;
}

.contact-three_info-outer {
  position: relative;
  padding-left: 50px;
}

.contact-three.style-two .contact-three_info-outer {
  padding-left: 0px;
}

.contact-info_text {
  position: relative;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
  margin-bottom: 18px;
  font-family: "Outfit", sans-serif;
}

.contact-info_block {
  position: relative;
}

.contact-info_block-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-info_block-icon {
  position: relative;
  min-width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  color: #f2c000;
  font-family: "Font Awesome 6 Free";
  border: 2px solid #f2c000;
}

.contact-info_block-inner h4 {
  margin: 15px 0px 6px;
  color: #000;
}

.contact-form {
  position: relative;
  z-index: 10;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form .form-group:last-child {
  margin-bottom: 0px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 28px;
  padding: 10px 30px;
  font-weight: 400;
  font-size: 16px;
  background: none;
  color: #000;
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #f5f5f5;
  font-family: "Outfit", sans-serif;
  border: 1px solid #0f1f63;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
}

.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 130px;
  resize: none;
  font-size: 16px;
  line-height: 26px;
  padding: 20px 20px;
  border-radius: 25px;
  color: #000;
  background-color: #f5f5f5;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: "Outfit", sans-serif;
  border: 1px solid #0f1f63;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: #ff0000 !important;
}

.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 12px;
  color: #ff0000;
  font-weight: 500;
}

.contact-form_text {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #000;
}

.section-about {
  position: relative;
  padding: 60px 0 30px;
}

.desc {
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  color: #000;
  text-align: justify;
}

.list-benefit {
  margin-top: 20px;
}

.list-benefit .benefit-items p {
  margin-bottom: 8px;
}

.benefit-items {
  display: flex;
  align-items: center;
  gap: 10px;
}

.benefit-items i {
  color: #f2c000;
}

.section-about .section-content {
  padding-right: 30px;
}

.abt-counter {
  padding: 40px 0 60px;
  position: relative;
}

.abt-counter .counter-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  padding: 10px;
}
.abt-counter .counter-wrapper span {
  margin-bottom: 0;
  color: #f2c000;
  font-family: "Outfit", sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.abt-counter .counter-wrapper .plus {
  font-size: 26px;
  position: relative;
  top: -37px;
  right: -2px;
}

.abt-counter .counter-wrapper p {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
}

.abt-counter .bottom-line {
  /* border-bottom: 1px solid #d3d3d3; */
  background-color: #d3d3d3;
  height: 1px;
  margin: 0 auto;
  position: relative;
  top: 10px;
}

.abt-counter .bottom-line::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  right: 0;
  bottom: -5px;
  background-color: #f2c000;
}
.abt-counter .bottom-line::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  bottom: -5px;
  background-color: #f2c000;
}

.cs_hero.cs_style_1 {
  width: 100%;
  max-height: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 0 60px;
}

.directors-section {
  overflow: hidden;
}

.cs_hero.cs_style_1 .cs_hero_shape_5 {
  width: 30px;
  height: 30px;
  background-color: #00001b;
  opacity: 0.15;
  top: 10%;
  left: 60%;
  -webkit-transform: translate(-60%, -10%);
  transform: translate(-60%, -10%);
  -webkit-animation: scale-up 10s linear infinite;
  animation: scale-up 10s linear infinite;
}

@keyframes scale-up {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.cs_hero.cs_style_1 .cs_hero_shape_6 {
  top: 15%;
  left: 5%;
  -webkit-transform: translate(-5%, -15%);
  transform: translate(-5%, -15%);
  -webkit-animation: circular-rotation 10s linear infinite;
  animation: circular-rotation 10s linear infinite;
}

@keyframes circular-rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.director-content-wrapper {
  padding-right: 25px;
}

.service-area-1 {
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .service-area-1 {
    padding-bottom: 40px;
  }
}

.service-card {
  background: #fff;
  border-radius: 0;
  padding: 30px 60px 0 90px;
  border: 2px solid #fff;
  position: relative;
  margin-bottom: 25px;
  transition: 0.4s;
}

.service-card:after {
  content: "";
  position: absolute;
  right: 40px;
  top: 65px;
  width: 157px;
  height: 1px;
  background: var(--title-color);
  opacity: 0.1;
}

.service-card-shadow-text {
  position: absolute;
  transform: rotate(-90deg) translate(-50%);
  font-size: 36px;
  font-weight: 600;
  font-family: var(--title-font);
  color: transparent;
  -webkit-text-stroke: 1px var(--title-color);
  transform-origin: left top;
  top: 50%;
  left: 35px;
  opacity: 0.15;
}

.service-card_content {
  padding: 0 0 0 10px;
}

.service-card_icon {
  display: inline-block;
  margin-bottom: 35px;
  position: relative;
  padding: 10px 0 0 10px;
  margin-left: -10px;
}

.service-card_icon img {
  transition: 0.4s;
}

.service-card_icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background: var(--theme-color);
  opacity: 0.1;
}

.service-card_title {
  margin-top: -0.3em;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 22px;
  font-family: "Outfit", sans-serif;
}

.service-card_title a {
  color: #0f1f63;
}

.service-card_title a:hover {
  color: var(--theme-color);
}

.service-card_text {
  font-size: 16px;
  margin-bottom: 23px;
}

.service-card .btn-wrap {
  justify-content: end;
  position: relative;
  transform: translateY(25px);
  margin-top: -25px;
  margin-right: -20px;
}

.service-card .btn-wrap .icon-btn {
  background: var(--smoke-color2);
  color: var(--theme-color);
}

.service-card .btn-wrap .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px 24px;
  opacity: 0;
  transition: 0.4s;
}

.service-card:hover {
  border-color: #f2c000;
}

.service-card:hover .service-card_icon img {
  transform: rotateY(180deg);
}

.service-card:hover .btn-wrap .btn {
  opacity: 1;
}

@media (max-width: 1399px) {
  .service-card {
    padding: 30px 25px 0 25px;
  }

  .service-card .service-card:after {
    right: 35px;
  }

  .service-card .service-card-shadow-text {
    font-size: 30px;
    left: 25px;
  }

  .service-card .btn-wrap {
    margin-right: -5px;
  }
}

.service-card-wrap2 {
  margin-top: 120px;
}

@media (max-width: 1199px) {
  .service-card-wrap2 {
    margin-top: 30px;
  }
}

.service-card-list {
  --step-gap: -135px;
}

.service-card-list:nth-child(6),
.service-card-list:nth-child(2) {
  margin-top: var(--step-gap);
}

.service-card-list:nth-child(7),
.service-card-list:nth-child(3) {
  margin-top: calc(var(--step-gap) * 2);
}

.service-card-list:nth-child(8),
.service-card-list:nth-child(4) {
  margin-top: calc(var(--step-gap) * 3);
}

@media (max-width: 1399px) {
  .service-card-list {
    --step-gap: -130px;
  }
}

@media (max-width: 1199px) {
  .service-card-list {
    --step-gap: 0px;
  }
}

.service-card.style2 {
  padding: 30px 30px 40px;
  margin-bottom: 0;
  border-color: #15161c26;
  margin-top: 30px;
}

.service-card.style2:after {
  display: none;
}

.service-card.style2 .service-card_content {
  padding: 0;
}

.service-card.style2 .service-card-number {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
  text-align: end;
  margin-top: -0.5em;
}

.service-card.style2 .service-card_icon {
  padding: 0;
  margin: 0 0 30px;
}

.service-card.style2 .service-card_icon:after {
  display: none;
}

.service-card.style2 .service-card_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.service-card.style2 .service-card_text {
  margin-bottom: 52px;
  transition: 0.4s;
}

.service-card.style2 .btn-wrap {
  transform: none;
  justify-content: start;
  margin: 0;
}

.service-card.style2:hover {
  background: var(--title-color);
}

.service-card.style2:hover .service-card_title a {
  color: #fff;
}

.service-card.style2:hover .service-card_title a:hover {
  color: var(--theme-color);
}

.service-card.style2:hover .service-card_text {
  color: #fff;
  opacity: 0.9;
}

.service-card.style2:hover .btn-with-icon {
  color: #fff;
}

.service-card.style2:hover .btn-with-icon .btn-icon {
  background: var(--theme-color);
  color: #fff;
}

.service-card.style2:hover .btn-with-icon:hover {
  color: var(--theme-color);
}

@media (max-width: 991px) {
  .service-card.style2 .service-card_title {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .service-card.style2 .service-card_title {
    font-size: 22px;
  }
}

.service-card.style3 {
  background: #f7f7f7;
}

.service-card.style4 {
  background: #fafafa;
  padding: 30px;
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}

.service-card.style4:after {
  display: none;
}

.service-card.style4 .service-card_icon {
  flex: none;
  margin-bottom: 0;
}

.service-card.style4 .service-card_text {
  margin-bottom: -0.3em;
}

.service-card.style4 .service-card_content {
  padding-left: 0;
  max-width: 283px;
}

@media (max-width: 375px) {
  .service-card.style4 {
    flex-wrap: wrap;
  }
}

.service-card.style5 {
  padding: 0;
  border: 0;
  margin-bottom: 0;
  position: relative;
  max-width: 348px;
}

@media (max-width: 1199px) {
  .service-card.style5 {
    max-width: none;
  }
}

.service-card.style5:after {
  display: none;
}

.service-card.style5 .service-card-number {
  font-size: 200px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--theme-color);
  position: absolute;
  top: 30px;
  right: 0;
  opacity: 0.1;
}

@media (max-width: 991px) {
  .service-card.style5 .service-card-number {
    font-size: 150px;
  }
}

.service-card.style5 .service-card_icon {
  filter: grayscale(1);
  transition: 0.4s;
  padding: 0;
  margin-left: 0;
}

.service-card.style5 .service-card_icon:after {
  display: none;
}

.service-card.style5 .service-card_content {
  padding: 0;
}

.service-card.style5 .service-card_title {
  font-size: 36px;
  font-weight: 600;
}

@media (max-width: 575px) {
  .service-card.style5 .service-card_title {
    font-size: 24px;
  }
}

.service-card.style5 .service-card_text {
  margin-bottom: -0.5em;
}

.service-card.style5:hover .service-card_icon {
  filter: none;
}

.service-area-6 {
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}

.service-slider6 .slick-dots button:before {
  background: #fff;
}

.service-card.style6 {
  background-size: 100% 100%;
  padding: 40px;
  margin-bottom: 0;
  text-align: center;
}

.service-card.style6:after {
  display: none;
}

.service-card.style6 .service-card-number {
  font-size: 15px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--body-color);
  background: var(--smoke-color5);
  border-radius: 20px;
  display: inline-block;
  padding: 0 9px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.service-card.style6 .service-card-thumb {
  margin-bottom: -50px;
  display: inline-block;
}

.service-card.style6 .service-card-thumb img {
  transition: 0.4s;
}

.service-card.style6 .service-card_content {
  padding: 0;
  text-align: start;
}

.service-card.style6 .service-card_icon {
  margin-left: 0;
  padding: 0;
}

.service-card.style6 .service-card_icon:after {
  display: none;
}

.service-card.style6:hover .service-card-thumb img {
  transform: scale(1.1);
}

@media (max-width: 1199px) {
  .service-card.style6 {
    padding: 30px;
  }
}

#service-sec {
  background: url(../images/service-bg1-1.png);
  padding-top: 50px;
  background-position: bottom;
  background-size: cover;
}

.cs_hero.cs_style_1.cs_type_3 .cs_hero_thumbnail {
  width: 35%;
  max-width: 712px;
  height: 830px;
  padding: 50px 50px 60px;
  border-radius: 0 0 418px 418px;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  position: absolute;
  top: -408px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffccd0;
}

@media (max-width: 1600px) {
  .cs_hero.cs_style_1.cs_type_3 .cs_hero_thumbnail {
    height: 800px;
  }
}
@media (max-width: 1400px) {
  .cs_hero.cs_style_1.cs_type_3 .cs_hero_thumbnail {
    height: 800px;
    padding: 30px 30px 40px;
  }
}
.cs_hero.cs_style_1 .cs_hero_thumbnail {
  position: absolute;
  max-width: 48%;
  height: 100%;
  right: 0;
  top: 0;
}

.cs_hero.cs_style_1.cs_type_3 .cs_hero_thumbnail img {
  width: 300px;
  height: 300px;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  border-radius: 50%;
}

.cs_hero.cs_style_1 .cs_hero_thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.director-wrapper {
  width: 300px;
  height: 300px;
  margin-inline: auto;
  border-radius: 50%;
  background-color: #fff1ba;
}

.directors-section .sec-text {
  text-align: justify;
}

.aluminium-future {
  padding: 4rem 0 2rem;
}

.aluminium-future .about__text {
  padding-right: 10px;
}

.aluminium-future .about__text h5 {
  margin-bottom: 8px;
  color: #031d36;
  font-size: 35px;
  line-height: 40px;
  font-family: "Outfit", sans-serif;
}

.aluminium-future p {
  text-align: left;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
}

.aluminium-future .top-img {
  position: relative;
  padding-left: 22px;
  overflow: hidden;
}

.aluminium-future .top-img::after {
  content: "";
  position: absolute;
  top: 115px;
  left: 0;
  width: 35px;
  height: 100%;
  z-index: -1;
  background-color: #f2c200;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.aluminium-future ul li {
  position: relative;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  margin: 4px 0;
  font-size: 16px;
}

.aluminium-future .top-points li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f2c000;
}

#featuresListLayout2 {
  padding-top: 25px;
  background: url(../images/infrabg.png);
  background-attachment: fixed;
}

.bg-img {
  position: relative;
  z-index: 1;
}

.bg-parallax {
  background-attachment: fixed;
}
.features-list-layout2 {
  padding-bottom: 20px;
}

.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgb(15 31 99 / 46%) !important;
}
.bg-overlay-gradient:before {
  background-color: transparent;
  background: -moz-linear-gradient(
    -90deg,
    rgba(27, 26, 26, 0) 0,
    rgba(27, 26, 26, 0) 0,
    #0f1f63b8 85%
  );
  background: -webkit-linear-gradient(
    -90deg,
    rgba(27, 26, 26, 0) 0,
    rgba(27, 26, 26, 0) 0,
    #0f1f63b8 85%
  );
  background: -ms-linear-gradient(
    -90deg,
    rgba(26, 26, 27, 0) 0,
    rgba(27, 26, 26, 0) 0,
    #0f1f63b8 85%
  );
}

.mb-30 {
  margin-bottom: 30px;
}
.heading {
  font-size: 39px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 56px;
}

.heading span {
  color: #008aa4;
}
.heading span {
  color: #008aa4;
}
.heading__subtitle {
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 600;
  color: #f2c000 !important;
  margin-bottom: 12px;
}

#featuresListLayout2 .heading__desc {
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  color: #fff;
  line-height: 1.8em;
  margin-bottom: 0;
}

.features-list-layout2 .feature-list-item {
  margin-bottom: 0;
  padding: 4px 20px;
  margin-top: 20px;
}

.feature-list-item {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}

.features-list-layout2 .feature-list-item .feature__content {
  padding-left: 38px;
}

.feature-list-item .feature__content {
  position: relative;
  padding-left: 15px;
}

.feature-list-item .feature__content:before {
  content: "";
  font-family: Fontawesome;
  content: "";
  color: #f2c000;
  position: absolute;
  top: 0;
  left: 0;
}

.features-list-layout2 .feature-list-item .feature__desc {
  color: #f4f4f4;
  margin: 0;
}

.infra.second {
  padding: 60px 0 40px;
  position: relative;
}

.infra-img {
  position: relative;
}

.infra-img img {
  width: 100%;
}

.about-two.infra.second .why-choose-three__left {
  padding-left: 30px;
}

.why-choose-three__left {
  padding-right: 40px;
}

.why-choose-three__top {
  margin-bottom: 20px;
}

.why-choose-three__top__text {
  font-style: normal;
  font-size: 16px;
  line-height: 170%;
  color: var(--voldor-text, #292929);
  font-family: "Outfit", sans-serif;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: justify;
}

.why-choose-three__top__text {
  font-style: normal;
  line-height: 170%;
  color: var(--voldor-text, #313131);
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: justify;
}

.quality-sec {
  padding: 60px 0;
}

.quality-ass {
  position: relative;
}

.quality-ass .who-we-are {
  position: relative;
  padding-left: 55px;
  border-left: 1px solid #e5e5e5;
  padding-bottom: 30px;
}

.anim-5-all * {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.quality-ass .sec-icon {
  position: absolute;
  left: -28px;
  top: 0px;
  display: block;
  text-align: center;
  width: 55px;
  height: 55px;
  padding: 6px;
  color: #cccccc;
  border: 3px solid #f2c000;
  background: #0f1f63;
  font-size: 18px;
  line-height: 28px;
}

.quality-ass h2 {
  position: relative;
  font-size: 26px;
  color: #0f1f63;
  font-weight: 500;
  margin: 10px 0px 20px;
  font-family: "Outfit", sans-serif;
}

.quality-ass .who-we-are .image {
  position: relative;
  padding-left: 0px;
}

.quality-ass h2 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  margin: 10px 0px 20px;
  font-family: "Outfit", sans-serif;
}

.our-services .service-box {
  position: relative;
  padding: 0px 10px 0px 81px;
  margin-bottom: 0px;
  /* margin-top: 20px; */
  color: #929292;
}

.our-services .service-box .icon {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 5px solid #f2c000;
  background: #f2c000;
  left: 15px;
  top: 0px;
}

.our-services .service-box .icon span {
  display: block;
  text-align: center;
  line-height: 38px;
  width: 100%;
  height: 38px;
  color: #ffffff;
  font-size: 16px;
}

.fa-hammer-crash:before {
  content: "\e414";
}

.quality-ass p {
  margin-bottom: 10px;
}

.description h3 {
  margin-bottom: 8px;
}

.description h3 a {
  font-family: "Outfit", sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 22px;
}

.pbmit-menu-wrap {
  margin-right: 20px;
}

.certifications {
  position: relative;
}

.pt-20 {
  padding-top: 3rem;
}

.space,
.space-bottom {
  padding-bottom: 64px;
}

.testinglist {
  border: 1px solid #d7d7d763;
  background: #fff;
  margin-top: 10px;
  padding: 12px;
  border-radius: 1px;
}

.testinglist {
  border: 1px solid #d7d7d763;
  background: #fff;
  box-shadow: 0 15px 22px rgb(0 0 0 / 29%);
  margin-top: 30px;
  margin-bottom: 20px;
  /* animation: animated-design 2s ease-in-out infinite alternate; */
}

.mkd-portfolio-list-holder {
  overflow: hidden;
  position: relative;
}

.mkd-portfolio-list-holder {
  overflow: hidden;
  position: relative;
}

.mkd-portfolio-list-holder .mkd-pli-text-holder {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0;
  padding: 50px 20px;
  background-color: #f68a0a8c;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
  color: #fff;
  display: flex;
  align-items: center;
}

.mkd-portfolio-list-holder .mkd-pli-text-holder {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0;
  padding: 50px 20px;
  background-color: #00000066;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
  color: #fff;
  display: flex;
  align-items: center;
}

.c-heacing {
  text-align: center;
  color: #000;
  font-size: 1.2rem;
  margin-top: 16px;
  text-decoration: underline;
  font-weight: 600;
}

.mkd-portfolio-list-holder:hover .mkd-pli-text-holder {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(403px);
  -webkit-transition: -webkit-transform 0.6s ease;
  -moz-transition: -moz-transform 0.6s ease;
  transition: transform 0.6s ease;
}

.solution {
  padding: 50px 0;
}

.cat-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 40px;
}
/* 
.cat-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #232323;
    overflow: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    z-index: 2;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
} */

.cat-wrapper img {
  transition: 0.5s all;
}

.cat-wrapper .cat-name {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 10px;
  font-size: 14px;
  display: inline;
  width: 95%;
  text-transform: uppercase;
  text-align: center;
  background-color: #f2c000;
  padding: 5px;
  color: #fff;
  transition: 0.5s all;
  z-index: 3;
  font-family: "Outfit", sans-serif;
}

.cat-wrapper .cat-name:after {
  content: "";
  width: 90%;
  height: 2px;
  background-color: #ffffffd9;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
  transition: 0.5s all;
}

.cat-wrapper:hover:before {
  overflow: visible;
  opacity: 0.3;
}

.cat-wrapper:hover img {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
}

#whatsapp_btn {
  position: fixed;
  right: 0px;
  bottom: 30%;
  cursor: pointer;
  opacity: 1;
  z-index: 9999;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

#whatsapp_btn img {
  width: 60px;
}

#callicon {
  position: fixed;
  right: 0px;
  bottom: 45%;
  cursor: pointer;
  opacity: 1;
  z-index: 9999;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

#callicon img {
  width: 70px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.factory {
  padding: 40px 0 50px;
}

.factory-img {
  margin-bottom: 20px;
}

.map {
  margin-bottom: 50px;
}


.export {
  padding: 50px 0;
}